.how-page {
    --how-ink: #15213a;
    --how-copy: #52627b;
    --how-blue: #2f66d7;
    --how-blue-dark: #234da6;
    --how-green: #2d9a63;
    --how-gold: #f0aa3c;
    --how-mist: #f3f7fc;
    --how-line: #dfe7f1;
    color: var(--how-ink);
    overflow: hidden;
}

.how-page h1,
.how-page h2,
.how-page h3,
.how-page h4 {
    color: var(--how-ink);
}

.how-page p {
    color: var(--how-copy);
}

.how-section {
    position: relative;
    padding: 6.5rem 0;
}

.how-kicker {
    margin-bottom: .85rem;
    color: var(--how-blue-dark);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.how-section-title {
    max-width: 790px;
    margin: 0 auto 1rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 900;
    letter-spacing: -.038em;
    line-height: 1.07;
}

.how-section-intro {
    max-width: 740px;
    margin: 0 auto;
    font-size: 1.08rem;
    line-height: 1.75;
}

.how-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 3.2rem;
    padding: .82rem 1.3rem;
    border: 1px solid transparent;
    border-radius: .8rem;
    font-size: .98rem;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.how-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.how-btn-primary {
    background: var(--how-blue);
    box-shadow: 0 .85rem 1.8rem rgba(47, 102, 215, .22);
    color: #fff;
}

.how-btn-primary:hover {
    background: var(--how-blue-dark);
    color: #fff;
}

.how-btn-secondary {
    border-color: rgba(35, 77, 166, .2);
    background: rgba(255, 255, 255, .85);
    color: var(--how-blue-dark);
}

.how-btn-secondary:hover {
    border-color: rgba(35, 77, 166, .38);
    background: #fff;
    color: var(--how-blue-dark);
    box-shadow: 0 .65rem 1.5rem rgba(21, 33, 58, .09);
}

.how-btn-light {
    background: #fff;
    color: var(--how-blue-dark);
    box-shadow: 0 .85rem 1.8rem rgba(0, 0, 0, .14);
}

.how-btn-light:hover {
    color: var(--how-blue-dark);
}

.how-text-link {
    color: var(--how-blue-dark);
    font-weight: 900;
    text-decoration: none;
}

.how-text-link:hover {
    color: var(--how-blue);
    text-decoration: none;
}

.how-hero {
    position: relative;
    padding: 6.35rem 0 5.8rem;
    background:
        radial-gradient(circle at 10% 15%, rgba(47, 102, 215, .14), transparent 29rem),
        radial-gradient(circle at 90% 14%, rgba(45, 154, 99, .14), transparent 24rem),
        linear-gradient(180deg, #fbfdff 0%, #f2f7fc 100%);
    border-bottom: 1px solid var(--how-line);
}

.how-hero::after {
    content: "";
    position: absolute;
    right: -10rem;
    bottom: -14rem;
    width: 31rem;
    height: 31rem;
    border: 1px solid rgba(47, 102, 215, .11);
    border-radius: 50%;
    box-shadow: 0 0 0 4rem rgba(47, 102, 215, .03), 0 0 0 8rem rgba(47, 102, 215, .018);
    pointer-events: none;
}

.how-hero .container {
    position: relative;
    z-index: 1;
}

.how-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1.25rem;
    padding: .48rem .8rem;
    border: 1px solid rgba(47, 102, 215, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .74);
    color: var(--how-blue-dark);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.how-eyebrow-dot {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: var(--how-green);
    box-shadow: 0 0 0 .3rem rgba(45, 154, 99, .12);
}

.how-hero-title {
    max-width: 740px;
    margin-bottom: 1.25rem;
    font-size: clamp(2.75rem, 5.5vw, 4.9rem);
    font-weight: 900;
    letter-spacing: -.05em;
    line-height: .99;
}

.how-hero-title span {
    color: var(--how-blue);
}

.how-hero-lead {
    max-width: 650px;
    margin-bottom: 1.55rem;
    color: var(--how-copy);
    font-size: 1.18rem;
    line-height: 1.7;
}

.how-hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .72rem 1rem;
    max-width: 650px;
    margin: 0 0 1.65rem;
    padding: 0;
    list-style: none;
}

.how-hero-points li,
.how-check-list li {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    color: #34425b;
    font-size: .92rem;
    font-weight: 800;
}

.how-hero-points i,
.how-check-list i {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(45, 154, 99, .12);
    color: var(--how-green);
    font-size: .84rem;
}

.how-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .8rem 1rem;
}

