* {
    box-sizing:border-box
}
html {
    scroll-behavior:smooth
}
body {
    margin:0;
    color:#172554;
    font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
    line-height:1.65;
    background:radial-gradient(circle at 8% 8%,#e7e4ff 0,transparent 25%),radial-gradient(circle at 92% 10%,#dff8ff 0,transparent 23%),linear-gradient(180deg,#fbfdff,#f3f7ff 60%,#fff)
}
a {
    text-decoration:none;
    color:inherit
}
.container {
    width:min(1160px,92%);
    margin:auto
}
.nav {
    position:sticky;
    top:0;
    z-index:50;
    background:#fffffff0;
    backdrop-filter:blur(16px);
    border-bottom:1px solid #e2e8f0
}
.navin {
    height:76px;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.brand {
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:900;
    font-size:19px
}
.brand img {
    width:46px;
    height:46px;
    object-fit:contain;
    border-radius:12px
}
.brand span {
    background:linear-gradient(90deg,#4c1d95,#2563eb);
    color:transparent;
    background-clip:text
}
.links {
    display:flex;
    gap:5px;
    align-items:center
}
.links a {
    padding:9px 11px;
    border-radius:11px;
    font-size:14px;
    font-weight:750;
    color:#475569
}
.links a:hover {
    background:#f0e9ff;
    color:#6d28d9
}
.menu {
    display:none;
    border:0;
    background:#f1f5ff;
    border-radius:11px;
    padding:10px;
    font-size:20px
}
.btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:14px;
    padding:13px 19px;
    font-weight:850;
    border:1px solid transparent;
    transition:.2s
}
.btn:hover {
    transform:translateY(-2px)
}
.primary {
    background:linear-gradient(135deg,#6d28d9,#2563eb);
    color:#fff;
    box-shadow:0 12px 28px #4f46e526
}
.light {
    background:#fff;
    border-color:#e2e8f0
}
.green {
    background:linear-gradient(135deg,#16a34a,#10b981);
    color:#fff
}
.hero {
    padding:70px 0 55px
}
.heroGrid {
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:45px;
    align-items:center
}
.badge {
    display:inline-flex;
    gap:7px;
    align-items:center;
    border:1px solid #e9d5ff;
    background:#fff;
    padding:7px 12px;
    border-radius:99px;
    font-size:13px;
    font-weight:850;
    color:#6d28d9
}
.hero h1 {
    font-size:clamp(43px,6vw,72px);
    line-height:1.02;
    letter-spacing:-3px;
    margin:17px 0
}
.grad {
    background:linear-gradient(90deg,#4c1d95,#7c3aed,#2563eb);
    color:transparent;
    background-clip:text
}
.hero p,.muted {
    color:#64748b
}
.hero p {
    font-size:18px;
    max-width:650px
}
.actions {
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin:26px 0
}
.phoneWrap {
    position:relative;
    min-height:520px;
    display:grid;
    place-items:center
}
.orb {
    position:absolute;
    width:470px;
    height:470px;
    border-radius:50%;
    background:linear-gradient(135deg,#ede9fe,#dbeafe);
    box-shadow:inset 0 0 60px #7c3aed14
}
.phone {
    position:relative;
    width:300px;
    background:#fff;
    padding:9px;
    border-radius:36px;
    box-shadow:0 30px 80px #0f172a33;
    transform:rotate(2deg)
}
.phone img {
    border-radius:29px
}
.float {
    position:absolute;
    background:#fff;
    border:1px solid #e2e8f0;
    box-shadow:0 16px 40px #0f172a18;
    border-radius:16px;
    padding:12px 15px;
    font-weight:800
}
.f1 {
    top:9%;
    right:0
}
.f2 {
    bottom:12%;
    left:0
}
.f3 {
    top:29%;
    left:-3%
}
.stats {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px
}
.stat {
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:15px;
    text-align:center
}
.stat b {
    display:block;
    font-size:25px
}
.stat span {
    font-size:12px;
    color:#64748b
}
.section {
    padding:80px 0
}
.head {
    text-align:center;
    max-width:720px;
    margin:0 auto 42px
}
.head h2,.split h2 {
    font-size:clamp(30px,4vw,44px);
    line-height:1.1;
    letter-spacing:-1.2px;
    margin:10px 0
}
.cards {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:17px
}
.card {
    background:#ffffffeb;
    border:1px solid #e2e8f0;
    border-radius:23px;
    padding:23px;
    box-shadow:0 12px 35px #0f172a0c
}
.icon {
    width:50px;
    height:50px;
    border-radius:15px;
    background:#f0e9ff;
    display:grid;
    place-items:center;
    font-size:24px;
    margin-bottom:13px
}
.card h3 {
    margin:4px 0 7px;
    font-size:19px
}
.card p {
    margin:0;
    color:#64748b
}
.split {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:35px;
    align-items:center
}
.panel {
    background:linear-gradient(135deg,#eef2ff,#f8fbff);
    border:1px solid #dbe4ff;
    border-radius:30px;
    padding:28px;
    box-shadow:0 20px 55px #3730a31c
}
.panel img {
    width:265px;
    margin:auto;
    border-radius:28px;
    box-shadow:0 25px 55px #0f172a2a
}
.checks {
    display:grid;
    gap:13px;
    margin:22px 0
}
.check {
    display:flex;
    gap:11px;
    align-items:flex-start
}
.check i {
    font-style:normal;
    width:27px;
    height:27px;
    flex:none;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#dcfce7;
    color:#15803d;
    font-weight:900
}
.shots {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px
}
.shot {
    margin:0;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:22px;
    padding:8px;
    box-shadow:0 12px 35px #0f172a10
}
.shot img {
    border-radius:17px;
    aspect-ratio:722/1600;
    object-fit:cover
}
.shot figcaption {
    font-size:13px;
    font-weight:800;
    padding:10px 5px 6px
}
.steps {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px
}
.step {
    text-align:center
}
.num {
    width:48px;
    height:48px;
    border-radius:15px;
    margin:auto;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    color:#fff;
    font-weight:900
}
.step h3 {
    margin:10px 0 4px
}
.step p {
    margin:0;
    color:#64748b;
    font-size:14px
}
.cta {
    background:linear-gradient(135deg,#4c1d95,#6d28d9 45%,#2563eb);
    color:#fff;
    border-radius:30px;
    padding:42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    box-shadow:0 25px 60px #4f46e53d
}
.cta h2 {
    font-size:34px;
    margin:0 0 6px
}
.cta p {
    margin:0;
    color:#e9e7ff
}
.pageHero {
    padding:65px 0 35px;
    text-align:center
}
.pageHero h1 {
    font-size:clamp(38px,5vw,58px);
    line-height:1.05;
    margin:12px 0
}
.pageHero p {
    color:#64748b;
    max-width:720px;
    margin:auto
}
.legal {
    max-width:920px;
    margin:auto;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:26px;
    padding:36px;
    box-shadow:0 18px 50px #0f172a0d
}
.legal h2 {
    margin-top:30px;
    font-size:24px
}
.legal h3 {
    margin-top:23px
}
.legal p,.legal li {
    color:#475569
}
.legal a {
    color:#5b21b6;
    font-weight:700
}
.notice {
    background:#fff8e1;
    border:1px solid #fde68a;
    color:#854d0e;
    border-radius:15px;
    padding:15px
}
.contact {
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:20px
}
.contactItem {
    display:flex;
    gap:13px;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:17px;
    padding:17px;
    margin-bottom:12px
}
.ico {
    width:42px;
    height:42px;
    border-radius:13px;
    background:#f0e9ff;
    display:grid;
    place-items:center;
    flex:none
}
form {
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:23px;
    padding:24px;
    box-shadow:0 18px 50px #0f172a0d
}
label {
    display:block;
    font-size:14px;
    font-weight:800;
    margin:13px 0 6px
}
input,textarea,select {
    width:100%;
    padding:12px 13px;
    border:1px solid #dbe2ea;
    border-radius:12px;
    background:#fbfdff;
    font:inherit
}
textarea {
    min-height:150px;
    resize:vertical
}
.faq {
    max-width:900px;
    margin:auto;
    display:grid;
    gap:11px
}
.faq details {
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:17px;
    padding:16px 19px;
    box-shadow:0 8px 25px #0f172a08
}
.faq summary {
    font-weight:850;
    cursor:pointer
}
.faq p {
    color:#64748b;
    margin-bottom:0
}
.footer {
    margin-top:70px;
    background:#111827;
    color:#cbd5e1;
    padding:50px 0 22px
}
.footgrid {
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:28px
}
.footer h4 {
    color:#fff;
    margin:0 0 10px
}
.footer a {
    display:block;
    margin:7px 0;
    font-size:14px
}
.copy {
    border-top:1px solid #263244;
    margin-top:30px;
    padding-top:18px;
    font-size:12px;
    color:#94a3b8;
    display:flex;
    justify-content:space-between
}
.top {
    position:fixed;
    right:18px;
    bottom:18px;
    border:0;
    border-radius:50%;
    width:43px;
    height:43px;
    background:#4c1d95;
    color:#fff;
    display:none
}
/* Responsive layout */
@media(max-width:980px) {
    .nav-links {
        display:none;
        position:absolute;
        top:78px;
        left:0;
        right:0;
        background:rgba(255,255,255,.98);
        padding:12px 4%;
        border-bottom:1px solid var(--line);
        flex-direction:column;
        align-items:stretch;
        box-shadow:0 18px 35px rgba(15,23,42,.08)
    }
    .nav-links.open {
        display:flex
    }
    .nav-links a {
        padding:13px 14px
    }
    .menu-btn {
        display:block
    }
    .hero-grid,.split,.contact-grid {
        grid-template-columns:1fr
    }
    .hero {
        padding-top:48px
    }
    .hero-card {
        min-height:440px
    }
    .cards {
        grid-template-columns:repeat(2,1fr)
    }
    .process {
        grid-template-columns:repeat(2,1fr)
    }
    .footer-grid {
        grid-template-columns:repeat(2,1fr)
    }
}
@media(max-width:680px) {
    body {
        font-size:15px;
        overflow-x:hidden
    }
    .container {
        width:min(100% - 28px,560px)
    }
    .nav-inner {
        height:66px
    }
    .nav {
        position:sticky;
        top:0
    }
    .brand {
        font-size:14px;
        gap:8px
    }
    .brand img {
        width:38px;
        height:38px
    }
    .nav-links {
        top:66px
    }
    .nav-links .btn {
        margin-top:5px
    }
    .hero {
        padding:34px 0 30px
    }
    .hero-grid {
        gap:18px
    }
    .hero h1 {
        font-size:43px;
        letter-spacing:-2px;
        margin:15px 0
    }
    .hero p {
        font-size:15px;
        line-height:1.7
    }
    .actions {
        display:grid;
        grid-template-columns:1fr;
        gap:10px;
        margin:22px 0
    }
    .actions .btn {
        width:100%
    }
    .stats {
        grid-template-columns:repeat(2,1fr);
        gap:9px
    }
    .stat {
        padding:13px 8px
    }
    .stat b {
        font-size:20px
    }
    .stat span {
        font-size:11px
    }
    .hero-card {
        min-height:410px;
        margin-top:4px
    }
    .hero-orb {
        width:330px;
        height:330px
    }
    .hero-phone {
        width:min(245px,66vw);
        padding:7px;
        border-radius:29px
    }
    .hero-phone img {
        border-radius:23px
    }
    .floating {
        font-size:10px;
        padding:8px 10px;
        border-radius:12px
    }
    .float-1 {
        top:5%;
        right:0
    }
    .float-2 {
        bottom:8%;
        left:0
    }
    .float-3 {
        top:25%;
        left:0
    }
    .section {
        padding:52px 0
    }
    .section-head {
        margin-bottom:26px
    }
    .section-head h2 {
        font-size:30px
    }
    .section-head p {
        font-size:14px
    }
    .cards {
        grid-template-columns:1fr;
        gap:12px
    }
    .card {
        padding:19px;
        border-radius:19px
    }
    .feature-icon {
        width:45px;
        height:45px;
        border-radius:13px;
        font-size:21px
    }
    .split {
        gap:24px
    }
    .visual-panel {
        padding:18px;
        border-radius:22px
    }
    .visual-panel img {
        width:min(230px,70vw)
    }
    .checks {
        gap:10px
    }
    .check {
        font-size:14px
    }
    /* Professional mobile screenshot carousel */
    .screens {
        display:flex;
        flex-wrap:nowrap;
        overflow-x:auto;
        overflow-y:hidden;
        gap:14px;
        padding:5px 4px 18px;
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:thin;
        mask-image:linear-gradient(to right,transparent 0,#000 14px,#000 calc(100% - 18px),transparent 100%);
    }
    .screens::-webkit-scrollbar {
        height:6px
    }
    .screens::-webkit-scrollbar-thumb {
        background:#a78bfa;
        border-radius:99px
    }
    .screens::-webkit-scrollbar-track {
        background:#e9e7ff;
        border-radius:99px
    }
    .shot {
        flex:0 0 158px;
        width:158px;
        padding:6px;
        border-radius:18px;
        scroll-snap-align:start;
        box-shadow:0 10px 26px rgba(30,41,59,.10);
    }
    .shot img {
        border-radius:14px
    }
    .shot figcaption {
        font-size:12px;
        padding:9px 4px 5px;
        line-height:1.35
    }
    .process {
        grid-template-columns:1fr 1fr;
        gap:25px 12px
    }
    .step-num {
        width:43px;
        height:43px;
        font-size:17px;
        border-radius:13px
    }
    .step h3 {
        font-size:15px
    }
    .step p {
        font-size:12px;
        line-height:1.5
    }
    .cta {
        padding:26px 22px;
        border-radius:25px;
        display:block
    }
    .cta h2 {
        font-size:28px
    }
    .cta p {
        font-size:14px;
        margin-bottom:18px
    }
    .cta .btn {
        width:100%
    }
    .page-hero {
        padding:48px 0 28px
    }
    .page-hero h1 {
        font-size:39px
    }
    .page-hero p {
        font-size:14px
    }
    .legal {
        padding:21px;
        border-radius:20px
    }
    .legal h2 {
        font-size:22px;
        margin-top:27px
    }
    .legal h3 {
        font-size:17px
    }
    .contact-grid {
        gap:15px
    }
    .contact-item {
        padding:15px
    }
    .contact-item .ico {
        width:38px;
        height:38px
    }
    form {
        padding:19px;
        border-radius:20px
    }
    .faq details {
        padding:15px 16px
    }
    .footer {
        margin-top:55px;
        padding:38px 0 20px
    }
    .footer-grid {
        grid-template-columns:1fr 1fr;
        gap:24px 18px
    }
    .footer .brand {
        font-size:12px
    }
    .footer .brand img {
        width:36px;
        height:36px
    }
    .footer p {
        font-size:13px
    }
    .footer a {
        font-size:13px
    }
    .copyright {
        font-size:11px;
        flex-direction:column;
        gap:5px
    }
}
@media(max-width:390px) {
    .hero h1 {
        font-size:38px
    }
    .hero-card {
        min-height:365px
    }
    .hero-phone {
        width:215px
    }
    .shot {
        flex-basis:145px;
        width:145px
    }
    .footer-grid {
        grid-template-columns:1fr
    }
}
/* =========================================================
   V3 — Robust phone/tablet layout
   Uses the actual HTML class names from the website.
   ========================================================= */
html, body {
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}
main, section {
    max-width:100%;
}
@media (max-width: 1100px) {
    .container {
        width:min(92%, 760px);
    }
    /* Header */
    .navin {
        height:68px;
    }
    .menu {
        display:block;
    }
    .links {
        display:none;
        position:absolute;
        top:68px;
        left:0;
        right:0;
        z-index:100;
        padding:12px 16px 16px;
        background:rgba(255,255,255,.98);
        backdrop-filter:blur(18px);
        border-bottom:1px solid #e2e8f0;
        box-shadow:0 18px 40px rgba(15,23,42,.10);
        flex-direction:column;
        align-items:stretch;
        gap:3px;
    }
    .links.open {
        display:flex;
    }
    .links a {
        width:100%;
        padding:12px 14px;
    }
    .links .btn {
        margin-top:5px;
    }
    /* Hero: always one clean column on phone/tablet */
    .hero {
        padding:38px 0 28px;
    }
    .heroGrid {
        grid-template-columns:1fr !important;
        gap:24px;
    }
    .hero h1 {
        font-size:clamp(40px,9vw,58px);
        letter-spacing:-2px;
    }
    .hero p {
        font-size:16px;
        max-width:680px;
    }
    .actions {
        flex-direction:column;
    }
    .actions .btn {
        width:100%;
    }
    .phoneWrap {
        min-height:440px;
        width:100%;
        max-width:560px;
        margin:0 auto;
    }
    .orb {
        width:min(390px,80vw);
        height:min(390px,80vw);
    }
    .phone {
        width:min(270px,58vw);
    }
    .f1 {
        right:3%;
    }
    .f3 {
        left:3%;
    }
    /* Feature/content sections */
    .split {
        grid-template-columns:1fr !important;
    }
    .cards {
        grid-template-columns:repeat(2,1fr);
    }
    .steps {
        grid-template-columns:repeat(2,1fr);
    }
    .footgrid {
        grid-template-columns:repeat(2,1fr);
    }
    /* Screenshot gallery — compact horizontal strip */
    .shots {
        display:flex !important;
        flex-wrap:nowrap !important;
        overflow-x:auto !important;
        overflow-y:hidden;
        width:100%;
        max-width:100%;
        gap:14px;
        padding:8px 4px 18px;
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:thin;
    }
    .shots::-webkit-scrollbar {
        height:6px;
    }
    .shots::-webkit-scrollbar-track {
        background:#eee9ff;
        border-radius:99px;
    }
    .shots::-webkit-scrollbar-thumb {
        background:#8b5cf6;
        border-radius:99px;
    }
    .shot {
        flex:0 0 150px !important;
        width:150px !important;
        max-width:150px;
        scroll-snap-align:start;
        padding:6px;
        border-radius:18px;
    }
    .shot img {
        width:100%;
        height:auto;
        aspect-ratio:722/1600;
        object-fit:cover;
        border-radius:13px;
    }
    .shot figcaption {
        font-size:11px;
        line-height:1.35;
        padding:8px 3px 5px;
    }
}
@media (max-width: 600px) {
    .container {
        width:calc(100% - 28px);
        max-width:none;
    }
    .navin {
        height:62px;
    }
    .brand {
        font-size:13px;
        gap:7px;
    }
    .brand img {
        width:37px;
        height:37px;
    }
    .menu {
        font-size:20px;
        padding:8px 10px;
    }
    .links {
        top:62px;
    }
    .hero {
        padding:30px 0 22px;
    }
    .heroGrid {
        gap:14px;
    }
    .badge {
        font-size:11px;
        padding:6px 10px;
    }
    .hero h1 {
        font-size:42px;
        line-height:1.03;
        letter-spacing:-2.1px;
        margin:14px 0;
    }
    .hero p {
        font-size:14px;
        line-height:1.65;
    }
    .stats {
        grid-template-columns:repeat(2,1fr);
        gap:8px;
    }
    .stat {
        padding:12px 6px;
        border-radius:15px;
    }
    .stat b {
        font-size:19px;
    }
    .stat span {
        font-size:10px;
    }
    .phoneWrap {
        min-height:390px;
        max-width:360px;
    }
    .orb {
        width:315px;
        height:315px;
    }
    .phone {
        width:218px;
        padding:7px;
        border-radius:28px;
        transform:rotate(1deg);
    }
    .phone img {
        border-radius:22px;
    }
    .float {
        font-size:9px;
        padding:7px 9px;
        border-radius:11px;
    }
    .f1 {
        top:3%;
        right:0;
    }
    .f2 {
        bottom:4%;
        left:0;
    }
    .f3 {
        top:23%;
        left:0;
    }
    .section {
        padding:46px 0;
    }
    .head h2 {
        font-size:29px;
        line-height:1.12;
    }
    .head p {
        font-size:13px;
    }
    .cards {
        grid-template-columns:1fr;
        gap:11px;
    }
    .card {
        padding:18px;
        border-radius:18px;
    }
    .shots {
        gap:12px;
        padding-left:2px;
        padding-right:2px;
    }
    .shot {
        flex-basis:138px !important;
        width:138px !important;
        max-width:138px;
        border-radius:16px;
    }
    .shot img {
        border-radius:11px;
    }
    .shot figcaption {
        font-size:10px;
    }
    .steps {
        grid-template-columns:1fr 1fr;
        gap:22px 10px;
    }
    .num {
        width:42px;
        height:42px;
        border-radius:13px;
    }
    .step h3 {
        font-size:14px;
    }
    .step p {
        font-size:11px;
    }
    .cta {
        padding:25px 20px;
        border-radius:22px;
        display:block;
    }
    .cta h2 {
        font-size:27px;
        line-height:1.15;
    }
    .cta p {
        font-size:13px;
        margin-bottom:17px;
    }
    .cta .btn {
        width:100%;
    }
    .footgrid {
        grid-template-columns:1fr 1fr;
        gap:24px 18px;
    }
    .footer {
        padding:38px 0 20px;
    }
    .copy {
        flex-direction:column;
        gap:5px;
        font-size:10px;
    }
    .pageHero {
        padding:42px 0 25px;
    }
    .pageHero h1 {
        font-size:38px;
    }
    .pageHero p {
        font-size:13px;
    }
    .legal {
        padding:20px;
        border-radius:19px;
    }
}
/* Some Android browsers can report a large CSS viewport in Desktop-site mode.
   Touch-device rules keep the page usable even in that situation. */
@media (pointer: coarse) and (max-width: 1200px) {
    .heroGrid {
        grid-template-columns:1fr !important;
    }
    .links {
        display:none;
    }
    .menu {
        display:block;
    }
    .links.open {
        display:flex;
    }
    .shots {
        display:flex !important;
        flex-wrap:nowrap !important;
        overflow-x:auto !important;
    }
    .shot {
        flex:0 0 150px !important;
        width:150px !important;
        max-width:150px;
    }
}
/* V4: CTA download button must remain readable on the purple gradient. */
.cta .btn.primary {
    background:linear-gradient(135deg,#ffffff,#f5f3ff);
    color:#4c1d95;
    border-color:rgba(255,255,255,.9);
    box-shadow:0 10px 24px rgba(15,23,42,.16);
}
.cta .btn.primary:hover {
    background:#fff;
    color:#3b0764;
}
/* =========================================================
   V5 — Desktop restoration
   The mobile rules above are intentionally isolated from
   desktop widths. These rules restore the full desktop
   composition at 1101px and above.
   ========================================================= */
@media (min-width:1101px) {
    html, body {
        width:100%;
        min-width:0;
        overflow-x:hidden;
    }
    .container {
        width:min(1160px,92%);
        margin-left:auto;
        margin-right:auto;
    }
    /* Header */
    .navin {
        height:76px;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .brand {
        display:flex;
        align-items:center;
        gap:10px;
        font-size:19px;
    }
    .brand img {
        width:46px;
        height:46px;
    }
    .links {
        display:flex !important;
        position:static;
        flex-direction:row;
        align-items:center;
        gap:5px;
        padding:0;
        background:transparent;
        border:0;
        box-shadow:none;
    }
    .links a {
        width:auto;
        padding:9px 11px;
    }
    .links .btn {
        width:auto !important;
        margin-top:0;
    }
    .menu {
        display:none !important;
    }
    /* Hero */
    .hero {
        padding:70px 0 55px;
    }
    .heroGrid {
        display:grid !important;
        grid-template-columns:1.05fr .95fr !important;
        gap:45px;
        align-items:center;
    }
    .hero h1 {
        font-size:clamp(43px,6vw,72px);
        line-height:1.02;
        letter-spacing:-3px;
    }
    .hero p {
        font-size:18px;
        max-width:650px;
    }
    .actions {
        display:flex;
        flex-direction:row;
        gap:12px;
        flex-wrap:wrap;
        margin:26px 0;
    }
    .actions .btn {
        width:auto !important;
    }
    .phoneWrap {
        min-height:520px;
        width:auto;
        max-width:none;
        margin:0;
        display:grid;
        place-items:center;
    }
    .orb {
        width:470px;
        height:470px;
    }
    .phone {
        width:300px;
    }
    /* Content grids */
    .cards {
        display:grid;
        grid-template-columns:repeat(3,1fr) !important;
        gap:17px;
    }
    .split {
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
        gap:35px;
        align-items:center;
    }
    .steps {
        display:grid;
        grid-template-columns:repeat(4,1fr) !important;
        gap:16px;
    }
    /* Screenshot gallery: 4 clean columns on desktop */
    .shots {
        display:grid !important;
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
        flex-wrap:initial !important;
        overflow:visible !important;
        width:auto;
        max-width:none;
        gap:16px;
        padding:0;
        scroll-snap-type:none;
        scrollbar-width:auto;
        mask-image:none;
    }
    .shot {
        flex:initial !important;
        width:auto !important;
        max-width:none !important;
        margin:0;
        padding:8px;
        border-radius:22px;
        scroll-snap-align:none;
    }
    .shot img {
        width:100%;
        height:auto;
        aspect-ratio:722/1600;
        object-fit:cover;
        border-radius:17px;
    }
    .shot figcaption {
        font-size:13px;
        line-height:1.35;
        padding:10px 5px 6px;
    }
    /* CTA: horizontal desktop card + visible Google Play button */
    .cta {
        display:flex !important;
        align-items:center;
        justify-content:space-between;
        gap:25px;
        padding:42px;
        border-radius:30px;
    }
    .cta .btn,   .cta .btn.primary {
        display:inline-flex !important;
        width:auto !important;
        min-width:180px;
        min-height:52px;
        padding:13px 20px;
        background:linear-gradient(135deg,#ffffff,#f5f3ff) !important;
        color:#4c1d95 !important;
        border:1px solid rgba(255,255,255,.9);
        box-shadow:0 10px 24px rgba(15,23,42,.16);
        opacity:1 !important;
        visibility:visible !important;
        text-shadow:none !important;
    }
    .cta .btn:hover {
        background:#ffffff !important;
        color:#3b0764 !important;
    }
    /* Footer */
    .footgrid {
        display:grid;
        grid-template-columns:1.4fr 1fr 1fr 1fr !important;
        gap:28px;
    }
    .footer {
        padding:50px 0 22px;
    }
    .copy {
        display:flex;
        flex-direction:row;
        justify-content:space-between;
        gap:0;
    }
    /* Prevent accidental mobile-only screenshot scrollbar on desktop */
    .shots::-webkit-scrollbar {
        display:none;
    }
}