@font-face {
    font-family: 'Code Pro';
    src: url('../fonts/code-pro/CodePro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Code Pro';
    src: url('../fonts/code-pro/CodePro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Code Pro';
    src: url('../fonts/code-pro/CodePro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Code Pro';
    src: url('../fonts/code-pro/CodePro-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --nc-grad-1: #1f2d54;
    --nc-grad-2: #3b6d9b;
    --nc-grad-3: #27496c;
    --nc-gray: #efefef;
    --nc-azure: #3b6d9b;
    --nc-navy: #121f42;
    --nc-cyan: #51aca5;
    --nc-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body.landing-body {
    margin: 0;
    font-family: 'Code Pro', Arial, Helvetica, sans-serif;
    color: var(--nc-navy);
    background: var(--nc-gray);
}

.nc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.4rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.82rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.nc-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}
.nc-btn-navy {
    background: var(--nc-navy);
    color: #fff;
}
.nc-btn-navy:hover { color: #fff; box-shadow: 0 8px 20px rgba(18, 31, 66, 0.28); }
.nc-btn-azure {
    background: var(--nc-azure);
    color: #fff;
}
.nc-btn-azure:hover { color: #fff; box-shadow: 0 8px 20px rgba(59, 109, 155, 0.3); }
.nc-btn-cyan {
    background: var(--nc-cyan);
    color: #fff;
}
.nc-btn-cyan:hover { color: #fff; box-shadow: 0 8px 20px rgba(81, 172, 165, 0.3); }
.nc-btn-white {
    background: #fff;
    color: var(--nc-navy);
    border: 1px solid rgba(18, 31, 66, 0.12);
}

.landing-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: #ffffff;
    padding: 0.7rem 4vw;
}
.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.header-icon img {
    height: 28px;
    width: auto;
    display: block;
}
.landing-nav {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: nowrap;
}
.landing-nav a {
    color: #121f42;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.landing-nav a:hover { color: var(--nc-azure); }
.landing-nav-sep {
    color: #121f42;
    font-size: 0.75rem;
}
.header-socials {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-left: 0.65rem;
}
.header-socials a {
    color: #121f42 !important;
    font-size: 0.85rem;
    line-height: 1;
}
.header-socials a:hover { color: var(--nc-azure) !important; }
.btn-demo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #121f42;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.42rem 0.95rem;
    white-space: nowrap;
}

.hero-fold {
    position: relative;
    min-height: 100vh;
    color: #fff;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(31, 45, 84, 0.55) 0%, rgba(59, 109, 155, 0.45) 45%, rgba(39, 73, 108, 0.55) 100%),
        url('../img/landing/imagem-01.png') center/cover no-repeat;
}
.hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 8.2rem;
    padding-bottom: 7rem;
}
.hero-brands {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.1rem;
}
.hero-logo-max {
    height: 42px;
    width: auto;
}
.brand-divider {
    width: 1px;
    height: 28px;
    background: rgba(255,255,255,0.55);
    margin: 0 0.2rem;
}
.hero-finep {
    height: 28px;
    width: auto;
    filter: brightness(0) invert(1);
}
.hero-title {
    font-size: clamp(1.7rem, 3.2vw, 2.55rem);
    line-height: 1.16;
    font-weight: 700;
    max-width: 18em;
    margin: 0 0 1.8rem;
}
.btn-access {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: #fff;
    color: #121f42;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    border-radius: 999px;
    padding: 0.55rem 1.15rem 0.55rem 0.55rem;
}
.btn-access:hover { color: #121f42; }
.btn-access-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #3b6d9b;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.btn-access-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.hero-phone-wrap {
    width: 420px;
    max-width: 100%;
    height: 560px;
    overflow: hidden;
    margin-left: auto;
    position: relative;
    z-index: 4;
}
.hero-phone {
    width: 420px;
    height: auto;
    max-width: none;
    display: block;
}
.hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 110px;
    background: #efefef;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 3;
    pointer-events: none;
}

.fold { padding: 4.5rem 0; }
.fold-gray { background: var(--nc-gray); }

.pitch-layout {
    display: grid;
    grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
    gap: 2.2rem 5.5rem;
    align-items: center;
}
.pitch-photo {
    overflow: hidden;
    max-height: 540px;
}
.pitch-visual {
    width: 100%;
    max-width: none;
    height: 540px;
    object-fit: cover;
    object-position: 52% 38%;
    display: block;
}
.pitch-stack {
    display: flex;
    flex-direction: column;
    gap: 2.1rem;
    max-width: 680px;
}
.pitch-row {
    display: flex;
    align-items: flex-start;
    gap: 0.95rem;
}
.pitch-icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    margin-top: 0;
}
.pitch-body { min-width: 0; flex: 1; }
.pitch-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-bottom: 1px solid #1f2d54;
    padding-bottom: 0.38rem;
    margin-bottom: 0.7rem;
}
.pitch-row h3 {
    font-size: 1.18rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--nc-cyan);
    font-weight: 700;
    margin: 0;
    line-height: 1.15;
}
.pitch-check {
    width: 22px;
    height: 22px;
    border: 2px solid var(--nc-cyan);
    border-radius: 50%;
    color: var(--nc-cyan);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.68rem;
    line-height: 1;
}
.pitch-check i { display: block; margin-top: 1px; }
.pitch-row p {
    position: relative;
    padding-left: 1.15rem;
    margin-bottom: 0.32rem;
    color: var(--nc-navy);
    font-size: 1.02rem;
    line-height: 1.38;
    font-weight: 700;
}
.pitch-row p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.42em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent var(--nc-navy);
}

