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

:root {
  --ink: #14252d;
  --muted: #607078;
  --paper: #f7fbfa;
  --white: #fff;
  --emerald: #008b72;
  --emerald-dark: #006a5c;
  --cyan: #8fe9e2;
  --violet: #7965c1;
  --line: rgba(18, 54, 60, .14);
  --crystal: linear-gradient(135deg, rgba(255,255,255,.88), rgba(211,246,241,.54));
  --shadow: 0 24px 60px rgba(22, 67, 72, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 "DM Sans", sans-serif; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; background: radial-gradient(circle at 85% 12%, rgba(136,230,219,.24), transparent 27%), radial-gradient(circle at 12% 42%, rgba(121,101,193,.1), transparent 23%); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 30; top: -60px; left: 20px; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 10px; }

.site-header { height: 86px; max-width: 1240px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font: 700 19px/1 "Manrope", sans-serif; letter-spacing: -.7px; }
.brand > span:last-child span { color: var(--emerald); }
.brand-mark { color: var(--emerald); font-size: 32px; filter: drop-shadow(0 0 7px rgba(0,139,114,.5)); }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
nav a:not(.nav-cta):hover { color: var(--emerald); }
.nav-cta { padding: 10px 18px; border: 1px solid var(--emerald); border-radius: 4px; color: var(--emerald-dark); }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; padding: 8px 12px; }