.how-trial-terms {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1rem;
    margin-top: 1rem;
    color: #6b778b;
    font-size: .85rem;
    font-weight: 700;
}

.how-trial-terms span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.how-trial-terms i {
    color: var(--how-green);
}

.how-hero-visual {
    position: relative;
    max-width: 520px;
    margin-left: auto;
    padding: 1.35rem 1.35rem 0;
    border: 1px solid rgba(47, 102, 215, .16);
    border-radius: 2rem;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 1.8rem 4rem rgba(31, 61, 110, .17);
}

.how-hero-visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.2rem;
    right: 2.2rem;
    height: .3rem;
    border-radius: 0 0 .5rem .5rem;
    background: linear-gradient(90deg, var(--how-blue), var(--how-green), var(--how-gold));
}

.how-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 570px;
    object-fit: contain;
    object-position: center bottom;
}

.how-visual-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .64rem .78rem;
    border: 1px solid rgba(21, 33, 58, .08);
    border-radius: .8rem;
    background: #fff;
    box-shadow: 0 .8rem 1.7rem rgba(21, 33, 58, .13);
    color: var(--how-ink);
    font-size: .77rem;
    font-weight: 900;
}

.how-visual-chip i {
    color: var(--how-blue);
}

.how-visual-chip-one {
    top: 13%;
    left: -2.2rem;
}

.how-visual-chip-two {
    right: -1.8rem;
    bottom: 23%;
}

.how-proof-bar {
    border-bottom: 1px solid var(--how-line);
    background: #fff;
}

.how-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.how-proof-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 6.7rem;
    padding: 1.25rem;
    border-right: 1px solid var(--how-line);
}

.how-proof-item:last-child {
    border-right: 0;
}

.how-proof-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: .8rem;
    background: var(--how-mist);
    color: var(--how-blue);
}

.how-proof-item strong {
    display: block;
    margin-bottom: .1rem;
    color: var(--how-ink);
    font-size: .9rem;
}

.how-proof-item span {
    color: #6c788d;
    font-size: .78rem;
    line-height: 1.42;
}

.how-split-title {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 900;
    letter-spacing: -.038em;
    line-height: 1.07;
}

.how-split-copy > p {
    font-size: 1.06rem;
    line-height: 1.75;
}

.how-setup-list {
    position: relative;
    display: grid;
    margin: 1.8rem 0 0;
    padding: 0;
    list-style: none;
}

.how-setup-list::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 1.37rem;
    width: 2px;
    background: var(--how-line);
}

.how-setup-item {
    position: relative;
    display: grid;
    grid-template-columns: 2.8rem 1fr;
    gap: .9rem;
    padding: 0 0 1.35rem;
}

.how-setup-item:last-child {
    padding-bottom: 0;
}

.how-setup-number {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border: .35rem solid #fff;
    border-radius: 50%;
    background: var(--how-blue);
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
}

.how-setup-item strong {
    display: block;
    margin: .15rem 0 .2rem;
    color: var(--how-ink);
    font-size: 1rem;
}

.how-setup-item p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.55;
}

.how-panel {
    max-width: 520px;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid rgba(47, 102, 215, .16);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 1.5rem 3.8rem rgba(31, 61, 110, .13);
}

.how-panel-top {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid var(--how-line);
    background: var(--how-mist);
}

.how-panel-dot {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: #b9c5d5;
}

.how-panel-title {
    margin-left: .45rem;
    color: #53627a;
    font-size: .76rem;
    font-weight: 850;
}

.how-panel-body {
    padding: 1.6rem;
}

.how-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.3rem;
}

.how-panel-heading small {
    display: block;
    color: #728097;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.how-panel-heading strong {
    display: block;
    margin-top: .15rem;
    color: var(--how-ink);
    font-size: 1.1rem;
}

