:root {
  --ahd-text: #282828;
  --ahd-muted: #636363;
  --ahd-orange: #EA6129;
  --ahd-orange-dark: #D3450A;
  --ahd-border: #DADADA;
  --ahd-soft: #F7F7F7;
  --ahd-warm: #FDF0EB;
  --ahd-white: #FFF;
  --ahd-ai-1: #5C04F4;
  --ahd-ai-2: #D00AD3;
  --ahd-shadow: 0 1px 4px 1px rgba(0, 0, 0, .10);
  --ahd-container: 1240px;
}

.ah-delivery {
  width: 100%;
  color: var(--ahd-text);
  font-family: Montserrat, Arial, sans-serif;
  overflow: hidden
}

.ah-delivery * {
  box-sizing: border-box
}

.ah-delivery a {
  text-decoration: none
}

.ah-delivery__container {
  width: 100%;
  max-width: var(--ahd-container);
  margin: 0 auto
}

.ah-delivery__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  color: var(--ahd-muted);
  font-size: 12px;
  line-height: 16px
}

.ah-delivery__breadcrumbs a {
  color: var(--ahd-muted)
}

.ah-delivery__hero {
  padding: 32px 0 56px
}

.ah-delivery__hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 40px;
  align-items: center
}

.ah-delivery__hero h1 {
  margin: 0 0 16px;
  color: var(--ahd-text);
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.8px
}

.ah-delivery__lead {
  max-width: 670px;
  margin: 0;
  color: var(--ahd-text);
  font-size: 17px;
  line-height: 27px
}

.ah-delivery__hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px
}

.ah-delivery__btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease
}

.ah-delivery__btn--primary {
  background: linear-gradient(90deg, var(--ahd-orange) 0%, var(--ahd-orange-dark) 100%);
  color: #FFF7FC;
  box-shadow: 0 6px 16px rgba(211, 69, 10, .18)
}

.ah-delivery__btn--primary:hover {
  background: linear-gradient(90deg, #F06832 0%, #E45316 100%);
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(211, 69, 10, .22)
}

.ah-delivery__btn--secondary {
  background: #fff;
  color: var(--ahd-text);
  border-color: var(--ahd-border);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .08)
}

.ah-delivery__btn--secondary:hover {
  background: #F6F6F6
}

.ah-delivery__btn--hero {
  width: 100%;
  box-sizing: border-box;
  min-height: 56px;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600
}

.ah-delivery__btn--hero>span,
.ah-delivery__btn--final>span {
  font-size: 20px;
  line-height: 1;
  transition: transform .2s ease
}

.ah-delivery__btn--hero:hover>span,
.ah-delivery__btn--final:hover>span {
  transform: translateX(3px)
}

.ah-delivery__btn--hero-secondary {
  min-height: 56px;
  width: 100%;
  padding: 15px 24px;
  box-sizing: border-box;
  border-radius: 10px
}

.ah-delivery__hero-note {
  max-width: 620px;
  margin: 12px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 18px
}

.ah-delivery__btn--small {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 14px
}

.ah-delivery__trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 28px
}

.ah-delivery__trust-item {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid #ECECEC;
  border-radius: 12px;
  background: #fff
}

.ah-delivery__trust-item strong,
.ah-delivery__trust-item span {
  display: block
}

.ah-delivery__trust-item strong {
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600
}

.ah-delivery__trust-item span:not(.ah-delivery__iconbox) {
  margin-top: 3px;
  color: var(--ahd-muted);
  font-size: 11px;
  line-height: 15px
}

.ah-delivery__iconbox {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, var(--ahd-orange), var(--ahd-orange-dark));
  color: #fff;
  font-size: 13px;
  font-weight: 700
}

.ah-delivery__hero-media {
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  background: #F4EFEC;
  box-shadow: var(--ahd-shadow)
}

.ah-delivery__hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}

.ah-delivery__hero-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: radial-gradient(circle at 70% 30%, #fff 0, #FDF0EB 40%, #F4EFEC 100%);
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #DE5219
}

.ah-delivery__hero-placeholder small {
  font-family: Montserrat, sans-serif;
  color: var(--ahd-muted);
  font-size: 13px;
  font-weight: 400
}

.ah-delivery__section {
  padding: 56px 0
}

.ah-delivery__section--soft {
  background: var(--ahd-soft)
}

.ah-delivery__section-head {
  max-width: 760px;
  margin-bottom: 24px
}

.ah-delivery__section-head--row {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px
}

