:root {
  --kyg-navy: #1b1836;
  --kyg-orange: #ff6500;
  --kyg-orange-dark: #e95700;
  --kyg-cream: #fffaf4;
  --kyg-cream-2: #fff5e9;
  --kyg-border: #d9dce6;
  --kyg-muted: #66677a;
  --kyg-success: #149a3a;
  --kyg-white: #fff;
  --kyg-shadow: 0 22px 55px rgba(27, 24, 54, 0.10);
}

#request-delivery.kyg-request-hero,
#request-delivery.kyg-request-hero * { box-sizing: border-box; }

#request-delivery.kyg-request-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  background: transparent;
  color: var(--kyg-navy);
  container-type: inline-size;
}

/* Kubio owns the section/container background. Keep the plugin shell transparent. */
#request-delivery.kyg-request-hero::after {
  content: none;
  display: none;
}

.kyg-request-hero__inner {
  width: min(1320px, calc(100% - 48px));
  min-height: 720px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 118px) 0 clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

.kyg-request-hero h1,
.kyg-request-hero h2,
.kyg-request-hero h3,
.kyg-request-hero h4,
.kyg-request-hero .kyg-step-title,
.kyg-request-hero .kyg-fieldset-title,
.kyg-request-hero .kyg-request-card-title {
  font-family: Barlow Condensed, Helvetica, Arial, Sans-Serif, serif;
  letter-spacing: 1px;
  color: #1b1836;
}

#kyg-request-title {
  margin: 8px 0 20px;
  font-family: Barlow Condensed, Helvetica, Arial, Sans-Serif, serif;
  font-size: clamp(56px, 6.2vw, 92px);
  line-height: .94;
  letter-spacing: 1px;
  color: #1b1836;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.kyg-request-eyebrow {
  margin: 0;
  color: var(--kyg-orange);
  font: 700 clamp(18px, 1.5vw, 24px)/1.1 Barlow Condensed, Helvetica, Arial, Sans-Serif, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.kyg-request-intro {
  max-width: 560px;
  margin: 0 0 38px;
  color: var(--kyg-navy);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
}