.how-status-pill {
    padding: .4rem .65rem;
    border-radius: 999px;
    background: rgba(45, 154, 99, .12);
    color: var(--how-green);
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.how-check-row {
    display: grid;
    grid-template-columns: 2.35rem 1fr auto;
    align-items: center;
    gap: .8rem;
    padding: 1rem 0;
    border-top: 1px solid var(--how-line);
}

.how-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: .7rem;
    background: var(--how-mist);
    color: var(--how-blue);
}

.how-check-row strong {
    display: block;
    margin-bottom: .12rem;
    color: var(--how-ink);
    font-size: .86rem;
}

.how-check-row small {
    display: block;
    color: #728097;
    font-size: .72rem;
    line-height: 1.4;
}

.how-check-mark {
    color: var(--how-green);
}

.how-test-card {
    margin-top: 1.1rem;
    padding: 1rem;
    border: 1px solid rgba(240, 170, 60, .25);
    border-radius: .85rem;
    background: rgba(240, 170, 60, .08);
}

.how-test-card strong {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .3rem;
    color: #7e5615;
    font-size: .86rem;
}

.how-test-card p {
    margin: 0;
    color: #756344;
    font-size: .76rem;
    line-height: 1.5;
}

.how-customer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(85, 137, 242, .23), transparent 27rem),
        linear-gradient(135deg, #14223b, #203d6c);
}

.how-customer::after {
    content: "";
    position: absolute;
    right: -7rem;
    top: -9rem;
    width: 24rem;
    height: 24rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 4rem rgba(255, 255, 255, .025), 0 0 0 8rem rgba(255, 255, 255, .018);
}

.how-customer .container {
    position: relative;
    z-index: 1;
}

.how-customer .how-kicker {
    color: #9fbfff;
}

.how-customer .how-section-title {
    color: #fff;
}

.how-customer .how-section-intro {
    color: #ced9eb;
}

.how-journey-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 3rem;
}

.how-journey-grid::before {
    content: "";
    position: absolute;
    top: 2.05rem;
    right: 11%;
    left: 11%;
    height: 2px;
    background: linear-gradient(90deg, rgba(112, 165, 255, .3), rgba(112, 214, 159, .7));
}

.how-journey-step {
    position: relative;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .065);
}

.how-journey-number {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 1.4rem;
    border: .3rem solid #1a3157;
    border-radius: 50%;
    background: #6da2ff;
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
}

.how-journey-step:last-child .how-journey-number {
    background: #55c88b;
}

.how-journey-step h3 {
    margin-bottom: .55rem;
    color: #fff;
    font-size: 1.03rem;
    font-weight: 900;
}

.how-journey-step p {
    margin: 0;
    color: #c9d5e8;
    font-size: .86rem;
    line-height: 1.6;
}

.how-shield-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .9rem;
    max-width: 900px;
    margin: 2rem auto 0;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: .9rem;
    background: rgba(255, 255, 255, .055);
}

.how-shield-note i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: .75rem;
    background: rgba(112, 214, 159, .12);
    color: #70d69f;
}

.how-shield-note strong {
    display: block;
    margin-bottom: .15rem;
    color: #fff;
    font-size: .88rem;
}

.how-shield-note span {
    display: block;
    color: #c9d5e8;
    font-size: .79rem;
    line-height: 1.5;
}

.how-mist-section {
    background:
        radial-gradient(circle at 14% 42%, rgba(47, 102, 215, .09), transparent 25rem),
        var(--how-mist);
    border-top: 1px solid var(--how-line);
    border-bottom: 1px solid var(--how-line);
}

.how-screenshot {
    position: relative;
    padding: 1.15rem;
    border: 1px solid rgba(47, 102, 215, .15);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 1.6rem 3.5rem rgba(31, 61, 110, .13);
}

.how-screenshot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .75rem;
}

.how-check-list {
    display: grid;
    gap: .85rem;
    margin: 1.45rem 0 1.75rem;
    padding: 0;
    list-style: none;
}

.how-automation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 3rem;
}

.how-feature-card {
    min-height: 235px;
    padding: 1.5rem;
    border: 1px solid var(--how-line);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 .8rem 2.4rem rgba(21, 33, 58, .055);
}

.how-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 1.25rem;
    border-radius: .85rem;
    background: rgba(47, 102, 215, .1);
    color: var(--how-blue);
    font-size: 1.12rem;
}