.ah-delivery__section-head h2,
.ah-delivery__check-grid h2,
.ah-delivery__final h2 {
  margin: 0 0 10px;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--ahd-text)
}

.ah-delivery__section-head p,
.ah-delivery__lead-small,
.ah-delivery__final p {
  margin: 0;
  color: var(--ahd-muted);
  font-size: 15px;
  line-height: 23px
}

.ah-delivery__muted {
  max-width: 360px;
  color: var(--ahd-muted);
  font-size: 12px;
  line-height: 18px;
  text-align: right
}

.ah-delivery__section--form {
  padding-top: 0
}

.ah-delivery__form-card {
  display: block;
  padding: 26px 28px 24px;
  box-sizing: border-box;
  border-radius: 16px;
  background: linear-gradient(115deg, #FFF5EF 0%, #FFF 52%, #FFF 100%);
  box-shadow: 0 6px 22px rgba(0, 0, 0, .07);
  border: 1px solid #F1DDD3
}

.ah-delivery__form-copy {
  max-width: 760px;
  margin-bottom: 22px
}

.ah-delivery__form-copy h2 {
  margin: 0 0 7px;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 600;
  color: var(--ahd-text)
}

.ah-delivery__form-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--ahd-muted);
  font-size: 14px;
  line-height: 21px
}

.ah-delivery__cf7 {
  width: 100%
}

.ah-delivery__cf7 .wpcf7-form {
  display: block
}

.ah-delivery__cf7 .wpcf7-form>p {
  margin: 0
}

.ah-delivery-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px
}

.ah-delivery-form-field {
  min-width: 0
}

.ah-delivery-form-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--ahd-text);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500
}

.ah-delivery-form-field .wpcf7-form-control-wrap {
  display: block
}

.ah-delivery-form-field input:not([type=checkbox]):not([type=radio]),
.ah-delivery-form-field select,
.ah-delivery-form-field textarea {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--ahd-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  color: var(--ahd-text);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease
}

.ah-delivery-form-field textarea {
  height: auto;
  min-height: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical
}

.ah-delivery-form-field input:focus,
.ah-delivery-form-field select:focus,
.ah-delivery-form-field textarea:focus {
  border-color: var(--ahd-orange);
  box-shadow: 0 0 0 3px rgba(234, 97, 41, .10)
}

.ah-delivery-form-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: center;
  margin-top: 18px
}

.ah-delivery-form-consent {
  min-width: 0
}

.ah-delivery-form-consent .wpcf7-list-item {
  margin: 0
}

.ah-delivery-form-consent label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #666;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer
}

.ah-delivery-form-consent input[type=checkbox] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 0;
  margin-top: 1px;
  accent-color: var(--ahd-orange)
}

.ah-delivery-form-submit {
  position: relative;
  width: 100%
}

.ah-delivery-form-submit .wpcf7-submit {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 20px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--ahd-orange), var(--ahd-orange-dark));
  box-shadow: 0 6px 16px rgba(211, 69, 10, .18);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease
}

.ah-delivery-form-submit .wpcf7-submit:hover {
  background: linear-gradient(90deg, #F06832 0%, #E45316 100%);
  transform: translateY(-1px);
  box-shadow: 0 9px 20px rgba(211, 69, 10, .22)
}

.ah-delivery-form-submit .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -12px 0 0
}

.ah-delivery__cf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 11px;
  line-height: 15px
}

.ah-delivery__cf7 .wpcf7-response-output {
  margin: 14px 0 0 !important
}

.ah-delivery__legal-note {
  margin: 12px 0 0 !important;
  color: #777;
  font-size: 11px !important;
  line-height: 17px !important
}

.ah-delivery__cards {
  display: grid;
  gap: 12px
}

.ah-delivery__cards--cost {
  grid-template-columns: repeat(6, 1fr)
}

.ah-delivery__card,
.ah-delivery__time-card {
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06)
}

.ah-delivery__card h3,
.ah-delivery__time-card h3,
.ah-delivery__model-card h3,
.ah-delivery__step h3 {
  margin: 12px 0 6px;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600
}

.ah-delivery__card p,
.ah-delivery__time-card p,
.ah-delivery__model-card p,
.ah-delivery__step p {
  margin: 0;
  color: var(--ahd-muted);
  font-size: 13px;
  line-height: 19px
}

.ah-delivery__steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px
}

.ah-delivery__step {
  position: relative;
  min-height: 180px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #EBEBEB
}

.ah-delivery__step-num {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--ahd-orange), var(--ahd-orange-dark));
  color: #fff;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-weight: 600
}

.ah-delivery__cards--times {
  grid-template-columns: repeat(5, 1fr)
}

