@import url('xreference-fonts.css');

:root {
    --xr-navy-950: #030713;
    --xr-navy-900: #061126;
    --xr-navy-850: #091b36;
    --xr-navy-800: #0d2548;
    --xr-blue-500: #1578ff;
    --xr-blue-400: #2d96ff;
    --xr-blue-300: #65b7ff;
    --xr-cyan-300: #72d8ff;
    --xr-orange-500: #ff6926;
    --xr-white: #ffffff;
    --xr-muted: #b6c6dd;
    --xr-line: rgba(125, 180, 255, 0.22);
    --xr-card: rgba(4, 16, 36, 0.72);
    --xr-shadow-blue: 0 0 42px rgba(25, 123, 255, 0.34);
    --xr-font: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 108px;
}

body.xr-landing-page {
    min-height: 100vh;
    margin: 0;
    color: var(--xr-white);
    background: var(--xr-navy-950);
    font-family: var(--xr-font);
    text-rendering: geometricPrecision;
}

.xr-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 30;
    background:
        radial-gradient(circle at 82% 20%, rgba(27, 100, 196, 0.28), transparent 34%),
        linear-gradient(135deg, #061326 0%, #092446 100%);
    border-bottom: 1px solid rgba(125, 180, 255, 0.16);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.xr-navbar {
    min-height: 92px;
    padding: 0;
}

.xr-brand-mark {
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.xr-brand-mark img {
    display: block;
    width: auto;
    max-width: 285px;
    height: 66px;
    object-fit: contain;
}

.xr-main-nav {
    gap: 1.15rem;
}

.xr-nav-link {
    position: relative;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.94rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding: 0.35rem 0 !important;
    transition: color 160ms ease, text-shadow 160ms ease;
}

.xr-nav-link:hover,
.xr-nav-link:focus,
.xr-nav-link.active {
    color: var(--xr-white) !important;
    text-shadow: 0 0 18px rgba(45, 150, 255, 0.52);
}

.xr-nav-link.active::after {
    content: none;
}

.xr-nav-divider {
    display: inline-block;
    width: 1px;
    height: 22px;
    margin: 0 0.15rem;
    background: rgba(255, 255, 255, 0.28);
}

.xr-login-link {
    display: inline-flex !important;
    align-items: center;
    gap: 0.45rem;
    color: #ff8a4b !important;
}

.xr-main-nav .xr-login-link {
    color: #ff8a4b !important;
    text-shadow: 0 0 16px rgba(255, 105, 38, 0.42);
}

.xr-login-link:hover,
.xr-login-link:focus,
.xr-main-nav .xr-login-link:hover,
.xr-main-nav .xr-login-link:focus {
    color: #ffb087 !important;
}

.xr-main-nav .xr-nav-link--home-emphasis {
    color: #ff8a4b !important;
    text-shadow: 0 0 16px rgba(255, 105, 38, 0.42);
}

.xr-main-nav .xr-nav-link--home-emphasis:hover,
.xr-main-nav .xr-nav-link--home-emphasis:focus {
    color: #ffb087 !important;
}

.xr-main-nav .xr-login-link--disabled,
.xr-main-nav .xr-login-link--disabled:hover,
.xr-main-nav .xr-login-link--disabled:focus {
    color: var(--xr-white) !important;
    cursor: default;
    text-shadow: none;
}

.xr-navbar-toggler {
    display: inline-flex;
    width: 44px;
    height: 38px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(125, 180, 255, 0.24);
    border-radius: 12px;
    box-shadow: none !important;
}

.xr-navbar-toggler span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: #ffffff;
}

.xr-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 790px;
    padding: 192px 0 150px;
    background:
        radial-gradient(circle at 88% 24%, rgba(38, 127, 255, 0.36), transparent 31%),
        radial-gradient(circle at 14% 72%, rgba(14, 113, 255, 0.20), transparent 34%),
        linear-gradient(90deg, rgba(2, 6, 18, 0.96) 0%, rgba(3, 13, 32, 0.86) 46%, rgba(2, 6, 18, 0.72) 100%),
        var(--xr-hero-bg),
        linear-gradient(135deg, #020614, #071a38 62%, #020614);
    background-position: center, center, center, center;
    background-size: auto, auto, auto, cover, auto;
}

.xr-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 40%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 92px);
    pointer-events: none;
}

.xr-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 125px;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1728 170' preserveAspectRatio='none'%3E%3Cpath d='M0 105C196 33 369 19 606 84C834 146 1014 152 1242 78C1446 13 1577 31 1728 93V170H0V105Z' fill='%23ffffff'/%3E%3Cpath d='M0 96C196 28 369 15 606 78C834 140 1014 146 1242 72C1446 9 1577 24 1728 84' fill='none' stroke='%232a86ff' stroke-width='4' opacity='0.75'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    pointer-events: none;
}

.xr-hero-copy {
    max-width: 650px;
}

.xr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.95rem;
    color: var(--xr-blue-400);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.xr-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 4.8rem;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 18px 44px rgba(0, 0, 0, 0.48);
}

