.hero { min-height: calc(100vh - 84px); display: flex; align-items: center; overflow: hidden; padding-top: 72px; background: radial-gradient(circle at 82% 12%, rgba(45,140,255,.11), transparent 29%), linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(8,26,53,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(8,26,53,.03) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-orb { position: absolute; width: 430px; aspect-ratio: 1; border-radius: 50%; filter: blur(95px); opacity: .16; }
.hero-orb-one { right: -165px; top: 40px; background: var(--blue-500); }
.hero-orb-two { left: -260px; bottom: -180px; background: var(--cyan-400); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 78px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 10px; margin-bottom: 25px; padding: 8px 12px; border: 1px solid #d6e3f2; border-radius: 999px; color: #405873; background: rgba(255,255,255,.82); font-size: .76rem; font-weight: 700; box-shadow: 0 8px 24px rgba(8,26,53,.04); }
.eyebrow span { width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--blue-600); box-shadow: 0 0 0 6px rgba(23,105,255,.1); }
.hero h1 { max-width: 760px; font-family: "Manrope", sans-serif; font-size: clamp(3.45rem, 6.6vw, 6.35rem); line-height: .96; letter-spacing: -.068em; }
.hero-intro { max-width: 650px; margin-top: 29px; color: var(--muted); font-size: clamp(1.05rem,1.5vw,1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.hero-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-benefits div { display: grid; gap: 5px; }
.hero-benefits strong { font-size: .86rem; }
.hero-benefits span { color: #748398; font-size: .74rem; line-height: 1.45; }
.hero-demo { position: relative; min-width: 0; }
.demo-glow { position: absolute; inset: 14% 8%; border-radius: 50%; background: rgba(45,140,255,.28); filter: blur(75px); }
.app-window { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: var(--navy-950); box-shadow: 0 42px 110px rgba(8,26,53,.25); transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); transition: transform .22s ease; }
.app-topbar { height: 50px; display: flex; align-items: center; gap: 14px; padding: 0 17px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-dots { display: flex; gap: 6px; }
.window-dots i, .browser-bar i { width: 7px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.28); }
.app-url { flex: 1; max-width: 245px; margin-inline: auto; padding: 6px 10px; border-radius: 7px; color: #7c91ad; background: rgba(255,255,255,.045); font-size: .61rem; text-align: center; }
.preview-label { color: #77aef9; font-size: .62rem; white-space: nowrap; }
.app-layout { display: grid; grid-template-columns: 64px 1fr; min-height: 430px; }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 20px 10px; border-right: 1px solid rgba(255,255,255,.08); }
.app-sidebar img { width: 29px; margin-bottom: 15px; }
.app-sidebar button { width: 36px; height: 36px; border: 0; border-radius: 10px; background: transparent; }
.app-sidebar button span { display: block; width: 13px; height: 8px; margin: auto; border: 1px solid #60728c; border-radius: 3px; }
.app-sidebar button.active { background: rgba(45,140,255,.15); }
.app-sidebar button.active span { border-color: #63b6ff; }
.app-content { min-width: 0; padding: 26px; color: white; }
.app-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.app-heading small { color: #5daeff; font-size: .57rem; font-weight: 700; letter-spacing: .15em; }
.app-heading .mockup-title { margin-top: 4px; font-size: 1.05rem; }
.app-heading button { padding: 8px 11px; border: 0; border-radius: 8px; color: white; background: var(--blue-600); font-size: .61rem; font-weight: 700; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 22px; }
.feature-grid article { padding: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.035); }
.feature-grid span, .feature-grid small { display: block; color: #8191a9; font-size: .57rem; }
.feature-grid strong { display: block; margin: 7px 0 5px; font-size: .83rem; }
.workflow-card { margin-top: 12px; padding: 17px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.025); }
.workflow-heading { display: flex; justify-content: space-between; gap: 20px; }
.workflow-heading span, .workflow-heading small { color: #8191a9; font-size: .56rem; }
.workflow-heading strong { display: block; margin-top: 3px; font-size: .75rem; }
.workflow-list { display: grid; gap: 13px; margin-top: 20px; }
.workflow-list i { display: block; height: 32px; border: 1px solid rgba(255,255,255,.06); border-radius: 9px; background: linear-gradient(90deg, rgba(45,140,255,.18), rgba(255,255,255,.035)); }
.workflow-list i:nth-child(2) { width: 88%; }
.workflow-list i:nth-child(3) { width: 94%; }
.workflow-list i:nth-child(4) { width: 74%; }
.floating-note { position: absolute; z-index: 3; display: grid; padding: 13px 16px; border: 1px solid rgba(255,255,255,.78); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(16px); }
.floating-note span { color: #738196; font-size: .63rem; }
.floating-note strong { font-size: .77rem; }
.note-one { left: -34px; bottom: 42px; }
.note-two { right: -22px; top: 78px; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-grid { min-height: 94px; display: grid; grid-template-columns: 2fr repeat(5,auto); align-items: center; gap: 25px; }
.trust-grid p { color: #56677d; font-size: .88rem; }
.trust-grid span { color: #8a98aa; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-card { min-height: 310px; display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg,#fff,#f8fbff); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #bfd8f5; box-shadow: var(--shadow-sm); }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--blue-600); background: #eaf3ff; font-size: .72rem; font-weight: 700; }
.service-card h3 { margin-top: 36px; font-family: "Manrope",sans-serif; font-size: 1.55rem; letter-spacing: -.03em; }
.service-card p { margin-top: 12px; color: var(--muted); }
.service-card a { margin-top: auto; padding-top: 24px; color: var(--blue-600); font-size: .86rem; font-weight: 700; }
.capability-section { background: var(--surface); }
.capability-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: start; }
.sticky-heading { position: sticky; top: 140px; }
.comparison-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.comparison-head,.comparison-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 21px 28px; }
.comparison-head { color: #748399; background: #f7faff; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.comparison-row { border-top: 1px solid var(--line); }
.comparison-row span { color: #7a889b; }
.comparison-row strong { color: var(--navy-900); }
.comparison-callout { margin: 18px; padding: 25px; border-radius: 18px; color: white; background: linear-gradient(135deg,var(--navy-950),#0d3975); }
.comparison-callout p { font-family: "Manrope",sans-serif; font-size: 1.24rem; font-weight: 700; }
.comparison-callout span { display: block; margin-top: 6px; color: #c5ddff; font-size: .84rem; }
.work-section { overflow: hidden; }
.row-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.row-heading > div { max-width: 760px; }
.project-showcase { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border-radius: var(--radius-lg); color: white; background: var(--navy-950); box-shadow: var(--shadow-lg); }
.project-copy { padding: 58px; }
.project-index { color: #64cfff; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-copy h3 { margin-top: 24px; font-family: "Manrope",sans-serif; font-size: clamp(2rem,3.4vw,3.3rem); line-height: 1.05; letter-spacing: -.05em; }
.project-copy > p { margin-top: 20px; color: #9db0c9; }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 33px; }
.project-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #bbcae0; font-size: .66rem; }
.project-visual { min-width: 0; display: flex; align-items: center; padding: 58px 0 58px 38px; background: radial-gradient(circle at 30% 40%,rgba(45,140,255,.25),transparent 42%); }
.project-browser { width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-right: 0; border-radius: 20px 0 0 20px; background: #f5f8fd; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: white; }
.browser-bar i { background: #c9d3df; }
.browser-bar span { margin-left: 18px; color: #8592a2; font-size: .58rem; }
.collective-ui { display: grid; grid-template-columns: 60px 1fr; min-height: 390px; color: var(--text); }
.collective-ui aside { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 18px 10px; color: white; background: #0a172a; }
.collective-ui aside strong { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: #2354ff; }
.collective-ui aside span { width: 18px; height: 7px; border-radius: 3px; background: #445168; }
.collective-ui aside .selected { background: #5fbcff; }
.collective-main { padding: 24px; }
.collective-main header { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.collective-main small { color: #2475e9; font-size: .56rem; font-weight: 700; }
.collective-main .mockup-title { margin-top: 3px; font-size: 1rem; }
.collective-main button { padding: 8px 11px; border: 0; border-radius: 8px; color: white; background: #0c1d37; font-size: .58rem; }
.collective-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 20px; }
.collective-features article { padding: 15px; border: 1px solid #e1e8f1; border-radius: 12px; background: white; }
.collective-features span { display: block; color: #7c8998; font-size: .56rem; }
.collective-features strong { display: block; margin-top: 5px; font-size: .75rem; }
.collective-content { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; margin-top: 10px; }
.fake-list,.status-card { padding: 16px; border: 1px solid #e1e8f1; border-radius: 12px; background: white; }
.fake-list span { display: block; height: 11px; margin: 12px 0; border-radius: 99px; background: #e8eef5; }
.fake-list span:nth-child(2){width:80%}.fake-list span:nth-child(3){width:90%}.fake-list span:nth-child(4){width:65%}
.status-card strong { display: block; margin: 18px 0 8px; font-size: 1rem; }
.status-card i { display:block;height:7px;border-radius:99px;background:#e8eef5;overflow:hidden}.status-card b{display:block;width:78%;height:100%;background:#2475e9}
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.process-step { min-height: 290px; padding: 30px; border: 1px solid var(--line); border-top: 3px solid var(--blue-600); border-radius: 0 0 var(--radius-sm) var(--radius-sm); background: var(--surface); }
.process-step span { color: var(--blue-600); font-size: .72rem; font-weight: 700; }
.process-step h3 { margin-top: 58px; font-family: "Manrope",sans-serif; font-size: 1.25rem; line-height: 1.15; }
.process-step p { margin-top: 12px; color: var(--muted); font-size: .9rem; }
.technology-section { background: var(--navy-950); color: white; }
.technology-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.technology-section .section-heading { margin-bottom: 0; }
.technology-section .section-heading > p:last-child { color: #90a5c0; }
.technology-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.technology-grid span { min-height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; color: #c5d4e8; background: rgba(255,255,255,.035); font-size: .79rem; font-weight: 700; }
.faq-section { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; background: transparent; text-align: left; font-weight: 700; }
.faq-item button i { width: 28px; height: 28px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; color: var(--blue-600); background: #e6f0ff; font-style: normal; transition: transform .2s ease; }
.faq-item.open button i { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { overflow: hidden; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding-bottom: 24px; }
.quote-section { padding-top: 78px; }
.quote-card { position: relative; overflow: hidden; padding: 78px 30px; border-radius: var(--radius-lg); color: white; background: radial-gradient(circle at 78% 20%,rgba(88,217,255,.16),transparent 27%), linear-gradient(135deg,var(--navy-950),#0b3974); text-align: center; box-shadow: var(--shadow-lg); }
.quote-card::after { content:""; position:absolute; inset:0; opacity:.1; background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size:48px 48px; }
.quote-card > * { position:relative; z-index:1; }
.quote-logo { width: 58px; height: 58px; display:grid; place-items:center; margin:0 auto 24px; border-radius:17px; background:white; }
.quote-logo img { width:40px; }
.quote-card h2 { max-width: 780px; margin: 0 auto; }
.quote-card > p:not(.section-label) { max-width: 650px; margin: 20px auto 0; color: #b7cae2; }
.quote-actions { display: flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:34px; }
.quote-card small { display:block; margin-top:21px; color:#86a1c1; font-size:.72rem; }
.quote-card small a { color: #c9dcf3; }

@media (max-width: 1050px) {
  .hero-layout,.capability-layout,.technology-layout,.faq-layout { grid-template-columns: 1fr; }
  .hero { padding-bottom: 110px; }
  .hero-demo { max-width: 720px; }
  .sticky-heading { position: static; }
  .project-showcase { grid-template-columns: 1fr; }
  .project-visual { padding: 0 0 48px 48px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(3,1fr); padding: 26px 0; }
  .trust-grid p { grid-column: 1/-1; }
}

@media (max-width: 760px) {
  .hero { min-height:auto; padding-top:68px; padding-bottom:86px; }
  .hero h1 { font-size: clamp(3rem,14.5vw,4.8rem); }
  .hero-benefits { grid-template-columns:1fr; }
  .app-window { transform:none; }
  .floating-note { display:none; }
  .app-layout { grid-template-columns:48px 1fr; }
  .app-content { padding:16px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-grid article:nth-child(n+2){display:none}
  .workflow-card{padding:13px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid,.process-grid,.technology-grid{grid-template-columns:1fr}
  .service-card{min-height:280px;padding:28px}
  .row-heading{align-items:flex-start;flex-direction:column}
  .project-copy{padding:38px 25px}
  .project-visual{padding:0 0 30px 20px}
  .project-browser{border-radius:16px 0 0 16px}
  .collective-ui{grid-template-columns:46px 1fr;min-height:330px}
  .collective-main{padding:14px}
  .collective-features article:nth-child(3){display:none}
  .collective-features{grid-template-columns:repeat(2,1fr)}
  .collective-content{grid-template-columns:1fr}
  .status-card{display:none}
  .comparison-head,.comparison-row{padding:17px 18px;font-size:.86rem}
  .technology-layout,.faq-layout{gap:45px}
  .quote-card{padding:60px 20px}
  .quote-actions .button{width:100%}
}

/* ---------- Dark theme update ---------- */
.hero {
  background:
    radial-gradient(circle at 82% 12%, rgba(45, 140, 255, .22), transparent 31%),
    radial-gradient(circle at 12% 88%, rgba(88, 217, 255, .08), transparent 30%),
    linear-gradient(180deg, #051225 0%, #07172f 100%);
}

.hero::before {
  opacity: .5;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
}

.eyebrow {
  border-color: rgba(45, 140, 255, .28);
  color: #a9c9f5;
  background: rgba(13, 43, 83, .42);
  box-shadow: none;
}

.hero-intro,
.hero-benefits span {
  color: var(--muted);
}

.hero-benefits {
  border-top-color: rgba(255, 255, 255, .1);
}

.floating-note {
  border-color: rgba(255, 255, 255, .12);
  color: var(--white);
  background: rgba(8, 26, 53, .9);
}

.floating-note span {
  color: #8fa4c1;
}

.trust-strip {
  border-color: rgba(255, 255, 255, .09);
  background: #06152b;
}

.trust-grid p {
  color: #c0cde0;
}

.trust-grid span {
  color: #7f94b1;
}

.service-card {
  border-color: rgba(255, 255, 255, .1);
  background: linear-gradient(145deg, #0b1d39, #08172e);
}

.service-card:hover {
  border-color: rgba(45, 140, 255, .42);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .28);
}

.service-icon {
  color: #7cb6ff;
  background: rgba(23, 105, 255, .14);
}

.service-card p,
.process-step p {
  color: var(--muted);
}

.capability-section,
.faq-section {
  background: #07162c;
}

.comparison-panel {
  border-color: rgba(255, 255, 255, .1);
  background: #0a1b35;
  box-shadow: var(--shadow-sm);
}

.comparison-head {
  color: #8fa2bc;
  background: #0d2241;
}

.comparison-row {
  border-top-color: rgba(255, 255, 255, .09);
}

.comparison-row span {
  color: #8fa2bc;
}

.comparison-row strong {
  color: var(--white);
}

.work-section {
  background: var(--navy-950);
}

.process-step {
  border-color: rgba(255, 255, 255, .1);
  border-top-color: var(--blue-600);
  background: #0a1b35;
}

.technology-section {
  background: #030b18;
}

.technology-grid span {
  border-color: rgba(255, 255, 255, .11);
  color: #d0dced;
  background: rgba(255, 255, 255, .04);
}

.faq-list,
.faq-item {
  border-color: rgba(255, 255, 255, .1);
}

.faq-item button {
  color: var(--white);
}

.faq-item button i {
  color: #8fc0ff;
  background: rgba(23, 105, 255, .15);
}

.faq-answer > p {
  color: var(--muted);
}

.quote-section {
  background: var(--navy-950);
}

.quote-card {
  border: 1px solid rgba(255, 255, 255, .1);
}
