:root {
  --brand: #08b5bd;
  --brand-dark: #047981;
  --brand-soft: #e5fbfc;
  --ink: #07131d;
  --text: #354754;
  --muted: #70828e;
  --line: #d9e6eb;
  --soft: #f3f8fa;
  --panel: #ffffff;
  --navy: #06121d;
  --navy-2: #0b1f2d;
  --gold: #f5a524;
  --shadow: 0 24px 70px rgba(6, 18, 29, 0.18);
  --radius: 8px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 18, 29, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--brand);
  color: #ffffff;
  font-weight: 900;
}

.brand-fpt {
  font-size: 15px;
  line-height: 1.05;
  gap: 10px;
}

.brand-fpt small {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.78);
}

.brand-stack {
  position: relative;
  width: 72px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.brand-stack i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
  transform: skew(-8deg) rotate(-3deg);
}

.brand-stack i:first-child {
  background: #08b5bd;
}

.brand-stack i:last-child {
  background: #ff7a18;
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.partner-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.18);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  background: rgba(255,255,255,.08);
}

.menu {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 800;
}

.menu a:hover,
.menu a.active {
  color: #ffffff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--brand);
  color: #ffffff;
  font-weight: 900;
  line-height: 1.1;
  box-shadow: 0 16px 32px rgba(8, 181, 189, 0.25);
  cursor: pointer;
}

.button:hover { background: var(--brand-dark); }

.button.secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.button.light {
  background: #ffffff;
  color: var(--ink);
  border-color: #ffffff;
  box-shadow: none;
}

.hero {
  min-height: calc(100vh - 78px);
  padding: 86px 0 56px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(6, 18, 29, 0.96), rgba(6, 18, 29, 0.82) 48%, rgba(6, 18, 29, 0.24)),
    url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  background-size: cover;
}

.hero-content { max-width: 820px; }

.overview-hero {
  position: relative;
  min-height: calc(100vh - 78px);
  padding: 80px 0 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 42%, rgba(8, 181, 189, 0.28), transparent 24%),
    radial-gradient(circle at 18% 72%, rgba(86, 90, 214, 0.22), transparent 24%),
    linear-gradient(225deg, #122a44 0%, #07121d 70%);
}

.fpt-shot-hero {
  min-height: calc(100vh - 78px);
  padding: 58px 0 46px;
  align-items: stretch;
  background:
    radial-gradient(circle at 52% 0%, rgba(255, 185, 64, .92) 0, rgba(255, 107, 18, .8) 26%, rgba(143, 67, 168, .45) 47%, transparent 55%),
    linear-gradient(180deg, #f07b22 0%, #df6b22 26%, #6f3fb1 56%, #171a6f 82%, #111459 100%);
}

.fpt-shot-hero::before {
  content: "";
  position: absolute;
  inset: -18% -10% 16%;
  background:
    radial-gradient(ellipse at 50% 14%, rgba(255, 225, 117, .72), rgba(255, 119, 14, .76) 36%, rgba(255, 115, 20, .3) 49%, transparent 65%);
  filter: blur(1px);
  mask-image: none;
}

.fpt-shot-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 18%;
  height: 46%;
  border-radius: 0 0 50% 50%;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 210, 116, .35), rgba(168, 69, 142, .38) 43%, rgba(35, 37, 150, .72) 76%, rgba(23, 26, 111, .82));
}