.fold-how {
    background: var(--nc-gray);
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}
.fold-how::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 130px;
    background: var(--nc-azure);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 2;
    pointer-events: none;
}
.how-head {
    text-align: center;
    margin-bottom: 2.8rem;
}
.how-head h2 {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #1f2d54 0%, #3b6d9b 52%, #27496c 100%);
    color: #fff;
    font-size: clamp(1.2rem, 2.1vw, 1.55rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 1.15rem 2rem;
    margin: 0 0 1.1rem;
}
.how-head p {
    color: #4a5a70;
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    margin: 0;
}
.how-stage {
    display: grid;
    grid-template-columns: 250px minmax(520px, 580px) 270px;
    justify-content: center;
    align-items: start;
    gap: 0.4rem 0.55rem;
    position: relative;
    z-index: 1;
    padding-bottom: 180px;
}
.how-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-top: 0.2rem;
    position: relative;
    z-index: 3;
}
.how-tab {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    text-align: left;
    border: 0;
    background: #fff;
    color: var(--nc-navy);
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
    padding: 1.05rem 1.8rem 1.05rem 1.4rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.15;
    box-shadow: 0 8px 18px rgba(18, 31, 66, 0.06);
}
.how-tab span { display: block; }
.how-tab i { font-size: 1.45rem; color: var(--nc-cyan); }
.how-tab.active {
    background: #121f42;
    color: #fff;
}
.how-tab.active i { color: #fff; }
.how-phone-wrap {
    text-align: center;
    height: 470px;
    overflow: hidden;
    margin-bottom: -160px;
    position: relative;
    z-index: 1;
}
.how-phone {
    max-width: 580px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.how-detail {
    padding-top: 0.35rem;
    position: relative;
    z-index: 3;
}
.how-detail h3 {
    font-size: clamp(2.1rem, 3.4vw, 3rem);
    font-weight: 700;
    color: #121f42;
    text-transform: uppercase;
    line-height: 1.05;
    margin: 0 0 1.1rem;
}
.how-detail p {
    color: #4a5a70;
    font-size: 1.3rem;
    line-height: 1.35;
    margin: 0 0 1rem;
    max-width: 18rem;
}
.how-detail p::after {
    content: '';
    display: block;
    width: 42px;
    height: 4px;
    background: #121f42;
    margin-top: 1.2rem;
}

.fold-journey {
    background: var(--nc-azure);
    color: #fff;
    padding: 2.4rem 0 2.8rem;
}
.journey-board {
    position: relative;
    width: min(1480px, calc(100% - 112px));
    height: 680px;
    margin: 0 auto;
}
.journey-spokes {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    overflow: visible;
}
.journey-spokes line {
    stroke: #121f42;
    stroke-width: 2.2;
}
.journey-spokes circle {
    fill: #121f42;
}
.journey-hub {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #d8e0e8;
    padding: 24px;
    z-index: 2;
}
.journey-hub-dash {
    position: absolute;
    inset: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    z-index: 3;
    pointer-events: none;
}
.journey-hub-dash circle {
    stroke: #2a3d5c;
    stroke-width: 0.55;
    stroke-dasharray: 0.9 1.7;
    stroke-linecap: round;
}
.journey-hub-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    color: var(--nc-navy);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.4rem 1.8rem;
}
.journey-hub h2 {
    font-size: 1.95rem;
    font-weight: 700;
    line-height: 1.02;
    text-transform: uppercase;
    margin: 0 0 0.85rem;
    word-spacing: 0.18em;
    color: #121f42;
}
.journey-hub p {
    font-size: 0.98rem;
    color: #5a6b80;
    margin: 0;
    max-width: 15.5rem;
    line-height: 1.35;
    word-spacing: 0.1em;
}
.journey-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    width: 305px;
    max-width: 305px;
    min-height: 68px;
    height: auto;
    background: transparent;
    color: var(--nc-navy);
    overflow: visible;
}
.journey-shape {
    flex: 1;
    min-width: 0;
    min-height: 68px;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.journey-side-left {
    right: calc(50% + 228px);
}
.journey-side-left .journey-shape {
    clip-path: polygon(26px 0, 100% 0, 100% 100%, 26px 100%, 0 50%);
    justify-content: flex-end;
    padding: 0.4rem 8px 0.4rem 30px;
}
.journey-side-right {
    left: calc(50% + 228px);
}
.journey-side-right .journey-shape {
    clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 50%, calc(100% - 26px) 100%, 0 100%);
    padding: 0.4rem 30px 0.4rem 8px;
}
.journey-n1 { top: 24px; }
.journey-n2 { top: 160px; }
.journey-n3 { top: 296px; }
.journey-n4 { top: 432px; }
.journey-n5 { top: 160px; }
.journey-n6 { top: 296px; }
.journey-n7 { top: 446px; }
.journey-n8 { top: 596px; }
.journey-num {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #121f42;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    line-height: 1;
}
.journey-side-left .journey-num { left: -8px; }
.journey-side-right .journey-num { right: -8px; }
.journey-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #51aca5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.35rem;
    position: relative;
    z-index: 2;
    border: 4px solid #1f2d54;
}
.journey-side-left .journey-icon,
.journey-side-right .journey-icon { margin: 0; }
.journey-text { min-width: 0; flex: 1; }
.journey-side-left .journey-text { text-align: right; }
.journey-card h3 {
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0.14rem;
    letter-spacing: 0.01em;
    word-spacing: 0.2em;
    line-height: 1.12;
    color: #3b6d9b;
}
.journey-card p {
    font-size: 0.66rem;
    margin: 0;
    color: #121f42;
    line-height: 1.28;
    word-spacing: 0.06em;
}

