﻿    :root {
      --green-950: #001b0b;
      --green-900: #052712;
      --green-800: #0c421c;
      --grass: #5d8f18;
      --jcb-yellow: #f7b500;
      --jcb-yellow-light: #ffd24a;
      --sky: #288cdb;
      --white: #f8f8f1;
      --muted: rgba(248, 248, 241, 0.78);
      --line: rgba(248, 248, 241, 0.18);
    }

    * {
      box-sizing: border-box;
    }

    html {
      min-height: 100%;
      background: var(--green-950);
    }

    body {
      position: relative;
      min-height: 100vh;
      margin: 0;
      color: var(--white);
      font-family: Arial, Helvetica, sans-serif;
      background:
        linear-gradient(90deg, rgba(0, 27, 11, 0.96) 0%, rgba(0, 27, 11, 0.78) 44%, rgba(0, 27, 11, 0.24) 100%),
        linear-gradient(180deg, rgba(0, 27, 11, 0.1) 0%, rgba(0, 27, 11, 0.82) 100%),
        url("../../assets/images/field-hero.png") center / cover no-repeat;
      overflow-x: hidden;
    }

    body::before {
      position: fixed;
      inset: 0;
      z-index: -2;
      pointer-events: none;
      content: "";
      background:
        linear-gradient(120deg, rgba(247, 181, 0, 0.08), transparent 28%),
        repeating-linear-gradient(90deg, rgba(248, 248, 241, 0.035) 0 1px, transparent 1px 94px);
      mix-blend-mode: screen;
    }

    body::after {
      position: fixed;
      right: -6vw;
      bottom: 22px;
      z-index: -1;
      width: min(720px, 58vw);
      height: min(430px, 42vw);
      pointer-events: none;
      content: "";
      background:
        linear-gradient(90deg, rgba(0, 27, 11, 0.52), rgba(0, 27, 11, 0.06)),
        url("../../assets/images/plant-accent.png") center / cover no-repeat;
      border-radius: 8px;
      opacity: 0.54;
      filter: saturate(1.08) contrast(1.04);
      mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 82%, transparent 100%);
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    .page {
      display: flex;
      min-height: 100vh;
      flex-direction: column;
    }

    .hero {
      display: grid;
      width: min(1180px, calc(100% - 40px));
      min-height: calc(100vh - 76px);
      margin: 0 auto;
      padding: clamp(28px, 5vh, 58px) 0;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
      gap: clamp(34px, 5vw, 68px);
      align-items: center;
    }

    .content {
      max-width: 700px;
      text-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
    }

    .logo-badge {
      display: inline-flex;
      width: min(390px, 74vw);
      align-items: center;
      justify-content: center;
      margin-bottom: clamp(26px, 4vh, 38px);
      padding: 8px;
      border: 5px solid var(--jcb-yellow);
      border-radius: 14px;
      background:
        linear-gradient(145deg, rgba(248, 248, 241, 0.97), rgba(228, 238, 215, 0.94));
      box-shadow:
        0 0 0 2px rgba(0, 27, 11, 0.9),
        0 18px 40px rgba(0, 0, 0, 0.32),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    }

    .logo {
      display: block;
      width: 100%;
      max-width: 358px;
      height: auto;
      border-radius: 8px;
      filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.22));
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 18px;
      color: var(--jcb-yellow-light);
      font-size: 0.9rem;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      display: inline-block;
      width: 44px;
      height: 4px;
      content: "";
      background: var(--jcb-yellow);
      border-radius: 999px;
    }

    h1 {
      max-width: 690px;
      margin: 0;
      font-size: clamp(2.7rem, 6.4vw, 5.45rem);
      line-height: 0.94;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .summary {
      max-width: 620px;
      margin: 26px 0 0;
      color: rgba(248, 248, 241, 0.9);
      font-size: clamp(1.04rem, 1.8vw, 1.28rem);
      font-weight: 700;
      line-height: 1.48;
    }

    .trust-points {
      display: grid;
      max-width: 640px;
      margin: 30px 0 0;
      padding: 0;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      list-style: none;
    }

    .trust-points li {
      min-height: 84px;
      padding: 15px 14px;
      border: 1px solid rgba(247, 181, 0, 0.35);
      border-radius: 8px;
      background:
        linear-gradient(180deg, rgba(8, 42, 18, 0.82), rgba(0, 27, 11, 0.68));
      box-shadow:
        0 14px 26px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    .trust-points strong {
      display: block;
      color: var(--jcb-yellow-light);
      font-size: 1.18rem;
      line-height: 1;
      text-transform: uppercase;
    }

    .trust-points span {
      display: block;
      margin-top: 6px;
      color: rgba(248, 248, 241, 0.84);
      font-size: 0.74rem;
      font-weight: 900;
      line-height: 1.18;
      text-transform: uppercase;
    }

    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 34px;
    }

    .action {
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      gap: 10px;
      padding: 12px 16px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: rgba(0, 27, 11, 0.74);
      color: var(--white);
      font-size: 0.94rem;
      font-weight: 900;
      text-transform: uppercase;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
      transition: transform 160ms ease, background 160ms ease;
    }

    .action:hover {
      background: rgba(12, 66, 28, 0.9);
      transform: translateY(-2px);
    }

    .action.primary,
    .action.whatsapp {
      border-color: rgba(247, 181, 0, 0.84);
      background: var(--jcb-yellow);
      color: #120900;
    }

    .action.primary:hover,
    .action.whatsapp:hover,
    .send:hover {
      background: var(--jcb-yellow-light);
    }

    .action.facebook {
      border-color: rgba(40, 140, 219, 0.72);
        background-color: #1877F2;
    }

    .icon {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      fill: currentColor;
    }

    .services {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 34px;
      padding: 0;
      list-style: none;
    }

    .services li {
      padding: 8px 10px;
      border: 1px solid rgba(248, 248, 241, 0.16);
      border-radius: 999px;
      background: rgba(0, 27, 11, 0.54);
      color: rgba(248, 248, 241, 0.86);
      font-size: 0.78rem;
      font-weight: 900;
      text-transform: uppercase;
    }

    .form-panel {
      padding: clamp(22px, 3vw, 28px);
      border: 1px solid rgba(248, 248, 241, 0.2);
      border-radius: 8px;
      background:
        linear-gradient(180deg, rgba(0, 27, 11, 0.9), rgba(0, 27, 11, 0.82)),
        linear-gradient(135deg, rgba(247, 181, 0, 0.14), transparent 42%);
      box-shadow: 0 24px 56px rgba(0, 0, 0, 0.36);
      backdrop-filter: blur(14px);
    }

    .form-panel h2 {
      margin: 0 0 10px;
      color: var(--white);
      font-size: 1.45rem;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .form-panel p {
      margin: 0 0 22px;
      color: var(--muted);
      font-size: 0.95rem;
      font-weight: 700;
      line-height: 1.45;
    }

    .field {
      display: grid;
      gap: 7px;
      margin-bottom: 15px;
    }

    label {
      color: rgba(248, 248, 241, 0.78);
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    input,
    select,
    textarea {
      width: 100%;
      min-height: 44px;
      padding: 12px 13px;
      border: 1px solid rgba(248, 248, 241, 0.2);
      border-radius: 6px;
      outline: none;
      background: rgba(248, 248, 241, 0.96);
      color: #081209;
    }

    textarea {
      min-height: 104px;
      resize: vertical;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--jcb-yellow);
      box-shadow: 0 0 0 3px rgba(247, 181, 0, 0.22);
    }

    .send {
      display: inline-flex;
      width: 100%;
      min-height: 52px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 8px;
      border: 0;
      border-radius: 8px;
      background: var(--jcb-yellow);
      color: #151000;
      cursor: pointer;
      font-weight: 900;
      text-transform: uppercase;
      transition: background 160ms ease, transform 160ms ease;
    }

    .send:hover {
      transform: translateY(-1px);
    }

    .note {
      margin-top: 12px;
      color: rgba(248, 248, 241, 0.62);
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1.35;
    }

    .footer {
      padding: 20px 20px 24px;
      color: rgba(248, 248, 241, 0.72);
      font-size: 0.82rem;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
      background: black ;
    }

    @media (max-width: 900px) {
      body {
        background:
          linear-gradient(180deg, rgba(0, 27, 11, 0.91) 0%, rgba(0, 27, 11, 0.76) 50%, rgba(0, 27, 11, 0.94) 100%),
          url("../../assets/images/field-hero.png") center / cover no-repeat;
      }

      body::after {
        width: 92vw;
        height: 48vw;
        right: -26vw;
        bottom: 280px;
        opacity: 0.28;
      }

      .hero {
        width: min(100% - 28px, 620px);
        min-height: auto;
        padding: 28px 0 38px;
        grid-template-columns: 1fr;
        gap: 34px;
      }

      .content {
        max-width: 100%;
      }

      .logo-badge {
        width: min(340px, 80vw);
        margin-bottom: 28px;
      }

      .logo {
        max-width: 312px;
      }

      .trust-points {
        margin-top: 26px;
      }

      .actions,
      .services {
        margin-top: 30px;
      }
    }

    @media (max-width: 520px) {
      .hero {
        width: min(100% - 24px, 620px);
        padding-top: 22px;
      }

      h1 {
        font-size: clamp(2.1rem, 13vw, 3.35rem);
      }

      .action {
        width: 100%;
        justify-content: center;
      }

      .logo-badge {
        width: min(292px, 82vw);
        margin-bottom: 24px;
        padding: 7px;
        border-width: 4px;
        border-radius: 12px;
      }

      .logo {
        max-width: 270px;
      }

      .trust-points {
        grid-template-columns: 1fr;
        gap: 9px;
      }

      .form-panel {
        padding: 18px;
      }
    }