main { overflow: hidden; }
.hero { min-height: 660px; max-width: 1240px; margin: 0 auto; padding: 50px 28px 80px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 18px; color: var(--emerald-dark); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 1px; margin: 0 9px 4px 0; background: currentColor; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.13; letter-spacing: -.045em; }
h1 { margin: 0; font-size: clamp(3rem, 5.2vw, 5rem); font-weight: 500; }
h1 em { color: var(--emerald); font-style: normal; }
.lead { max-width: 660px; margin: 26px 0; color: #52676f; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 48px; padding: 11px 21px; border: 0; border-radius: 3px; cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: linear-gradient(110deg, var(--emerald-dark), var(--emerald)); box-shadow: 0 8px 25px rgba(0,139,114,.2); }
.button.primary:hover { box-shadow: 0 0 0 5px rgba(125,229,217,.2), 0 8px 28px rgba(0,139,114,.28); }
.text-link { color: var(--emerald-dark); font-weight: 700; }
.trust-list { display: flex; gap: 23px; padding: 0; margin: 38px 0 0; list-style: none; color: var(--muted); font-size: 12px; }
.trust-list li::before { content: "◇"; margin-right: 6px; color: var(--emerald); }
.hero-visual { position: relative; height: 535px; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.65); background: linear-gradient(135deg, rgba(255,255,255,.38), rgba(75,220,203,.09)); backdrop-filter: blur(2px); clip-path: polygon(50% 0, 100% 65%, 76% 100%, 12% 86%, 0 33%); }
.hero-visual::before { width: 180px; height: 310px; right: -55px; top: -25px; transform: rotate(12deg); }
.hero-visual::after { width: 120px; height: 230px; left: -48px; bottom: -40px; transform: rotate(-19deg); }
.hero-visual > img { height: 100%; object-fit: cover; clip-path: polygon(12% 3%, 91% 0, 100% 78%, 69% 100%, 4% 90%, 0 25%); filter: saturate(.75) hue-rotate(85deg); }
.crystal-card { position: absolute; z-index: 2; right: -26px; bottom: 35px; width: 330px; padding: 23px; border: 1px solid rgba(255,255,255,.7); background: rgba(244,255,253,.78); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.crystal-card span { color: var(--emerald-dark); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.crystal-card strong { display: block; margin: 9px 0; font: 600 18px/1.3 "Manrope"; }
.crystal-card p { margin: 0; color: var(--muted); font-size: 13px; }

.signal-strip { padding: 19px max(28px, calc((100% - 1184px)/2)); display: flex; align-items: center; justify-content: space-between; border-block: 1px solid var(--line); background: rgba(255,255,255,.55); color: #4f676c; font-size: 13px; }
.signal-strip > span { color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.signal-strip i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 9px var(--cyan); }
.section { max-width: 1184px; margin: 0 auto; padding: 105px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 40px; }
.section h2, .page-hero h1 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 500; }
.article-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 18px; }
.article-card { position: relative; min-height: 420px; border: 1px solid var(--line); background: var(--crystal); box-shadow: 0 10px 40px rgba(31,81,82,.05); }
.article-card.featured img { height: 245px; object-fit: cover; filter: saturate(.55) hue-rotate(80deg); }
.article-card.featured div { padding: 25px; }
.article-card h3 { margin: 8px 0; font-size: 22px; }
.article-card p { margin: 8px 0; color: var(--muted); font-size: 14px; }
.tag { color: var(--emerald-dark)!important; font-size: 10px!important; font-weight: 700; letter-spacing: .12em; }
.article-card.compact { padding: 32px 26px; background: linear-gradient(155deg, rgba(222,251,245,.88), rgba(255,255,255,.76)); }
.article-card.compact.violet { background: linear-gradient(155deg, rgba(229,225,250,.85), rgba(255,255,255,.8)); }
.article-card.compact h3 { font-size: 25px; }
.arrow-link { position: absolute; right: 25px; bottom: 25px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--emerald); font-size: 22px; }
.approach { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; align-items: start; }
.approach-intro p:last-child { color: var(--muted); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--emerald); font-size: 12px; }
.steps strong { font: 600 20px "Manrope"; }
.steps p { margin: 5px 0 0; color: var(--muted); }
.service-callout, .newsletter { max-width: 1184px; padding: 68px 75px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; color: white; background: radial-gradient(circle at 90% 15%, rgba(138,104,203,.55), transparent 28%), linear-gradient(115deg, #075e58, #173848); overflow: hidden; }
.service-callout h2, .newsletter h2 { margin-bottom: 18px; }
.service-callout p { color: rgba(255,255,255,.76); }
.eyebrow.light { color: var(--cyan); }
.light-button { margin-top: 20px; color: var(--emerald-dark); background: #e8fffb; }
.deliverables { padding: 30px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.deliverables > p { font-size: 10px; letter-spacing: .14em; }
.deliverables ul { margin: 0; padding: 0; list-style: none; }
.deliverables li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.deliverables li::before { content: "◇"; margin-right: 10px; color: var(--cyan); }
.quote { max-width: 900px; text-align: center; }
.quote blockquote { margin: 0; font: 500 clamp(1.6rem, 3vw, 2.45rem)/1.45 "Manrope"; letter-spacing: -.035em; }
.quote p { color: var(--muted); font-size: 13px; }

.page-hero { max-width: 1184px; margin: 0 auto; padding: 100px 0 75px; }
.page-hero .lead { max-width: 760px; }
.split-head { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.article-list { padding-top: 20px; }
.article-list article { display: grid; grid-template-columns: 300px 1fr; gap: 36px; padding: 35px 0; border-top: 1px solid var(--line); }
.article-list img { height: 190px; object-fit: cover; filter: saturate(.6) hue-rotate(50deg); }
.article-list h2 { font-size: 28px; }
.article-list p { color: var(--muted); }
.service-grid { padding-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-grid article { padding: 35px; border: 1px solid var(--line); background: rgba(255,255,255,.68); }
.service-grid h2 { min-height: 78px; font-size: 27px; }
.service-number { color: var(--emerald); font-size: 11px; }
.service-grid ul { min-height: 135px; padding-left: 20px; color: var(--muted); }
.price { font: 600 25px "Manrope"; }
.price small { color: var(--muted); font-size: 12px; }
.fine-print { padding-top: 0; color: var(--muted); font-size: 13px; }
.radar-head { display: grid; grid-template-columns: 1fr 1fr; }
.radar-head .eyebrow { grid-column: 1/-1; }
.radar-list { padding-top: 0; }
.radar-list article { display: grid; grid-template-columns: 190px 1fr; gap: 60px; padding: 42px 0; border-top: 1px solid var(--line); }
.radar-list h2 { max-width: 800px; margin: 7px 0 12px; font-size: 31px; }
.radar-list p { max-width: 760px; margin: 0; color: var(--muted); }
.radar-level { align-self: start; width: fit-content; padding: 5px 8px; font-size: 9px; font-weight: 700; letter-spacing: .1em; border: 1px solid; }
.radar-level.high { color: #9c4055; background: #fff0f2; }
.radar-level.medium { color: #6f58a7; background: #f2efff; }
.radar-level.low { color: var(--emerald-dark); background: #eafff9; }
.newsletter { margin-bottom: 100px; align-items: center; }
.newsletter p { color: rgba(255,255,255,.72); }

.longform, .legal { max-width: 790px; margin: 0 auto; padding: 90px 28px 120px; }
.longform h1, .legal h1 { font-size: clamp(2.6rem, 5vw, 4.6rem); }
.standfirst { margin: 28px 0 45px; color: var(--muted); font-size: 21px; }
.article-cover { width: calc(100% + 180px); max-width: none; height: 450px; margin: 0 -90px 55px; object-fit: cover; filter: saturate(.6) hue-rotate(70deg); }
.longform h2, .legal h2 { margin: 42px 0 12px; font-size: 29px; }
.longform h3 { margin-top: 28px; font-size: 20px; }
.longform p, .longform li, .legal p { color: #40565d; font-size: 17px; }
.article-note { margin: 45px 0; padding: 28px; border-left: 3px solid var(--emerald); background: #eaf9f6; }
.article-note p { margin-bottom: 0; }
.updated { margin-bottom: 55px; color: var(--muted)!important; }
code { padding: 2px 5px; background: #e8f1ef; font-size: 14px; }

.contact-layout { max-width: 1184px; margin: 0 auto; padding: 90px 0 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.contact-copy h1 { font-size: clamp(2.7rem, 4.5vw, 4.3rem); }
.contact-detail { margin-top: 35px; }
.contact-detail small { display: block; color: var(--emerald); font-weight: 700; letter-spacing: .12em; }
.contact-detail a, address { font-size: 18px; font-style: normal; }
.contact-form { padding: 42px; border: 1px solid var(--line); background: rgba(255,255,255,.75); box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 20px; font-size: 13px; font-weight: 700; }
.contact-form label > span { color: var(--emerald); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #bacbc8; border-radius: 2px; color: var(--ink); background: white; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--cyan); border-color: var(--emerald); }
[aria-invalid="true"] { border-color: #b33a56; }
.check { display: grid!important; grid-template-columns: 18px 1fr; gap: 9px; font-weight: 400!important; }
.check input { width: 16px; margin-top: 4px; }
.check a { color: var(--emerald-dark); text-decoration: underline; }
.form-status { margin: 18px 0 0; font-size: 14px; font-weight: 600; }
.is-error { color: #a32947; }
.is-success { padding: 12px; color: #075f50; background: #dcf8ef; }
button:disabled { cursor: wait; opacity: .65; }

.not-found { min-height: 650px; display: grid; place-items: center; align-content: center; padding: 60px 28px; text-align: center; }
.not-found h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
.not-found p:not(.eyebrow) { color: var(--muted); }
.error-crystal { margin-bottom: 20px; color: var(--emerald); font: 700 100px/1 "Manrope"; text-shadow: 12px 12px 0 rgba(121,101,193,.12), 0 0 35px rgba(91,228,210,.35); }

.site-footer { max-width: 1184px; margin: auto; padding: 60px 0 30px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 45px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-brand { color: var(--ink); }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.site-footer strong { margin-bottom: 6px; color: var(--ink); }
.site-footer a:hover { color: var(--emerald); }
.copyright { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid var(--line); font-size: 11px; }
.cookie-banner { position: fixed; z-index: 20; left: 24px; right: 24px; bottom: 22px; max-width: 920px; margin: auto; padding: 22px 25px; display: grid; grid-template-columns: 1fr auto; gap: 22px; border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(13,48,52,.95); backdrop-filter: blur(16px); box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-family: "Manrope"; }
.cookie-banner p { margin: 4px 0 0; color: rgba(255,255,255,.74); font-size: 12px; }
.cookie-banner a { color: var(--cyan); text-decoration: underline; }
.cookie-actions { display: flex; align-items: center; gap: 10px; }
.button.ghost { color: white; border: 1px solid rgba(255,255,255,.38); background: transparent; }
.inline-message { grid-column: 1/-1; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .nav-toggle { display: block; }
  nav { position: absolute; z-index: 10; top: 68px; left: 18px; right: 18px; padding: 22px; display: none; flex-direction: column; align-items: stretch; background: white; box-shadow: var(--shadow); }
  nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 40px; gap: 40px; }
  .hero-visual { height: 470px; }
  .article-grid, .service-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 300px; }
  .approach, .service-callout, .split-head, .radar-head, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .section, .page-hero, .site-footer, .contact-layout { width: auto; margin-inline: 28px; }
  .service-grid { display: grid; }
  .service-grid h2, .service-grid ul { min-height: 0; }
  .site-footer { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  h1 { font-size: 2.8rem; }
  .hero { padding-inline: 20px; }
  .hero-actions, .trust-list, .signal-strip, .section-heading { align-items: stretch; flex-direction: column; }
  .hero-actions { gap: 16px; }
  .hero-visual { height: 390px; }
  .crystal-card { right: 0; width: 88%; }
  .signal-strip { gap: 10px; align-items: flex-start; }
  .section, .page-hero, .site-footer, .contact-layout { margin-inline: 20px; padding-block: 70px; }
  .section-heading { align-items: flex-start; }
  .article-list article, .radar-list article { grid-template-columns: 1fr; gap: 18px; }
  .article-list img { height: 220px; }
  .service-callout, .newsletter { margin-inline: 0; padding: 48px 24px; }
  .article-cover { width: 100%; height: 280px; margin: 0 0 40px; }
  .longform, .legal { padding-inline: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 1fr; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .button { flex: 1; }
}
