 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --forest:       #2D4A2D;
      --forest-mid:   #3E6B3E;
      --forest-light: #5A8F5A;
      --forest-pale:  #C5D9C0;
      --beige:        #F5F0E8;
      --beige-warm:   #EDE5D5;
      --beige-deep:   #D4C4A8;
      --accent:       #8B6914;
      --accent-light: #C9A84C;
      --cream:        #FAF7F2;
      --text-dark:    #1A2A1A;
      --text-mid:     #3D5C3D;
      --text-muted:   #7A8C7A;
      --white:        #FFFFFF;
      --error:        #C0392B;
      --error-bg:     #FDF0EE;
      --error-border: #E8A89E;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      font-weight: 300;
      background: var(--cream);
      color: var(--text-dark);
      overflow-x: hidden;
    }

    
    /* ════════════════════════════
       SHARED UTILITIES
    ════════════════════════════ */
    .container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

    .section-eyebrow {
      font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em;
      text-transform: uppercase; color: var(--forest-mid);
      display: flex; align-items: center; gap: 0.75rem;
      margin-bottom: 1rem;
    }
    
    .section-eyebrow.light { color: var(--forest-pale); }
    .section-eyebrow.light::before { background: var(--forest-pale); }
    .section-eyebrow.centered { justify-content: center; }

    .btn-primary {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: var(--forest); color: var(--cream);
      padding: 0.9rem 2rem; border-radius: 3rem; font-size: 0.95rem;
      font-family: 'DM Sans', sans-serif; font-weight: 500;
      text-decoration: none; transition: all 0.25s;
      cursor: pointer; border: none;
    }
    .btn-primary:hover { background: var(--forest-mid); transform: translateY(-1px); }

    .btn-outline {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: transparent; color: var(--forest);
      padding: 0.9rem 2rem; border-radius: 3rem; font-size: 0.95rem;
      font-family: 'DM Sans', sans-serif; font-weight: 500;
      text-decoration: none; transition: all 0.25s;
      border: 1.5px solid var(--forest);
    }
    .btn-outline:hover { background: var(--forest-pale); }

    .btn-white {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: var(--white); color: var(--forest);
      padding: 0.9rem 2rem; border-radius: 3rem; font-size: 0.95rem;
      font-family: 'DM Sans', sans-serif; font-weight: 500;
      text-decoration: none; transition: all 0.25s; border: none; cursor: pointer;
    }
    .btn-white:hover { background: var(--forest-pale); transform: translateY(-1px); }

    .btn-outline-white {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: transparent; color: var(--white);
      padding: 0.9rem 2rem; border-radius: 3rem; font-size: 0.95rem;
      font-family: 'DM Sans', sans-serif; font-weight: 500;
      text-decoration: none; transition: all 0.25s;
      border: 1.5px solid rgba(255,255,255,0.5);
    }
    .btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }

    /* ════════════════════════════
       HERO — bg-forest
    ════════════════════════════ */
    .contact-hero {
      background: var(--forest);
      padding: 10rem 2rem 7rem;
      position: relative;
      overflow: hidden;
    }
    .contact-hero::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 55% 65% at 80% 45%, rgba(90,143,90,0.2) 0%, transparent 65%);
      pointer-events: none;
    }
    .contact-hero::after {
      content: '';
      position: absolute; bottom: -2px; left: 0; right: 0;
      height: 72px;
      background: var(--beige);
      clip-path: ellipse(55% 100% at 50% 100%);
      pointer-events: none;
    }
    .contact-hero-inner {
      max-width: 1200px; margin: 0 auto;
      position: relative; z-index: 2;
    }
    .contact-hero-eyebrow {
      font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em;
      text-transform: uppercase; color: var(--forest-pale);
      display: flex; align-items: center; gap: 0.75rem;
      margin-bottom: 1.75rem;
    }
    
    .contact-hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.8rem, 5vw, 4.4rem);
      font-weight: 600; line-height: 1.1;
      color: var(--white); max-width: 680px;
      margin-bottom: 1.5rem;
    }
    .contact-hero h1 em { color: var(--accent-light); font-style: italic; }
    .contact-hero-sub {
      font-size: 1.05rem; line-height: 1.8;
      color: var(--forest-pale); font-weight: 300;
      max-width: 540px; margin-bottom: 3rem;
    }
    .contact-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

    /* Response time strip */
    .contact-hero-meta {
      display: flex; align-items: center; gap: 2rem;
      margin-top: 3rem; padding-top: 2.5rem;
      border-top: 1px solid rgba(255,255,255,0.1);
      flex-wrap: wrap;
    }
    .contact-meta-item {
      display: flex; align-items: center; gap: 0.6rem;
      font-size: 0.82rem; color: var(--forest-pale);
    }
    .contact-meta-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--accent-light); flex-shrink: 0;
    }

    /* ════════════════════════════
       CONTACT METHODS SECTION
       bg-beige, 5 channel cards + 3 trust badges
    ════════════════════════════ */
    .contact-methods-section {
      background: var(--beige);
      padding: 6rem 2rem 5rem;
    }
    .contact-methods-header {
      text-align: center; margin-bottom: 3.5rem;
    }
    .contact-methods-header h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 3rem);
      color: var(--text-dark); line-height: 1.2; margin-bottom: 0.85rem;
    }
    .contact-methods-header p {
      font-size: 1rem; color: var(--text-mid);
      line-height: 1.8; font-weight: 300;
      max-width: 520px; margin: 0 auto;
    }

    /* Five-card channel grid */
    .contact-channels-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1.25rem;
      margin-bottom: 3rem;
    }

    .channel-card {
      background: var(--white);
      border-radius: 1.5rem;
      padding: 1.75rem 1.5rem;
      display: flex; flex-direction: column;
      align-items: flex-start;
      gap: 0;
      box-shadow: 0 4px 24px rgba(45,74,45,0.06);
      text-decoration: none;
      color: inherit;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      border: 1px solid transparent;
    }
    .channel-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 52px rgba(45,74,45,0.12);
      border-color: var(--forest-pale);
    }

    .channel-icon-wrap {
      width: 52px; height: 52px; border-radius: 1rem;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; margin-bottom: 1.25rem; flex-shrink: 0;
    }
    .channel-icon-wrap.whatsapp  { background: #E8F5E9; }
    .channel-icon-wrap.email     { background: var(--beige-warm); }
    .channel-icon-wrap.instagram { background: #FDE8F5; }
    .channel-icon-wrap.tiktok    { background: #E8F0F5; }
    .channel-icon-wrap.linkedin  { background: #E8EDF5; }

    .channel-label {
      font-size: 0.68rem; font-weight: 500; letter-spacing: 0.12em;
      text-transform: uppercase; color: var(--text-muted);
      margin-bottom: 0.4rem;
    }
    .channel-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.05rem; color: var(--text-dark);
      margin-bottom: 0.5rem; line-height: 1.3;
    }
    .channel-handle {
      font-size: 0.82rem; color: var(--text-muted);
      font-weight: 400; margin-bottom: 1.1rem;
      word-break: break-all;
    }
    .channel-cta {
      display: inline-flex; align-items: center; gap: 0.4rem;
      font-size: 0.8rem; font-weight: 500; color: var(--forest);
      margin-top: auto;
      transition: gap 0.2s;
    }
    .channel-card:hover .channel-cta { gap: 0.7rem; }

    /* Three trust badges row */
    .trust-badges-row {
      display: flex; justify-content: center;
      gap: 1.5rem; flex-wrap: wrap;
    }
    .trust-badge {
      display: flex; align-items: center; gap: 0.75rem;
      background: var(--white);
      border-radius: 1rem;
      padding: 1rem 1.5rem;
      box-shadow: 0 2px 16px rgba(45,74,45,0.06);
      font-size: 0.85rem; color: var(--text-mid); font-weight: 400;
    }
    .trust-badge-icon {
      width: 36px; height: 36px; border-radius: 50%;
      background: var(--forest);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.9rem; flex-shrink: 0; color: var(--white);
    }
    .trust-badge-text strong {
      display: block; font-size: 0.88rem; font-weight: 500;
      color: var(--text-dark); margin-bottom: 0.1rem;
    }
    .trust-badge-text span { font-size: 0.78rem; color: var(--text-muted); }

    /* ════════════════════════════
       CONTACT FORM SECTION — white bg
    ════════════════════════════ */
    .contact-form-section {
      background: var(--white);
      padding: 6rem 2rem;
    }
    .contact-form-inner {
      max-width: 1200px; margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 5rem;
      align-items: start;
    }

    /* Left — context copy */
    .contact-form-context {}
    .contact-form-context h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      line-height: 1.2; color: var(--text-dark);
      margin-bottom: 1.25rem;
    }
    .contact-form-context p {
      font-size: 0.95rem; line-height: 1.85;
      color: var(--text-mid); font-weight: 300;
      margin-bottom: 1.25rem;
    }
    .contact-form-context p:last-of-type { margin-bottom: 0; }

    /* Direct contact mini-list */
    .direct-contact-list {
      margin-top: 2rem;
      display: flex; flex-direction: column; gap: 0.85rem;
    }
    .direct-contact-item {
      display: flex; align-items: center; gap: 0.85rem;
    }
    .dci-icon {
      width: 38px; height: 38px; border-radius: 0.75rem;
      background: var(--beige);
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem; flex-shrink: 0;
    }
    .dci-text { font-size: 0.85rem; color: var(--text-mid); line-height: 1.5; }
    .dci-text a {
      color: var(--forest); font-weight: 500; text-decoration: none;
    }
    .dci-text a:hover { text-decoration: underline; }

    /* ────────────────
       FORM CARD
    ──────────────── */
    .form-card {
      background: var(--cream);
      border-radius: 2rem;
      padding: 2.75rem;
      box-shadow: 0 20px 80px rgba(45,74,45,0.08);
      border: 1px solid var(--beige-deep);
    }

    .form-card-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem; color: var(--text-dark);
      margin-bottom: 0.4rem;
    }
    .form-card-sub {
      font-size: 0.84rem; color: var(--text-muted);
      line-height: 1.6; font-weight: 300;
      margin-bottom: 2rem;
      padding-bottom: 1.75rem;
      border-bottom: 1px solid var(--beige-deep);
    }

    .form-group { margin-bottom: 1.35rem; }
    .form-group:last-of-type { margin-bottom: 0; }

    .form-label {
      font-size: 0.78rem; font-weight: 500; letter-spacing: 0.07em;
      text-transform: uppercase; color: var(--text-muted);
      display: flex; align-items: center; gap: 0.4rem;
      margin-bottom: 0.5rem;
    }
    .form-label .required-star { color: var(--error); font-size: 0.85rem; }
    .form-label .optional-tag {
      font-size: 0.64rem; font-weight: 400; letter-spacing: 0.08em;
      color: var(--text-muted); background: var(--beige);
      padding: 0.15rem 0.5rem; border-radius: 1rem; text-transform: uppercase;
    }

    .form-input, .form-select, .form-textarea {
      width: 100%; padding: 0.75rem 1rem;
      border: 1px solid #E0D8CC; border-radius: 0.75rem;
      font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
      color: var(--text-dark); background: var(--white);
      transition: border-color 0.2s, box-shadow 0.2s;
      outline: none; line-height: 1.5;
    }
    .form-input:focus, .form-select:focus, .form-textarea:focus {
      border-color: var(--forest);
      box-shadow: 0 0 0 3px rgba(45,74,45,0.08);
    }
    .form-input.error, .form-select.error, .form-textarea.error {
      border-color: var(--error-border);
      background: var(--error-bg);
    }
    .form-textarea { resize: vertical; min-height: 120px; }

    .form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

    /* Inline field errors */
    .field-error {
      display: none;
      font-size: 0.75rem; color: var(--error);
      margin-top: 0.4rem; font-weight: 400;
      align-items: center; gap: 0.35rem;
    }
    .field-error.visible { display: flex; }
    .field-error::before { content: '⚠'; font-size: 0.7rem; }

    /* Top banner */
    .form-error-banner {
      display: none;
      background: var(--error-bg);
      border: 1px solid var(--error-border);
      border-radius: 0.85rem;
      padding: 1rem 1.25rem;
      margin-bottom: 1.5rem;
      font-size: 0.85rem; color: var(--error); line-height: 1.65;
    }
    .form-error-banner.visible { display: block; }
    .form-error-banner strong { font-weight: 500; }

    /* Submit button */
    .form-submit {
      width: 100%; padding: 1.05rem 2rem;
      background: var(--forest); color: var(--white);
      border: none; border-radius: 3rem;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.95rem; font-weight: 500;
      cursor: pointer; transition: background 0.2s, transform 0.2s;
      display: flex; align-items: center; justify-content: center; gap: 0.55rem;
      margin-top: 1.5rem;
    }
    .form-submit:hover { background: var(--forest-mid); transform: translateY(-1px); }
    .form-submit:disabled { background: var(--text-muted); cursor: not-allowed; transform: none; }

    /* Success state */
    .form-success {
      display: none;
      text-align: center;
      padding: 3.5rem 1.5rem;
    }
    .form-success.visible { display: block; }
    .success-icon {
      width: 64px; height: 64px; border-radius: 50%;
      background: var(--forest);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem; margin: 0 auto 1.5rem;
    }
    .success-heading {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem; color: var(--text-dark); margin-bottom: 0.85rem;
    }
    .success-body {
      font-size: 0.92rem; color: var(--text-mid);
      line-height: 1.8; max-width: 440px; margin: 0 auto 1.75rem;
      font-weight: 300;
    }
    .success-link {
      display: inline-flex; align-items: center; gap: 0.45rem;
      background: var(--forest); color: var(--white);
      padding: 0.8rem 1.65rem; border-radius: 3rem;
      font-size: 0.88rem; font-weight: 500; text-decoration: none;
      transition: background 0.2s;
    }
    .success-link:hover { background: var(--forest-mid); }

    /* ════════════════════════════
       FAQ TEASER — beige
    ════════════════════════════ */
    .faq-teaser {
      background: var(--beige);
      padding: 5rem 2rem;
    }
    .faq-teaser-inner {
      max-width: 720px; margin: 0 auto; text-align: center;
    }
    .faq-teaser h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.75rem, 3vw, 2.5rem);
      color: var(--text-dark); line-height: 1.2; margin-bottom: 1rem;
    }
    .faq-teaser p {
      font-size: 0.95rem; color: var(--text-mid);
      line-height: 1.8; font-weight: 300; margin-bottom: 2rem;
    }
    .faq-teaser-links {
      display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
    }

    /* ════════════════════════════
       FOOTER
    ════════════════════════════ */
    .footer { background: var(--forest); color: var(--forest-pale); }
    .footer-container {
      max-width: 1200px; margin: 0 auto;
      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 3rem; padding: 4rem 2rem 3rem;
    }
    .footer-logo {
      font-family: 'Playfair Display', serif;
      font-size: 1.35rem; color: var(--white); margin-bottom: 1rem;
    }
    .footer-tagline {
      font-size: 0.88rem; line-height: 1.7;
      color: var(--forest-pale); margin-bottom: 1.5rem;
    }
    .footer-social { display: flex; flex-direction: column; gap: 0.4rem; }
    .footer-social a {
      font-size: 0.82rem; color: var(--forest-pale);
      text-decoration: none; transition: color 0.2s;
    }
    .footer-social a:hover { color: var(--white); }
    .footer-col h4 {
      font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em;
      text-transform: uppercase; color: var(--white); margin-bottom: 1.25rem;
    }
    .footer-col a {
      display: block; font-size: 0.85rem; color: var(--forest-pale);
      text-decoration: none; margin-bottom: 0.6rem; transition: color 0.2s;
    }
    .footer-col a:hover { color: var(--white); }
    .footer-bottom {
      max-width: 1200px; margin: 0 auto; padding: 1.5rem 2rem;
      border-top: 1px solid rgba(255,255,255,0.1);
      display: flex; justify-content: space-between;
      align-items: center; flex-wrap: wrap; gap: 1rem;
    }
    .footer-bottom p { font-size: 0.78rem; color: var(--text-muted); }
    .footer-legal { display: flex; gap: 1.5rem; flex-wrap: wrap; }
    .footer-legal a {
      font-size: 0.78rem; color: var(--text-muted);
      text-decoration: none; transition: color 0.2s;
    }
    .footer-legal a:hover { color: var(--forest-pale); }

    /* ════════════════════════════
       RESPONSIVE
    ════════════════════════════ */
    @media (max-width: 1100px) {
      .contact-channels-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 1024px) {
   .contact-form-inner { grid-template-columns: 1fr; gap: 3rem; }
      .footer-container { grid-template-columns: 1fr 1fr; gap: 2rem; }
    }
    @media (max-width: 768px) {
      

      .contact-hero { padding: 8rem 1.5rem 5rem; }
      .contact-hero::after { display: none; }
      .contact-hero-actions { flex-direction: column; align-items: flex-start; }

      .contact-methods-section,
      .contact-form-section,
      .faq-teaser { padding: 4rem 1.5rem; }

      .contact-channels-grid { grid-template-columns: repeat(2, 1fr); }
      .trust-badges-row { flex-direction: column; align-items: stretch; }

      .form-card { padding: 2rem 1.5rem; }
      .form-row-2 { grid-template-columns: 1fr; }

      .footer-container { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.5rem 2rem; }
      .footer-bottom { flex-direction: column; text-align: center; }
    }
    @media (max-width: 480px) {
      .contact-channels-grid { grid-template-columns: 1fr; }
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .hero-animate > * { animation: fadeUp 0.7s ease both; }
    .hero-animate > *:nth-child(1) { animation-delay: 0.08s; }
    .hero-animate > *:nth-child(2) { animation-delay: 0.2s; }
    .hero-animate > *:nth-child(3) { animation-delay: 0.34s; }
    .hero-animate > *:nth-child(4) { animation-delay: 0.48s; }
    .hero-animate > *:nth-child(5) { animation-delay: 0.6s; }