:root {
    --ayalr-navy: #020f21;
    --ayalr-panel: rgba(9, 32, 59, 0.9);
    --ayalr-panel-border: rgba(158, 183, 216, 0.34);
    --ayalr-text: #f8fafc;
    --ayalr-muted: #c3cede;
    --ayalr-pink: #f42661;
}

* {
    box-sizing: border-box;
}

body.ayalr-home {
    margin: 0;
    background: var(--ayalr-navy);
}

.ayalr-home .jw-body > .jw-mobile-menu,
.ayalr-home .jw-body > .header-wrap,
.ayalr-home #jw-element-395307015 {
    display: none !important;
}

.ayalr-home .scroll-to-top {
    display: none;
}

.ayalr-site-header {
    position: relative;
    z-index: 30;
    height: 86px;
    background: rgba(1, 16, 35, 0.98);
}

.ayalr-nav-shell {
    width: min(100%, 1536px);
    height: 100%;
    margin: 0 auto;
    padding: 0 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}

.ayalr-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: -17px;
}

.ayalr-brand img {
    display: block;
    width: 178px;
    height: auto;
}

.ayalr-primary-nav,
.ayalr-nav-links,
.ayalr-nav-actions {
    display: flex;
    align-items: center;
}

.ayalr-primary-nav {
    flex: 1;
    justify-content: space-between;
    gap: 32px;
    margin-left: 230px;
}

.ayalr-nav-links {
    gap: 28px;
}

.ayalr-nav-actions {
    gap: 16px;
}

.ayalr-primary-nav a {
    color: #fff;
    font: 600 14px/1.2 "Source Sans Pro", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.ayalr-primary-nav a:hover {
    color: #fff;
    text-decoration: none;
}

.ayalr-nav-link {
    position: relative;
    padding: 33px 0 31px;
}

.ayalr-nav-link.is-active::after {
    content: "";
    position: absolute;
    left: -14px;
    right: -14px;
    bottom: 19px;
    height: 2px;
    background: var(--ayalr-pink);
}

.ayalr-nav-button {
    min-width: 96px;
    padding: 15px 20px;
    border: 1px solid #aab8cb;
    border-radius: 8px;
    text-align: center;
}

.ayalr-nav-button--primary {
    min-width: 146px;
    border-color: var(--ayalr-pink);
    background: var(--ayalr-pink);
}

.ayalr-menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 8px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.ayalr-menu-toggle span {
    display: block;
    width: 44px;
    height: 4px;
    margin: 5px auto;
    border-radius: 4px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.ayalr-hero {
    position: relative;
    min-height: calc(100vh - 86px);
    overflow: hidden;
    color: var(--ayalr-text);
    background: #06162b url("./qwtCeJ5cLYs.webp") center center / cover no-repeat;
}

.ayalr-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(1, 15, 32, 0.97) 0%, rgba(2, 19, 39, 0.87) 42%, rgba(3, 19, 38, 0.48) 70%, rgba(4, 18, 35, 0.26) 100%),
        linear-gradient(180deg, rgba(2, 14, 29, 0.16), rgba(2, 16, 34, 0.7));
}

@media (max-width: 960px) {
    .ayalr-hero {
        background-image: url("./qwtCeJ5cLYs-1280.webp");
    }
}

.ayalr-hero-shell {
    position: relative;
    z-index: 1;
    width: min(100%, 1536px);
    min-height: calc(100vh - 86px);
    margin: 0 auto;
    padding: 74px 70px 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 496px;
    gap: 72px;
    align-items: start;
}

.ayalr-hero-copy {
    max-width: 720px;
}

