:root {
  --color-primary: #123e70;
  --color-primary-dark: #0b2443;
  --color-secondary: #122033;
  --color-accent: #b72b30;
  --color-background: #ffffff;
  --color-background-alt: #f3f5f7;
  --color-text: #1b2737;
  --color-text-light: #667384;
  --color-border: #dce2e7;
  --container-xl: 1240px;
  --container-lg: 1120px;
  --container-md: 880px;
  --space-xs: .5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4.5rem;
  --space-2xl: 7.5rem;
  --font-primary: "DM Sans", Arial, sans-serif;
  --font-secondary: "Manrope", Arial, sans-serif;
  --radius-sm: 2px;
  --radius-md: 6px;
  --shadow-sm: 0 12px 40px rgba(6, 25, 47, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-text); background: var(--color-background); font-family: var(--font-primary); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container-xl)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: 1rem; padding: .8rem 1rem; color: #fff; background: var(--color-accent); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #e0a129; outline-offset: 3px; }

/* =========================
   TOP BAR
========================= */
.topbar { position: relative; z-index: 12; border-bottom: 1px solid #e8ebef; background: #fff; color: #526071; font-size: .76rem; letter-spacing: .02em; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar__links { display: flex; align-items: center; gap: 0; height: 42px; }
.topbar__links a { display: flex; align-items: center; height: 100%; padding: 0 18px; border-left: 1px solid #e8ebef; }
.topbar__links a:hover { color: var(--color-primary); }

/* =========================
   HEADER
========================= */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(17,54,93,.08); transition: box-shadow .3s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(6, 25, 47, .08); }
.header-main { min-height: 102px; display: flex; align-items: center; gap: 2rem; transition: min-height .3s ease; }
.site-header.is-scrolled .header-main { min-height: 78px; }
.brand { width: 175px; flex: 0 0 175px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 1.65rem; }
.desktop-nav a { position: relative; padding: 1.2rem 0; color: #26384c; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .045em; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .7rem; height: 2px; background: var(--color-accent); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .9rem 1.45rem; border: 1px solid var(--color-accent); border-radius: var(--radius-sm); background: var(--color-accent); color: #fff; font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .075em; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); background: #982128; border-color: #982128; }
.button--small { min-height: 44px; padding: .75rem 1rem; font-size: .68rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--color-primary-dark); }

/* =========================
   HERO
========================= */
.hero { position: relative; overflow: hidden; color: #fff; }
.hero--home { min-height: 690px; display: flex; flex-direction: column; justify-content: center; background: var(--color-primary-dark) url("../img/hero-team.jpg") center 46% / cover no-repeat; }
.hero__backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,25,52,.92) 0%, rgba(8,31,63,.76) 48%, rgba(10,30,54,.34) 100%); }
.hero__content { position: relative; z-index: 1; padding: 7.4rem 0 9rem; }
.eyebrow { margin: 0 0 1.5rem; color: #ccd9e8; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow span { padding: 0 .4rem; color: #df7679; }
.hero h1 { max-width: 850px; margin: 0; font-family: var(--font-secondary); font-size: clamp(3.3rem, 6.1vw, 6.25rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: #fff; font-style: normal; font-weight: 700; }
.hero__lead { max-width: 680px; margin: 2rem 0 0; color: #d7e0ea; font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.3rem; }
.button--outline { border-color: rgba(255,255,255,.8); background: transparent; }
.button--outline:hover { border-color: #fff; background: #fff; color: var(--color-primary-dark); }
.hero__pillars { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(8,29,57,.92); }
.hero__pillars span { padding: 1.45rem 2rem; border-right: 1px solid rgba(255,255,255,.12); font-size: .68rem; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .18em; }
.hero__pillars span:last-child { border: 0; }

/* =========================
   MOBILE NAVIGATION
========================= */
.mobile-menu { position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; width: min(88vw, 390px); padding: 2rem; background: #fff; transform: translateX(105%); transition: transform .35s ease; box-shadow: -20px 0 50px rgba(4,19,36,.2); }
.mobile-menu.is-open { transform: none; }
.mobile-menu > img { width: 170px; height: auto; margin-bottom: 2rem; }
.mobile-menu__close { position: absolute; top: 1rem; right: 1rem; border: 0; background: transparent; color: var(--color-primary-dark); font-size: 2rem; }
.mobile-menu nav { display: grid; margin-bottom: 2rem; border-top: 1px solid var(--color-border); }
.mobile-menu nav a { padding: .9rem 0; border-bottom: 1px solid var(--color-border); font-weight: 600; }
.mobile-menu .button { width: 100%; margin-bottom: 1.2rem; }
.menu-overlay { position: fixed; z-index: 90; inset: 0; background: rgba(5,18,33,.62); }

/* =========================
   TYPOGRAPHY & SECTIONS
========================= */
h2, h3, h4 { font-family: var(--font-secondary); color: var(--color-primary-dark); }
h2 { margin: 0; font-size: clamp(2.1rem, 3.7vw, 3.65rem); font-weight: 600; line-height: 1.12; letter-spacing: -.04em; }
h3 { margin: 0; font-size: 1.2rem; line-height: 1.35; }
p { margin-top: 0; }
.section { padding: var(--space-2xl) 0; }
.section--tight { padding: 0; }
.section--alt { background: var(--color-background-alt); }
.eyebrow--dark { color: var(--color-primary); }
.section-heading { max-width: 790px; margin-bottom: 3.6rem; }
.section-heading > p:last-child { max-width: 700px; margin: 1.5rem 0 0; color: var(--color-text-light); font-size: 1.05rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(3rem, 7vw, 7.5rem); }
.section-copy > p:not(.eyebrow) { color: var(--color-text-light); font-size: 1.02rem; }
.section-copy h2 { margin-bottom: 1.7rem; }
.section-copy blockquote { position: relative; margin: 2rem 0 0; padding: .4rem 0 .4rem 1.5rem; border-left: 3px solid var(--color-accent); color: var(--color-primary-dark); font-family: var(--font-secondary); font-size: 1.14rem; font-weight: 600; line-height: 1.55; }
.text-link { display: inline-flex; gap: .75rem; align-items: center; color: var(--color-primary); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.text-link:hover { color: var(--color-accent); }

/* =========================
   STATS & INTRO
========================= */
.stats { background: var(--color-primary-dark); color: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats__grid > div { min-height: 158px; display: flex; flex-direction: column; justify-content: center; padding: 2rem; border-right: 1px solid rgba(255,255,255,.12); }
.stats__grid > div:last-child { border: 0; }
.stats strong { font-family: var(--font-secondary); font-size: clamp(1.5rem, 2.4vw, 2.3rem); font-weight: 600; }
.stats span { margin-top: .4rem; color: #aebed1; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.editorial-image { position: relative; margin: 0; padding: 0 0 38px 38px; }
.editorial-image::before { content: ""; position: absolute; z-index: -1; left: 0; bottom: 0; width: 58%; height: 58%; background: var(--color-primary-dark); }
.editorial-image img { width: 100%; min-height: 520px; object-fit: cover; }
.editorial-image figcaption { position: absolute; right: -1.5rem; bottom: 0; width: min(84%, 390px); padding: 1.4rem 1.7rem; background: #fff; box-shadow: var(--shadow-sm); color: var(--color-text-light); font-size: .84rem; }
.editorial-image figcaption span { display: block; color: var(--color-primary); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

/* =========================
   SERVICES
========================= */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--color-border); border-left: 1px solid var(--color-border); }
.service-card { position: relative; min-height: 330px; padding: 2.2rem; border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); background: #fff; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.service-card > span { color: #a0adba; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.service-card h3 { margin: 3.6rem 0 1rem; font-size: 1.35rem; }
.service-card p { color: var(--color-text-light); }
.service-card a { position: absolute; left: 2.2rem; bottom: 2rem; color: var(--color-primary); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.service-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: var(--shadow-sm); }
.service-card--featured { background: var(--color-primary-dark); }
.service-card--featured h3, .service-card--featured a { color: #fff; }
.service-card--featured p { color: #b8c5d4; }

/* =========================
   POSITIONING & TAX
========================= */
.statement { background: var(--color-primary-dark); color: #fff; }
.statement__inner { display: grid; grid-template-columns: 1fr 2fr 1.2fr; align-items: center; gap: 3rem; }
.statement h2 { color: #fff; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.statement p:not(.eyebrow) { color: #b9c7d7; }
.statement .button { justify-self: end; }
.tax-home h2 { max-width: 600px; }
.change-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem 1rem; margin-top: 2rem; }
.change-list span { padding: .65rem 0; border-bottom: 1px solid var(--color-border); color: var(--color-text-light); }
.tax-panel { padding: clamp(2rem, 4vw, 4rem); background: var(--color-background-alt); border-top: 4px solid var(--color-accent); }
.tax-panel > p { color: var(--color-text-light); }
.tax-panel > strong { display: block; margin: 2rem 0; font-family: var(--font-secondary); color: var(--color-primary-dark); line-height: 1.55; }
.regime-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 2rem 0; border: 1px solid var(--color-border); }
.regime-grid span { padding: 1rem .6rem; border-right: 1px solid var(--color-border); color: var(--color-primary-dark); font-size: .68rem; font-weight: 700; text-align: center; text-transform: uppercase; }
.regime-grid span:last-child { border: 0; }

/* =========================
   METHOD & DIFFERENTIALS
========================= */
.timeline { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 4rem 0 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 7%; right: 7%; top: 20px; height: 1px; background: #c4ccd4; }
.timeline li { position: relative; padding: 0 1rem; text-align: center; }
.timeline li > span { position: relative; z-index: 1; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--color-primary); border-radius: 50%; background: var(--color-background-alt); color: var(--color-primary); font-size: .68rem; font-weight: 700; }
.timeline h3 { margin: 1.6rem 0 .7rem; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.timeline p { color: var(--color-text-light); font-size: .85rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-grid article { min-height: 230px; padding: 2rem; border-top: 1px solid var(--color-border); }
.feature-grid article:nth-child(3n+2) { border-inline: 1px solid var(--color-border); }
.feature-grid span { color: var(--color-accent); font-size: .68rem; font-weight: 700; }
.feature-grid h3 { margin: 2.4rem 0 .6rem; font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; }
.feature-grid p { color: var(--color-text-light); font-size: .92rem; }

/* =========================
   GROWTH & SWITCH
========================= */
.growth { min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; background: var(--color-primary-dark); color: #fff; }
.growth__image { min-height: 620px; background: url("../img/office.jpg") center / cover no-repeat; }
.growth__content { align-self: center; max-width: 690px; padding: 6rem clamp(3rem, 7vw, 7rem); }
.growth h2 { color: #fff; }
.growth__content > p:last-child { color: #bcc9d7; }
.word-cloud { display: flex; flex-wrap: wrap; gap: .6rem; margin: 2.3rem 0; }
.word-cloud span { padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.2); font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.switch-accounting .split { align-items: start; }
.switch-accounting h2 { margin-bottom: 1.4rem; }
.switch-accounting .button { margin-top: 1rem; }
.step-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--color-border); }
.step-list li { display: flex; gap: 1.5rem; align-items: center; padding: 1.3rem 0; border-bottom: 1px solid var(--color-border); font-family: var(--font-secondary); font-size: 1.05rem; font-weight: 600; }
.step-list span { color: var(--color-accent); font-size: .72rem; letter-spacing: .08em; }

/* =========================
   CONTENT & FINAL CTA
========================= */
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.editorial-card { min-height: 310px; display: flex; flex-direction: column; padding: 2rem; border-top: 3px solid var(--color-primary); background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.editorial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.editorial-card > span { color: var(--color-accent); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.editorial-card h3 { margin: 2.3rem 0 1rem; font-size: 1.25rem; }
.editorial-card p { color: var(--color-text-light); }
.editorial-card b { margin-top: auto; color: var(--color-primary); font-size: .69rem; text-transform: uppercase; letter-spacing: .08em; }
.final-cta { padding: 7.5rem 0; background: linear-gradient(90deg, rgba(7,27,53,.96), rgba(9,35,66,.9)), url("../img/meeting.jpg") center / cover; color: #fff; }
.final-cta__inner { max-width: 970px; margin-inline: auto; text-align: center; }
.final-cta h2 { color: #fff; }
.final-cta h3 { margin: 1.2rem 0; color: #c6d4e2; font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 400; }
.final-cta__inner > p:not(.eyebrow) { color: #bfccda; }
.final-cta__inner > div { display: flex; align-items: center; justify-content: center; gap: 1.4rem; margin-top: 2rem; }
.link-button { border: 0; background: transparent; color: #fff; cursor: pointer; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }

/* =========================
   FOOTER
========================= */
.site-footer { padding-top: 5.5rem; background: #081a2e; color: #aab8c8; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1.4fr; gap: 4rem; padding-bottom: 4.5rem; }
.site-footer h2 { margin: 0 0 1.3rem; color: #fff; font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer a { display: block; margin: .55rem 0; font-size: .84rem; }
.site-footer a:hover { color: #fff; }
.footer-brand img { width: 170px; margin-bottom: 1.5rem; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 280px; }
.site-footer address { margin-bottom: 1rem; font-style: normal; font-size: .84rem; line-height: 1.75; }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; }
.footer-bottom nav { display: flex; gap: 1.5rem; }

/* =========================
   DIALOGS & COOKIES
========================= */
.whatsapp-fab { position: fixed; z-index: 45; right: 1.4rem; bottom: 1.4rem; display: flex; align-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.whatsapp-fab__icon { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 58px; border-radius: 50%; background: #25d366; box-shadow: 0 10px 30px rgba(4, 62, 36, .3); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-fab__icon img { width: 30px; height: 30px; }
.whatsapp-callout { position: absolute; right: 72px; width: max-content; padding: .78rem 1rem; border: 1px solid rgba(10, 35, 64, .08); border-radius: var(--radius-md); background: #fff; color: var(--color-primary-dark); box-shadow: 0 10px 32px rgba(6, 25, 47, .16); font-size: .76rem; font-weight: 700; letter-spacing: .01em; animation: whatsapp-attention 5s ease-in-out infinite; }
.whatsapp-callout::after { content: ""; position: absolute; top: 50%; right: -7px; width: 13px; height: 13px; border-top: 1px solid rgba(10, 35, 64, .08); border-right: 1px solid rgba(10, 35, 64, .08); background: #fff; transform: translateY(-50%) rotate(45deg); }
.whatsapp-fab:hover .whatsapp-fab__icon { transform: translateY(-3px) scale(1.04); box-shadow: 0 14px 36px rgba(4, 62, 36, .36); }
.whatsapp-fab:hover .whatsapp-callout { animation-play-state: paused; }
@keyframes whatsapp-attention {
  0%, 72%, 100% { transform: translateX(0); }
  78% { transform: translateX(-6px); }
  84% { transform: translateX(0); }
  90% { transform: translateX(-3px); }
}
dialog { max-width: min(90vw, 450px); border: 0; padding: 2.4rem; box-shadow: 0 24px 80px rgba(4,19,36,.28); }
dialog::backdrop { background: rgba(5,18,33,.72); }
.dialog-close { position: absolute; top: .8rem; right: 1rem; border: 0; background: transparent; color: var(--color-primary-dark); font-size: 1.8rem; cursor: pointer; }
.whatsapp-dialog h2 { font-size: 2rem; }
.whatsapp-dialog .button { width: 100%; margin-top: 1rem; }
.cookie-banner { position: fixed; z-index: 80; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; max-width: 1180px; margin-inline: auto; padding: 1.3rem 1.5rem; background: #fff; box-shadow: 0 18px 70px rgba(4,19,36,.22); border-top: 3px solid var(--color-primary); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: var(--color-primary-dark); }
.cookie-banner p { max-width: 690px; margin: .3rem 0 0; color: var(--color-text-light); font-size: .8rem; }
.cookie-actions { display: flex; gap: .5rem; }
.cookie-actions .button { min-height: 42px; padding: .65rem .85rem; font-size: .62rem; }
.button--ghost { border-color: var(--color-border); background: #fff; color: var(--color-primary-dark); }
.button--ghost:hover { border-color: var(--color-primary); background: #edf2f7; }
.cookie-dialog { width: min(90vw, 520px); }
.cookie-dialog h2 { font-size: 2rem; }
.cookie-dialog label { display: grid; grid-template-columns: auto 1fr; gap: .7rem; margin: 1.2rem 0; color: var(--color-primary-dark); font-weight: 600; }
.cookie-dialog small { grid-column: 2; color: var(--color-text-light); font-weight: 400; }

/* =========================
   INTERNAL PAGES
========================= */
.page-hero { position: relative; padding: 8rem 0 6rem; overflow: hidden; background: var(--color-primary-dark); color: #fff; }
.page-hero::after { content: ""; position: absolute; top: -25%; right: -8%; width: 52%; height: 150%; border: 1px solid rgba(255,255,255,.08); transform: rotate(-12deg); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; margin: 0; color: #fff; font-family: var(--font-secondary); font-size: clamp(2.75rem, 5.7vw, 5.4rem); font-weight: 600; line-height: 1.02; letter-spacing: -.055em; }
.page-hero p:last-child { max-width: 690px; margin: 1.5rem 0 0; color: #bfccda; font-size: 1.08rem; }
.breadcrumbs { margin-bottom: 2rem; color: #9fb0c3; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumbs a { color: #fff; }
.prose { max-width: 820px; }
.prose h2 { margin: 2.8rem 0 1rem; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.prose h3 { margin: 2rem 0 .75rem; }
.prose p, .prose li { color: var(--color-text-light); }
.prose a { color: var(--color-primary); text-decoration: underline; }
.principles { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 3rem; border-block: 1px solid var(--color-border); }
.principles span { padding: 1.5rem .5rem; border-right: 1px solid var(--color-border); text-align: center; color: var(--color-primary-dark); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.principles span:last-child { border: 0; }
.timeline-vertical { margin: 2.5rem 0 0; padding: 0; list-style: none; border-left: 1px solid var(--color-border); }
.timeline-vertical li { position: relative; padding: 0 0 2rem 2rem; }
.timeline-vertical li::before { content: ""; position: absolute; left: -5px; top: .45rem; width: 9px; height: 9px; border-radius: 50%; background: var(--color-accent); }
.timeline-vertical strong { display: block; color: var(--color-primary-dark); }
.team-placeholder { min-height: 240px; display: grid; place-items: center; margin-top: 2rem; border: 1px dashed #aeb8c3; background: var(--color-background-alt); color: var(--color-text-light); text-align: center; }
.solution-detail { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; padding: 4rem 0; border-bottom: 1px solid var(--color-border); scroll-margin-top: 110px; }
.solution-detail__number { color: var(--color-accent); font-size: .7rem; font-weight: 700; }
.solution-detail h2 { margin-top: 1rem; font-size: clamp(2rem, 3vw, 3rem); }
.solution-detail h3 { margin: 1.8rem 0 .5rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.solution-detail p, .solution-detail li { color: var(--color-text-light); }
.check-list { padding-left: 1.2rem; columns: 2; }
.category-nav { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 3rem; }
.category-nav a { padding: .7rem 1rem; border: 1px solid var(--color-border); color: var(--color-primary-dark); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.empty-editorial { padding: 4rem; border: 1px solid var(--color-border); text-align: center; }
.empty-editorial p { max-width: 600px; margin: 1rem auto; color: var(--color-text-light); }
.contact-layout { display: grid; grid-template-columns: 1.45fr .8fr; gap: 5rem; align-items: start; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field label, .field > span { color: var(--color-primary-dark); font-size: .76rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--color-border); border-radius: var(--radius-sm); padding: .9rem 1rem; background: #fff; color: var(--color-text); }
.field textarea { min-height: 140px; resize: vertical; }
.field [aria-invalid="true"] { border-color: var(--color-accent); }
.field-error { min-height: 1em; color: var(--color-accent); font-size: .7rem; }
.checkbox-field { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .7rem; }
.checkbox-field label { color: var(--color-text-light); font-size: .82rem; }
.checkbox-field a { color: var(--color-primary); text-decoration: underline; }
.form-status { grid-column: 1 / -1; margin: 0; font-weight: 600; }
.form-status.is-success { color: #13795b; }
.contact-card { padding: 2.2rem; background: var(--color-primary-dark); color: #c4d0dc; }
.contact-card h2 { color: #fff; font-size: 1.7rem; }
.contact-card h3 { margin: 2rem 0 .5rem; color: #fff; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-card a { display: block; margin: .4rem 0; }
.map-placeholder { min-height: 220px; display: grid; place-items: center; margin-top: 1.5rem; border: 1px solid rgba(255,255,255,.18); color: #aebdca; text-align: center; }
.error-page { min-height: 72vh; display: grid; place-items: center; padding: 5rem 1.5rem; background: var(--color-primary-dark); color: #fff; text-align: center; }
.error-page strong { color: rgba(255,255,255,.08); font-family: var(--font-secondary); font-size: clamp(7rem, 20vw, 15rem); line-height: .8; }
.error-page h1 { color: #fff; font-size: clamp(2rem, 5vw, 4rem); }
.error-page p { color: #bdc9d6; }
