:root {
      --brand: #3AAF72;
      --brand-dark: #2D8A58;
      --brand-soft: #EAF8F0;
      --brand-2: #1F2937;
      --text: #111827;
      --muted: #6B7280;
      --line: #E5E7EB;
      --bg: #FFFFFF;
      --bg-soft: #F8FAF8;
      --bg-dark: #0E1712;
      --success: #16A34A;
      --warning: #D97706;
      --danger: #DC2626;
      --shadow-sm: 0 10px 30px rgba(17, 24, 39, 0.08);
      --shadow-lg: 0 30px 70px rgba(17, 24, 39, 0.14);
      --radius: 20px;
      --radius-sm: 14px;
      --container: 1220px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: 'Inter', system-ui, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top right, rgba(58, 175, 114, 0.12), transparent 30%),
        radial-gradient(circle at left center, rgba(58, 175, 114, 0.08), transparent 28%),
        var(--bg);
      line-height: 1.6;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    .container {
      width: min(var(--container), calc(100% - 40px));
      margin-inline: auto;
    }

    .section { padding: 92px 0; }
    .section--soft { background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: var(--brand-soft);
      color: var(--brand-dark);
      font-size: 0.84rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      border: 1px solid rgba(58, 175, 114, 0.16);
    }

    .section-header {
      max-width: 760px;
      margin: 0 auto 50px;
      text-align: center;
    }

    .section-header h2 {
      margin: 14px 0 14px;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.1;
      letter-spacing: -0.03em;
    }

    .section-header p {
      margin: 0;
      color: var(--muted);
      font-size: 1.06rem;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 30;
      backdrop-filter: blur(16px);
      background: rgba(255,255,255,0.82);
      border-bottom: 1px solid rgba(17, 24, 39, 0.06);
    }

    .nav {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      font-weight: 800;
      font-size: 1.05rem;
      letter-spacing: -0.02em;
    }

    .brand img { height: 42px; width: auto; }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
      color: #374151;
      font-weight: 600;
      font-size: 0.95rem;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 13px 20px;
      border-radius: 12px;
      border: 1px solid transparent;
      font-weight: 700;
      font-size: 0.96rem;
      transition: 0.25s ease;
      cursor: pointer;
    }

    .btn:hover { transform: translateY(-1px); }
    .btn--primary {
      background: var(--brand);
      color: white;
      box-shadow: 0 14px 28px rgba(58, 175, 114, 0.18);
    }
    .btn--primary:hover { background: var(--brand-dark); }
    .btn--secondary {
      background: white;
      border-color: var(--line);
      color: var(--text);
    }
    .btn--secondary:hover { border-color: var(--brand); color: var(--brand-dark); }

    .hero {
      padding: 78px 0 48px;
      overflow: hidden;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.08fr 0.92fr;
      gap: 46px;
      align-items: center;
    }

    .hero h1 {
      margin: 22px 0 18px;
      font-size: clamp(2.6rem, 5vw, 4.9rem);
      line-height: 0.96;
      letter-spacing: -0.05em;
      max-width: 760px;
    }

    .hero h1 .accent { color: var(--brand); }

    .hero p {
      max-width: 660px;
      margin: 0 0 28px;
      color: var(--muted);
      font-size: 1.08rem;
    }

    .hero-cta {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 34px;
    }

    .hero-meta {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      max-width: 760px;
    }

    .mini-stat {
      padding: 16px;
      border-radius: 16px;
      background: rgba(255,255,255,0.72);
      border: 1px solid rgba(17,24,39,0.06);
      box-shadow: var(--shadow-sm);
    }

    .mini-stat strong {
      display: block;
      font-size: 1.1rem;
      margin-bottom: 2px;
    }

    .mini-stat span {
      color: var(--muted);
      font-size: 0.84rem;
      font-weight: 600;
    }

    .hero-card {
      position: relative;
      border-radius: 28px;
      background: linear-gradient(180deg, #19241e 0%, #101712 100%);
      color: white;
      padding: 22px;
      box-shadow: var(--shadow-lg);
      border: 1px solid rgba(255,255,255,0.06);
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: auto -60px -80px auto;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(58,175,114,0.28), transparent 70%);
      pointer-events: none;
    }

    .window-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
      color: rgba(255,255,255,0.72);
      font-size: 0.82rem;
    }

    .dots { display: flex; gap: 7px; }
    .dots span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: block;
      background: #374151;
    }
    .dots span:nth-child(1){ background:#ef4444; }
    .dots span:nth-child(2){ background:#f59e0b; }
    .dots span:nth-child(3){ background:#22c55e; }

    .dashboard {
      display: grid;
      gap: 14px;
    }

    .panel-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .panel {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 18px;
      padding: 16px;
    }

    .panel small {
      display: block;
      color: rgba(255,255,255,0.62);
      margin-bottom: 8px;
    }

    .panel strong {
      font-size: 1.4rem;
      display: block;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 10px;
      padding: 5px 10px;
      border-radius: 999px;
      font-size: 0.72rem;
      font-weight: 700;
      background: rgba(58,175,114,0.16);
      color: #86efac;
    }

    .log-list {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 18px;
      padding: 10px;
    }

    .log-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      padding: 11px 10px;
      border-radius: 12px;
      color: rgba(255,255,255,0.86);
      font-size: 0.88rem;
    }

    .log-item + .log-item { border-top: 1px solid rgba(255,255,255,0.05); }

    .status {
      padding: 5px 10px;
      border-radius: 999px;
      font-size: 0.72rem;
      font-weight: 800;
    }
    .status.ok { background: rgba(34,197,94,0.16); color: #86efac; }
    .status.wait { background: rgba(245,158,11,0.14); color: #fcd34d; }

    .trust {
      padding: 26px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(248, 250, 248, 0.72);
    }

    .trust-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .trust-label {
      color: var(--muted);
      font-weight: 700;
      font-size: 0.92rem;
    }

    .trust-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .trust-pill {
      padding: 12px 16px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: white;
      color: #374151;
      font-weight: 700;
      font-size: 0.88rem;
    }

    .grid-3, .grid-4 {
      display: grid;
      gap: 22px;
    }
    .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

    .card {
      background: white;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: var(--shadow-sm);
    }

    .card h3 {
      margin: 16px 0 10px;
      font-size: 1.26rem;
      letter-spacing: -0.02em;
    }

    .card p {
      margin: 0;
      color: var(--muted);
    }

    .icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--brand-soft);
      color: var(--brand-dark);
      font-size: 1.4rem;
      font-weight: 800;
    }

    .service-card {
      position: relative;
      overflow: hidden;
    }

    .service-card.featured {
      border-color: rgba(58,175,114,0.34);
      background: linear-gradient(180deg, #FFFFFF 0%, #F4FBF7 100%);
    }

    .service-tag {
      display: inline-flex;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(58,175,114,0.12);
      color: var(--brand-dark);
      font-weight: 800;
      font-size: 0.75rem;
      margin-bottom: 14px;
    }

    .list {
      list-style: none;
      padding: 0;
      margin: 18px 0 0;
      display: grid;
      gap: 10px;
    }

    .list li {
      display: flex;
      gap: 10px;
      color: #374151;
      font-weight: 500;
    }

    .list li::before {
      content: "✓";
      color: var(--brand);
      font-weight: 800;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .step {
      padding: 26px;
      border-radius: 20px;
      background: white;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-sm);
    }

    .step-number {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--brand);
      color: white;
      font-weight: 800;
      margin-bottom: 14px;
    }

    .step h3 { margin: 0 0 10px; }
    .step p { margin: 0; color: var(--muted); }

    .pricing {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .price-card {
      display: flex;
      flex-direction: column;
      gap: 18px;
      padding: 30px;
      background: white;
      border-radius: 24px;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-sm);
    }

    .price-card.featured {
      border-color: rgba(58,175,114,0.32);
      box-shadow: 0 22px 44px rgba(58,175,114,0.14);
      transform: translateY(-6px);
    }

    .price-card h3 { margin: 0; font-size: 1.4rem; }
    .price-card p { margin: 0; color: var(--muted); }
    .price {
      font-size: 2.6rem;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -0.04em;
    }
    .price small {
      font-size: 0.95rem;
      color: var(--muted);
      font-weight: 600;
    }

    .cta {
      background: linear-gradient(135deg, #122018 0%, #0c120f 100%);
      color: white;
      border-radius: 28px;
      padding: 46px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 30px;
      align-items: center;
      box-shadow: var(--shadow-lg);
    }

    .cta h2 {
      font-size: clamp(2rem, 3vw, 3rem);
      line-height: 1.05;
      margin: 0 0 12px;
    }

    .cta p {
      color: rgba(255,255,255,0.72);
      margin: 0;
      max-width: 700px;
    }

    .cta-box {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 22px;
      padding: 24px;
    }

    .cta-box ul {
      list-style: none;
      margin: 0 0 22px;
      padding: 0;
      display: grid;
      gap: 10px;
      color: rgba(255,255,255,0.86);
      font-weight: 500;
    }

    .cta-box li::before {
      content: "• ";
      color: #86efac;
      font-weight: 800;
    }

    .footer {
      padding: 34px 0 50px;
      color: var(--muted);
      font-size: 0.95rem;
    }

    .footer-wrap {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: center;
      flex-wrap: wrap;
      border-top: 1px solid var(--line);
      padding-top: 26px;
    }

    @media (max-width: 1100px) {
      .hero-grid,
      .cta,
      .grid-4,
      .steps,
      .pricing,
      .grid-3 {
        grid-template-columns: 1fr;
      }

      .hero-meta,
      .panel-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 820px) {
      .nav { flex-wrap: wrap; padding: 16px 0; }
      .nav-links { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; gap: 14px 20px; }
      .nav-actions { width: 100%; justify-content: center; }
      .hero { padding-top: 42px; }
      .hero-meta,
      .panel-row { grid-template-columns: 1fr; }
      .cta { padding: 34px 24px; }
      .section { padding: 74px 0; }
    }