.ayalr-eyebrow {
    margin: 0 0 24px;
    color: var(--ayalr-pink);
    font: 400 22px/1.25 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-hero .ayalr-hero-title {
    margin: 0;
    color: #fff;
    font: 700 64px/1.18 "Source Sans Pro", Arial, sans-serif;
    letter-spacing: -1.2px;
}

.ayalr-highlight {
    display: block;
    color: var(--ayalr-pink);
}

.ayalr-hero-description {
    max-width: 520px;
    margin: 22px 0 0;
    color: #e0e7f0;
    font: 400 22px/1.45 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-benefits {
    max-width: 690px;
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 54px;
}

.ayalr-benefit {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.ayalr-benefit-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(157, 181, 211, 0.28);
    border-radius: 50%;
    color: var(--ayalr-pink);
    font-size: 31px;
}

.ayalr-hero .ayalr-benefit h3,
.ayalr-benefit p {
    margin: 0;
}

.ayalr-hero .ayalr-benefit h3 {
    color: #fff;
    font: 700 18px/1.3 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-benefit p {
    margin-top: 3px;
    color: var(--ayalr-muted);
    font: 400 16px/1.45 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-proof {
    margin-top: 54px;
    display: flex;
    align-items: center;
    gap: 74px;
}

.ayalr-rating-stars {
    color: #22c39a;
    font-size: 24px;
    letter-spacing: 2px;
}

.ayalr-proof p {
    margin: 5px 0 0;
    color: var(--ayalr-muted);
    font: 400 16px/1.45 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-proof-item--secure {
    display: grid;
    grid-template-columns: 48px auto;
    gap: 14px;
    align-items: center;
}

.ayalr-proof-item--secure i {
    color: #b7c7db;
    font-size: 42px;
}

.ayalr-form-card {
    width: 100%;
    padding: 36px 44px 33px;
    border: 1px solid var(--ayalr-panel-border);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(7, 28, 53, 0.95), rgba(20, 50, 82, 0.9));
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(7px);
}

.ayalr-hero .ayalr-form-heading {
    margin: 0;
    color: #fff;
    text-align: center;
    font: 700 32px/1.2 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-form-subheading {
    margin: 7px 0 32px;
    color: #d8e0ea;
    text-align: center;
    font: 400 18px/1.35 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-field {
    margin-bottom: 20px;
}

.ayalr-field label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font: 600 16px/1.25 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-required {
    color: var(--ayalr-pink);
}

.ayalr-input-wrap {
    position: relative;
}

.ayalr-input-wrap > i:first-child {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 18px;
    color: #9cafc8;
    font-size: 19px;
    transform: translateY(-50%);
    pointer-events: none;
}

.ayalr-input-wrap > .ayalr-chevron {
    position: absolute;
    top: 50%;
    right: 17px;
    color: #fff;
    font-size: 16px;
    transform: translateY(-50%);
    pointer-events: none;
}

.ayalr-form-card input,
.ayalr-form-card select {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid rgba(151, 176, 208, 0.4);
    border-radius: 8px;
    outline: 0;
    background: rgba(0, 14, 31, 0.64);
    color: #fff;
    font: 400 16px/1 "Source Sans Pro", Arial, sans-serif;
    box-shadow: none;
}

.ayalr-form-card .ayalr-input-wrap input,
.ayalr-form-card .ayalr-input-wrap select {
    padding-left: 45px;
}

.ayalr-form-card select {
    padding-right: 44px;
    appearance: none;
    -webkit-appearance: none;
}

.ayalr-form-card input::placeholder {
    color: #718198;
    opacity: 1;
}

.ayalr-form-card input:focus,
.ayalr-form-card select:focus {
    border-color: #9db3ce;
    box-shadow: 0 0 0 3px rgba(157, 179, 206, 0.13);
}

.ayalr-submit {
    width: 100%;
    height: 52px;
    margin: 4px 0 0;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(90deg, #f4215d, #f52e67);
    color: #fff;
    font: 700 17px/1 "Source Sans Pro", Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

.ayalr-submit i {
    margin-left: 12px;
}

.ayalr-legal {
    margin: 18px 0 0;
    color: #cbd5e1;
    font: 400 14px/1.45 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-legal a,
.ayalr-legal a:hover {
    color: #fff;
    text-decoration: underline;
}

.ayalr-trust-strip {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ayalr-trust-strip--mobile {
    display: none;
}

.ayalr-trust-item {
    min-height: 58px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #d6dfeb;
    font: 400 14px/1.35 "Source Sans Pro", Arial, sans-serif;
    text-align: left;
}

.ayalr-trust-item + .ayalr-trust-item {
    border-left: 1px solid rgba(155, 177, 204, 0.3);
}

.ayalr-trust-item i {
    color: #b8c8dd;
    font-size: 24px;
}

.ayalr-resources {
    position: relative;
    z-index: 2;
    padding: 48px 0 54px;
    border-top: 1px solid rgba(155, 177, 204, 0.16);
    border-bottom: 1px solid rgba(155, 177, 204, 0.18);
    background:
        radial-gradient(circle at 50% 0%, rgba(38, 76, 119, 0.24), transparent 52%),
        #07182d;
}

.ayalr-resources-shell {
    width: min(100%, 1536px);
    margin: 0 auto;
    padding: 0 70px;
}

.ayalr-resources h2 {
    margin: 0 0 26px;
    color: #fff;
    font: 700 30px/1.2 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-resources-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.ayalr-resource-card,
.ayalr-resource-card:hover {
    color: inherit;
    text-decoration: none;
}

.ayalr-resource-card {
    min-width: 0;
    min-height: 174px;
    padding: 25px 22px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    border: 1px solid rgba(151, 176, 208, 0.3);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(8, 31, 58, 0.94), rgba(15, 43, 73, 0.82));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.ayalr-resource-card:hover,
.ayalr-resource-card:focus-visible {
    border-color: var(--ayalr-pink);
    outline: 0;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24), 0 0 0 2px rgba(244, 38, 97, 0.16);
    transform: translateY(-2px);
}

.ayalr-resource-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(244, 38, 97, 0.42);
    border-radius: 50%;
    color: var(--ayalr-pink);
    font-size: 22px;
}

.ayalr-resource-copy,
.ayalr-resource-copy > span {
    display: block;
}

.ayalr-resource-copy strong {
    display: block;
    color: #fff;
    font: 700 18px/1.3 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-resource-copy > span {
    margin-top: 8px;
    color: var(--ayalr-muted);
    font: 400 15px/1.45 "Source Sans Pro", Arial, sans-serif;
}

.ayalr-resource-services {
    margin-left: 5px;
    color: #9eacc0;
    font-size: 12px;
    white-space: nowrap;
}

.ayalr-resource-services i + i {
    margin-left: 4px;
}

/* Keep the existing pricing and FAQ layouts while bringing their surfaces into
   the same navy, outlined-card visual system as the homepage hero. */
.ayalr-home .ayalr-pricing {
    color: var(--ayalr-muted);
    border-top: 1px solid rgba(155, 177, 204, 0.16);
    border-bottom: 1px solid rgba(155, 177, 204, 0.18);
    background:
        radial-gradient(circle at 50% 0%, rgba(38, 76, 119, 0.24), transparent 52%),
        #07182d;
}

.ayalr-home .ayalr-pricing > .jw-strip__content-container {
    padding-top: 76px;
    padding-bottom: 88px;
}

.ayalr-home .ayalr-pricing #pricing {
    margin-top: 0;
    margin-bottom: 24px;
}

.ayalr-home .ayalr-pricing #pricing span {
    color: var(--ayalr-pink) !important;
}

.ayalr-home .ayalr-pricing #jw-element-395790809 h2,
.ayalr-home .ayalr-pricing #jw-element-395790809 h3 {
    color: #fff;
}

.ayalr-home .ayalr-pricing #jw-element-395790809 h3 {
    color: var(--ayalr-muted);
}

.ayalr-home .ayalr-pricing #jw-element-395790809 h2 {
    margin-top: 0;
    margin-bottom: 16px;
}

.ayalr-home .ayalr-pricing #jw-element-395790809 h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.ayalr-home .ayalr-pricing #jw-element-395298610 {
    gap: 20px;
    margin: 44px 0 0;
}

.ayalr-home .ayalr-pricing #jw-element-395298610 > .jw-column {
    padding: 18px 20px 28px;
    color: var(--ayalr-muted);
    border: 1px solid rgba(151, 176, 208, 0.3);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(8, 31, 58, 0.96), rgba(15, 43, 73, 0.86));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ayalr-home .ayalr-pricing #jw-element-395298610 > .jw-column:hover {
    border-color: rgba(244, 38, 97, 0.62);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(244, 38, 97, 0.1);
}

.ayalr-home .ayalr-pricing #jw-element-395298619 {
    border-color: rgba(244, 38, 97, 0.72);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(244, 38, 97, 0.12);
}

.ayalr-home .ayalr-pricing #jw-element-395298610 > .jw-column > .jw-text:first-child {
    margin-bottom: 24px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(151, 176, 208, 0.2);
    background: rgba(3, 21, 42, 0.44);
}