.hero-orb {
  position: absolute;
  top: -54%;
  left: 50%;
  width: min(1260px, 100vw);
  aspect-ratio: 1.82;
  transform: translateX(-50%);
  border-radius: 0 0 50% 50%;
  background:
    radial-gradient(ellipse at 50% 22%, #ffd364 0%, #ff8a18 32%, #c15661 62%, rgba(69, 55, 171, .42) 76%, transparent 80%);
  box-shadow: inset 0 -42px 82px rgba(28,24,128,.24);
}

.hero-blur {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  filter: blur(14px);
  opacity: .8;
}

.hero-blur.one {
  left: -30px;
  bottom: 22px;
  background: radial-gradient(circle, #ffc348, #f36d21 38%, transparent 70%);
}

.hero-blur.two {
  right: -42px;
  bottom: 82px;
  background: radial-gradient(circle, #ff7b1a, #6e3bb1 42%, transparent 70%);
}

.overview-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black 0, transparent 72%);
}

.overview-center {
  position: relative;
  z-index: 2;
  width: min(1000px, 100%);
  margin: 0 auto;
  text-align: center;
}

.fpt-shot-hero .overview-center {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: calc(100vh - 180px);
  padding-bottom: 58px;
}

.tile-mark {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(8, 56px);
  gap: 30px 24px;
  justify-content: center;
  margin: 20px auto 18px;
}

.tile-mark span {
  width: 56px;
  height: 74px;
  border-radius: 14px 5px 14px 5px;
  background: linear-gradient(115deg, #ff4d00 0%, #ff8417 55%, #ffe600 100%);
  transform: skew(-9deg) rotate(5deg);
  box-shadow: 15px 8px 18px rgba(140, 36, 0, .24), inset -10px 0 16px rgba(255,255,255,.2);
}

.tile-mark span:nth-child(5),
.tile-mark span:nth-child(13),
.tile-mark span:nth-child(21) {
  width: 9px;
  border-radius: 999px;
  justify-self: center;
}

.tile-mark span:nth-child(4),
.tile-mark span:nth-child(12),
.tile-mark span:nth-child(20) {
  width: 28px;
}

.globe-model {
  position: relative;
  width: min(430px, 78vw);
  aspect-ratio: 1;
  margin: 0 auto 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 28%, rgba(255,255,255,.92), transparent 4%),
    radial-gradient(circle at 58% 36%, rgba(8,181,189,.72), transparent 9%),
    radial-gradient(circle at 46% 56%, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(145deg, rgba(8,181,189,.6), rgba(86,90,214,.2) 48%, rgba(6,18,29,.86));
  box-shadow: inset 0 0 80px rgba(255,255,255,.13), 0 38px 100px rgba(0,0,0,.42);
}

.globe-model::before,
.globe-model::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}

.globe-model::before {
  transform: rotate(28deg) scaleX(1.28);
}

.globe-model::after {
  transform: rotate(-36deg) scaleX(1.18);
}

.orbit-chip {
  position: absolute;
  min-width: 92px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #dffcff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.orbit-chip.one { left: -16px; top: 26%; }
.orbit-chip.two { right: -22px; top: 38%; }
.orbit-chip.three { left: 34%; bottom: -8px; }

.overview-title {
  margin: 0 auto 16px;
  max-width: 930px;
  font-size: clamp(44px, 7.2vw, 96px);
}

.fpt-shot-hero .overview-title {
  margin-top: 0;
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(34px, 4.1vw, 54px);
  font-weight: 500;
  line-height: 1.16;
}

.overview-copy {
  max-width: 720px;
  margin: 0 auto;
  color: #d9e8ef;
  font-size: 20px;
}

.fpt-shot-hero .overview-copy {
  max-width: 980px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.overview-cta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c7d8df;
  font-size: 14px;
  font-weight: 800;
}

.shot-scroll {
  position: absolute;
  left: 50%;
  bottom: 72px;
  z-index: 7;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.shot-scroll span {
  width: 48px;
  height: 48px;
  border: 0;
  background: #ff7a18;
  color: #ffffff;
  font-size: 30px;
}

.section-tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.3vw, 54px);
  padding: 0 18px;
  height: 48px;
  background: rgba(18, 20, 94, .78);
  backdrop-filter: blur(12px);
  overflow-x: auto;
}

.section-tabs a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 48px;
  white-space: nowrap;
  color: rgba(255,255,255,.86);
  font-size: 15px;
}

.section-tabs a.active {
  color: #ff7a18;
  font-weight: 800;
}

.section-tabs a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ff7a18;
}

.scroll-cue span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
}

.sticky-assistant {
  position: fixed;
  left: 18px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--brand);
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(8,181,189,.34);
  font-weight: 900;
}

.assistant-dot {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--brand-dark);
}

.media-banner {
  min-height: 72vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(6,18,29,.9), rgba(6,18,29,.42)),
    url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1800&q=82");
  background-size: cover;
  background-position: center;
}

.media-banner h2 {
  max-width: 860px;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 72px);
}

.explore-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: stretch;
}

.explore-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7,19,29,.06);
}

.prompt-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.prompt-list a {
  padding: 10px 12px;
  border: 1px solid rgba(8,181,189,.24);
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 900;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 24px;
  border-radius: var(--radius);
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(6,18,29,.1), rgba(6,18,29,.9)),
    var(--navy);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.case-card h3,
.case-card p,
.case-card .kicker {
  color: #ffffff;
}

