:root{
  --dusty-blue:#829dbb;
  --deep-blue:#1f4e79;
  --black:#0b0b0c;
  --white:#ffffff;
  --border: rgba(0,0,0,0.10);
  --shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.wd-wrap{
  background: #fff;
  color: var(--black);
}

.wd-container{
  width: min(1100px, 92%);
  margin: 0 auto;
}

.wd-section{
  padding: 70px 0;
}

.wd-section-alt{
  background: rgba(130, 157, 187, 0.10);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.wd-lead{
  max-width: 720px;
  opacity: 0.9;
  margin-top: 10px;
  line-height: 1.6;
}

.wd-eyebrow{
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  opacity: 0.85;
  margin-bottom: 10px;
}

.wd-hero{
  background:
    radial-gradient(1200px 500px at 20% 10%, rgba(130,157,187,0.35), transparent 60%),
    radial-gradient(900px 450px at 90% 30%, rgba(31,78,121,0.18), transparent 55%),
    #fff;
  border-bottom: 1px solid var(--border);
}

.wd-hero-inner{
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

.wd-hero h1{
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.1;
  margin: 0;
}

.wd-subtitle{
  margin-top: 14px;
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.92;
  max-width: 650px;
}

.wd-hero-cta{
  display: flex;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.wd-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid var(--border);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  user-select: none;
}

.wd-btn:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.wd-btn-primary{
  background: var(--dusty-blue);
  color: #fff;
  border-color: rgba(130,157,187,0.75);
}

.wd-btn-primary:hover{
  background: #6f8fb3;
}

.wd-btn-outline{
  background: #fff;
  color: var(--black);
}

.wd-btn-full{
  width: 100%;
}

.wd-trust{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  opacity: 0.95;
}

.wd-trust-item{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(6px);
}

.wd-hero-card{
  display: grid;
  gap: 14px;
  justify-items: end;
}

.wd-mini-card{
  width: min(420px, 100%);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.wd-mini-top{
  padding: 12px 14px;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--border);
  background: rgba(130,157,187,0.08);
}

.wd-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,0,0,0.20);
}

.wd-mini-body{
  padding: 16px;
}

.wd-mini-line{
  height: 10px;
  border-radius: 999px;
  background: rgba(130,157,187,0.25);
  margin-bottom: 10px;
}

.wd-w-80{ width: 80%; }
.wd-w-70{ width: 70%; }
.wd-w-60{ width: 60%; }
.wd-w-50{ width: 50%; }

.wd-mini-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 14px 0;
}

.wd-mini-box{
  height: 60px;
  border-radius: 14px;
  background: rgba(31,78,121,0.10);
  border: 1px solid rgba(31,78,121,0.10);
}

.wd-hero-badge{
  width: min(420px, 100%);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(6px);
}

.wd-grid-3{
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.wd-card{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}

.wd-card h3{
  margin: 10px 0 8px;
}

.wd-card p{
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
}

.wd-card-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(130,157,187,0.18);
  display: grid;
  place-items: center;
  border: 1px solid rgba(130,157,187,0.30);
}

.wd-pricing{
  align-items: stretch;
}

.wd-price-card{
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}

.wd-featured{
  border: 1px solid rgba(130,157,187,0.75);
  box-shadow: 0 18px 42px rgba(130,157,187,0.25);
}

.wd-pill{
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(130,157,187,0.18);
  color: var(--black);
  border: 1px solid rgba(130,157,187,0.35);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.wd-price-top h3{
  margin: 0;
  font-size: 1.25rem;
}

.wd-price-note{
  margin: 6px 0 0;
  opacity: 0.85;
}

.wd-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.wd-list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
}

.wd-list i{
  margin-top: 3px;
  color: var(--deep-blue);
}

.wd-small-note{
  margin-top: 18px;
  opacity: 0.85;
}

.wd-steps{
  margin-top: 26px;
  display: grid;
  gap: 12px;
}