.how-feature-card:nth-child(2) .how-feature-icon {
    background: rgba(45, 154, 99, .11);
    color: var(--how-green);
}

.how-feature-card:nth-child(3) .how-feature-icon {
    background: rgba(240, 170, 60, .13);
    color: #bd780d;
}

.how-feature-card:nth-child(4) .how-feature-icon {
    background: rgba(217, 87, 79, .1);
    color: #d9574f;
}

.how-feature-card h3 {
    margin-bottom: .55rem;
    font-size: 1.08rem;
    font-weight: 900;
}

.how-feature-card p {
    margin: 0;
    font-size: .88rem;
    line-height: 1.65;
}

.how-control-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1.5rem;
}

.how-control-item {
    padding: .9rem;
    border: 1px solid var(--how-line);
    border-radius: .8rem;
    background: #fff;
}

.how-control-item strong {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .2rem;
    color: var(--how-ink);
    font-size: .82rem;
}

.how-control-item i {
    color: var(--how-blue);
}

.how-control-item span {
    display: block;
    color: #728097;
    font-size: .72rem;
    line-height: 1.45;
}

.how-option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.15rem;
    max-width: 1000px;
    margin: 3rem auto 0;
}

.how-option-card {
    position: relative;
    overflow: hidden;
    padding: 1.8rem;
    border: 1px solid var(--how-line);
    border-radius: 1.1rem;
    background: #fff;
}

.how-option-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .3rem;
    background: var(--how-blue);
}

.how-option-card:last-child::before {
    background: var(--how-green);
}

.how-option-label {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: .38rem .62rem;
    border-radius: 999px;
    background: var(--how-mist);
    color: var(--how-blue-dark);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.how-option-card h3 {
    margin-bottom: .55rem;
    font-size: 1.23rem;
    font-weight: 900;
}

.how-option-card > p {
    margin-bottom: 1.15rem;
    line-height: 1.65;
}

.how-option-list {
    display: grid;
    gap: .58rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.how-option-list li {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    color: #45536a;
    font-size: .85rem;
    font-weight: 750;
}

.how-option-list i {
    margin-top: .12rem;
    color: var(--how-green);
}

.how-addon-note {
    max-width: 900px;
    margin: 1.2rem auto 0;
    color: #728097;
    font-size: .79rem;
    line-height: 1.55;
    text-align: center;
}

.how-results {
    padding: 5.5rem 0;
    background:
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, .16), transparent 22rem),
        linear-gradient(135deg, var(--how-blue), #3a79e9);
}

.how-results h2 {
    margin-bottom: .8rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -.04em;
}

.how-results p {
    max-width: 700px;
    margin: 0 auto 1.5rem;
    color: #e1eaff;
    font-size: 1.08rem;
    line-height: 1.7;
}

.how-results .how-btn-secondary {
    border-color: rgba(255, 255, 255, .35);
    background: transparent;
    color: #fff;
}

.how-results .how-btn-secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .09);
    color: #fff;
}

.how-faq-list {
    max-width: 860px;
    margin: 2.5rem auto 0;
    border-top: 1px solid var(--how-line);
}

.how-faq details {
    border-bottom: 1px solid var(--how-line);
}

.how-faq summary {
    position: relative;
    padding: 1.35rem 2.8rem 1.35rem 0;
    color: var(--how-ink);
    cursor: pointer;
    font-size: 1.02rem;
    font-weight: 900;
    list-style: none;
}

.how-faq summary::-webkit-details-marker {
    display: none;
}

.how-faq summary::after {
    content: "+";
    position: absolute;
    top: 1.05rem;
    right: .2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--how-mist);
    color: var(--how-blue);
    font-size: 1.25rem;
}

.how-faq details[open] summary::after {
    content: "-";
}

.how-faq-answer {
    padding: 0 2.8rem 1.35rem 0;
    color: var(--how-copy);
    line-height: 1.7;
}

.how-plan {
    background: var(--how-mist);
    border-top: 1px solid var(--how-line);
}

.how-plan-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    overflow: hidden;
    max-width: 1050px;
    margin: 0 auto;
    border: 1px solid rgba(47, 102, 215, .16);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 1.6rem 3.5rem rgba(31, 61, 110, .12);
}