.fold-why {
    background: var(--nc-gray);
    padding-top: 0;
    padding-bottom: 4.2rem;
}
.why-crest {
    height: 150px;
    background: var(--nc-azure);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
}
.why-logo {
    height: 86px;
    width: auto;
    transform: translateY(48%);
    position: relative;
    z-index: 2;
}
.why-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 860px;
    margin: 3.8rem auto 0;
    gap: 0;
    align-items: center;
}
.why-copy {
    padding-right: 2.4rem;
    border-right: 1px solid rgba(18, 31, 66, 0.16);
}
.fold-why h2 {
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    font-weight: 700;
    color: var(--nc-navy);
    line-height: 1.12;
    margin: 0 0 0.85rem;
}
.section-sub {
    color: #4a5a70;
    max-width: 16.5rem;
    font-size: 1.02rem;
    line-height: 1.4;
    margin: 0;
}
.btn-why-demo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.35rem;
    background: #51aca5;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.72rem 1.3rem;
}
.why-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-left: 2.4rem;
}
.why-item {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
}
.why-item i {
    color: var(--nc-cyan);
    font-size: 1.2rem;
    margin-top: 0.12rem;
}
.why-item h3 {
    color: var(--nc-cyan);
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.2rem;
    padding-left: 0.95rem;
    position: relative;
}
.why-item h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent var(--nc-cyan);
}
.why-item p {
    color: #27496c;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.35;
}