.xr-hero-lead {
    max-width: 590px;
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.15rem;
    line-height: 1.65;
}

.xr-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.8rem;
}

.xr-btn {
    --xr-btn-border: rgba(125, 180, 255, 0.48);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    min-width: 215px;
    gap: 0.7rem;
    padding: 0.95rem 1.65rem;
    border: 1px solid var(--xr-btn-border);
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.xr-btn:hover,
.xr-btn:focus {
    color: #ffffff;
    transform: translateY(-1px);
    text-decoration: none;
}

.xr-btn-primary {
    background: linear-gradient(135deg, #0d68ff, #2e95ff);
    border-color: rgba(132, 191, 255, 0.85);
    box-shadow: 0 0 0 1px rgba(93, 164, 255, 0.28) inset, 0 16px 38px rgba(21, 120, 255, 0.35);
}

.xr-btn-primary:hover,
.xr-btn-primary:focus {
    box-shadow: 0 0 0 1px rgba(193, 226, 255, 0.45) inset, 0 20px 46px rgba(21, 120, 255, 0.45);
}

.xr-btn-outline {
    background: rgba(0, 5, 18, 0.42);
    border-color: rgba(132, 191, 255, 0.60);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.xr-btn-outline:hover,
.xr-btn-outline:focus {
    background: rgba(21, 120, 255, 0.15);
    border-color: rgba(160, 210, 255, 0.85);
}

.xr-existing-login {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1.4rem;
    color: #56aaff;
    font-size: 0.94rem;
    text-decoration: none;
}

.xr-existing-login:hover,
.xr-existing-login:focus {
    color: #9ad0ff;
    text-decoration: none;
}

.xr-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    max-width: 640px;
    margin-top: 1.75rem;
}

.xr-proof-card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.85rem;
    align-items: center;
    min-height: 78px;
    padding: 0.88rem 1rem;
    border: 1px solid rgba(86, 168, 255, 0.22);
    border-radius: 10px;
    background: rgba(2, 18, 43, 0.68);
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.20);
}

.xr-proof-icon {
    grid-row: 1 / span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #7bc8ff;
    background: radial-gradient(circle at 34% 24%, rgba(114, 216, 255, 0.22), rgba(21, 120, 255, 0.18));
    border: 1px solid rgba(86, 168, 255, 0.25);
    font-size: 1.25rem;
}

.xr-proof-card strong {
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 700;
}

.xr-proof-card small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
}

.xr-assistant-card {
    position: relative;
    overflow: hidden;
    min-height: 555px;
    border: 1px solid rgba(160, 210, 255, 0.70);
    border-radius: 28px;
    background: rgba(5, 17, 39, 0.74);
    box-shadow: var(--xr-shadow-blue), 0 30px 95px rgba(0, 0, 0, 0.48);
}

.xr-assistant-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
    pointer-events: none;
}

.xr-assistant-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(90deg, rgba(5, 20, 49, 0.96) 0%, rgba(7, 31, 71, 0.88) 29%, rgba(11, 72, 153, 0.20) 58%, rgba(7, 39, 89, 0.10) 100%),
        radial-gradient(circle at 76% 26%, rgba(90, 178, 255, 0.28), transparent 31%),
        var(--xr-assistant-image),
        linear-gradient(135deg, #071b3d, #102d62);
    background-size: cover, auto, cover, auto;
    background-position: center, center, center right, center;
    filter: saturate(1.12) contrast(1.05);
}

.xr-assistant-glow {
    position: absolute;
    left: -14%;
    bottom: -8%;
    z-index: 1;
    width: 55%;
    aspect-ratio: 1;
    opacity: 0.9;
    background:
        radial-gradient(circle, rgba(24, 132, 255, 0.45) 0 2px, transparent 3px) 0 0 / 18px 18px,
        radial-gradient(circle, rgba(114, 216, 255, 0.35), transparent 64%);
    mask-image: radial-gradient(circle, #000 0 62%, transparent 72%);
}

.xr-assistant-content {
    position: relative;
    z-index: 3;
    max-width: 290px;
    padding: 6.4rem 2.6rem;
}

.xr-assistant-logo {
    width: 76px;
    height: auto;
    margin-bottom: 1.35rem;
    filter: drop-shadow(0 0 20px rgba(45, 150, 255, 0.72));
}

.xr-assistant-content h2 {
    margin: 0;
    color: #ffffff;
    font-size: 2.85rem;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0;
}

.xr-title-rule {
    display: block;
    width: 44px;
    height: 3px;
    margin: 1.1rem 0 1.25rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--xr-blue-500), var(--xr-cyan-300));
    box-shadow: 0 0 15px rgba(45, 150, 255, 0.76);
}

.xr-assistant-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
    line-height: 1.45;
}

.xr-assistant-card--exact {
    position: relative;
    overflow: hidden;
    min-height: auto;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(175, 225, 255, 0.78);
    border-radius: 26px;
    background: #041024;
    box-shadow:
        0 0 0 1px rgba(170, 220, 255, 0.72),
        0 0 34px rgba(30, 125, 255, 0.38),
        0 28px 90px rgba(0, 0, 0, 0.48);
}