.case-card.insurance { background-image: linear-gradient(180deg, rgba(6,18,29,.1), rgba(6,18,29,.9)), url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=900&q=82"); }
.case-card.health { background-image: linear-gradient(180deg, rgba(6,18,29,.1), rgba(6,18,29,.9)), url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=900&q=82"); }
.case-card.commerce { background-image: linear-gradient(180deg, rgba(6,18,29,.1), rgba(6,18,29,.9)), url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=900&q=82"); }

.news-list {
  display: grid;
  gap: 12px;
}

.news-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.news-date {
  color: var(--brand-dark);
  font-weight: 900;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(8, 181, 189, 0.45);
  border-radius: var(--radius);
  background: rgba(8, 181, 189, 0.16);
  color: #dffcff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin: 20px 0 18px;
  color: inherit;
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
}

.hero-text,
.page-lead {
  max-width: 760px;
  color: #d9e8ef;
  font-size: 20px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 44px;
  max-width: 980px;
}

.metric {
  min-height: 114px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
}

.metric strong {
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
}

.page-hero {
  padding: 92px 0 62px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(6, 18, 29, 0.96), rgba(6, 18, 29, 0.78)),
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1600&q=82");
  background-position: center;
  background-size: cover;
}

section { padding: 86px 0; }

.band {
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dark-band {
  color: #ffffff;
  background: var(--navy);
}

.dark-band h2,
.dark-band h3 { color: #ffffff; }

.dark-band p { color: #c7d8df; }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.section-head p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
}

.dark-band .section-head p { color: #c7d8df; }

.ai-intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: stretch;
}

.feature-photo,
.photo-panel {
  min-height: 480px;
  overflow: hidden;
  position: relative;
  border-radius: var(--radius);
  background: var(--navy);
  box-shadow: var(--shadow);
}

.feature-copy {
  display: grid;
  align-content: center;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.feature-copy p { color: var(--muted); }

.kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.solutions-grid,
.industry-grid,
.market-grid,
.team-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.solution-card,
.industry-card,
.market-card,
.profile-card,
.team-card,
.contact-panel,
form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 8px 24px rgba(7, 19, 29, 0.06);
}

.solution-card,
.industry-card,
.market-card,
.profile-card,
.team-card {
  padding: 24px;
}

.solution-card {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(6, 18, 29, 0.18), rgba(6, 18, 29, 0.88)),
    var(--navy);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.solution-card h3,
.solution-card p,
.solution-card .kicker { color: #ffffff; }

.solution-card p { margin-bottom: 0; }

.solution-card.ai { background-image: linear-gradient(180deg, rgba(6,18,29,.14), rgba(6,18,29,.88)), url("https://images.unsplash.com/photo-1485827404703-89b55fcc595e?auto=format&fit=crop&w=900&q=82"); }
.solution-card.cloud { background-image: linear-gradient(180deg, rgba(6,18,29,.14), rgba(6,18,29,.88)), url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=900&q=82"); }
.solution-card.app { background-image: linear-gradient(180deg, rgba(6,18,29,.14), rgba(6,18,29,.88)), url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=900&q=82"); }

.industry-card {
  min-height: 180px;
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--navy-2);
}

.industry-card p { margin-bottom: 0; }

.market-card p,
.profile-card p,
.team-card p { color: var(--muted); }

.market-card.featured {
  color: #ffffff;
  background: var(--brand);
  border-color: var(--brand);
}

.market-card.featured h3,
.market-card.featured p,
.market-card.featured .kicker { color: #ffffff; }

.global-section {
  position: relative;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(6, 18, 29, 0.94), rgba(6, 18, 29, 0.68)),
    url("https://images.unsplash.com/photo-1521295121783-8a321d551ad2?auto=format&fit=crop&w=1800&q=82");
  background-size: cover;
  background-position: center;
}

.global-section h2 { color: #ffffff; }

.global-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: end;
}

.global-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.global-stat {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
}

.global-stat strong {
  display: block;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
}

.service-showcase {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 26px;
  align-items: start;
}

.service-image {
  position: sticky;
  top: 104px;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
  box-shadow: var(--shadow);
}

.service-list { display: grid; gap: 14px; }

.service-row {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 19, 29, 0.05);
}

.service-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-weight: 900;
}

.service-row:nth-child(2n) .service-number {
  background: #fff5dd;
  color: #9d6209;
}

.service-row:nth-child(3n) .service-number {
  background: #e8f8f0;
  color: #087443;
}

.service-tags,
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(8, 181, 189, 0.24);
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.team-photo {
  height: 280px;
  margin: -24px -24px 20px;
  background: var(--navy);
}

.role {
  color: var(--brand-dark);
  font-weight: 900;
}

.quote-grid,
.split-grid,
.profile-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: stretch;
}

.contact-panel {
  padding: 32px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 181, 189, 0.35), transparent 42%),
    var(--navy);
  box-shadow: var(--shadow);
}

.contact-panel h2,
.contact-panel h3 { color: #ffffff; }
.contact-panel p { color: #d7e7ef; }

.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-link {
  display: block;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

form {
  display: grid;
  gap: 12px;
  padding: 30px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(8, 181, 189, 0.14);
}

textarea {
  min-height: 132px;
  resize: vertical;
}

.company-avatar {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
}

.meta {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.meta strong { color: var(--ink); }

.site-footer {
  color: #c7d8df;
  background: var(--navy);
}

.footer-top {
  padding: 62px 0;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
}

.footer-top h2 { color: #ffffff; }

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.footer-links h3 {
  color: #ffffff;
  font-size: 16px;
}

.footer-links a {
  display: block;
  margin: 8px 0;
  color: #c7d8df;
  font-size: 14px;
}

.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 1040px) {
  .menu { display: none; }
  .nav-tools {
    gap: 12px;
    font-size: 14px;
  }

  .hero-metrics,
  .solutions-grid,
  .industry-grid,
  .market-grid,
  .team-grid,
  .stats-grid,
  .case-grid,
  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .ai-intro,
  .explore-panel,
  .global-grid,
  .quote-grid,
  .split-grid,
  .profile-layout,
  .service-showcase,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .service-image {
    position: static;
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .container { width: min(100% - 24px, 1200px); }
  .nav { min-height: 68px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 38px; height: 38px; }
  .site-header .button { display: none; }
  .nav-tools {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 58px 0 46px;
    background:
      linear-gradient(90deg, rgba(6, 18, 29, 0.96), rgba(6, 18, 29, 0.86)),
      url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1000&q=82");
    background-position: center;
  }

  h1 { font-size: 42px; }
  .hero-text, .page-lead { font-size: 17px; }
  .tile-mark {
    grid-template-columns: repeat(6, 34px);
    gap: 18px 14px;
  }
  .tile-mark span {
    width: 34px;
    height: 46px;
    border-radius: 10px 4px 10px 4px;
  }
  .fpt-shot-hero .overview-title {
    font-size: 34px;
  }
  .fpt-shot-hero .overview-copy {
    font-size: 11px;
    letter-spacing: 3px;
  }
  .shot-scroll {
    bottom: 58px;
    font-size: 15px;
  }
  .section-tabs {
    justify-content: flex-start;
    gap: 28px;
  }
  .actions .button { width: 100%; }

  .hero-metrics,
  .solutions-grid,
  .industry-grid,
  .market-grid,
  .team-grid,
  .stats-grid,
  .case-grid,
  .global-stats,
  .form-row,
  .footer-links {
    grid-template-columns: 1fr;
  }

  section { padding: 58px 0; }

  .section-head { display: block; }
  .section-head h2 { margin-bottom: 12px; }

  .feature-photo,
  .photo-panel,
  .service-image { min-height: 330px; }

  .feature-copy { padding: 24px; }

  .service-row { grid-template-columns: 1fr; }
  .news-item { grid-template-columns: 1fr; }
  .sticky-assistant { left: 12px; right: auto; bottom: 12px; }
  .sticky-assistant strong { display: none; }
  .footer-bottom { align-items: flex-start; }
}

/* Octabyte purple product-engineering home page */
.sim-page {
  --sim-purple: #35096d;
  --sim-purple-2: #4c16a3;
  --sim-purple-3: #7245cf;
  --sim-lavender: #efe7ff;
  --sim-lavender-2: #ddccff;
  --sim-coral: #ff6b5e;
  --sim-text: #ffffff;
  background: var(--sim-purple);
  color: var(--sim-text);
}

.sim-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.sim-webinar {
  color: #32146c;
  background: #d7bbff;
  font-size: 13px;
}

.sim-webinar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sim-webinar strong {
  padding: 6px 12px;
  color: #ffffff;
  background: #5e2dc4;
  border-radius: 0 0 5px 5px;
}

.sim-webinar span {
  flex: 1;
  font-weight: 800;
}

.sim-webinar a {
  padding: 8px 13px;
  border-radius: 4px;
  color: #ff5b51;
  background: #ffffff;
  font-weight: 900;
}

.sim-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #35096d;
}

.sim-nav {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.sim-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.sim-logo-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--brand), #ff6b5e);
  font-size: 12px;
}

.sim-menu {
  display: flex;
  align-items: center;
  gap: 23px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 800;
}

.sim-contact,
.sim-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 12px 18px;
  border-radius: 3px;
  color: #ffffff;
  background: var(--sim-coral);
  font-size: 13px;
  font-weight: 900;
}

.sim-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 30%, rgba(126, 85, 222, .35), transparent 25%),
    linear-gradient(180deg, #3a0871, #35096d);
}

.sim-hero-lines {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26%;
  opacity: .38;
  background: repeating-linear-gradient(90deg, rgba(157, 106, 255, .62) 0 4px, transparent 4px 13px);
  mask-image: linear-gradient(90deg, black, transparent);
}

.sim-orbit {
  position: absolute;
  right: 17%;
  top: -36px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background:
    conic-gradient(from 180deg, #8d65e9 0 25%, transparent 25% 50%, #8d65e9 50% 75%, transparent 75% 100%);
  opacity: .9;
}

.sim-orbit span {
  position: absolute;
  inset: 52px;
  border: 68px solid rgba(61, 15, 120, .72);
  border-radius: 50%;
}

.sim-orbit span:nth-child(2) {
  inset: 120px;
  border-width: 48px;
  border-color: rgba(128, 83, 220, .55);
}

.sim-orbit span:nth-child(3) {
  inset: 176px;
  border-width: 0;
  background: #35096d;
}

.sim-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 430px;
  display: grid;
  align-items: center;
}

.sim-hero-copy {
  max-width: 450px;
}

.sim-hero h1 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
}

.sim-hero p {
  margin-bottom: 24px;
  color: #d9c8ff;
  font-size: 18px;
  font-weight: 700;
}

.sim-dark-block,
.sim-featured,
.sim-case,
.sim-perspective {
  position: relative;
  padding: 54px 0;
  background: #35096d;
}

.sim-section-title {
  max-width: 800px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.22;
}

.sim-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 760px;
}

