: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: 1.8fr 1fr 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; }


/* Senior consultants */
.teamSectionHead { align-items: end; }
.teamSectionHead > p { max-width: 520px; color: var(--muted); margin: 0; }
.consultantsGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.consultantCard { display: grid; grid-template-columns: minmax(190px, .78fr) minmax(0, 1.22fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 20px 50px rgba(8, 31, 47, .06); }
.consultantPhotoWrap { min-height: 100%; background: #dfe8ed; }
.consultantPhotoWrap img { width: 100%; height: 100%; min-height: 360px; display: block; object-fit: cover; object-position: center top; }
.consultantBody { padding: 34px 30px; display: flex; flex-direction: column; align-items: flex-start; }
.consultantRole { color: #178d81; font-size: 11px; line-height: 1.35; font-weight: 850; letter-spacing: 1.15px; text-transform: uppercase; }
.consultantBody h3 { margin: 13px 0 14px; font-size: 30px; letter-spacing: -.7px; }
.consultantBody > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.expertiseTags { display: flex; flex-wrap: wrap; gap: 8px; margin: 23px 0 26px; }
.expertiseTags span { padding: 7px 10px; border-radius: 999px; background: #eef6f5; color: #176e68; font-size: 11px; font-weight: 780; }
.consultantEmail { margin-top: auto; color: var(--ink); font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.consultantEmail span { color: #178d81; }

.teamTeaserSection { background: #f5f9fa; }
.teamTeaserGrid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.teamTeaserCopy h2 { margin: 10px 0 18px; }
.teamTeaserCopy > p { color: var(--muted); max-width: 520px; font-size: 17px; line-height: 1.7; }
.teamTeaserCopy .textLink { margin-top: 12px; display: inline-flex; }
.teamMiniGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.teamMiniCard { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 42px rgba(8,31,47,.06); }
.teamMiniCard img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; display: block; }
.teamMiniCard > div { padding: 19px 20px 21px; }
.teamMiniCard h3 { margin: 0 0 6px; font-size: 20px; letter-spacing: -.35px; }
.teamMiniCard span { color: #178d81; font-size: 11px; line-height: 1.4; text-transform: uppercase; font-weight: 800; letter-spacing: .65px; }

@media (max-width: 980px) {
  .consultantsGrid { grid-template-columns: 1fr; }
  .consultantCard { grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); }
  .teamTeaserGrid { grid-template-columns: 1fr; gap: 44px; }
  .teamMiniGrid { max-width: 720px; }
}

@media (max-width: 640px) {
  .consultantCard { grid-template-columns: 1fr; border-radius: 18px; }
  .consultantPhotoWrap img { min-height: 0; aspect-ratio: 4 / 5; }
  .consultantBody { padding: 26px 22px 28px; }
  .consultantBody h3 { font-size: 27px; }
  .consultantEmail { margin-top: 2px; }
  .teamMiniGrid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .teamMiniCard { border-radius: 16px; }
  .teamMiniCard > div { padding: 14px 13px 16px; }
  .teamMiniCard h3 { font-size: 17px; }
  .teamMiniCard span { font-size: 9.5px; letter-spacing: .4px; }
}

@media (max-width: 420px) {
  .teamMiniGrid { grid-template-columns: 1fr; }
  .teamMiniCard { display: grid; grid-template-columns: 42% 58%; align-items: stretch; }
  .teamMiniCard img { height: 100%; aspect-ratio: auto; }
  .teamMiniCard > div { display: flex; flex-direction: column; justify-content: center; }
}

/* LinkedIn additions */
.consultantActions { margin-top: auto; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.consultantActions .consultantEmail { margin-top: 0; }
.consultantLinkedIn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 14px; border-radius: 999px; border: 1px solid #cfe2e1; background: #f1f8f7; color: #0f766e; font-size: 13px; font-weight: 800; }
.consultantLinkedIn:hover, .miniProfileLink:hover { background: #e6f4f2; }
.teamMiniCard .teamRole { color: #178d81; font-size: 11px; line-height: 1.4; text-transform: uppercase; font-weight: 800; letter-spacing: .65px; display: block; }
.teamMiniCard .miniProfileLink { display: inline-flex; margin-top: 12px; color: #0f766e; font-size: 12px; font-weight: 800; }
@media (max-width: 640px) {
  .consultantActions { gap: 10px; }
  .teamMiniCard .teamRole { font-size: 9.5px; letter-spacing: .4px; }
  .teamMiniCard .miniProfileLink { font-size: 11px; }
}

/* Resources hub */
.resourcesHero { padding-bottom: 62px; }
.resourcesSection { background: #fbfdfd; }
.resourceGrid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 34px; }
.resourceCard { background: #fff; border: 1px solid #dbe8e7; border-radius: 18px; overflow: hidden; box-shadow: 0 12px 34px rgba(11,31,51,.07); display: flex; flex-direction: column; }
.resourceCover { background: linear-gradient(145deg,#eef7f6,#f9fbfb); min-height: 280px; display: flex; align-items: center; justify-content: center; padding: 24px; border-bottom: 1px solid #e4eeed; }
.resourceCover img { width: auto; height: 250px; max-width: 100%; object-fit: contain; box-shadow: 0 12px 28px rgba(11,31,51,.12); border-radius: 3px; }
.resourceBody { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.resourceLabel { color: #178d81; font-size: 10px; font-weight: 900; letter-spacing: 1.15px; text-transform: uppercase; margin-bottom: 9px; }
.resourceBody h3 { margin: 0 0 10px; color: #0b1f33; font-size: 21px; line-height: 1.18; }
.resourceBody p { color: #5b6975; line-height: 1.62; margin: 0 0 14px; }
.resourceBody ul { padding-left: 18px; color: #334754; margin: 0 0 22px; line-height: 1.55; font-size: 14px; }
.resourceBody .resourceDownload { margin-top: auto; width: 100%; cursor: pointer; border: 0; }
.resourceComingSoon { margin-top: 70px; padding-top: 34px; border-top: 1px solid #dfe9e8; }
.comingGrid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 18px; }
.comingGrid > div { padding: 22px; border-radius: 14px; background: #f2f8f7; border: 1px solid #deebe9; }
.comingGrid span { color: #178d81; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.comingGrid h3 { color: #0b1f33; margin: 8px 0 8px; font-size: 18px; }
.comingGrid p { color: #60707c; margin: 0; line-height: 1.55; font-size: 14px; }
.resourceTeaserSection { background: #eef6f5; }
.resourceTeaserCards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.resourceTeaserCard { background: #fff; padding: 22px; border: 1px solid #d8e7e5; border-radius: 14px; }
.resourceTeaserCard span { color:#178d81; font-size:10px; font-weight:900; letter-spacing:1px; text-transform:uppercase; }
.resourceTeaserCard h3 { color:#0b1f33; margin:8px 0 8px; font-size:19px; }
.resourceTeaserCard p { color:#5f6d78; margin:0 0 14px; line-height:1.55; font-size:14px; }
.resourceModal[hidden] { display:none; }
.resourceModal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 24px; }
.resourceModalBackdrop { position: absolute; inset: 0; background: rgba(4,17,28,.68); backdrop-filter: blur(4px); }
.resourceModalPanel { position: relative; z-index: 1; width: min(560px,100%); max-height: calc(100vh - 48px); overflow: auto; background:#fff; border-radius:18px; padding:30px; box-shadow:0 30px 80px rgba(0,0,0,.28); }
.resourceModalPanel h2 { color:#0b1f33; margin:7px 0 8px; font-size:28px; line-height:1.15; }
.modalIntro { color:#61707b; margin:0 0 20px; line-height:1.55; }
.modalClose { position:absolute; top:12px; right:14px; width:38px; height:38px; border:0; background:#eef5f4; border-radius:50%; font-size:25px; line-height:1; color:#24414f; cursor:pointer; }
#resourceLeadForm { display:grid; gap:13px; }
#resourceLeadForm label:not(.privacyCheck) { display:grid; gap:6px; color:#1d3442; font-size:13px; font-weight:800; }
#resourceLeadForm input[type="text"], #resourceLeadForm input[type="email"], #resourceLeadForm input[type="tel"] { width:100%; min-height:47px; border:1px solid #cddcda; border-radius:9px; padding:0 13px; font:inherit; font-weight:400; color:#203642; background:#fff; }
.privacyCheck { display:flex; gap:10px; align-items:flex-start; color:#596a75; font-size:12px; line-height:1.45; font-weight:400; }
.privacyCheck input { margin-top:3px; }
.privacyCheck a { color:#0f766e; text-decoration:underline; }
.modalOpen { overflow:hidden; }
.formSuccess { color:#0f766e; font-size:13px; font-weight:800; }
.privacyProse h2 { margin-top:28px; }
.siteFooter .footerBottom a { color: inherit; }
@media (max-width: 980px) { .resourceGrid,.comingGrid,.resourceTeaserCards { grid-template-columns:1fr; } .resourceCard { display:grid; grid-template-columns:220px 1fr; } .resourceCover { min-height:100%; } .resourceCover img { height:220px; } }
@media (max-width: 640px) { .resourceCard { display:flex; } .resourceCover img { height:235px; } .resourceModalPanel { padding:25px 20px 22px; } .resourceModalPanel h2 { font-size:24px; } }

/* Resources full-page lead gate v2 */
.resourceModal[hidden] { display: none !important; }
.resourceModal { position: fixed !important; inset: 0 !important; z-index: 99999 !important; display: block !important; padding: 0 !important; background: #f7fbfa !important; overflow: auto !important; }
.resourceModalBackdrop { display: none !important; }
.resourceModalPanel { position: relative !important; z-index: 1 !important; width: 100% !important; min-height: 100vh !important; max-height: none !important; overflow: visible !important; background: #f7fbfa !important; border-radius: 0 !important; padding: 0 !important; box-shadow: none !important; display: grid !important; grid-template-columns: minmax(320px, 0.85fr) minmax(520px, 1.15fr) !important; }
.resourceGateIntro { min-height: 100vh; background: #071b2b; color: #fff; padding: clamp(54px,7vw,100px) clamp(34px,6vw,88px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.resourceGateIntro::before { content: ''; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(36,183,165,.14); right: -190px; top: -110px; }
.resourceGateIntro::after { content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); left: -100px; bottom: -80px; }
.resourceGateIntro > * { position: relative; z-index: 1; }
.resourceGateIntro .eyebrow { color: #54d5c5; }
.resourceGateIntro h2 { margin: 14px 0 20px; max-width: 700px; font-size: clamp(36px,4.6vw,64px); line-height: 1.03; letter-spacing: -1.6px; }
.resourceGateIntro p { max-width: 590px; margin: 0; color: #bfd0db; font-size: 18px; line-height: 1.7; }
.resourceGateBenefits { margin: 36px 0 0; display: grid; gap: 16px; padding: 0; list-style: none; }
.resourceGateBenefits li { display: flex; align-items: flex-start; gap: 12px; color: #e8f2f5; font-size: 14px; line-height: 1.5; }
.resourceGateBenefits li::before { content: '✓'; width: 24px; height: 24px; flex: 0 0 24px; border-radius: 50%; background: rgba(36,183,165,.17); color: #54d5c5; display: grid; place-items: center; font-weight: 900; }
.resourceGateFormSide { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: clamp(64px,8vw,110px) clamp(28px,6vw,90px); background: #fff; }
.resourceGateFormWrap { width: min(650px,100%); }
.resourceGateFormWrap .eyebrow { margin-bottom: 12px; }
.resourceGateFormWrap h3 { margin: 0 0 10px; color: #0b1f33; font-size: clamp(30px,3.2vw,44px); line-height: 1.08; letter-spacing: -.8px; }
.resourceGateFormWrap .modalIntro { margin-bottom: 30px; max-width: 590px; font-size: 16px; }
.modalClose { position: fixed !important; top: 24px !important; right: 28px !important; z-index: 100001 !important; width: 46px !important; height: 46px !important; border: 1px solid #d6e4e2 !important; background: #fff !important; border-radius: 50% !important; font-size: 28px !important; line-height: 1 !important; color: #24414f !important; cursor: pointer !important; box-shadow: 0 8px 26px rgba(7,27,43,.10) !important; }
#resourceLeadForm { display: grid !important; gap: 18px !important; }
#resourceLeadForm .resourceFormGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
#resourceLeadForm label:not(.privacyCheck) { display: grid !important; gap: 8px !important; color: #173241 !important; font-size: 13px !important; font-weight: 850 !important; }
#resourceLeadForm input[type="text"], #resourceLeadForm input[type="email"], #resourceLeadForm input[type="tel"] { width: 100% !important; min-height: 56px !important; border: 1px solid #cbdcda !important; border-radius: 12px !important; padding: 0 16px !important; font: inherit !important; font-size: 16px !important; font-weight: 400 !important; color: #203642 !important; background: #fbfdfd !important; outline: none !important; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important; }
#resourceLeadForm input[type="text"]:focus, #resourceLeadForm input[type="email"]:focus, #resourceLeadForm input[type="tel"]:focus { border-color: #24b7a5 !important; box-shadow: 0 0 0 4px rgba(36,183,165,.12) !important; background: #fff !important; }
#resourceLeadForm .privacyCheck { display: flex !important; gap: 12px !important; align-items: flex-start !important; padding: 16px 18px !important; border: 1px solid #dce8e6 !important; border-radius: 12px !important; background: #f6faf9 !important; color: #526873 !important; font-size: 12px !important; line-height: 1.55 !important; font-weight: 400 !important; }
#resourceLeadForm .privacyCheck input { width: 18px !important; height: 18px !important; flex: 0 0 18px !important; margin: 1px 0 0 !important; accent-color: #1aa998 !important; }
#resourceLeadForm .fullButton { width: 100% !important; min-height: 56px !important; border: 0 !important; font-size: 15px !important; cursor: pointer !important; }
#resourceLeadForm .formNote, #resourceLeadForm .formSuccess, #resourceLeadForm .formError { margin: 0 !important; text-align: center !important; }
.resourceGateSecurity { margin-top: 22px; padding-top: 20px; border-top: 1px solid #e2ecea; color: #7b8c95; font-size: 12px; line-height: 1.55; }
.modalOpen { overflow: hidden !important; }

@media (max-width: 920px) {
  .resourceModalPanel { grid-template-columns: 1fr !important; }
  .resourceGateIntro { min-height: auto; padding: 76px 28px 50px; }
  .resourceGateIntro h2 { font-size: clamp(34px,8vw,50px); }
  .resourceGateFormSide { min-height: auto; padding: 54px 24px 70px; }
  .modalClose { top: 16px !important; right: 16px !important; }
}
@media (max-width: 620px) {
  #resourceLeadForm .resourceFormGrid { grid-template-columns: 1fr; gap: 16px; }
  .resourceGateIntro { padding: 70px 22px 44px; }
  .resourceGateIntro p { font-size: 16px; }
  .resourceGateFormSide { padding: 44px 18px 60px; }
  .resourceGateFormWrap h3 { font-size: 31px; }
}


/* bilingual language switch */
.languageSwitch { display:flex; align-items:center; gap:7px; padding:0 4px; margin-left:auto; white-space:nowrap; font-size:12px; font-weight:800; letter-spacing:.5px; }
.languageSwitch a { color:#6a7b85; text-decoration:none; padding:7px 5px; border-radius:7px; }
.languageSwitch a:hover { color:#0f766e; background:#eef7f6; }
.languageSwitch a.active { color:#0b1f33; background:#e7f3f1; }
.languageSwitch span { color:#c2cecc; }
.mobileLanguageSwitch { display:flex; gap:8px; align-items:center; justify-content:center; padding:14px 4px 4px; color:#98a8b0; font-size:13px; font-weight:850; letter-spacing:.8px; }
.mobileLanguageSwitch a { padding:8px 12px !important; display:inline-flex !important; width:auto !important; border-radius:8px; color:#657985 !important; }
.mobileLanguageSwitch a.active { color:#0f766e !important; background:#e8f5f3; }
.resourceLanguageNote { margin:16px 0 0; padding:12px 16px; background:#eef7f6; border-left:3px solid #24b7a5; color:#49636f; font-size:13px; line-height:1.55; border-radius:0 9px 9px 0; }
@media (max-width: 980px) { .languageSwitch { display:none; } }

/* Privacy / consent additions */
.marketingConsent{margin-top:10px;padding-top:14px;border-top:1px solid rgba(15,118,110,.12)}
.marketingConsent span{color:#425466}
.privacyProse ul{padding-left:1.2rem;margin:0 0 1.4rem}.privacyProse li{margin:.5rem 0;line-height:1.65}

/* Mobile resource gate fix v3 — 2026-08-23 */
@media (max-width: 620px) {
  .resourceModal {
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
  }
  .resourceModalPanel {
    display: block !important;
    min-height: 100dvh !important;
    width: 100% !important;
    overflow: visible !important;
  }
  .resourceGateIntro {
    min-height: 0 !important;
    padding: 24px 58px 20px 18px !important;
  }
  .resourceGateIntro .eyebrow {
    font-size: 9px !important;
    margin: 0 0 7px !important;
  }
  .resourceGateIntro h2 {
    font-size: 22px !important;
    line-height: 1.15 !important;
    letter-spacing: -.35px !important;
    margin: 0 !important;
  }
  .resourceGateIntro p,
  .resourceGateBenefits {
    display: none !important;
  }
  .resourceGateFormSide {
    min-height: 0 !important;
    display: block !important;
    padding: 26px 16px calc(118px + env(safe-area-inset-bottom)) !important;
  }
  .resourceGateFormWrap {
    width: 100% !important;
  }
  .resourceGateFormWrap .eyebrow {
    margin-bottom: 8px !important;
  }
  .resourceGateFormWrap h3 {
    font-size: 27px !important;
    margin-bottom: 7px !important;
  }
  .resourceGateFormWrap .modalIntro {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !important;
  }
  #resourceLeadForm {
    gap: 13px !important;
  }
  #resourceLeadForm .resourceFormGrid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  #resourceLeadForm input[type="text"],
  #resourceLeadForm input[type="email"],
  #resourceLeadForm input[type="tel"] {
    min-height: 49px !important;
  }
  #resourceLeadForm .privacyCheck {
    padding: 12px 13px !important;
    gap: 10px !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }
  #resourceLeadForm .fullButton {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    min-height: 54px !important;
    z-index: 100003 !important;
    box-shadow: 0 10px 30px rgba(7,27,43,.25) !important;
    border-radius: 12px !important;
  }
  .resourceGateSecurity {
    margin-top: 16px !important;
    padding-top: 14px !important;
  }
  .modalClose {
    position: fixed !important;
    width: 40px !important;
    height: 40px !important;
    top: calc(10px + env(safe-area-inset-top)) !important;
    right: 10px !important;
    font-size: 24px !important;
  }
}


/* Resource request pages v4 — no modal, mobile-first and cache-busted */
.resourceBody .resourceDownload { display:flex !important; align-items:center; justify-content:center; min-height:52px; width:100%; text-align:center; }
.resourceRequestPage { background:#f5f9f8; min-height:calc(100vh - 80px); padding:54px 0 76px; }
.resourceRequestShell { width:min(1120px,calc(100% - 36px)); margin:0 auto; }
.resourceRequestBack { display:inline-flex; align-items:center; gap:8px; color:#49636f; font-size:14px; font-weight:800; margin:0 0 22px; }
.resourceRequestGrid { display:grid; grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr); background:#fff; border:1px solid #dce8e6; border-radius:22px; overflow:hidden; box-shadow:0 20px 60px rgba(7,27,43,.08); }
.resourceRequestIntro { background:#071b2b; color:#fff; padding:64px 52px; position:relative; overflow:hidden; }
.resourceRequestIntro:after { content:''; position:absolute; width:300px; height:300px; border-radius:50%; background:rgba(36,183,165,.14); right:-150px; top:-90px; }
.resourceRequestIntro>* { position:relative; z-index:1; }
.resourceRequestIntro .eyebrow { color:#54d5c5; }
.resourceRequestIntro h1 { margin:14px 0 18px; font-size:clamp(34px,4vw,52px); line-height:1.04; letter-spacing:-1.1px; }
.resourceRequestIntro p { margin:0; color:#bfd0db; font-size:16px; line-height:1.65; }
.resourceRequestIntro ul { list-style:none; margin:28px 0 0; padding:0; display:grid; gap:12px; }
.resourceRequestIntro li { display:flex; gap:10px; color:#e7f1f4; font-size:14px; line-height:1.5; }
.resourceRequestIntro li:before { content:'✓'; color:#54d5c5; font-weight:900; }
.resourceRequestFormSide { padding:58px 52px; }
.resourceRequestFormSide h2 { margin:0 0 8px; color:#0b1f33; font-size:32px; line-height:1.1; }
.resourceRequestFormSide>p { color:#61707b; margin:0 0 24px; }
.resourceRequestForm { display:grid; gap:15px; }
.resourceRequestForm .resourceFormGrid { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.resourceRequestForm label:not(.privacyCheck) { display:grid; gap:7px; color:#173241; font-size:13px; font-weight:800; }
.resourceRequestForm input[type=text], .resourceRequestForm input[type=email], .resourceRequestForm input[type=tel] { width:100%; min-height:54px; border:1px solid #cbdcda; border-radius:11px; padding:0 15px; font:inherit; font-size:16px; color:#203642; background:#fbfdfd; }
.resourceRequestForm input:focus { outline:none; border-color:#24b7a5; box-shadow:0 0 0 4px rgba(36,183,165,.12); background:#fff; }
.resourceRequestForm .privacyCheck { display:flex; gap:11px; align-items:flex-start; padding:14px 15px; border:1px solid #dce8e6; border-radius:11px; background:#f6faf9; color:#526873; font-size:12px; line-height:1.5; }
.resourceRequestForm .privacyCheck input { width:18px; height:18px; flex:0 0 18px; margin-top:1px; accent-color:#1aa998; }
.resourceRequestForm .fullButton { width:100%; min-height:56px; border:0; cursor:pointer; font-size:15px; }
.resourceRequestForm .fullButton[disabled] { opacity:.65; cursor:wait; }
.resourceRequestResult { display:none; margin-top:18px; padding:20px; border:1px solid #b9dfd9; border-radius:13px; background:#eef9f7; }
.resourceRequestResult.show { display:block; }
.resourceRequestResult h3 { margin:0 0 6px; color:#0b1f33; font-size:20px; }
.resourceRequestResult p { margin:0 0 14px; color:#526873; font-size:14px; }
.resourceRequestResult .button { width:100%; min-height:56px; display:flex; align-items:center; justify-content:center; }
.resourceRequestError { color:#a23232; font-size:13px; text-align:center; margin:0; }
.resourceRequestNote { color:#75868f; font-size:12px; line-height:1.5; margin:0; text-align:center; }
.honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }
@media(max-width:820px){
  .resourceRequestPage { padding:18px 0 42px; }
  .resourceRequestShell { width:min(100% - 24px,680px); }
  .resourceRequestBack { margin:0 0 14px; }
  .resourceRequestGrid { grid-template-columns:1fr; border-radius:16px; }
  .resourceRequestIntro { padding:30px 22px; }
  .resourceRequestIntro h1 { font-size:30px; margin:10px 0 12px; }
  .resourceRequestIntro p { font-size:14px; }
  .resourceRequestIntro ul { margin-top:18px; gap:8px; }
  .resourceRequestIntro li { font-size:13px; }
  .resourceRequestFormSide { padding:28px 18px 32px; }
  .resourceRequestFormSide h2 { font-size:27px; }
  .resourceRequestForm .resourceFormGrid { grid-template-columns:1fr; gap:12px; }
  .resourceRequestForm { gap:12px; }
  .resourceRequestForm .privacyCheck { padding:12px; font-size:11.5px; }
  .resourceRequestForm .fullButton, .resourceRequestResult .button { min-height:56px; position:static !important; display:flex !important; }
}

/* Resource flow v5 — static POST pages, no AJAX */
.honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; pointer-events:none !important; }
.resourceThanksPage { min-height:65vh; display:grid; place-items:center; padding:56px 18px 72px; background:#f5f9f8; }
.resourceThanksCard { width:min(650px,100%); background:#fff; border:1px solid #dce8e6; border-radius:20px; padding:clamp(30px,6vw,56px); text-align:center; box-shadow:0 20px 60px rgba(7,27,43,.08); }
.resourceThanksCard h1 { margin:10px 0 12px; color:#0b1f33; font-size:clamp(34px,6vw,48px); }
.resourceThanksCard p { color:#61707b; font-size:16px; line-height:1.6; margin:0 auto 26px; max-width:520px; }
.resourceFinalDownload { width:100%; min-height:58px; font-size:16px; }
.resourceThanksBack { display:inline-block; margin-top:18px; color:#49636f; font-weight:800; }
@media (max-width:760px){
  .resourceRequestPage { padding-top:14px !important; }
  .resourceRequestShell { width:calc(100% - 20px) !important; }
  .resourceRequestGrid { display:block !important; overflow:visible !important; }
  .resourceRequestIntro { padding:24px 18px !important; }
  .resourceRequestIntro ul { display:none !important; }
  .resourceRequestFormSide { padding:24px 16px 28px !important; }
  .resourceRequestForm .resourceFormGrid { display:block !important; }
  .resourceRequestForm .resourceFormGrid label { margin-bottom:12px !important; }
  .resourceRequestForm .fullButton { display:flex !important; position:static !important; width:100% !important; min-height:58px !important; margin-top:4px !important; }
  .resourceThanksPage { min-height:70vh; padding:28px 12px 48px; }
  .resourceThanksCard { border-radius:16px; padding:32px 18px; }
}

/* Resources hub mobile CTA fix v6 — 2026-08-23 */
.resourceTopDownload {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:52px !important;
  margin:14px 0 18px !important;
  padding:12px 16px !important;
  border-radius:12px !important;
  background:#24b7a5 !important;
  color:#062b31 !important;
  font-weight:800 !important;
  text-align:center !important;
  text-decoration:none !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative !important;
  z-index:2 !important;
}
@media (max-width:640px){
  .resourcesSection .resourceGrid { gap:18px !important; margin-top:24px !important; }
  .resourcesSection .resourceCard { display:flex !important; flex-direction:column !important; overflow:visible !important; }
  .resourcesSection .resourceCover { min-height:0 !important; padding:14px !important; }
  .resourcesSection .resourceCover img { height:150px !important; width:auto !important; max-width:100% !important; }
  .resourcesSection .resourceBody { padding:18px !important; display:block !important; }
  .resourcesSection .resourceBody h3 { font-size:21px !important; margin-bottom:0 !important; }
  .resourcesSection .resourceTopDownload {
    display:flex !important;
    min-height:56px !important;
    margin:14px 0 16px !important;
    font-size:15px !important;
    box-shadow:0 8px 22px rgba(36,183,165,.18) !important;
  }
  .resourcesSection .resourceBody p { margin-top:0 !important; }
}
.mobileDownloadHint{display:none}
@media(max-width:640px){.mobileDownloadHint{display:block;margin:0 0 20px;padding:12px 14px;border-radius:10px;background:#eaf7f5;color:#365765;font-size:13px;font-weight:700;line-height:1.45}}
