/* ============================================================
   Kome Care — Contact Page Redesign Stylesheet
   Prefix : .kcc-  (contact page components)
   Palette inherits from komecare-redesign.css :root vars
   ============================================================ */

/* ── Hero ─────────────────────────────────────────────────── */
.kcc-hero {
  position: relative;
  background: linear-gradient(135deg, #001C4C 0%, #0a2d6e 55%, #001836 100%);
  overflow: hidden;
  padding: 100px 0 80px;
}
.kcc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 80% 50%, rgba(255,155,113,.12) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(255,155,113,.08) 0%, transparent 60%);
  pointer-events: none;
}
.kcc-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
}
.kcc-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  color: rgba(255,255,255,.55);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.kcc-hero-breadcrumb a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s; }
.kcc-hero-breadcrumb a:hover { color: #ff9b71; }
.kcc-hero-breadcrumb span { color: rgba(255,255,255,.35); }
.kcc-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,155,113,.15);
  border: 1px solid rgba(255,155,113,.3);
  color: #ff9b71;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.kcc-hero h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 18px;
}
.kcc-hero h1 em { font-style: normal; color: #ff9b71; }
.kcc-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 30px;
}
.kcc-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.kcc-btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff9b71;
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .22s, transform .15s;
}
.kcc-btn-hero-primary:hover { background: #ff7934; transform: translateY(-2px); color: #fff; }
.kcc-btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.9);
  font-weight: 500;
  font-size: .9rem;
  padding: 13px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .22s;
}
.kcc-btn-hero-secondary:hover { background: rgba(255,255,255,.18); color: #fff; }
.kcc-hero-trust-row {
  display: flex;
  gap: 24px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.kcc-hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  color: rgba(255,255,255,.6);
}
.kcc-hero-trust-item i { color: #ff9b71; font-size: .85rem; }
.kcc-hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 28px 24px;
  backdrop-filter: blur(10px);
}
.kcc-hero-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.kcc-hero-stat {
  background: rgba(255,255,255,.07);
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
}
.kcc-hero-stat-val {
  font-family: 'Sora', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #ff9b71;
  line-height: 1;
  margin-bottom: 4px;
}
.kcc-hero-stat-label {
  font-size: .72rem;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.kcc-hero-cqc {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.06);
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 14px;
}
.kcc-hero-cqc-icon {
  width: 36px;
  height: 36px;
  background: rgba(255,155,113,.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff9b71;
  font-size: .9rem;
  flex-shrink: 0;
}
.kcc-hero-cqc-text { font-size: .72rem; color: rgba(255,255,255,.55); line-height: 1.4; }
.kcc-hero-cqc-text strong { display: block; color: rgba(255,255,255,.85); font-size: .78rem; }
.kcc-hero-available {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
  color: rgba(255,255,255,.5);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.kcc-hero-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(34,197,94,.2);
  flex-shrink: 0;
  animation: kcc-pulse 2s infinite;
}
@keyframes kcc-pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(34,197,94,.2); }
  50%      { box-shadow: 0 0 0 6px rgba(34,197,94,.1); }
}