.wd-step{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}

.wd-step-num{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: rgba(130,157,187,0.20);
  border: 1px solid rgba(130,157,187,0.35);
}

.wd-faq{
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.wd-faq-item{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 14px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}

.wd-faq-item summary{
  cursor: pointer;
  font-weight: 700;
}

.wd-faq-item p{
  margin: 10px 0 0;
  line-height: 1.6;
  opacity: 0.9;
}

.wd-cta{
  margin-top: 22px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(130,157,187,0.40);
  background: rgba(130,157,187,0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.wd-cta h3{
  margin: 0 0 6px;
}

.wd-cta p{
  margin: 0;
  opacity: 0.9;
  line-height: 1.6;
}

@media (max-width: 920px){
  .wd-hero-inner{
    grid-template-columns: 1fr;
  }
  .wd-hero-card{
    justify-items: start;
  }
  .wd-grid-3{
    grid-template-columns: 1fr;
  }
  .wd-cta{
    flex-direction: column;
    align-items: flex-start;
  }
}





/* ===== Quote Form Fix (strong overrides to prevent global styles from squishing) ===== */

.wd-wrap,
.wd-wrap * {
  box-sizing: border-box;
}

.wd-card h2 { margin-bottom: 6px; }
.wd-card .wd-lead { margin-top: 0; }

.wd-form {
  width: 100%;
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

/* Make each field stack nicely */
.wd-form .wd-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px;
  width: 100%;
  min-width: 0;
}

/* Force labels above inputs */
.wd-form .wd-field label {
  display: block !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.2;
}

/* Force inputs/selects/textarea to be full width */
.wd-form .wd-field input,
.wd-form .wd-field select,
.wd-form .wd-field textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  padding: 12px 12px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0,0,0,0.14) !important;

  background: #fff !important;
  color: #0b0b0c !important;

  font: inherit !important;
  line-height: 1.4;
}

/* Make selects not tiny */
.wd-form .wd-field select {
  appearance: auto;
  height: 44px;
}

/* Better textarea sizing */
.wd-form .wd-field textarea {
  resize: vertical;
  min-height: 160px !important;
}

/* Nicer focus */
.wd-form .wd-field input:focus,
.wd-form .wd-field select:focus,
.wd-form .wd-field textarea:focus {
  outline: none;
  border-color: rgba(130,157,187,0.9) !important;
  box-shadow: 0 0 0 4px rgba(130,157,187,0.20) !important;
}

/* Grid layout for pairs (2 columns on desktop) */
.wd-form .wd-form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
}

/* Make sure the card doesn't feel too wide */
.wd-form-grid {
  width: 100%;
  align-items: start;
}

/* Make the left form card feel “designed” */
.wd-form-grid .wd-card {
  padding: 22px;
}

/* Button spacing */
.wd-form .wd-btn-full {
  margin-top: 4px;
  height: 48px;
  border-radius: 14px;
}

/* ===== Make quote form look modern & not squished ===== */
.wd-form{
  width: 100% !important;
  display: grid !important;
  gap: 16px !important;
}

.wd-form-row{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}