.xr-assistant-card--exact img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Assistant card text polish */
.xr-assistant-card--exact .xr-assistant-overlay,
.xr-assistant-card--exact .xr-assistant-content {
    position: absolute;
    z-index: 4;
    left: 3.05rem;
    top: 4.65rem;
    max-width: 285px;
}

.xr-assistant-card--exact .xr-assistant-overlay h2,
.xr-assistant-card--exact .xr-assistant-content h2 {
    margin: 0;
    color: rgba(230, 244, 255, 0.92);
    font-family: var(--xr-font);
    font-size: 2.32rem;
    line-height: 1.07;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-shadow:
        0 2px 12px rgba(0, 0, 0, 0.52),
        0 0 18px rgba(45, 150, 255, 0.22);
}

.xr-assistant-card--exact .xr-assistant-overlay p,
.xr-assistant-card--exact .xr-assistant-content p {
    max-width: 235px;
    margin: 1.1rem 0 0;
    color: rgba(218, 236, 255, 0.72);
    font-family: var(--xr-font);
    font-size: 0.95rem;
    line-height: 1.42;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.46);
}

.xr-section {
    padding: 6rem 0;
}

.xr-section-light {
    color: var(--xr-navy-950);
    background: #ffffff;
}

.xr-section-dark {
    position: relative;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 14%, rgba(21, 120, 255, 0.22), transparent 32%),
        linear-gradient(135deg, #030713 0%, #071936 58%, #020713 100%);
}

.xr-section-heading {
    max-width: 840px;
    margin: 0 auto 3rem;
    text-align: center;
}

.xr-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    color: var(--xr-blue-500);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.xr-section-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--xr-blue-500), var(--xr-cyan-300));
    box-shadow: 0 0 14px rgba(21, 120, 255, 0.75);
}

.xr-section h2,
.xr-contact-card h2 {
    margin: 0;
    font-size: 2.55rem;
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: 0;
}

.xr-section-heading p,
.xr-split-panel p,
.xr-support-built-copy p,
.xr-contact-card p {
    color: #50627d;
    font-size: 1.05rem;
    line-height: 1.75;
}

.xr-section-dark .xr-section-kicker,
.xr-section-dark .xr-split-panel p {
    color: rgba(255, 255, 255, 0.74);
}

.xr-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

#features.xr-core-tools-section {
    position: relative;
    overflow: hidden;
    padding-top: 1.35rem;
    background:
        radial-gradient(circle at 50% 0%, rgba(21, 120, 255, 0.08), transparent 34%),
        #ffffff;
}

#features .xr-core-tools-heading {
    max-width: 1120px;
    margin-bottom: 2rem;
}

#features .xr-core-tools-heading h2 {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

#features .xr-core-tools-heading p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.xr-core-tools-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.xr-core-tool-card {
    position: relative;
    min-height: 285px;
    padding: 1.7rem;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.xr-core-tool-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(21, 120, 255, 0.07), transparent 52%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
}

.xr-core-tool-card:hover,
.xr-core-tool-card:focus-within {
    transform: translateY(-2px);
    border-color: rgba(21, 120, 255, 0.34);
    box-shadow: 0 22px 60px rgba(7, 25, 54, 0.11);
}

.xr-core-tool-card:hover::after,
.xr-core-tool-card:focus-within::after {
    opacity: 1;
}

.xr-core-tool-icon {
    margin-bottom: 1.1rem;
}

.xr-core-tool-card h3 {
    margin-bottom: 0.8rem;
}

.xr-core-tool-card p {
    max-width: 31rem;
}

@media (max-width: 1199.98px) {
    .xr-core-tools-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .xr-core-tools-grid {
        grid-template-columns: 1fr;
    }

    .xr-core-tool-card {
        min-height: auto;
    }
}

.xr-info-card,
.xr-price-card,
.xr-contact-card,
.xr-support-built-card,
.xr-faq-grid details {
    border: 1px solid #dce6f4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(7, 25, 54, 0.08);
}

.xr-info-card {
    padding: 1.65rem;
}

.xr-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1.25rem;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--xr-blue-500), #0b4ed8);
    box-shadow: 0 14px 28px rgba(21, 120, 255, 0.25);
    font-size: 1.25rem;
}

.xr-info-card h3,
.xr-price-card h3 {
    margin: 0 0 0.75rem;
    color: var(--xr-navy-950);
    font-size: 1.25rem;
    font-weight: 800;
}

.xr-info-card p,
.xr-price-card p,
.xr-faq-grid p {
    margin: 0;
    color: #596a83;
    line-height: 1.65;
}

.xr-split-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3rem;
    align-items: center;
}

.xr-split-panel img {
    display: block;
    width: 100%;
    border: 1px solid rgba(125, 180, 255, 0.34);
    border-radius: 16px;
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.42), 0 0 38px rgba(21, 120, 255, 0.18);
}

