:root {
    --blue: #0b6ff6;
    --navy: #070b33;
    --muted: #66708f;
    --border: #e4e8f2;
    --green: #31a64a;
    --red: #ed334e;
    --yellow: #f7c94b;
}

body {
    background: #fafcff;
    color: var(--navy);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

button,
input,
select,
textarea,
.button,
.input,
.tag,
.title,
.subtitle {
    font-family: inherit;
    letter-spacing: 0;
}

.page {
    padding: 0.7rem 1.9rem 0.35rem;
}

.topbar {
    border-bottom: 1px solid var(--border);
    margin-bottom: 0 !important;
    padding-bottom: 0.55rem;
}

.topbar .column {
    padding-bottom: 0.45rem;
    padding-top: 0.45rem;
}

.page > .columns {
    margin-bottom: 0.45rem;
}

.brand-logo {
    display: block;
    height: 32px;
    width: auto;
}

.powered-by {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    line-height: 1;
}

.dryday {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 800;
    color: var(--blue);
    line-height: 1;
}


.dryday-shield {
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
}

.dryday-shield-sm {
    height: 24px;
    transform: translateY(1px);
    width: 24px;
}

.dryday-shield-lg {
    height: 96px;
    width: 96px;
}

.topbar,
.crumbs,
.button,
.input {
    font-weight: 600;
}

.crumbs {
    margin-top: 0.25rem;
    color: var(--blue);
    font-weight: 650;
    margin-bottom: 0.35rem;
}

.hero-title {
    font-size: 3.2rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.035em;
    margin-bottom: 0;
}
.hero-title {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.subtitle {
    color: var(--muted);
    font-size: 1.35rem !important;
    font-weight: 850;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 0.28rem;
}

.box {
    border: 1px solid var(--border);
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 0.6rem !important;
}

.info-band {
    border-color: #eadfc8;
    background: #fffefa;
    padding-bottom: 1.05rem !important;
    padding-top: 1.05rem !important;
}

.info-band .columns {
    margin-bottom: 0;
}

.info-band .column {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}

.icon-xl {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-copy {
    align-self: center;
    max-width: 440px;
}

.info-title {
    font-size: 1.55rem !important;
    font-weight: 850;
    line-height: 1.12;
    margin-bottom: 0.45rem !important;
}

.info-lede,
.info-body {
    font-size: 1.05rem;
    line-height: 1.45;
}

.info-lede {
    margin-bottom: 0.15rem;
}

.info-body {
    margin-bottom: 0;
}

.info-learn {
    padding-top: 1rem;
    text-align: right;
}

.info-feature {
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.35;
}

.info-feature p {
    margin-bottom: 0;
}

.feature-icon {
    align-items: center;
    color: var(--blue);
    display: flex;
    height: 3rem;
    justify-content: center;
    margin-bottom: 0.45rem;
}

.feature-icon svg {
    display: block;
    height: 2.85rem;
    width: 2.85rem;
}

@media (max-width: 1215px) {
    .info-band > .columns {
        align-items: flex-start !important;
        display: flex;
        flex-wrap: wrap;
    }

    .info-shield-column {
        align-self: center;
        flex: 0 0 120px !important;
        order: 1;
        width: 120px !important;
    }

    .info-copy {
        flex: 1 1 calc(100% - 120px) !important;
        max-width: none;
        order: 2;
        width: calc(100% - 120px) !important;
    }

    .info-body {
        margin-bottom: 24px;
    }

    .info-band > .columns > .info-feature {
        border-left: 0;
        border-top: 1px solid var(--border);
        flex: 0 0 33.333%;
        order: 3;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
        padding-top: 1rem;
        width: 33.333%;
    }

    .info-learn {
        flex: 0 0 100%;
        order: 4;
        padding-top: 1rem;
        text-align: right;
        width: 100%;
    }

}

.divider {
    border-left: 1px solid var(--border);
}

.mini-card {
    height: 100%;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
}

.forecast-pattern-title {
    align-items: center;
    display: flex;
    font-size: 1.1rem !important;
    font-weight: 850;
    gap: 0.4rem;
    line-height: 1.2;
    margin-bottom: 0.3rem !important;
}

.info-icon {
    color: var(--muted);
    display: inline-block;
    height: 1rem;
    width: 1rem;
}

.forecast-pattern-copy {
    font-size: 0.9rem;
    line-height: 1.35;
    margin-bottom: 0.75rem;
}

.forecast-card-label {
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0.45rem;
}

.forecast-card-title {
    font-size: 1.35rem !important;
    font-weight: 850;
    line-height: 1.1;
    margin-bottom: 0.55rem !important;
}

.forecast-card-copy {
    font-size: 0.88rem;
    line-height: 1.45;
    margin-bottom: 0;
}

.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 0.55rem;
}

.period-icon {
    display: block;
    height: 2.9rem;
    width: 2.9rem;
}

.green {
    color: var(--green);
}

.red {
    color: var(--red);
}

.muted {
    color: var(--muted);
}

.bg-green {
    background: #eaf7ec;
}

.bg-red {
    background: #ffe9ed;
}

.bg-gray {
    background: #eef0f6;
}

.cta {
    background: linear-gradient(180deg, #0b73ff, #005de8);
    color: #fff;
    border: 0;
    font-weight: 800;
}

.forecast-preview-row {
    align-items: stretch;
}

.forecast-preview-row > .column {
    align-items: stretch;
    display: flex;
}

.forecast-preview-row > .column > .box {
    height: 100%;
    width: 100%;
}

.preview-column {
    align-items: stretch;
}

.preview-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.preview-tag {
    align-self: flex-start;
    font-size: 0.68rem;
    height: 1.1rem;
    line-height: 1.05;
    padding: 0.12rem 0.42rem;
}

.preview-title {
    font-size: 1.55rem !important;
    font-weight: 850;
    line-height: 1.15;
    margin: 0.65rem 0 0.5rem !important;
}

.preview-list {
    font-size: 0.92rem;
    line-height: 1.35;
    margin: 0.25rem 0 0.35rem;
}

.preview-list p {
    margin-bottom: 0.28rem;
}

.preview-button {
    font-size: 0.98rem;
    min-height: 40px;
    margin-top: 0.65rem !important;
}

.preview-meta {
    font-size: 0.82rem;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.column > .box.p-4,
.column > .box.p-5,
.page > .box.p-5 {
    padding-bottom: 0.95rem !important;
    padding-top: 0.95rem !important;
}

.column > .box.p-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.column > .box.p-5,
.page > .box.p-5 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
}

.forecast-row {
    display: grid;
    grid-template-columns: 120px 1fr 130px;
    gap: 1rem;
    align-items: center;
    margin: 0.55rem 0;
}

.bars {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 0.55rem;
}

.bar {
    height: 20px;
    border-radius: 3px;
    background: #c8ccd8;
}

.bar.greenbar {
    background: linear-gradient(90deg, #84ca7f, #bce3b9);
}

.bar.redbar {
    background: linear-gradient(90deg, #ff7180, #ffd2d7);
}

.legend-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 0.55rem;
}

.why-weeks {
    align-items: flex-start;
    display: flex;
    gap: 1.1rem;
}

.why-icon {
    align-items: center;
    background: #e7f0ff;
    border-radius: 50%;
    color: var(--blue);
    display: flex;
    flex: 0 0 auto;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.why-icon svg {
    display: block;
    height: 2.8rem;
    width: 2.8rem;
}

.why-title {
    font-size: 1.05rem !important;
    font-weight: 850;
    line-height: 1.2;
    margin-bottom: 0.45rem !important;
}

.why-copy {
    color: #4b5575;
    font-size: 1.05rem;
    line-height: 1.35;
    margin-bottom: 0;
}

.glance-card > .columns {
    align-items: flex-start !important;
    display: flex;
    flex-wrap: wrap;
}

.glance-summary {
    flex: 1 1 220px !important;
    width: auto !important;
}

.glance-chart {
    flex: 999 1 680px !important;
    width: auto !important;
}

.glance-card .why-weeks {
    border-left: 0;
    border-top: 1px solid var(--border);
    flex: 0 0 100% !important;
    margin-top: 0.85rem;
    padding-left: 0.75rem;
    padding-top: 1rem;
    width: 100% !important;
}

.exact-dd-cta {
    padding: 2.9rem 3rem 2.4rem !important;
}

.exact-dd-header {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3.2rem;
}

.exact-dd-shield {
    display: block;
    flex: 0 0 auto;
    height: 136px;
    width: 136px;
}

.exact-dd-title {
    color: #121a3f;
    font-size: 3rem;
    font-weight: 850;
    line-height: 1.18;
    margin: 0 0 1rem;
}

.exact-dd-title span,
.exact-dd-feature strong {
    color: #005fff;
}

.exact-dd-subtitle {
    color: #293252;
    font-size: 1.45rem;
    line-height: 1.35;
    margin: 0;
}

.exact-dd-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 2.9rem;
}

.exact-dd-feature {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 2.2rem;
    text-align: center;
}

.exact-dd-feature + .exact-dd-feature {
    border-left: 1px solid var(--border);
}

.exact-dd-icon {
    align-items: center;
    background: #edf4ff;
    border-radius: 50%;
    color: #006dff;
    display: flex;
    height: 5.25rem;
    justify-content: center;
    margin-bottom: 1.05rem;
    width: 5.25rem;
}

.exact-dd-icon svg {
    display: block;
    height: 3.15rem;
    width: 3.15rem;
}

.exact-dd-feature h3 {
    color: #005fff;
    font-size: 1.35rem;
    font-weight: 850;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.exact-dd-feature p {
    color: #121a3f;
    font-size: 1.12rem;
    line-height: 1.45;
    margin: 0;
}

.exact-dd-preview {
    align-items: center;
    background: #f7fbff;
    border: 1px solid var(--border);
    border-radius: 8px;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 1.65rem 2rem;
}

.exact-dd-preview h3 {
    color: #121a3f;
    font-size: 1.55rem;
    font-weight: 850;
    line-height: 1.2;
    margin: 0 0 0.45rem;
}

.exact-dd-preview p {
    color: #121a3f;
    font-size: 1.08rem;
    line-height: 1.35;
    margin: 0;
}

.exact-dd-button {
    border-radius: 7px;
    flex: 0 0 auto;
    font-size: 1.25rem;
    font-weight: 850;
    gap: 0.65rem;
    min-height: 58px;
    min-width: 315px;
}

.exact-dd-button span {
    font-size: 1.8rem;
    line-height: 0;
}

.exact-dd-trust {
    border-top: 1px solid var(--border);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 1.55rem;
}

.exact-dd-trust p {
    align-items: center;
    color: #121a3f;
    display: flex;
    font-size: 1rem;
    gap: 0.9rem;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
}

.exact-dd-mini-icon {
    align-items: center;
    background: #edf4ff;
    border-radius: 50%;
    color: #006dff;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.exact-dd-mini-icon svg {
    height: 1.45rem;
    width: 1.45rem;
}

.bottom-cta {
    background: #f7fbff;
}

.bottom-cta > .columns {
    align-items: stretch !important;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: auto minmax(430px, 1.4fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(235px, 1fr);
    margin: 0;
    row-gap: 0.35rem;
}

.bottom-cta > .columns > .column {
    flex: none !important;
    min-width: 0;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    width: auto !important;
}

.bottom-cta-icon {
    background: #e3efff;
    color: var(--blue);
    height: 90px;
    width: 90px;
}

.unlock-icon {
    display: block;
    height: 4.2rem;
    width: 4.2rem;
}

.unlock-copy {
    min-width: 0;
    width: auto !important;
}

.unlock-title {
    display: block;
    font-size: 1.45rem !important;
    font-weight: 850;
    line-height: 1.15;
    margin-bottom: 0.35rem !important;
    white-space: nowrap;
}

.unlock-spark {
    color: var(--blue);
    display: inline-block;
    height: 1.2rem;
    margin-left: 0.35rem;
    vertical-align: -0.08em;
    width: 1.2rem;
}

.unlock-lede,
.unlock-prompt {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 0.1rem;
}

.unlock-lede {
    color: #293252;
}

.unlock-prompt {
    font-weight: 800;
}

.unlock-pills {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.55rem;
    margin-top: 0.7rem;
}

.inline-icon {
    display: inline-flex;
    flex: 0 0 auto;
    height: 1.1em;
    margin-right: 0.35rem;
    vertical-align: -0.18em;
    width: 1.1em;
}

.meta-line,
.icon-title {
    align-items: center;
    display: inline-flex;
}

.cta-row-icon {
    color: var(--blue);
    height: 1.65rem;
    margin-right: 0.55rem;
    vertical-align: middle;
    width: 1.65rem;
}

.cta-benefit {
    color: #3f475c;
    display: flex !important;
    flex-direction: column;
    min-width: 230px;
    justify-content: flex-start;
}

.cta-benefit-title {
    align-items: center;
    color: #3b4255;
    display: flex;
    font-size: 0.95rem;
    font-weight: 850;
    justify-content: center;
    line-height: 1.2;
    margin-bottom: 0.45rem;
    white-space: nowrap;
}

.cta-benefit-copy {
    color: #454d61;
    font-size: 0.92rem;
    line-height: 1.35;
    margin-bottom: 0.75rem;
}

.cta-benefit-button {
    border-radius: 7px;
    font-size: 0.95rem;
    font-weight: 850;
    min-height: 38px;
    min-width: 240px;
}

.cta-limit {
    align-items: center;
    display: flex;
    font-size: 0.78rem;
    gap: 0.45rem;
    justify-content: flex-start;
    line-height: 1.35;
    margin: 0.55rem 0 0;
    max-width: 240px;
    text-align: center;
}

.cta-limit .inline-icon {
    height: 0.95rem;
    margin-right: 0;
    width: 0.95rem;
}

.cta-access {
    color: #315cff;
    font-size: 0.88rem;
    grid-column: 4 / 6;
    grid-row: 2;
    justify-self: center;
    line-height: 1.4;
    margin: 0.1rem 0 0;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: auto;
}

.cta-benefit-exact {
    align-items: flex-start;
    text-align: left;
}

.cta-benefit-exact .cta-benefit-title {
    justify-content: flex-start;
}

.cta-benefit-exact .cta-benefit-copy {
    padding-left: 2.2rem;
}

.cta-benefit-plan {
    padding-top: 0.7rem;
}

.cta-benefit-free {
    padding-top: 0.7rem;
}

.pill {
    border: 1px solid #cbd5e1;
    border-radius: 5px;
    padding: 0.32rem 0.7rem;
    font-size: 0.85rem;
    background: #fff;
    color: #0f1b3d;
}

.search {
    max-width: 430px;
}

.search-wrap {
    display: block;
    position: relative;
}

.search-icon {
    color: #66708f;
    height: 1.35rem;
    left: 1rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.35rem;
    z-index: 1;
}

.search-input {
    padding-left: 3.05rem;
}

.month-btn {
    align-items: center;
    display: inline-flex;
    gap: 0.8rem;
    justify-content: center;
    min-width: 190px;
}

.month-icon {
    display: block;
    height: 2.05em;
    width: 2.05em;
}

.month-chevron {
    color: var(--muted);
    line-height: 1;
    margin-left: 0.4rem;
}

.site-footer {
    background: #fff;
    color: var(--navy);
    margin-top: 1.5rem;
    padding: 0 1.9rem 1.8rem;
}

.site-footer-separator {
    background: linear-gradient(90deg, var(--blue), #8ab8ff 45%, var(--border));
    height: 4px;
    margin: 0 -1.9rem 2.5rem;
}

.site-footer .container {
    max-width: 1152px;
}

.site-footer .columns {
    align-items: flex-start;
    margin-bottom: 0;
}

.site-footer .column {
    padding: 0.75rem 1.75rem;
}

.site-footer .column:first-child {
    padding-left: 0.75rem;
}

.site-footer .column + .column {
    border-left: 1px solid var(--border);
}

.site-footer-title {
    color: #121a3f;
    font-size: 0.86rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.site-footer-list {
    margin: 0;
}

.site-footer-list li + li {
    margin-top: 0.7rem;
}

.site-footer a {
    color: #3f475c;
    display: inline-flex;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    transition: color 120ms ease, transform 120ms ease;
}

.site-footer a:hover {
    color: var(--blue);
    transform: translateX(2px);
}

.site-footer-language {
    border-color: #cfd6e5;
    border-radius: 7px;
    box-shadow: 0 1px 2px rgba(7, 11, 51, 0.06);
    color: #121a3f;
    font-weight: 800;
    min-width: 150px;
    padding-left: 1rem;
    padding-right: 0.8rem;
}

.site-footer-language:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.site-footer-language-menu {
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-arrow {
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    height: 0.5rem;
    transform: rotate(45deg) translateY(-1px);
    width: 0.5rem;
}

.site-footer-bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 1.9rem auto 0;
    max-width: 1152px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.site-footer-bottom .site-footer-rule {
    background-color: #d8deeb;
    border: 0;
    height: 1px;
    margin: 0 0 1.35rem;
    width: 100%;
}

.site-footer-copy {
    color: #59637d;
    font-style: italic;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.site-footer-copy p {
    font-size: 1rem;
    font-weight: 550;
    margin: 0;
}

.dryday-preview-modal .modal-background {
    background: rgba(7, 11, 51, 0.46);
}

.dryday-preview-card {
    border-radius: 10px;
    max-width: 520px;
    overflow: visible;
    position: relative;
    width: calc(100% - 2rem);
}

.dryday-preview-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
}

.dryday-preview-body {
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 24px 70px rgba(7, 11, 51, 0.2);
    padding: 2.25rem 2.4rem 2.1rem;
    text-align: center;
}

.dryday-preview-logo {
    align-items: center;
    background: #edf4ff;
    border: 1px solid #dbe8ff;
    border-radius: 50%;
    display: inline-flex;
    height: 88px;
    justify-content: center;
    margin-bottom: 1rem;
    overflow: hidden;
    width: 88px;
}

.dryday-preview-logo .dryday-shield {
    height: 58px;
    mix-blend-mode: multiply;
    width: 58px;
}

.dryday-preview-kicker {
    color: var(--blue);
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 0.55rem;
    text-transform: uppercase;
}

.dryday-preview-title {
    color: #121a3f;
    font-size: 2rem !important;
    font-weight: 850;
    line-height: 1.12;
    margin-bottom: 0.85rem !important;
}

.dryday-preview-copy {
    color: #3f475c;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0 auto 1.35rem;
    max-width: 410px;
}

.dryday-preview-action {
    border-radius: 7px;
    font-size: 1rem;
    font-weight: 850;
    min-height: 44px;
    min-width: 150px;
}

@media (max-width: 768px) {
    .page {
        padding: 0.75rem;
    }

    .brand-logo {
        height: 26px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .divider {
        border-left: 0;
        border-top: 1px solid var(--border);
        padding-top: 1rem;
    }

    .info-band > .columns {
        display: flex;
        flex-wrap: wrap;
    }

    .info-band > .columns > .column {
        flex: 0 0 100%;
        width: 100%;
    }

    .info-band > .columns > .info-shield-column {
        flex: 0 0 96px !important;
        width: 96px !important;
    }

    .info-band > .columns > .info-copy {
        flex: 1 1 calc(100% - 96px) !important;
        width: calc(100% - 96px) !important;
    }

    .info-band > .columns > .info-feature {
        border-top: 1px solid var(--border);
        flex: 0 0 33.333%;
        padding-left: 0.35rem;
        padding-right: 0.35rem;
        width: 33.333%;
    }

    .info-feature {
        font-size: 0.78rem;
        line-height: 1.25;
    }

    .feature-icon {
        height: 2.35rem;
        margin-bottom: 0.35rem;
    }

    .feature-icon svg {
        height: 2.15rem;
        width: 2.15rem;
    }

    .exact-dd-cta {
        padding: 1.75rem 1.75rem 1.35rem !important;
    }

    .exact-dd-header {
        align-items: center;
        gap: 1rem;
        margin-bottom: 1.45rem;
    }

    .exact-dd-shield {
        height: 72px;
        width: 72px;
    }

    .exact-dd-title {
        font-size: 2.15rem;
        line-height: 1.18;
        margin-bottom: 1rem;
    }

    .exact-dd-subtitle {
        font-size: 1.18rem;
        line-height: 1.45;
        margin-bottom: 0;
    }

    .exact-dd-features {
        display: block;
        margin-bottom: 1.6rem;
    }

    .exact-dd-feature {
        align-items: flex-start;
        flex-direction: row;
        gap: 1.05rem;
        padding: 1.25rem 0;
        text-align: left;
    }

    .exact-dd-feature + .exact-dd-feature {
        border-left: 0;
        border-top: 1px solid var(--border);
    }

    .exact-dd-icon {
        height: 4.65rem;
        margin: 0;
        width: 4.65rem;
    }

    .exact-dd-icon svg {
        height: 2.85rem;
        width: 2.85rem;
    }

    .exact-dd-feature h3 {
        font-size: 1.15rem;
        margin-bottom: 0.35rem;
    }

    .exact-dd-feature p {
        font-size: 0.98rem;
        line-height: 1.42;
    }

    .exact-dd-preview {
        background: transparent;
        border: 0;
        display: block;
        margin-bottom: 1.2rem;
        padding: 0;
    }

    .exact-dd-preview > div {
        display: none;
    }

    .exact-dd-button {
        font-size: 1.08rem;
        min-height: 56px;
        min-width: 0;
        width: 100%;
    }

    .exact-dd-trust {
        display: block;
        padding-top: 1.05rem;
    }

    .exact-dd-trust p {
        font-size: 0.98rem;
        justify-content: flex-start;
        margin-bottom: 0.9rem;
    }

    .exact-dd-trust p:last-child {
        margin-bottom: 0;
    }

    .exact-dd-mini-icon {
        height: 2rem;
        width: 2rem;
    }

    .exact-dd-mini-icon svg {
        height: 1.2rem;
        width: 1.2rem;
    }

    .bottom-cta-icon {
        display: none;
    }

    .bottom-cta .cta-benefit-plan,
    .bottom-cta .cta-benefit-free {
        display: none !important;
    }

    .bottom-cta > .columns {
        display: block;
    }

    .bottom-cta > .columns > .column {
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }

    .unlock-copy {
        min-width: 0;
    }

    .unlock-title {
        white-space: normal;
    }

    .unlock-pills {
        flex-wrap: wrap;
    }

    .cta-access {
        white-space: normal;
    }

    .forecast-row {
        grid-template-columns: 1fr;
    }

    .forecast-row + .forecast-row {
        border-top: 1px solid #edf1f7;
        margin-top: 1rem;
        padding-top: 1.15rem;
    }

    .search {
        max-width: none;
    }

    .site-footer {
        padding: 0 1.25rem 1.35rem;
    }

    .site-footer-separator {
        margin: 0 -1.25rem 1.65rem;
    }

    .site-footer .column,
    .site-footer .column:first-child {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        text-align: center;
    }

    .site-footer .column + .column {
        border-left: 0;
        border-top: 1px solid var(--border);
        margin-top: 0.85rem;
        padding-top: 1.2rem;
    }

    .site-footer-bottom {
        margin-top: 1.35rem;
    }

    .site-footer a,
    .site-footer-language {
        justify-content: center;
    }

    .dryday-preview-body {
        padding: 2rem 1.3rem 1.5rem;
    }

    .dryday-preview-title {
        font-size: 1.55rem !important;
    }

    .dryday-preview-copy {
        font-size: 0.98rem;
    }
}

@media (max-width: 480px) {
    .page > .box.info-band.p-5 {
        padding-top: 32px !important;
    }
}

@media (max-width: 1215px) {
    .info-learn {
        padding-top: 24px !important;
    }

    .glance-chart {
        flex: 999 1 520px !important;
    }
}

@media (min-width: 769px) and (max-width: 1215px) {
    .bottom-cta > .columns {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 0.9rem;
    }

    .bottom-cta > .columns > .column {
        min-width: 0;
        width: auto !important;
    }

    .bottom-cta > .columns > .column:first-child,
    .bottom-cta .cta-benefit-free {
        display: none !important;
    }

    .unlock-copy,
    .cta-benefit-exact,
    .cta-benefit-plan {
        grid-row: 1;
    }

    .unlock-copy {
        grid-column: 1;
    }

    .cta-benefit-exact {
        grid-column: 2;
    }

    .cta-benefit-plan {
        grid-column: 3;
        padding-top: 0;
    }

    .cta-benefit {
        min-width: 0;
    }

    .cta-benefit-title {
        white-space: normal;
    }

    .cta-benefit-exact .cta-benefit-copy {
        padding-left: 0;
    }

    .cta-benefit-button {
        min-width: 0;
        width: 100%;
    }

    .cta-limit {
        max-width: none;
    }

    .cta-access {
        grid-column: 2 / 4;
        grid-row: 2;
        justify-self: center;
        margin-top: 0;
        white-space: nowrap;
    }

    .unlock-title {
        white-space: normal;
    }

    .unlock-pills {
        flex-wrap: wrap;
    }
}

.search {
    margin: 0;
}

.search-wrap {
    position: relative;
    display: block;
}

.search-input {
    height: 56px;
    padding-left: 52px;
    padding-right: 16px;
    border-radius: 14px;
    border: 2px solid #4c63ff;
    box-shadow: none;
    font-size: 1.1rem;
    font-weight: 600;
}

.search-input:focus {
    border-color: #4c63ff;
    box-shadow: 0 0 0 3px rgba(76, 99, 255, .12);
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    color: #6b7695;
    z-index: 2;
    pointer-events: none;
}

.search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 2000;

    margin: 0;
    padding: 6px;

    list-style: none;

    background: #ffffff;
    border: 1px solid #d8deea;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(10, 20, 40, .14);

    max-height: 420px;
    overflow-y: auto;
}

.search-results:empty {
    display: none;
}

.search-results li {
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color .15s ease;
}

.search-results li:hover {
    background: #f3f7ff;
}

.search-location {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.search-city {
    color: var(--navy);
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.2;
}

.search-region {
    color: #6b7695;
    font-size: 0.9rem;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .search-input {
        height: 52px;
        font-size: 1rem;
    }

    .search-results {
        max-height: 300px;
    }

    .search-results li {
        padding: 12px;
    }

    .search-city {
        font-size: 1rem;
    }

    .search-region {
        font-size: 0.85rem;
    }
}
.hero-region-tag {
    vertical-align: middle;
    margin-left: .4rem;
    font-size: .45em;
    font-weight: 600;
    background: #eef4ff;
    color: #2f5cff;
}

.hero-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-region-tag {
    font-size: .42em;
    font-weight: 600;
    padding: .85rem 1.25rem;
}
.hero-title-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