.wd-field{
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

.wd-field label{
  display: block !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.wd-form input,
.wd-form select,
.wd-form textarea{
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  padding: 12px 14px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0,0,0,0.14) !important;

  background: #fff !important;
  color: #0b0b0c !important;

  font: inherit !important;
  line-height: 1.4 !important;
}

.wd-form select{
  height: 46px !important;
}

.wd-form textarea{
  min-height: 170px !important;
  resize: vertical !important;
}

.wd-form input:focus,
.wd-form select:focus,
.wd-form textarea:focus{
  outline: none !important;
  border-color: rgba(130,157,187,0.95) !important;
  box-shadow: 0 0 0 4px rgba(130,157,187,0.20) !important;
}

/* Mobile */
@media (max-width: 920px) {
  .wd-form .wd-form-row {
    grid-template-columns: 1fr !important;
  }
  .wd-form-grid{
    grid-template-columns: 1fr !important;
  }
}


/* =========================
   Quote page polish
   ========================= */

/* Stop the “everything is uppercase” look INSIDE this page */
.wd-wrap, .wd-wrap *{
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Keep only the eyebrow uppercase */
.wd-eyebrow{
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

/* Make quote layout grid */
.wd-form-grid{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
  margin-top: 18px;
}

.wd-side{
  display: grid;
  gap: 24px;
}

/* More breathing room between the cards */
.wd-card{
  padding: 26px;
}
.wd-side .wd-card + .wd-card{
  margin-top: 10px;
}

/* Hide honeypot field completely */
.wd-hp{
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Required star */
.wd-req{
  color: #d93025;
  font-weight: 800;
  margin-left: 4px;
}

/* Alerts */
.wd-alert{
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(0,0,0,0.12);
}
.wd-alert-success{
  background: rgba(46, 125, 50, 0.08);
  border-color: rgba(46, 125, 50, 0.25);
}
.wd-alert-error{
  background: rgba(217, 48, 37, 0.08);
  border-color: rgba(217, 48, 37, 0.25);
}

/* Form spacing */
.wd-form{
  display: grid;
  gap: 16px;
}

.wd-form-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wd-field{
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.wd-field label{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

/* Inputs */
.wd-form input,
.wd-form select,
.wd-form textarea{
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.14);
  background: #fff;
  color: #0b0b0c;
  font: inherit;
}

/* Dropdown arrow spacing */
.wd-form select{
  height: 46px;
  padding-right: 44px; /* gives arrow breathing room */
  appearance: auto;
}

.wd-form textarea{
  min-height: 180px;
  resize: vertical;
  line-height: 1.6;
}

.wd-form input:focus,
.wd-form select:focus,
.wd-form textarea:focus{
  outline: none;
  border-color: rgba(130,157,187,0.95);
  box-shadow: 0 0 0 4px rgba(130,157,187,0.20);
}

/* Helper text */
.wd-help{
  margin: -4px 0 0;
  font-size: 0.92rem;
  opacity: 0.85;
}

/* Checkbox grid */
.wd-check-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.wd-check{
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.3;
}

/* Mobile */
@media (max-width: 920px){
  .wd-form-grid{ grid-template-columns: 1fr; }
  .wd-form-row{ grid-template-columns: 1fr; }
  .wd-check-grid{ grid-template-columns: 1fr; }
}



/* =========================
   Quote page stacked layout fixes
   ========================= */

/* stop “everything is caps” on this page */
.wd-wrap, .wd-wrap *{
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* keep eyebrow uppercase only */
.wd-eyebrow{
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

/* stacked spacing between the three cards */
.wd-stack{
  display: grid;
  gap: 22px; /* this is the spacing you wanted */
}

.wd-stack-card{
  padding: 26px;
}

/* hide honeypot */
.wd-hp{
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* required star red */
.wd-req{
  color: #d93025;
  font-weight: 800;
  margin-left: 4px;
}

/* dropdown arrow padding */
.wd-form select{
  padding-right: 64px !important; /* more space on right */
}

/* nicer helper text */
.wd-help{
  margin: -4px 0 0;
  font-size: 0.92rem;
  opacity: 0.85;
}

/* checkbox grid */
.wd-check-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 920px){
  .wd-check-grid{
    grid-template-columns: 1fr;
  }
}

/* alerts (if not already working) */
.wd-alert{
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(0,0,0,0.12);
}
.wd-alert-success{
  background: rgba(46, 125, 50, 0.08);
  border-color: rgba(46, 125, 50, 0.25);
}
.wd-alert-error{
  background: rgba(217, 48, 37, 0.08);
  border-color: rgba(217, 48, 37, 0.25);
}