.kyg-request-benefits { display: grid; gap: 22px; max-width: 520px; }
.kyg-request-benefit { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; }
.kyg-benefit-icon {
  width: 48px; height: 48px; border-radius: 999px;
  display: grid; place-items: center;
  background: #fff1e4; border: 1px solid #ffd5b6; color: var(--kyg-orange);
  font-size: 24px; font-weight: 800;
}
.kyg-request-benefit strong {
  display: block;
  margin: 2px 0 4px;
  font: 700 19px/1.1 Barlow Condensed, Helvetica, Arial, Sans-Serif, serif;
  letter-spacing: 1px;
  color: var(--kyg-navy);
}
.kyg-request-benefit span { display: block; color: var(--kyg-muted); font-size: 14px; line-height: 1.5; }
.kyg-request-security { margin: 30px 0 0; color: #686a7a; font-size: 13px; line-height: 1.5; }

.kyg-request-card-shell { min-width: 0; }
.kyg-request-app {
  width: 100%;
  min-height: 600px;
  padding: clamp(26px, 3vw, 42px);
  border-radius: 28px;
  background: rgba(255,255,255,.97);
  box-shadow: var(--kyg-shadow);
  border: 1px solid rgba(27,24,54,.06);
  backdrop-filter: blur(5px);
}

.kyg-request-card-title { margin: 0 0 24px; font-size: 25px; font-weight: 700; text-transform: uppercase; }
.kyg-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0 0 34px; }
.kyg-progress-step { position: relative; min-width: 0; text-align: center; color: #77798a; font-size: 12px; }
.kyg-progress-step:not(:last-child)::after {
  content: ""; position: absolute; left: calc(50% + 22px); right: calc(-50% + 22px); top: 18px;
  height: 2px; background: #e1e2e8; z-index: 0;
}
.kyg-progress-step.is-complete:not(:last-child)::after,
.kyg-progress-step.is-active:not(:last-child)::after { background: var(--kyg-orange); }
.kyg-progress-dot {
  position: relative; z-index: 1;
  width: 38px; height: 38px; margin: 0 auto 8px; border-radius: 50%;
  display: grid; place-items: center; background: #eff0f4; color: var(--kyg-navy); font-weight: 800;
}
.kyg-progress-step.is-active .kyg-progress-dot { background: var(--kyg-orange); color: #fff; box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(255,101,0,.2); }
.kyg-progress-step.is-complete .kyg-progress-dot { background: #fff1e8; color: var(--kyg-orange); }
.kyg-progress-label { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kyg-progress-step.is-active .kyg-progress-label { color: var(--kyg-navy); font-weight: 700; }

.kyg-step-title { margin: 0 0 6px; font-size: 31px; font-weight: 700; text-transform: uppercase; }
.kyg-step-copy { margin: 0 0 26px; color: var(--kyg-muted); font-size: 14px; line-height: 1.5; }
.kyg-location-block + .kyg-location-block { border-top: 1px solid #ececf1; margin-top: 26px; padding-top: 26px; }
.kyg-fieldset-title { margin: 0 0 12px; font-size: 20px; font-weight: 700; text-transform: uppercase; }

.kyg-field { margin-bottom: 18px; }
.kyg-field label { display: block; margin: 0 0 7px; color: var(--kyg-navy); font-size: 13px; font-weight: 700; }
.kyg-field input,
.kyg-field textarea,
.kyg-field select,
.kyg-location-input {
  width: 100%; min-width: 0; min-height: 54px;
  border: 1px solid var(--kyg-border); border-radius: 13px;
  padding: 13px 15px; background: #fff; color: var(--kyg-navy);
  font: inherit; font-size: 15px; outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.kyg-field textarea { min-height: 110px; resize: vertical; }
.kyg-field input:focus,
.kyg-field textarea:focus,
.kyg-location-input:focus { border-color: var(--kyg-orange); box-shadow: 0 0 0 3px rgba(255,101,0,.10); }
.kyg-field-help { display: block; margin-top: 6px; color: #77798a; font-size: 12px; line-height: 1.45; }

.kyg-location-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.kyg-secondary-button,
.kyg-link-button {
  min-height: 48px; border: 1px solid var(--kyg-border); border-radius: 13px; background: #fff;
  color: var(--kyg-navy); font: inherit; font-weight: 700; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: border-color .16s ease, transform .16s ease, background .16s ease;
}
.kyg-secondary-button:hover,
.kyg-secondary-button:focus-visible { border-color: var(--kyg-orange); background: #fffaf6; }
.kyg-secondary-button:active { transform: translateY(1px); }
.kyg-map-link { margin-top: 9px; text-align: right; }
.kyg-link-button { min-height: 36px; padding: 4px 8px; border: 0; background: transparent; color: var(--kyg-orange-dark); font-size: 12px; }
.kyg-location-status { margin-top: 10px; padding: 10px 12px; border-radius: 11px; background: #f7faf7; color: #41604a; font-size: 12px; line-height: 1.45; }
.kyg-location-status strong { color: var(--kyg-success); }

.kyg-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 14px; }
.kyg-form-grid .kyg-field.is-wide { grid-column: 1 / -1; }

.kyg-package-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 14px 0 22px; }
.kyg-package-option {
  min-height: 110px; padding: 14px 8px; border: 1px solid var(--kyg-border); border-radius: 15px;
  background: #fff; color: var(--kyg-navy); cursor: pointer; text-align: center;
  font: inherit; font-weight: 700; transition: all .15s ease;
}
.kyg-package-option span { display: block; font-size: 26px; margin-bottom: 8px; }
.kyg-package-option:hover,
.kyg-package-option:focus-visible { border-color: var(--kyg-orange); background: #fffaf6; }
.kyg-package-option.is-selected { border-color: var(--kyg-orange); box-shadow: inset 0 0 0 2px var(--kyg-orange); background: #fff7ef; }

.kyg-review-list { margin: 0 0 20px; border: 1px solid #e5e6ec; border-radius: 16px; overflow: hidden; }
.kyg-review-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: start; padding: 16px; background: #fff; }
.kyg-review-row + .kyg-review-row { border-top: 1px solid #ececf1; }
.kyg-review-icon { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #f2f2f8; color: var(--kyg-navy); }
.kyg-review-row strong { display: block; font: 700 17px/1.1 Barlow Condensed, Helvetica, Arial, Sans-Serif, serif; letter-spacing: 1px; color: var(--kyg-navy); text-transform: uppercase; }
.kyg-review-row span { color: #626477; font-size: 13px; line-height: 1.45; }
.kyg-review-check { color: var(--kyg-success) !important; font-size: 20px !important; font-weight: 900; }
.kyg-pricing-note { padding: 14px 16px; border-radius: 13px; background: #fff3e7; color: var(--kyg-navy); font-size: 13px; line-height: 1.45; }
.kyg-pricing-note strong { display: block; margin-bottom: 2px; }

.kyg-consent { margin: 18px 0 14px; display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; color: #5f6173; font-size: 12px; line-height: 1.5; }
.kyg-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--kyg-orange); }
.kyg-consent a { color: var(--kyg-navy); font-weight: 700; }
.kyg-turnstile-wrap { min-height: 70px; display: flex; align-items: center; justify-content: center; margin: 12px 0; overflow: hidden; }

.kyg-form-actions { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 12px; margin-top: 24px; }
.kyg-primary-button,
.kyg-back-button {
  min-height: 58px; border-radius: 13px; font: 800 16px/1 Barlow Condensed, Helvetica, Arial, Sans-Serif, serif;
  letter-spacing: 1.2px; text-transform: uppercase; cursor: pointer;
}
.kyg-primary-button { border: 0; background: linear-gradient(90deg, #ff6500 0%, #ff7900 100%); color: #fff; box-shadow: 0 10px 25px rgba(255,101,0,.18); }
.kyg-primary-button:hover { background: linear-gradient(90deg, #f15d00 0%, #ff6e00 100%); }
.kyg-primary-button:disabled { opacity: .55; cursor: not-allowed; box-shadow: none; }
.kyg-back-button { border: 1.5px solid var(--kyg-orange); background: #fff; color: var(--kyg-orange-dark); }
.kyg-form-actions.is-single { grid-template-columns: 1fr; }

.kyg-error-box { margin: 0 0 18px; padding: 12px 14px; border-radius: 12px; background: #fff0f0; color: #8e2525; font-size: 13px; line-height: 1.45; border: 1px solid #ffd0d0; }
.kyg-field-error { color: #a22727; font-size: 12px; margin-top: 5px; }
.kyg-request-noscript { padding: 20px; color: #8e2525; }

.kyg-modal-backdrop { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 18px; background: rgba(27,24,54,.58); }
.kyg-modal { width: min(620px, 100%); max-height: min(84vh, 760px); overflow: auto; background: #fff; border-radius: 20px; box-shadow: 0 32px 80px rgba(0,0,0,.25); padding: 22px; }
.kyg-modal-header { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 16px; }
.kyg-modal-header h3 { margin: 0; font-size: 25px; text-transform: uppercase; }
.kyg-modal-close { width: 40px; height: 40px; border: 1px solid var(--kyg-border); background: #fff; border-radius: 50%; cursor: pointer; font-size: 22px; color: var(--kyg-navy); }
.kyg-place-host { min-height: 58px; }
.kyg-map-canvas { height: 360px; border-radius: 14px; overflow: hidden; background: #f0f1f5; }
.kyg-map-crosshair { position: relative; height: 0; pointer-events: none; }
.kyg-map-crosshair::after { content: "⌖"; position: absolute; left: 50%; top: -206px; transform: translate(-50%,-50%); color: var(--kyg-orange); font-size: 35px; text-shadow: 0 1px 4px rgba(0,0,0,.2); }
.kyg-modal-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 15px; }
.kyg-modal-actions button { padding: 0 18px; }

.kyg-success { text-align: center; padding: 20px 4px 8px; }
.kyg-success-icon { width: 88px; height: 88px; margin: 0 auto 20px; border-radius: 50%; display: grid; place-items: center; background: #eaf8ed; color: var(--kyg-success); font-size: 48px; font-weight: 900; }
.kyg-success h2 { margin: 0 0 10px; font-size: 38px; font-weight: 700; text-transform: uppercase; }
.kyg-success p { color: #626477; line-height: 1.55; }
.kyg-success-number { margin: 24px auto; padding: 18px; border-block: 1px solid #ffd1ae; }
.kyg-success-number span { display: block; color: #77798a; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.kyg-success-number strong { display: block; margin-top: 5px; color: var(--kyg-navy); font-size: 28px; }
.kyg-success-status { color: var(--kyg-success) !important; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }


/* v1.2.0: compact delivery preferences with progressive disclosure. */
.kyg-preference-section { margin: 22px 0 14px; }
.kyg-preference-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.kyg-preference-heading .kyg-fieldset-title { margin: 0; }
.kyg-preference-heading > span { color: #858695; font-size: 11px; text-transform: uppercase; letter-spacing: .7px; }
.kyg-service-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.kyg-service-option {
  min-height: 72px; padding: 12px 14px; border: 1px solid var(--kyg-border); border-radius: 14px;
  background: #fff; color: var(--kyg-navy); cursor: pointer; text-align: left; font: inherit;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.kyg-service-option strong { display: block; font: 700 18px/1.1 Barlow Condensed, Helvetica, Arial, Sans-Serif, serif; letter-spacing: 1px; text-transform: uppercase; }
.kyg-service-option span { display: block; margin-top: 4px; color: #6e7081; font-size: 12px; line-height: 1.35; }
.kyg-service-option:hover, .kyg-service-option:focus-visible { border-color: var(--kyg-orange); background: #fffaf6; }
.kyg-service-option.is-selected { border-color: var(--kyg-orange); background: #fff7ef; box-shadow: inset 0 0 0 2px var(--kyg-orange); }

.kyg-preferences-details { margin: 14px 0 8px; border: 1px solid #e3e4ea; border-radius: 15px; background: #fff; overflow: hidden; }
.kyg-preferences-details > summary { list-style: none; cursor: pointer; padding: 14px 15px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--kyg-navy); }
.kyg-preferences-details > summary::-webkit-details-marker { display: none; }
.kyg-preferences-details > summary::after { content: '+'; flex: 0 0 auto; width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: #fff1e8; color: var(--kyg-orange-dark); font-weight: 800; }
.kyg-preferences-details[open] > summary::after { content: '−'; }
.kyg-preferences-details > summary > span:first-child { display: flex; align-items: baseline; gap: 8px; min-width: 0; }
.kyg-preferences-details > summary strong { font: 700 16px/1.1 Barlow Condensed, Helvetica, Arial, Sans-Serif, serif; letter-spacing: 1px; }
.kyg-preferences-details > summary small { color: #858695; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.kyg-preference-count { margin-left: auto; color: var(--kyg-orange-dark); font-size: 11px; font-weight: 700; white-space: nowrap; }
.kyg-preferences-body { padding: 16px; border-top: 1px solid #ececf1; background: #fffdfa; }

.kyg-window-section { display: grid; gap: 14px; }
.kyg-window-row { display: grid; gap: 7px; }
.kyg-window-label { color: var(--kyg-navy); font-size: 12px; font-weight: 800; }
.kyg-window-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.kyg-window-option {
  min-height: 38px; padding: 7px 5px; border: 1px solid var(--kyg-border); border-radius: 999px;
  background: #fff; color: #5f6173; cursor: pointer; font: inherit; font-size: 11px; font-weight: 700;
}
.kyg-window-option:hover, .kyg-window-option:focus-visible { border-color: var(--kyg-orange); color: var(--kyg-navy); }
.kyg-window-option.is-selected { border-color: var(--kyg-orange); background: #fff1e8; color: var(--kyg-orange-dark); box-shadow: inset 0 0 0 1px var(--kyg-orange); }
.kyg-window-note, .kyg-special-disclaimer, .kyg-window-review-note { margin: 0; color: #767888; font-size: 11px; line-height: 1.5; }
.kyg-window-review-note { margin: -5px 0 15px; padding: 9px 11px; border-radius: 10px; background: #f7f7fa; }

.kyg-special-section { margin-top: 18px; padding-top: 17px; border-top: 1px solid #ececf1; }
.kyg-special-section .kyg-fieldset-title { margin-bottom: 10px; font-size: 17px; }
.kyg-special-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.kyg-special-option {
  min-height: 60px; padding: 10px 11px; border: 1px solid var(--kyg-border); border-radius: 12px;
  background: #fff; color: var(--kyg-navy); cursor: pointer; text-align: left; font: inherit;
}
.kyg-special-option strong { display: block; font-size: 12px; line-height: 1.25; }
.kyg-special-option span { display: block; margin-top: 3px; color: #7b7d8d; font-size: 10px; line-height: 1.3; }
.kyg-special-option:hover, .kyg-special-option:focus-visible { border-color: var(--kyg-orange); }
.kyg-special-option.is-selected { border-color: var(--kyg-orange); background: #fff7ef; box-shadow: inset 0 0 0 1px var(--kyg-orange); }
.kyg-special-note-field { margin: 14px 0 10px; }
.kyg-special-note-field textarea { min-height: 82px; }
.kyg-pricing-help { margin-top: 9px; }

.kyg-service-option:focus-visible,
.kyg-window-option:focus-visible,
.kyg-special-option:focus-visible,
.kyg-preferences-details > summary:focus-visible { outline: 3px solid rgba(255,101,0,.35); outline-offset: 2px; }

@container (max-width: 930px) {
  .kyg-request-hero__inner { grid-template-columns: 1fr; max-width: 760px; min-height: 0; }
  .kyg-request-hero__copy { max-width: 680px; }
  #kyg-request-title { font-size: clamp(54px, 10vw, 82px); }
  .kyg-request-benefits { grid-template-columns: repeat(3, 1fr); max-width: none; gap: 14px; }
  .kyg-request-benefit { grid-template-columns: 40px 1fr; gap: 10px; }
  .kyg-benefit-icon { width: 38px; height: 38px; font-size: 19px; }
}

@container (max-width: 620px) {
  .kyg-request-hero__inner { width: min(100% - 28px, 560px); padding: 48px 0 64px; gap: 30px; }
  #kyg-request-title { font-size: clamp(48px, 15vw, 70px); line-height: .98; margin-top: 10px; }
  .kyg-request-intro { font-size: 16px; line-height: 1.55; margin-bottom: 0; max-width: 90%; }
  .kyg-request-benefits, .kyg-request-security { display: none; }
  .kyg-request-app { min-height: 0; padding: 25px 20px; border-radius: 22px; }
  .kyg-request-card-title { font-size: 22px; }
  .kyg-progress { gap: 3px; margin-bottom: 28px; }
  .kyg-progress-dot { width: 34px; height: 34px; }
  .kyg-progress-step:not(:last-child)::after { left: calc(50% + 19px); right: calc(-50% + 19px); top: 16px; }
  .kyg-progress-label { font-size: 11px; }
  .kyg-step-title { font-size: 27px; }
  .kyg-form-grid { grid-template-columns: 1fr; gap: 0; }
  .kyg-package-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kyg-form-actions { grid-template-columns: .8fr 1.2fr; }
}

@container (max-width: 390px) {
  .kyg-request-hero__inner { width: min(100% - 18px, 370px); padding-top: 34px; }
  .kyg-request-eyebrow { font-size: 16px; }
  #kyg-request-title { font-size: clamp(42px, 14.5vw, 56px); text-shadow: 0 1px 1px rgba(0,0,0,.34); }
  .kyg-request-intro { max-width: 100%; font-size: 15px; }
  .kyg-request-app { padding: 21px 14px; border-radius: 18px; }
  .kyg-request-card-title { margin-bottom: 20px; font-size: 20px; }
  .kyg-progress-label { font-size: 10px; }
  .kyg-location-actions { grid-template-columns: 1fr; }
  .kyg-map-link { text-align: left; }
  .kyg-package-options { gap: 9px; }
  .kyg-package-option { min-height: 96px; }
  .kyg-form-actions { grid-template-columns: 1fr; }
  .kyg-primary-button, .kyg-back-button { min-height: 54px; }
  .kyg-review-row { padding: 13px 11px; grid-template-columns: 30px 1fr auto; gap: 9px; }
  .kyg-modal-backdrop { padding: 8px; }
  .kyg-modal { border-radius: 16px; padding: 15px; }
  .kyg-map-canvas { height: 300px; }
}

@media (max-width: 768px) {
  #request-delivery.kyg-request-hero { scroll-margin-top: 70px; }
}


@container (max-width: 620px) {
  .kyg-service-options { grid-template-columns: 1fr; }
  .kyg-window-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kyg-special-options { grid-template-columns: 1fr; }
  .kyg-preferences-details > summary { align-items: flex-start; }
  .kyg-preferences-details > summary > span:first-child { flex-direction: column; align-items: flex-start; gap: 3px; }
}

@container (max-width: 390px) {
  .kyg-preferences-body { padding: 13px 11px; }
  .kyg-preference-count { display: none; }
  .kyg-window-option { min-height: 40px; font-size: 10.5px; }
}

@media (prefers-reduced-motion: reduce) {
  #request-delivery.kyg-request-hero *, #request-delivery.kyg-request-hero *::before, #request-delivery.kyg-request-hero *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
.kyg-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; }
.kyg-primary-button:focus-visible,
.kyg-back-button:focus-visible,
.kyg-secondary-button:focus-visible,
.kyg-link-button:focus-visible,
.kyg-package-option:focus-visible,
.kyg-modal-close:focus-visible { outline: 3px solid rgba(255,101,0,.35); outline-offset: 2px; }
/* v1.2.1: Turnstile-gated review submission. */
.kyg-primary-button[hidden],
.kyg-security-gate[hidden] { display: none !important; }
.kyg-security-gate { margin: 8px 0 0; text-align: right; color: #6d6b78; font-size: 12px; line-height: 1.45; }
@media (max-width: 560px) {
  .kyg-security-gate { text-align: center; }
}

/* v1.2.3 — homepage-integration theme + low-load requester/security controls. */
.kyg-request-app {
  border-radius: 24px;
  border-color: rgba(27, 24, 54, .09);
  box-shadow: 0 20px 60px rgba(27, 24, 54, .11), 0 2px 8px rgba(27, 24, 54, .035);
}
.kyg-request-card-title { display: none; }
.kyg-progress { margin-top: 2px; }
.kyg-step-copy { max-width: 560px; }
.kyg-location-input { background: #fff; }
.kyg-location-block { padding: 2px; border-radius: 15px; }
.kyg-location-status { border: 1px solid #e2efe5; }

.kyg-requester-panel {
  margin-top: 8px;
  padding: 17px;
  border: 1px solid #e8e8ee;
  border-radius: 16px;
  background: #fffdfa;
}
.kyg-requester-panel .kyg-fieldset-title { margin-bottom: 2px; }
.kyg-field-help.is-before { margin: 0 0 14px; }
.kyg-compact-label {
  margin: 13px 0 7px;
  color: var(--kyg-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .75px;
  text-transform: uppercase;
}
.kyg-segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.kyg-segment {
  min-height: 42px;
  padding: 8px 9px;
  border: 1px solid var(--kyg-border);
  border-radius: 11px;
  background: #fff;
  color: #646678;
  cursor: pointer;
  font-family: inherit; font-size: 12px; font-weight: 700; line-height: 1.2;
  transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}
.kyg-segment:hover,
.kyg-segment:focus-visible { border-color: var(--kyg-orange); color: var(--kyg-navy); }
.kyg-segment.is-selected {
  border-color: var(--kyg-orange);
  background: #fff3e9;
  color: var(--kyg-orange-dark);
  box-shadow: inset 0 0 0 1px var(--kyg-orange);
}
.kyg-requester-extra { margin: 12px 0 4px; }
.kyg-inline-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.kyg-inline-grid .kyg-field { margin-bottom: 2px; }
.kyg-email-field { margin: 16px 0 6px; }

.kyg-cod-panel {
  margin-top: 13px;
  padding: 12px 13px 14px;
  border: 1px solid #ffd8bc;
  border-radius: 13px;
  background: #fff8f2;
}
.kyg-cod-panel .kyg-compact-label { margin-top: 0; }
.kyg-cod-panel .kyg-segmented { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.kyg-config-error,
.kyg-verification-panel,
.kyg-verification-prompt {
  margin: 15px 0 12px;
  border-radius: 13px;
  font-size: 12px;
  line-height: 1.5;
}
.kyg-config-error {
  padding: 13px 14px;
  border: 1px solid #ffd0d0;
  background: #fff0f0;
  color: #7f2424;
}
.kyg-config-error strong,
.kyg-config-error span,
.kyg-verification-panel strong,
.kyg-verification-panel span { display: block; }
.kyg-config-error strong,
.kyg-verification-panel strong {
  margin-bottom: 3px;
  font-family: Barlow Condensed, Helvetica, Arial, Sans-Serif, serif;
  letter-spacing: 1px;
}
.kyg-verification-prompt {
  padding: 11px 13px;
  border: 1px dashed #e0dfe6;
  background: #f8f8fa;
  color: #6d6f80;
  text-align: center;
}
.kyg-verification-panel {
  padding: 13px 14px 4px;
  border: 1px solid #e5e5eb;
  background: #fafafd;
  color: #6a6b7b;
}
.kyg-verification-panel strong { color: var(--kyg-navy); }
.kyg-verification-panel .kyg-turnstile-wrap { margin-bottom: 5px; }

.kyg-has-error {
  border-radius: 13px;
  outline: 2px solid rgba(178, 41, 41, .38);
  outline-offset: 3px;
}
.kyg-has-error input,
.kyg-has-error textarea,
.kyg-has-error .kyg-segment,
.kyg-has-error .kyg-package-option,
.kyg-has-error .kyg-service-option {
  border-color: #bd4545;
}

.kyg-segment:focus-visible,
.kyg-consent input:focus-visible {
  outline: 3px solid rgba(255, 101, 0, .35);
  outline-offset: 2px;
}

/* Desktop composition follows the approved Kygistix hero mockup while Kubio
   remains responsible for all section background/decorative shape styling. */
@container (min-width: 931px) {
  .kyg-request-hero__inner {
    grid-template-columns: minmax(360px, .82fr) minmax(570px, 1.18fr);
    gap: clamp(54px, 6vw, 96px);
  }
  .kyg-request-app { padding: clamp(28px, 2.7vw, 40px); }
  .kyg-progress { margin-bottom: 30px; }
}

@container (max-width: 620px) {
  .kyg-segmented { grid-template-columns: 1fr; }
  .kyg-inline-grid { grid-template-columns: 1fr; gap: 0; }
  .kyg-requester-panel { padding: 14px 12px; }
  .kyg-cod-panel .kyg-segmented { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kyg-verification-panel { padding-inline: 10px; }
}

@container (max-width: 390px) {
  .kyg-segment { min-height: 44px; }
  .kyg-cod-panel .kyg-segmented { grid-template-columns: 1fr; }
}
.kyg-busy-status {
  margin: 0 0 14px;
  padding: 9px 11px;
  border-radius: 10px;
  background: #f7f7fa;
  color: #6d6f80;
  font-size: 12px;
  line-height: 1.4;
}


/* v1.2.4 — final hero alignment, semantic benefit icons, location activity and conditional service panels. */
.kyg-request-hero__copy { margin: 0; padding: 0; text-align: left; }
.kyg-request-eyebrow,
#kyg-request-title { margin-left: 0 !important; padding-left: 0 !important; text-indent: 0 !important; }
#kyg-request-title > span { display: block; margin: 0; padding: 0; }
.kyg-benefit-icon {
  width: 48px; height: 48px; border: 0; border-radius: 0; background: transparent;
  color: var(--kyg-orange); display: grid; place-items: center;
}
.kyg-benefit-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.kyg-location-help { margin: 7px 0 0; }
.kyg-location-busy,
.kyg-modal-busy {
  display: flex; align-items: center; gap: 9px; margin-top: 10px; padding: 10px 12px;
  border: 1px solid #ffd8bc; border-radius: 11px; background: #fff8f2; color: #6b6270;
  font-size: 12px; line-height: 1.4;
}
.kyg-location-busy[hidden], .kyg-modal-busy[hidden] { display: none !important; }
.kyg-spinner {
  flex: 0 0 auto; width: 18px; height: 18px; border: 2px solid rgba(255,101,0,.22);
  border-top-color: var(--kyg-orange); border-radius: 50%; animation: kyg-spin .7s linear infinite;
}
@keyframes kyg-spin { to { transform: rotate(360deg); } }
.kyg-location-block.is-busy .kyg-location-input,
.kyg-location-block.is-busy .kyg-secondary-button,
.kyg-location-block.is-busy .kyg-link-button { opacity: .62; cursor: progress; }
.kyg-modal.is-busy { cursor: progress; }
.kyg-cod-panel, .kyg-courier-panel {
  margin-top: 13px; padding: 14px; border: 1px solid #ffd8bc; border-radius: 13px; background: #fff8f2;
}
.kyg-cod-amount { margin: 0 0 13px; }
.kyg-money-input { display: grid; grid-template-columns: auto 1fr; align-items: stretch; }
.kyg-money-input > span {
  display: grid; place-items: center; min-width: 58px; padding: 0 11px; border: 1px solid var(--kyg-border);
  border-right: 0; border-radius: 13px 0 0 13px; background: #f7f7fa; color: var(--kyg-navy);
  font-size: 12px; font-weight: 800; letter-spacing: .6px;
}
.kyg-money-input > input { border-radius: 0 13px 13px 0; }
.kyg-courier-panel .kyg-field { margin-top: 13px; margin-bottom: 10px; }
.kyg-courier-panel .kyg-segmented { grid-template-columns: repeat(2, minmax(0,1fr)); }
.kyg-courier-reference { margin-bottom: 8px !important; }
@container (max-width: 620px) {
  .kyg-benefit-icon svg { width: 36px; height: 36px; }
  .kyg-courier-panel .kyg-segmented { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .kyg-spinner { animation: none; } }


/* v1.2.5 — preserve exact customer-entered address while disclosing approximate Google mapping. */
.kyg-location-status span { display: block; margin-top: 3px; }
.kyg-location-entered { color: var(--kyg-navy); font-weight: 600; }
.kyg-location-exact { color: var(--kyg-success); }
.kyg-location-approx { margin-top: 7px !important; padding: 8px 10px; border-radius: 9px; background: #fff7ed; border: 1px solid #fed7aa; color: #7c2d12; }
.kyg-location-approx strong { color: #9a3412; }
.kyg-location-provider, .kyg-location-coordinates { color: #667085; font-size: 11px; }

/* v1.3.0 — service-area/community selector for reliable Guyana routing and zone pricing. */
.kyg-area-field { position: relative; margin-top: 13px; }
.kyg-area-combobox { position: relative; display: grid; grid-template-columns: 1fr 44px; }
.kyg-area-combobox > input { grid-column: 1 / -1; padding-right: 48px; }
.kyg-area-toggle {
  position: absolute; right: 4px; top: 4px; width: 38px; height: calc(100% - 8px);
  border: 0; border-left: 1px solid var(--kyg-border); background: transparent; color: var(--kyg-navy);
  border-radius: 0 10px 10px 0; cursor: pointer; font-size: 18px;
}
.kyg-area-results {
  position: absolute; z-index: 30; left: 0; right: 0; top: calc(100% + 5px); max-height: 280px; overflow: auto;
  padding: 7px; border: 1px solid var(--kyg-border); border-radius: 12px; background: #fff;
  box-shadow: 0 16px 36px rgba(27,24,54,.14);
}
.kyg-area-group { padding: 8px 9px 5px; color: #77798a; font: 700 11px/1.2 Barlow Condensed, Helvetica, Arial, Sans-Serif, serif; letter-spacing: 1px; text-transform: uppercase; }
.kyg-area-result { width: 100%; display: flex; justify-content: space-between; gap: 12px; padding: 10px 11px; border: 0; border-radius: 9px; background: #fff; color: var(--kyg-navy); cursor: pointer; text-align: left; font: inherit; }
.kyg-area-result:hover, .kyg-area-result:focus-visible { background: #fff4eb; outline: none; }
.kyg-area-result small { color: var(--kyg-orange-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }
.kyg-area-result--other { margin-top: 5px; border-top: 1px solid #eeeef2; border-radius: 0 0 8px 8px; font-weight: 700; }
.kyg-area-fallback { color: #8a5d20; }
.kyg-location-block .kyg-field > label > span { color: #858695; font-weight: 500; text-transform: none; letter-spacing: 0; }
@container (max-width: 620px) {
  .kyg-area-results { max-height: 230px; }
}


/* v1.3.1 — Material area combobox, desktop address row and smart-area feedback. */
.kyg-location-address-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}
.kyg-location-address-grid .kyg-field { min-width: 0; }
.kyg-location-address-grid .kyg-area-field { margin-top: 0; }
.kyg-required { color: var(--kyg-orange) !important; font-weight: 800 !important; }

.kyg-area-combobox {
  position: relative;
  display: block;
}
.kyg-area-combobox > input {
  width: 100%;
  min-height: 54px;
  padding-left: 46px;
  padding-right: 50px;
}
.kyg-area-leading-icon,
.kyg-area-toggle {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  color: #77798a;
}
.kyg-area-leading-icon {
  left: 14px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.kyg-area-toggle {
  right: 6px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  z-index: 3;
  transition: background .16s ease, color .16s ease;
}
.kyg-area-toggle:hover,
.kyg-area-toggle:focus-visible {
  background: #fff3e9;
  color: var(--kyg-orange-dark);
}
.kyg-material-icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex: 0 0 auto;
}
.kyg-area-toggle .kyg-material-icon { transition: transform .16s ease; }
.kyg-area-toggle.is-open .kyg-material-icon { transform: rotate(180deg); }
.kyg-area-combobox > input.is-auto-populated {
  border-color: rgba(20, 154, 58, .45);
  background: #fbfffc;
}
.kyg-area-assist {
  display: block;
  margin-top: 6px;
  color: #7a5a24;
  font-size: 12px;
  line-height: 1.4;
}
.kyg-area-assist--matched { color: #327445; }

/* The full desktop/laptop hero has enough room to scan Street + Area as one
   location decision. Keep the two controls on one row there, but stack them
   in narrower/tablet/mobile Kubio containers. */
@media (min-width: 980px) {
  .kyg-location-address-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(230px, .8fr);
    gap: 14px;
  }
}
@media (max-width: 979px) {
  .kyg-location-address-grid { grid-template-columns: 1fr; gap: 0; }
}


/* v1.3.2 — explicit address lookup workflow + theme-proof Material combobox.
   The Area control owns its border and gives each icon a dedicated grid cell,
   preventing Kubio/theme button/input rules from overlapping the text. */
#request-delivery .kyg-location-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 7px;
}
#request-delivery button.kyg-location-method-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  min-height: 50px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  padding: 10px 12px !important;
  border: 1px solid #dedee7 !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--kyg-navy) !important;
  font: 700 12px/1.2 Barlow Condensed, Helvetica, Arial, Sans-Serif, serif !important;
  letter-spacing: .35px;
  text-transform: none;
  text-align: center;
  cursor: pointer;
}
#request-delivery button.kyg-location-method-button:hover,
#request-delivery button.kyg-location-method-button:focus-visible {
  border-color: var(--kyg-orange) !important;
  background: #fff8f2 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255,101,0,.10) !important;
}
#request-delivery button.kyg-location-method-button--lookup {
  border-color: rgba(255,101,0,.46) !important;
}
#request-delivery button.kyg-location-method-button:disabled,
#request-delivery button.kyg-location-method-button[aria-disabled="true"] {
  opacity: .48 !important;
  cursor: not-allowed !important;
  border-color: #e4e4ea !important;
  background: #f7f7f9 !important;
  color: #77798a !important;
  box-shadow: none !important;
}
#request-delivery .kyg-action-material-icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
  flex: 0 0 20px;
}
#request-delivery .kyg-location-method-help {
  display: block;
  margin: 0 0 14px;
  color: #757689;
  font-size: 11px;
  line-height: 1.4;
}

#request-delivery .kyg-area-combobox {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 54px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 1px solid #d9d9e3 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: border-color .16s ease, box-shadow .16s ease;
}
#request-delivery .kyg-area-combobox:focus-within {
  border-color: var(--kyg-orange) !important;
  box-shadow: 0 0 0 3px rgba(255,101,0,.10) !important;
}
#request-delivery .kyg-area-leading-icon {
  position: static !important;
  grid-column: 1 !important;
  width: 42px !important;
  height: 52px !important;
  display: grid !important;
  place-items: center !important;
  transform: none !important;
  pointer-events: none !important;
  color: #77798a !important;
  z-index: auto !important;
}
#request-delivery .kyg-area-combobox > input[data-area-search] {
  -webkit-appearance: none !important;
  appearance: none !important;
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--kyg-navy) !important;
  font: inherit !important;
  line-height: 1.3 !important;
}
#request-delivery .kyg-area-combobox > input[data-area-search]:focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
#request-delivery button.kyg-area-toggle {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: static !important;
  grid-column: 3 !important;
  width: 42px !important;
  height: 52px !important;
  min-width: 42px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  transform: none !important;
  border: 0 !important;
  border-left: 1px solid #ececf1 !important;
  border-radius: 0 9px 9px 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #636477 !important;
  cursor: pointer !important;
  z-index: auto !important;
}
#request-delivery button.kyg-area-toggle:hover,
#request-delivery button.kyg-area-toggle:focus-visible {
  background: #fff5ec !important;
  color: var(--kyg-orange-dark) !important;
  outline: none !important;
  box-shadow: none !important;
}
#request-delivery .kyg-material-icon {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  fill: currentColor !important;
  flex: 0 0 22px !important;
}
#request-delivery button.kyg-area-toggle .kyg-material-icon {
  transition: transform .16s ease !important;
}
#request-delivery button.kyg-area-toggle.is-open .kyg-material-icon {
  transform: rotate(180deg) !important;
}
#request-delivery .kyg-area-results {
  grid-column: 1 / -1 !important;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: 0 !important;
}

/* Keep Street + Area together on laptops/desktops. */
@media (min-width: 980px) {
  #request-delivery .kyg-location-address-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(250px, .82fr) !important;
    gap: 14px !important;
  }
}
@media (max-width: 979px) {
  #request-delivery .kyg-location-methods {
    grid-template-columns: 1fr !important;
  }
  #request-delivery .kyg-location-address-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}

#request-delivery button.kyg-location-method-button.kyg-has-error,
#request-delivery button[data-error-target$="Lookup"].kyg-has-error {
  border-color: #cf2e2e !important;
  box-shadow: 0 0 0 3px rgba(207,46,46,.10) !important;
}

/* v1.4.0 — staged automated delivery-update preferences / WhatsApp consent. */
.kyg-notification-preferences {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e8e8ee;
}
.kyg-notification-preferences .kyg-compact-label { margin-top: 0; }
.kyg-notification-heading { margin-bottom: 10px; }
.kyg-notification-heading .kyg-field-help {
  display: block;
  margin-top: 3px;
  max-width: 620px;
}
.kyg-whatsapp-consent-panel {
  margin-top: 12px;
  padding: 13px;
  border: 1px solid #dcefe4;
  border-radius: 13px;
  background: #f8fcf9;
}
.kyg-whatsapp-consent-panel .kyg-field { margin-bottom: 10px; }
.kyg-whatsapp-opt-in {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: #525466;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}
.kyg-whatsapp-opt-in input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #25d366;
}
.kyg-whatsapp-opt-in strong { color: var(--kyg-navy); }
.kyg-whatsapp-audit-note,
.kyg-notification-email-note {
  margin: 8px 0 0;
  color: #767889;
  font-size: 11px;
  line-height: 1.45;
}
.kyg-notification-preferences.is-staged {
  padding-top: 14px;
}
.kyg-staged-channel {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--kyg-border);
  border-radius: 11px;
  background: #fff;
}
.kyg-staged-channel strong { color: var(--kyg-navy); font-size: 12px; }
.kyg-staged-channel span { color: #77798a; font-size: 11px; }
.kyg-success-update-preference {
  margin: 8px 0;
  color: #555767;
}

@media (max-width: 520px) {
  .kyg-whatsapp-consent-panel { padding: 11px; }
  .kyg-notification-preferences .kyg-segmented { grid-template-columns: 1fr; }
}


/* ==========================================================================\n   v1.4.1 UX refinement — progressive WHERE + smart WHO\n   ========================================================================== */
#request-delivery .kyg-location-method-button.is-selected {
  border-color: rgba(255, 124, 75, .85) !important;
  background: rgba(255, 124, 75, .10) !important;
  box-shadow: 0 0 0 2px rgba(255, 124, 75, .08) !important;
  color: var(--kyg-navy) !important;
}
#request-delivery .kyg-location-method-panel {
  margin: 12px 0 4px;
  padding: 14px;
  border: 1px solid rgba(27, 24, 54, .10);
  border-radius: 14px;
  background: rgba(255,255,255,.82);
}
#request-delivery .kyg-location-method-empty {
  margin: 10px 0 4px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(27,24,54,.035);
  color: rgba(27,24,54,.72);
  font-size: 13px;
}
#request-delivery .kyg-method-prompt {
  margin: 2px 0 9px;
  color: rgba(27,24,54,.68);
  font-size: 13px;
}
#request-delivery .kyg-method-guidance {
  margin: 0;
  color: rgba(27,24,54,.75);
  font-size: 13px;
  line-height: 1.5;
}
#request-delivery .kyg-find-address-button {
  width: auto;
  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 2px 0 6px;
}
#request-delivery .kyg-find-address-button:disabled {
  opacity: .48;
  cursor: not-allowed;
}
#request-delivery .kyg-requester-panel--first {
  margin: 12px 0 16px;
}
#request-delivery .kyg-contact-reuse-note {
  margin: 10px 0 2px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(27,24,54,.04);
  color: rgba(27,24,54,.76);
  font-size: 13px;
  line-height: 1.45;
}
#request-delivery .kyg-contact-reuse-note strong { color: var(--kyg-navy); }
#request-delivery .kyg-you-badge {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  margin-left: 7px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255,124,75,.12);
  color: #c84d1f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
}
#request-delivery .kyg-requester-communications {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(27,24,54,.09);
  border-radius: 14px;
  background: rgba(255,255,255,.76);
}
#request-delivery .kyg-area-field.is-compact { margin-bottom: 4px; }

@media (min-width: 980px) {
  #request-delivery .kyg-location-method-panel .kyg-location-address-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(250px, .82fr);
  }
}
@media (max-width: 720px) {
  #request-delivery .kyg-location-method-panel { padding: 12px; }
  #request-delivery .kyg-find-address-button { width: 100%; }
  #request-delivery .kyg-you-badge { margin-left: 5px; }
}
