:root {
  --bg: #f5f8fb;
  --bg-soft: #ffffff;
  --white: #ffffff;
  --text: #172033;
  --muted: #64748b;

  --green: #2f9e73;
  --green-dark: #17624a;
  --green-soft: #e4f7ef;

  --brown: #2563eb;
  --brown-soft: #e8f0ff;

  --sand: #eef4f8;
  --border: #dbe4ee;
  --shadow: 0 18px 45px rgba(23, 32, 51, 0.10);

  --radius: 24px;
  --max: 1180px;
}

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.6;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    p { margin: 0 0 1rem; }
    strong { color: var(--text); }

    .container {
      width: min(var(--max, 1180px), calc(100% - 48px));
      margin: 0 auto;
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(245, 248, 251, 0.94);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(219, 228, 238, 0.85);
    }

    .nav {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: -0.02em;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--green), var(--brown));
      display: grid;
      place-items: center;
      color: white;
      font-weight: 900;
    }

    .brand small {
      display: block;
      color: var(--muted);
      font-weight: 500;
      letter-spacing: 0;
      font-size: 0.78rem;
      margin-top: -2px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 18px;
      font-size: 0.95rem;
      color: var(--muted);
    }

    .nav-links a:hover { color: var(--green-dark); }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: 0;
      border-radius: 999px;
      padding: 13px 22px;
      font-weight: 900;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      font-size: 0.96rem;
      text-align: center;
    }

    .btn:hover { transform: translateY(-2px); }

    .btn-primary {
      background: var(--green-dark);
      color: white;
      box-shadow: 0 12px 28px rgba(64, 87, 58, 0.25);
    }

    .btn-primary:hover { background: #31462d; }

    .btn-secondary {
      background: var(--white);
      color: var(--green-dark);
      border: 1px solid var(--border);
    }

    .btn-soft {
      background: var(--green-soft);
      color: var(--green-dark);
    }

    .hero {
      padding: 82px 0 56px;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      width: 560px;
      height: 560px;
      right: -190px;
      top: -180px;
      background: radial-gradient(circle, rgba(111, 135, 99, 0.25), rgba(111, 135, 99, 0));
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.08fr 0.92fr;
      gap: 44px;
      align-items: center;
      position: relative;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 13px;
      border-radius: 999px;
      background: var(--green-soft);
      color: var(--green-dark);
      font-weight: 900;
      font-size: 0.9rem;
      margin-bottom: 20px;
    }

    .badge-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
    }

    h1, h2, h3 {
      line-height: 1.08;
      margin: 0;
      letter-spacing: -0.045em;
    }

    h1 {
      font-size: clamp(2.35rem, 5vw, 4.8rem);
      max-width: 880px;
    }

    h2 {
      font-size: clamp(2rem, 3.4vw, 3.2rem);
      margin-bottom: 18px;
    }

    h3 {
      font-size: 1.35rem;
      margin-bottom: 10px;
      letter-spacing: -0.025em;
    }

    .lead {
      color: var(--muted);
      font-size: clamp(1.08rem, 1.6vw, 1.28rem);
      max-width: 760px;
      margin: 24px 0 28px;
    }

    .hero-actions, .section-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .hero-note {
      color: var(--muted);
      font-size: 0.95rem;
      margin-top: 18px;
    }


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

    .hero-photo-card {
      padding: 18px;
      min-height: auto;
      background: var(--white);
    }

    .hero-photo-card::before {
      display: none;
    }

    .hero-photo-card img {
      width: 100%;
      height: auto;
      min-height: auto;
      aspect-ratio: 4 / 3;
      object-fit: contain;
      object-position: center center;
      border-radius: 26px;
      background: #f3f5f7;
    }

    .photo-overlay {
      position: static;
      margin-top: 16px;
      background: rgba(255, 255, 255, 0.96);
      border: 1px solid var(--border);
      border-radius: 22px;
      padding: 20px;
      box-shadow: none;
    }

    .photo-overlay strong {
      display: block;
      color: var(--text);
      font-size: 1.16rem;
      line-height: 1.2;
      margin-bottom: 6px;
    }

    .photo-overlay span {
      color: var(--muted);
      font-size: 0.95rem;
    }

    .image-card {
      overflow: hidden;
      padding: 0;
    }

    .image-card img {
      width: 100%;
      height: 310px;
      object-fit: cover;
      border-radius: var(--radius);
    }

    .sector-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: inherit;
    }

    .sector-image::after {
      display: none;
    }

    .hero-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 34px;
      box-shadow: var(--shadow);
      padding: 28px;
      position: relative;
      overflow: hidden;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: -80px -80px auto auto;
      width: 230px;
      height: 230px;
      background: radial-gradient(circle, rgba(138, 103, 69, 0.18), rgba(138, 103, 69, 0));
    }

    .browser {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid var(--border);
      background: var(--bg-soft);
    }

    .browser-top {
      height: 46px;
      background: #efe6d8;
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 0 16px;
    }

    .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #c9b89d;
    }

    .browser-content { padding: 22px; }

    .hero-visual-title {
      display: grid;
      gap: 9px;
      margin-bottom: 18px;
    }

    .visual-line {
      height: 12px;
      border-radius: 99px;
      background: #e2d4c1;
    }

    .visual-line.big {
      height: 30px;
      width: 86%;
      background: var(--green);
    }

    .visual-line.medium { width: 68%; }
    .visual-line.short { width: 48%; }

    .local-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .local-tile {
      background: white;
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 16px;
      min-height: 112px;
    }

    .local-icon {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: var(--green-soft);
      color: var(--green-dark);
      font-weight: 900;
      margin-bottom: 12px;
    }

    .local-label {
      font-weight: 900;
      line-height: 1.15;
      margin-bottom: 6px;
    }

    .local-desc {
      font-size: 0.85rem;
      color: var(--muted);
      line-height: 1.35;
    }

    .floating-card {
      margin-top: 18px;
      background: var(--green-dark);
      color: white;
      border-radius: 22px;
      padding: 20px;
      box-shadow: 0 18px 36px rgba(47, 43, 37, 0.22);
    }

    .floating-card strong {
      display: block;
      color: white;
      font-size: 1.15rem;
      line-height: 1.22;
      margin-bottom: 7px;
    }

    .floating-card span {
      color: rgba(255,255,255,.78);
      font-size: 0.95rem;
    }

    .trust-row { padding: 18px 0 60px; }

    .trust-box {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .trust-item {
      background: rgba(255, 255, 255, 0.62);
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 18px;
      color: var(--muted);
      font-weight: 700;
    }

    .trust-item strong {
      display: block;
      color: var(--text);
      font-size: 1.3rem;
      margin-bottom: 2px;
    }

    section { padding: 74px 0; }

    .white-section { background: var(--bg-soft); }

    .section-head {
      max-width: 840px;
      margin-bottom: 34px;
    }

    .section-head.center {
      text-align: center;
      margin: 0 auto 38px;
    }

    .eyebrow {
      color: var(--brown);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 0.78rem;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .muted { color: var(--muted); }

    .split {
      display: grid;
      grid-template-columns: 0.96fr 1.04fr;
      gap: 34px;
      align-items: start;
    }

    .card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: 0 12px 28px rgba(55, 43, 31, 0.06);
    }

    .dark-card {
      background: var(--green-dark);
      color: white;
      border-radius: var(--radius);
      padding: 32px;
      box-shadow: var(--shadow);
    }

    .dark-card h2, .dark-card h3, .dark-card strong { color: white; }
    .dark-card p, .dark-card .muted { color: rgba(255,255,255,.78); }

    .search-examples {
      display: grid;
      gap: 14px;
    }

    .search-card {
      background: white;
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 18px;
    }

    .search-card strong {
      display: block;
      color: var(--green-dark);
      margin-bottom: 4px;
    }

    .comparison {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .comparison-card {
      border-radius: var(--radius);
      padding: 26px;
      border: 1px solid var(--border);
      background: white;
      min-height: 100%;
    }

    .comparison-card.before { background: #fffaf3; }
    .comparison-card.after {
      background: #f4f8f1;
      border-color: #cddcc6;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 7px 11px;
      font-size: 0.82rem;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .tag-before {
      background: var(--brown-soft);
      color: #704b2d;
    }

    .tag-after {
      background: var(--green-soft);
      color: var(--green-dark);
    }

    .check-list {
      list-style: none;
      padding: 0;
      margin: 18px 0 0;
      display: grid;
      gap: 12px;
    }

    .check-list li {
      display: grid;
      grid-template-columns: 26px 1fr;
      gap: 10px;
      color: var(--muted);
    }

    .dark-card .check-list li { color: rgba(255,255,255,.78); }

    .check-list li::before {
      content: "✓";
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--green-soft);
      color: var(--green-dark);
      font-weight: 900;
      line-height: 1;
    }

    .benefits {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .benefit {
      background: white;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 26px;
    }

    .benefit-icon {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: var(--green-soft);
      color: var(--green-dark);
      font-size: 1.15rem;
      margin-bottom: 18px;
      font-weight: 900;
    }

    .sectors {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .sector-card {
      background: white;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 24px;
      display: flex;
      flex-direction: column;
      min-height: 100%;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    
    .sector-card .btn::after {
      content: "→";
      font-weight: 900;
      margin-left: 4px;
    }

    .sector-card .btn {
      border: 1px solid rgba(23, 98, 74, 0.12);
    }

    .sector-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .sector-image {
      height: 130px;
      border-radius: 18px;
      margin-bottom: 18px;
      background:
        linear-gradient(135deg, rgba(64,87,58,.9), rgba(138,103,69,.72)),
        radial-gradient(circle at 25% 25%, rgba(255,255,255,.34), transparent 35%),
        var(--sand);
      position: relative;
      overflow: hidden;
    }

    .sector-image::after {
      content: attr(data-icon);
      position: absolute;
      right: 18px;
      bottom: 10px;
      font-size: 3rem;
      font-weight: 900;
      color: rgba(255,255,255,.82);
    }

    .sector-card .btn {
      margin-top: auto;
      width: 100%;
    }

    .proof-grid {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 24px;
      align-items: stretch;
    }

    .proof-list {
      display: grid;
      gap: 14px;
    }

    .proof-item {
      background: white;
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 18px;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      counter-reset: step;
    }

    .step {
      background: white;
      border: 1px solid var(--border);
      border-radius: 22px;
      padding: 22px;
      position: relative;
      counter-increment: step;
    }

    .step::before {
      content: counter(step);
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--green-dark);
      color: white;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .pricing {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .price-card {
      background: white;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 26px;
      display: flex;
      flex-direction: column;
      min-height: 100%;
    }

    .price-card.featured {
      border-color: var(--green);
      box-shadow: var(--shadow);
      transform: translateY(-8px);
    }

    .price {
      font-size: 2rem;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -0.05em;
      margin: 12px 0;
      color: var(--green-dark);
    }

    .price small {
      display: block;
      margin-top: 6px;
      font-size: 0.86rem;
      color: var(--muted);
      font-weight: 600;
      letter-spacing: 0;
    }

    .price-card .btn {
      margin-top: auto;
      width: 100%;
    }

    .notice {
      margin-top: 22px;
      background: rgba(255, 255, 255, 0.66);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 18px 20px;
      color: var(--muted);
    }

    .faq {
      display: grid;
      gap: 12px;
      max-width: 940px;
      margin: 0 auto;
    }

    details {
      background: white;
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 20px 22px;
    }

    summary {
      cursor: pointer;
      font-weight: 900;
      color: var(--text);
    }

    details p {
      margin-top: 12px;
      color: var(--muted);
    }

    .contact-section {
      padding: 88px 0;
      background: linear-gradient(135deg, var(--green-dark), #667a55);
      color: white;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 34px;
      align-items: start;
    }

    .contact-section h2 {
      color: #ffffff;
    }

    .contact-grid > div:first-child p {
      color: rgba(255, 255, 255, 0.90);
    }

    .contact-section .eyebrow {
      color: rgba(255, 255, 255, 0.78);
    }

    .contact-section .check-list li {
      color: rgba(255, 255, 255, 0.95);
    }

    .contact-section .check-list li::before {
      background: rgba(255, 255, 255, 0.96);
      color: var(--green-dark);
    }

    .contact-card {
      background: white;
      color: var(--text);
      border-radius: 28px;
      padding: 28px;
      box-shadow: 0 18px 45px rgba(22, 31, 19, 0.18);
    }

    .contact-card p,
    .contact-card .muted,
    .contact-card .form-note {
      color: var(--muted);
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .field.full { grid-column: 1 / -1; }

    label {
      display: block;
      font-size: 0.86rem;
      font-weight: 900;
      margin-bottom: 6px;
      color: var(--text);
    }

    input, select, textarea {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 13px 14px;
      font: inherit;
      color: var(--text);
      background: #fffaf3;
    }

    textarea {
      min-height: 130px;
      resize: vertical;
    }

    .form-note {
      font-size: 0.9rem;
      color: var(--muted);
      margin-top: 12px;
    }

    .footer {
      padding: 34px 0;
      background: #2f2b25;
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.95rem;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .footer a:hover { color: white; }

    @media (max-width: 1040px) {
      .nav-links { display: none; }
      .hero-grid,
      .split,
      .proof-grid,
      .contact-grid {
        grid-template-columns: 1fr;
      }

      .trust-box,
      .benefits,
      .sectors,
      .pricing,
      .steps {
        grid-template-columns: repeat(2, 1fr);
      }

      .comparison { grid-template-columns: 1fr; }
    }

    @media (max-width: 680px) {
      .container { width: min(var(--max, 1180px), calc(100% - 32px)); }
      .hero { padding: 50px 0 34px; }
      section { padding: 52px 0; }

      .trust-box,
      .benefits,
      .sectors,
      .pricing,
      .steps,
      .form-grid {
        grid-template-columns: 1fr;
      }

      .field.full { grid-column: auto; }

      .hero-actions,
      .section-actions {
        align-items: stretch;
      }

      .btn { width: 100%; }

      .hero-card,
      .card,
      .comparison-card,
      .benefit,
      .sector-card,
      .price-card,
      .dark-card,
      .contact-card {
        padding: 22px;
        border-radius: 20px;
      }


      .hero-photo-card {
        min-height: auto;
        padding: 14px;
      }

      .hero-photo-card img {
        min-height: auto;
        border-radius: 18px;
      }

      .photo-overlay {
        margin-top: 12px;
        padding: 16px;
        border-radius: 18px;
      }

      .image-card img {
        height: 230px;
      }

      .local-grid { grid-template-columns: 1fr; }
      .price-card.featured { transform: none; }
    }

:root {
  --bg: #f5f8fb;
  --bg-soft: #ffffff;
  --white: #ffffff;
  --text: #172033;
  --muted: #64748b;
  --green: #2f9e73;
  --green-dark: #17624a;
  --green-soft: #e4f7ef;
  --brown: #2563eb;
  --brown-soft: #e8f0ff;
  --sand: #eef4f8;
  --border: #dbe4ee;
  --shadow: 0 18px 45px rgba(23, 32, 51, 0.10);
  --radius: 24px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
strong { color: var(--text); }
img { max-width: 100%; display: block; }
.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 248, 251, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(219, 228, 238, 0.85);
}
.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--green), var(--brown));
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
}
.brand small {
  display: block;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0;
  font-size: 0.78rem;
  margin-top: -2px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.95rem;
  color: var(--muted);
}
.nav-links a:hover,
.nav-links a.active { color: var(--green-dark); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  font-size: 0.96rem;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--green-dark);
  color: white;
  box-shadow: 0 12px 28px rgba(64, 87, 58, 0.25);
}
.btn-secondary {
  background: var(--white);
  color: var(--green-dark);
  border: 1px solid var(--border);
}
.btn-soft {
  background: var(--green-soft);
  color: var(--green-dark);
}
section { padding: 74px 0; }
.white-section { background: var(--bg-soft); }
.hero {
  padding: 82px 0 58px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -190px;
  top: -180px;
  background: radial-gradient(circle, rgba(47, 158, 115, 0.18), rgba(47, 158, 115, 0));
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: center;
  position: relative;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 900;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}
h1, h2, h3 {
  line-height: 1.08;
  margin: 0;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  max-width: 900px;
}
h2 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  margin-bottom: 18px;
}
h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
}
.lead {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.6vw, 1.26rem);
  max-width: 780px;
  margin: 24px 0 28px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hero-note {
  color: var(--muted);
  font-size: 0.95rem;
  margin-top: 18px;
}
.hero-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 34px;
  box-shadow: var(--shadow);
  padding: 16px;
  overflow: hidden;
}
.hero-card img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  aspect-ratio: 16 / 11;
  object-position: top center;
}
.hero-card .caption {
  padding: 16px 8px 4px;
  color: var(--muted);
  font-size: .95rem;
}
.section-head {
  max-width: 850px;
  margin-bottom: 34px;
}
.section-head.center {
  text-align: center;
  margin: 0 auto 38px;
}
.eyebrow {
  color: var(--brown);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 12px;
}
.muted { color: var(--muted); }
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 12px 28px rgba(55, 43, 31, 0.06);
}
.dark-card {
  background: var(--green-dark);
  color: white;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.dark-card h2, .dark-card h3, .dark-card strong { color: white; }
.dark-card p, .dark-card .muted { color: rgba(255,255,255,.88); }
.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}
.check-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  color: var(--muted);
}
.check-list li::before {
  content: "✓";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 900;
  line-height: 1;
}
.dark-card .check-list li { color: rgba(255,255,255,.92); }
.dark-card .check-list li::before {
  background: rgba(255,255,255,.96);
  color: var(--green-dark);
}
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.screen-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.screen-card img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  object-position: top center;
  border-radius: 20px;
  background: #f6f7f4;
  border: 1px solid var(--border);
}
.screen-card h3 {
  margin-top: 18px;
}
.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 14px;
}
.tag-before {
  background: #fff0e7;
  color: #9a4f22;
}
.tag-after {
  background: var(--green-soft);
  color: var(--green-dark);
}
.image-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.image-strip figure {
  margin: 0;
  background: white;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
}
.image-strip img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top center;
}
.image-strip figcaption {
  padding: 14px;
  color: var(--muted);
  font-size: .92rem;
}
.table-wrap {
  overflow-x: auto;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 820px;
}
th, td {
  padding: 18px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
  text-align: left;
}
th {
  background: var(--green-dark);
  color: white;
}
tr:last-child td { border-bottom: 0; }
td:first-child {
  font-weight: 900;
  color: var(--green-dark);
}
.cta-section {
  padding: 88px 0;
  background: linear-gradient(135deg, var(--green-dark), #3d6b52);
  color: white;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 34px;
  align-items: center;
}
.cta-section h2 { color: white; }
.cta-section p { color: rgba(255,255,255,.90); }
.cta-section .eyebrow { color: rgba(255,255,255,.78); }
.cta-section .btn-secondary { border: 0; }
.footer {
  padding: 34px 0;
  background: #172033;
  color: rgba(255,255,255,.72);
  font-size: 0.95rem;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer a:hover { color: white; }
@media (max-width: 1040px) {
  .nav-links { display: none; }
  .hero-grid, .grid-2, .compare-grid, .cta-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .image-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .hero { padding: 50px 0 36px; }
  section { padding: 52px 0; }
  .grid-3, .image-strip { grid-template-columns: 1fr; }
  .actions { align-items: stretch; }
  .btn { width: 100%; }
  .hero-card, .card, .dark-card, .screen-card { padding: 20px; border-radius: 20px; }
  .screen-card img { height: 360px; }
  .image-strip img { height: 220px; }
}

:root {
  --bg: #f5f8fb;
  --bg-soft: #ffffff;
  --white: #ffffff;
  --text: #172033;
  --muted: #64748b;
  --green: #2f9e73;
  --green-dark: #17624a;
  --green-soft: #e4f7ef;
  --brown: #2563eb;
  --brown-soft: #e8f0ff;
  --sand: #eef4f8;
  --border: #dbe4ee;
  --shadow: 0 18px 45px rgba(23, 32, 51, 0.10);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
strong { color: var(--text); }
img { max-width: 100%; display: block; }

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 248, 251, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(219, 228, 238, 0.85);
}
.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--green), var(--brown));
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
}
.brand small {
  display: block;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0;
  font-size: 0.78rem;
  margin-top: -2px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.95rem;
  color: var(--muted);
}
.nav-links a:hover { color: var(--green-dark); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  font-size: 0.96rem;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--green-dark);
  color: white;
  box-shadow: 0 12px 28px rgba(64, 87, 58, 0.25);
}
.btn-primary:hover { background: #0f4e39; }
.btn-secondary {
  background: var(--white);
  color: var(--green-dark);
  border: 1px solid var(--border);
}
.btn-soft {
  background: var(--green-soft);
  color: var(--green-dark);
}

section { padding: 74px 0; }
.white-section { background: var(--bg-soft); }

.hero {
  padding: 82px 0 64px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -190px;
  top: -180px;
  background: radial-gradient(circle, rgba(47, 158, 115, 0.18), rgba(47, 158, 115, 0));
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 44px;
  align-items: center;
  position: relative;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 900;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}
h1, h2, h3 {
  line-height: 1.08;
  margin: 0;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  max-width: 900px;
}
h2 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  margin-bottom: 18px;
}
h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
}
.lead {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.6vw, 1.26rem);
  max-width: 760px;
  margin: 24px 0 28px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hero-note {
  color: var(--muted);
  font-size: 0.95rem;
  margin-top: 18px;
}
.hero-visual {
  background: white;
  border: 1px solid var(--border);
  border-radius: 34px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.hero-image {
  min-height: 410px;
  border-radius: 26px;
  background-image: linear-gradient(135deg, rgba(23,98,74,0.15), rgba(37,99,235,0.10)), var(--img);
  background-size: cover;
  background-position: center;
}
.visual-note {
  margin-top: 16px;
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px;
}
.visual-note strong { display: block; margin-bottom: 4px; }
.visual-note span { color: var(--muted); font-size: 0.95rem; }

.section-head {
  max-width: 850px;
  margin-bottom: 34px;
}
.section-head.center {
  text-align: center;
  margin: 0 auto 38px;
}
.eyebrow {
  color: var(--brown);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 12px;
}
.muted { color: var(--muted); }

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 12px 28px rgba(55, 43, 31, 0.06);
}
.card-soft {
  background: #f8fbfd;
}
.dark-card {
  background: var(--green-dark);
  color: white;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.dark-card h2, .dark-card h3, .dark-card strong { color: white; }
.dark-card p, .dark-card .muted { color: rgba(255,255,255,.86); }

.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}
.check-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  color: var(--muted);
}
.check-list li::before {
  content: "✓";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 900;
  line-height: 1;
}
.dark-card .check-list li { color: rgba(255,255,255,.90); }
.dark-card .check-list li::before {
  background: rgba(255,255,255,.96);
  color: var(--green-dark);
}