.sim-service-card {
  position: relative;
  min-height: 138px;
  padding: 20px;
  overflow: hidden;
  border-radius: 4px;
  color: #ffffff;
  background:
    radial-gradient(circle at 95% 95%, rgba(222, 198, 255, .38), transparent 28%),
    linear-gradient(135deg, #7a48d6, #5b2ac1);
}

.sim-service-card h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 17px;
}

.sim-service-card span {
  color: #d8c7ff;
  font-size: 12px;
  font-weight: 800;
}

.sim-service-card i {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  font-style: normal;
}

.sim-featured h2,
.sim-case h2,
.sim-perspective h2 {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 30px;
}

.sim-featured-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 18px;
}

.sim-story-list {
  display: grid;
  gap: 10px;
}

.sim-story-list article {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  padding: 10px;
  border-radius: 5px;
  background: #6a3bcc;
}

.sim-story-list img {
  height: 78px;
  border-radius: 4px;
}

.sim-story-list h3 {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 13px;
}

.sim-story-list p {
  margin: 0;
  color: #cdbbff;
  font-size: 11px;
}

.sim-main-story {
  min-height: 260px;
  padding: 34px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 72% 8%, rgba(167, 127, 255, .45), transparent 28%),
    linear-gradient(180deg, #6f42cf, #19072f);
}

