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

:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-2: #edf2f7;
  --text: #18222f;
  --muted: #5d6c7f;
  --brand: #f39c12;
  --brand-2: #c77e0b;
  --accent: #2f88ff;
  --line: #d3dde8;
  --ok: #2f9e44;
  --ring: rgba(243, 156, 18, 0.3);
  --radius: 16px;
  --shadow: 0 14px 30px rgba(17, 26, 37, 0.12);
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Sora', sans-serif;
  color: var(--text);
  background:
    radial-gradient(1100px 500px at 110% -10%, rgba(47, 136, 255, 0.12), transparent 60%),
    radial-gradient(700px 380px at -20% 15%, rgba(243, 156, 18, 0.1), transparent 55%),
    repeating-linear-gradient(
      -45deg,
      rgba(24, 34, 47, 0.014),
      rgba(24, 34, 47, 0.014) 12px,
      rgba(24, 34, 47, 0.006) 12px,
      rgba(24, 34, 47, 0.006) 24px
    ),
    var(--bg);
  line-height: 1.72;
  letter-spacing: 0.005em;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--max), 92%);
  margin: 0 auto;
}

p {
  margin: 0 0 1rem;
}

.topbar {
  background: repeating-linear-gradient(
    -45deg,
    #eef3f8,
    #eef3f8 16px,
    #e4ebf3 16px,
    #e4ebf3 32px
  );
  color: #17212e;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(23, 33, 46, 0.12);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.topbar a {
  color: #17212e;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: rgba(246, 248, 251, 0.92);
  border-bottom: 2px solid rgba(23, 33, 46, 0.12);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--text);
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(140deg, var(--brand), #ffca3a);
  display: grid;
  place-items: center;
  color: #111;
  font-weight: 800;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.73rem;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav a {
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
}

.nav a.active {
  color: var(--brand);
  text-shadow: 0 0 14px rgba(243, 156, 18, 0.25);
  border-bottom: 2px solid var(--brand);
  padding-bottom: 4px;
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--surface);
  color: var(--text);
  width: 42px;
  height: 42px;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.01em;
}

.btn-primary {
  background: var(--brand);
  color: #1a1a1a;
  box-shadow: 0 10px 20px rgba(243, 156, 18, 0.28);
}

.btn-primary:hover {
  background: #ffb12f;
  text-decoration: none;
}

.btn-ghost {
  background: #fff;
  color: var(--text);
  border: 2px solid rgba(24, 34, 47, 0.2);
}

.hero {
  padding: 84px 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(243, 156, 18, 0.12);
  color: #9d5f00;
  padding: 7px 12px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hero h1 {
  margin: 14px 0;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 3.8vw, 3.6rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.hero p {
  color: var(--muted);
  max-width: 66ch;
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-panel {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 2px solid rgba(24, 34, 47, 0.14);
}

.hero-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 340px;
}


.section {
  padding: 70px 0;
  position: relative;
}

.section::after {
  content: '';
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0;
  border-bottom: 1px dashed var(--line);
  pointer-events: none;
}

.section h2 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 700;
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 2.7vw, 2.5rem);
  letter-spacing: 0.01em;
}

.section p.lead {
  color: var(--muted);
  max-width: 74ch;
  margin-top: 0;
  font-size: 1.03rem;
}

.grid-3 {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.grid-2 {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.card {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 2px solid rgba(24, 34, 47, 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 156, 18, 0.45);
}

.card .content {
  padding: 20px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.35;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.97rem;
}

.kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.kpi {
  background: var(--surface);
  border-radius: 14px;
  border: 2px solid rgba(24, 34, 47, 0.12);
  text-align: center;
  padding: 20px 12px;
}

.kpi strong {
  display: block;
  font-size: 1.2rem;
  color: #9d5f00;
}

.page-hero {
  padding: 74px 0 34px;
}

.page-hero h1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  margin: 0;
}

.page-hero p {
  max-width: 75ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.showcase-img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.badge {
  display: inline-block;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.75rem;
  background: rgba(243, 156, 18, 0.15);
  color: #9d5f00;
  font-weight: 700;
}

.meta {
  color: var(--muted);
  font-size: 0.95rem;
}

.cta-band {
  margin-top: 30px;
  background: linear-gradient(115deg, #1f3550, #244969 65%, #876221);
  color: #fff;
  border-radius: var(--radius);
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-band h3 {
  margin: 0;
}

.cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.faq details {
  background: var(--surface);
  border: 1px solid rgba(24, 34, 47, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
}

.faq details + details {
  margin-top: 10px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.faq p {
  color: var(--muted);
  margin: 8px 0 0;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  background: var(--surface);
  border: 2px solid rgba(24, 34, 47, 0.12);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 12px;
}

.form {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 2px solid rgba(24, 34, 47, 0.12);
  padding: 20px;
}

.input,
.textarea {
  width: 100%;
  border: 1px solid rgba(24, 34, 47, 0.2);
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  color: var(--text);
  background: #fff;
}

.input:focus,
.textarea:focus {
  outline: 2px solid var(--ring);
  border-color: var(--brand);
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.textarea {
  min-height: 120px;
  resize: vertical;
}

.site-footer {
  margin-top: 62px;
  border-top: 1px solid rgba(24, 34, 47, 0.12);
  background:
    repeating-linear-gradient(
      -45deg,
      #edf2f8,
      #edf2f8 14px,
      #e6edf5 14px,
      #e6edf5 28px
    );
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
  padding: 32px 0;
}

.footer-note {
  font-size: 0.95rem;
  color: var(--muted);
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 16px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sticky-cta a {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.sticky-cta .wa {
  background: #1f9d59;
}

.sticky-cta .call {
  background: var(--accent);
}

.section-band {
  background: linear-gradient(170deg, rgba(31, 53, 80, 0.06), rgba(243, 156, 18, 0.05));
  border-top: 2px solid rgba(24, 34, 47, 0.1);
  border-bottom: 2px solid rgba(24, 34, 47, 0.1);
}

.summary-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.summary-links a {
  background: var(--surface);
  border: 2px solid rgba(24, 34, 47, 0.12);
  border-radius: 14px;
  padding: 16px;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
}

.summary-links a:hover {
  border-color: rgba(243, 156, 18, 0.5);
}

.summary-links a span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.88rem;
}

.mini-map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(24, 34, 47, 0.12);
  box-shadow: var(--shadow);
}

.mini-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
}

.footer-grid h3 {
  margin-top: 0;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.footer-links a {
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 980px) {
  .hero-grid,
  .contact-wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .kpis,
  .summary-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    padding: 70px 0 52px;
  }

  .section {
    padding: 60px 0;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav {
    position: absolute;
    right: 4%;
    top: 72px;
    background: #ffffff;
    border: 1px solid rgba(24, 34, 47, 0.12);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 12px;
    min-width: 220px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav.show {
    display: flex;
  }

  .grid-3,
  .grid-2,
  .kpis,
  .summary-links,
  .row {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .showcase-img {
    height: 220px;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    bottom: 10px;
    flex-direction: row;
    justify-content: space-between;
  }

  .sticky-cta a {
    flex: 1;
    justify-content: center;
  }
}
