@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --ink: #17242b;
  --ink-soft: #415159;
  --cream: #f7f4ee;
  --paper: #fffdf9;
  --line: #e8e1d6;
  --orange: #d9772b;
  --orange-dark: #ad531b;
  --sand: #ead9bf;
  --green: #315952;
  --shadow: 0 18px 50px rgba(23, 36, 43, .10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-top {
  background: var(--ink);
  color: #f8eee0;
  font-size: .82rem;
  letter-spacing: .02em;
}
.site-top .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-top strong { color: #ffc27b; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247,244,238,.90);
  border-bottom: 1px solid rgba(232,225,214,.8);
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--orange);
  border-radius: 13px 13px 13px 4px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: Manrope, sans-serif; font-size: .94rem; }
.brand-copy span { color: var(--ink-soft); font-size: .72rem; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 23px; font-size: .9rem; color: var(--ink-soft); }
.nav-links a:hover { color: var(--orange-dark); }
.menu-button { display: none; border: 0; background: transparent; font-size: 1.5rem; color: var(--ink); }

.hero {
  padding: 82px 0 72px;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -230px;
  top: -250px;
  border: 1px solid rgba(217,119,43,.25);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(217,119,43,.06), 0 0 0 78px rgba(217,119,43,.04);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.eyebrow {
  color: var(--orange-dark);
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
}
h1, h2, h3 { font-family: Manrope, sans-serif; line-height: 1.12; margin: 0; }
h1 { font-size: clamp(2.65rem, 6vw, 5.2rem); max-width: 760px; letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.045em; }
h3 { font-size: 1.15rem; }
.hero h1 { margin-top: 18px; }
.hero h1 span { color: var(--orange-dark); }
.lead { color: var(--ink-soft); font-size: 1.12rem; max-width: 620px; margin: 23px 0 0; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid var(--ink);
  font-weight: 700;
  font-size: .9rem;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--ink); border-color: var(--ink); }
.button.secondary { background: transparent; border-color: var(--line); }
.button.orange { color: white; background: var(--orange); border-color: var(--orange); }
.hero-card {
  min-height: 395px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  color: #fff8ed;
  background: linear-gradient(145deg, #24433f 0%, #132b2e 100%);
  border-radius: 34px 34px 34px 8px;
  box-shadow: var(--shadow);
}
.hero-card::before, .hero-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.16);
  transform: rotate(45deg);
}
.hero-card::before { width: 270px; height: 270px; right: -88px; top: 38px; }
.hero-card::after { width: 180px; height: 180px; right: 22px; bottom: -86px; }
.blueprint { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 28px 28px; }
.hero-card-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.hero-card .small-label { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; color: #d9c9b2; }
.hero-card h2 { max-width: 330px; margin-top: 16px; color: #fff8ed; }
.hero-card-footer { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.hero-card-number { font: 800 4.5rem/1 Manrope, sans-serif; color: #ffbf73; letter-spacing: -.08em; }

.section { padding: 92px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head p { max-width: 440px; color: var(--ink-soft); margin: 0; }
.section-kicker { color: var(--orange-dark); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 12px; }
.cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 23px;
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--orange-dark); background: #fff0dc; border-radius: 12px; font-size: 1.25rem; }
.card p { color: var(--ink-soft); font-size: .9rem; margin: 10px 0 0; }
.card-link { color: var(--orange-dark); font-size: .84rem; font-weight: 700; margin-top: 20px; }

.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.panel { padding: 32px; background: var(--green); color: #f8f1e7; border-radius: 30px 30px 8px 30px; }
.panel p { color: #d9e1d8; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 10px; align-items: start; }
.check-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 22px; height: 22px; color: var(--green); background: #f7c681; border-radius: 50%; font-size: .78rem; font-weight: 800; }

.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.location-link { padding: 17px 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; background: var(--paper); border: 1px solid var(--line); border-radius: 15px; font-weight: 700; }
.location-link span { color: var(--orange-dark); }
.location-link:hover { border-color: var(--orange); }

.breadcrumb { padding-top: 28px; color: var(--ink-soft); font-size: .84rem; }
.breadcrumb a { color: var(--orange-dark); font-weight: 600; }
.page-hero { padding: 44px 0 52px; background: linear-gradient(180deg, #f1e8da, transparent); }
.page-hero h1 { font-size: clamp(2.25rem, 5vw, 4rem); max-width: 850px; margin-top: 14px; }
.page-hero .lead { max-width: 740px; }
.service-layout { display: grid; grid-template-columns: 1fr 330px; gap: 42px; align-items: start; }
.content-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.content-card h2 { font-size: 2rem; margin: 0 0 14px; }
.content-card h3 { margin-top: 30px; }
.content-card p { color: var(--ink-soft); }
.info-box { position: sticky; top: 104px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff7eb; }
.info-box h3 { margin-bottom: 12px; }
.info-box p { color: var(--ink-soft); font-size: .9rem; }
.mini-links { display: grid; gap: 9px; margin-top: 22px; }
.mini-links a { padding: 12px 13px; border-radius: 10px; background: rgba(255,255,255,.65); border: 1px solid rgba(232,225,214,.85); font-size: .86rem; }
.mini-links a:hover { border-color: var(--orange); }

.cta { padding: 42px; color: #fff8ed; background: var(--ink); border-radius: 30px 30px 8px 30px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta h2 { color: #fff8ed; font-size: 2.35rem; max-width: 620px; }
.cta p { color: #c8d0cb; max-width: 600px; margin-bottom: 0; }
.footer { padding: 28px 0 40px; color: var(--ink-soft); font-size: .84rem; }
.footer-inner { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 980px) {
  .hero-grid, .split, .service-layout { grid-template-columns: 1fr; }
  .hero-card { min-height: 310px; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .location-grid { grid-template-columns: repeat(3, 1fr); }
  .info-box { position: static; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-top .container { font-size: .72rem; }
  .nav { min-height: 68px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; left: 14px; right: 14px; top: 74px; padding: 15px; flex-direction: column; align-items: stretch; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .cards, .location-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 65px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 15px; }
  .hero { padding: 55px 0; }
  .hero-card-number { font-size: 3.5rem; }
  .content-card, .panel, .cta { padding: 24px; }
  .cta { display: block; }
  .cta .button { margin-top: 22px; }
}
@media (max-width: 420px) {
  .cards, .location-grid { grid-template-columns: 1fr; }
  h1 { font-size: 2.55rem; }
}

.faq-teaser {
  background: #f1e8da;
}

.faq-teaser-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 52px;
  align-items: start;
}

.faq-preview {
  display: grid;
  gap: 10px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 42px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  color: var(--ink);
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  margin-left: 18px;
  color: var(--orange-dark);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 22px 20px;
  color: var(--ink-soft);
}

.faq-answer p {
  margin: 0;
}

.floating-contact {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 9px;
}

.floating-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 15px;
  color: white;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(23, 36, 43, .22);
  font-size: .84rem;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}

.floating-button:hover {
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(23, 36, 43, .28);
}

.floating-whatsapp {
  background: #1f9d63;
}

.floating-phone {
  background: var(--orange);
}

@media (max-width: 980px) {
  .faq-teaser-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .floating-contact {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .floating-button {
    flex: 1;
  }
}

@media (max-width: 420px) {
  .floating-button span {
    font-size: .75rem;
  }
}