.ayalr-home .ayalr-pricing #jw-element-395298610 > .jw-column > .jw-text:first-child .jw-element-imagetext-text {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ayalr-home .ayalr-pricing #jw-element-395298610 > .jw-column > .jw-text:first-child h3 {
    width: 100%;
    margin: 0 !important;
    line-height: 1.2;
}

.ayalr-home .ayalr-pricing #jw-element-395298610 > .jw-column > .jw-button:last-child {
    margin-top: 30px;
}

.ayalr-home .ayalr-pricing #jw-element-395298610 h3,
.ayalr-home .ayalr-pricing #jw-element-395298610 b {
    color: #fff;
}

.ayalr-home .ayalr-pricing #jw-element-395298610 p {
    color: var(--ayalr-muted);
}

.ayalr-home .ayalr-pricing #jw-element-395298610 p > span[style*="color"]:not(.ayalr-new-badge) {
    color: var(--ayalr-pink) !important;
    font-weight: 700;
}

.ayalr-home .ayalr-pricing #jw-element-395298610 p > span.ayalr-new-badge {
    color: #fff !important;
    background-color: var(--ayalr-pink) !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em;
}

.ayalr-home .ayalr-pricing .jw-btn {
    color: #fff !important;
    border: 1px solid var(--ayalr-pink) !important;
    border-radius: 8px !important;
    background: var(--ayalr-pink) !important;
    box-shadow: 0 8px 20px rgba(244, 38, 97, 0.2);
    transition: background-color 160ms ease, box-shadow 160ms ease;
}

