:root {
    --az-font-display: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --az-font-body: "Cabin", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --az-ink: #191d2a;
    --az-muted: #657080;
    --az-pink: #dba9bd;
    --az-pink-dark: #b96f90;
    --az-pink-soft: #f8edf2;
    --az-peach: #f5bd87;
    --az-lime: #b7d66d;
    --az-green: #267a5b;
    --az-coral: #ff7467;
    --az-yellow: #ffc857;
    --az-sky: #54bfe6;
    --az-lilac: #8d7bd8;
    --az-mint: #dff6e9;
    --az-blue-soft: #eef3fb;
    --az-border: #e3e6eb;
    --az-white: #fff;
    --az-shadow: 0 18px 55px rgba(44, 32, 48, .09);
    --az-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.az-site {
    margin: 0;
    color: var(--az-ink);
    background: #fff;
    font-family: var(--az-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}
body.az-site img { max-width: 100%; }
body.az-site a { color: inherit; }
body.az-site h1,
body.az-site h2,
body.az-site h3,
body.az-site p { margin-top: 0; }
body.az-site main h1,
body.az-site main h2,
body.az-site main h3,
body.az-site main h4,
body.az-site main h5,
body.az-site main h6 {
    font-family: var(--az-font-display) !important;
    font-style: normal;
}
body.az-site main h1,
body.az-site main h2 { font-weight: 800 !important; }
body.az-site main h3,
body.az-site main h4,
body.az-site main h5,
body.az-site main h6 { font-weight: 700 !important; }
body.az-site main h1 span,
body.az-site main h2 span,
body.az-site main h3 span,
body.az-site main h4 span,
body.az-site main h5 span,
body.az-site main h6 span { font-family: inherit; font-weight: inherit; }
body.az-site h1 { font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.04em; }
body.az-site h2 { font-size: clamp(1.65rem, 2.8vw, 2.55rem); line-height: 1.08; letter-spacing: -.025em; }
body.az-site main p,
body.az-site main li,
body.az-site input,
body.az-site select,
body.az-site textarea { font-family: var(--az-font-body); font-weight: 400; }
body.az-site button,
body.az-site .btn,
body.az-site .az-button {
    font-family: var(--az-font-display);
    font-weight: 700 !important;
    letter-spacing: -.015em;
}
.az-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.az-skip-link { position: fixed; top: -50px; left: 16px; z-index: 1000; padding: 10px 16px; background: #fff; border-radius: 0 0 8px 8px; }
.az-skip-link:focus { top: 0; }

.az-header {
    position: relative;
    z-index: 50;
    color: var(--az-ink);
    background: linear-gradient(105deg, rgba(237,249,242,.98), rgba(255,255,255,.97) 48%, rgba(255,249,231,.97));
    border-bottom: 1px solid rgba(25,29,42,.07);
    box-shadow: 0 10px 35px rgba(39,23,31,.05);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.az-header::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 5%, rgba(31,143,99,.34), rgba(255,200,87,.42), transparent 95%);
    content: "";
}
.az-header__inner { min-height: 84px; display: flex; align-items: center; gap: 22px; }
.az-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
    color: var(--az-ink) !important;
    font-family: var(--az-font-display);
    text-decoration: none;
}
.az-brand__mark {
    display: grid;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    place-items: center;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(185,38,50,.17);
    transform: rotate(-2deg);
    transition: transform .2s ease, box-shadow .2s ease;
}
.az-brand:hover .az-brand__mark { box-shadow: 0 11px 24px rgba(185,38,50,.23); transform: rotate(3deg) translateY(-1px); }
.az-brand__mark img { width: 100%; height: 100%; object-fit: cover; }
.az-brand__copy { display: flex; flex-direction: column; gap: 1px; line-height: 1; }
.az-brand__copy strong { font-size: 1.17rem; font-weight: 800; letter-spacing: -.05em; white-space: nowrap; }
.az-brand__copy em { color: #cf2430; font-style: normal; }
.az-brand__copy small { color: #7c6670; font-size: .61rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.az-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 2px; }
.az-nav a {
    position: relative;
    padding: 10px 12px;
    border-radius: 12px;
    color: #4f4650 !important;
    font-family: var(--az-font-display);
    font-size: .96rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .18s ease, background .18s ease;
}
.az-nav a:hover,
.az-nav a[aria-current="page"] { color: #19714f !important; background: #eaf6ef; }
.az-nav a[aria-current="page"]::after {
    position: absolute;
    right: 13px;
    bottom: 5px;
    left: 13px;
    height: 2px;
    border-radius: 2px;
    background: #36a978;
    content: "";
}
.az-nav__mobile-cta { display: none; }
.az-header__cta {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 6px 7px 6px 17px;
    border-radius: 15px;
    color: #fff !important;
    background: linear-gradient(135deg, #239564, #16724c);
    box-shadow: 0 10px 24px rgba(24,116,77,.2);
    font-family: var(--az-font-display);
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}
.az-header__cta i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    color: #17734d;
    background: #fff;
    font-size: .86rem;
    transition: transform .18s ease;
}
.az-header__cta:hover { box-shadow: 0 14px 30px rgba(24,116,77,.27); transform: translateY(-2px); }
.az-header__cta:hover i { transform: translateX(2px); }
.az-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid #d8eadf;
    border-radius: 13px;
    color: #19714f;
    background: #fff;
    box-shadow: 0 7px 18px rgba(53,35,44,.08);
    font: inherit;
    font-size: 1.08rem;
}

.az-footer {
    position: relative;
    overflow: hidden;
    padding: 28px 0 20px;
    color: rgba(255,255,255,.7);
    background:
        radial-gradient(circle at 8% 22%, rgba(184,68,113,.22), transparent 31%),
        radial-gradient(circle at 92% 85%, rgba(108,117,196,.16), transparent 29%),
        #17151d;
    border-radius: 38px 38px 0 0;
    font-family: var(--az-font-body);
}
.az-footer::before {
    position: absolute;
    top: 165px;
    right: -85px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(255,255,255,.025), 0 0 0 68px rgba(255,255,255,.02);
    content: "";
}
.az-footer__callout {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    overflow: hidden;
    padding: 38px 42px;
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 28px;
    color: #241821;
    background:
        radial-gradient(circle at 78% 5%, rgba(255,255,255,.72), transparent 28%),
        linear-gradient(125deg, #f5dbe5 0%, #f8e8d7 66%, #e8efcf 100%);
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.az-footer__callout::after {
    position: absolute;
    top: -52px;
    right: 22%;
    width: 130px;
    height: 130px;
    border: 25px solid rgba(255,255,255,.32);
    border-radius: 50%;
    content: "";
}
.az-footer__callout-copy { position: relative; z-index: 1; }
.az-footer__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #a43663;
    font-family: var(--az-font-display);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.az-footer .az-footer__callout h2 {
    margin: 0 0 7px;
    color: #241821;
    font-family: var(--az-font-display);
    font-size: clamp(1.75rem, 3vw, 2.55rem) !important;
    font-weight: 800;
    letter-spacing: -.045em;
}
.az-footer__callout p { margin: 0; color: #6f5f67; }
.az-footer__callout-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 16px;
    min-height: 56px;
    padding: 7px 8px 7px 21px;
    border-radius: 17px;
    color: #fff !important;
    background: #221a24;
    box-shadow: 0 13px 28px rgba(36,24,33,.2);
    font-family: var(--az-font-display);
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease;
}
.az-footer__callout-button span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 13px;
    color: #9a315d;
    background: #fff;
}
.az-footer__callout-button:hover { background: #3a2735; transform: translateY(-2px); }
.az-footer__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.55fr .72fr .9fr 1.05fr;
    gap: 50px;
    padding-top: 62px;
    padding-bottom: 52px;
}
.az-footer h2 {
    margin-bottom: 19px;
    color: #fff;
    font-family: var(--az-font-display);
    font-size: .72rem !important;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.az-footer__intro > p { max-width: 390px; margin: 22px 0; color: rgba(255,255,255,.62); line-height: 1.7; }
.az-footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-family: var(--az-font-display); }
.az-footer a { color: rgba(255,255,255,.72) !important; text-decoration: none; transition: color .18s ease, transform .18s ease; }
.az-footer__links > a:hover { color: #fff !important; transform: translateX(3px); }
.az-footer-logo {
    display: inline-block;
    width: 210px;
    max-width: 100%;
    padding: 2px 0;
}
.az-footer-logo img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.2));
}
.az-footer__trust { display: flex; flex-wrap: wrap; gap: 8px; }
.az-footer__trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 9px;
    color: rgba(255,255,255,.64);
    background: rgba(255,255,255,.04);
    font-family: var(--az-font-display);
    font-size: .68rem;
    font-weight: 600;
}
.az-footer__trust i { color: #d9dca1; }
.az-footer__contact a { display: flex; align-items: center; gap: 10px; }
.az-footer__contact i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #e9a1be; background: rgba(255,255,255,.06); font-size: .72rem; }
.az-footer__bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 19px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.46);
    font-size: .75rem;
}
.az-footer__signoff { display: inline-flex; align-items: center; gap: 7px; }
.az-footer__signoff i { color: #d86e99; font-size: .65rem; }

.az-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid #19875a;
    border-radius: 12px;
    color: #fff !important;
    background: linear-gradient(135deg, #27a96f, #178256);
    box-shadow: 0 10px 24px rgba(24,135,90,.2);
    font: inherit;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.az-button:hover { transform: translateY(-2px); color: #fff !important; background: linear-gradient(135deg, #1d9862, #116f49); box-shadow: 0 14px 30px rgba(24,135,90,.27); }
.az-button--small { min-height: 42px; padding: 9px 14px; font-size: .9rem; }
.az-button--large { min-height: 56px; padding: 15px 24px; font-size: 1.05rem; }
.az-button--full { width: 100%; }
.az-button--secondary { color: var(--az-ink) !important; background: #fff; border-color: var(--az-border); box-shadow: none; }
.az-button--secondary:hover { color: var(--az-ink) !important; background: var(--az-pink-soft); }
.az-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--az-pink-dark) !important; font-weight: 700; text-decoration: none; }
.az-text-link:hover { text-decoration: underline; }
.az-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: #18764f; font-family: var(--az-font-display); font-size: .84rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.az-eyebrow { display: flex; align-items: center; gap: 8px; color: var(--az-muted); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .07em; }
.az-eyebrow img { width: 28px; height: 28px; object-fit: contain; }
.az-eyebrow span { font-weight: 500; }
.az-lede { color: var(--az-muted); font-size: 1.13rem; }
.az-helper { margin: 13px 0 0; color: var(--az-muted); font-size: .88rem; }
.az-helper--center { text-align: center; }

.az-search-hero {
    position: relative;
    padding: 76px 0 62px;
    background:
        radial-gradient(circle at 7% 12%, rgba(255,199,77,.28), transparent 23%),
        radial-gradient(circle at 94% 78%, rgba(84,191,230,.2), transparent 24%),
        linear-gradient(135deg, #fbedf3 0%, #f5f6fb 58%, #edf7e4 100%);
}
.az-search-hero::after {
    position: absolute;
    top: 58px;
    right: 7%;
    width: 96px;
    height: 96px;
    border: 18px solid rgba(126,105,197,.07);
    border-radius: 50%;
    content: "";
}
.az-search-hero__copy { max-width: 730px; margin-bottom: 36px; }
.az-search-hero__copy h1 { margin-bottom: 18px; }
.az-search-hero__copy p { max-width: 670px; color: var(--az-muted); font-size: 1.15rem; }
.az-search-panel {
    position: relative;
    z-index: 2;
    padding: 25px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 24px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 22px 55px rgba(53,43,62,.12);
}
.az-search-panel__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e7ea;
}
.az-search-panel__heading > div {
    display: flex;
    align-items: center;
    gap: 12px;
}
.az-search-panel__heading > div > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.az-search-panel__heading-icon {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #d05f76, #ad4f73);
    box-shadow: 0 8px 18px rgba(173,79,115,.2);
}
.az-search-panel__heading strong {
    color: #34453e;
    font-family: var(--az-font-display);
    font-size: .93rem;
}
.az-search-panel__heading small {
    color: #7b837f;
    font-size: .76rem;
}
.az-search-panel__heading > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    color: #8a6878 !important;
    font-family: var(--az-font-display);
    font-size: .76rem;
    font-weight: 700;
    text-decoration: none;
}
.az-search-panel__heading > a:hover { color: #a74468 !important; text-decoration: underline; }
.az-search-panel__primary {
    display: grid;
    grid-template-columns: minmax(260px, 1.15fr) minmax(270px, 1fr) auto;
    gap: 15px;
    align-items: start;
}
.az-search-panel__secondary {
    display: grid;
    grid-template-columns: 1.2fr .72fr 1fr 1.16fr;
    gap: 13px;
    align-items: end;
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #ece8de;
    border-radius: 17px;
    background:
        linear-gradient(110deg, rgba(255,247,224,.72), rgba(244,250,247,.88));
}
.az-search-panel__secondary .az-field label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.az-search-panel__secondary .az-field label i {
    width: 14px;
    color: #b95c76;
    text-align: center;
}
.az-search-panel__submit {
    min-width: 182px;
    height: 49px;
    margin-top: 24px;
    white-space: nowrap;
}
.az-filter-toggle {
    display: flex;
    min-height: 49px;
    align-items: center;
    gap: 11px;
    padding: 8px 11px;
    border: 1px solid #d8e5dc;
    border-radius: 11px;
    background: rgba(255,255,255,.88);
    cursor: pointer;
}
.az-filter-toggle > input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
.az-filter-toggle__control {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 38px;
    height: 22px;
    border-radius: 999px;
    background: #d6ddd9;
    transition: background .18s ease;
}
.az-filter-toggle__control i {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(38,61,49,.2);
    transition: transform .18s ease;
}
.az-filter-toggle > input:checked + .az-filter-toggle__control { background: #269268; }
.az-filter-toggle > input:checked + .az-filter-toggle__control i { transform: translateX(16px); }
.az-filter-toggle > input:focus-visible + .az-filter-toggle__control { box-shadow: 0 0 0 3px rgba(35,146,101,.2); }
.az-filter-toggle > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}
.az-filter-toggle strong {
    color: #35463e;
    font-family: var(--az-font-display);
    font-size: .78rem;
}
.az-filter-toggle strong i { margin-right: 4px; color: #d49b22; }
.az-filter-toggle small {
    overflow: hidden;
    color: #7b867f;
    font-size: .66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.az-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.az-field label { color: #343b49; font-size: .85rem; font-weight: 700; }
.az-field label span { color: var(--az-muted); font-weight: 400; }
.az-field input:not([type="checkbox"]):not([type="radio"]),
.az-field select,
.az-field textarea,
.az-sort select {
    width: 100%;
    min-height: 49px;
    padding: 11px 13px;
    border: 1px solid #d8dce3;
    border-radius: 10px;
    color: var(--az-ink);
    background: #fff;
    font: inherit;
    outline: none;
}
.az-field textarea { resize: vertical; }
.az-field input:not([type="checkbox"]):not([type="radio"]):focus,
.az-field select:focus,
.az-field textarea:focus,
.az-sort select:focus { border-color: var(--az-pink-dark); box-shadow: 0 0 0 3px rgba(185,111,144,.14); }
.az-field small { color: var(--az-muted); }
.az-input-icon { position: relative; }
.az-input-icon > i { position: absolute; top: 50%; left: 14px; z-index: 1; color: var(--az-pink-dark); transform: translateY(-50%); }
.az-field .az-input-icon input:not([type="checkbox"]):not([type="radio"]) { padding-left: 39px; }
.az-location-field { position: relative; z-index: 5; }
.az-location-combobox input { padding-right: 42px !important; }
.az-location-clear {
    position: absolute;
    top: 50%;
    right: 8px;
    display: grid;
    width: 31px;
    height: 31px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 9px;
    color: #8a737e;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
}
.az-location-clear:hover { color: #a74468; background: #f8edf1; }
.az-location-field.is-loading .az-location-combobox::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 44px;
    width: 16px;
    height: 16px;
    border: 2px solid #eadce2;
    border-top-color: #b04f72;
    border-radius: 50%;
    content: "";
    animation: az-location-spin .7s linear infinite;
}
@keyframes az-location-spin { to { transform: rotate(360deg); } }
.az-location-suggestions {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    z-index: 20;
    overflow: auto;
    max-height: 325px;
    padding: 7px;
    border: 1px solid #e1dde0;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(48,35,43,.18);
}
.az-location-option {
    display: grid;
    width: 100%;
    grid-template-columns: auto 1fr auto;
    gap: 11px;
    align-items: center;
    padding: 10px;
    border: 0;
    border-radius: 11px;
    color: #384840;
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
}
.az-location-option:hover,
.az-location-option.is-active {
    color: #1d704f;
    background: #edf8f2;
}
.az-location-option__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: #bd5571;
    background: #faedf2;
}
.az-location-option__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}
.az-location-option__copy strong {
    overflow: hidden;
    font-family: var(--az-font-display);
    font-size: .8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.az-location-option__copy small { color: #7b8580; font-size: .7rem; }
.az-location-option > i { color: #9aaba2; font-size: .7rem; }
.az-location-suggestions__empty {
    display: block;
    padding: 15px 13px;
    color: #727d77;
    font-size: .78rem;
    text-align: center;
}
.az-active-filters {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 18px;
}
.az-active-filters > span {
    margin-right: 2px;
    color: #756c72;
    font-family: var(--az-font-display);
    font-size: .72rem;
    font-weight: 700;
}
.az-active-filters a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border: 1px solid rgba(185,93,119,.18);
    border-radius: 999px;
    color: #8c4960 !important;
    background: rgba(255,255,255,.76);
    font-family: var(--az-font-display);
    font-size: .7rem;
    font-weight: 700;
    text-decoration: none;
}
.az-active-filters a:hover { border-color: #bd5a78; background: #fff; }
.az-active-filters a i { font-size: .6rem; }
.az-check { display: inline-flex; align-items: center; gap: 10px; color: #343b49; font-size: .9rem; font-weight: 600; cursor: pointer; }
.az-check input { width: 18px; height: 18px; accent-color: var(--az-pink-dark); }

.az-section { padding: 76px 0; }
.az-section--soft { background: #f7f8fb; }
.az-page-hero,
.az-provider-hero { padding: 80px 0; background: linear-gradient(135deg, var(--az-pink-soft), #f7f8fb); }
.az-page-hero .az-shell { max-width: 820px; text-align: center; }
.az-page-hero p { color: var(--az-muted); font-size: 1.15rem; }
.az-results-bar { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 30px; }
.az-results-bar .az-kicker { margin-bottom: 5px; }
.az-results-bar h2 { margin-bottom: 0; }
.az-sort { display: flex; align-items: center; gap: 10px; }
.az-sort label { white-space: nowrap; color: var(--az-muted); font-size: .9rem; }
.az-sort select { min-width: 190px; }
.az-activity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.az-activity-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--az-border); border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(27,31,42,.06); transition: transform .2s ease, box-shadow .2s ease; }
.az-activity-card:hover { transform: translateY(-4px); box-shadow: var(--az-shadow); }
.az-activity-card__image { position: relative; display: block; height: 210px; overflow: hidden; background: #edf0f5; }
.az-activity-card__image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.az-activity-card:hover .az-activity-card__image > img { transform: scale(1.035); }
.az-badge { display: inline-flex; align-items: center; gap: 6px; width: fit-content; padding: 6px 10px; border-radius: 999px; color: #525d6b; background: #f1f3f6; font-size: .76rem; font-weight: 700; }
.az-badge--success { position: absolute; top: 14px; left: 14px; color: #1f634c; background: #e2f2e8; }
.az-activity-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.az-activity-card__provider { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--az-muted); font-size: .82rem; font-weight: 600; }
.az-activity-card__provider img { width: 34px; height: 26px; object-fit: contain; }
.az-activity-card__provider a { text-decoration: none; }
.az-activity-card h2 { margin: 9px 0 10px; font-size: 1.42rem !important; }
.az-activity-card h2 a { text-decoration: none; }
.az-activity-card p { flex: 1; display: -webkit-box; overflow: hidden; margin-bottom: 16px; color: var(--az-muted); -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.az-fact-row { display: flex; flex-wrap: wrap; gap: 8px 13px; padding: 14px 0; border-top: 1px solid var(--az-border); color: #56606d; font-size: .79rem; }
.az-fact-row i { color: var(--az-pink-dark); }
.az-activity-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid var(--az-border); }
.az-activity-card__footer small { display: block; color: var(--az-muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.az-activity-card__footer strong { font-size: 1.25rem; }
.az-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 38px; }
.az-pagination a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--az-border); border-radius: 10px; text-decoration: none; }
.az-pagination a[aria-current="page"] { color: #fff; background: var(--az-pink-dark); border-color: var(--az-pink-dark); }
.az-reassurance { padding: 42px 0; background: #f7f8fb; border-top: 1px solid var(--az-border); }
.az-reassurance__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.az-reassurance__grid > div { display: grid; grid-template-columns: auto 1fr; column-gap: 13px; align-items: center; }
.az-reassurance__grid .az-icon-chip { grid-row: 1 / 3; }
.az-reassurance__grid p { margin: 2px 0 0; color: var(--az-muted); font-size: .9rem; }

.az-icon-chip { display: inline-grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--az-pink-dark); background: var(--az-pink-soft); }
.az-icon-chip--large { width: 54px; height: 54px; border-radius: 15px; font-size: 1.25rem; }
.az-empty-state { max-width: 650px; margin: 25px auto; padding: 55px 30px; text-align: center; border: 1px dashed #ccd2da; border-radius: var(--az-radius); background: #fbfbfc; }
.az-empty-state__icon { display: grid; width: 74px; height: 74px; margin: 0 auto 20px; place-items: center; border-radius: 22px; color: var(--az-pink-dark); background: var(--az-pink-soft); font-size: 1.8rem; }
.az-empty-state p { color: var(--az-muted); }
.az-alert { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 20px; padding: 14px 16px; border-radius: 12px; font-size: .92rem; }
.az-alert i { margin-top: 3px; }
.az-alert p { margin: 2px 0 0; }
.az-alert--error { color: #843d4b; background: #fae9ed; border: 1px solid #efc7d0; }
.az-alert--success { color: #1d664a; background: #e5f4eb; border: 1px solid #c2e3d0; }

.az-detail-hero { padding: 35px 0 70px; background: linear-gradient(180deg, #f9edf2 0%, #fff 100%); }
.az-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 30px; color: var(--az-muted); font-size: .85rem; }
.az-breadcrumb a { color: var(--az-muted) !important; text-decoration: none; }
.az-breadcrumb i { font-size: .65rem; }
.az-detail-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; }
.az-detail-hero__image { position: relative; overflow: hidden; min-height: 520px; border-radius: 28px; background: #edf0f5; box-shadow: var(--az-shadow); }
.az-detail-hero__image > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.az-promo { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 14px 18px; border-radius: 12px; color: #6e461d; background: rgba(255,238,208,.95); font-weight: 700; }
.az-detail-hero__content h1 { margin: 12px 0 18px; }
.az-provider-inline { display: flex; align-items: center; gap: 11px; width: fit-content; margin: 22px 0; padding: 10px 13px; border: 1px solid var(--az-border); border-radius: 13px; text-decoration: none; }
.az-provider-inline span:nth-child(2) { display: flex; flex-direction: column; }
.az-provider-inline small { color: var(--az-muted); }
.az-provider-inline > i { color: var(--az-muted); font-size: .75rem; }
.az-detail-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 25px 0; }
.az-detail-facts > div { display: flex; gap: 10px; align-items: center; padding: 13px; border-radius: 12px; background: #fff; border: 1px solid var(--az-border); }
.az-detail-facts > div > i { width: 24px; color: var(--az-pink-dark); text-align: center; }
.az-detail-facts span { display: flex; flex-direction: column; }
.az-detail-facts small { color: var(--az-muted); }
.az-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 70px; align-items: start; }
.az-prose { color: #353d4a; font-size: 1.04rem; }
.az-prose h2 { margin: 42px 0 15px; }
.az-prose > h2:first-of-type { margin-top: 4px; }
.az-benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.az-benefit-grid > div { display: flex; gap: 10px; align-items: center; padding: 13px; border-radius: 12px; background: #f7f8fb; }
.az-benefit-grid i { color: var(--green); }
.az-location-list { display: grid; gap: 10px; }
.az-location-list > div { display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--az-border); border-radius: 13px; }
.az-location-list span:last-child { display: flex; flex-direction: column; }
.az-location-list small { color: var(--az-muted); }
.az-session-list { display: grid; gap: 9px; }
.az-session-list > div { display: flex; align-items: center; justify-content: space-between; padding: 15px; border: 1px solid var(--az-border); border-radius: 12px; }
.az-session-list span { display: flex; flex-direction: column; }
.az-session-list small { color: var(--az-muted); }
.az-session-list a { color: var(--az-pink-dark); font-weight: 700; }
.az-contact-card { position: sticky; top: 24px; padding: 28px; border: 1px solid var(--az-border); border-radius: var(--az-radius); background: #fff; box-shadow: var(--az-shadow); }
.az-contact-card > p { color: var(--az-muted); }
.az-form { display: grid; gap: 14px; }

.az-provider-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.az-provider-card { padding: 26px; border: 1px solid var(--az-border); border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(27,31,42,.06); }
.az-provider-card__logo { display: grid; width: 92px; height: 70px; margin-bottom: 18px; place-items: center; color: var(--az-pink-dark); border-radius: 14px; background: #f7f8fb; font-size: 1.6rem; }
.az-provider-card__logo img { max-width: 74px; max-height: 48px; }
.az-provider-card h2 { margin: 16px 0 10px; font-size: 1.45rem !important; }
.az-provider-card p { min-height: 72px; color: var(--az-muted); }
.az-provider-card__meta { display: grid; gap: 8px; margin: 18px 0; color: #525d6b; font-size: .86rem; }
.az-provider-card__meta i { width: 20px; color: var(--az-pink-dark); }
.az-provider-hero__grid { display: grid; grid-template-columns: 190px 1fr; gap: 40px; align-items: center; }
.az-provider-hero__logo { display: grid; width: 180px; height: 150px; place-items: center; border: 1px solid var(--az-border); border-radius: 24px; background: #fff; box-shadow: var(--az-shadow); font-size: 3rem; color: var(--az-pink-dark); }
.az-provider-hero__logo img { max-width: 140px; max-height: 100px; }
.az-provider-hero h1 { margin: 6px 0 14px; }
.az-provider-hero p { max-width: 720px; color: var(--az-muted); font-size: 1.1rem; }
.az-provider-hero__links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.az-provider-hero__links a { color: var(--az-pink-dark) !important; font-weight: 700; text-decoration: none; }

.az-booking-hero { padding: 32px 0 26px; background: var(--az-pink-soft); }
.az-provider-journey-heading { max-width: 760px; margin: 20px auto 30px; text-align: center; }
.az-provider-journey-heading h1 { margin: 6px 0 10px; color: var(--az-ink); }
.az-provider-journey-heading p { margin: 0; color: var(--az-muted); font-size: 1rem; line-height: 1.65; }
.az-stepper { display: flex; align-items: flex-start; justify-content: center; max-width: 700px; margin: 5px auto 0; }
.az-stepper > span { display: flex; width: 110px; flex-direction: column; align-items: center; gap: 7px; color: #7b8490; font-size: .82rem; }
.az-stepper > span em,
.az-stepper > span > i { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid #cbd0d7; border-radius: 50%; background: #fff; font-style: normal; }
.az-stepper > span.is-complete > i,
.az-stepper > span.is-complete em,
.az-stepper > span.is-current em { color: #fff; background: var(--az-pink-dark); border-color: var(--az-pink-dark); }
.az-stepper > span.is-complete em { font-size: 0; }
.az-stepper > span.is-complete em::before { content: "\2713"; font-size: .9rem; font-weight: 800; }
.az-stepper > span.is-complete { color: #5f6874; }
.az-stepper > span.is-current { color: var(--az-ink); }
.az-stepper > i { flex: 1; height: 2px; margin-top: 16px; background: #cbd0d7; }
.az-stepper > span.is-complete + i { background: var(--az-pink-dark); }
.az-booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 34px; align-items: start; }
.az-booking-form { display: grid; gap: 19px; }
.az-form-card { padding: 26px; border: 1px solid var(--az-border); border-radius: 18px; background: #fff; }
.az-form-card__heading { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.az-form-card__heading span:nth-child(2) > span { color: var(--az-pink-dark); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.az-form-card__heading h2 { margin: 0; font-size: 1.45rem !important; }
.az-journey-step { scroll-margin-top: 20px; }
.az-journey-welcome { display: grid; grid-template-columns: 150px 1fr; gap: 18px; align-items: center; overflow: hidden; padding: 14px; border-radius: 15px; color: #24546a; background: #eef8fb; }
.az-journey-welcome img { width: 150px; height: 100px; border-radius: 11px; object-fit: cover; }
.az-journey-welcome div { display: flex; flex-direction: column; gap: 5px; }
.az-journey-welcome strong { color: var(--az-ink); font-family: var(--az-font-display); font-size: 1.08rem; }
.az-journey-welcome span { color: #637786; font-size: .84rem; }
.az-journey-review { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; margin-bottom: 19px; padding: 15px; border: 1px solid #dbeae1; border-radius: 13px; color: #24533c; background: #f2fbf5; }
.az-journey-review > i { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; color: #fff; background: #1b9361; }
.az-journey-review div { display: flex; flex-direction: column; gap: 3px; }
.az-journey-review span { color: #60766a; font-size: .82rem; }
.az-form-intro { color: var(--az-muted); }
.az-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.az-field--wide { grid-column: 1 / -1; }
.az-session-options { display: grid; gap: 10px; }
.az-session-options label { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--az-border); border-radius: 12px; cursor: pointer; }
.az-session-options input { flex: 0 0 18px; width: 18px; height: 18px; min-height: 0; margin: 0; padding: 0; accent-color: var(--az-pink-dark); }
.az-session-options span { display: flex; flex: 1; flex-direction: column; }
.az-session-options small { color: var(--az-muted); }
.az-session-options label > i { color: var(--az-pink-dark); opacity: 0; }
.az-session-options label:has(input:checked) { border-color: var(--az-pink-dark); background: var(--az-pink-soft); }
.az-session-options label:has(input:checked) > i { opacity: 1; }
.az-consent { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 54px; padding: 17px; border: 1px solid #e2c982; border-radius: 13px; color: #624f1f; background: #fff9e9; cursor: pointer; }
.az-consent input { flex: 0 0 19px; width: 19px; height: 19px; min-height: 0; margin: 0; padding: 0; accent-color: var(--az-pink-dark); }
.az-field .az-consent > span { flex: 1; color: #624f1f; line-height: 1.4; }
.az-booking-summary { position: sticky; top: 24px; overflow: hidden; padding: 23px; border: 1px solid var(--az-border); border-radius: 18px; background: #fff; box-shadow: var(--az-shadow); }
.az-booking-summary > img { width: 100%; height: 190px; margin-bottom: 20px; border-radius: 13px; object-fit: cover; }
.az-booking-summary h2 { margin-bottom: 5px; font-size: 1.55rem !important; }
.az-booking-summary > a:not(.az-text-link) { color: var(--az-pink-dark); font-weight: 700; }
.az-booking-summary__facts { display: grid; gap: 10px; margin: 20px 0; padding: 18px 0; border-block: 1px solid var(--az-border); color: #525d6b; }
.az-booking-summary__facts i { width: 22px; color: var(--az-pink-dark); }
.az-booking-summary__total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.az-booking-summary__total span { color: var(--az-muted); }
.az-booking-summary__total strong { font-size: 1.45rem; }

.az-confirmation { max-width: 760px; margin: 0 auto; padding: 55px; text-align: center; border: 1px solid var(--az-border); border-radius: 26px; background: #fff; box-shadow: var(--az-shadow); }
.az-confirmation__icon { display: grid; width: 82px; height: 82px; margin: 0 auto 22px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 2rem; }
.az-confirmation > p { max-width: 590px; margin: 0 auto 25px; color: var(--az-muted); font-size: 1.08rem; }
.az-confirmation__refs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0; }
.az-confirmation__refs > div { display: flex; flex-direction: column; padding: 18px; border-radius: 13px; background: #f7f8fb; }
.az-confirmation__refs small { color: var(--az-muted); text-transform: uppercase; letter-spacing: .09em; }
.az-confirmation__refs strong { margin: 5px 0; font-size: 1.15rem; }
.az-confirmation__refs span { color: var(--az-green); text-transform: capitalize; }
.az-confirmation__next { margin: 30px 0; text-align: left; }
.az-confirmation__next h2 { text-align: center; font-size: 1.45rem !important; }
.az-confirmation__next > div { display: flex; gap: 13px; align-items: flex-start; padding: 10px 0; }
.az-confirmation__next > div > span { display: grid; flex: 0 0 auto; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--az-pink-dark); background: var(--az-pink-soft); font-weight: 700; }
.az-confirmation__next p { display: flex; flex-direction: column; margin: 0; color: var(--az-muted); }
.az-confirmation__next strong { color: var(--az-ink); }

@media (max-width: 1050px) {
    .az-header__inner { gap: 13px; }
    .az-header .az-brand__mark { width: 54px; height: 54px; border-radius: 17px; }
    .az-header .az-brand__copy strong { font-size: 1.1rem; }
    .az-nav a { padding-inline: 9px; font-size: .9rem; }
    .az-header__cta { padding-left: 14px; }
    .az-activity-grid,
    .az-provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .az-content-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 35px; }
}
@media (max-width: 860px) {
    .az-header__inner { min-height: 70px; }
    .az-menu-toggle { display: grid; margin-left: auto; cursor: pointer; }
    .az-header__cta { display: none; }
    .az-nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 20px;
        left: 20px;
        display: none;
        overflow: hidden;
        flex-direction: column;
        align-items: stretch;
        gap: 3px;
        padding: 12px;
        border: 1px solid #eadfe4;
        border-radius: 20px;
        background: rgba(255,255,255,.98);
        box-shadow: 0 24px 60px rgba(38,24,31,.17);
    }
    .az-nav.is-open { display: flex; }
    .az-nav a { padding: 13px 15px; text-align: left; }
    .az-nav a[aria-current="page"]::after { display: none; }
    .az-nav__mobile-cta {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        margin-top: 5px;
        color: #fff !important;
        background: linear-gradient(135deg, #239564, #16724c) !important;
    }
    body.az-menu-open { overflow: hidden; }
    .az-detail-hero__grid,
    .az-content-layout,
    .az-booking-layout { grid-template-columns: 1fr; }
    .az-detail-hero__image,
    .az-detail-hero__image > img { min-height: 420px; }
    .az-contact-card,
    .az-booking-summary { position: static; }
    .az-booking-summary { order: -1; }
    .az-booking-summary > img { height: 250px; }
    .az-search-panel__primary { grid-template-columns: 1fr 1fr; }
    .az-search-panel__submit { grid-column: 1 / -1; width: 100%; margin-top: 0; }
    .az-search-panel__secondary { grid-template-columns: 1fr 1fr; }
    .az-footer__callout { padding: 32px; }
    .az-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .az-footer__intro { grid-column: 1 / -1; }
    .az-footer__contact { grid-column: auto; }
}
@media (max-width: 680px) {
    .az-shell { width: min(100% - 28px, 1180px); }
    .az-header .az-brand__mark { width: 48px; height: 48px; border-radius: 16px; }
    .az-header .az-brand__copy strong { font-size: 1.02rem; }
    .az-header .az-brand__copy small { font-size: .54rem; }
    .az-nav { right: 14px; left: 14px; }
    body.az-site h1 { font-size: 2.55rem; }
    .az-search-hero { padding: 48px 0; }
    .az-search-hero::after { display: none; }
    .az-search-hero__copy { margin-bottom: 27px; }
    .az-search-panel { padding: 18px; border-radius: 20px; }
    .az-search-panel__heading { align-items: flex-start; flex-direction: column; gap: 10px; }
    .az-search-panel__primary,
    .az-search-panel__secondary { grid-template-columns: 1fr; }
    .az-search-panel__secondary { padding: 15px; }
    .az-search-panel__submit { grid-column: auto; }
    .az-location-suggestions { max-height: 270px; }
    .az-active-filters { margin-top: 14px; }
    .az-section { padding: 52px 0; }
    .az-results-bar { align-items: stretch; flex-direction: column; }
    .az-sort { justify-content: space-between; }
    .az-sort select { min-width: 0; }
    .az-activity-grid,
    .az-provider-grid,
    .az-reassurance__grid,
    .az-benefit-grid,
    .az-form-grid,
    .az-confirmation__refs { grid-template-columns: 1fr; }
    .az-activity-card__image { height: 230px; }
    .az-reassurance__grid { gap: 20px; }
    .az-detail-hero { padding-top: 22px; }
    .az-detail-hero__image,
    .az-detail-hero__image > img { min-height: 330px; }
    .az-detail-facts { grid-template-columns: 1fr; }
    .az-provider-hero__grid { grid-template-columns: 1fr; }
    .az-provider-hero__logo { width: 150px; height: 120px; }
    .az-stepper > span { width: 78px; }
    .az-stepper { overflow-x: auto; justify-content: flex-start; padding-bottom: 8px; }
    .az-stepper > span { flex: 0 0 92px; }
    .az-stepper > i { flex: 0 0 28px; }
    .az-journey-welcome { grid-template-columns: 1fr; }
    .az-journey-welcome img { width: 100%; height: 160px; }
    .az-stepper > span b { text-align: center; }
    .az-form-card { padding: 20px; }
    .az-confirmation { padding: 36px 20px; }
    .az-footer { padding-top: 14px; border-radius: 26px 26px 0 0; }
    .az-footer__callout { align-items: flex-start; flex-direction: column; gap: 23px; padding: 28px 24px; border-radius: 22px; }
    .az-footer__callout-button { width: 100%; justify-content: space-between; }
    .az-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 25px; padding-top: 46px; padding-bottom: 38px; }
    .az-footer__intro { grid-column: 1 / -1; }
    .az-footer__contact { grid-column: 1 / -1; }
    .az-footer__bottom { flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Existing editorial pages use brand gradients instead of retired assets. */
body.az-site .home.hero {
    position: relative;
    overflow: hidden;
    min-height: 570px;
    background-image:
        linear-gradient(180deg, rgba(111,38,71,.24) 0%, rgba(172,82,112,.07) 48%, rgba(250,239,244,.3) 100%),
        url('/images/home/kids-playing.jpg');
    background-position: center 43%;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
body.az-site .home.hero::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(56,25,40,.1), transparent 40%, rgba(255,224,229,.1));
    content: "";
    pointer-events: none;
}
body.az-site section.compare-and-save {
    padding: 72px 0 78px;
    background:
        radial-gradient(circle at 8% 12%, rgba(222,170,190,.22), transparent 24%),
        radial-gradient(circle at 92% 86%, rgba(183,214,109,.16), transparent 23%),
        #fbf8fa;
}
body.az-site section.compare-and-save .az-home-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #a43663;
    font-family: "Manrope", sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
body.az-site section.compare-and-save h1 {
    max-width: 820px;
    margin: 0 auto 13px;
    padding: 0;
    color: #241d27;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.1rem, 4vw, 3.7rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.05em;
}
body.az-site section.compare-and-save h4 {
    max-width: 760px;
    margin: 0 auto 34px;
    padding: 0;
    color: #6d6470;
    font-family: "Manrope", sans-serif;
    font-size: 1.03rem;
    font-weight: 500;
    line-height: 1.6;
}
body.az-site section.compare-and-save .row { row-gap: 18px; }
body.az-site section.compare-and-save .second-set { margin-top: 18px; }
body.az-site .compare-and-save a {
    display: flex;
    height: 138px;
    margin: 0;
    padding: 15px 10px 13px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    border: 1px solid rgba(164,54,99,.2);
    border-radius: 20px;
    color: #29222b !important;
    background: rgba(255,255,255,.87);
    box-shadow: 0 9px 24px rgba(57,39,49,.055);
    font-family: "Manrope", sans-serif;
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.16;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
body.az-site .compare-and-save a:hover {
    border-color: rgba(164,54,99,.48);
    background: #fff;
    box-shadow: 0 15px 30px rgba(57,39,49,.1);
    transform: translateY(-3px);
}
body.az-site .compare-and-save a img {
    flex: 0 0 auto;
    width: auto;
    height: 62px;
    margin: 0;
    object-fit: contain;
}
body.az-site .compare-and-save a > span {
    display: flex;
    min-height: 2.32em;
    align-items: center;
    justify-content: center;
    text-wrap: balance;
}
body.az-site .compare-and-save .az-category-card--search {
    border-color: rgba(164,54,99,.28);
    background: linear-gradient(145deg, #fff, #f9edf2);
}

body.az-site .home.plans {
    position: relative;
    overflow: hidden;
    padding: 88px 0 76px;
    color: #fff;
    background:
        radial-gradient(circle at 5% 7%, rgba(255,214,91,.45), transparent 24%),
        radial-gradient(circle at 96% 88%, rgba(84,205,238,.34), transparent 25%),
        radial-gradient(circle at 75% 3%, rgba(255,111,97,.3), transparent 18%),
        linear-gradient(135deg, #18a96d 0%, #109663 48%, #087c58 100%);
}
body.az-site .home.plans::before {
    position: absolute;
    top: -105px;
    right: 8%;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(255,255,255,.02), 0 0 0 90px rgba(255,255,255,.015);
    content: "";
}
body.az-site .az-steps__heading {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}
body.az-site .az-steps__kicker {
    display: inline-flex;
    margin-bottom: 13px;
    color: #ffe08a;
    font-family: "Manrope", sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
body.az-site .az-steps__heading h2 {
    margin-bottom: 15px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 800;
    letter-spacing: -.052em;
}
body.az-site .az-steps__heading h2 span { color: #ffe08a; }
body.az-site .az-steps__heading p { margin: 0; color: rgba(255,255,255,.82); font-size: 1.03rem; }
body.az-site .az-steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
body.az-site .az-step-card {
    --step-accent: #ff6b6b;
    --step-soft: #fff0ed;
    position: relative;
    display: flex;
    min-height: 430px;
    padding: 11px;
    flex-direction: column;
    border: 2px solid rgba(255,255,255,.78);
    border-radius: 28px;
    color: #28212a;
    background: #fffdf8;
    box-shadow: 0 18px 0 rgba(10,79,52,.22), 0 28px 55px rgba(8,59,39,.2);
    transform: rotate(-.45deg);
    transition: transform .2s ease, box-shadow .2s ease;
}
body.az-site .az-step-card:nth-child(2) { --step-accent: #3e9ed0; --step-soft: #eaf7fd; transform: translateY(-10px) rotate(.4deg); }
body.az-site .az-step-card:nth-child(3) { --step-accent: #f4ad2f; --step-soft: #fff6d9; transform: rotate(-.2deg); }
body.az-site .az-step-card:hover { box-shadow: 0 21px 0 rgba(10,79,52,.19), 0 34px 64px rgba(8,59,39,.25); transform: translateY(-5px) rotate(0); }
body.az-site .az-step-card:nth-child(2):hover { transform: translateY(-15px) rotate(0); }
body.az-site .az-step-card__photo {
    position: relative;
    overflow: hidden;
    height: 180px;
    border-radius: 20px;
    background: var(--step-soft);
}
body.az-site .az-step-card__photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(18,38,28,.22));
    content: "";
    pointer-events: none;
}
body.az-site .az-step-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
body.az-site .az-step-card:first-child .az-step-card__photo img { object-position: 58% 62%; }
body.az-site .az-step-card:nth-child(2) .az-step-card__photo img { object-position: 58% 46%; }
body.az-site .az-step-card:nth-child(3) .az-step-card__photo img { object-position: 50% 42%; }
body.az-site .az-step-card:hover .az-step-card__photo img { transform: scale(1.04); }
body.az-site .az-step-card__number {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 3px solid rgba(255,255,255,.84);
    border-radius: 14px;
    color: #fff;
    background: var(--step-accent);
    box-shadow: 0 8px 18px rgba(33,44,37,.2);
    font-family: "Manrope", sans-serif;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
}
body.az-site .az-step-card__body { display: flex; flex: 1; padding: 22px 15px 13px; flex-direction: column; }
body.az-site .az-step-card h3 {
    margin-bottom: 12px;
    color: #183b2c;
    font-family: "Manrope", sans-serif;
    font-size: 1.32rem;
    font-weight: 800;
    letter-spacing: -.035em;
}
body.az-site .az-step-card > p { flex: 1; margin-bottom: 22px; color: #716873; font-size: .92rem; line-height: 1.65; }
body.az-site .az-step-card__body > p { flex: 1; margin-bottom: 22px; color: #66736d; font-size: .9rem; line-height: 1.6; }
body.az-site .az-step-card__label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 9px;
    color: color-mix(in srgb, var(--step-accent) 75%, #173d2d);
    background: var(--step-soft);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
body.az-site .az-steps__note {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
    padding: 17px 20px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 17px;
    background: rgba(255,255,255,.15);
    box-shadow: 0 12px 30px rgba(9,69,45,.12);
}
body.az-site .az-steps__note > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: #176a48;
    background: #ffe08a;
}
body.az-site .az-steps__note p { margin: 0; color: rgba(255,255,255,.88); font-size: .86rem; }
body.az-site .az-steps__note p strong { display: inline; padding: 0; color: #fff; font-size: inherit; }
body.az-site .az-steps__note a { display: inline-flex; align-items: center; gap: 8px; color: #fff !important; font-weight: 700; text-decoration: none; }

body.az-site .home.save {
    position: relative;
    display: grid;
    min-height: 680px;
    padding: 72px 0;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(22,105,72,.04) 0%, rgba(22,105,72,.08) 42%, rgba(17,101,67,.38) 100%),
        url('/images/home/singc.png');
    background-position: center;
    background-size: cover;
}
body.az-site .az-discover { display: flex; justify-content: flex-end; }
body.az-site .az-discover__card {
    width: min(550px, 100%);
    padding: 42px;
    border: 2px solid rgba(255,224,138,.78);
    border-radius: 28px;
    color: #28212a;
    background: rgba(255,253,247,.94);
    box-shadow: 0 18px 0 rgba(19,111,75,.22), 0 30px 70px rgba(17,70,48,.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
body.az-site .az-discover__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #18704e;
    font-family: "Manrope", sans-serif;
    font-size: .71rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
body.az-site .az-discover__card h2 {
    margin-bottom: 16px;
    color: #241d27;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.45rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.055em;
}
body.az-site .az-discover__card > p { color: #69606c; font-size: 1rem; line-height: 1.65; }
body.az-site .az-discover__card ul { display: grid; gap: 13px; margin: 25px 0 29px; padding: 0; }
body.az-site .az-discover__card li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    padding: 0;
    list-style: none;
}
body.az-site .az-discover__card li > i {
    display: grid;
    width: 25px;
    height: 25px;
    margin-top: 1px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: #239564;
    font-size: .65rem;
}
body.az-site .az-discover__card li span { display: flex; flex-direction: column; }
body.az-site .az-discover__card li strong { color: #2b242d; font-size: .92rem; }
body.az-site .az-discover__card li small { color: #786e79; font-size: .78rem; }
body.az-site .az-discover__actions { display: flex; align-items: center; gap: 18px; }
body.az-site .az-discover__actions > span { max-width: 165px; color: #766b77; font-size: .72rem; line-height: 1.4; }
body.az-site .az-discover__actions .az-button {
    border-color: #1b865a;
    background: linear-gradient(135deg, #2ba76f, #18764f);
    box-shadow: 0 11px 24px rgba(24,118,79,.24);
}

/* Partner page */
.az-partner-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 88px;
    background:
        radial-gradient(circle at 7% 10%, rgba(255,214,91,.38), transparent 23%),
        radial-gradient(circle at 92% 85%, rgba(84,205,238,.24), transparent 26%),
        linear-gradient(135deg, #effbf4, #fffdf5 58%, #f2fbf7);
}
.az-partner-hero::before {
    position: absolute;
    top: -90px;
    left: 42%;
    width: 240px;
    height: 240px;
    border: 42px solid rgba(23,154,99,.07);
    border-radius: 50%;
    content: "";
}
.az-partner-hero__grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.az-partner-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: #14764e;
    font-family: var(--az-font-display);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.az-partner-kicker i { color: #f09a2b; }
.az-partner-hero__copy h1 { max-width: 620px; margin-bottom: 23px; color: #153d2d; font-size: clamp(3rem, 5.7vw, 5.3rem); }
.az-partner-hero__copy > p { max-width: 610px; color: #5b6c64; font-size: 1.12rem; line-height: 1.7; }
.az-partner-hero__actions { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; margin: 30px 0 28px; }
.az-partner-text-link { display: inline-flex; align-items: center; gap: 9px; color: #176f4c !important; font-family: var(--az-font-display); font-weight: 700; text-decoration: none; }
.az-partner-text-link:hover { text-decoration: underline; }
.az-partner-hero__trust { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #557068; font-size: .78rem; font-weight: 600; }
.az-partner-hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.az-partner-hero__trust i { color: #1aa46b; }
.az-partner-hero__media {
    position: relative;
    min-height: 520px;
    padding: 12px;
    border: 2px solid #fff;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 22px 0 rgba(18,142,91,.16), 0 36px 75px rgba(22,91,63,.18);
    transform: rotate(1.2deg);
}
.az-partner-hero__media > img { width: 100%; height: 496px; border-radius: 24px; object-fit: cover; object-position: center; }
.az-partner-hero__float {
    position: absolute;
    right: -25px;
    bottom: 35px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    width: 310px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 40px rgba(22,71,51,.2);
    backdrop-filter: blur(12px);
}
.az-partner-hero__float > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; color: #126d49; background: #dff6e9; }
.az-partner-hero__float p { display: flex; flex-direction: column; margin: 0; }
.az-partner-hero__float strong { color: #153d2d; font-family: var(--az-font-display); font-size: .83rem; }
.az-partner-hero__float small { color: #6b7872; font-size: .7rem; line-height: 1.4; }

.az-partner-logos { padding: 24px 0; border-block: 1px solid #e3ece7; background: #fff; }
.az-partner-logos .az-shell { display: flex; align-items: center; justify-content: center; gap: 35px; }
.az-partner-logos p { margin: 0; color: #6a756f; font-family: var(--az-font-display); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.az-partner-logos__rail { display: flex; flex-wrap: wrap; gap: 25px; align-items: center; }
.az-partner-logos__rail img { width: auto; max-width: 150px; height: 45px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .18s ease, opacity .18s ease; }
.az-partner-logos__rail img:hover { filter: none; opacity: 1; }

.az-partner-section-heading { max-width: 740px; margin: 0 auto 42px; text-align: center; }
.az-partner-section-heading h2 { margin-bottom: 14px; color: #153d2d; }
.az-partner-section-heading p { margin: 0; color: #66736d; font-size: 1.05rem; }
.az-partner-benefits { background: #fff; }
.az-partner-benefits__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.az-partner-benefit {
    --partner-accent: #ff6f61;
    --partner-soft: #fff0ed;
    position: relative;
    overflow: hidden;
    min-height: 310px;
    padding: 26px;
    border: 1px solid #e3e9e5;
    border-radius: 24px;
    background: #fffdf8;
    box-shadow: 0 12px 32px rgba(25,70,51,.07);
    transition: transform .2s ease, box-shadow .2s ease;
}
.az-partner-benefit:nth-child(2) { --partner-accent: #2d9ed0; --partner-soft: #e9f7fd; }
.az-partner-benefit:nth-child(3) { --partner-accent: #1da56d; --partner-soft: #e7f8ef; }
.az-partner-benefit:nth-child(4) { --partner-accent: #e7a128; --partner-soft: #fff5d8; }
.az-partner-benefit::after { position: absolute; right: -35px; bottom: -35px; width: 110px; height: 110px; border-radius: 50%; background: var(--partner-soft); content: ""; }
.az-partner-benefit:hover { box-shadow: 0 19px 42px rgba(25,70,51,.12); transform: translateY(-6px); }
.az-partner-benefit__icon { display: grid; width: 58px; height: 58px; margin-bottom: 29px; place-items: center; border-radius: 18px; color: var(--partner-accent); background: var(--partner-soft); font-size: 1.2rem; }
.az-partner-benefit__number { position: absolute; top: 28px; right: 25px; color: #a2aea8; font-family: var(--az-font-display); font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.az-partner-benefit h3 { margin-bottom: 10px; color: #173d2d; font-size: 1.24rem; }
.az-partner-benefit p { position: relative; z-index: 1; margin: 0; color: #68756f; font-size: .9rem; line-height: 1.65; }

.az-partner-process { padding: 82px 0; background: linear-gradient(135deg, #edf9f2, #fafff5); }
.az-partner-process__grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.az-partner-process__grid::before { position: absolute; top: 27px; right: 9%; left: 9%; height: 2px; background: linear-gradient(90deg, #26a76e, #45b8dc, #f3b23e, #ff796b); content: ""; }
.az-partner-process__grid li { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.az-partner-process__grid li > span { display: grid; width: 56px; height: 56px; margin-bottom: 22px; place-items: center; border: 5px solid #f2fbf5; border-radius: 18px; color: #fff; background: #1da56d; box-shadow: 0 10px 22px rgba(22,117,77,.2); font-family: var(--az-font-display); font-weight: 800; }
.az-partner-process__grid li:nth-child(2) > span { background: #3ba8d5; }
.az-partner-process__grid li:nth-child(3) > span { color: #65420b; background: #ffc857; }
.az-partner-process__grid li:nth-child(4) > span { background: #ff7467; }
.az-partner-process__grid h3 { margin-bottom: 8px; color: #173d2d; font-size: 1.05rem; }
.az-partner-process__grid p { margin: 0; color: #6a7771; font-size: .84rem; line-height: 1.55; }

.az-partner-fit { background: #fff; }
.az-partner-fit__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; }
.az-partner-fit__photo { overflow: hidden; height: 545px; padding: 10px; border: 2px solid #e2f0e8; border-radius: 31px; background: #fff; box-shadow: 0 22px 55px rgba(22,91,63,.13); transform: rotate(-1deg); }
.az-partner-fit__photo img { width: 100%; height: 100%; border-radius: 22px; object-fit: cover; object-position: 50% 44%; }
.az-partner-fit__copy h2 { margin-bottom: 17px; color: #153d2d; }
.az-partner-fit__copy > p { color: #68756f; font-size: 1.02rem; }
.az-partner-fit__copy ul { display: grid; gap: 14px; margin: 27px 0 0; padding: 0; }
.az-partner-fit__copy li { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start; padding: 15px; border: 1px solid #e5ebe7; border-radius: 16px; background: #fffdf8; list-style: none; }
.az-partner-fit__copy li > i { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: #16744e; background: #e2f7eb; }
.az-partner-fit__copy li:nth-child(2) > i { color: #b56f00; background: #fff3cc; }
.az-partner-fit__copy li:nth-child(3) > i { color: #c85149; background: #ffe9e5; }
.az-partner-fit__copy li span { display: flex; flex-direction: column; }
.az-partner-fit__copy li strong { color: #233f33; font-family: var(--az-font-display); font-size: .92rem; }
.az-partner-fit__copy li small { color: #748079; font-size: .79rem; line-height: 1.45; }

.az-partner-quote { padding: 64px 0; color: #fff; background: linear-gradient(135deg, #0e8257, #13a66b 55%, #1a8d72); }
.az-partner-quote__inner { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.az-partner-quote__mark { color: #ffe08a; font-family: Georgia, serif; font-size: 6rem; line-height: .7; }
.az-partner-quote blockquote { margin: 0; }
.az-partner-quote blockquote p { max-width: 720px; margin: 0 0 8px; color: #fff; font-family: var(--az-font-display); font-size: 1.25rem; font-weight: 700; line-height: 1.5; }
.az-partner-quote blockquote footer { color: rgba(255,255,255,.72); font-size: .82rem; }
.az-partner-quote__button { display: inline-flex; align-items: center; gap: 12px; min-height: 50px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 14px; color: #156944; background: #fff; box-shadow: 0 12px 25px rgba(7,74,47,.18); cursor: pointer; }

.az-partner-cta { padding: 70px 0; background: #fff8e8; }
.az-partner-cta__inner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 42px; border: 2px solid #ffe08a; border-radius: 28px; background: linear-gradient(125deg, #fff8df, #ecfaef 72%); box-shadow: 0 18px 45px rgba(29,97,67,.1); }
.az-partner-cta__inner::after { position: absolute; right: 24%; bottom: -70px; width: 160px; height: 160px; border: 28px solid rgba(82,190,224,.14); border-radius: 50%; content: ""; }
.az-partner-cta__inner > div { position: relative; z-index: 1; }
.az-partner-cta h2 { max-width: 700px; margin-bottom: 10px; color: #153d2d; }
.az-partner-cta p { margin: 0; color: #64716b; }
.az-partner-cta .az-button { position: relative; z-index: 1; flex: 0 0 auto; }

.az-partner-modal .modal-dialog { max-width: 660px; }
.az-partner-modal .modal-content { overflow: hidden; border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(14,55,38,.28); }
.az-partner-modal .partnerForm-bg {
    position: relative;
    display: flex;
    min-height: 205px;
    align-items: flex-end;
    padding: 30px;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(8,72,46,.86), rgba(8,72,46,.28)), url('/images/partner-with-us.jpg');
    background-position: center 43%;
    background-size: cover;
}
.az-partner-modal .partnerForm-bg > div { position: relative; z-index: 1; }
.az-partner-modal .partnerForm-bg span { font-family: var(--az-font-display); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.az-partner-modal .partnerForm-bg h2 { margin: 6px 0; color: #fff; font-size: 2rem; }
.az-partner-modal .partnerForm-bg p { margin: 0; color: rgba(255,255,255,.82); }
.az-partner-modal__close { position: absolute; top: 16px; right: 16px; z-index: 2; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 12px; color: #fff; background: rgba(9,59,41,.38); cursor: pointer; }
.az-partner-modal .modal-body { padding: 28px; }
.az-partner-modal label { margin-bottom: 6px; color: #344b40; font-family: var(--az-font-display); font-size: .78rem; font-weight: 700; }
.az-partner-modal .form-control { min-height: 48px; border: 1px solid #d8e2dc; border-radius: 11px; box-shadow: none; }
.az-partner-modal textarea.form-control { min-height: 105px; }
.az-partner-modal .form-control:focus { border-color: #1a9a65; box-shadow: 0 0 0 3px rgba(26,154,101,.13); }
.az-partner-modal__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 23px; }

@media (max-width: 680px) {
    body.az-site .home.hero { min-height: 420px; background-position: 56% center; }
    body.az-site section.compare-and-save { padding: 54px 0 60px; }
    body.az-site section.compare-and-save h4 { margin-bottom: 28px; font-size: .95rem; }
    body.az-site section.compare-and-save .row { row-gap: 14px; }
    body.az-site section.compare-and-save .second-set { margin-top: 14px; }
    body.az-site .compare-and-save a { height: 132px; padding-inline: 8px; font-size: .82rem; }
    body.az-site .compare-and-save a img { height: 56px; }
    body.az-site .home.plans { padding: 62px 0 58px; }
    body.az-site .az-steps__heading { margin-bottom: 32px; text-align: left; }
    body.az-site .az-steps { grid-template-columns: 1fr; }
    body.az-site .az-step-card,
    body.az-site .az-step-card:nth-child(2),
    body.az-site .az-step-card:nth-child(3) { min-height: 0; transform: none; }
    body.az-site .az-step-card__photo { height: 210px; }
    body.az-site .az-steps__note { grid-template-columns: auto 1fr; }
    body.az-site .az-steps__note a { grid-column: 2; }
    body.az-site .home.save { min-height: 620px; padding: 270px 0 24px; align-items: end; background-position: 32% center; }
    body.az-site .az-discover__card { padding: 29px 23px; border-radius: 23px; }
    body.az-site .az-discover__actions { align-items: stretch; flex-direction: column; }
    body.az-site .az-discover__actions .az-button { width: 100%; }
    body.az-site .az-discover__actions > span { max-width: none; text-align: center; }
    .az-partner-hero { padding: 54px 0 68px; }
    .az-partner-hero__grid,
    .az-partner-fit__grid { grid-template-columns: 1fr; gap: 42px; }
    .az-partner-hero__copy h1 { font-size: 3rem; }
    .az-partner-hero__actions { align-items: stretch; flex-direction: column; }
    .az-partner-hero__actions .az-button { width: 100%; }
    .az-partner-text-link { justify-content: center; }
    .az-partner-hero__media { min-height: 390px; border-radius: 25px; transform: none; }
    .az-partner-hero__media > img { height: 365px; border-radius: 18px; }
    .az-partner-hero__float { right: 12px; bottom: -25px; left: 12px; width: auto; }
    .az-partner-logos .az-shell { align-items: flex-start; flex-direction: column; gap: 16px; }
    .az-partner-benefits__grid,
    .az-partner-process__grid { grid-template-columns: 1fr; }
    .az-partner-benefit { min-height: 0; }
    .az-partner-process__grid { gap: 14px; }
    .az-partner-process__grid::before { top: 20px; bottom: 20px; left: 27px; width: 2px; height: auto; }
    .az-partner-process__grid li { display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: start; text-align: left; }
    .az-partner-process__grid li > span { margin: 0; }
    .az-partner-fit__photo { height: 420px; transform: none; }
    .az-partner-quote__inner { grid-template-columns: auto 1fr; }
    .az-partner-quote__button { grid-column: 2; width: 100%; justify-content: center; }
    .az-partner-cta__inner { align-items: stretch; flex-direction: column; padding: 29px 23px; }
    .az-partner-cta .az-button { width: 100%; }
    .az-partner-modal .modal-dialog { margin: 14px; }
    .az-partner-modal .partnerForm-bg { min-height: 185px; padding: 24px; }
    .az-partner-modal .modal-body { padding: 22px; }
    .az-partner-modal__actions { flex-direction: column-reverse; }
    .az-partner-modal__actions .az-button { width: 100%; }
}

@media (min-width: 681px) and (max-width: 1050px) {
    .az-partner-hero__grid { gap: 38px; }
    .az-partner-hero__media { min-height: 460px; }
    .az-partner-hero__media > img { height: 436px; }
    .az-partner-benefits__grid { grid-template-columns: repeat(2, 1fr); }
    .az-partner-fit__grid { gap: 40px; }
}

/* Colourful home refresh */
.az-page-index .az-header {
    background:
        linear-gradient(105deg, rgba(226,248,235,.98), rgba(255,255,255,.98) 42%, rgba(255,244,220,.98) 75%, rgba(250,232,241,.98));
}

body.az-site .home.hero {
    display: grid;
    min-height: 620px;
    align-items: center;
    padding: 68px 0 108px;
    background:
        radial-gradient(circle at 7% 12%, rgba(255,200,87,.42), transparent 23%),
        radial-gradient(circle at 93% 87%, rgba(84,191,230,.24), transparent 24%),
        linear-gradient(135deg, #fff6e7, #fdf1f6 48%, #eef9f3);
}

body.az-site .home.hero::before {
    position: absolute;
    top: 42px;
    right: 5%;
    width: 95px;
    height: 95px;
    border: 18px solid rgba(255,200,87,.72);
    border-radius: 50%;
    content: "";
    transform: rotate(8deg);
}

body.az-site .home.hero::after {
    background: none;
}

.az-home-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 32px;
    align-items: center;
}

.az-home-hero__copy {
    position: relative;
    width: auto;
    padding: 39px 42px 36px;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 30px;
    background: rgba(255,253,248,.94);
    box-shadow: 0 20px 0 rgba(26,126,84,.2), 0 34px 75px rgba(20,68,47,.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.az-home-hero__copy::after {
    position: absolute;
    top: -15px;
    right: 34px;
    width: 88px;
    height: 29px;
    border-radius: 8px;
    background: rgba(255,200,87,.72);
    content: "";
    transform: rotate(3deg);
}

.az-home-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #18724f;
    font-family: var(--az-font-display);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.az-home-hero__kicker i { color: #e69515; }

body.az-site .az-home-hero__copy h1 {
    margin-bottom: 20px;
    color: #20372e;
    font-size: clamp(2.5rem, 4.45vw, 4.25rem);
    line-height: .96;
}

body.az-site .az-home-hero__copy h1 span {
    position: relative;
    display: inline-block;
    color: #c65362;
}

body.az-site .az-home-hero__copy h1 span::after {
    position: absolute;
    right: 2px;
    bottom: -7px;
    left: 4px;
    height: 8px;
    border-radius: 50%;
    background: var(--az-yellow);
    content: "";
    opacity: .7;
    transform: rotate(-1deg);
}

.az-home-hero__copy > p {
    max-width: 530px;
    margin-bottom: 27px;
    color: #5e6d66;
    font-size: 1.08rem;
    line-height: 1.67;
}

.az-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 21px;
    align-items: center;
}

.az-home-hero__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #226e51 !important;
    font-family: var(--az-font-display);
    font-weight: 700;
    text-decoration: none;
}

.az-home-hero__link:hover { text-decoration: underline; }

.az-home-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 17px;
    margin-top: 27px;
    color: #64756d;
    font-size: .76rem;
    font-weight: 600;
}

.az-home-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.az-home-hero__trust i { color: #22a26a; }

.az-home-hero__media {
    position: relative;
    overflow: hidden;
    width: calc(100% + 112px);
    aspect-ratio: 1.5;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 20px 0 rgba(35,154,101,.2), 0 36px 70px rgba(43,78,59,.18);
    transform: rotate(1deg);
}

.az-home-hero__media > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 23px;
    object-fit: cover;
}

.az-home-hero__photo-note {
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 15px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 14px;
    color: #305544;
    background: rgba(255,255,255,.94);
    box-shadow: 0 13px 30px rgba(32,68,49,.17);
    font-family: var(--az-font-display);
    font-size: .73rem;
    backdrop-filter: blur(10px);
}

.az-home-hero__photo-note i { color: #d65c6e; }

.az-home-hero__ribbon {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    height: 54px;
    align-items: center;
    justify-content: center;
    gap: 21px;
    color: #553f22;
    background: linear-gradient(90deg, #ffd46f, #ffe6a7 33%, #ffd4df 66%, #d9f3e3);
    box-shadow: 0 -8px 25px rgba(39,73,54,.09);
    font-family: var(--az-font-display);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.az-home-hero__ribbon i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d66b74;
}

body.az-site section.compare-and-save {
    background:
        radial-gradient(circle at 5% 12%, rgba(255,116,103,.2), transparent 22%),
        radial-gradient(circle at 92% 86%, rgba(84,191,230,.2), transparent 23%),
        linear-gradient(145deg, #fff8f2, #fbf4f8 48%, #f3fbf7);
}

body.az-site section.compare-and-save .row > div:nth-child(1) a {
    border-color: rgba(255,116,103,.35);
    background: #fff0ed;
}

body.az-site section.compare-and-save .row > div:nth-child(2) a {
    border-color: rgba(84,191,230,.35);
    background: #eaf8fd;
}

body.az-site section.compare-and-save .row > div:nth-child(3) a {
    border-color: rgba(141,123,216,.3);
    background: #f1effc;
}

body.az-site section.compare-and-save .row > div:nth-child(4) a {
    border-color: rgba(255,200,87,.5);
    background: #fff7d9;
}

body.az-site section.compare-and-save .row > div:nth-child(5) a {
    border-color: rgba(35,165,108,.3);
    background: #e9f8ef;
}

body.az-site section.compare-and-save .row > div:nth-child(6) a,
body.az-site .compare-and-save .az-category-card--search {
    border-color: rgba(198,83,98,.32);
    background: #fbeaf0;
}

body.az-site .compare-and-save a:hover {
    border-color: rgba(31,116,80,.55);
    background: #fff;
}

.az-home-provider {
    position: relative;
    overflow: hidden;
    padding: 92px 0;
    background:
        radial-gradient(circle at 94% 9%, rgba(255,200,87,.35), transparent 23%),
        radial-gradient(circle at 7% 86%, rgba(141,123,216,.18), transparent 22%),
        #fffaf0;
}

.az-home-provider::before {
    position: absolute;
    top: -65px;
    left: 45%;
    width: 165px;
    height: 165px;
    border: 30px solid rgba(255,116,103,.1);
    border-radius: 50%;
    content: "";
}

.az-home-provider__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 72px;
    align-items: center;
}

.az-home-provider__media {
    position: relative;
    min-height: 525px;
    padding: 11px;
    border: 2px solid #fff;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 20px 0 rgba(255,200,87,.4), 0 36px 70px rgba(85,70,44,.15);
    transform: rotate(-1deg);
}

.az-home-provider__media > img {
    width: 100%;
    height: 501px;
    border-radius: 23px;
    object-fit: cover;
}

.az-home-provider__badge {
    position: absolute;
    right: -28px;
    bottom: 31px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    width: 310px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 18px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 17px 38px rgba(74,60,38,.18);
    backdrop-filter: blur(12px);
}

.az-home-provider__badge > i {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: var(--az-coral);
}

.az-home-provider__badge span,
.az-home-provider__copy li span {
    display: flex;
    flex-direction: column;
}

.az-home-provider__badge strong {
    color: #3d3323;
    font-family: var(--az-font-display);
    font-size: .82rem;
}

.az-home-provider__badge small { color: #786f61; font-size: .7rem; }

.az-home-provider__kicker,
.az-home-inspiration__kicker {
    display: inline-flex;
    margin-bottom: 13px;
    color: #c45650;
    font-family: var(--az-font-display);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.az-home-provider__copy h2 {
    margin-bottom: 18px;
    color: #273d33;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.az-home-provider__copy > p {
    color: #68736d;
    font-size: 1.03rem;
    line-height: 1.7;
}

.az-home-provider__copy ul {
    display: grid;
    gap: 12px;
    margin: 27px 0 31px;
    padding: 0;
}

.az-home-provider__copy li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px;
    align-items: center;
    padding: 14px 15px;
    border: 1px solid #e9dec7;
    border-radius: 16px;
    background: rgba(255,255,255,.72);
    list-style: none;
}

.az-home-provider__copy li > i {
    display: grid;
    width: 41px;
    height: 41px;
    place-items: center;
    border-radius: 13px;
    color: #c55651;
    background: #ffeae5;
}

.az-home-provider__copy li:nth-child(2) > i {
    color: #237ca1;
    background: #e4f6fc;
}

.az-home-provider__copy li:nth-child(3) > i {
    color: #23734f;
    background: #e4f6eb;
}

.az-home-provider__copy li strong {
    color: #34483f;
    font-family: var(--az-font-display);
    font-size: .88rem;
}

.az-home-provider__copy li small {
    color: #778079;
    font-size: .77rem;
}

.az-home-inspiration {
    padding: 88px 0 98px;
    background:
        radial-gradient(circle at 90% 18%, rgba(84,191,230,.13), transparent 22%),
        #fff;
}

.az-home-inspiration__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 36px;
}

.az-home-inspiration__heading h2 {
    max-width: 720px;
    margin: 0;
    color: #273b33;
}

.az-home-inspiration__heading > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    color: #19734f !important;
    font-family: var(--az-font-display);
    font-weight: 700;
    text-decoration: none;
}

.az-home-inspiration__heading > a:hover { text-decoration: underline; }

.az-home-inspiration__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.az-inspiration-card {
    --inspiration-accent: #e7695f;
    --inspiration-soft: #fff0ed;
    overflow: hidden;
    border: 1px solid #e7e9e5;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(42,60,51,.08);
    transition: box-shadow .2s ease, transform .2s ease;
}

.az-inspiration-card:nth-child(2) {
    --inspiration-accent: #2b91b9;
    --inspiration-soft: #eaf8fd;
}

.az-inspiration-card:nth-child(3) {
    --inspiration-accent: #7867c7;
    --inspiration-soft: #f1effc;
}

.az-inspiration-card:hover {
    box-shadow: 0 21px 46px rgba(42,60,51,.13);
    transform: translateY(-5px);
}

.az-inspiration-card > img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.az-inspiration-card:nth-child(3) > img { object-position: 32% center; }

.az-inspiration-card > div { padding: 24px; }

.az-article-card {
    display: flex;
    flex-direction: column;
}

.az-inspiration-card > .az-article-card__image {
    display: block;
    overflow: hidden;
    flex: 0 0 auto;
}

.az-article-card__image img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    transition: transform .35s ease;
}

.az-article-card:nth-child(3) .az-article-card__image img { object-position: 32% center; }

.az-article-card:hover .az-article-card__image img { transform: scale(1.035); }

.az-article-card > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.az-article-card > div > p { flex: 1; }

.az-article-card__meta {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.az-article-card__meta > span:last-child {
    padding-top: 7px;
    color: #8a938e;
    font-family: var(--az-font-display);
    font-size: .7rem;
    font-weight: 600;
    white-space: nowrap;
}

.az-inspiration-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 16px;
    padding: 7px 10px;
    border-radius: 9px;
    color: var(--inspiration-accent);
    background: var(--inspiration-soft);
    font-family: var(--az-font-display);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.az-inspiration-card h3 {
    margin-bottom: 11px;
    color: #273b33;
    font-size: 1.25rem;
}

.az-inspiration-card p {
    color: #6c7871;
    font-size: .9rem;
    line-height: 1.65;
}

.az-inspiration-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--inspiration-accent) !important;
    font-family: var(--az-font-display);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}

.az-inspiration-card a:hover { text-decoration: underline; }

/* Articles */
.az-articles-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b94e4b;
    font-family: var(--az-font-display);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.az-articles-hero {
    position: relative;
    overflow: hidden;
    padding: 102px 0 112px;
    background:
        radial-gradient(circle at 9% 14%, rgba(255,196,75,.48), transparent 23%),
        radial-gradient(circle at 91% 76%, rgba(84,191,230,.28), transparent 25%),
        linear-gradient(132deg, #fff7df, #fcecf3 52%, #eaf8ef);
}

.az-articles-hero::before {
    position: absolute;
    top: -105px;
    right: 25%;
    width: 245px;
    height: 245px;
    border: 42px solid rgba(120,103,199,.08);
    border-radius: 50%;
    content: "";
}

.az-articles-hero::after {
    position: absolute;
    bottom: 28px;
    left: 7%;
    width: 56px;
    height: 18px;
    border-top: 5px dotted rgba(227,102,93,.34);
    border-bottom: 5px dotted rgba(227,102,93,.34);
    content: "";
    transform: rotate(-8deg);
}

.az-articles-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
    text-align: center;
}

.az-articles-hero h1 {
    max-width: 820px;
    margin: 18px auto 20px;
    color: #263d33;
    font-size: clamp(2.65rem, 6.4vw, 5rem);
    line-height: 1.02;
}

.az-articles-hero p {
    max-width: 690px;
    margin: 0 auto;
    color: #647169;
    font-size: 1.08rem;
    line-height: 1.72;
}

.az-articles-index {
    padding: 88px 0 105px;
    background: #fff;
}

.az-articles-index__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 38px;
}

.az-articles-index__heading h2 {
    max-width: 690px;
    margin: 0;
    color: #273b33;
}

.az-articles-index__heading > p {
    margin: 0;
    color: #6c7871;
    line-height: 1.7;
}

.az-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.az-article-missing {
    min-height: 620px;
    padding: 115px 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(255,196,75,.36), transparent 24%),
        linear-gradient(135deg, #fffaf0, #f9eff4);
    text-align: center;
}

.az-article-missing .az-shell { max-width: 700px; }

.az-article-missing__icon {
    display: grid;
    width: 74px;
    height: 74px;
    margin: 0 auto 24px;
    place-items: center;
    border-radius: 24px;
    color: #c75873;
    background: #fff;
    box-shadow: 0 15px 35px rgba(78,48,61,.11);
    font-size: 1.65rem;
}

.az-article-missing h1 {
    margin: 17px 0 14px;
    color: #293e35;
}

.az-article-missing p {
    max-width: 610px;
    margin: 0 auto 30px;
    color: #6d7772;
    line-height: 1.7;
}

.az-article-hero {
    position: relative;
    overflow: hidden;
    padding: 36px 0 86px;
    background:
        radial-gradient(circle at 4% 10%, rgba(255,199,82,.36), transparent 23%),
        radial-gradient(circle at 94% 84%, rgba(85,190,227,.23), transparent 26%),
        linear-gradient(135deg, #fff9e9, #fbf0f5 53%, #edf9f2);
}

.az-article-hero::after {
    position: absolute;
    top: 80px;
    left: 48%;
    width: 175px;
    height: 175px;
    border: 30px solid rgba(123,105,196,.07);
    border-radius: 50%;
    content: "";
}

.az-article-breadcrumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 42px;
    color: #7b817e;
    font-family: var(--az-font-display);
    font-size: .73rem;
}

.az-article-breadcrumb a {
    color: #426154 !important;
    font-weight: 700;
    text-decoration: none;
}

.az-article-breadcrumb a:hover { text-decoration: underline; }
.az-article-breadcrumb i { color: #aaa7a8; font-size: .55rem; }

.az-article-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
    gap: 70px;
    align-items: center;
}

.az-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 21px;
}

.az-article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 10px;
    color: #b74f4c;
    background: rgba(255,255,255,.78);
    font-family: var(--az-font-display);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .04em;
}

.az-article-meta span:nth-child(2) { color: #317a60; }

.az-article-hero__copy h1 {
    margin: 0 0 22px;
    color: #263c33;
    font-size: clamp(2.5rem, 5.3vw, 4.45rem);
    line-height: 1.035;
}

.az-article-hero__copy > p {
    max-width: 675px;
    margin: 0;
    color: #637169;
    font-size: 1.04rem;
    line-height: 1.75;
}

.az-article-hero__media {
    overflow: hidden;
    margin: 0;
    padding: 9px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 31px;
    background: rgba(255,255,255,.67);
    box-shadow: 0 25px 55px rgba(72,58,46,.16);
    transform: rotate(1.5deg);
}

.az-article-hero__media img {
    width: 100%;
    height: 430px;
    border-radius: 23px;
    object-fit: cover;
}

.az-article-body {
    padding: 88px 0 100px;
    background: #fff;
}

.az-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(245px, 310px);
    gap: 90px;
    justify-content: center;
    align-items: start;
}

.az-article-prose section + section {
    margin-top: 52px;
    padding-top: 48px;
    border-top: 1px solid #e7ebe8;
}

.az-article-prose h2 {
    margin-bottom: 18px;
    color: #2a4338;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.az-article-prose p {
    margin: 0 0 18px;
    color: #5f6e66;
    font-size: 1.02rem;
    line-height: 1.82;
}

.az-article-prose ul {
    display: grid;
    gap: 12px;
    margin: 27px 0 8px;
    padding: 0;
}

.az-article-prose li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    align-items: start;
    padding: 14px 16px;
    border: 1px solid #e2ebe5;
    border-radius: 15px;
    color: #55665d;
    background: #f8fcf9;
    line-height: 1.55;
    list-style: none;
}

.az-article-prose li i {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: #289367;
    font-size: .62rem;
}

.az-article-closing {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 17px;
    align-items: start;
    margin-top: 54px;
    padding: 27px;
    border: 1px solid #f0d391;
    border-radius: 21px;
    background: #fff8e7;
}

.az-article-closing > i {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 14px;
    color: #b66727;
    background: #ffe8ae;
}

.az-article-closing p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #695f4d;
    font-family: var(--az-font-display);
    font-size: .96rem;
    font-weight: 600;
    line-height: 1.7;
}

.az-article-aside {
    position: sticky;
    top: 105px;
    padding: 27px;
    border: 1px solid #dce9e1;
    border-radius: 23px;
    background:
        radial-gradient(circle at 90% 10%, rgba(255,199,81,.26), transparent 30%),
        #f2faf5;
    box-shadow: 0 17px 40px rgba(48,76,62,.08);
}

.az-article-aside > span {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background: #229165;
}

.az-article-aside h2 {
    margin-bottom: 10px;
    color: #2c463a;
    font-size: 1.55rem;
}

.az-article-aside p {
    margin-bottom: 23px;
    color: #68766f;
    font-size: .9rem;
    line-height: 1.65;
}

.az-article-aside .az-button { width: 100%; }

.az-article-related {
    padding: 84px 0 100px;
    background:
        radial-gradient(circle at 95% 8%, rgba(84,191,230,.13), transparent 21%),
        #fff9ed;
}

.az-articles-grid--related {
    max-width: 780px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* About page */
.az-about-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 105px;
    background:
        radial-gradient(circle at 7% 12%, rgba(255,200,87,.42), transparent 24%),
        radial-gradient(circle at 93% 83%, rgba(84,191,230,.24), transparent 25%),
        linear-gradient(135deg, #fff6e6, #fdf3f7 48%, #eefaf3);
}

.az-about-hero::before {
    position: absolute;
    top: -95px;
    left: 46%;
    width: 245px;
    height: 245px;
    border: 42px solid rgba(141,123,216,.08);
    border-radius: 50%;
    content: "";
}

.az-about-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: .94fr 1.06fr;
    gap: 75px;
    align-items: center;
}

.az-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #b04d5a;
    font-family: var(--az-font-display);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.az-about-kicker i { color: #e19a24; }

.az-about-hero__copy h1 {
    max-width: 640px;
    margin-bottom: 24px;
    color: #253d32;
    font-size: clamp(3rem, 5.6vw, 5.35rem);
}

.az-about-hero__copy h1 span {
    color: #c65362;
}

.az-about-hero__copy > p {
    max-width: 610px;
    color: #65736c;
    font-size: 1.12rem;
    line-height: 1.72;
}

.az-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;
    margin-top: 31px;
}

.az-about-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1d7250 !important;
    font-family: var(--az-font-display);
    font-weight: 700;
    text-decoration: none;
}

.az-about-text-link:hover { text-decoration: underline; }

.az-about-collage {
    position: relative;
    min-height: 555px;
}

.az-about-collage__main {
    position: absolute;
    top: 0;
    right: 0;
    width: 78%;
    height: 455px;
    overflow: hidden;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 21px 0 rgba(35,154,101,.18), 0 36px 70px rgba(43,78,59,.17);
    transform: rotate(1.2deg);
}

.az-about-collage__main img,
.az-about-collage__small img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.az-about-collage__main img { object-position: 52% center; }

.az-about-collage__small {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 43%;
    height: 245px;
    overflow: hidden;
    padding: 8px;
    border: 2px solid #fff;
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 16px 0 rgba(255,200,87,.38), 0 28px 52px rgba(72,60,39,.17);
    transform: rotate(-3deg);
}

.az-about-collage__small img { border-radius: 19px; object-position: center 36%; }

.az-about-collage__note {
    position: absolute;
    right: -12px;
    bottom: 18px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    width: 315px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 18px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 18px 38px rgba(61,52,39,.17);
    backdrop-filter: blur(12px);
}

.az-about-collage__note > i {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: #d95f72;
}

.az-about-collage__note span {
    display: flex;
    flex-direction: column;
}

.az-about-collage__note strong {
    color: #34473e;
    font-family: var(--az-font-display);
    font-size: .82rem;
}

.az-about-collage__note small { color: #758079; font-size: .69rem; }

.az-about-story {
    padding: 90px 0;
    scroll-margin-top: 30px;
    background: #fff;
}

.az-about-story__grid {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 70px;
}

.az-about-story__label {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 2px solid #263f34;
    color: #263f34;
    font-family: var(--az-font-display);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.az-about-story__label i { color: #c65362; }

.az-about-story__copy h2 {
    max-width: 830px;
    margin-bottom: 35px;
    color: #263e34;
    font-size: clamp(2.2rem, 4vw, 3.45rem);
}

.az-about-story__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.az-about-story__columns p {
    margin: 0;
    color: #69756f;
    font-size: 1.02rem;
    line-height: 1.78;
}

.az-about-beliefs {
    position: relative;
    overflow: hidden;
    padding: 91px 0 101px;
    background:
        radial-gradient(circle at 92% 12%, rgba(255,200,87,.28), transparent 24%),
        linear-gradient(145deg, #fff7eb, #fff 48%, #f3fbf7);
}

.az-about-beliefs::after {
    position: absolute;
    right: -50px;
    bottom: -65px;
    width: 210px;
    height: 210px;
    border: 34px solid rgba(84,191,230,.12);
    border-radius: 50%;
    content: "";
}

.az-about-section-heading {
    max-width: 760px;
    margin: 0 auto 43px;
    text-align: center;
}

.az-about-section-heading h2 { margin-bottom: 0; color: #263e34; }

.az-about-beliefs__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.az-about-belief {
    --belief-accent: #e7695f;
    --belief-soft: #fff0ed;
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 28px;
    border: 1px solid #e8e4dc;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(55,67,58,.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.az-about-belief:nth-child(2) {
    --belief-accent: #2a93bd;
    --belief-soft: #eaf8fd;
}

.az-about-belief:nth-child(3) {
    --belief-accent: #237e57;
    --belief-soft: #e9f8ef;
}

.az-about-belief:hover {
    box-shadow: 0 21px 48px rgba(55,67,58,.13);
    transform: translateY(-6px);
}

.az-about-belief::after {
    position: absolute;
    right: -36px;
    bottom: -36px;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: var(--belief-soft);
    content: "";
}

.az-about-belief__icon {
    display: grid;
    width: 59px;
    height: 59px;
    margin-bottom: 48px;
    place-items: center;
    border-radius: 18px;
    color: var(--belief-accent);
    background: var(--belief-soft);
    font-size: 1.2rem;
}

.az-about-belief__number {
    position: absolute;
    top: 31px;
    right: 28px;
    color: #a5aca8;
    font-family: var(--az-font-display);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.az-about-belief h3 {
    margin-bottom: 12px;
    color: #263e34;
    font-size: 1.25rem;
}

.az-about-belief p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #6d7872;
    font-size: .91rem;
    line-height: 1.68;
}

.az-about-how {
    position: relative;
    overflow: hidden;
    padding: 92px 0 102px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 6%, rgba(255,200,87,.42), transparent 24%),
        radial-gradient(circle at 94% 88%, rgba(84,191,230,.3), transparent 26%),
        linear-gradient(135deg, #159b66, #0d8358 58%, #08714e);
}

.az-about-how::before {
    position: absolute;
    top: -100px;
    right: 8%;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    box-shadow: 0 0 0 43px rgba(255,255,255,.025), 0 0 0 86px rgba(255,255,255,.015);
    content: "";
}

.az-about-section-heading--light {
    position: relative;
    z-index: 1;
}

.az-about-section-heading--light .az-about-kicker { color: #ffe08a; }
.az-about-section-heading--light h2 { color: #fff; }

.az-about-how__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.az-about-path {
    padding: 35px;
    border: 2px solid rgba(255,255,255,.78);
    border-radius: 28px;
    color: #2a3932;
    background: #fffdf8;
    box-shadow: 0 18px 0 rgba(6,76,49,.2), 0 29px 55px rgba(5,57,38,.2);
}

.az-about-path--providers { background: #f1f8ff; }

.az-about-path__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    padding: 8px 11px;
    border-radius: 10px;
    color: #c24f59;
    background: #ffecef;
    font-family: var(--az-font-display);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.az-about-path--providers .az-about-path__eyebrow {
    color: #257fa5;
    background: #e4f5fc;
}

.az-about-path h3 {
    margin-bottom: 25px;
    color: #263e34;
    font-size: 1.65rem;
}

.az-about-path ol {
    display: grid;
    gap: 12px;
    margin: 0 0 27px;
    padding: 0;
}

.az-about-path li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px;
    align-items: center;
    padding: 13px;
    border: 1px solid #e4e7e2;
    border-radius: 15px;
    background: rgba(255,255,255,.72);
    list-style: none;
}

.az-about-path li > span {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: #dd6872;
    font-family: var(--az-font-display);
    font-size: .78rem;
    font-weight: 800;
}

.az-about-path--providers li > span { background: #3598c0; }

.az-about-path li div {
    display: flex;
    flex-direction: column;
}

.az-about-path li strong {
    color: #30463c;
    font-family: var(--az-font-display);
    font-size: .86rem;
}

.az-about-path li small { color: #727d77; font-size: .76rem; }

.az-about-path > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1c7250 !important;
    font-family: var(--az-font-display);
    font-weight: 700;
    text-decoration: none;
}

.az-about-path--providers > a { color: #257fa5 !important; }
.az-about-path > a:hover { text-decoration: underline; }

.az-about-promise {
    padding: 102px 0;
    background:
        radial-gradient(circle at 95% 82%, rgba(141,123,216,.12), transparent 22%),
        #fff;
}

.az-about-promise__grid {
    display: grid;
    grid-template-columns: 1fr .94fr;
    gap: 72px;
    align-items: center;
}

.az-about-promise__media {
    position: relative;
    height: 570px;
    padding: 10px;
    border: 2px solid #e8eee9;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(41,72,55,.14);
    transform: rotate(-1deg);
}

.az-about-promise__media img {
    width: 100%;
    height: 100%;
    border-radius: 23px;
    object-fit: cover;
    object-position: center 42%;
}

.az-about-promise__media > span {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 15px;
    color: #2f5947;
    background: rgba(255,255,255,.92);
    box-shadow: 0 13px 31px rgba(37,67,51,.16);
    font-family: var(--az-font-display);
    font-size: .78rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.az-about-promise__media > span i { color: #dd6471; }

.az-about-promise__copy h2 {
    margin-bottom: 18px;
    color: #263e34;
}

.az-about-promise__copy > p {
    color: #6b7771;
    font-size: 1.02rem;
    line-height: 1.7;
}

.az-about-promise__copy ul {
    display: grid;
    gap: 13px;
    margin: 28px 0 0;
    padding: 0;
}

.az-about-promise__copy li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px;
    padding: 15px;
    border: 1px solid #e5e9e6;
    border-radius: 16px;
    background: #fffdf8;
    list-style: none;
}

.az-about-promise__copy li > i {
    display: grid;
    width: 28px;
    height: 28px;
    margin-top: 1px;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    background: #239564;
    font-size: .7rem;
}

.az-about-promise__copy li span {
    display: flex;
    flex-direction: column;
}

.az-about-promise__copy li strong {
    color: #30463c;
    font-family: var(--az-font-display);
    font-size: .88rem;
}

.az-about-promise__copy li small { color: #758079; font-size: .78rem; }

.az-about-cta {
    padding: 70px 0;
    background: #fff5da;
}

.az-about-cta__inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 45px;
    border: 2px solid #ffd46f;
    border-radius: 29px;
    background:
        radial-gradient(circle at 77% 2%, rgba(255,255,255,.72), transparent 25%),
        linear-gradient(125deg, #fff8df, #fcecf2 54%, #e8f7ee);
    box-shadow: 0 18px 45px rgba(87,70,40,.1);
}

.az-about-cta__inner::after {
    position: absolute;
    right: 24%;
    bottom: -83px;
    width: 175px;
    height: 175px;
    border: 30px solid rgba(84,191,230,.14);
    border-radius: 50%;
    content: "";
}

.az-about-cta__inner > div {
    position: relative;
    z-index: 1;
}

.az-about-cta__inner h2 {
    margin-bottom: 10px;
    color: #263e34;
}

.az-about-cta__inner p { margin: 0; color: #6a766f; }

.az-about-cta__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 11px;
}

@media (max-width: 1050px) {
    .az-home-hero__inner { gap: 32px; }
    .az-home-hero__copy { width: auto; padding: 30px; }
    .az-home-hero__media { width: calc(100% + 52px); }
    .az-article-hero__grid { gap: 45px; }
    .az-article-layout { gap: 55px; }
    .az-home-provider__grid,
    .az-about-hero__grid,
    .az-about-promise__grid { gap: 42px; }
    .az-home-provider__media { min-height: 470px; }
    .az-home-provider__media > img { height: 446px; }
    .az-about-collage { min-height: 500px; }
    .az-about-collage__main { height: 410px; }
    .az-about-collage__small { height: 215px; }
    .az-about-collage__note { right: 0; width: 280px; }
    .az-about-promise__media { height: 500px; }
}

@media (max-width: 780px) {
    body.az-site .home.hero {
        min-height: 0;
        padding: 58px 0 98px;
    }
    body.az-site .home.hero::before { display: none; }
    .az-home-hero__inner { grid-template-columns: 1fr; gap: 42px; }
    .az-home-hero__copy {
        width: 100%;
        padding: 31px;
    }
    .az-home-hero__media { width: 100%; transform: none; }
    .az-home-provider__grid,
    .az-about-hero__grid,
    .az-about-promise__grid { grid-template-columns: 1fr; }
    .az-home-provider__grid { gap: 60px; }
    .az-home-provider__media { width: calc(100% - 18px); }
    .az-home-provider__badge { right: -18px; }
    .az-home-inspiration__grid { grid-template-columns: 1fr 1fr; }
    .az-home-inspiration__grid .az-inspiration-card:last-child { grid-column: 1 / -1; }
    .az-home-inspiration__grid .az-inspiration-card:last-child { display: grid; grid-template-columns: 1fr 1fr; }
    .az-home-inspiration__grid .az-inspiration-card:last-child > .az-article-card__image { height: 100%; min-height: 300px; }
    .az-home-inspiration__grid .az-inspiration-card:last-child > .az-article-card__image img { height: 100%; min-height: 300px; }
    .az-articles-index__heading { grid-template-columns: 1fr; gap: 16px; }
    .az-articles-index__heading > p { max-width: 680px; }
    .az-articles-grid { grid-template-columns: 1fr 1fr; }
    .az-articles-grid .az-article-card:last-child { grid-column: 1 / -1; }
    .az-article-hero__grid { grid-template-columns: 1fr; }
    .az-article-hero__copy { max-width: 800px; }
    .az-article-hero__media {
        width: min(720px, 100%);
        transform: none;
    }
    .az-article-hero__media img { height: 440px; }
    .az-article-layout { grid-template-columns: minmax(0, 760px); }
    .az-article-aside {
        position: static;
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 10px 18px;
        align-items: center;
    }
    .az-article-aside > span { grid-row: 1 / 3; margin: 0; }
    .az-article-aside h2,
    .az-article-aside p { margin: 0; }
    .az-article-aside .az-button { grid-row: 1 / 3; grid-column: 3; width: auto; }
    .az-articles-grid--related .az-article-card:last-child { grid-column: auto; }
    .az-about-hero { padding-bottom: 90px; }
    .az-about-collage { width: min(650px, 100%); min-height: 550px; margin-inline: auto; }
    .az-about-story__grid { grid-template-columns: 130px 1fr; gap: 42px; }
    .az-about-story__columns { grid-template-columns: 1fr; gap: 18px; }
    .az-about-beliefs__grid { grid-template-columns: 1fr 1fr; }
    .az-about-belief:last-child { grid-column: 1 / -1; }
    .az-about-how__grid { grid-template-columns: 1fr; }
    .az-about-promise__media { width: min(650px, 100%); margin-inline: auto; }
    .az-about-cta__inner { align-items: stretch; flex-direction: column; }
    .az-about-cta__actions { align-self: flex-start; }
}

@media (max-width: 680px) {
    body.az-site .home.hero {
        min-height: 0;
        padding: 42px 0 84px;
        align-items: center;
    }
    .az-home-hero__copy {
        width: 100%;
        padding: 27px 23px 25px;
        border-radius: 24px;
        box-shadow: 0 14px 0 rgba(26,126,84,.2), 0 26px 52px rgba(20,68,47,.19);
    }
    .az-home-hero__copy::after { right: 22px; width: 68px; height: 22px; }
    body.az-site .az-home-hero__copy h1 { font-size: clamp(2.3rem, 10.8vw, 3.1rem); }
    .az-home-hero__copy > p { font-size: .96rem; }
    .az-home-hero__actions { align-items: stretch; flex-direction: column; }
    .az-home-hero__actions .az-button { width: 100%; }
    .az-home-hero__link { justify-content: center; }
    .az-home-hero__trust { gap: 7px 13px; }
    .az-home-hero__media {
        aspect-ratio: 1.35;
        padding: 7px;
        border-radius: 24px;
    }
    .az-home-hero__media > img { border-radius: 17px; }
    .az-home-hero__photo-note {
        right: 16px;
        bottom: 16px;
        left: 16px;
        justify-content: center;
    }
    .az-home-hero__ribbon { gap: 11px; font-size: .59rem; letter-spacing: .1em; }
    .az-home-hero__ribbon i { width: 5px; height: 5px; }
    .az-home-provider { padding: 67px 0 78px; }
    .az-home-provider__media { min-height: 390px; width: 100%; transform: none; }
    .az-home-provider__media > img { height: 366px; }
    .az-home-provider__badge { right: 11px; bottom: -28px; left: 11px; width: auto; }
    .az-home-provider__copy .az-button { width: 100%; }
    .az-home-inspiration { padding: 65px 0 72px; }
    .az-home-inspiration__heading { align-items: flex-start; flex-direction: column; gap: 14px; }
    .az-home-inspiration__grid { grid-template-columns: 1fr; }
    .az-home-inspiration__grid .az-inspiration-card:last-child { display: block; grid-column: auto; }
    .az-home-inspiration__grid .az-inspiration-card:last-child > .az-article-card__image { height: auto; min-height: 0; }
    .az-home-inspiration__grid .az-inspiration-card:last-child > .az-article-card__image img { height: 235px; min-height: 0; }
    .az-articles-hero { padding: 72px 0 78px; }
    .az-articles-hero h1 { font-size: clamp(2.55rem, 12vw, 3.75rem); }
    .az-articles-hero p { font-size: .98rem; }
    .az-articles-index { padding: 66px 0 76px; }
    .az-articles-grid { grid-template-columns: 1fr; }
    .az-articles-grid .az-article-card:last-child { grid-column: auto; }
    .az-article-hero { padding: 25px 0 64px; }
    .az-article-breadcrumb {
        overflow: hidden;
        margin-bottom: 30px;
        white-space: nowrap;
    }
    .az-article-breadcrumb span {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .az-article-hero__grid { gap: 37px; }
    .az-article-hero__copy h1 { font-size: clamp(2.25rem, 10vw, 3.2rem); }
    .az-article-hero__copy > p { font-size: .96rem; }
    .az-article-hero__media { padding: 7px; border-radius: 24px; }
    .az-article-hero__media img { height: 290px; border-radius: 17px; }
    .az-article-body { padding: 65px 0 74px; }
    .az-article-layout { gap: 48px; }
    .az-article-prose section + section { margin-top: 40px; padding-top: 38px; }
    .az-article-prose p { font-size: .97rem; }
    .az-article-closing {
        grid-template-columns: 1fr;
        margin-top: 44px;
        padding: 23px;
    }
    .az-article-aside {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .az-article-aside > span { margin-bottom: 8px; }
    .az-article-aside h2 { margin-bottom: 3px; }
    .az-article-aside p { margin-bottom: 13px; }
    .az-article-aside .az-button { width: 100%; }
    .az-article-related { padding: 64px 0 75px; }
    .az-articles-grid--related { grid-template-columns: 1fr; }
    .az-article-missing { min-height: 520px; padding: 82px 0; }
    .az-about-hero { padding: 58px 0 75px; }
    .az-about-hero__copy h1 { font-size: 3.1rem; }
    .az-about-hero__actions { align-items: stretch; flex-direction: column; }
    .az-about-hero__actions .az-button { width: 100%; }
    .az-about-text-link { justify-content: center; }
    .az-about-collage { min-height: 425px; }
    .az-about-collage__main { width: 88%; height: 330px; transform: none; }
    .az-about-collage__small { width: 47%; height: 175px; padding: 6px; border-radius: 20px; }
    .az-about-collage__note { right: 0; bottom: 0; width: 245px; padding: 12px; }
    .az-about-collage__note > i { width: 39px; height: 39px; }
    .az-about-story { padding: 65px 0; }
    .az-about-story__grid { grid-template-columns: 1fr; gap: 27px; }
    .az-about-story__label { max-width: 145px; }
    .az-about-story__copy h2 { font-size: 2.25rem; }
    .az-about-beliefs,
    .az-about-how { padding: 66px 0 76px; }
    .az-about-beliefs__grid { grid-template-columns: 1fr; }
    .az-about-belief:last-child { grid-column: auto; }
    .az-about-belief { min-height: 0; }
    .az-about-path { padding: 25px 21px; }
    .az-about-promise { padding: 72px 0; }
    .az-about-promise__media { height: 430px; transform: none; }
    .az-about-cta { padding: 45px 0; }
    .az-about-cta__inner { padding: 30px 23px; border-radius: 23px; }
    .az-about-cta__actions { width: 100%; flex-direction: column; }
    .az-about-cta__actions .az-button { width: 100%; }
}