.ah-delivery__time-card>span {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 6px;
  background: var(--ahd-warm);
  color: #DE5219;
  font-size: 13px;
  font-weight: 600
}

.ah-delivery__notice {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--ahd-orange);
  background: #FFF8F5;
  color: var(--ahd-muted);
  font-size: 12px;
  line-height: 18px
}

.ah-delivery__models {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px
}

.ah-delivery__model-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06)
}

.ah-delivery__model-image {
  height: 150px;
  background: #F4F4F4
}

.ah-delivery__model-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.ah-delivery__model-body {
  padding: 14px
}

.ah-delivery__model-body .ah-delivery__btn {
  width: 100%;
  margin-top: 14px
}

.ah-delivery__pill {
  display: inline-flex;
  padding: 3px 7px;
  border-radius: 6px;
  background: #F1F1F1;
  color: var(--ahd-muted);
  font-size: 11px;
  line-height: 15px
}

.ah-delivery__rating-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ah-delivery__company-card {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #EFEFEF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07)
}

.ah-delivery__company-place {
  color: #DE5219;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center
}

.ah-delivery__company-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0
}

.ah-delivery__company-logo {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: #F4EFEC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DE5219;
  font-weight: 700
}

.ah-delivery__company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ah-delivery__company-main h3 {
  margin: 0 0 5px;
  font-family: "Montserrat", Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600
}

.ah-delivery__company-info {
  min-width: 0
}

.ah-delivery__company-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 5px
}

.ah-delivery__company-name {
  font-family: "Montserrat", Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--ahd-text);
  text-decoration: none
}

.ah-delivery__company-name:hover {
  color: #DE5219
}

.ah-delivery__company-address {
  margin: -1px 0 7px;
  color: #8A8A8A;
  font-size: 11px;
  line-height: 15px;

  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 620px
}

.ah-delivery__company-metrics {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center
}

.ah-delivery__company-metrics .ah-delivery__metric {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 7px;
  border-radius: 6px;
  background: #F7F7F7;
  color: var(--ahd-muted);
  font-size: 11px;
  line-height: 15px
}

.ah-delivery__metric img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  border-radius: 3px
}

.ah-delivery__metric b {
  font-weight: 600;
  color: #4A4A4A
}

.ah-delivery__metric small {
  font-size: 10px;
  color: #9A9A9A
}

.ah-delivery__metric--rating {
  background: #FFF8F4 !important;
  color: #DE5219 !important
}

.ah-delivery__metric--rating b {
  color: #DE5219
}

.ah-delivery__company-actions {
  display: flex;
  align-items: center;
  gap: 14px
}

.ah-delivery__rating-list--ads {
  margin-bottom: 10px
}

.ah-delivery__company-card--ad {
  border-color: #F2D8CB;
  align-items: start;
  background: linear-gradient(90deg, #FFF9F6 0%, #FFF 38%);
  box-shadow: 0 1px 5px rgba(224, 87, 30, .10)
}

.ah-delivery__company-place--ad {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border-radius: 8px;
  background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.ah-delivery__company-place--ad svg {
  display: block
}

.ah-delivery__ad-label {
  display: inline-flex;
  padding: 2px 7px;
  border-radius: 6px;
  background: #FDF0EB;
  color: #DE5219;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500
}

.ah-delivery__text-link {
  color: #DE5219;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none
}

.ah-delivery__section--check {
  background: #161616;
  color: #fff
}

.ah-delivery__check-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 40px;
  align-items: center
}

.ah-delivery__section--check h2 {
  color: #fff
}

.ah-delivery__section--check .ah-delivery__lead-small {
  color: #CFCFCF
}

.ah-delivery__check-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px
}

.ah-delivery__check-items>div {
  display: flex;
  gap: 10px;
  padding: 13px;
  border: 1px solid #353535;
  border-radius: 12px;
  background: #202020
}

.ah-delivery__check-items>div>span {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #008300;
  color: #fff;
  font-size: 12px;
  font-weight: 700
}

.ah-delivery__check-items strong {
  display: block;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 13px;
  line-height: 17px
}

.ah-delivery__check-items p {
  margin: 4px 0 0;
  color: #AFAFAF;
  font-size: 11px;
  line-height: 16px
}

.ah-delivery__finder {
  position: relative;
  padding: 22px;
  border-radius: 16px;
  background: #fff;
  color: var(--ahd-text);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18)
}