.sim-badge {
  width: max-content;
  margin-bottom: 52px;
  padding: 8px 12px;
  border-radius: 4px;
  color: #ff7a6d;
  background: rgba(255,255,255,.12);
  font-weight: 900;
}

.sim-main-story h3 {
  color: #ffffff;
  font-size: 24px;
}

.sim-main-story p {
  color: #d9c8ff;
}

.sim-main-story a {
  color: #ffffff;
  font-weight: 900;
}

.sim-trust,
.sim-recognition,
.sim-help {
  padding: 60px 0;
  color: #4e2d93;
  background: #efe7ff;
}

.sim-trust h2,
.sim-recognition h2,
.sim-help h2 {
  color: #6b3cc5;
  font-size: 28px;
}

.sim-logo-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 24px 0;
}

.sim-logo-strip span {
  min-height: 54px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: #dfd0ff;
  color: #6b3cc5;
  font-weight: 900;
}

.sim-testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.sim-testimonials article {
  padding: 26px;
  border-radius: 5px;
  background: #d8c4ff;
}

.sim-testimonials p {
  color: #3b206f;
  font-weight: 700;
}

.sim-testimonials strong,
.sim-testimonials span {
  display: block;
}

.sim-case-card {
  min-height: 330px;
  padding: 36px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(239, 231, 255, .94), rgba(239, 231, 255, .62), rgba(53,9,109,.06)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center right;
}

.sim-case p {
  color: #cdbbff;
}

