@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/lato-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/lato-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/lato-900-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --ink: #12231d;
  --muted: #617069;
  --forest: #153f32;
  --forest-2: #0d3025;
  --leaf: #2d7658;
  --sand: #f3efe6;
  --paper: #fffdf9;
  --orange: #e8752d;
  --line: rgba(18, 35, 29, 0.13);
  --shadow: 0 22px 60px rgba(14, 47, 37, 0.13);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Lato", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
}
body { overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; fill: currentColor; }
.icon-link { display: inline-flex; align-items: center; gap: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--leaf);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { width: 34px; height: 2px; background: var(--orange); content: ""; }
h1, h2, h3 { margin: 0; font-family: inherit; line-height: 1.04; letter-spacing: 0; }
h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 6.7rem); font-weight: 900; }
h2 { font-size: clamp(2.2rem, 4.35vw, 4.25rem); font-weight: 900; }
h3 { font-size: 1.45rem; font-weight: 900; }
p { margin: 0 0 1rem; }
.lead { max-width: 690px; color: var(--muted); font-size: clamp(1.06rem, 1.5vw, 1.24rem); }
.section { padding: 112px 0; }
.section, .cta-section, .site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}
.section-head { display: grid; grid-template-columns: 1.05fr .7fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-head p { color: var(--muted); }
.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--orange);
  color: white;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  transition: transform .25s, background .25s, border-color .25s;
}
.btn:hover { transform: translateY(-2px); background: #cb5f1f; }
.btn[href^="https://wa.me/"] { width: auto; min-width: 58px; padding: 0 23px; }
.btn[href^="https://wa.me/"] .icon { width: 25px; height: 25px; }
.btn-outline { border-color: rgba(255,255,255,.38); background: transparent; }
.btn-outline:hover { border-color: white; background: white; color: var(--forest); }
.btn-dark { background: var(--forest); }
.btn-dark:hover { background: var(--forest-2); }

.topbar { padding: 9px 0; background: var(--forest-2); color: rgba(255,255,255,.78); font-size: .74rem; font-weight: 700; letter-spacing: .05em; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; gap: 22px; }
.topbar-links a, .footer-links a, .footer-links span { display: flex; align-items: center; gap: 8px; }
.topbar-links a[href^="https://wa.me/"],
.footer-links a[href^="https://wa.me/"] { width: 34px; height: 34px; justify-content: center; gap: 0; border-radius: 50%; }
.topbar-links a[href^="https://wa.me/"] .icon,
.footer-links a[href^="https://wa.me/"] .icon { width: 22px; height: 22px; }
.footer-links a[href^="https://wa.me/"] { background: rgba(255,255,255,.1); color: white; }
.topbar a:hover { color: white; }
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,249,.94);
  backdrop-filter: blur(16px);
}
.nav { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; }
.logo { display: flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: 0; }
.logo-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--forest);
  color: white;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}
.logo-mark::after {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 13px;
  height: 10px;
  border-radius: 100% 0 100% 0;
  background: var(--orange);
  transform: rotate(25deg);
  content: "";
}
.logo strong { display: block; font-size: 1.15rem; line-height: 1; }
.logo small { color: var(--muted); font-size: .57rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 29px; font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.nav-links a { transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--forest); color: white; font-size: 1.3rem; }