.example-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
}
.example-card strong {
  display: block;
  color: var(--green-dark);
  margin-bottom: 6px;
}
.quote {
  font-size: 1.08rem;
  color: var(--text);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  counter-reset: step;
}
.step {
  background: white;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 22px;
  position: relative;
  counter-increment: step;
}
.step::before {
  content: counter(step);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green-dark);
  color: white;
  font-weight: 900;
  margin-bottom: 14px;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.price-card.featured {
  border-color: var(--green);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}
.price {
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin: 12px 0;
  color: var(--green-dark);
}
.price small {
  display: block;
  margin-top: 6px;
  font-size: 0.86rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0;
}
.price-card .btn { margin-top: auto; width: 100%; }

.faq {
  display: grid;
  gap: 12px;
  max-width: 940px;
  margin: 0 auto;
}
details {
  background: white;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px 22px;
}
summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--text);
}
details p {
  margin-top: 12px;
  color: var(--muted);
}

.cta-section {
  padding: 82px 0;
  background: linear-gradient(135deg, var(--green-dark), #3d6b52);
  color: white;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 34px;
  align-items: center;
}
.cta-section h2 { color: white; }
.cta-section p { color: rgba(255,255,255,.90); }
.cta-section .eyebrow { color: rgba(255,255,255,.78); }
.cta-section .btn-secondary { border: 0; }

.contact-section {
  padding: 88px 0;
  background: linear-gradient(135deg, var(--green-dark), #3d6b52);
  color: white;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: start;
}
.contact-section h2 { color: #ffffff; }
.contact-grid > div:first-child p { color: rgba(255,255,255,.90); }
.contact-section .eyebrow { color: rgba(255,255,255,.78); }
.contact-section .check-list li { color: rgba(255,255,255,.95); }
.contact-section .check-list li::before {
  background: rgba(255,255,255,.96);
  color: var(--green-dark);
}
.contact-card {
  background: white;
  color: var(--text);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(22, 31, 19, 0.18);
}
.contact-card p,
.contact-card .muted,
.contact-card .form-note { color: var(--muted); }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.field.full { grid-column: 1 / -1; }
label {
  display: block;
  font-size: 0.86rem;
  font-weight: 900;
  margin-bottom: 6px;
  color: var(--text);
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: var(--text);
  background: #fffaf3;
}
textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 0.9rem; margin-top: 12px; }

.footer {
  padding: 34px 0;
  background: #172033;
  color: rgba(255,255,255,.72);
  font-size: 0.95rem;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer a:hover { color: white; }

@media (max-width: 1040px) {
  .nav-links { display: none; }
  .hero-grid, .grid-2, .cta-grid, .contact-grid { grid-template-columns: 1fr; }
  .grid-3, .pricing, .steps { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .hero { padding: 50px 0 36px; }
  section { padding: 52px 0; }
  .grid-3, .grid-4, .pricing, .steps, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .actions { align-items: stretch; }
  .btn { width: 100%; }
  .hero-visual, .card, .dark-card, .price-card, .contact-card {
    padding: 22px;
    border-radius: 20px;
  }
  .hero-image { min-height: 280px; border-radius: 18px; }
  .price-card.featured { transform: none; }
}


/* =========================================================
   Correctifs mutualisés ajoutés
   ========================================================= */

/* Navigation secteurs */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  padding: 0;
}

.nav-dropdown-toggle::after {
  content: "▾";
  font-size: 0.75rem;
  color: var(--muted);
}

.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle {
  color: var(--green-dark);
}

.nav-dropdown-menu {
  display: grid;
  gap: 2px;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 285px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 10px;
  box-shadow: var(--shadow);
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s, visibility .18s;
  transition-delay: 200ms;
}

.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.nav-dropdown-menu a {
  display: block;
  padding: 11px 12px;
  border-radius: 13px;
  color: var(--text);
  font-weight: 800;
}

.nav-dropdown-menu a:hover {
  background: var(--green-soft);
  color: var(--green-dark);
}

/* Cartes secteurs de l’accueil */
.sector-card .btn::after {
  content: "→";
  font-weight: 900;
  margin-left: 4px;
}

/* Formulaire n8n amélioré */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.consent-field {
  margin-top: 2px;
}

.checkbox-label {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--muted);
  line-height: 1.45;
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

/* Correctif contraste contact */
.contact-section h1,
.contact-section h2 {
  color: #ffffff;
}

.contact-grid > div:first-child p {
  color: rgba(255, 255, 255, 0.90);
}

.contact-section .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.contact-section .check-list li {
  color: rgba(255, 255, 255, 0.95);
}

.contact-section .check-list li::before {
  background: rgba(255, 255, 255, 0.96);
  color: var(--green-dark);
}

.contact-card p,
.contact-card .muted,
.contact-card .form-note {
  color: var(--muted);
}

@media (max-width: 1180px) {
  .nav-links {
    gap: 12px;
    font-size: 0.9rem;
  }
}

.form-success {
  background: var(--green-soft);
  border: 1px solid #a8d5bf;
  border-radius: 20px;
  padding: 32px 28px;
  text-align: center;
}
.form-success h3 {
  color: var(--green-dark);
  margin: 0 0 10px;
  font-size: 1.2rem;
}
.form-success p {
  color: var(--muted);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.form-error {
  color: #b91c1c;
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 12px;
  padding: 12px 16px;
  background: #fef2f2;
  border-radius: 12px;
  border: 1px solid #fecaca;
}
.rgpd-mention {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 0;
}
.rgpd-mention a { color: var(--muted); text-decoration: underline; }

/* ── Burger mobile ── */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  border-radius: 10px;
  z-index: 10;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all .28s ease;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile {
  position: fixed;
  inset: 0;
  background: rgba(245,248,251,.97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 150;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 1.2rem;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.nav-mobile.open {
  opacity: 1;
  pointer-events: all;
}
.nav-mobile a {
  color: var(--text);
  text-decoration: none;
}
.nav-mobile a:hover {
  color: var(--green-dark);
}
.nav-mobile .btn {
  margin-top: 4px;
  font-size: 1rem;
}
.close-mob {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text);
  padding: 8px;
  line-height: 1;
}

@media (max-width: 1040px) {
  .burger { display: flex; }
  .nav-links { display: none !important; }
}