.ah-delivery__ai-mark {
  display: inline-flex;
  padding: 4px 7px;
  border-radius: 8px;
  background: linear-gradient(92deg, #4B27E9, #9238FF);
  color: #fff;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600
}

.ah-delivery__finder h3 {
  margin: 10px 0 8px;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600
}

.ah-delivery__finder p {
  margin: 0 0 16px;
  color: var(--ahd-muted);
  font-size: 13px;
  line-height: 20px
}

.ah-delivery__finder label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 500
}

.ah-delivery__finder-input-wrap {
  position: relative
}

.ah-delivery__finder-input {
  width: 100%;
  height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--ahd-border);
  border-radius: 12px;
  background: #fff;
  color: var(--ahd-text);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  outline: none
}

.ah-delivery__finder-input:focus {
  border-color: #7B1FFF;
  box-shadow: 0 0 0 3px rgba(123, 31, 255, .10)
}

.ah-delivery__finder-results {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 52px;
  max-height: 250px;
  overflow: auto;
  padding: 6px;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14)
}

.ah-delivery__finder-result {
  width: 100%;
  display: block;
  padding: 10px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: var(--ahd-text);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  cursor: pointer
}

.ah-delivery__finder-result:hover,
.ah-delivery__finder-result.is-active {
  background: #F5F2FF
}

.ah-delivery__btn--ai {
  width: 100%;
  margin: 10px 0;
  background: linear-gradient(90deg, var(--ahd-ai-1), var(--ahd-ai-2));
  color: #fff;
  box-shadow: 0 2px 8px rgba(150, 7, 227, .25)
}

.ah-delivery__btn--ai:disabled {
  opacity: .45;
  cursor: not-allowed;
  box-shadow: none
}

.ah-delivery__content {
  max-width: 980px
}

.ah-delivery__content h2,
.ah-delivery__content h3 {
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  color: var(--ahd-text);
  font-weight: 600
}

.ah-delivery__content h2 {
  margin: 36px 0 12px;
  font-size: 28px;
  line-height: 1.25
}

.ah-delivery__content h2:first-child {
  margin-top: 0
}

.ah-delivery__content h3 {
  margin: 24px 0 10px;
  font-size: 20px;
  line-height: 1.3
}

.ah-delivery__content p,
.ah-delivery__content li {
  font-size: 15px;
  line-height: 24px;
  color: var(--ahd-text)
}

.ah-delivery__content a {
  color: #DE5219;
  text-decoration: underline;
  text-underline-offset: 2px
}

.ah-delivery__faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px
}

.ah-delivery__faq-item {
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden
}

.ah-delivery__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 15px 16px;
  cursor: pointer;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600
}

.ah-delivery__faq-item summary::-webkit-details-marker {
  display: none
}

.ah-delivery__faq-item summary span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #DE5219
}

.ah-delivery__faq-item[open] summary span {
  transform: rotate(45deg)
}

.ah-delivery__faq-item>div {
  padding: 0 16px 16px;
  color: var(--ahd-muted);
  font-size: 13px;
  line-height: 20px
}

.ah-delivery__faq-item>div p {
  margin: 0 0 8px
}

.ah-delivery__final {
  padding-top: 32px;
  padding-bottom: 72px
}

