:root {
  --forest: #08271f;
  --forest-2: #0f3e31;
  --ink: #121816;
  --muted: #66736d;
  --silk: #f5f1e7;
  --silk-2: #e9e1d1;
  --white: #ffffff;
  --lime: #c9ff42;
  --cobalt: #3744ff;
  --copper: #ee7047;
  --line: rgba(18, 24, 22, .14);
  --shadow: 0 28px 70px rgba(8, 39, 31, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--silk); font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(880px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -90px; left: 20px; z-index: 9999; padding: 12px 18px; color: var(--forest); background: var(--lime); }
.skip-link:focus { top: 20px; }

.topline { color: var(--forest); background: var(--lime); font-size: .71rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.topline-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline a { padding-left: 20px; border-left: 1px solid rgba(8,39,31,.28); }
.site-header { position: sticky; top: 0; z-index: 80; color: var(--forest); background: rgba(245, 241, 231, .93); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(8,39,31,.08); }
.nav-row { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.brand { width: 188px; flex: 0 0 auto; }
.primary-nav { margin-left: auto; }
.primary-nav > ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-nav li { position: relative; }
.primary-nav a { position: relative; font-size: .86rem; font-weight: 850; }
.primary-nav > ul > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 3px; background: var(--cobalt); transition: right .2s ease; }
.primary-nav > ul > li > a:hover::after, .primary-nav > ul > li > a:focus-visible::after { right: 0; }
.submenu { position: absolute; left: -18px; top: calc(100% + 22px); width: 270px; margin: 0; padding: 10px; list-style: none; color: #fff; background: var(--forest); border: 1px solid rgba(255,255,255,.13); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(9px); transition: .2s ease; }
.submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -24px; height: 24px; }
.submenu a { display: block; padding: 11px 12px; }
.submenu a:hover { color: var(--forest); background: var(--lime); }
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu { opacity: 1; visibility: visible; transform: none; }
.submenu-toggle, .menu-toggle { display: none; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 0; font-weight: 900; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 7px 7px 0 var(--ink); }
.button-sm { min-height: 44px; padding-inline: 18px; font-size: .82rem; }
.button-hot { color: var(--forest); background: var(--lime); }
.button-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.4); }
.button-light { color: var(--forest); background: #fff; }
.button-whatsapp { color: #fff; background: #169b62; }
.button-outline { color: var(--forest); background: transparent; border-color: var(--forest); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--copper); font-size: .68rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }

.hero { position: relative; min-height: 770px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--forest); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero::after { content: "16"; position: absolute; right: -3vw; bottom: -19vw; color: rgba(255,255,255,.045); font-size: clamp(22rem, 39vw, 44rem); font-weight: 1000; letter-spacing: -.13em; line-height: 1; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 30px; padding: 88px 0 105px; }
.hero-copy { position: relative; z-index: 3; }
.hero h1 { max-width: 790px; margin: 0 0 32px; font-size: clamp(3.6rem, 6.8vw, 7.7rem); line-height: .84; letter-spacing: -.075em; }
.hero h1 span { display: block; color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; letter-spacing: -.065em; }
.hero p { max-width: 680px; margin: 0 0 35px; color: #c9d8d1; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-row { display: flex; gap: 10px; margin-top: 50px; }
.trust-row span { min-width: 145px; padding: 13px 15px; color: #a9beb5; border-left: 2px solid rgba(201,255,66,.55); font-size: .7rem; }
.trust-row b { display: block; color: #fff; font-size: 1.2rem; }
.hero-visual { position: relative; z-index: 2; }
.hero-visual > img { width: 100%; transform: translateX(18px); filter: drop-shadow(0 35px 55px rgba(0,0,0,.32)); }
.hero-note { position: absolute; right: 0; bottom: 15px; width: min(310px, 82%); padding: 22px; color: #fff; background: var(--cobalt); border: 1px solid rgba(255,255,255,.22); box-shadow: 14px 14px 0 rgba(201,255,66,.9); }
.hero-note small, .hero-note b, .hero-note span { display: block; }
.hero-note small { color: var(--lime); font-size: .65rem; font-weight: 950; letter-spacing: .14em; }
.hero-note b { margin: 7px 0 13px; font-size: 1.12rem; line-height: 1.2; }
.hero-note span { font-size: .78rem; font-weight: 900; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .75; }
.hero-orb-a { width: 330px; height: 330px; right: 11%; top: -180px; border: 74px solid var(--cobalt); }
.hero-orb-b { width: 280px; height: 280px; left: 45%; bottom: -205px; background: var(--copper); }

.ticker { position: relative; z-index: 4; margin-top: -1px; padding: 17px 0; overflow: hidden; color: var(--forest); background: var(--lime); border-block: 1px solid var(--forest); font-size: .78rem; font-weight: 950; letter-spacing: .12em; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 27s linear infinite; }
@keyframes ticker { to { transform: translateX(-48%); } }

.section { position: relative; padding: 124px 0; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 85px; align-items: end; margin-bottom: 62px; }
.section-head h2, .approach h2, .final-cta h2 { margin: 0; font-size: clamp(2.8rem, 5.5vw, 5.7rem); line-height: .88; letter-spacing: -.064em; }
.section-head p { margin: 0 0 5px; color: var(--muted); font-size: 1.07rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 300px; padding: 75px 29px 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s ease, background .25s ease, transform .25s ease; }
.service-card::before { content: ""; position: absolute; width: 42px; height: 42px; right: 22px; top: 22px; background: repeating-linear-gradient(135deg, var(--line) 0 2px, transparent 2px 7px); border: 1px solid var(--line); border-radius: 50%; }
.service-card:hover { z-index: 2; color: #fff; background: var(--cobalt); transform: translateY(-7px); }
.service-card:hover p { color: #dfe2ff; }
.service-card:hover::before { background: var(--lime); }
.card-index { position: absolute; left: 29px; top: 27px; color: var(--copper); font-size: .7rem; font-weight: 950; letter-spacing: .12em; }
.service-card h3 { margin: 0 0 15px; font-size: 1.65rem; line-height: 1.08; }
.service-card p { margin: 0 0 25px; color: var(--muted); transition: color .25s ease; }
.service-card a { font-size: .82rem; font-weight: 950; }
.service-card a span { color: var(--lime); }

.approach { overflow: hidden; background: var(--silk-2); }
.approach::before { content: ""; position: absolute; inset: 0; opacity: .33; background: repeating-linear-gradient(90deg, transparent 0 39px, rgba(8,39,31,.08) 40px), repeating-linear-gradient(0deg, transparent 0 39px, rgba(8,39,31,.06) 40px); pointer-events: none; }
.split-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.visual-card { position: relative; min-height: 610px; display: flex; align-items: center; padding: 38px; overflow: hidden; background: var(--cobalt); border: 1px solid var(--forest); box-shadow: 16px 16px 0 var(--forest); }
.visual-card::before { content: "BURSA / 16 / SİSTEM"; position: absolute; left: 27px; top: 25px; color: rgba(255,255,255,.72); font-size: .65rem; font-weight: 900; letter-spacing: .19em; }
.visual-card img { transform: rotate(-2deg); }
.metric { position: absolute; right: -17px; bottom: 46px; padding: 22px 27px; color: var(--forest); background: var(--lime); border: 1px solid var(--forest); box-shadow: 9px 9px 0 var(--forest); }
.metric b, .metric small { display: block; }
.steps { margin: 42px 0 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 200px 1fr; gap: 25px; padding: 24px 0; border-top: 1px solid var(--line); }
.steps b::before { content: "0" counter(step) " / "; color: var(--copper); }
.steps span { color: var(--muted); }

.dark-section { color: #fff; background: var(--forest); }
.dark-section::after { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(var(--lime) .7px, transparent .7px); background-size: 18px 18px; pointer-events: none; }
.dark-section .container { position: relative; z-index: 2; }
.dark-section .section-head p { color: #a8bdb4; }
.sector-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.sector-card { min-height: 350px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: color .25s ease, background .25s ease; }
.sector-card:nth-child(4n+1):hover { color: var(--forest); background: var(--lime); }
.sector-card:nth-child(4n+2):hover { background: var(--cobalt); }
.sector-card:nth-child(4n+3):hover { background: var(--copper); }
.sector-card:nth-child(4n):hover { color: var(--forest); background: #fff; }
.sector-card span { margin-bottom: auto; color: #9fb5ac; font-size: .78rem; }
.sector-card:hover span { color: inherit; }
.sector-card h3 { margin: 24px 0; font-size: 1.65rem; line-height: 1.04; }
.sector-card b { font-size: .75rem; }

.region-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.region-grid a { position: relative; min-height: 190px; display: flex; flex-direction: column; padding: 24px 20px; overflow: hidden; background: rgba(255,255,255,.46); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .22s ease, background .22s ease; }
.region-grid a::after { content: ""; position: absolute; right: -38px; bottom: -38px; width: 94px; height: 94px; border: 13px double var(--silk-2); border-radius: 50%; }
.region-grid a:hover { color: #fff; background: var(--forest); }
.region-grid a:hover::after { border-color: rgba(201,255,66,.28); }
.region-grid span { color: var(--copper); font-size: .6rem; font-weight: 950; letter-spacing: .16em; }
.region-grid b { max-width: 92%; margin-top: 34px; font-size: 1.12rem; line-height: 1.16; }
.region-grid i { position: absolute; right: 16px; bottom: 13px; z-index: 2; color: var(--cobalt); font-size: 1.3rem; font-style: normal; }

.seo-note { padding: 40px 0; color: var(--forest); background: var(--lime); border-block: 1px solid var(--forest); }
.seo-note-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 60px; align-items: center; }
.seo-note strong { font-size: 1.5rem; line-height: 1.08; }
.seo-note p { margin: 0; }
.insights { background: #fff; }
.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.insight-grid article { overflow: hidden; color: #fff; background: var(--forest); border: 1px solid var(--forest); }
.insight-grid article > div:last-child { padding: 27px; }
.insight-art { height: 190px; display: flex; align-items: center; justify-content: center; color: var(--forest); background: var(--lime); font-weight: 950; letter-spacing: .18em; }
.insight-grid article:nth-child(2n) .insight-art { color: #fff; background: var(--cobalt); }
.insight-grid article:nth-child(3n) .insight-art { background: var(--copper); }
.insight-grid small, .insight-grid p { color: #a8bdb4; }
.insight-grid h3 { margin: 10px 0; font-size: 1.42rem; line-height: 1.17; }
.text-link { font-weight: 950; border-bottom: 3px solid var(--lime); }

.events { background: var(--silk-2); }
.event-list { border-top: 1px solid var(--line); }
.event-list article { display: grid; grid-template-columns: 94px 1fr auto; gap: 30px; align-items: center; padding: 23px 0; border-bottom: 1px solid var(--line); }
.event-list time { display: flex; align-items: center; gap: 8px; }
.event-list time b { color: var(--cobalt); font-size: 2.25rem; }
.event-list time span, .event-state { font-size: .65rem; font-weight: 950; letter-spacing: .09em; }
.event-list h3 { margin: 0; font-size: 1.25rem; }
.event-list p { margin: 4px 0 0; color: var(--muted); }
.event-state { padding: 8px 12px; color: var(--forest); background: var(--lime); }
.faq { background: var(--silk); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0; list-style: none; cursor: pointer; font-size: 1.15rem; font-weight: 850; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--cobalt); font-size: 1.7rem; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details > div { padding: 0 55px 26px 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; padding: 100px 0; color: #fff; background: var(--cobalt); }
.final-cta::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 28px, rgba(255,255,255,.06) 29px 31px); }
.final-cta::after { content: "BURSA"; position: absolute; right: -20px; bottom: -80px; color: rgba(255,255,255,.08); font-size: clamp(7rem, 16vw, 15rem); font-weight: 1000; letter-spacing: -.08em; }
.final-cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 75px; align-items: center; }
.final-cta .eyebrow { color: var(--lime); }
.final-cta p { color: #e2e3ff; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; }

.site-footer { padding: 76px 0 100px; color: #acc0b7; background: var(--forest); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 80px; }
.footer-logo { width: 190px; margin-bottom: 22px; }
.site-footer h3 { color: #fff; }
.site-footer a:hover { color: var(--lime); }
.footer-links { padding: 0; list-style: none; }
.footer-links .submenu { display: none; }
.copyright { margin-top: 56px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; }
.mobile-contact { display: none; }

.page-hero, .content-hero { position: relative; overflow: hidden; padding: 115px 0; color: #fff; background: var(--forest); }
.page-hero::before, .content-hero::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 64px 64px; }
.page-hero::after, .content-hero::after { content: "16"; position: absolute; right: -1vw; bottom: -155px; color: rgba(255,255,255,.05); font-size: 25rem; font-weight: 1000; letter-spacing: -.1em; }
.page-hero h1, .content-hero h1 { position: relative; z-index: 2; max-width: 1000px; margin: 0 0 28px; font-size: clamp(3.2rem, 7vw, 7.2rem); line-height: .84; letter-spacing: -.067em; }
.page-hero p, .content-hero p { position: relative; z-index: 2; max-width: 780px; color: #b8cbc2; font-size: 1.13rem; }
.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.listing-card { min-height: 260px; padding: 29px; background: rgba(255,255,255,.55); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.listing-card:hover { background: #fff; }
.listing-card span { color: var(--copper); font-size: .66rem; font-weight: 950; }
.listing-card h2 { font-size: 1.48rem; line-height: 1.13; }
.listing-card p { color: var(--muted); }
.listing-card > a { font-weight: 950; border-bottom: 2px solid var(--lime); }
.content-type { position: relative; z-index: 2; color: var(--lime); font-size: .7rem; font-weight: 950; letter-spacing: .13em; }
.content-meta { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 22px; color: #9fb4aa; font-size: .77rem; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 78px; align-items: start; padding-top: 86px; padding-bottom: 112px; }
.prose { min-width: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1.88; }
.prose h2, .prose h3 { margin-top: 2em; font-family: Inter, "Segoe UI", sans-serif; line-height: 1.12; letter-spacing: -.03em; }
.prose h2 { font-size: 2.18rem; }
.prose a { color: var(--cobalt); text-decoration: underline; }
.prose img, .prose iframe { width: 100%; border: 0; }
.prose blockquote { margin: 2em 0; padding: 24px 28px; color: var(--forest); background: var(--lime); border-left: 7px solid var(--cobalt); font-family: Inter, sans-serif; font-weight: 800; }
.contact-card { position: sticky; top: 142px; padding: 30px; color: #fff; background: var(--forest); box-shadow: 11px 11px 0 var(--lime); }
.contact-card span { color: var(--lime); font-size: .68rem; font-weight: 950; }
.contact-card h2 { font-size: 1.75rem; line-height: 1.09; }
.contact-card .button { width: 100%; margin-top: 10px; }
.contact-card .button-outline { color: #fff; border-color: rgba(255,255,255,.5); }
.custom-fields { margin-top: 45px; border-top: 1px solid var(--line); }
.custom-fields > div { display: grid; grid-template-columns: 180px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); }
.custom-fields dt { font-family: Inter, sans-serif; font-weight: 900; }
.custom-fields dd { margin: 0; }

@media (max-width: 1120px) {
  .desktop-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 430px; }
  .hero h1 { font-size: 5.4rem; }
  .sector-grid { grid-template-columns: repeat(3, 1fr); }
  .region-grid { grid-template-columns: repeat(4, 1fr); }
  .content-layout { grid-template-columns: 1fr; }
  .contact-card { position: static; max-width: 520px; }
}

@media (max-width: 960px) {
  .topline { display: none; }
  .nav-row { min-height: 72px; }
  .menu-toggle { position: relative; display: flex; width: 46px; height: 46px; margin-left: auto; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: var(--forest); background: var(--lime); border: 1px solid var(--forest); }
  .menu-toggle span { display: block; width: 19px; height: 2px; background: var(--forest); }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .primary-nav { position: fixed; inset: 72px 0 auto 0; max-height: calc(100vh - 72px); margin: 0; overflow: auto; background: var(--silk); border-top: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav > ul { display: block; padding: 18px 22px 36px; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav a { display: block; padding: 16px 4px; font-size: 1.02rem; }
  .primary-nav > ul > li > a::after { display: none; }
  .has-submenu { padding-right: 50px; }
  .submenu-toggle { position: absolute; right: 0; top: 8px; display: block; width: 44px; height: 44px; color: #fff; background: var(--forest); border: 0; }
  .submenu { position: static; width: auto; display: none; padding: 0 0 10px 12px; color: var(--forest); background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .submenu.is-open { display: block; }
  .submenu li { border: 0; }
  .submenu a { padding: 10px; font-size: .91rem; }
  .hero-grid { grid-template-columns: 1fr; padding: 75px 0 100px; }
  .hero-visual { max-width: 650px; margin: auto; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-grid { grid-template-columns: 1fr; gap: 65px; }
  .visual-card { min-height: 500px; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .region-grid { grid-template-columns: repeat(3, 1fr); }
  .insight-grid, .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .final-cta-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(calc(100% - 28px), 1280px); }
  .section { padding: 82px 0; }
  .hero { min-height: auto; }
  .hero-grid { padding: 62px 0 86px; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 5rem); }
  .hero p { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .trust-row { flex-wrap: wrap; }
  .trust-row span { flex: 1; min-width: 95px; }
  .hero-note { right: 5px; bottom: -18px; box-shadow: 8px 8px 0 var(--lime); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .visual-card { min-height: 420px; padding: 24px; box-shadow: 9px 9px 0 var(--forest); }
  .metric { right: 8px; }
  .steps li { grid-template-columns: 1fr; gap: 6px; }
  .sector-grid, .insight-grid, .listing-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 260px; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .region-grid a { min-height: 168px; }
  .seo-note-grid { grid-template-columns: 1fr; gap: 18px; }
  .event-list article { grid-template-columns: 76px 1fr; }
  .event-state { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .site-footer { padding-bottom: 102px; }
  .mobile-contact { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 -10px 35px rgba(8,39,31,.2); }
  .mobile-contact a { min-height: 60px; display: flex; align-items: center; justify-content: center; color: var(--forest); background: var(--lime); font-weight: 950; }
  .mobile-contact a:last-child { color: #fff; background: #169b62; }
  .page-hero, .content-hero { padding: 78px 0; }
  .content-layout { gap: 45px; padding-top: 56px; }
  .prose { font-size: 1rem; }
  .custom-fields > div { grid-template-columns: 1fr; }
  .final-cta { padding: 76px 0; }
}

@media (max-width: 360px) {
  .brand { width: 154px; }
  .nav-row { gap: 12px; }
  .region-grid { grid-template-columns: 1fr; }
  .trust-row { display: grid; grid-template-columns: 1fr; }
  .hero h1 { font-size: 3rem; }
  .button { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .ticker div { animation: none; }
}