.how-plan-copy,
.how-plan-cta {
    padding: 2.7rem;
}

.how-plan-copy h2 {
    margin-bottom: .85rem;
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -.038em;
    line-height: 1.08;
}

.how-plan-copy p {
    font-size: 1.03rem;
    line-height: 1.7;
}

.how-plan-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .65rem;
    margin-top: 1.35rem;
}

.how-plan-point {
    padding: .8rem .9rem;
    border-radius: .75rem;
    background: var(--how-mist);
    color: #34425b;
    font-size: .86rem;
    font-weight: 800;
}

.how-plan-point strong {
    color: var(--how-blue-dark);
}

.how-plan-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, #254fa8, #2f66d7);
}

.how-plan-label {
    margin-bottom: .3rem;
    color: #c9d8fa;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.how-plan-cta strong {
    margin-bottom: .45rem;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: -.04em;
}

.how-plan-cta p {
    margin-bottom: 1.25rem;
    color: #dbe6fb;
    font-size: .91rem;
    line-height: 1.6;
}

.how-mobile-cta {
    display: none;
}

@media (max-width: 1199.98px) {
    .how-automation-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .how-section {
        padding: 5rem 0;
    }

    .how-hero {
        padding: 5rem 0;
    }

    .how-hero-visual,
    .how-panel {
        max-width: 500px;
        margin: 3.5rem auto 0;
    }

    .how-proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .how-proof-item:nth-child(2) {
        border-right: 0;
    }

    .how-proof-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--how-line);
    }

    .how-journey-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .how-journey-grid::before {
        display: none;
    }

    .how-plan-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .how-page {
        padding-bottom: 5.2rem;
    }

    .how-section {
        padding: 4.25rem 0;
    }

    .how-hero {
        padding: 4.35rem 0 4rem;
    }

    .how-hero-title {
        font-size: clamp(2.5rem, 12vw, 3.65rem);
    }

    .how-hero-lead {
        font-size: 1.05rem;
    }

    .how-hero-points,
    .how-control-grid,
    .how-option-grid,
    .how-plan-points,
    .how-proof-grid,
    .how-journey-grid,
    .how-automation-grid {
        grid-template-columns: 1fr;
    }

    .how-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .how-btn {
        width: 100%;
    }

    .how-trial-terms {
        display: grid;
        gap: .45rem;
    }

    .how-visual-chip {
        display: none;
    }

    .how-proof-item {
        min-height: auto;
        padding: 1.1rem .25rem;
        border-right: 0;
        border-bottom: 1px solid var(--how-line);
    }

    .how-proof-item:nth-child(3) {
        border-bottom: 1px solid var(--how-line);
    }

    .how-proof-item:last-child {
        border-bottom: 0;
    }

    .how-panel-body {
        padding: 1.2rem;
    }

    .how-check-row {
        grid-template-columns: 2.1rem 1fr auto;
        gap: .65rem;
    }

    .how-check-icon {
        width: 2.1rem;
        height: 2.1rem;
    }

    .how-results {
        padding: 4.25rem 0;
    }

    .how-plan-copy,
    .how-plan-cta {
        padding: 2rem 1.4rem;
    }

    .how-mobile-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1035;
        display: flex;
        align-items: center;
        gap: .75rem;
        padding: .7rem max(.85rem, env(safe-area-inset-right)) calc(.7rem + env(safe-area-inset-bottom)) max(.85rem, env(safe-area-inset-left));
        border-top: 1px solid rgba(21, 33, 58, .12);
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 -.7rem 2rem rgba(21, 33, 58, .13);
        backdrop-filter: blur(10px);
    }

    .how-mobile-copy {
        flex: 1 1 auto;
        min-width: 0;
        color: var(--how-ink);
        font-size: .75rem;
        font-weight: 900;
        line-height: 1.25;
    }

    .how-mobile-copy span {
        display: block;
        color: #6b778b;
        font-size: .68rem;
        font-weight: 700;
    }

    .how-mobile-cta .how-btn {
        flex: 0 0 auto;
        width: auto;
        min-height: 2.7rem;
        padding: .65rem .9rem;
        font-size: .82rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .how-btn {
        transition: none;
    }
}