.xr-split-panel p {
    margin-top: 0.8rem;
}

.xr-check-list {
    display: grid;
    gap: 0.72rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.xr-check-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #ffffff;
    font-weight: 700;
}

.xr-check-list i {
    color: var(--xr-cyan-300);
}

.xr-capability-section {
    padding: clamp(3.75rem, 7vh, 4.5rem) 0;
    background: #f8fbff;
}

.xr-capability-section .container-xl {
    max-width: 1320px;
}

.xr-support-built-card {
    padding: clamp(0.9rem, 1.25vw, 1.1rem);
    color: var(--xr-navy-950);
    background: #ffffff;
    border: 1px solid #dfe8f4;
    border-radius: 14px;
    box-shadow: 0 18px 54px rgba(9, 31, 63, 0.08);
}

.xr-support-built-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.7fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: stretch;
}

.xr-support-built-copy {
    max-width: 765px;
    padding: 0.25rem 0 0.2rem clamp(1.2rem, 1.8vw, 1.45rem);
}

.xr-support-built-copy .xr-section-kicker::before {
    display: none;
}

.xr-support-built-copy h2 {
    max-width: 620px;
    margin: 0.65rem 0 0;
    color: var(--xr-navy-950);
    font-family: var(--xr-font-display);
    font-size: 2.55rem;
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: 0;
}

.xr-support-built-copy p {
    max-width: 650px;
    margin: 1.35rem 0 0;
    color: #223957;
    font-size: 1.08rem;
    line-height: 1.48;
}

.xr-support-built-guides {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.65rem;
}

.xr-support-guide {
    display: grid;
    min-height: 154px;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 1.45rem;
    align-items: center;
    padding: 1.25rem 1.45rem;
    border: 1px solid #c9dfff;
    border-radius: 9px;
    background: #ffffff;
}

.xr-support-guide-icon {
    display: inline-flex;
    position: relative;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    color: var(--xr-blue-500);
    background: #f2f8ff;
    border: 1px solid #c9dfff;
    border-radius: 8px;
    font-size: 2.2rem;
}

.xr-support-guide-icon .fa-star {
    position: absolute;
    right: 21px;
    top: 24px;
    color: var(--xr-blue-500);
    font-size: 0.95rem;
}

.xr-support-guide-icon .fa-commenting-o {
    position: absolute;
    right: 16px;
    bottom: 18px;
    color: #ff6f2a;
    font-size: 1.35rem;
}

.xr-support-guide--human .xr-support-guide-icon {
    color: #ff6f2a;
    background: #fff7f1;
    border-color: #ffd5bd;
}

.xr-support-guide h3 {
    margin: 0 0 0.42rem;
    color: var(--xr-navy-950);
    font-family: var(--xr-font-display);
    font-size: 1.28rem;
    line-height: 1.2;
    font-weight: 800;
}

.xr-support-guide h3 strong,
.xr-support-guide h3 a {
    color: var(--xr-blue-500);
}

.xr-support-guide p {
    margin: 0;
    color: #263c5e;
    font-size: 0.98rem;
    line-height: 1.48;
}

.xr-support-built-image {
    overflow: hidden;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: stretch;
    align-self: stretch;
    height: 100%;
    border-radius: 13px;
    background: #061f47;
    box-shadow: 0 20px 48px rgba(7, 25, 54, 0.18);
}

.xr-support-built-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center top;
    border-radius: 0;
}

.xr-support-built-callout {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    width: 100%;
    padding: 1.35rem 1.45rem 1.25rem;
    color: #ffffff;
    background: linear-gradient(135deg, #073178 0%, #041b45 100%);
    border: 0;
    border-top: 1px solid rgba(80, 165, 255, 0.68);
    border-radius: 0;
    box-shadow: 0 -14px 32px rgba(0, 18, 44, 0.18);
}

.xr-support-built-callout i {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(136, 198, 255, 0.86);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.65rem;
}

.xr-support-built-callout strong {
    display: block;
    margin-bottom: 0.42rem;
    color: #ffffff;
    font-family: var(--xr-font-display);
    font-size: 1.18rem;
    line-height: 1.2;
    font-weight: 800;
}

.xr-support-built-callout p {
    margin: 0;
    color: rgba(232, 244, 255, 0.92);
    font-size: 0.95rem;
    line-height: 1.42;
}

@media (min-width: 992px) {
    .xr-support-built-card {
        display: grid;
        grid-template-columns: 1fr;
    }

    .xr-support-built-main {
        height: 700px;
    }
}

.xr-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--xr-blue-500);
    font-weight: 800;
    text-decoration: none;
}

.xr-text-link:hover,
.xr-text-link:focus {
    color: #0b4ed8;
    text-decoration: none;
}

.xr-pricing-section {
    background: #ffffff;
}

.xr-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.xr-price-card {
    padding: 1.65rem;
}

.xr-price-card-featured {
    border-color: rgba(21, 120, 255, 0.55);
    box-shadow: 0 22px 60px rgba(21, 120, 255, 0.14);
}