.hero { position: relative; min-height: min(820px, calc(100svh - 112px)); overflow: hidden; background: var(--forest); color: white; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,32,24,.92) 0%, rgba(8,32,24,.62) 48%, rgba(8,32,24,.04) 100%); content: ""; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .86; }
.hero-inner { position: relative; z-index: 2; display: flex; min-height: min(820px, calc(100svh - 112px)); align-items: center; padding: 64px 0 92px; }
.hero-copy { max-width: 790px; }
.hero h1 em { color: #f1b486; font-weight: 400; }
.hero .eyebrow { color: #c4ddcf; }
.hero-text { max-width: 570px; margin: 22px 0 20px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trustbar { position: relative; z-index: 4; margin-top: -38px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.trust-item { padding: 22px 23px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item b { display: block; margin-bottom: 3px; font-size: 1rem; font-weight: 700; }
.trust-item span { color: var(--muted); font-size: .81rem; }
.trust-icon { color: var(--orange); font-weight: 900; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.image-stack { position: relative; padding: 0 45px 50px 0; }
.image-stack img {
  width: 100%;
  height: clamp(330px, 38vw, 500px);
  min-height: 0;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}
.image-note { position: absolute; right: 0; bottom: 0; max-width: 250px; padding: 24px; border-radius: 18px; background: var(--orange); color: white; box-shadow: var(--shadow); }
.image-note strong { display: block; font-size: 2.35rem; font-weight: 900; line-height: 1; }
.feature-list { display: grid; gap: 12px; margin: 26px 0 30px; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; }
.feature-list li::before { display: grid; flex: 0 0 25px; height: 25px; place-items: center; border-radius: 50%; background: #e5f1ea; color: var(--leaf); content: "✓"; font-size: .75rem; font-weight: 900; }

.problem-section { background: var(--sand); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-no { display: grid; width: 50px; height: 50px; margin-bottom: 55px; place-items: center; border-radius: 50%; background: var(--sand); color: var(--orange); font-size: 1rem; font-weight: 900; }
.card p { margin: 12px 0 0; color: var(--muted); font-size: .92rem; }

.process-section { background: var(--forest); color: white; }
.process-section .eyebrow { color: #a9cdb9; }
.process-section .section-head p { color: rgba(255,255,255,.62); }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; counter-reset: steps; }
.step { position: relative; padding: 25px 25px 25px 0; border-top: 1px solid rgba(255,255,255,.23); counter-increment: steps; }
.step::before { display: block; margin: -18px 0 35px; color: #f0a06a; content: "0" counter(steps); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.step h3 { font-size: 1.25rem; }
.step p { margin-top: 10px; color: rgba(255,255,255,.58); font-size: .84rem; }

.gallery { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 12px; }
.gallery-item { position: relative; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-label { position: absolute; right: 15px; bottom: 15px; left: 15px; padding: 15px 17px; border-radius: 12px; background: rgba(12,43,33,.88); color: white; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }

.regions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.region-card { position: relative; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); color: white; }
.region-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,32,23,.94), rgba(7,32,23,.08)); content: ""; }
.region-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.region-card:hover img { transform: scale(1.04); }
.region-copy { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; }
.region-copy p { color: rgba(255,255,255,.68); font-size: .82rem; }

.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.faq-question strong { font-size: 1.12rem; font-weight: 700; }
.faq-question span { color: var(--orange); font-size: 1.5rem; transition: transform .25s; }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .3s ease; }
.faq-answer p { padding: 0 50px 22px 0; }
.faq-item.open .faq-answer { max-height: 250px; }
.faq-item.open .faq-question span { transform: rotate(45deg); }

.cta-section { padding: 30px 0 110px; }
.cta { position: relative; overflow: hidden; padding: 70px; border-radius: 28px; background: var(--orange); color: white; }
.cta::after { position: absolute; right: -90px; bottom: -130px; width: 360px; height: 360px; border: 80px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.cta p { max-width: 650px; margin: 18px 0 28px; color: rgba(255,255,255,.8); }
.cta .btn { position: relative; z-index: 2; background: white; color: var(--forest); }
.cta .btn-outline { background: transparent; color: white; }

.not-found-hero {
  position: relative;
  min-height: calc(100svh - 112px);
  overflow: hidden;
  background: var(--forest-2);
  color: white;
}
.not-found-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,32,23,.95) 0%, rgba(7,32,23,.78) 50%, rgba(7,32,23,.28) 100%);
  content: "";
}
.not-found-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.not-found-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - 112px);
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 80px;
  align-items: center;
  padding: 86px 0 98px;
}
.not-found-copy { max-width: 760px; }
.not-found-code {
  display: block;
  margin-bottom: 18px;
  color: #f1b486;
  font-size: clamp(5.5rem, 15vw, 12rem);
  font-weight: 700;
  line-height: .78;
  letter-spacing: 0;
}
.not-found-copy h1 { max-width: 760px; font-size: clamp(3.05rem, 6.5vw, 6.7rem); }
.not-found-copy p { max-width: 590px; margin: 24px 0 32px; color: rgba(255,255,255,.75); font-size: 1.08rem; }
.not-found-panel {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,.1);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  backdrop-filter: blur(16px);
}
.not-found-panel h2 {
  margin-bottom: 14px;
  font-family: inherit;
  font-size: .78rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.not-found-links { display: grid; }
.not-found-links a {
  display: grid;
  gap: 2px;
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.not-found-links a:hover span { color: #f1b486; }
.not-found-links span { font-weight: 700; transition: color .2s; }
.not-found-links small { color: rgba(255,255,255,.62); font-size: .8rem; }

.page-hero { padding: 100px 0 90px; background: var(--forest); color: white; }
.page-hero h1 { max-width: 950px; font-size: clamp(3.1rem, 6.7vw, 6.4rem); }
.page-hero p { max-width: 700px; margin-top: 22px; color: rgba(255,255,255,.7); font-size: 1.13rem; }
.page-hero .actions { margin-top: 30px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.article h2 { margin: 65px 0 22px; font-size: clamp(2rem, 4vw, 3.5rem); }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 28px 0 10px; }
.article p { color: var(--muted); }
.article .card-grid { margin: 28px 0; }
.article .card { padding: 24px; }
.article .card-no { margin-bottom: 30px; }
.sidebar { position: sticky; top: 115px; display: grid; gap: 18px; }
.side-card { padding: 28px; border-radius: var(--radius); background: var(--sand); }
.side-card.dark { background: var(--forest); color: white; }
.side-card.dark p { color: rgba(255,255,255,.65); }
.side-card h3 { margin-bottom: 12px; }
.side-card .btn { width: 100%; margin-top: 10px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag { padding: 7px 11px; border-radius: 999px; background: white; color: var(--muted); font-size: .72rem; font-weight: 700; }
.project { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; margin-bottom: 25px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); }
.project img { width: 100%; height: 100%; min-height: 0; max-height: 420px; border-radius: 15px; object-fit: cover; }
.project p { font-size: .9rem; }

.site-footer { padding: 75px 0 28px; background: #0b291f; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr .8fr; gap: 45px; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.58); font-size: .84rem; }
.footer-grid .footer-links span { color: rgba(255,255,255,.58); font-size: .84rem; }
.article p a { color: var(--leaf); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-content { max-width: 860px; }
.legal-content h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); }
.legal-content p { max-width: 820px; }
.legal-box {
  margin: 26px 0 34px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--sand);
}
.legal-box p:last-child { margin-bottom: 0; }
.legal-list { display: grid; gap: 12px; margin: 22px 0 38px; }
.legal-list div {
  display: grid;
  grid-template-columns: minmax(180px, .45fr) minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.legal-list dt { color: var(--ink); font-weight: 900; }
.legal-list dd { margin: 0; color: var(--muted); }
.legal-list a, .legal-side-links a { color: var(--leaf); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.footer-intro { margin-top: 18px; }
.footer-grid a:hover { color: white; }
.footer-grid h3 { margin-bottom: 18px; font-family: inherit; font-size: .73rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: .7rem; }
.floating-wa { position: fixed; z-index: 15; right: 22px; bottom: 22px; display: grid; width: 68px; height: 68px; place-items: center; border: 4px solid white; border-radius: 50%; background: #22a85a; color: white; box-shadow: 0 12px 35px rgba(0,0,0,.28); transition: transform .25s, background .25s; }
.floating-wa:hover { transform: translateY(-3px) scale(1.04); background: #168b48; }
.floating-wa .icon { width: 38px; height: 38px; }

.reveal { opacity: 1; transform: none; }

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

@media (max-width: 960px) {
  .topbar { display: none; }
  .nav { min-height: 70px; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: fixed; inset: 70px 0 auto; display: grid; max-height: 0; overflow: hidden; gap: 0; background: rgba(255,253,249,.98); box-shadow: 0 24px 60px rgba(18,35,29,.12); transition: max-height .3s; backdrop-filter: blur(14px); }
  .nav-links.open { max-height: calc(100svh - 70px); overflow-y: auto; border-bottom: 1px solid var(--line); }
  .nav-links a { padding: 17px 24px; border-top: 1px solid var(--line); }
  .nav-links .btn { min-height: 50px; margin: 14px 20px 20px; }
  .hero, .hero-inner { min-height: 680px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .section-head, .split, .content-grid, .not-found-inner { grid-template-columns: 1fr; gap: 35px; }
  .image-stack img { height: clamp(300px, 52vw, 460px); }
  .card-grid, .regions { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-item:first-child { grid-column: span 2; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); line-height: 1.02; }
  h2 { font-size: clamp(2rem, 10vw, 2.55rem); line-height: 1.05; }
  h3 { font-size: 1.28rem; }
  .eyebrow { gap: 8px; margin-bottom: 13px; font-size: .68rem; letter-spacing: .11em; }
  .eyebrow::before { width: 24px; }
  .logo small { display: none; }
  .nav { min-height: 64px; }
  .nav-links { inset: 64px 0 auto; }
  .nav-links.open { max-height: calc(100svh - 64px); }
  .logo-mark { width: 38px; height: 38px; font-size: 1.2rem; }
  .logo strong { font-size: 1.04rem; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero, .hero-inner { min-height: auto; }
  .hero::after { background: linear-gradient(90deg, rgba(8,32,24,.94), rgba(8,32,24,.72)); }
  .hero-inner { min-height: 560px; align-items: end; padding: 86px 0 76px; }
  .hero-copy { max-width: 100%; }
  .hero-text { max-width: 100%; margin: 18px 0 24px; font-size: 1rem; line-height: 1.55; }
  .actions { display: grid; }
  .actions .btn { width: 100%; min-height: 52px; padding-inline: 16px; }
  .btn[href^="https://wa.me/"] { min-width: 52px; }
  .trustbar { margin-top: -24px; }
  .trust-grid, .card-grid, .regions, .steps, .gallery, .sidebar, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid { border-radius: 16px; }
  .trust-item { padding: 16px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item b { font-size: .95rem; }
  .trust-item span { font-size: .78rem; }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 58px 0; }
  .section-head { gap: 20px; margin-bottom: 30px; }
  .section-head p { font-size: .98rem; line-height: 1.55; }
  .lead { font-size: 1.02rem; line-height: 1.55; }
  .split { gap: 34px; }
  .image-stack { padding: 0; }
  .image-stack img { height: auto; aspect-ratio: 4 / 3; min-height: 0; border-radius: 16px; }
  .image-note { right: 12px; bottom: 12px; max-width: 190px; padding: 15px; border-radius: 14px; }
  .image-note strong { font-size: 1.85rem; }
  .feature-list { gap: 10px; margin: 22px 0 26px; }
  .feature-list li { gap: 10px; font-size: .96rem; line-height: 1.45; }
  .feature-list li::before { flex-basis: 22px; height: 22px; }
  .card { padding: 24px; border-radius: 16px; }
  .card-no { margin-bottom: 30px; }
  .step { padding: 22px 0; }
  .step::before { margin: -14px 0 22px; }
  .gallery-item, .gallery-item:first-child { grid-column: auto; min-height: 0; aspect-ratio: 4 / 3; border-radius: 16px; }
  .gallery-label { right: 10px; bottom: 10px; left: 10px; padding: 12px 14px; border-radius: 10px; font-size: .68rem; }
  .region-card { min-height: 0; border-radius: 16px; }
  .region-copy { right: 22px; bottom: 20px; left: 22px; }
  .faq-question { gap: 15px; padding: 20px 0; }
  .faq-question strong { font-size: 1.02rem; line-height: 1.35; }
  .faq-answer p { padding-right: 30px; }
  .cta-section { padding: 12px 0 84px; }
  .cta { padding: 34px 22px; border-radius: 18px; }
  .cta::after { display: none; }
  .page-hero { padding: 65px 0; }
  .not-found-hero, .not-found-inner { min-height: calc(100svh - 70px); }
  .not-found-hero::after { background: linear-gradient(90deg, rgba(7,32,23,.94), rgba(7,32,23,.66)); }
  .not-found-inner { padding: 48px 0 66px; }
  .not-found-code { margin-bottom: 14px; font-size: clamp(4.4rem, 25vw, 6.2rem); }
  .not-found-copy h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .not-found-copy p { margin: 20px 0 26px; font-size: 1rem; }
  .not-found-panel { padding: 22px; border-radius: 16px; }
  .project { grid-template-columns: 1fr; }
  .legal-list div { grid-template-columns: 1fr; gap: 5px; }
  .legal-box { padding: 22px; border-radius: 16px; }
  .project { gap: 22px; padding: 18px; border-radius: 16px; }
  .project img { min-height: 0; aspect-ratio: 4 / 3; border-radius: 12px; }
  .site-footer { padding: 58px 0 24px; }
  .floating-wa { right: 14px; bottom: 14px; width: 58px; height: 58px; border-width: 3px; }
  .floating-wa .icon { width: 32px; height: 32px; }
  .footer-bottom { display: grid; }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 22px), var(--max)); }
  h1 { font-size: clamp(2.25rem, 12vw, 3.15rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.25rem); }
  .hero-inner { min-height: 530px; padding-top: 72px; }
  .nav-links a { padding-inline: 20px; }
  .trust-item { padding: 14px 16px; }
}