.ah-delivery__final-inner {
  /* min-height: 300px; */
  display: grid;
  grid-template-columns: 1fr .55fr;
  align-items: center;
  gap: 24px;
  padding: 38px 42px;
  border-radius: 16px;
  background: linear-gradient(110deg, #FFF0E8 0%, #FDF0EB 48%, #FFF 100%);
  border: 1px solid #F2D8CB;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .06);
  overflow: hidden
}

.ah-delivery__final img {
  width: 100%;

  object-fit: contain;
  align-self: end
}

.ah-delivery__btn--final {
  min-width: 300px;
  min-height: 56px;
  margin-top: 22px;
  padding: 15px 26px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  margin: 0;
}
.ah-delivery__final img{
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width:1280px) {
  .ah-delivery__container {
    padding-left: 16px;
    padding-right: 16px
  }
}

@media screen and (max-width:1120px) {
  .ah-delivery__hero-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .ah-delivery__hero h1 {
    font-size: 42px
  }

  .ah-delivery__cards--cost {
    grid-template-columns: repeat(3, 1fr)
  }

  .ah-delivery__steps {
    grid-template-columns: repeat(3, 1fr)
  }

  .ah-delivery__cards--times {
    grid-template-columns: repeat(3, 1fr)
  }

  .ah-delivery__models {
    grid-template-columns: repeat(3, 1fr)
  }

  .ah-delivery__hero-media {
    display: none;
  }
}

@media screen and (max-width:860px) {
  .ah-delivery__hero {
    padding-top: 24px
  }

  .ah-delivery__hero-grid,
  .ah-delivery__check-grid,
  .ah-delivery__final-inner {
    grid-template-columns: 1fr
  }


  .ah-delivery__hero-media {
    height: 340px;
    order: -1
  }

  .ah-delivery__hero h1 {
    font-size: 36px
  }

  .ah-delivery-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .ah-delivery-form-bottom {
    grid-template-columns: minmax(0, 1fr) 300px
  }

  .ah-delivery__section-head--row {
    align-items: flex-start;
    flex-direction: column
  }

  .ah-delivery__muted {
    text-align: left
  }

  .ah-delivery__models {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    margin-right: -16px
  }

  .ah-delivery__model-card {
    min-width: 260px;
    scroll-snap-align: start
  }

  .ah-delivery__company-card {
    grid-template-columns: 42px 1fr
  }

  .ah-delivery__company-actions {
    grid-column: 3;
    justify-content: flex-start
  }


  .ah-delivery__company-place--ad {
    width: 26px;
    height: 26px;
  }

  .ah-delivery__company-place--ad svg {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width:670px) {
  .ah-delivery__breadcrumbs {
    padding-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .ah-delivery__hero {
    padding: 20px 0 36px
  }

  .ah-delivery__hero-media {
    height: 270px
  }

  .ah-delivery__hero h1 {
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -.3px
  }

  .ah-delivery__lead {
    font-size: 15px;
    line-height: 23px
  }

  .ah-delivery__btn--hero {
    min-height: 46px;
    font-size: 14px;
    padding: 8px 12px;
  }

  .ah-delivery__btn {
    font-size: 14px;
  }

  .ah-delivery__hero-actions {
    flex-direction: column
  }

  .ah-delivery__hero-actions .ah-delivery__btn {
    padding: 8px 12px;
    min-height: 46px;
    width: 100%;
    min-width: 0
  }

  .ah-delivery__btn--final {
    padding: 8px 12px;
    min-height: 46px;
  }

  .ah-delivery__trust-grid {
    grid-template-columns: 1fr
  }

  .ah-delivery__section {
    padding: 40px 0
  }

  .ah-delivery__section-head h2,
  .ah-delivery__check-grid h2,
  .ah-delivery__final h2 {
    font-size: 25px
  }

  .ah-delivery__form-card {
    padding: 18px 16px
  }

  .ah-delivery__form-copy {
    margin-bottom: 18px
  }

  .ah-delivery__form-copy h2 {
    font-size: 23px
  }

  .ah-delivery-form-grid {
    grid-template-columns: 1fr;
    gap: 13px
  }

  .ah-delivery-form-bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 16px
  }

  .ah-delivery-form-submit {
    order: 1
  }

  .ah-delivery-form-consent {
    order: 2
  }

  .ah-delivery-form-field input:not([type=checkbox]):not([type=radio]),
  .ah-delivery-form-field select {
    height: 46px
  }

  .ah-delivery-form-submit .wpcf7-submit {
    min-height: 48px;
    font-size: 14px
  }

  .ah-delivery__cards--cost,
  .ah-delivery__steps,
  .ah-delivery__cards--times,
  .ah-delivery__check-items,
  .ah-delivery__faq {
    grid-template-columns: 1fr
  }

  .ah-delivery__step {
    min-height: auto
  }

  .ah-delivery__company-card {
    grid-template-columns: 34px 1fr;
    padding: 12px
  }

  .ah-delivery__company-main {
    align-items: flex-start
  }

  .ah-delivery__company-logo {
    width: 42px;
    height: 42px;
    min-width: 42px
  }

  .ah-delivery__company-actions {
    grid-column: 1/-1;
    width: 100%;
    justify-content: space-between
  }

  .ah-delivery__company-actions .ah-delivery__btn {
    flex: 1
  }

  .ah-delivery__btn--final {
    width: 100%;
    min-width: 0
  }

  .ah-delivery__finder {
    padding: 16px
  }

  .ah-delivery__content h2 {
    font-size: 23px
  }

  .ah-delivery__content h3 {
    font-size: 18px
  }

  .ah-delivery__final-inner {
    padding: 20px
  }
}

@media screen and (max-width:450px) {
  .ah-delivery__hero-media {
    height: 220px
  }

  .ah-delivery__hero h1 {
    font-size: 28px
  }

  .ah-delivery__cards--cost {
    grid-template-columns: 1fr
  }

  .ah-delivery__cards--times {
    grid-template-columns: 1fr
  }
}