:root {
  --navy: #071a3d;
  --navy-2: #0b285d;
  --blue: #146cff;
  --cyan: #00b9d8;
  --orange: #ff7a1a;
  --teal: #0bb6a5;
  --purple: #7458e8;
  --green: #35a854;
  --gold: #d6a52a;
  --ink: #0d1830;
  --muted: #64718b;
  --line: #e3e9f3;
  --soft: #f5f8fd;
}

/* Static-package interaction states */
[hidden] { display: none !important; }

@media (max-width: 980px) {
  .mobile-nav { display: none; }
  .mobile-nav.open { display: grid; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(5,20,48,.82); backdrop-filter: blur(18px); }
.nav-shell { width: min(1240px, calc(100% - 48px)); height: 82px; margin: 0 auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 210px; height: 64px; overflow: hidden; }
.brand-logo { display: block; width: 100%; height: 100%; object-fit: contain; transform: scale(1.2); }
.current-site .brand-logo { filter: brightness(0) invert(1); }
.desktop-nav { display: flex; gap: 27px; margin-left: auto; }
.desktop-nav a { color: rgba(255,255,255,.8); font-size: 14px; font-weight: 600; transition: .2s ease; }
.desktop-nav a:hover { color: #fff; }
.nav-cta { margin-left: 8px; display: inline-flex; align-items: center; gap: 8px; padding: 13px 18px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--orange), #ff9f32); font-size: 14px; font-weight: 750; box-shadow: 0 10px 28px rgba(255,122,26,.27); }
.design-switch { position: fixed; z-index: 48; left: 22px; bottom: 22px; display: flex; align-items: center; gap: 4px; padding: 6px; border: 1px solid rgba(8,39,84,.14); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 14px 38px rgba(7,31,70,.16); backdrop-filter: blur(16px); }
.design-switch span { padding: 0 8px; color: #72819a; font-size: 9px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.design-switch a { padding: 8px 11px; border-radius: 999px; color: #53647e; font-size: 10px; font-weight: 800; }
.design-switch a.active { color: #fff; background: linear-gradient(135deg, var(--blue), #0ca7ce); box-shadow: 0 7px 18px rgba(20,108,255,.24); }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-visual { position: absolute; inset: 0; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-visual-badge { display: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,44,.99) 0%, rgba(4,21,52,.96) 31%, rgba(5,23,52,.62) 52%, rgba(2,12,30,.08) 80%), linear-gradient(0deg, rgba(2,14,37,.52), transparent 35%); }
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-content { position: relative; z-index: 2; padding-top: 100px; }
.hero-copy { max-width: 670px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #8cddf2; font-size: 12px; font-weight: 750; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow i { width: 28px; height: 2px; background: linear-gradient(90deg, var(--orange), var(--cyan)); }
.hero h1 { max-width: 660px; margin: 25px 0 22px; color: #fff; font-size: clamp(52px, 5.4vw, 78px); line-height: .99; letter-spacing: -3.5px; font-weight: 760; }
.hero h1 span { display: inline; color: transparent; background: linear-gradient(100deg, #75e4f6, #ff9c4b); background-clip: text; }
.hero-copy > p { max-width: 610px; margin: 0; color: rgba(235,244,255,.78); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 23px; border-radius: 14px; font-size: 15px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), #ff9e35); box-shadow: 0 14px 34px rgba(255,122,26,.3); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 35px; color: rgba(255,255,255,.7); font-size: 12px; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { color: #53dfc7; }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { position: relative; padding: 27px 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { font-size: 15px; color: var(--ink); }
.trust-grid span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.section { padding: 112px 0; }
.solutions { background: radial-gradient(circle at 90% 10%, rgba(20,108,255,.08), transparent 28%), var(--soft); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.kicker { display: block; margin-bottom: 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.section-heading h2 { max-width: 710px; margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: -2.2px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.service-card { --accent: var(--blue); position: relative; min-height: 346px; padding: 31px; overflow: hidden; border: 1px solid #e2e8f2; border-radius: 24px; background: rgba(255,255,255,.88); box-shadow: 0 10px 30px rgba(10,35,75,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--accent); }
.service-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--accent) 35%, white); box-shadow: 0 22px 50px rgba(10,35,75,.1); }
.service-card.orange { --accent: var(--orange); }
.service-card.teal { --accent: var(--teal); }
.service-card.purple { --accent: var(--purple); }
.service-card.green { --accent: var(--green); }
.service-card.gold { --accent: var(--gold); }
.service-icon { width: 51px; height: 51px; border-radius: 16px; display: grid; place-items: center; color: var(--accent); background: color-mix(in srgb, var(--accent) 11%, white); }
.service-card h3 { margin: 23px 0 11px; font-size: 20px; letter-spacing: -.4px; }
.service-card > p { min-height: 63px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.service-card ul { margin: 18px 0 22px; padding: 0; list-style: none; color: #34415a; font-size: 12px; line-height: 1.9; }
.service-card li:before { content: "•"; margin-right: 8px; color: var(--accent); }
.service-card a { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); font-size: 13px; font-weight: 800; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.08); }
.mobile-nav { display: none; }

.teal-text { color: var(--teal); }
.purple-text { color: var(--purple); }
.gold-text { color: var(--gold); }
.orange-text { color: var(--orange); }
.light-kicker { color: #79e7f5; }

.audience { overflow: hidden; background: #fff; }
.audience-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.audience-image-card { position: relative; min-height: 625px; margin: 0; overflow: hidden; border-radius: 28px; background: var(--navy); box-shadow: 0 30px 80px rgba(10,32,67,.14); }
.audience-image-card img { width: 100%; height: 100%; object-fit: cover; }
.audience-image-card:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,20,48,.9)); }
.audience-image-card figcaption { position: absolute; z-index: 2; inset: auto 35px 32px; color: #fff; }
.audience-image-card figcaption span { display: block; margin-bottom: 8px; color: #79e7f5; font-size: 11px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.audience-image-card figcaption strong { display: block; max-width: 500px; font-size: 27px; line-height: 1.15; }
.audience-cards { display: grid; gap: 15px; }
.audience-card { --card-accent: var(--blue); position: relative; padding: 27px 30px 25px 85px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: .24s ease; }
.audience-card:hover { transform: translateX(6px); border-color: color-mix(in srgb, var(--card-accent) 35%, white); box-shadow: 0 18px 45px rgba(10,35,75,.09); }
.audience-card.corporate { --card-accent: var(--purple); }
.audience-card.education { --card-accent: var(--orange); }
.audience-card .number { position: absolute; top: 28px; left: 25px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; color: var(--card-accent); background: color-mix(in srgb, var(--card-accent) 10%, white); font-size: 12px; font-weight: 850; }
.audience-card h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.4px; }
.audience-card p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.audience-card a { display: inline-flex; align-items: center; gap: 7px; color: var(--card-accent); font-size: 12px; font-weight: 800; }

.accreditation { position: relative; padding: 112px 0 0; overflow: hidden; color: #fff; background: linear-gradient(145deg, #041431, #0a285d 62%, #071b3e); }
.accred-glow { position: absolute; width: 700px; height: 700px; top: -280px; right: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(0,185,216,.17), transparent 68%); }
.accred-layout { position: relative; display: grid; grid-template-columns: 1fr .92fr; gap: 70px; align-items: center; }
.accred-copy h2 { max-width: 620px; margin: 18px 0 22px; font-size: clamp(42px, 4.3vw, 62px); line-height: 1.04; letter-spacing: -2.4px; }
.accred-copy > p { max-width: 620px; margin: 0; color: rgba(229,239,255,.72); font-size: 17px; line-height: 1.7; }
.readiness-list { display: grid; gap: 13px; margin: 28px 0 31px; }
.readiness-list span { display: flex; align-items: flex-start; gap: 11px; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.55; }
.readiness-list svg { flex: 0 0 auto; color: #57ddc6; }
.accred-actions { display: flex; align-items: center; gap: 22px; }
.text-link { color: #92dff1; font-size: 12px; font-weight: 750; }
.accred-image-wrap { position: relative; align-self: stretch; min-height: 590px; }
.accred-image-wrap img { width: 100%; height: 100%; object-fit: cover; border: 1px solid rgba(255,255,255,.14); border-radius: 28px 28px 0 0; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.floating-card { position: absolute; left: -32px; bottom: 32px; display: flex; flex-direction: column; padding: 18px 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 17px; background: rgba(8,34,76,.82); backdrop-filter: blur(16px); box-shadow: 0 16px 42px rgba(0,0,0,.25); }
.floating-card strong { font-size: 14px; }
.floating-card span { margin-top: 6px; color: #7de8f3; font-size: 10px; letter-spacing: .7px; text-transform: uppercase; }
.readiness-steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.14); }
.readiness-steps > div { padding: 25px 22px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.readiness-steps > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.readiness-steps b { display: block; color: var(--orange); font-size: 11px; letter-spacing: 1px; }
.readiness-steps span { display: block; margin-top: 7px; color: rgba(255,255,255,.8); font-size: 12px; }

.seta-section { background: #fff; }
.seta-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: center; }
.seta-intro h2 { margin: 0 0 20px; font-size: 46px; line-height: 1.08; letter-spacing: -1.8px; }
.seta-intro p { margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.seta-intro a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 800; }
.seta-cloud { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; padding: 22px; border-radius: 28px; background: var(--soft); }
.seta-cloud span { --chip: var(--blue); padding: 11px 14px; border: 1px solid color-mix(in srgb, var(--chip) 18%, white); border-radius: 12px; color: color-mix(in srgb, var(--chip) 78%, #172038); background: color-mix(in srgb, var(--chip) 8%, white); font-size: 11px; font-weight: 800; }
.seta-cloud .seta-1 { --chip: var(--orange); }
.seta-cloud .seta-2 { --chip: var(--teal); }
.seta-cloud .seta-3 { --chip: var(--purple); }
.seta-cloud .seta-4 { --chip: var(--green); }
.seta-cloud .seta-5 { --chip: var(--gold); }

.demo-section { padding: 112px 0; overflow: hidden; background: linear-gradient(120deg, #edf8ff, #f6f4ff 48%, #fff6ec); }
.demo-layout { display: grid; grid-template-columns: 1.18fr .72fr; gap: 70px; align-items: center; }
.demo-window { overflow: hidden; border: 1px solid #d5dfed; border-radius: 23px; background: #fff; box-shadow: 0 30px 90px rgba(16,55,99,.16); transform: perspective(1200px) rotateY(4deg); }
.demo-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; color: #71809b; border-bottom: 1px solid var(--line); font-size: 10px; }
.demo-bar i { width: 8px; height: 8px; border-radius: 50%; background: #ff6d6d; }
.demo-bar i:nth-child(2) { background: #ffc45c; }
.demo-bar i:nth-child(3) { background: #55d39a; }
.demo-bar span { margin-left: 8px; }
.demo-ui { min-height: 410px; display: grid; grid-template-columns: 68px 1fr; background: #f6f8fc; }
.demo-ui aside { padding: 20px 15px; background: var(--navy); }
.mini-brand { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); font-size: 13px; font-weight: 900; }
.demo-ui aside i { display: block; width: 31px; height: 7px; margin: 24px 2px; border-radius: 5px; background: rgba(255,255,255,.18); }
.demo-main { padding: 28px; }
.demo-top { display: flex; justify-content: space-between; align-items: center; }
.demo-top span { color: #1c2942; font-size: 18px; font-weight: 800; }
.demo-top b { padding: 7px 11px; color: var(--teal); border-radius: 8px; background: rgba(11,182,165,.1); font-size: 10px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.stat-row i { height: 66px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(135deg, #fff, #eef7ff); }
.stat-row i:nth-child(2) { background: linear-gradient(135deg, #fff, #f2edff); }
.stat-row i:nth-child(3) { background: linear-gradient(135deg, #fff, #fff0e4); }
.course-row { display: grid; gap: 10px; }
.course-row article { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.course-row em { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: rgba(20,108,255,.1); font-size: 10px; font-style: normal; font-weight: 900; }
.course-row span { display: flex; flex-direction: column; }
.course-row b { font-size: 11px; }
.course-row small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.demo-copy h2 { margin: 0 0 20px; font-size: 49px; line-height: 1.06; letter-spacing: -2px; }
.demo-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.demo-copy ul { margin: 24px 0 28px; padding: 0; list-style: none; color: #263550; font-size: 13px; line-height: 2; }
.demo-copy li:before { content: "✓"; margin-right: 10px; color: var(--teal); font-weight: 900; }
.button-dark { color: #fff; background: var(--navy); box-shadow: 0 14px 32px rgba(7,26,61,.22); }
.demo-copy > small { display: block; margin-top: 18px; color: #7a859a; font-size: 10px; line-height: 1.55; }

.pricing { background: var(--soft); }
.centered-heading { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.centered-heading h2 { margin-left: auto; margin-right: auto; }
.centered-heading p { margin: 18px auto 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 35px 31px 31px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 10px 35px rgba(10,35,75,.05); }
.price-card.featured { color: #fff; border-color: transparent; background: linear-gradient(155deg, #0a2c65, #071a3d); transform: translateY(-10px); box-shadow: 0 26px 65px rgba(7,26,61,.22); }
.popular { position: absolute; top: 0; right: 25px; padding: 8px 13px; border-radius: 0 0 10px 10px; color: #fff; background: var(--orange); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .7px; }
.price-card h3 { margin: 0 0 10px; font-size: 24px; }
.price-card > p { min-height: 68px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.price-card.featured > p { color: rgba(255,255,255,.68); }
.price { margin: 27px 0 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.featured .price { border-color: rgba(255,255,255,.15); }
.price small { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.featured .price small, .featured .price span { color: rgba(255,255,255,.56); }
.price strong { display: block; margin: 6px 0 2px; font-size: 42px; letter-spacing: -2px; }
.price span { color: #8892a4; font-size: 9px; }
.price-card ul { flex: 1; display: grid; gap: 13px; margin: 0 0 28px; padding: 0; list-style: none; color: #34415a; font-size: 12px; }
.price-card li { display: flex; align-items: center; gap: 9px; }
.price-card li svg { color: var(--teal); }
.featured ul { color: rgba(255,255,255,.82); }
.button-outline { color: var(--blue); border: 1px solid #cfd9e8; background: #fff; }
.price-note { max-width: 880px; margin: 28px auto 0; color: var(--muted); font-size: 10px; line-height: 1.6; text-align: center; }

.process-section { padding: 105px 0; color: #fff; background: linear-gradient(135deg, #073575, #146cff 48%, #5e50d6); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.process-heading h2 { margin: 0 0 18px; font-size: 45px; line-height: 1.05; letter-spacing: -1.8px; }
.process-heading p { margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.process-grid article { min-height: 180px; padding: 25px; border: 1px solid rgba(255,255,255,.17); border-radius: 19px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.process-grid b { color: #8ce6f2; font-size: 11px; }
.process-grid h3 { margin: 16px 0 8px; font-size: 18px; }
.process-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.65; }

.enquiry-section { background: radial-gradient(circle at 10% 10%, rgba(255,122,26,.08), transparent 25%), #fff; }
.enquiry-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; align-items: start; }
.enquiry-copy { position: sticky; top: 120px; }
.enquiry-copy h2 { margin: 0 0 18px; font-size: 50px; line-height: 1.05; letter-spacing: -2px; }
.enquiry-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.contact-stack { display: grid; gap: 12px; margin-top: 33px; }
.contact-stack > a, .contact-stack > div { display: flex; align-items: center; gap: 13px; padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.contact-stack i { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: rgba(20,108,255,.09); font-style: normal; }
.contact-stack span { display: flex; flex-direction: column; }
.contact-stack small { color: #8993a5; font-size: 9px; text-transform: uppercase; letter-spacing: .7px; }
.contact-stack strong { margin-top: 4px; color: #21304b; font-size: 12px; line-height: 1.4; }
.form-card { min-height: 650px; padding: 36px; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: 0 25px 70px rgba(10,35,75,.1); }
.form-top { margin-bottom: 30px; }
.form-top > div:first-child { display: flex; justify-content: space-between; align-items: center; }
.form-top span { font-size: 17px; font-weight: 850; }
.form-top strong { color: var(--blue); font-size: 11px; }
.progress { height: 6px; margin-top: 15px; overflow: hidden; border-radius: 5px; background: #edf1f7; }
.progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--orange)); transition: width .3s ease; }
.form-step { display: grid; gap: 18px; }
.form-step label { display: grid; gap: 8px; color: #263550; font-size: 11px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.form-step input, .form-step select, .form-step textarea { width: 100%; border: 1px solid #dce3ed; border-radius: 12px; outline: 0; background: #f9fbfd; color: #1a2943; padding: 13px 14px; font-size: 13px; font-weight: 500; transition: .18s ease; }
.form-step textarea { resize: vertical; }
.form-step input:focus, .form-step select:focus, .form-step textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(20,108,255,.09); }
.form-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 27px; }
.button-back { color: #526078; background: #edf1f7; }
.privacy-note { margin: 19px 0 0; color: #8a94a5; font-size: 9px; line-height: 1.5; text-align: center; }
.success-state { min-height: 570px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-state > div { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 20px; color: #fff; border-radius: 22px; background: linear-gradient(135deg, var(--teal), var(--blue)); }
.success-state > span { color: var(--teal); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.4px; }
.success-state h3 { margin: 12px 0; font-size: 29px; }
.success-state p { max-width: 480px; margin: 0 0 23px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { padding: 64px 0; color: #fff; background: linear-gradient(100deg, #081c42, #0d3477 62%, #0d6479); }
.final-cta .shell { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-cta span { color: #76e1f0; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.final-cta h2 { max-width: 650px; margin: 9px 0 0; font-size: 32px; letter-spacing: -1px; }
.final-cta .shell > div:last-child { display: flex; gap: 11px; flex: 0 0 auto; }

footer { padding: 76px 0 28px; color: rgba(255,255,255,.7); background: #041027; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .8fr .95fr 1fr; gap: 50px; padding-bottom: 48px; }
.footer-brand .brand { width: 270px; height: 104px; border-color: transparent; box-shadow: none; }
.footer-brand > p { max-width: 380px; margin: 22px 0 0; font-size: 13px; line-height: 1.7; }
.footer-grid h3 { margin: 8px 0 20px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .8px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a, .footer-grid p { margin: 0; font-size: 11px; line-height: 1.7; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 10px; }
.footer-bottom div { display: flex; gap: 20px; }
.disclaimer { padding-top: 18px; color: rgba(255,255,255,.38); font-size: 9px; line-height: 1.6; }
.disclaimer strong { color: rgba(255,255,255,.62); }
.floating-contact { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 13px 17px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: linear-gradient(135deg, var(--teal), #0a7c9b); box-shadow: 0 15px 35px rgba(4,80,105,.3); font-size: 12px; font-weight: 800; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .menu-button { display: grid; }
  .mobile-nav { display: grid; padding: 0 24px 18px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(5,20,48,.97); }
  .mobile-nav a { padding: 15px 4px; color: rgba(255,255,255,.84); border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; font-weight: 700; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 65% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,17,44,.98), rgba(4,21,52,.88) 60%, rgba(2,12,30,.2)); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .audience-layout, .accred-layout, .seta-layout, .demo-layout, .process-layout, .enquiry-layout { grid-template-columns: 1fr; }
  .audience-image-card { min-height: 520px; }
  .audience-cards { grid-template-columns: repeat(3, 1fr); }
  .audience-card { padding: 82px 22px 24px; }
  .audience-card .number { top: 24px; left: 22px; }
  .accred-layout { gap: 45px; }
  .accred-image-wrap { min-height: 520px; }
  .floating-card { left: 22px; }
  .readiness-steps { grid-template-columns: repeat(5, 1fr); }
  .seta-layout { gap: 40px; }
  .demo-layout { gap: 48px; }
  .demo-window { transform: none; }
  .pricing-grid { gap: 13px; }
  .price-card { padding: 31px 22px 25px; }
  .price strong { font-size: 34px; }
  .process-layout { gap: 40px; }
  .enquiry-copy { position: static; }
  .contact-stack { grid-template-columns: repeat(3, 1fr); }
  .contact-stack > a, .contact-stack > div { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  .shell, .nav-shell { width: min(100% - 30px, 1180px); }
  .nav-shell { height: 72px; }
  .brand { width: 176px; height: 54px; border-radius: 11px; }
  .nav-cta { display: none; }
  .menu-button { margin-left: auto; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 70% center; opacity: .7; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,17,44,.99), rgba(4,21,52,.9)); }
  .hero h1 { font-size: 48px; letter-spacing: -2.2px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .section-heading h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }
  .audience-image-card { min-height: 420px; }
  .audience-image-card figcaption { inset: auto 22px 22px; }
  .audience-image-card figcaption strong { font-size: 22px; }
  .audience-cards { grid-template-columns: 1fr; }
  .audience-card { padding: 25px 22px 23px 77px; }
  .audience-card .number { top: 25px; left: 21px; }
  .accreditation { padding-top: 82px; }
  .accred-copy h2 { font-size: 40px; letter-spacing: -1.7px; }
  .accred-copy > p { font-size: 15px; }
  .accred-actions { align-items: flex-start; flex-direction: column; }
  .accred-image-wrap { min-height: 370px; }
  .floating-card { right: 18px; left: 18px; bottom: 18px; }
  .readiness-steps { grid-template-columns: 1fr; margin-top: 40px; }
  .readiness-steps > div { display: flex; align-items: center; gap: 12px; padding: 15px 17px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .readiness-steps span { margin: 0; }
  .seta-intro h2 { font-size: 39px; }
  .seta-cloud { padding: 15px; }
  .seta-cloud span { padding: 9px 10px; font-size: 10px; }
  .demo-section { padding: 80px 0; }
  .demo-window { margin: 0 -7px; }
  .demo-ui { min-height: 330px; grid-template-columns: 48px 1fr; }
  .demo-ui aside { padding: 14px 8px; }
  .mini-brand { width: 32px; height: 32px; }
  .demo-ui aside i { width: 25px; }
  .demo-main { padding: 17px; }
  .demo-top span { font-size: 13px; }
  .demo-top b { display: none; }
  .stat-row i { height: 47px; }
  .course-row article { padding: 10px; }
  .demo-copy h2 { font-size: 39px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .price-card.featured { order: -1; transform: none; }
  .price-card > p { min-height: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-heading h2, .enquiry-copy h2 { font-size: 39px; }
  .contact-stack { grid-template-columns: 1fr; }
  .form-card { min-height: 0; padding: 25px 19px; }
  .field-row { grid-template-columns: 1fr; }
  .form-actions .button { padding: 0 16px; font-size: 12px; }
  .final-cta .shell { align-items: flex-start; flex-direction: column; }
  .final-cta .shell > div:last-child { width: 100%; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: 1 / 3; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .floating-contact span { display: none; }
  .floating-contact { width: 50px; height: 50px; padding: 0; justify-content: center; }
  .design-switch { left: 15px; bottom: 15px; }
  .design-switch span { display: none; }
  .design-switch a { padding: 8px 9px; }
  .footer-brand .brand { width: 235px; height: 92px; }
}

/* Static navigation must remain collapsed until the menu button is used. */
@media (max-width: 980px) {
  .mobile-nav { display: none; }
  .mobile-nav.open { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms !important; }
}

/* Brighter comparison version */
.bright-site { --ink: #0a2858; --muted: #526b8b; --line: #d8e6f3; --soft: #f4faff; background: #fbfdff; }
.bright-site .site-header { border-color: rgba(17,73,139,.12); background: rgba(255,255,255,.94); box-shadow: 0 8px 32px rgba(23,71,123,.08); }
.bright-site .brand-logo { filter: none; }
.bright-site .desktop-nav a { color: #36516f; }
.bright-site .desktop-nav a:hover { color: var(--blue); }
.bright-site .menu-button { color: var(--navy); border-color: #d8e5f1; background: #f3f8fc; }
.bright-site .mobile-nav { border-color: #dbe8f4; background: rgba(255,255,255,.98); box-shadow: 0 16px 32px rgba(21,61,108,.08); }
.bright-site .mobile-nav a { color: #294766; border-color: #e6eef6; }
.bright-site .hero { min-height: 800px; background: radial-gradient(circle at 42% 18%, rgba(0,185,216,.1), transparent 24%), linear-gradient(125deg, #fff 0%, #f8fbff 56%, #eef7ff 100%); }
.bright-site .hero:before { content: ""; position: absolute; width: 270px; height: 270px; left: -135px; bottom: -115px; border: 44px solid rgba(20,108,255,.055); border-radius: 50%; }
.bright-site .hero-visual { inset: 116px max(28px, calc((100vw - 1240px) / 2)) 58px auto; width: min(43vw, 620px); z-index: 1; }
.bright-site .hero-visual:before { content: ""; position: absolute; inset: -12px 18px 16px -12px; border: 1px solid rgba(20,108,255,.16); border-radius: 34px; transform: rotate(-1.5deg); }
.bright-site .hero-visual:after { content: ""; position: absolute; width: 8px; height: 92px; right: -8px; top: 42px; border-radius: 8px; background: linear-gradient(var(--orange), #ffc05b); box-shadow: 0 12px 28px rgba(255,122,26,.25); }
.bright-site .hero-image { inset: 0; opacity: 1; filter: saturate(1.05) contrast(1.02); object-position: 62% center; border-radius: 30px; box-shadow: 0 30px 70px rgba(17,63,114,.2); }
.bright-site .hero-visual-badge { position: absolute; z-index: 3; left: -38px; bottom: 34px; display: flex; align-items: center; gap: 12px; padding: 15px 19px 15px 14px; border: 1px solid rgba(25,87,151,.11); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(18,64,115,.18); backdrop-filter: blur(14px); }
.bright-site .hero-visual-badge > i { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 13px; background: linear-gradient(135deg, var(--teal), var(--blue)); font-style: normal; }
.bright-site .hero-visual-badge > span { display: flex; flex-direction: column; }
.bright-site .hero-visual-badge strong { color: #15365e; font-size: 11px; white-space: nowrap; }
.bright-site .hero-visual-badge small { margin-top: 4px; color: #6c7f96; font-size: 9px; }
.bright-site .hero-overlay { z-index: 0; background: radial-gradient(circle at 48% 48%, rgba(255,122,26,.055), transparent 21%); }
.bright-site .hero-grid { width: 55%; opacity: .15; background-image: linear-gradient(rgba(20,108,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(20,108,255,.13) 1px, transparent 1px); mask-image: linear-gradient(90deg, transparent, #000 22%, transparent 95%); }
.bright-site .hero-content { padding-top: 96px; }
.bright-site .hero-copy { max-width: 585px; }
.bright-site .eyebrow { color: #0d7397; }
.bright-site .hero h1 { max-width: 585px; margin-top: 22px; color: var(--ink); font-size: clamp(51px, 4.65vw, 70px); line-height: 1.01; letter-spacing: -3.2px; text-shadow: none; }
.bright-site .hero h1 span { position: relative; display: inline; color: #1265d8; background: none; }
.bright-site .hero h1 span:after { content: ""; position: absolute; z-index: -1; right: 0; bottom: 3px; left: 0; height: 9px; border-radius: 10px; background: linear-gradient(90deg, rgba(20,108,255,.17), rgba(255,122,26,.28)); }
.bright-site .hero-copy > p { color: #435d7b; }
.bright-site .button-ghost { color: #173d6b; border-color: rgba(19,80,145,.16); background: rgba(255,255,255,.78); box-shadow: 0 12px 30px rgba(26,80,137,.08); }
.bright-site .hero-proof { color: #4c6684; }
.bright-site .hero-proof svg { color: #079f86; }
.bright-site .trust-strip { background: #f8fcff; }
.bright-site .solutions { background: radial-gradient(circle at 85% 10%, rgba(20,108,255,.13), transparent 30%), linear-gradient(145deg, #eef8ff, #fff 55%, #fff5ec); }
.bright-site .audience { background: linear-gradient(180deg, #fff, #f8fcff); }
.bright-site .accreditation { color: var(--ink); background: radial-gradient(circle at 80% 15%, rgba(0,185,216,.15), transparent 30%), linear-gradient(135deg, #eef9ff, #f6f3ff 58%, #fff5ea); }
.bright-site .accred-glow { background: radial-gradient(circle, rgba(255,122,26,.13), transparent 68%); }
.bright-site .light-kicker { color: #0b7aa5; }
.bright-site .accred-copy > p { color: var(--muted); }
.bright-site .readiness-list span { color: #304c6d; }
.bright-site .readiness-list svg { color: #079f86; }
.bright-site .text-link { color: #0b66ca; }
.bright-site .accred-image-wrap img { border-color: rgba(255,255,255,.9); box-shadow: 0 30px 80px rgba(29,73,126,.16); }
.bright-site .readiness-steps { border-color: rgba(22,82,145,.14); }
.bright-site .readiness-steps > div { border-color: rgba(22,82,145,.13); background: rgba(255,255,255,.25); }
.bright-site .readiness-steps span { color: #3f5c7b; }
.bright-site .seta-section { background: #fbfdff; }
.bright-site .demo-section { background: linear-gradient(120deg, #eaf8ff, #f8f4ff 48%, #fff2e6); }
.bright-site .pricing { background: linear-gradient(180deg, #f7fbff, #eef7ff); }
.bright-site .price-card.featured { color: var(--ink); border: 2px solid rgba(20,108,255,.26); background: linear-gradient(155deg, #fff, #eef7ff); box-shadow: 0 26px 65px rgba(30,91,155,.14); }
.bright-site .price-card.featured > p, .bright-site .featured .price small, .bright-site .featured .price span, .bright-site .featured ul { color: var(--muted); }
.bright-site .featured .price { border-color: var(--line); }
.bright-site .process-section { color: var(--ink); background: radial-gradient(circle at 15% 20%, rgba(255,122,26,.13), transparent 26%), linear-gradient(135deg, #e6f5ff, #eef4ff 50%, #f6efff); }
.bright-site .process-heading p, .bright-site .process-grid p { color: #536b88; }
.bright-site .process-grid article { border-color: rgba(21,91,158,.13); background: rgba(255,255,255,.7); box-shadow: 0 14px 40px rgba(26,78,131,.07); }
.bright-site .process-grid b { color: #087aa8; }
.bright-site .enquiry-section { background: radial-gradient(circle at 8% 8%, rgba(255,122,26,.11), transparent 25%), linear-gradient(180deg, #fff, #f5faff); }
.bright-site .final-cta { color: var(--ink); background: linear-gradient(100deg, #e8f7ff, #eef5ff 60%, #e9fbf7); }
.bright-site .final-cta span { color: #087ba2; }
.bright-site footer { color: #516985; background: linear-gradient(180deg, #f2f8ff, #eaf4fc); }
.bright-site .footer-grid h3 { color: #173b66; }
.bright-site .footer-grid a:hover { color: var(--blue); }
.bright-site .footer-bottom { color: #6a7f99; border-color: rgba(24,83,145,.13); }
.bright-site .disclaimer { color: #71839a; }
.bright-site .disclaimer strong { color: #345475; }

@media (max-width: 1080px) {
  .bright-site .hero-visual { right: 24px; width: 43vw; }
  .bright-site .hero-copy { max-width: 52vw; }
  .bright-site .hero h1 { max-width: 52vw; font-size: clamp(48px, 5.7vw, 64px); }
  .bright-site .hero-visual-badge { left: -22px; }
}

@media (max-width: 980px) {
  .bright-site .hero { min-height: 1030px; align-items: flex-start; }
  .bright-site .hero-content { padding-top: 132px; }
  .bright-site .hero-copy, .bright-site .hero h1 { max-width: 680px; }
  .bright-site .hero-visual { inset: auto 24px 45px; width: auto; height: 410px; }
  .bright-site .hero-grid { width: 100%; height: 58%; }
  .bright-site .hero-visual-badge { left: 24px; bottom: 24px; }
}

@media (max-width: 680px) {
  .brand { width: 176px; height: 54px; }
  .bright-site .hero { min-height: 965px; }
  .bright-site .hero-content { padding-top: 110px; }
  .bright-site .hero-copy, .bright-site .hero h1 { max-width: none; }
  .bright-site .hero h1 { font-size: 48px; line-height: 1.02; letter-spacing: -2.3px; }
  .bright-site .hero-copy > p { font-size: 16px; line-height: 1.6; }
  .bright-site .hero-visual { inset: auto 15px 28px; height: 300px; }
  .bright-site .hero-visual:before { display: none; }
  .bright-site .hero-visual-badge { right: 13px; left: 13px; bottom: 13px; }
  .bright-site .hero-visual-badge strong { white-space: normal; }
}