.xr-price {
    margin: 0.45rem 0 0.85rem;
    color: #11182a;
    font-size: 2.45rem;
    line-height: 1;
    font-weight: 900;
}

.xr-price span,
.xr-price small {
    font-size: 0.95rem;
    font-weight: 800;
}

.xr-price small {
    color: #61728d;
}

.xr-price-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 1.35rem;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--xr-blue-500), #0b4ed8);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(21, 120, 255, 0.22);
}

.xr-price-button:hover,
.xr-price-button:focus {
    color: #ffffff;
    text-decoration: none;
}

.xr-pricing-section--detailed {
    padding-top: 0.3rem;
    background:
        radial-gradient(circle at 50% 10%, rgba(21, 120, 255, 0.075), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f5f8fd 100%);
}

.xr-pricing-section--detailed .xr-section-heading {
    max-width: 960px;
    margin-bottom: 1.35rem;
}

.xr-pricing-title {
    line-height: 1.08 !important;
}

.xr-pricing-title span {
    display: block;
}

.xr-pricing-section--detailed .xr-section-heading p {
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.52;
}

.xr-pricing-grid--detailed {
    align-items: stretch;
}

.xr-price-card--detailed {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 1.75rem;
    border-radius: 10px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.xr-price-card--detailed:hover {
    transform: translateY(-3px);
    border-color: rgba(21, 120, 255, 0.38);
    box-shadow: 0 28px 70px rgba(7, 25, 54, 0.12);
}

.xr-price-card--detailed.xr-price-card-featured {
    position: relative;
    border-color: rgba(21, 120, 255, 0.64);
    box-shadow: 0 26px 76px rgba(21, 120, 255, 0.17);
}

.xr-plan-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.72rem;
}

.xr-plan-topline h3 {
    margin: 0 0 0.35rem;
}

.xr-plan-topline > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0.32rem 0.62rem;
    border: 1px solid rgba(21, 120, 255, 0.22);
    border-radius: 999px;
    color: #0f5ed7;
    background: rgba(21, 120, 255, 0.07);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

.xr-plan-summary {
    margin: 0 !important;
    color: #213657 !important;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35 !important;
}

.xr-price-card--detailed .xr-price {
    margin: 0.55rem 0 0.8rem;
}

.xr-price-card--detailed .xr-price small {
    display: inline-block;
    max-width: none;
    vertical-align: baseline;
    line-height: 1.25;
    white-space: nowrap;
}

.xr-plan-description {
    min-height: 5.2rem;
    margin: 0 !important;
    color: #61728d !important;
    line-height: 1.62 !important;
}

.xr-plan-divider {
    height: 1px;
    margin: 1.25rem 0 1.15rem;
    background: linear-gradient(90deg, rgba(21, 120, 255, 0.28), rgba(21, 120, 255, 0.04));
}

.xr-price-card--detailed h4 {
    margin: 0 0 0.85rem;
    color: #11182a;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.xr-plan-feature-list {
    display: grid;
    gap: 0.72rem;
    margin: 0 0 1.45rem;
    padding: 0;
    list-style: none;
}

.xr-plan-feature-list li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 0.58rem;
    align-items: start;
    color: #31425f;
    font-size: 0.95rem;
    line-height: 1.38;
}

.xr-plan-feature-list i {
    margin-top: 0.16rem;
    color: var(--xr-blue-500);
    font-size: 0.84rem;
}

.xr-price-card--detailed .xr-price-button {
    margin-top: auto;
}

.xr-pricing-note {
    max-width: 1180px;
    margin: 1.65rem auto 0;
    padding: 1rem 1.2rem;
    border: 1px solid #dce6f4;
    border-radius: 10px;
    color: #50627d;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(7, 25, 54, 0.06);
    text-align: center;
    line-height: 1.55;
}

.xr-pricing-note strong {
    color: #11182a;
}

@media (max-width: 1199.98px) {
    .xr-plan-description {
        min-height: 0;
    }

    .xr-plan-topline {
        flex-direction: column;
        gap: 0.55rem;
    }
}

@media (max-width: 991.98px) {
    .xr-pricing-grid--detailed {
        grid-template-columns: 1fr;
    }

    .xr-price-card--detailed .xr-price small {
        max-width: none;
    }
}

.xr-faq-section {
    scroll-margin-top: 18px;
    padding-top: 0;
    background: #f6f9fd;
}

.xr-faq-grid {
    display: grid;
    gap: 0.9rem;
    max-width: 920px;
    margin: 0 auto;
    transform: translateY(-30px);
}

.xr-faq-grid details {
    padding: 1.2rem 1.35rem;
}

.xr-faq-grid summary {
    cursor: pointer;
    color: var(--xr-navy-950);
    font-size: 1.05rem;
    font-weight: 800;
}

.xr-faq-grid p {
    margin-top: 0.9rem;
}

.xr-contact-band {
    padding: 5rem 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 18%, rgba(45, 150, 255, 0.30), transparent 34%),
        linear-gradient(135deg, #061126 0%, #0a2144 100%);
}