.ayalr-home .ayalr-pricing .jw-btn:hover,
.ayalr-home .ayalr-pricing .jw-btn:focus-visible {
    color: #fff !important;
    background: #dc1c54 !important;
    box-shadow: 0 10px 24px rgba(244, 38, 97, 0.3);
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 2px;
}

.ayalr-home .ayalr-pricing #jw-element-395793563 {
    margin-top: 38px;
    color: #9eacc0;
}

.ayalr-home #faqs {
    color: var(--ayalr-muted);
    border-bottom: 1px solid rgba(155, 177, 204, 0.18);
    background:
        radial-gradient(circle at 50% 0%, rgba(38, 76, 119, 0.18), transparent 48%),
        var(--ayalr-navy);
}

.ayalr-home #faqs > .jw-strip__content-container {
    padding-top: 76px;
    padding-bottom: 88px;
}

.ayalr-home #faqs .jw-heading-100 {
    margin-top: 0;
    margin-bottom: 38px;
    color: #fff;
}

.ayalr-home #faqs .jw-element-accordion__item {
    color: var(--ayalr-muted);
    border-color: rgba(151, 176, 208, 0.3) !important;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(8, 31, 58, 0.96), rgba(15, 43, 73, 0.84));
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.ayalr-home #faqs .jw-element-accordion__item + .jw-element-accordion__item {
    margin-top: 14px;
}

.ayalr-home #faqs .jw-element-accordion__heading {
    padding: 23px 72px 23px 24px !important;
    color: #fff !important;
    border-bottom-color: transparent !important;
    background: transparent !important;
    transition: color 160ms ease, background-color 160ms ease;
}

.ayalr-home #faqs .jw-element-accordion__heading h3 {
    color: inherit !important;
}

.ayalr-home #faqs .jw-element-accordion__heading:hover,
.ayalr-home #faqs .jw-element-accordion__heading:focus-visible,
.ayalr-home #faqs details[open] > .jw-element-accordion__heading {
    color: var(--ayalr-pink) !important;
    border-bottom-color: rgba(151, 176, 208, 0.2) !important;
    background: rgba(244, 38, 97, 0.06) !important;
}

.ayalr-home #faqs .jw-element-accordion__heading:focus-visible {
    outline: 2px solid var(--ayalr-pink);
    outline-offset: -2px;
}

.ayalr-home #faqs .jw-element-accordion__icon {
    right: 24px;
    color: var(--ayalr-pink) !important;
}

.ayalr-home #faqs .jw-element-accordion__content {
    color: var(--ayalr-muted);
    border: 0 !important;
    background: rgba(2, 15, 33, 0.34) !important;
}

.ayalr-home #faqs .jw-element-accordion__content-wrap {
    padding: 30px 34px !important;
}

.ayalr-home #faqs hr {
    margin: 30px 0;
    border-color: rgba(244, 38, 97, 0.3);
}

@media (min-width: 641px) {
    .ayalr-home .ayalr-pricing #jw-element-395298610 > .jw-column {
        width: 0 !important;
        flex: 1 1 0;
    }
}