.landing-footer {
    position: relative;
    color: #fff;
    background: #121f42;
    border-radius: 80px 80px 0 0;
    overflow: hidden;
    margin-top: 1rem;
}
.footer-main {
    padding: 4.2rem 0 3rem;
}
.footer-stage {
    display: grid;
    grid-template-columns: minmax(280px, 520px) auto;
    justify-content: center;
    align-items: start;
    gap: 4.5rem;
}
.footer-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0b1228;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
.footer-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.footer-aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.15rem;
    padding-top: 0;
}
.footer-logo-max {
    height: 72px;
    width: auto;
    display: block;
}
.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.15rem;
}
.footer-socials a {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1;
    text-decoration: none;
}
.footer-socials a:hover { color: var(--nc-cyan); }
.footer-aside-line {
    display: block;
    width: 220px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
}
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    text-align: center;
    color: #fff;
}
.footer-contact-name {
    margin: 0;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
}
.footer-contact-role {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.72);
}
.footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 0.82rem;
    line-height: 1.45;
}
.footer-contact a:hover { color: var(--nc-cyan); }
.footer-contact i { margin-right: 0.35rem; }
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: #51aca5;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.7rem 1.35rem 0.7rem 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    word-spacing: 0.12em;
    text-align: left;
}
.btn-whatsapp i { font-size: 1.25rem; }
.btn-whatsapp:hover { color: #fff; filter: brightness(1.05); }
.footer-bar {
    background:
        linear-gradient(180deg, rgba(31, 45, 84, 0.72) 0%, rgba(59, 109, 155, 0.55) 50%, rgba(39, 73, 108, 0.78) 100%),
        url('../img/landing/imagem-01.png') center/cover no-repeat;
    padding: 1.35rem 0 1.5rem;
}
.footer-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}
.footer-bar-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.footer-logo-max-sm {
    height: 36px;
    width: auto;
}
.footer-finep {
    height: 26px;
    width: auto;
    filter: brightness(0) invert(1);
}
.footer-bar-meta {
    text-align: right;
}
.footer-links {
    display: flex;
    justify-content: flex-end;
    gap: 0.85rem;
}
.footer-links a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    font-size: 0.82rem;
}
.footer-links a:hover { color: var(--nc-cyan); }
.footer-copy {
    color: rgba(255,255,255,0.72);
    font-size: 0.78rem;
    margin: 0.25rem 0 0;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .journey-board { height: 620px; }
    .journey-n1 { top: 16px; }
    .journey-n2 { top: 140px; }
    .journey-n3 { top: 264px; }
    .journey-n4 { top: 388px; }
    .journey-n5 { top: 140px; }
    .journey-n6 { top: 264px; }
    .journey-n7 { top: 402px; }
    .journey-n8 { top: 540px; }
    .journey-hub { width: 320px; height: 320px; padding: 18px; }
    .journey-hub h2 { font-size: 1.5rem; }
    .journey-card { width: 270px; max-width: 270px; }
    .journey-side-left { right: calc(50% + 200px); }
    .journey-side-right { left: calc(50% + 200px); }
}
@media (max-width: 991.98px) {
    .landing-header { padding: 0.9rem 1rem 0; }
    .hero-title { max-width: none; }
    .hero-inner { padding-top: 7.5rem; padding-bottom: 6rem; }
    .landing-nav { display: none; }
    .landing-nav.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: #121f42;
        padding: 1rem;
        gap: 0.8rem;
        z-index: 60;
    }
    .landing-header .btn-demo { display: none; }
    .nav-toggle { display: inline-flex !important; }
    .pitch-layout { grid-template-columns: 1fr; gap: 2rem; }
    .pitch-photo { max-height: none; }
    .pitch-visual { height: auto; max-width: 420px; margin: 0 auto; }
    .how-stage { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 1.2rem; }
    .how-tabs,
    .how-detail { width: min(100%, 360px); padding-top: 0; }
    .how-detail p { max-width: none; }
    .how-phone-wrap { height: 300px; margin-bottom: -80px; }
    .how-phone { max-width: 320px; }
    .journey-board { height: auto; width: min(100% - 32px, 420px); }
    .journey-spokes { display: none; }
    .journey-hub,
    .journey-card { position: static; transform: none; width: 100%; max-width: 420px; height: auto; margin: 0 auto 1rem; }
    .journey-hub { height: auto; padding: 14px; }
    .journey-shape { clip-path: none !important; border-radius: 16px; height: auto; min-height: 72px; padding: 0.8rem 1rem !important; justify-content: flex-start; }
    .journey-num { position: static; transform: none; }
    .journey-side-left .journey-text { text-align: left; }
    .journey-side-left .journey-icon,
    .journey-side-right .journey-icon { margin: 0; }
    .why-layout { grid-template-columns: 1fr; gap: 2rem; max-width: none; }
    .why-copy { padding-right: 0; border-right: 0; }
    .why-list { padding-left: 0; }
    .landing-footer { border-radius: 48px 48px 0 0; }
    .footer-stage { grid-template-columns: 1fr; gap: 2rem; justify-items: center; text-align: center; }
    .footer-aside { align-items: center; }
    .footer-bar-inner { flex-direction: column; align-items: flex-start; }
    .footer-bar-meta { text-align: left; }
    .footer-links { justify-content: flex-start; }
}
.nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    color: #121f42;
    font-size: 1.6rem;
}