.sim-case-card div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sim-case-card span {
  padding: 7px 10px;
  border-radius: 3px;
  color: #6b3cc5;
  background: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.sim-case-card h3 {
  max-width: 470px;
  color: #3b206f;
  font-size: 25px;
}

.sim-case-card p {
  max-width: 480px;
  color: #4e2d93;
  font-weight: 700;
}

.sim-case-card a {
  color: #3b206f;
  font-weight: 900;
}

.sim-awards {
  overflow: hidden;
  padding: 34px 0 0;
  border-radius: 4px;
  background: #6b3cc5;
}

.sim-awards h2 {
  margin: 0 36px 28px;
  color: #ffffff;
  font-size: 32px;
}

.sim-award-main {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  padding: 0 36px 28px;
}

.sim-fabric-card {
  display: grid;
  gap: 20px;
}

.sim-msp {
  min-height: 92px;
  padding: 18px;
  border-radius: 4px;
  color: #111;
  background: #ffffff;
  font-size: 20px;
  line-height: 1.05;
}

.sim-msp span,
.sim-msp b {
  display: inline;
  font-weight: 400;
}

.sim-fabric-badge {
  position: relative;
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 18px;
  clip-path: polygon(22% 0, 78% 0, 100% 24%, 100% 76%, 78% 100%, 22% 100%, 0 76%, 0 24%);
  color: #ffffff;
  background: #318c7c;
  text-align: center;
}

.sim-fabric-badge span {
  width: 58px;
  height: 58px;
  display: block;
  border-radius: 8px;
  background: linear-gradient(135deg, #20c997, #087c70);
  transform: skew(-12deg);
  box-shadow: 0 10px 20px rgba(0,0,0,.22);
}

.sim-fabric-badge strong {
  font-size: 16px;
}

.sim-award-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.sim-award-grid article {
  min-height: 248px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 126px 1fr;
  border-radius: 4px;
  background: #ffffff;
}

.sim-ms-logo {
  padding: 26px 24px 12px;
  color: #6c6c6c;
}

.sim-ms-logo i {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  background:
    linear-gradient(90deg, #f25022 0 50%, #7fba00 50% 100%),
    linear-gradient(90deg, #00a4ef 0 50%, #ffb900 50% 100%);
  background-size: 100% 50%, 100% 50%;
  background-position: top, bottom;
  background-repeat: no-repeat;
}

.sim-ms-logo strong {
  display: inline-block;
  color: #747474;
  font-size: 21px;
  vertical-align: middle;
}

.sim-ms-logo span {
  display: block;
  margin-left: 38px;
  color: #777;
  font-size: 12px;
  line-height: 1.1;
}

.sim-award-grid article p {
  margin: -34px 24px 0;
  color: #676767;
  font-size: 14px;
  line-height: 1.35;
}

.sim-award-grid ul {
  min-height: 126px;
  margin: 0;
  padding: 18px 24px;
  list-style: none;
  color: #ffffff;
  background: #505050;
  font-size: 12px;
  line-height: 1.45;
}

.sim-award-grid li:first-child {
  margin-bottom: 4px;
  font-size: 14px;
}

.sim-partner-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 30px;
  min-height: 122px;
  padding: 18px 220px;
  color: #776b94;
  background: #d4bcff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

.sim-partner-strip b {
  font-size: 12px;
  text-transform: uppercase;
}

.sim-aws {
  font-size: 42px;
  color: #5f536f;
}

.sim-league {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 42px;
  align-items: center;
  padding-top: 70px;
}

.sim-league p {
  color: #4e2d93;
  font-weight: 700;
}

.sim-venn {
  position: relative;
  min-height: 300px;
}

.sim-venn span {
  position: absolute;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(107, 60, 197, .78);
  text-align: center;
  font-weight: 900;
}

.sim-venn span:nth-child(1) { left: 96px; top: 0; }
.sim-venn span:nth-child(2) { left: 0; top: 86px; }
.sim-venn span:nth-child(3) { right: 0; top: 86px; }
.sim-venn span:nth-child(4) { left: 96px; bottom: 0; background: rgba(255,107,94,.82); }

.sim-perspective-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sim-perspective-grid article {
  min-height: 235px;
  padding: 24px;
  border-radius: 5px;
  background: #d8c4ff;
}

.sim-perspective-grid span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 8px;
  border-radius: 3px;
  color: #4e2d93;
  background: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.sim-perspective-grid h3 {
  color: #32146c;
}

.sim-perspective-grid p {
  color: #4e2d93;
}

.sim-perspective-grid a {
  color: #32146c;
  font-weight: 900;
}

.sim-help-card {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 36px;
  padding: 34px;
  border-radius: 5px;
  color: #ffffff;
  background: #6b3cc5;
}

.sim-help form {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.sim-help h2 {
  color: #ffffff;
}

.sim-help p {
  color: #d9c8ff;
}

.sim-help input,
.sim-help textarea {
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
}

.sim-help input::placeholder,
.sim-help textarea::placeholder {
  color: rgba(255,255,255,.7);
}

.sim-help button {
  width: max-content;
  padding: 13px 18px;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  background: var(--sim-coral);
  font-weight: 900;
}

.sim-help aside {
  align-self: center;
  text-align: center;
}

.sim-avatar {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  color: #6b3cc5;
  background: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.sim-help aside h3 {
  color: #ffffff;
}

.sim-help aside a {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

.sim-footer {
  position: relative;
  overflow: hidden;
  padding: 126px 0 0;
  color: #110524;
  background: #efe7fb;
}

.sim-footer-pattern {
  position: absolute;
  inset: 0 0 auto;
  height: 74px;
  opacity: .36;
  background: repeating-linear-gradient(90deg, transparent 0 14px, rgba(116, 71, 203, .18) 14px 24px);
  mask-image: linear-gradient(90deg, transparent, black 35%, black 65%, transparent);
}

.sim-footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.18fr 1.12fr 1.28fr 1.12fr;
  gap: 58px;
  padding-bottom: 88px;
}

.sim-footer-logo {
  color: #ff5364;
  font-size: 27px;
  letter-spacing: 1px;
}

.sim-footer-logo .sim-logo-mark {
  background: #ff5364;
}

.sim-footer-brand {
  display: grid;
  justify-items: start;
  gap: 28px;
}

.sim-socials {
  display: flex;
  align-items: center;
  gap: 22px;
}

.sim-socials a {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin: 0;
  color: #6438bd;
  font-size: 20px;
  font-weight: 900;
}

.sim-ratings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 250px;
  padding: 16px 14px;
  border-radius: 4px;
  background: rgba(255,255,255,.52);
}

.sim-ratings span {
  display: grid;
  gap: 2px;
  padding: 0 10px;
  border-right: 1px solid #d8c4ff;
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.sim-ratings span:last-child {
  border-right: 0;
}

.sim-ratings strong {
  color: #111;
  font-size: 11px;
}

.sim-ratings strong::first-letter {
  color: #ff7a1a;
}

.sim-protected {
  padding: 4px 8px;
  color: #ffffff;
  background: #111;
  font-size: 11px;
  font-weight: 900;
}

.sim-footer h3 {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cfc0e7;
  color: #6438bd;
  font-size: 19px;
}

.sim-footer a {
  display: block;
  margin: 14px 0;
  color: #110524;
  font-size: 18px;
  line-height: 1.25;
}

.sim-copy {
  position: relative;
  z-index: 1;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  color: #110524;
  background: #9d72f3;
  text-align: center;
  font-size: 16px;
}

.sim-copy a {
  display: inline;
  margin: 0;
  color: #110524;
  font-size: 16px;
}

@media (max-width: 980px) {
  .sim-menu {
    display: none;
  }

  .sim-orbit {
    right: -80px;
    opacity: .45;
  }

  .sim-service-grid,
  .sim-featured-grid,
  .sim-testimonials,
  .sim-league,
  .sim-award-main,
  .sim-help-card,
  .sim-footer-grid {
    grid-template-columns: 1fr;
  }

  .sim-award-grid,
  .sim-perspective-grid,
  .sim-logo-strip {
    grid-template-columns: 1fr 1fr;
  }

  .sim-partner-strip {
    grid-template-columns: repeat(3, 1fr);
    padding: 18px 40px;
  }
}

@media (max-width: 620px) {
  .sim-webinar span {
    display: none;
  }

  .sim-contact {
    display: none;
  }

  .sim-hero-copy {
    max-width: 320px;
  }

  .sim-service-grid,
  .sim-award-grid,
  .sim-partner-strip,
  .sim-perspective-grid,
  .sim-logo-strip {
    grid-template-columns: 1fr;
  }

  .sim-awards h2 {
    margin: 0 18px 22px;
    font-size: 24px;
  }

  .sim-award-main {
    padding: 0 18px 22px;
  }

  .sim-partner-strip {
    padding: 18px;
  }

  .sim-story-list article {
    grid-template-columns: 72px 1fr;
  }

  .sim-venn {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .sim-venn span {
    position: static;
    width: auto;
    height: auto;
    min-height: 100px;
    border-radius: 12px;
  }
}

/* Octabyte purple About and Services pages */
.sim-subhero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 70px;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 20%, rgba(151, 113, 242, .42), transparent 24%),
    linear-gradient(135deg, #35096d, #4f16a7);
}

.sim-subhero-grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 56px;
  align-items: center;
}

.sim-subhero h1 {
  max-width: 790px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(42px, 5.7vw, 76px);
  line-height: 1.05;
}

.sim-subhero h1 span,
.sim-values h2 span,
.sim-pillars h2 span,
.sim-empowered h2 span {
  color: #cbb5ff;
}

.sim-subhero p {
  max-width: 760px;
  color: #ddccff;
  font-size: 19px;
  font-weight: 700;
}

.sim-subhero-art {
  position: relative;
  min-height: 380px;
  border-radius: 50%;
  background:
    conic-gradient(from 90deg, transparent 0 22%, #9b70ef 22% 48%, transparent 48% 72%, #7c4bd5 72% 100%);
}

.sim-subhero-art span {
  position: absolute;
  inset: 62px;
  border-radius: 50%;
  border: 52px solid rgba(53,9,109,.62);
}

.sim-subhero-art span:nth-child(2) {
  inset: 134px;
  border-width: 34px;
  border-color: rgba(151,113,242,.52);
}

.sim-subhero-art span:nth-child(3) {
  inset: 184px;
  border: 0;
  background: #35096d;
}

.sim-about-deliver,
.sim-values,
.sim-empowered,
.sim-services-detail {
  padding: 72px 0;
  color: #32146c;
  background: #efe7ff;
}

.sim-about-deliver h2,
.sim-values h2,
.sim-pillars h2,
.sim-empowered h2 {
  margin-bottom: 32px;
  color: #32146c;
  font-size: clamp(34px, 4vw, 54px);
}

.sim-deliver-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.sim-deliver-list {
  display: grid;
  gap: 18px;
}

.sim-deliver-list article {
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(53,9,109,.1);
}

.sim-deliver-list strong,
.sim-deliver-list span {
  display: block;
}

.sim-deliver-list strong {
  color: #32146c;
  font-size: 23px;
}

.sim-deliver-list span {
  color: #6b3cc5;
  font-size: 20px;
  font-weight: 900;
}

.sim-deliver-list p {
  margin: 8px 0 0;
  color: #6d5d84;
}

.sim-deliver-visual {
  min-height: 430px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 28px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 55% 45%, rgba(255,255,255,.18), transparent 30%),
    #6b3cc5;
}

.sim-deliver-visual span {
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255,255,255,.14);
  font-size: 24px;
  font-weight: 900;
}

.sim-about-stats {
  padding: 34px 0;
  background: #35096d;
}

.sim-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.sim-stat-grid article {
  min-height: 128px;
  display: grid;
  place-items: center;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.18);
  color: #ffffff;
}

.sim-stat-grid article:last-child {
  border-right: 0;
}

.sim-stat-grid strong {
  display: block;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
}

.sim-stat-grid span {
  color: #d9c8ff;
  font-weight: 800;
}

.sim-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sim-values-grid article,
.sim-pillar-grid a,
.sim-detail-grid article {
  padding: 26px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(53,9,109,.1);
}

.sim-values-grid article.wide {
  grid-column: span 2;
}

.sim-values-grid h3,
.sim-detail-grid h2 {
  color: #32146c;
}

.sim-values-grid p,
.sim-detail-grid p,
.sim-pillars p,
.sim-empowered p {
  color: #6d5d84;
  font-weight: 700;
}

.sim-pillars {
  padding: 76px 0;
  color: #ffffff;
  background: #35096d;
}

.sim-pillars h2 {
  color: #ffffff;
}

.sim-pillars > .sim-container > p {
  max-width: 720px;
  color: #d9c8ff;
  font-size: 18px;
}

.sim-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.sim-pillar-grid a {
  display: grid;
  color: #32146c;
}

.sim-pillar-grid small {
  display: block;
  color: #6b3cc5;
}

.sim-pillar-grid span {
  margin-top: 18px;
  color: #6b3cc5;
  font-weight: 900;
}

.about-trust {
  padding-top: 70px;
}

.sim-empowered .sim-testimonials {
  margin-top: 28px;
}

.sim-about-cta {
  padding: 58px 0;
  background: #efe7ff;
}

.sim-about-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px;
  border-radius: 8px;
  color: #ffffff;
  background: #6b3cc5;
}

.sim-about-cta-card h2 {
  margin: 0;
  color: #ffffff;
}

.services-overview .sim-service-grid {
  max-width: none;
}

.services-grid-page {
  grid-template-columns: repeat(3, 1fr);
}

.sim-services-detail {
  background: #efe7ff;
}

.sim-detail-grid {
  display: grid;
  gap: 20px;
}

.sim-detail-grid article {
  display: grid;
  grid-template-columns: 70px 1fr 1.2fr .9fr;
  gap: 22px;
  align-items: start;
}

.sim-detail-grid article > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #6b3cc5;
  font-weight: 900;
}

.sim-detail-grid ul {
  margin: 0;
  color: #6d5d84;
  font-weight: 800;
}

.services-recognition {
  background: #efe7ff;
}

@media (max-width: 980px) {
  .sim-subhero-grid,
  .sim-deliver-grid,
  .sim-pillar-grid,
  .services-grid-page {
    grid-template-columns: 1fr;
  }

  .sim-stat-grid,
  .sim-values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sim-detail-grid article {
    grid-template-columns: 60px 1fr;
  }

  .sim-detail-grid article p,
  .sim-detail-grid article ul {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .sim-subhero-art {
    min-height: 260px;
  }

  .sim-stat-grid,
  .sim-values-grid {
    grid-template-columns: 1fr;
  }

  .sim-values-grid article.wide {
    grid-column: auto;
  }

  .sim-about-cta-card {
    display: grid;
  }

  .sim-detail-grid article {
    grid-template-columns: 1fr;
  }

  .sim-detail-grid article p,
  .sim-detail-grid article ul {
    grid-column: auto;
  }
}

/* Octabyte purple contact page */
.contact-page {
  background: #efe7ff;
}

.contact-main {
  color: #201033;
  background:
    radial-gradient(circle at 8% 16%, rgba(107, 60, 197, .1), transparent 24%),
    linear-gradient(180deg, #3a0871 0 320px, #efe7ff 320px 100%);
}

.contact-hero {
  padding: 88px 0 54px;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 20%, rgba(151, 113, 242, .32), transparent 24%),
    linear-gradient(135deg, #35096d, #4f16a7);
}

.contact-hero h1 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 78px);
}

.contact-hero p {
  max-width: 760px;
  color: #ddccff;
  font-size: 20px;
  font-weight: 700;
}

.sec-contact {
  padding: 70px 0 88px;
}

.contact-inner {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: start;
}

.content-part {
  position: sticky;
  top: 90px;
  padding: 36px;
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0, rgba(255,255,255,.18), transparent 32%),
    #6b3cc5;
  box-shadow: 0 22px 56px rgba(53, 9, 109, .2);
}

