:root {
  --navy: #071a2d;
  --navy2: #0d2942;
  --ink: #142435;
  --muted: #657487;
  --line: #dfe6ec;
  --soft: #f3f7f8;
  --teal: #24b7a5;
  --teal2: #72d8cc;
  --white: #ffffff;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: white; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(880px, 100%); }

.siteHeader { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(11,34,54,.08); }
.navWrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brandMark { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: var(--navy); color: white; font-weight: 800; position: relative; overflow: hidden; }
.brandMark:after { content: ''; position: absolute; width: 22px; height: 22px; border: 2px solid var(--teal2); border-radius: 50%; right: -8px; top: -8px; }
.brandText { display: flex; flex-direction: column; line-height: 1; letter-spacing: -.3px; }
.brandText strong { font-size: 18px; }
.brandText small { font-size: 8px; letter-spacing: 2.5px; color: var(--muted); margin-top: 5px; }
.navLinks { display: flex; align-items: center; justify-content: center; gap: 28px; font-size: 14px; color: #314255; }
.navLinks a:hover { color: var(--teal); }
.mobileNavActions { display: none; align-items: center; gap: 10px; margin-left: auto; }
.mobileHeaderCta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; border-radius: 10px; background: #e9f7f5; color: #0c756c; font-size: 13px; font-weight: 800; }
.mobileMenu { position: relative; }
.menuToggle { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #d7e1e7; border-radius: 11px; background: white; cursor: pointer; list-style: none; -webkit-tap-highlight-color: transparent; }
.menuToggle::-webkit-details-marker { display: none; }
.menuIcon { width: 20px; display: grid; gap: 4px; }
.menuIcon i { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.mobileMenu[open] .menuIcon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobileMenu[open] .menuIcon i:nth-child(2) { opacity: 0; }
.mobileMenu[open] .menuIcon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobileMenuPanel { position: absolute; top: calc(100% + 12px); right: 0; width: min(360px, calc(100vw - 30px)); padding: 14px; display: grid; gap: 4px; background: rgba(255,255,255,.98); border: 1px solid #dce5eb; border-radius: 16px; box-shadow: 0 24px 70px rgba(7,26,45,.18); }
.mobileMenuPanel > a:not(.button) { display: flex; align-items: center; gap: 14px; padding: 14px 12px; border-radius: 10px; color: #23384b; font-weight: 700; }
.mobileMenuPanel > a:not(.button):hover { background: var(--soft); }
.mobileMenuPanel > a span { width: 22px; color: #178d81; font-size: 10px; letter-spacing: 1px; }
.mobileMenuCta { margin-top: 8px; width: 100%; }
.srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 12px; background: var(--teal); color: #062b31; font-weight: 750; border: 0; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(36,183,165,.22); }
.buttonSmall { min-height: 44px; padding: 0 18px; font-size: 13px; }
.buttonGhost { background: transparent; border: 1px solid #aab8c4; color: var(--ink); }
.buttonLight { background: white; color: var(--navy); }
.fullButton { width: 100%; }

.hero { overflow: hidden; background: radial-gradient(circle at 85% 20%, rgba(36,183,165,.18), transparent 28%), linear-gradient(135deg, #071a2d 0%, #0b2740 58%, #0d314c 100%); color: white; min-height: 690px; display: flex; align-items: center; }
.heroGrid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; padding: 96px 0 90px; }
.eyebrow { font-size: 12px; letter-spacing: 2.1px; font-weight: 800; color: var(--teal2); margin-bottom: 22px; }
.eyebrow.dark { color: #178d81; }
.hero h1, .pageHero h1 { margin: 0; letter-spacing: -2.4px; line-height: .99; font-size: clamp(48px, 6vw, 78px); max-width: 800px; }
.hero h1 span { color: var(--teal2); }
.heroLead { max-width: 670px; color: #d3e1ea; font-size: 19px; margin: 26px 0 32px; }
.heroActions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.textLink { font-weight: 700; color: white; }
.textLink span { margin-left: 6px; }
.darkLink { color: var(--ink); }
.trustRow { display: flex; align-items: center; gap: 12px; color: #9fb5c4; margin-top: 48px; font-size: 13px; }
.trustRow i { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); }

.heroVisual { min-height: 430px; position: relative; display: grid; place-items: center; }
.visualOrb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orbOne { width: 360px; height: 360px; border: 1px solid rgba(114,216,204,.22); box-shadow: inset 0 0 70px rgba(36,183,165,.08); }
.orbTwo { width: 270px; height: 270px; border: 1px dashed rgba(255,255,255,.12); }
.marketCard { position: absolute; background: rgba(255,255,255,.96); color: var(--navy); border-radius: 20px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.cardMain { width: min(370px, 84%); padding: 30px; z-index: 3; }
.cardKicker { color: #178d81; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; }
.cardMain strong { display: block; font-size: 31px; line-height: 1.05; margin: 14px 0; letter-spacing: -1px; }
.cardMain p { color: #5d6d7c; margin: 0; font-size: 14px; }
.cardMini { width: 145px; padding: 16px; z-index: 4; display: flex; flex-direction: column; }
.cardMini b { font-size: 19px; }.cardMini span { margin-top: 4px; font-size: 11px; color: var(--muted); }
.cardA { top: 36px; right: 8px; }.cardB { bottom: 24px; left: 0; }.cardC { bottom: 46px; right: -10px; }

.signalStrip { background: #ecf4f4; border-bottom: 1px solid #d8e5e5; }
.signalGrid { min-height: 90px; display: grid; grid-template-columns: .75fr 1fr 1fr 1.2fr; align-items: center; gap: 18px; font-size: 14px; }
.signalGrid p { color: #687985; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.signalGrid div { font-weight: 700; border-left: 1px solid #cbdada; padding-left: 20px; }

.section { padding: 108px 0; }
.sectionHead { max-width: 800px; margin-bottom: 52px; }
.sectionHead h2, .processGrid h2, .twoCol h2, .ctaBox h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1.06; letter-spacing: -1.8px; margin: 0; }
.splitHead { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.splitHead p { color: var(--muted); margin: 0 0 4px; }
.serviceGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.serviceCard { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: .2s ease; }
.serviceCard:hover { background: var(--soft); transform: translateY(-3px); }
.serviceNumber, .offerCard > span { color: #178d81; font-size: 12px; letter-spacing: 1.4px; font-weight: 800; }
.serviceCard h3 { margin: 62px 0 12px; font-size: 23px; letter-spacing: -.6px; }
.serviceCard p, .reason p, .offerCard p, .insightCard p { color: var(--muted); font-size: 15px; }
.centerAction { text-align: center; margin-top: 40px; }

.sectionNavy { background: var(--navy); color: white; }
.processGrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.largeCopy { color: #b8c9d4; font-size: 18px; max-width: 540px; margin: 24px 0 32px; }
.journey { border-top: 1px solid rgba(255,255,255,.16); }
.journeyStep { display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: center; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.journeyStep span { color: var(--teal2); font-size: 12px; font-weight: 800; }.journeyStep strong { font-size: 20px; }

.reasonsGrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.reason { padding: 30px 0; border-top: 3px solid var(--navy); }.reason h3 { font-size: 23px; margin: 0 0 14px; }
.ctaSection { padding: 20px 0 100px; }
.ctaBox { background: linear-gradient(120deg, #0d344e, #0c6a67); color: white; padding: 60px; border-radius: 28px; display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: center; }
.ctaBox p { color: #d2e6e7; margin-top: 0; }

.pageHero { background: linear-gradient(135deg, var(--navy), #0d314c); color: white; padding: 120px 0 110px; }
.pageHero p { font-size: 20px; color: #d3e1ea; max-width: 760px; margin: 26px 0 0; }
.pageHero .button { margin-top: 30px; }
.italyHero { background: radial-gradient(circle at 80% 20%, rgba(36,183,165,.24), transparent 30%), linear-gradient(135deg, var(--navy), #103b57); }
.offerGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.offerCard { padding: 34px; min-height: 250px; border: 1px solid var(--line); border-radius: 18px; }
.offerCard h2 { font-size: 27px; margin: 34px 0 12px; }
.phaseList { border-top: 1px solid var(--line); }
.phaseRow { display: grid; grid-template-columns: 70px .8fr 1.4fr; gap: 32px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items: start; }
.phaseRow span { color: #178d81; font-weight: 800; font-size: 12px; }.phaseRow h3 { margin: 0; font-size: 23px; }.phaseRow p { margin: 0; color: var(--muted); }
.softSection { background: var(--soft); }
.twoCol { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.alignStart { align-items: start; }
.questionList p { padding: 18px 0; margin: 0; border-bottom: 1px solid #d4e0e2; font-weight: 700; }
.prose p { color: var(--muted); font-size: 17px; }
.valuesGrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; }.valuesGrid span { color: var(--teal2); font-weight: 800; }.valuesGrid h3 { font-size: 25px; }.valuesGrid p { color: #b7c8d4; }
.insightGrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.insightCard { padding: 30px; border: 1px solid var(--line); border-radius: 18px; min-height: 330px; }.insightCard > span { color: #178d81; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; }.insightCard h2 { margin: 55px 0 14px; font-size: 25px; line-height: 1.18; }.insightCard a { display: inline-block; margin-top: 20px; font-weight: 750; }

.contactPage { min-height: calc(100vh - 82px); background: linear-gradient(135deg, var(--navy), #0e304a); color: white; padding: 100px 0; }
.contactGrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.contactIntro h1 { font-size: clamp(48px,5vw,70px); line-height: .98; letter-spacing: -2px; margin: 0; }.contactIntro > p { color: #c4d4df; font-size: 18px; }
.contactEmails { margin-top: 34px; display: grid; gap: 10px; }
.contactEmails div { display: grid; grid-template-columns: 140px 1fr; gap: 16px; align-items: baseline; }
.contactEmails span { color: #8fa9b9; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.contactEmails a { color: white; font-weight: 700; overflow-wrap: anywhere; transition: color .2s ease; }
.contactEmails a:hover { color: var(--teal2); }
.contactNotes { margin-top: 50px; display: grid; gap: 24px; }.contactNotes div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); }.contactNotes b { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px; color: var(--teal2); margin-bottom: 8px; }.contactNotes span { color: #c3d3dd; }
.formCard { background: white; color: var(--ink); border-radius: 24px; padding: 38px; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.formCard form { display: grid; gap: 20px; }.formCard label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; }.formCard input, .formCard textarea { width: 100%; border: 1px solid #d4dee5; border-radius: 10px; padding: 14px 15px; font: inherit; color: var(--ink); background: #fbfcfd; }.formCard textarea { resize: vertical; }.formNote { margin: 0; color: #87939d; font-size: 12px; text-align: center; }.successState { padding: 25px 0; text-align: center; }.successState > span { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: #e8f7f4; color: #178d81; margin: 0 auto 20px; font-size: 28px; font-weight: 900; }.successState p { color: var(--muted); }

.siteFooter { background: #061421; color: white; padding: 64px 0 22px; }
.siteFooter .brandMark { background: white; color: var(--navy); }.siteFooter .brandText small { color: #8fa5b5; }
.footerGrid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; }.footerGrid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footerCopy { color: #92a7b6; max-width: 430px; }.footerTitle { color: var(--teal2); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }.footerGrid a:not(.brand) { color: #c6d3db; font-size: 14px; }.footerBottom { margin-top: 54px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; display: flex; justify-content: space-between; color: #718796; font-size: 12px; }

@media (max-width: 980px) {
  .navLinks, .desktopCta { display: none; }
  .mobileNavActions { display: flex; }
  .heroGrid, .processGrid, .splitHead, .twoCol, .contactGrid, .ctaBox { grid-template-columns: 1fr; gap: 50px; }
  .heroGrid { padding-top: 76px; }
  .heroVisual { min-height: 380px; }
  .serviceGrid { grid-template-columns: 1fr 1fr; }
  .reasonsGrid, .insightGrid { grid-template-columns: 1fr; }
  .signalGrid { grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .footerGrid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1180px); }
  .navWrap { height: 72px; gap: 12px; }
  .brand { gap: 9px; }
  .brandMark { width: 35px; height: 35px; border-radius: 10px; }
  .brandText strong { font-size: 17px; }
  .hero { min-height: auto; }
  .heroGrid { padding: 58px 0 48px; gap: 28px; }
  .hero h1, .pageHero h1 { font-size: clamp(39px, 11.8vw, 46px); letter-spacing: -1.6px; line-height: 1.01; }
  .heroLead, .pageHero p { font-size: 17px; line-height: 1.62; }
  .heroActions { gap: 16px; }
  .heroActions .button { width: 100%; min-height: 54px; padding-inline: 18px; text-align: center; }
  .heroActions .textLink { width: 100%; text-align: center; padding: 4px 0; }
  .heroVisual { min-height: 330px; transform: none; }
  .orbOne { width: min(320px, 88vw); height: min(320px, 88vw); }
  .orbTwo { width: min(240px, 68vw); height: min(240px, 68vw); }
  .cardMain { width: min(330px, 86vw); padding: 24px; }
  .cardMain strong { font-size: 27px; }
  .cardMini { width: 124px; padding: 13px; }
  .cardMini b { font-size: 17px; }
  .cardA { top: 8px; right: 0; }.cardB { bottom: 10px; left: 0; }.cardC { bottom: 28px; right: 0; }
  .trustRow { flex-wrap: wrap; margin-top: 34px; }
  .signalGrid { grid-template-columns: 1fr; gap: 12px; padding: 18px 0 22px; }
  .signalGrid p { margin: 0 0 2px; }
  .signalGrid div { border-left: 0; border-top: 1px solid #cbdada; padding: 12px 0 0; }
  .section { padding: 72px 0; }
  .sectionHead { margin-bottom: 38px; }
  .sectionHead h2, .processGrid h2, .twoCol h2, .ctaBox h2 { font-size: clamp(34px, 9.5vw, 44px); letter-spacing: -1.25px; }
  .serviceGrid, .offerGrid { grid-template-columns: 1fr; }
  .serviceCard { min-height: 0; padding: 26px 24px; }
  .serviceCard h3 { margin-top: 36px; }
  .processGrid, .splitHead, .twoCol, .contactGrid, .ctaBox { gap: 38px; }
  .journeyStep { grid-template-columns: 42px 1fr; gap: 12px; padding: 20px 0; }
  .journeyStep strong { font-size: 18px; }
  .phaseRow { grid-template-columns: 36px 1fr; gap: 14px; padding: 28px 0; }
  .phaseRow p { grid-column: 2; }
  .offerCard { min-height: 0; padding: 28px 24px; }
  .offerCard h2 { margin-top: 28px; }
  .ctaBox { padding: 34px 24px; border-radius: 18px; }
  .ctaBox .button { width: 100%; }
  .ctaSection { padding-bottom: 64px; }
  .pageHero { padding: 76px 0 70px; }
  .pageHero .button { width: 100%; }
  .valuesGrid { grid-template-columns: 1fr; gap: 30px; }
  .insightCard { min-height: 0; padding: 26px 24px; }
  .insightCard h2 { margin-top: 40px; }
  .contactPage { padding: 58px 0 68px; }
  .contactIntro h1 { font-size: clamp(40px, 12vw, 52px); }
  .contactEmails { margin-top: 30px; }
  .contactEmails div { grid-template-columns: 1fr; gap: 3px; }
  .contactNotes { margin-top: 36px; }
  .formCard { padding: 24px 20px; border-radius: 18px; }
  .formCard input, .formCard textarea { font-size: 16px; }
  .footerGrid { grid-template-columns: 1fr; gap: 34px; }
  .footerBottom { flex-direction: column; gap: 8px; margin-top: 40px; }
}

@media (max-width: 420px) {
  .shell { width: min(100% - 24px, 1180px); }
  .mobileHeaderCta { display: none; }
  .mobileMenuPanel { width: calc(100vw - 24px); }
  .brandText small { letter-spacing: 2px; }
  .heroGrid { padding-top: 50px; }
  .heroVisual { min-height: 310px; }
  .cardMini { width: 112px; }
  .cardC { bottom: 20px; }
}

/* Contact form delivery states */
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.formCard button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.formError { margin: 0; padding: 12px 14px; border-radius: 10px; background: #fff0f0; color: #9d2f2f; font-size: 13px; text-align: center; }
.formError a { text-decoration: underline; font-weight: 750; }
