@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap');

:root {
  --ink: #10252d;
  --muted: #567079;
  --paper: #f7fbfa;
  --white: #ffffff;
  --deep: #081a22;
  --emerald: #27d9ad;
  --cyan: #66d8ff;
  --violet: #9d74f5;
  --line: rgba(16, 53, 64, .14);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(17, 57, 67, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 "DM Sans", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 8% 12%, rgba(88, 238, 206, .14), transparent 25%), radial-gradient(circle at 90% 30%, rgba(150, 113, 255, .12), transparent 30%); }
a { color: inherit; }
img { display: block; width: 100%; }
h1, h2, h3 { margin: 0 0 .65em; font-family: "Manrope", sans-serif; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 6rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.7rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.3em; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 50; padding: .75rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }
.site-header { width: min(1240px, calc(100% - 40px)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font: 700 1.1rem "Manrope", sans-serif; letter-spacing: -.02em; }
.brand-mark { width: 27px; height: 31px; display: inline-block; background: linear-gradient(145deg, var(--emerald), var(--cyan) 48%, var(--violet)); clip-path: polygon(50% 0, 96% 30%, 80% 100%, 20% 100%, 4% 30%); box-shadow: 0 0 18px rgba(47, 225, 188, .5); }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { color: #35515a; text-decoration: none; font-weight: 500; }
.site-nav a:hover { color: #0b9377; }
.nav-cta { padding: .7rem 1.1rem; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.65); }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 99px; padding: .55rem .9rem; background: white; font: inherit; }
.hero { width: min(1360px, calc(100% - 40px)); min-height: 690px; margin: 18px auto 0; padding: clamp(3rem, 7vw, 7rem); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 4rem; overflow: hidden; position: relative; color: white; background: linear-gradient(135deg, #071920 0%, #0c2d35 57%, #17243b 100%); border-radius: 36px; box-shadow: var(--shadow); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 75% 5%, rgba(69, 255, 201, .3), transparent 36%), radial-gradient(ellipse at 96% 83%, rgba(151, 95, 255, .34), transparent 38%); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero h1 { max-width: 790px; }
.hero-lede { max-width: 640px; color: #c5dadc; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.eyebrow { margin-bottom: 1rem; color: #168c74; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .cta-band .eyebrow { color: #77f6d3; }
.button-row { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 2rem; }
.button { position: relative; overflow: hidden; display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .7rem 1.25rem; border: 0; border-radius: 12px; color: #06271f; background: linear-gradient(120deg, #4ce6bc, #8ee9ff); font: 700 .92rem "DM Sans", sans-serif; text-decoration: none; cursor: pointer; box-shadow: 0 8px 28px rgba(42, 220, 179, .2); }
.button::after { content: ""; position: absolute; inset: -50%; background: radial-gradient(circle, rgba(255,255,255,.9), transparent 28%); opacity: 0; transform: scale(.2); transition: .5s; }
.button:hover::after { opacity: .6; transform: scale(1.2); }
.button.secondary { color: var(--ink); background: white; border: 1px solid var(--line); box-shadow: none; }
.text-link { color: inherit; text-underline-offset: 5px; font-weight: 600; }
.text-link span { color: var(--emerald); }
.hero-notes { display: flex; gap: 1.5rem; flex-wrap: wrap; margin: 2.5rem 0 0; padding: 0; list-style: none; color: #9eb6ba; font-size: .83rem; }
.hero-notes li::before { content: "◇"; color: #68ecc8; margin-right: .45rem; }
.hero-visual { min-height: 450px; }
.crystal { position: absolute; filter: drop-shadow(0 0 35px rgba(104, 236, 218, .25)); }
.crystal-one { width: 330px; height: 480px; right: -40px; top: -30px; background: linear-gradient(145deg, rgba(255,255,255,.75), rgba(66, 241, 198,.14) 35%, rgba(158,113,255,.35)); clip-path: polygon(45% 0, 100% 35%, 78% 100%, 19% 88%, 0 31%); }
.crystal-two { width: 250px; height: 310px; left: 0; bottom: -30px; background: linear-gradient(155deg, rgba(106,220,255,.8), rgba(255,255,255,.1) 42%, rgba(167,112,255,.56)); clip-path: polygon(44% 0, 100% 30%, 82% 100%, 18% 88%, 0 29%); transform: rotate(-12deg); }
.report-card { position: absolute; z-index: 2; width: min(360px, 85%); left: 10%; top: 20%; padding: 1.6rem; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.07)); backdrop-filter: blur(20px); box-shadow: 0 30px 60px rgba(0,0,0,.25); }
.report-card p { margin: 0; color: #95afb5; font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; }
.report-card strong { display: block; margin: .35rem 0 1.6rem; font: 600 1.45rem "Manrope"; }
.report-card small { display: block; margin-top: 1.4rem; color: #92aab0; }
.metric-line { margin: 1rem 0; color: #d9e8e9; font-size: .8rem; }
.metric-line i { display: block; width: var(--w); height: 5px; margin-top: .45rem; border-radius: 99px; background: linear-gradient(90deg, var(--emerald), var(--cyan), var(--violet)); box-shadow: 0 0 12px rgba(92,230,214,.45); }
.trust-strip { width: min(1120px, calc(100% - 40px)); margin: 2rem auto 0; display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.trust-strip p { margin: 0; font-size: .85rem; }
.trust-strip div { display: flex; gap: clamp(1rem, 5vw, 4rem); font-weight: 600; }
.section { width: min(1160px, calc(100% - 40px)); margin: clamp(5rem, 10vw, 9rem) auto; }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.split-intro p { color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: -4rem; }
.service-card { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.68); backdrop-filter: blur(10px); transition: .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); background: white; }
.card-number { display: block; margin-bottom: 3rem; color: #77a198; font: 600 .8rem "Manrope"; }
.service-card p { color: var(--muted); }
.service-card ul, .stacked-services ul { padding: 1rem 0 0; border-top: 1px solid var(--line); list-style: none; font-size: .9rem; }
.service-card li, .stacked-services li { margin: .5rem 0; }
.service-card li::before, .stacked-services li::before { content: "◆"; margin-right: .6rem; color: var(--emerald); font-size: .55rem; }
.evidence { display: grid; grid-template-columns: .9fr 1.1fr; min-width: min(1300px, calc(100% - 40px)); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.evidence-image { position: relative; }
.evidence-image::before { content: ""; position: absolute; inset: -16px 25% 30% -16px; z-index: -1; border-radius: var(--radius); background: linear-gradient(135deg, rgba(54,221,177,.7), rgba(112,205,255,.2), rgba(152,110,249,.5)); filter: blur(12px); }
.evidence-image img { height: 620px; object-fit: cover; border-radius: 32px; filter: saturate(.8); }
.evidence-copy p { color: var(--muted); }
blockquote { margin: 2rem 0; padding: 1.4rem 0 1.4rem 1.5rem; border-left: 2px solid var(--emerald); font: 500 1.15rem/1.6 "Manrope"; }
.section-heading { display: flex; justify-content: space-between; align-items: end; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.insight-grid article, .insight-list article { padding: 1.8rem 0; border-top: 1px solid var(--line); }
.insight-grid h3 a, .insight-list h2 a { text-decoration: none; }
.insight-grid h3 a:hover, .insight-list h2 a:hover { color: #159678; }
.meta { color: #759096; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.cta-band { width: min(1360px, calc(100% - 40px)); margin: 0 auto 2rem; padding: clamp(2.5rem, 6vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 3rem; color: white; border-radius: 32px; background: radial-gradient(circle at 15% 0, rgba(66,225,187,.28), transparent 40%), radial-gradient(circle at 90% 110%, rgba(156,112,250,.4), transparent 38%), var(--deep); }
.cta-band h2 { max-width: 780px; margin: 0; }
.cta-band .button { flex: none; }
.site-footer { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 5rem 0 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; color: #4d6870; }
.site-footer h2 { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer a { display: block; margin: .4rem 0; text-decoration: none; }
.site-footer address { max-width: 270px; margin-top: .5rem; font-style: normal; }
.footer-brand { color: var(--ink); }
.copyright { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid var(--line); font-size: .8rem; }
.page-hero { width: min(1160px, calc(100% - 40px)); margin: 6rem auto; padding: 4rem 0; }
.page-hero h1 { max-width: 1050px; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.page-hero > p:last-child { max-width: 700px; color: var(--muted); font-size: 1.15rem; }
.stacked-services article, .process-list article { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 4rem 0; border-top: 1px solid var(--line); }
.stacked-services article p, .process-list p { color: var(--muted); }
.note-panel, .deliverable { padding: clamp(2rem, 5vw, 4rem); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 6rem; border: 1px solid rgba(73, 218, 182, .3); border-radius: 28px; background: linear-gradient(130deg, rgba(255,255,255,.8), rgba(211,255,246,.5), rgba(236,225,255,.55)); }
.note-panel .button { align-self: end; justify-self: start; }
.process-list article { grid-template-columns: 120px 1fr; max-width: 900px; margin-left: auto; }
.process-list article > span { color: #76a299; font: 500 2rem "Manrope"; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: .6rem; align-content: start; }
.tag-cloud span { padding: .65rem .9rem; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.7); }
.insight-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 4rem; }
.insight-list article { padding: 2.5rem 0; }
.article-page { width: min(1040px, calc(100% - 40px)); margin: 5rem auto 8rem; }
.article-page h1 { max-width: 950px; margin-top: .4rem; font-size: clamp(2.7rem, 5vw, 5rem); }
.back-link { display: inline-block; margin-bottom: 4rem; color: var(--muted); }
.article-image { margin: 4rem 0; }
.article-image img { height: 480px; border-radius: 28px; object-fit: cover; }
.article-body { max-width: 720px; margin: 0 auto; font-size: 1.08rem; }
.article-body .lead { font: 500 1.45rem/1.55 "Manrope"; }
.article-body h2 { margin-top: 2.5rem; font-size: 2rem; }
.contact-page { width: min(1160px, calc(100% - 40px)); margin: 5rem auto 8rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; }
.contact-intro { position: sticky; top: 2rem; }
.contact-intro h1 { font-size: clamp(2.7rem, 5vw, 5rem); }
.contact-intro > p { color: var(--muted); }
.contact-intro dl { margin-top: 3rem; }
.contact-intro dl div { padding: 1rem 0; border-top: 1px solid var(--line); }
.contact-intro dt { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-intro dd { margin: .25rem 0 0; }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.7); box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 1.1rem; font-size: .87rem; font-weight: 600; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
input, select, textarea { width: 100%; margin-top: .4rem; padding: .85rem 1rem; border: 1px solid #bdd0d2; border-radius: 9px; color: var(--ink); background: rgba(255,255,255,.85); font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(46,215,174,.2); border-color: #21b18e; }
.checkbox { display: grid !important; grid-template-columns: auto 1fr; gap: .65rem; font-weight: 400 !important; }
.checkbox input { width: auto; margin-top: .32rem; }
.checkbox .field-error { grid-column: 2; }
.field-error { display: block; min-height: 1.2em; margin-top: .15rem; color: #aa2e55; font-size: .76rem; }
[aria-invalid="true"] { border-color: #bd3860; }
.form-status { margin: 1rem 0 0; font-weight: 600; }
.form-status.success { color: #087c62; }
.form-status.error { color: #a72d55; }
.legal-page { width: min(780px, calc(100% - 40px)); margin: 6rem auto 9rem; }
.legal-page h1 { margin-bottom: 1rem; font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-page h2 { margin-top: 3rem; font-size: 1.55rem; }
.legal-page p { color: #405c64; }
.legal-page code { padding: .15rem .35rem; border-radius: 5px; background: #e7efed; }
.not-found { min-height: 70vh; padding: 7rem 20px; text-align: center; }
.error-crystal { width: 190px; height: 210px; margin: 0 auto 2rem; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--emerald), var(--cyan), var(--violet)); clip-path: polygon(50% 0, 100% 29%, 82% 100%, 18% 100%, 0 29%); font: 700 2.3rem "Manrope"; filter: drop-shadow(0 20px 25px rgba(70,155,162,.25)); }
.not-found h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.cookie-banner { position: fixed; z-index: 40; left: 50%; bottom: 1rem; transform: translateX(-50%); width: min(920px, calc(100% - 32px)); padding: 1.2rem 1.3rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem 2rem; align-items: center; color: white; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(8, 26, 34, .96); box-shadow: 0 20px 70px rgba(0,0,0,.32); backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: .25rem 0 0; color: #bed0d3; font-size: .85rem; }
.cookie-actions { display: flex; gap: .6rem; }
.cookie-actions .button { min-height: 42px; padding: .5rem .85rem; }
.inline-message { grid-column: 1 / -1; color: #ffb2ca !important; }

@media (max-width: 900px) {
  .site-nav { display: none; position: absolute; z-index: 20; top: 76px; right: 20px; width: 250px; padding: 1.3rem; flex-direction: column; align-items: stretch; gap: .8rem; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding: 4rem 2rem 2rem; }
  .hero-visual { min-height: 380px; }
  .trust-strip { align-items: flex-start; gap: 1rem; }
  .trust-strip div { flex-wrap: wrap; }
  .service-grid, .insight-grid { grid-template-columns: 1fr; }
  .service-grid { margin-top: -2rem; }
  .evidence { grid-template-columns: 1fr; }
  .evidence-image img { height: 480px; }
  .contact-page { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
}

@media (max-width: 650px) {
  .site-header { min-height: 74px; }
  .hero { width: calc(100% - 20px); margin-top: 5px; border-radius: 24px; }
  .hero-visual { min-height: 340px; }
  .crystal-one { right: -100px; }
  .report-card { left: 0; width: 94%; }
  .trust-strip, .split-intro, .section-heading, .cta-band { display: block; }
  .trust-strip div { margin-top: 1rem; }
  .split-intro, .stacked-services article, .note-panel, .deliverable { grid-template-columns: 1fr; }
  .stacked-services article { gap: 1rem; }
  .section-heading .text-link { display: inline-block; margin-bottom: 2rem; }
  .cta-band .button { margin-top: 1.5rem; }
  .site-footer { grid-template-columns: 1fr; gap: 2rem; }
  .insight-list { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { flex-wrap: wrap; }
  .page-hero { margin: 3rem auto; }
}