.xr-contact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    color: #ffffff;
    background: rgba(4, 16, 36, 0.68);
    border-color: rgba(125, 180, 255, 0.26);
}

.xr-contact-card h2,
.xr-contact-card p {
    color: #ffffff;
}

.xr-contact-card p {
    max-width: 890px;
    margin: 0.8rem 0 0;
    color: rgba(255, 255, 255, 0.74);
}

.xr-support-strip {
    scroll-margin-top: 108px;
    padding: 2.2rem 0;
    color: var(--xr-navy-950);
    background: #ffffff;
    border-bottom: 1px solid #dfe7f2;
}

.xr-support-strip h2 {
    margin: 0.35rem 0 0.4rem;
    color: var(--xr-navy-950);
    font-family: var(--xr-font-display);
    font-size: 1.6rem;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0;
}

.xr-support-strip p {
    max-width: 880px;
    margin: 0;
    color: #5a6b86;
    font-size: 1rem;
    line-height: 1.62;
}

.xr-support-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.xr-support-chip {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    color: var(--xr-navy-950);
    background: #f3f7fc;
    font-weight: 800;
    text-decoration: none !important;
}

.xr-support-chip i {
    color: var(--xr-blue-500);
}

.xr-contact-form-section {
    scroll-margin-top: 18px;
    padding-top: 0;
    background:
        radial-gradient(circle at 12% 0%, rgba(21, 120, 255, 0.08), transparent 24%),
        linear-gradient(180deg, #f7fbff 0%, #eef4f9 100%);
}

.xr-contact-form-section .xr-section-heading h2 {
    color: var(--xr-navy-950);
}

.xr-contact-form-section .xr-section-heading p {
    color: #465a78;
}

.xr-contact-form-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 2.1rem;
    border: 1px solid #dce6f2;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(7, 22, 51, 0.10);
}

.xr-contact-form input,
.xr-contact-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 0.85rem 1rem;
    border: 1px solid #d5e0ee;
    border-radius: 7px;
    color: var(--xr-navy-950);
    background: #ffffff;
    box-shadow: none;
}

.xr-contact-form textarea {
    min-height: 185px;
    resize: vertical;
}

.xr-contact-form input::placeholder,
.xr-contact-form textarea::placeholder {
    color: #5f6f87;
}

.xr-contact-form .xr-btn {
    min-width: 150px;
}

.ajax-response {
    margin: 1.25rem 0 0;
    text-align: center;
    font-weight: 700;
}

.ajax-response.success {
    color: #087a40;
}

.ajax-response.error {
    color: #b42318;
}

.xr-contact-note {
    margin: 1.3rem 0 0;
    color: #51627e;
    font-size: 0.86rem;
    text-align: center;
}

.xr-site-footer {
    padding: 5.25rem 0 2.25rem;
    color: rgba(255, 255, 255, 0.78);
    background:
        radial-gradient(circle at 8% 0%, rgba(21, 120, 255, 0.16), transparent 32%),
        linear-gradient(135deg, #020713 0%, #071633 100%);
}

.xr-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 0.9fr);
    gap: 3.5rem;
    align-items: start;
}

.xr-footer-brand img {
    display: block;
    width: 250px;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.6rem;
}

.xr-footer-brand p,
.xr-footer-col p,
.xr-footer-list {
    margin: 0 0 0.85rem;
    line-height: 1.65;
}

.xr-footer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    color: var(--xr-cyan-300);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.xr-footer-col h4 {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 800;
}

.xr-footer-support-link,
.xr-footer-links a {
    color: #9ed3ff;
    font-weight: 700;
    text-decoration: none;
}

.xr-footer-list {
    display: grid;
    gap: 0.7rem;
    padding: 0;
    list-style: none;
}

.xr-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 3.5rem;
    padding-top: 1.6rem;
    border-top: 1px solid rgba(125, 180, 255, 0.18);
}

.xr-footer-bottom p {
    margin: 0;
}

.xr-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

