/* ============================================
   PRIVAT FOODS — PROFESSIONAL B2B STYLESHEET
   Light & Clean Theme
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Outfit:wght@300;400;500;600;700&display=swap');
:root {
	--text-muted: #7A95AA;
	--sky: #4A90B8;
}


/* ── RESET ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background:  #F7F9FB;
  color: #3A5168;
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; padding: 0; margin: 0; }
.rounded-20{
  border-radius: 20px;
}

 /* ── Form styles ──────────────────── */
    .form-label {
      font-size: 0.80rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase;
      color: #3A5168; margin-bottom: 0.4rem;
    }
    .form-control, .form-select {
      font-family: 'Outfit', sans-serif;
      font-size: 0.88rem; color: #0D1C2E;
      background:  #FFFFFF;
      border: 1.5px solid #DDE6EE;
      border-radius: 8px; padding: 0.68rem 0.95rem;
      transition: border-color 0.22s ease, box-shadow 0.22s ease;
    }
    .form-control:focus, .form-select:focus {
      border-color: #4A90B8;
      box-shadow: 0 0 0 3px rgba(74,144,184,0.12);
      background: #fff; outline: none;
    }
    .form-control::placeholder { color: #7A95AA; font-weight: 300; }
    .form-control.is-invalid, .form-select.is-invalid { border-color: #dc3545; }
    .invalid-feedback { font-size: 0.71rem; color: #dc3545; }
    textarea.form-control { resize: vertical; min-height: 110px; }

    /* ── Business chips ─────────────── */
    .biz-chip-input { display: none; }
    .biz-chip-label {
      display: inline-flex; align-items: center; gap: 7px;
      background:  #FFFFFF;
      border: 1.5px solid #DDE6EE;
      border-radius: 7px; padding: 0.5rem 0.9rem;
      cursor: pointer; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); user-select: none;
    }
    .biz-chip-label:hover { border-color: #4A90B8; background: rgba(74,144,184,0.05); }
    .biz-chip-input:checked + .biz-chip-label {
      border-color: #4A90B8; background: rgba(74,144,184,0.1);
    }
    .chip-dot {
      width: 7px; height: 7px; border-radius: 50%;
      background: #C8D8E4; flex-shrink: 0; transition: background 0.2s;
    }
    .biz-chip-input:checked + .biz-chip-label .chip-dot { background: #4A90B8; }
    .chip-text { font-size: 0.8rem; font-weight: 500; color: #3A5168; transition: color 0.2s; }
    .biz-chip-input:checked + .biz-chip-label .chip-text { color: #1A3A5C; font-weight: 600; }
    .biz-chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
    .form-cat-label {
      font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em;
      text-transform: uppercase; color: #7A95AA;
      display: block; margin-bottom: 0.5rem;
    }

    /* ── Success ────────────────────── */
    .form-success {
      display: none; text-align: center;
      padding: 4rem 2rem;
    }
    .form-success.show { display: block; }
    .form-success-icon {
      width: 68px; height: 68px;
      background: rgba(34,117,90,0.1);
      border: 2px solid rgba(34,117,90,0.2);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 1.5rem;
    }
    .form-success-icon svg { width: 30px; height: 30px; color: #22755A; }
    .form-success-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem; font-weight: 700; color: #0D1C2E; margin-bottom: 0.6rem;
    }
    .form-success-text { font-size: 0.9rem; color: #3A5168; line-height: 1.8; max-width: 460px; margin: 0 auto; }

    /* ── Why partner cards ──────────── */
    .why-card {
      background:  #FFFFFF;
      border: 1px solid #DDE6EE;
      border-radius: 10px;
      padding: 1.75rem; height: 100%;
      transition: all 0.3s cubic-bezier(0.4,0,0.2,1); box-shadow:  0 2px 8px  rgba(26,58,92,0.06);
    }
    .why-card:hover { border-color: #4A90B8; box-shadow: 0 6px 20px rgba(26,58,92,0.08); transform: translateY(-3px); }
    .why-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem; font-weight: 700;
      color: #C8D8E4; line-height: 1; margin-bottom: 0.75rem;
    }
    .why-title { font-size: 0.92rem; font-weight: 600; color: #0D1C2E; margin-bottom: 0.35rem; }
    .why-text  { font-size: 0.82rem; color: #3A5168; line-height: 1.65; }

    /* ── Form card ──────────────────── */
    .form-card {
      background:  #FFFFFF;
      border: 1px solid #DDE6EE;
      border-radius: 24px;
      overflow: hidden;
      box-shadow:  0 12px 40px rgba(26,58,92,0.10);
    }
    .form-card-header {
      background: linear-gradient(120deg, #0D1C2E 0%, #1A3A5C 60%, #1E4976 100%);
      padding: 2.8rem 2.5rem 2.5rem;
      position: relative; overflow: hidden;
    }
    .form-card-header::before {
      content: '';
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
      background-size: 40px 40px; pointer-events: none;
    }
    .form-card-header-content { position: relative; z-index: 1; }
    .form-card-eyebrow {
      font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em;
      text-transform: uppercase; color: #6AAFD4;
      display: flex; align-items: center; gap: 8px; margin-bottom: 0.6rem;
    }
    .form-card-eyebrow::before { content:''; width:16px; height:1.5px; background:#6AAFD4; }
    .form-card-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.7rem; font-weight: 700; color: #fff;
      letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 0.5rem;
    }
    .form-card-sub { font-size: 0.82rem; color: rgba(255,255,255,0.55); font-weight: 300; }
    .form-card-body { padding: 2.5rem; background:  #F7F9FB; }
    .form-card-footer { padding: 1.25rem 2.5rem; background:  #EEF3F7; border-top: 1px solid #DDE6EE; }

    /* Cancel btn */
    .btn-cancel {
      display: inline-flex; align-items: center; gap: 6px;
      background: transparent; color: #7A95AA;
      border: 1.5px solid #DDE6EE;
      border-radius: 6px; padding: 0.68rem 1.25rem;
      font-family: 'Outfit', sans-serif;
      font-size: 0.75rem; font-weight: 500;
      letter-spacing: 0.06em; text-transform: uppercase;
      transition: all 0.3s cubic-bezier(0.4,0,0.2,1); cursor: pointer;
    }
    .btn-cancel:hover { color: #0D1C2E; border-color: #7A95AA; }

    /* Contact info strip */
    .contact-strip {
      background:  #FFFFFF;
      border: 1px solid #DDE6EE;
      border-radius: 16px;
      padding: 2rem;
      box-shadow: 0 2px 8px  rgba(26,58,92,0.06);
    }
    .contact-row {
      display: flex; align-items: flex-start;
      gap: 1rem; padding: 0.85rem 0;
      border-bottom: 1px solid #DDE6EE;
    }
    .contact-row:last-child { border-bottom: none; padding-bottom: 0; }
    .contact-icon {
      width: 36px; height: 36px; flex-shrink: 0;
      background: rgba(74,144,184,0.08);
      border: 1px solid rgba(74,144,184,0.18);
      border-radius: 7px;
      display: flex; align-items: center; justify-content: center;
    }
    .contact-icon svg { width: 16px; height: 16px; color: #4A90B8; }
    .contact-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #7A95AA; margin-bottom: 2px; }
    .contact-value { font-size: 0.88rem; font-weight: 500; color: #0D1C2E; }


    /* ── BUTTONS ─────────────────────────────── */
.btn-primary-pf {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #1A3A5C 0%, #2563A8 100%); color: #fff; border: none;
  border-radius: 6px; padding: 0.78rem 1.75rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1); cursor: pointer; white-space: nowrap;
}
.btn-primary-pf:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(26,58,92,0.3); }

.btn-outline-pf {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color:#4A90B8;
  border: 1.5px solid #2563A8;
  border-radius: 6px; padding: 0.76rem 1.72rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1); cursor: pointer; white-space: nowrap;
}
.btn-outline-pf:hover { background: #1A3A5C; color: #fff; border-color: #1A3A5C; transform: translateY(-2px); }

.btn-outline-pf.on-dark {
  color: rgba(255,255,255,0.85);
  border-color: rgba(255,255,255,0.3);
}
.btn-outline-pf.on-dark:hover { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.6); }

.btn-accent-pf {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #1A3A5C 0%, #2563A8 100%); color:#fff; border: none;
  border-radius: 6px; padding: 0.78rem 1.75rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1); cursor: pointer;
}
.btn-accent-pf:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(74,144,184,0.35); }

.btn-sky-pf {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(74,144,184,0.1); color: #4A90B8;
  border: 1.5px solid rgba(74,144,184,0.3);
  border-radius: 6px; padding: 0.76rem 1.72rem;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1); cursor: pointer;
}
.btn-sky-pf:hover { background: #4A90B8; color: #fff; border-color: #4A90B8; transform: translateY(-2px); }

.btn-ghost-brand {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1); color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 6px; padding: 0.78rem 1.75rem;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1); cursor: pointer;
}
.btn-ghost-brand:hover { background: rgba(255,255,255,0.18); color: #fff; }

.arr { width: 14px; height: 14px; transition: transform 0.2s ease; flex-shrink: 0; }
.btn-primary-pf:hover .arr,
.btn-outline-pf:hover .arr,
.btn-accent-pf:hover .arr { transform: translateX(3px); }