.content-part h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 34px;
}

.content-part > p {
  color: #e1d5ff;
  font-size: 18px;
  font-weight: 700;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.contact-list article {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.contact-list h3 {
  color: #ffffff;
  font-size: 20px;
}

.contact-list p {
  margin-bottom: 0;
  color: #d9c8ff;
}

.contact-form-part {
  padding: 42px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(53, 9, 109, .14);
}

.contact-heading h2 {
  color: #32146c;
  font-size: 34px;
}

.contact-heading p {
  color: #6d5d84;
  font-weight: 700;
}

.contact-heading a,
.contact-consent a {
  color: #6b3cc5;
  font-weight: 900;
}

.contact-step-form {
  display: grid;
  gap: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-step {
  display: grid;
  gap: 16px;
}

.step-title {
  color: #32146c;
  font-size: 20px;
  font-weight: 900;
}

.contact-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-step-form input,
.contact-step-form select,
.contact-step-form textarea {
  min-height: 54px;
  border: 0;
  border-bottom: 1px solid #d2c4ec;
  border-radius: 0;
  color: #201033;
  background: transparent;
}

.contact-step-form textarea {
  min-height: 118px;
}

.upload-box {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px dashed #a98ce8;
  border-radius: 6px;
  color: #6d5d84;
  background: #f7f1ff;
  cursor: pointer;
}

.upload-box input {
  display: none;
}

.upload-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #6b3cc5;
  font-weight: 900;
}

.upload-box b {
  padding: 10px 14px;
  border-radius: 3px;
  color: #ffffff;
  background: #ff6b5e;
  text-transform: uppercase;
}

.schedule-box {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 6px;
  background: #f7f1ff;
}

.schedule-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #32146c;
  font-weight: 900;
}

.date-pills {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.date-pills button {
  min-height: 42px;
  border: 1px solid #d2c4ec;
  border-radius: 4px;
  color: #32146c;
  background: #ffffff;
  font-weight: 900;
}

.date-pills button:hover {
  color: #ffffff;
  background: #6b3cc5;
}

.contact-consent {
  display: grid;
  gap: 12px;
}

.contact-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #32146c;
  font-weight: 800;
}

.contact-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
  accent-color: #6b3cc5;
}

.contact-consent p {
  color: #6d5d84;
  font-size: 13px;
}

.contact-submit {
  width: max-content;
  min-width: 132px;
  min-height: 48px;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  background: #ff6b5e;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .content-part {
    position: static;
  }
}

@media (max-width: 620px) {
  .contact-form-part,
  .content-part {
    padding: 24px;
  }

  .contact-field-row,
  .date-pills {
    grid-template-columns: 1fr;
  }

  .upload-box {
    grid-template-columns: 1fr;
  }
}