/* ── Contact Cards ────────────────────────────────────────── */
.kcc-cards-section {
  background: #fff;
  padding: 60px 0 0;
}
.kcc-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.kcc-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 28px 24px;
  transition: box-shadow .22s, transform .22s;
}
.kcc-card:hover {
  box-shadow: 0 8px 32px rgba(0,28,76,.1);
  transform: translateY(-3px);
}
.kcc-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.kcc-card-icon.navy   { background: rgba(0,28,76,.08); color: #001C4C; }
.kcc-card-icon.orange { background: rgba(255,155,113,.15); color: #ff7934; }
.kcc-card-icon.green  { background: rgba(34,197,94,.12); color: #16a34a; }
.kcc-card-icon.red    { background: rgba(239,68,68,.1); color: #dc2626; }
.kcc-card-icon.blue   { background: rgba(59,130,246,.1); color: #2563eb; }
.kcc-card-icon.purple { background: rgba(124,58,237,.1); color: #7c3aed; }
.kcc-card-title {
  font-family: 'Sora', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: #001C4C;
  margin-bottom: 6px;
}
.kcc-card-desc {
  font-size: .82rem;
  color: #5E5F63;
  line-height: 1.55;
  margin-bottom: 14px;
}
.kcc-card-value {
  font-size: .92rem;
  font-weight: 600;
  color: #001C4C;
  margin-bottom: 14px;
  word-break: break-all;
}
.kcc-card-value a { color: inherit; text-decoration: none; transition: color .2s; }
.kcc-card-value a:hover { color: #ff7934; }
.kcc-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .2s, color .2s;
  border: 1px solid #E5E7EB;
  color: #001C4C;
  background: #fff;
}
.kcc-card-btn:hover { background: #001C4C; color: #fff; border-color: #001C4C; }
.kcc-card-btn.orange { background: #ff9b71; color: #fff; border-color: #ff9b71; }
.kcc-card-btn.orange:hover { background: #ff7934; border-color: #ff7934; color: #fff; }

/* Extra cards row — referral + recruitment */
.kcc-cards-grid-sm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
  padding-bottom: 60px;
}

/* ── Main Content Grid ────────────────────────────────────── */
.kcc-main-section {
  background: #F8F9FA;
  padding: 72px 0;
}
.kcc-main-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: start;
}

/* ── Left Panel ───────────────────────────────────────────── */
.kcc-left-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.kcc-info-block {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 24px;
}
.kcc-info-block-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Sora', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: #001C4C;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F1EBE9;
}
.kcc-info-block-title i { color: #ff9b71; }
.kcc-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: .82rem;
  border-bottom: 1px solid #F8F9FA;
}
.kcc-hours-row:last-child { border-bottom: none; }
.kcc-hours-day { color: #5E5F63; }
.kcc-hours-time { font-weight: 600; color: #001C4C; }
.kcc-hours-chip {
  font-size: .7rem;
  padding: 2px 8px;
  border-radius: 50px;
  font-weight: 600;
}
.kcc-hours-chip.open    { background: #dcfce7; color: #16a34a; }
.kcc-hours-chip.limited { background: #fef9c3; color: #92400e; }
.kcc-hours-chip.oncall  { background: #dbeafe; color: #1d4ed8; }

.kcc-coverage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.kcc-coverage-list li {
  font-size: .74rem;
  background: #F8F9FA;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 3px 9px;
  color: #5E5F63;
}
.kcc-emergency-block {
  background: linear-gradient(135deg, #fff5f5 0%, #fef2f2 100%);
  border: 1px solid #fecaca;
  border-left: 4px solid #dc2626;
  border-radius: 14px;
  padding: 20px;
}
.kcc-emergency-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  color: #dc2626;
  margin-bottom: 12px;
}
.kcc-emergency-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kcc-emergency-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .8rem;
  color: #5E5F63;
  line-height: 1.5;
}
.kcc-emergency-list li i { color: #dc2626; font-size: .75rem; margin-top: 3px; flex-shrink: 0; }
.kcc-emergency-list li strong { color: #001C4C; }

.kcc-trust-chips {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kcc-trust-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F8F9FA;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 10px 12px;
}
.kcc-trust-chip-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0,28,76,.07);
  color: #001C4C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
  flex-shrink: 0;
}
.kcc-trust-chip-text { font-size: .78rem; color: #5E5F63; line-height: 1.4; }
.kcc-trust-chip-text strong { display: block; font-size: .8rem; color: #001C4C; }

/* ── Right Panel (Form) ───────────────────────────────────── */
.kcc-form-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 36px 36px 32px;
  box-shadow: 0 4px 24px rgba(0,28,76,.06);
}
.kcc-form-header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #F1EBE9;
}
.kcc-form-header h2 {
  font-family: 'Sora', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #001C4C;
  margin-bottom: 6px;
}
.kcc-form-header p {
  font-size: .85rem;
  color: #5E5F63;
  margin: 0;
}
.kcc-form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.kcc-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.kcc-field:last-of-type { margin-bottom: 0; }
.kcc-label {
  font-size: .8rem;
  font-weight: 600;
  color: #001C4C;
}
.kcc-label sup { color: #dc2626; margin-left: 2px; }
.kcc-input,
.kcc-select,
.kcc-textarea {
  width: 100%;
  border: 1.5px solid #E5E7EB;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 16px; /* ≥16px prevents iOS Safari zoom-on-focus (R2) */
  color: #001C4C;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.kcc-input:focus,
.kcc-select:focus,
.kcc-textarea:focus {
  border-color: #ff9b71;
  box-shadow: 0 0 0 3px rgba(255,155,113,.15);
}
.kcc-input::placeholder,
.kcc-textarea::placeholder { color: #a0a3aa; }
.kcc-input.kcc-invalid { border-color: #ef4444; }
.kcc-input.kcc-valid   { border-color: #22c55e; }
.kcc-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235E5F63' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.kcc-textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.6;
}
.kcc-char-count {
  font-size: .72rem;
  color: #a0a3aa;
  text-align: right;
  margin-top: 2px;
}
.kcc-field-hint {
  font-size: .73rem;
  color: #a0a3aa;
  margin-top: 2px;
}
.kcc-field-error {
  font-size: .73rem;
  color: #dc2626;
  margin-top: 2px;
  display: none;
}
.kcc-field.kcc-has-error .kcc-field-error { display: block; }
.kcc-field.kcc-has-error .kcc-input,
.kcc-field.kcc-has-error .kcc-select,
.kcc-field.kcc-has-error .kcc-textarea { border-color: #ef4444; box-shadow: 0 0 0 3px rgba(239,68,68,.1); }

/* Preferred contact radios */
.kcc-radio-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.kcc-radio-label {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: .83rem;
  color: #5E5F63;
  padding: 8px 14px;
  border: 1.5px solid #E5E7EB;
  border-radius: 8px;
  transition: border-color .2s, background .2s;
  user-select: none;
}
.kcc-radio-label input { display: none; }
.kcc-radio-label:has(input:checked) {
  border-color: #ff9b71;
  background: rgba(255,155,113,.07);
  color: #001C4C;
  font-weight: 600;
}
.kcc-radio-label:hover { border-color: #ff9b71; }
.kcc-radio-dot {
  width: 16px;
  height: 16px;
  border: 2px solid #E5E7EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s;
  flex-shrink: 0;
}
.kcc-radio-label:has(input:checked) .kcc-radio-dot {
  border-color: #ff9b71;
  background: #ff9b71;
}
.kcc-radio-label:has(input:checked) .kcc-radio-dot::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

/* Consent checkbox */
.kcc-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  background: #F8F9FA;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 4px;
}
.kcc-consent input[type=checkbox] { display: none; }
.kcc-checkbox-box {
  width: 18px;
  height: 18px;
  border: 2px solid #E5E7EB;
  border-radius: 5px;
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s;
}
.kcc-consent:has(input:checked) .kcc-checkbox-box {
  background: #ff9b71;
  border-color: #ff9b71;
}
.kcc-consent:has(input:checked) .kcc-checkbox-box::after {
  content: '';
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}
.kcc-consent-text {
  font-size: .78rem;
  color: #5E5F63;
  line-height: 1.55;
}
.kcc-consent-text a { color: #ff7934; }

/* Submit button */
.kcc-submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #001C4C;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  padding: 15px 28px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: background .22s, transform .15s;
  margin-top: 20px;
}
.kcc-submit-btn:hover:not(:disabled) { background: #ff7934; transform: translateY(-1px); }
.kcc-submit-btn:disabled { opacity: .65; cursor: not-allowed; }
.kcc-submit-btn .kcc-spinner {
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: kcc-spin .7s linear infinite;
  display: none;
}
.kcc-submit-btn.kcc-loading .kcc-spinner { display: block; }
.kcc-submit-btn.kcc-loading .kcc-submit-text { display: none; }
@keyframes kcc-spin { to { transform: rotate(360deg); } }

/* Form success state */
.kcc-success {
  display: none;
  text-align: center;
  padding: 48px 24px;
}
.kcc-success-icon {
  width: 64px;
  height: 64px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.6rem;
  color: #16a34a;
}
.kcc-success h3 { font-family: 'Sora', sans-serif; color: #001C4C; font-size: 1.2rem; margin-bottom: 8px; }
.kcc-success p  { font-size: .88rem; color: #5E5F63; line-height: 1.6; max-width: 360px; margin: 0 auto; }

/* ── Trust Section ────────────────────────────────────────── */
.kcc-trust-section {
  background: #fff;
  padding: 72px 0;
  border-top: 1px solid #E5E7EB;
}
.kcc-section-header { text-align: center; margin-bottom: 44px; }
.kcc-section-eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ff7934;
  margin-bottom: 10px;
}
.kcc-section-header h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #001C4C;
  margin-bottom: 12px;
}
.kcc-section-header p {
  font-size: .92rem;
  color: #5E5F63;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}
.kcc-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.kcc-trust-tile {
  text-align: center;
  padding: 32px 20px;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  transition: box-shadow .22s;
}
.kcc-trust-tile:hover { box-shadow: 0 6px 24px rgba(0,28,76,.08); }
.kcc-trust-tile-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(0,28,76,.06);
  color: #001C4C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 14px;
}
.kcc-trust-tile h4 {
  font-family: 'Sora', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: #001C4C;
  margin-bottom: 8px;
}
.kcc-trust-tile p {
  font-size: .8rem;
  color: #5E5F63;
  line-height: 1.55;
  margin: 0;
}
.kcc-trust-stat {
  font-family: 'Sora', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff7934;
  margin-bottom: 6px;
}

/* ── FAQ Preview ──────────────────────────────────────────── */
.kcc-faq-section {
  background: #F8F9FA;
  padding: 72px 0;
}
.kcc-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
.kcc-faq-item {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  overflow: hidden;
}
.kcc-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  font-size: .88rem;
  font-weight: 600;
  color: #001C4C;
  user-select: none;
  transition: background .2s;
}
.kcc-faq-question:hover { background: #F8F9FA; }
.kcc-faq-question i {
  font-size: .75rem;
  color: #5E5F63;
  transition: transform .25s;
  flex-shrink: 0;
}
.kcc-faq-item.open .kcc-faq-question i { transform: rotate(180deg); }
.kcc-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
}
.kcc-faq-item.open .kcc-faq-answer { max-height: 300px; }
.kcc-faq-answer-inner {
  padding: 0 20px 18px;
  font-size: .83rem;
  color: #5E5F63;
  line-height: 1.65;
  border-top: 1px solid #F1EBE9;
  padding-top: 14px;
}
.kcc-faq-cta { text-align: center; }
.kcc-btn-outline-navy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #001C4C;
  color: #001C4C;
  font-weight: 600;
  font-size: .9rem;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .22s, color .22s;
}
.kcc-btn-outline-navy:hover { background: #001C4C; color: #fff; }

/* ── Emergency Section ────────────────────────────────────── */
.kcc-emergency-section {
  background: linear-gradient(135deg, #fff5f5 0%, #fef2f2 100%);
  border-top: 1px solid #fecaca;
  border-bottom: 1px solid #fecaca;
  padding: 60px 0;
}
.kcc-emergency-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.kcc-emergency-tile {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  border: 1px solid #fecaca;
}
.kcc-emergency-tile-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.kcc-emergency-tile-icon.red    { background: #fee2e2; color: #dc2626; }
.kcc-emergency-tile-icon.orange { background: rgba(255,155,113,.15); color: #ff7934; }
.kcc-emergency-tile-icon.blue   { background: #dbeafe; color: #2563eb; }
.kcc-emergency-tile h4 { font-family: 'Sora', sans-serif; font-size: .9rem; font-weight: 700; color: #001C4C; margin-bottom: 8px; }
.kcc-emergency-tile p  { font-size: .8rem; color: #5E5F63; line-height: 1.55; margin-bottom: 12px; }
.kcc-emergency-tile a  { color: #dc2626; font-weight: 700; font-size: .85rem; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
.kcc-emergency-tile a:hover { text-decoration: underline; }

/* ── Map Section ──────────────────────────────────────────── */
.kcc-map-section { background: #fff; }
.kcc-map-wrap {
  position: relative;
}
.kcc-map-wrap iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: none;
}
.kcc-map-overlay {
  position: absolute;
  top: 24px;
  left: 24px;
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 4px 20px rgba(0,28,76,.12);
  max-width: 300px;
}
.kcc-map-overlay h4 {
  font-family: 'Sora', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  color: #001C4C;
  margin-bottom: 6px;
}
.kcc-map-overlay p { font-size: .78rem; color: #5E5F63; line-height: 1.5; margin-bottom: 10px; }
.kcc-map-directions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  font-weight: 600;
  color: #ff7934;
  text-decoration: none;
}
.kcc-map-directions:hover { text-decoration: underline; }

/* ── CTA Section ──────────────────────────────────────────── */
.kcc-cta-section {
  background: linear-gradient(135deg, #001C4C 0%, #0a2d6e 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.kcc-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 80% at 90% 50%, rgba(255,155,113,.12) 0%, transparent 70%);
  pointer-events: none;
}
.kcc-cta-inner {
  position: relative;
  text-align: center;
}
.kcc-cta-inner h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.kcc-cta-inner p {
  font-size: .95rem;
  color: rgba(255,255,255,.72);
  max-width: 540px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.kcc-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.kcc-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff9b71;
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .22s, transform .15s;
}
.kcc-cta-btn-primary:hover { background: #ff7934; transform: translateY(-2px); color: #fff; }
.kcc-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.9);
  font-weight: 600;
  font-size: .95rem;
  padding: 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: border-color .22s, background .22s;
}
.kcc-cta-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }

/* ── Responsive ───────────────────────────────────────────── */
/* Aligned 1024→991 to match the site-wide tablet breakpoint (R13). */
@media (max-width: 991px) {
  .kcc-hero-grid       { grid-template-columns: 1fr; }
  .kcc-hero-card       { display: none; }
  .kcc-main-grid       { grid-template-columns: 1fr; }
  .kcc-left-panel      { display: grid; grid-template-columns: 1fr 1fr; }
  .kcc-cards-grid      { grid-template-columns: repeat(2,1fr); }
  .kcc-trust-grid      { grid-template-columns: repeat(2,1fr); }
  .kcc-emergency-grid  { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .kcc-hero             { padding: 70px 0 50px; }
  .kcc-form-card        { padding: 24px 18px; }
  .kcc-form-grid-2      { grid-template-columns: 1fr; }
  .kcc-cards-grid       { grid-template-columns: 1fr; }
  .kcc-cards-grid-sm    { grid-template-columns: 1fr; }
  .kcc-trust-grid       { grid-template-columns: 1fr; }
  .kcc-faq-grid         { grid-template-columns: 1fr; }
  .kcc-emergency-grid   { grid-template-columns: 1fr; }
  .kcc-left-panel       { grid-template-columns: 1fr; }
  .kcc-map-overlay      { display: none; }
  .kcc-map-wrap iframe  { height: 280px; }
  .kcc-radio-group      { flex-direction: column; }
}