@media (max-width: 1199.98px) {
    .xr-brand-mark img {
        max-width: 245px;
        height: 58px;
    }

    .xr-hero h1 {
        font-size: 4rem;
    }

    .xr-main-nav {
        gap: 0.85rem;
    }

    .xr-proof-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

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

@media (max-width: 991.98px) {
    .xr-site-header {
        position: relative;
        background: #020715;
    }

    .xr-navbar {
        min-height: 78px;
        padding: 0.6rem 0;
    }

    .xr-brand-mark img {
        max-width: 230px;
        height: 52px;
    }

    .xr-main-nav {
        align-items: stretch !important;
        gap: 0;
        padding: 1rem 0 0.35rem;
    }

    .xr-nav-link {
        padding: 0.72rem 0 !important;
    }

    .xr-nav-link.active::after {
        left: 0;
        right: auto;
        bottom: 0.35rem;
        width: 42px;
    }

    .xr-hero {
        min-height: auto;
        padding: 4.5rem 0 9rem;
    }

    .xr-hero-copy {
        max-width: 100%;
    }

    .xr-assistant-card {
        min-height: 480px;
    }

    .xr-assistant-card--exact {
        min-height: auto;
    }

    .xr-section {
        padding: 4.5rem 0;
    }

    .xr-section h2,
    .xr-contact-card h2 {
        font-size: 2.2rem;
    }

    .xr-split-panel,
    .xr-support-built-main,
    .xr-pricing-grid,
    .xr-footer-grid {
        grid-template-columns: 1fr;
    }

    .xr-contact-card,
    .xr-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .xr-support-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .xr-hero {
        padding-top: 3.75rem;
    }

    .xr-hero h1 {
        font-size: 2.75rem;
    }

    .xr-hero-actions,
    .xr-btn {
        width: 100%;
    }

    .xr-proof-grid {
        grid-template-columns: 1fr;
    }

    .xr-assistant-card {
        min-height: 430px;
        border-radius: 22px;
    }

    .xr-assistant-card--exact {
        min-height: auto;
    }

    .xr-assistant-content {
        padding: 3.5rem 1.8rem;
    }

    .xr-feature-grid,
    .xr-pricing-grid {
        grid-template-columns: 1fr;
    }

    .xr-section h2,
    .xr-contact-card h2 {
        font-size: 1.95rem;
    }

    .xr-support-built-card,
    .xr-contact-card {
        padding: 1.35rem;
    }

    .xr-support-built-callout {
        position: static;
        width: 100%;
        margin-top: 0.85rem;
    }

    .xr-contact-form-wrap {
        padding: 1.35rem;
    }
}


/* --------------------------------------------------------------------------
   Xreference landing page - typography/layout restore pass
   Load this AFTER xreference_public.css.
   Goal: get closer to the original mockup: calmer type, two-line hero,
   smaller buttons/cards, and darker premium blue accents.
   -------------------------------------------------------------------------- */

:root {
    --xr-blue-500: #1267dd;
    --xr-blue-400: #2784f6;
    --xr-blue-300: #67afff;
    --xr-cyan-300: #7ebfff;
    --xr-muted: #b8c6d9;
    --xr-line: rgba(104, 168, 255, 0.22);
    --xr-shadow-blue: 0 0 36px rgba(18, 103, 221, 0.32);
    --xr-font-body: 'Inter', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --xr-font-display: 'Manrope', 'Inter', 'Segoe UI Variable Display', 'Segoe UI', Roboto, Arial, sans-serif;
}

html,
body.xr-landing-page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.xr-landing-page {
    font-family: var(--xr-font-body);
    font-weight: 400;
    letter-spacing: 0;
}

.xr-site-header {
    background:
        radial-gradient(circle at 82% 20%, rgba(27, 100, 196, 0.28), transparent 34%),
        linear-gradient(135deg, #061326 0%, #092446 100%);
    border-bottom-color: rgba(120, 170, 230, 0.13);
}

.xr-navbar {
    min-height: 92px;
}

.xr-brand-mark img {
    max-width: 280px;
    height: 66px;
}

.xr-main-nav {
    gap: 1.22rem;
}

.xr-nav-link {
    font-family: var(--xr-font-body);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.82);
}

.xr-main-nav .xr-nav-link.active,
.xr-main-nav .xr-nav-link[aria-current="page"] {
    color: var(--xr-white) !important;
}

.xr-nav-link.active::after {
    content: none;
}

.xr-hero {
    min-height: 820px;
    padding: 192px 0 135px;
    background:
        radial-gradient(circle at 84% 25%, rgba(28, 102, 210, 0.28), transparent 32%),
        radial-gradient(circle at 13% 72%, rgba(22, 102, 210, 0.16), transparent 34%),
        linear-gradient(90deg, rgba(2, 6, 18, 0.97) 0%, rgba(4, 14, 33, 0.88) 48%, rgba(2, 7, 18, 0.74) 100%),
        var(--xr-hero-bg),
        linear-gradient(135deg, #020614, #071a38 62%, #020614);
}

.xr-hero::before {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.43), transparent 42%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 92px);
}

.xr-hero::after {
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1728 170' preserveAspectRatio='none'%3E%3Cpath d='M0 105C196 33 369 19 606 84C834 146 1014 152 1242 78C1446 13 1577 31 1728 93V170H0V105Z' fill='%23ffffff'/%3E%3Cpath d='M0 96C196 28 369 15 606 78C834 140 1014 146 1242 72C1446 9 1577 24 1728 84' fill='none' stroke='%232782f4' stroke-width='3' opacity='0.72'/%3E%3C/svg%3E");
}

.xr-hero > .container-xl > .row {
    --bs-gutter-x: 4.25rem;
}

.xr-hero-copy {
    max-width: 640px;
}

.xr-eyebrow {
    margin-bottom: 0.8rem;
    color: var(--xr-blue-400);
    font-family: var(--xr-font-body);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.22em;
}

.xr-hero h1 {
    max-width: 640px;
    font-family: var(--xr-font-display);
    font-size: clamp(2.45rem, 3.15vw, 3.2rem);
    line-height: 1.13;
    font-weight: 700;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow: 0 15px 36px rgba(0, 0, 0, 0.48);
}

