/* =========================================================
   GARUDAVEGA — BECOME A PARTNER / FRANCHISE PAGE
   Extends home-style.css design tokens:
   navy #114172 / #0b2c5d | dark navy #001f3e | orange #f36e26
   Do NOT duplicate rules that already exist in home-style.css
   (.form-control, .price-btn, .icon-box, .gv-call-modal, etc.)
   ========================================================= */

:root{
  --gv-navy:#114172;
  --gv-navy-dark:#0b2c5d;
  --gv-ink:#001f3e;
  --gv-orange:#f36e26;
  --gv-orange-2:#ff8b0f;
  --gv-bg-soft:#eef1f9;
  --gv-bg-card:#fdeef0;
  --gv-text-muted:#6c757d;
  --gv-radius:16px;
}

.gv-section{ padding:70px 0; }
.gv-eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:600;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:var(--gv-orange);
  margin-bottom:10px;
}
.gv-heading-rule{
  width:44px;
  height:3px;
  background:var(--gv-orange);
  border-radius:3px;
  margin:12px auto 18px;
}
.gv-heading-rule.left{ margin:12px 0 18px; }

/* =========================================================
   HERO
   ========================================================= */
.gv-hero{
  position:relative;
  background:linear-gradient(120deg,var(--gv-ink) 0%,var(--gv-navy) 100%);
  padding:70px 0 90px;
  overflow:hidden;
  color:#fff;
}
.gv-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle at 85% 15%, rgba(243,110,38,0.18), transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(255,255,255,0.06), transparent 40%);
  pointer-events:none;
}
.gv-hero-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:20px;
}
.gv-hero-badges span{
  font-size:11px;
  font-weight:600;
  letter-spacing:.8px;
  text-transform:uppercase;
  padding:6px 14px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,0.25);
  color:#cdd8ea;
  background:rgba(255,255,255,0.04);
}
.gv-hero h1{
  font-size:44px;
  font-weight:600;
  line-height:1.18;
  margin-bottom:18px;
  letter-spacing:.3px;
}
.gv-hero h1 span{ color:var(--gv-orange); display:block; }
.gv-hero p.lead{
  color:#c3cee3;
  font-size:16px;
  max-width:480px;
  margin-bottom:30px;
  font-weight:300;
}
.gv-hero .btn-become{
  background:var(--gv-orange);
  border:1px solid var(--gv-orange);
  color:#fff;
  font-weight:500;
  font-size:14px;
  padding:13px 26px;
  border-radius:6px;
  text-transform:uppercase;
  letter-spacing:.5px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  transition:.3s ease;
  text-decoration:none;
}
.gv-hero .btn-become:hover{ background:#d95f1c; border-color:#d95f1c; color:#fff; }
.gv-hero .btn-brochure{
  background:transparent;
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  font-weight:500;
  font-size:14px;
  padding:13px 26px;
  border-radius:6px;
  text-transform:uppercase;
  letter-spacing:.5px;
  text-decoration:none;
  transition:.3s ease;
}
.gv-hero .btn-brochure:hover{ background:rgba(255,255,255,.1); color:#fff; }

.gv-hero-media{ position:relative; }
.gv-hero-frame{
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  padding:10px;
  background:rgba(255,255,255,.03);
}
.gv-hero-frame .gv-photo-placeholder{
  border-radius:8px;
  aspect-ratio:16/10.5;
}
.gv-hero-stat{
  position:absolute;
  left:-20px;
  bottom:-28px;
  background:#fff;
  color:var(--gv-ink);
  border-radius:12px;
  padding:18px 24px;
  box-shadow:0 20px 45px rgba(0,0,0,.25);
  min-width:190px;
}
.gv-hero-stat .num{
  color:var(--gv-orange);
  font-size:26px;
  font-weight:700;
  line-height:1;
  margin-bottom:4px;
}
.gv-hero-stat .lbl{
  font-size:12px;
  color:#5b6b82;
  font-weight:500;
  line-height:1.3;
}

/* generic photo placeholder used wherever a real photo will later be dropped in */
.gv-photo-placeholder{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:linear-gradient(135deg,#e7ecf5,#dbe2f0);
  color:#8592a8;
  font-size:12px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.6px;
  text-align:center;
  min-height:150px;
}
.gv-photo-placeholder i{ font-size:26px; color:#a6b1c6; }
.gv-hero-frame .gv-photo-placeholder{
  background:linear-gradient(135deg,#1c3f68,#0f2c50);
  color:#9fb2ce;
}
.gv-hero-frame .gv-photo-placeholder i{ color:#5f83b3; }

/* =========================================================
   WHY PARTNER — benefit cards
   ========================================================= */
.gv-benefits{ background:#fff; }
.gv-benefit-card{
  border-radius:10px;
  padding:34px 26px;
  height:100%;
  border-top:3px solid var(--gv-orange);
  transition:transform .3s ease, box-shadow .3s ease;
}
.gv-benefit-card:hover{ transform:translateY(-6px); box-shadow:0 16px 34px rgba(11,44,93,.1); }
.gv-benefit-card.light{ background:var(--gv-bg-card); }
.gv-benefit-card.dark{ background:var(--gv-navy-dark); color:#fff; }
.gv-benefit-card .gv-b-icon{
  width:50px;
  height:50px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
  font-size:20px;
}
.gv-benefit-card.light .gv-b-icon{ background:#fff; color:var(--gv-orange); }
.gv-benefit-card.dark .gv-b-icon{ background:rgba(255,255,255,.1); color:#fff; }
.gv-benefit-card h4{ font-size:19px; font-weight:600; margin-bottom:10px; }
.gv-benefit-card.light h4{ color:var(--gv-navy-dark); }
.gv-benefit-card p{ font-size:14.5px; line-height:1.65; margin:0; }
.gv-benefit-card.light p{ color:var(--gv-text-muted); }
.gv-benefit-card.dark p{ color:#c3cee3; }

/* =========================================================
   QUOTE / PULL-QUOTE BAND
   ========================================================= */
.gv-quote-band{
  background:linear-gradient(180deg,#eef1f9,#e7ecfb);
  text-align:center;
  padding:80px 0;
  position:relative;
}
.gv-quote-mark{
  font-family:Georgia, serif;
  font-size:80px;
  color:#c9cfe6;
  line-height:1;
  margin-bottom:10px;
}
.gv-quote-band blockquote{
  font-size:28px;
  font-weight:600;
  color:var(--gv-navy-dark);
  max-width:820px;
  margin:0 auto 26px;
  line-height:1.4;
}
.gv-quote-band .gv-quote-stat{
  color:var(--gv-orange);
  font-size:26px;
  font-weight:700;
}
.gv-quote-band .gv-quote-caption{
  font-size:11px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#5b6b82;
  font-weight:600;
  margin-top:4px;
}

/* =========================================================
   CORE REQUIREMENTS (full-width dark band)
   ========================================================= */
.gv-req-band{
  background:var(--gv-ink);
  color:#fff;
  padding:70px 0;
}
.gv-band-title{
  font-size:22px;
  font-weight:600;
  color:#fff;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:30px;
}
.gv-band-title i{ color:var(--gv-orange); font-size:19px; }

/* .gv-req-block / .gv-req-label / .gv-req-value / .gv-req-note / .gv-req-row
   are shared with the documentation panel below; base rules live here since
   this is the primary (dark-background) context they were designed for. */
.gv-req-block{ margin-bottom:30px; }
.gv-req-label{
  font-size:11px;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:var(--gv-orange);
  font-weight:600;
  margin-bottom:10px;
}
.gv-req-value{
  font-size:34px;
  font-weight:700;
  line-height:1.15;
  margin-bottom:6px;
}
.gv-req-value small{ font-size:14px; color:#9fb2ce; font-weight:400; }
.gv-req-note{ font-size:13px; color:#93a5c1; line-height:1.55; }
.gv-req-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:12px;
  margin-bottom:10px;
}
.gv-req-row span:first-child{ font-size:15px; font-weight:600; color:#fff; }
.gv-req-link{
  color:var(--gv-orange);
  font-weight:600;
  font-size:13.5px;
  text-decoration:none;
}
.gv-req-link:hover{ text-decoration:underline; }

.gv-doc-panel{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  padding:32px;
  height:100%;
}
.gv-doc-list{ list-style:none; padding:0; margin:18px 0 26px; }
.gv-doc-list li{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.gv-doc-list li:last-child{ border-bottom:none; padding-bottom:0; }
.gv-doc-list li i{
  color:var(--gv-orange);
  font-size:17px;
  margin-top:3px;
  flex-shrink:0;
}
.gv-doc-list li strong{
  display:block;
  font-size:14.5px;
  font-weight:600;
  color:#fff;
}
.gv-doc-list li span{
  display:block;
  font-size:12.5px;
  color:#93a5c1;
  margin-top:2px;
  line-height:1.5;
}
.gv-doc-panel .price-btn{
  width:100%;
  justify-content:center;
  display:flex;
  border-radius:6px;
}

/* =========================================================
   AVAILABLE FRANCHISES (per-state city grid)
   ========================================================= */
.gv-franchise-section{ 
  background: linear-gradient(180deg, #eef1f9, #e7ecfb);
   }
.gv-fr-heading{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:35px;
}
.gv-fr-heading h2{
  font-size:32px;
  font-weight:600;
  color:var(--gv-navy-dark);
  margin-bottom:8px;
}
.gv-fr-heading p{ color:var(--gv-text-muted); margin:0; max-width:520px; }

.gv-spots-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:var(--gv-bg-card);
  color:var(--gv-orange);
  border:1px solid rgba(243,110,38,.25);
  font-weight:700;
  font-size:12.5px;
  letter-spacing:.4px;
  text-transform:uppercase;
  padding:9px 16px;
  border-radius:30px;
  white-space:nowrap;
}
.gv-spots-badge i{ font-size:8px; }

.gv-fr-state-card{
  background:#fff;
  border:1px solid #e6e9f2;
  border-radius:14px;
  padding:32px;
  margin-bottom:22px;
}
.gv-fr-state-head{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:24px;
}
.gv-fr-state-head h3{
  font-size:28px;
  font-weight:700;
  color:var(--gv-navy-dark);
  margin-bottom:4px;
}
.gv-fr-state-head p{ color:var(--gv-text-muted); margin:0; font-size:13.5px; }
.gv-fr-region-count{
  font-size:12px;
  font-weight:600;
  color:var(--gv-navy);
  background:#eef1f9;
  padding:5px 12px;
  border-radius:20px;
  white-space:nowrap;
}

.gv-fr-city-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}
@media (max-width:768px){
  .gv-fr-city-grid{ grid-template-columns:repeat(2, 1fr); }
}

.gv-city-tile{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  padding:12px 14px;
  border-radius:8px;
  font-size:13px;
  font-weight:600;
  border:1px solid rgba(243,110,38,.3);
  color:var(--gv-navy-dark);
}
.gv-city-tile i{ color:var(--gv-orange); margin-right:6px; }
.gv-city-tile .gv-city-status{
  font-size:10px;
  font-weight:700;
  letter-spacing:.4px;
  background:var(--gv-bg-card);
  color:var(--gv-orange);
  padding:3px 8px;
  border-radius:10px;
}
.gv-city-tile--occupied{
  border-color:#e3e6ea;
  color:#adb5bd;
  background:#f8f9fb;
}
.gv-city-tile--occupied i{ color:#ced4da; }
.gv-city-tile--occupied .gv-city-status{
  background:#eef0f2;
  color:#adb5bd;
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.gv-final-cta{
  background:linear-gradient(180deg,#eef1f9,#e7ecfb);
  text-align:center;
  padding:75px 0 55px;
}
.gv-final-cta h2{ font-size:32px; font-weight:600; color:var(--gv-navy-dark); margin-bottom:12px; }
.gv-final-cta p{ color:var(--gv-text-muted); max-width:520px; margin:0 auto 30px; }
.gv-final-cta .btn-apply{
  background:var(--gv-orange);
  border:1px solid var(--gv-orange);
  color:#fff;
  font-weight:500;
  font-size:14px;
  padding:13px 30px;
  border-radius:6px;
  text-transform:uppercase;
  letter-spacing:.5px;
  text-decoration:none;
  transition:.3s ease;
}
.gv-final-cta .btn-apply:hover{ background:#d95f1c; border-color:#d95f1c; color:#fff; }
.gv-final-cta .btn-callback{
  background:transparent;
  border:1px solid var(--gv-navy);
  color:var(--gv-navy);
  font-weight:500;
  font-size:14px;
  padding:13px 30px;
  border-radius:6px;
  text-transform:uppercase;
  letter-spacing:.5px;
  transition:.3s ease;
}
.gv-final-cta .btn-callback:hover{ background:var(--gv-navy); color:#fff; }
.gv-final-features{
  display:flex;
  justify-content:center;
  gap:34px;
  margin-top:40px;
  flex-wrap:wrap;
}
.gv-final-features span{
  font-size:12.5px;
  color:#5b6b82;
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:500;
}
.gv-final-features i{ color:var(--gv-orange); }

/* =========================================================
   APPLICATION FORM
   ========================================================= */
.gv-apply-section{ background:#f7f8fc; }
.gv-apply-box{
  background:#fff;
  border-radius:var(--gv-radius);
  border:1px solid #e3e7ef;
  padding:46px 46px 40px;
}
.gv-apply-box label{
  font-size:13.5px;
  font-weight:500;
  color:#2b4260;
  margin-bottom:6px;
  display:block;
}
.gv-apply-box label .req{ color:var(--gv-orange); }
.gv-apply-box .form-check{ padding-left:1.9em; }
.gv-apply-box .form-check-input{
  border-radius:4px;
  border:1px solid #c9d0df;
}
.gv-apply-box .form-check-input:checked{
  background-color:var(--gv-navy);
  border-color:var(--gv-navy);
}
.gv-apply-box .form-check-label{ font-size:13.5px; color:#3d4759; }
.gv-apply-note{
  font-size:12px;
  color:#94a3b8;
  margin-top:10px;
}
.gv-form-success{
  display:none;
  align-items:center;
  gap:12px;
  background:#eafaf0;
  border:1px solid #b9edcb;
  color:#1c7a3f;
  border-radius:10px;
  padding:16px 20px;
  font-size:14px;
  margin-bottom:24px;
}
.gv-form-success.show{ display:flex; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991px){
  .gv-hero{ text-align:center; padding-bottom:110px; }
  .gv-hero p.lead{ margin-inline:auto; }
  .gv-hero-badges{ justify-content:center; }
  .gv-hero h1{ font-size:34px; }
  .gv-hero-stat{ left:50%; transform:translateX(-50%); bottom:-30px; }
  .gv-hero-media{ margin-top:50px; }
  .gv-doc-panel{ margin-top:10px; }
  .gv-fr-state-card{ padding:24px; }
  .gv-apply-box{ padding:30px 22px; }
  .gv-quote-band blockquote{ font-size:22px; }
}
@media (max-width: 575px){
  .gv-final-cta .btn-apply, .gv-final-cta .btn-callback{ width:100%; margin-bottom:10px; }
}


@media (max-width: 576px) {
  .gv-fr-city-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .radio-group { 
    flex-wrap: wrap;
    gap: 0;
}
.gv-section, .gv-final-cta {
    padding: 30px 0;
}
.gv-final-features
{
  gap: 15px;
    margin-top: 20px;
}
}

.gv-call-modal .modal-header {
  border-bottom: none;
  background: #203b8c !important;
  border-radius: 8px 8px 0 0;
  margin-bottom: 10px;
}
.gv-call-modal .modal-header * {
  color: #fff;
}
.gv-call-modal .modal-header button.btn-close {
  filter: invert(1);
}

.gv-call-modal .form-label {
  margin-bottom: .5rem;
  font-weight: 600;
  color: #203b8c;
}
.gv-call-modal .form-label .req {
  color: red;
}

.gv-call-modal .radio-group {
  gap: 0px;
}
.gv-call-modal .radio-group label {
font-size: 14px;
}
.gv-call-modal .modal-dialog {
  max-width: 600px;
}
#callbackForm {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
}
#callbackForm > div {
  width: 100%;
  max-width: 260px;
}
#callbackForm > div:last-child {
  width: 100%;
  max-width: 100%;
}