@media (max-width: 1200px) {
    .ayalr-primary-nav {
        gap: 36px;
        margin-left: 0;
    }

    .ayalr-nav-links {
        gap: 18px;
    }

    .ayalr-hero-shell {
        padding-right: 38px;
        padding-left: 38px;
        grid-template-columns: minmax(0, 1fr) 460px;
        gap: 42px;
    }

    .ayalr-hero .ayalr-hero-title {
        font-size: 54px;
    }

    .ayalr-benefits {
        gap: 28px 30px;
    }

    .ayalr-benefit {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 12px;
    }

    .ayalr-benefit-icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }

    .ayalr-resources-shell {
        padding-right: 38px;
        padding-left: 38px;
    }

    .ayalr-resources-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .ayalr-site-header {
        height: 90px;
    }

    .ayalr-nav-shell {
        padding: 0 31px;
    }

    .ayalr-brand img {
        width: 207px;
    }

    .ayalr-menu-toggle {
        display: block;
    }

    .ayalr-primary-nav {
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        display: none;
        padding: 24px;
        align-items: stretch;
        gap: 20px;
        background: rgba(1, 16, 35, 0.99);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
        margin-left: 0;
    }

    .ayalr-site-header.is-menu-open .ayalr-primary-nav {
        display: flex;
    }

    .ayalr-site-header.is-menu-open .ayalr-menu-toggle span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .ayalr-site-header.is-menu-open .ayalr-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .ayalr-site-header.is-menu-open .ayalr-menu-toggle span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .ayalr-nav-links {
        flex: 1;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .ayalr-nav-link {
        padding: 12px;
        text-align: center;
    }

    .ayalr-nav-link.is-active::after {
        display: none;
    }

    .ayalr-nav-actions {
        justify-content: center;
    }

    .ayalr-hero {
        min-height: 0;
        background-position: 58% top;
    }

    .ayalr-hero::before {
        background:
            linear-gradient(90deg, rgba(1, 15, 32, 0.94), rgba(2, 18, 39, 0.77)),
            linear-gradient(180deg, rgba(2, 15, 32, 0.24), rgba(1, 15, 32, 0.94));
    }

    .ayalr-hero-shell {
        width: 100%;
        min-height: 0;
        padding: 35px 46px 15px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
    }

    .ayalr-hero-copy {
        display: contents;
        max-width: none;
    }

    .ayalr-intro {
        order: 1;
    }

    .ayalr-form-card {
        order: 2;
        width: calc(100% - 54px);
        margin: 0 auto;
        padding: 25px 32px 23px;
    }

    .ayalr-benefits {
        order: 3;
        width: calc(100% - 54px);
        max-width: none;
        margin: -5px auto 0;
        gap: 12px;
    }

    .ayalr-hero .ayalr-trust-strip--mobile {
        order: 4;
        width: calc(100% - 54px);
        margin: -43px auto 0;
        display: grid;
    }

    .ayalr-form-card > .ayalr-trust-strip {
        display: none;
    }

    .ayalr-proof {
        display: none;
    }

    .ayalr-eyebrow {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .ayalr-hero .ayalr-hero-title {
        max-width: 650px;
        font-size: 46px;
        line-height: 1.36;
        letter-spacing: -0.5px;
    }

    .ayalr-hero-description {
        max-width: 440px;
        margin-top: 9px;
        font-size: 21px;
        line-height: 1.42;
    }

    .ayalr-benefit {
        min-height: 153px;
        padding: 18px;
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 15px;
        border: 1px solid rgba(151, 176, 208, 0.34);
        border-radius: 14px;
        background: rgba(5, 26, 51, 0.58);
    }

    .ayalr-benefit-icon {
        width: 90px;
        height: 90px;
        font-size: 40px;
    }

    .ayalr-hero .ayalr-benefit h3 {
        font-size: 21px;
    }

    .ayalr-benefit p {
        font-size: 19px;
    }

    .ayalr-hero .ayalr-form-heading {
        font-size: 38px;
    }

    .ayalr-form-subheading {
        margin: 6px 0 20px;
        font-size: 22px;
    }

    .ayalr-field {
        margin-bottom: 16px;
    }

    .ayalr-field label {
        font-size: 19px;
    }

    .ayalr-form-card input,
    .ayalr-form-card select {
        height: 59px;
        font-size: 21px;
    }

    .ayalr-input-wrap > i:first-child {
        font-size: 23px;
    }

    .ayalr-submit {
        height: 65px;
        font-size: 23px;
    }

    .ayalr-legal {
        max-width: 470px;
        margin: 20px auto 0;
        font-size: 19px;
        text-align: center;
    }

    .ayalr-trust-strip {
        margin-top: 20px;
        padding: 8px 0;
        border: 1px solid rgba(151, 176, 208, 0.34);
        border-radius: 14px;
        background: rgba(5, 26, 51, 0.58);
    }

    .ayalr-trust-item {
        min-height: 72px;
        font-size: 17px;
    }

    .ayalr-trust-item i {
        font-size: 28px;
    }

    .ayalr-resources {
        padding: 40px 0 44px;
    }

    .ayalr-resources-shell {
        padding-right: 46px;
        padding-left: 46px;
    }
}

@media (max-width: 620px) {
    .ayalr-nav-shell {
        padding: 0 16px;
    }

    .ayalr-brand img {
        width: 130px;
    }

    .ayalr-hero-shell {
        padding: 26px 23px 12px;
        gap: 20px;
    }

    .ayalr-eyebrow {
        font-size: 16px;
    }

    .ayalr-hero .ayalr-hero-title {
        font-size: clamp(35px, 10.2vw, 46px);
        line-height: 1.34;
    }

    .ayalr-hero-description {
        font-size: 18px;
    }

    .ayalr-form-card,
    .ayalr-benefits {
        width: calc(100% - 26px);
    }

    .ayalr-form-card {
        padding: 24px 17px 21px;
    }

    .ayalr-hero .ayalr-form-heading {
        font-size: 28px;
    }

    .ayalr-form-subheading {
        font-size: 17px;
    }

    .ayalr-field label {
        font-size: 16px;
    }

    .ayalr-form-card input,
    .ayalr-form-card select {
        height: 56px;
        font-size: 17px;
    }

    .ayalr-submit {
        height: 57px;
        font-size: 18px;
    }

    .ayalr-legal {
        font-size: 14px;
    }

    .ayalr-benefit {
        min-height: 125px;
        padding: 12px;
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 11px;
    }

    .ayalr-benefit-icon {
        width: 66px;
        height: 66px;
        font-size: 30px;
    }

    .ayalr-hero .ayalr-benefit h3 {
        font-size: 16px;
    }

    .ayalr-benefit p {
        font-size: 14px;
    }

    .ayalr-trust-item {
        padding: 0 7px;
        font-size: 13px;
    }

    .ayalr-trust-item i {
        font-size: 21px;
    }

    .ayalr-resources-shell {
        padding-right: 23px;
        padding-left: 23px;
    }

    .ayalr-resources h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .ayalr-resources-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ayalr-resource-card {
        min-height: 0;
        padding: 21px 18px;
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
    }

    .ayalr-resource-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .ayalr-home .ayalr-pricing > .jw-strip__content-container,
    .ayalr-home #faqs > .jw-strip__content-container {
        padding-top: 48px;
        padding-bottom: 56px;
    }

    .ayalr-home .ayalr-pricing #pricing {
        margin-bottom: 18px;
    }

    .ayalr-home .ayalr-pricing #jw-element-395298610 {
        gap: 0;
        margin-top: 32px;
    }

    .ayalr-home .ayalr-pricing #jw-element-395298610 > .jw-column {
        padding: 16px 18px 24px;
    }

    .ayalr-home .ayalr-pricing #jw-element-395298610 > .jw-column > .jw-text:first-child .jw-element-imagetext-text {
        min-height: 56px;
    }

    .ayalr-home .ayalr-pricing #jw-element-395793563 {
        margin-top: 30px;
    }

    .ayalr-home #faqs .jw-heading-100 {
        margin-bottom: 28px;
    }

    .ayalr-home #faqs .jw-element-accordion__heading {
        padding: 19px 54px 19px 18px !important;
    }

    .ayalr-home #faqs .jw-element-accordion__icon {
        right: 18px;
    }

    .ayalr-home #faqs .jw-element-accordion__content-wrap {
        padding: 24px 20px !important;
    }

    .ayalr-home #faqs .jw-element-accordion__item + .jw-element-accordion__item {
        margin-top: 10px;
    }

    .ayalr-home #faqs hr {
        margin: 24px 0;
    }
}

@media (max-width: 390px) {
    .ayalr-benefits {
        grid-template-columns: 1fr;
    }

    .ayalr-trust-strip {
        grid-template-columns: 1fr;
    }

    .ayalr-trust-item + .ayalr-trust-item {
        border-top: 1px solid rgba(155, 177, 204, 0.3);
        border-left: 0;
    }
}