.xr-hero-title-line {
    display: block;
    white-space: nowrap;
}

.xr-hero-lead {
    max-width: 545px;
    margin-top: 1.05rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.98rem;
    line-height: 1.55;
    letter-spacing: 0;
}

.xr-hero-actions {
    gap: 0.9rem;
    margin-top: 1.65rem;
}

.xr-btn {
    min-height: 48px;
    min-width: 214px;
    padding: 0.8rem 1.45rem;
    border-radius: 7px;
    font-family: var(--xr-font-body);
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0;
}

.xr-btn-primary {
    background: linear-gradient(135deg, #0f66dc, #2787f7);
    border-color: rgba(115, 181, 255, 0.78);
    box-shadow: 0 0 0 1px rgba(135, 194, 255, 0.25) inset, 0 14px 34px rgba(16, 101, 218, 0.32);
}

.xr-btn-outline {
    background: rgba(0, 5, 18, 0.36);
    border-color: rgba(108, 173, 255, 0.56);
}

.xr-existing-login {
    margin-top: 1.2rem;
    color: #5daeff;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0;
}

.xr-proof-grid {
    gap: 0.75rem;
    max-width: 615px;
    margin-top: 1.45rem;
}

.xr-proof-card {
    min-height: 64px;
    column-gap: 0.75rem;
    padding: 0.68rem 0.82rem;
    border-radius: 8px;
    border-color: rgba(67, 141, 230, 0.24);
    background: rgba(2, 18, 43, 0.62);
}

.xr-proof-icon {
    width: 38px;
    height: 38px;
    color: #67afff;
    background: radial-gradient(circle at 34% 24%, rgba(117, 188, 255, 0.18), rgba(18, 103, 221, 0.16));
    border-color: rgba(87, 160, 243, 0.26);
    font-size: 1.08rem;
}

.xr-proof-card strong {
    font-family: var(--xr-font-body);
    font-size: 0.79rem;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.xr-proof-card small {
    margin-top: 0.18rem;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.7rem;
    line-height: 1.22;
}

.xr-assistant-card {
    border-color: rgba(134, 191, 255, 0.68);
    box-shadow: 0 0 38px rgba(31, 115, 225, 0.32), 0 28px 82px rgba(0, 0, 0, 0.48);
}

.xr-assistant-card--exact {
    max-width: 620px;
    margin-left: auto;
    border: 1px solid rgba(175, 225, 255, 0.78);
    border-radius: 26px;
    box-shadow:
        0 0 0 1px rgba(170, 220, 255, 0.72),
        0 0 34px rgba(30, 125, 255, 0.38),
        0 28px 90px rgba(0, 0, 0, 0.48);
}

.xr-section h2,
.xr-contact-card h2,
.xr-info-card h3,
.xr-price-card h3,
.xr-footer-col h4 {
    font-family: var(--xr-font-display);
    letter-spacing: 0;
}

.xr-section h2,
.xr-contact-card h2 {
    font-weight: 700;
}

.xr-section-heading p,
.xr-split-panel p,
.xr-support-built-copy p,
.xr-contact-card p,
.xr-info-card p,
.xr-price-card p,
.xr-faq-grid p {
    letter-spacing: 0;
}

@media (min-width: 1400px) {
    .xr-site-header .container-xl,
    .xr-hero > .container-xl {
        width: 90%;
        max-width: 1440px;
    }

    .xr-hero > .container-xl > .row {
        --bs-gutter-x: 5rem;
    }

    .xr-hero h1 {
        font-size: 3.05rem;
    }

    .xr-assistant-card--hero,
    .xr-assistant-card--exact {
        max-width: 700px;
    }

    #features .xr-core-tools-heading h2 {
        white-space: nowrap;
    }
}

@media (max-width: 1199.98px) {
    .xr-hero {
        min-height: 700px;
        padding-top: 150px;
    }

    .xr-hero h1 {
        font-size: clamp(2.35rem, 4.1vw, 3rem);
    }

    .xr-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 610px;
    }
}

@media (max-width: 991.98px) {
    .xr-hero {
        padding: 4.5rem 0 8.75rem;
    }

    .xr-hero h1 {
        max-width: 720px;
        font-size: clamp(2.45rem, 6.4vw, 3.4rem);
    }

    .xr-hero-title-line {
        white-space: normal;
    }

    .xr-hero-lead {
        max-width: 660px;
    }

    .xr-proof-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .xr-proof-card strong {
        white-space: normal;
    }

    .xr-assistant-card--exact {
        max-width: 620px;
        margin-left: 0;
    }

    .xr-assistant-card--hero {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .xr-brand-mark img {
        max-width: 215px;
        height: 50px;
    }

    .xr-hero h1 {
        font-size: clamp(2.22rem, 10vw, 2.85rem);
        letter-spacing: 0;
    }

    .xr-hero-lead {
        font-size: 0.95rem;
    }

    .xr-btn {
        min-width: 100%;
    }
}
