/* HOME PAGE - index.html extracted styles */
[data-theme="light"] body.public-website-home nav.stuck {
    background: rgba(244, 241, 234, 0.93) !important;
}

[data-theme="light"] body.public-website-home .orb1 {
    background: radial-gradient(circle,
            rgba(232, 83, 10, 0.1) 0%,
            transparent 70%);
}

[data-theme="light"] body.public-website-home .orb2 {
    background: radial-gradient(circle,
            rgba(196, 163, 90, 0.09) 0%,
            transparent 70%);
}

[data-theme="light"] body.public-website-home .hero-wm {
    color: rgba(232, 83, 10, 0.05);
}

[data-theme="light"] body.public-website-home .chip {
    background: var(--s1);
    border-color: rgba(26, 23, 19, 0.14);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] body.public-website-home .pdv-device {
    background: var(--s1);
    border-color: rgba(26, 23, 19, 0.18);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1),
        0 0 60px rgba(232, 83, 10, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

[data-theme="light"] body.public-website-home .pdv-device::before {
    background: linear-gradient(130deg,
            rgba(255, 255, 255, 0.4) 0%,
            transparent 50%);
}

[data-theme="light"] body.public-website-home .pdv-tile {
    background: rgba(26, 23, 19, 0.03);
    border-color: rgba(26, 23, 19, 0.1);
}

[data-theme="light"] body.public-website-home .fstic {
    background: var(--s1);
}

[data-theme="light"] body.public-website-home .pr {
    background: var(--s1);
}

[data-theme="light"] body.public-website-home .pc {
    background: var(--s1);
}

[data-theme="light"] body.public-website-home .pc.fp {
    background: var(--s2);
}

[data-theme="light"] body.public-website-home .tc {
    background: var(--bg);
}

[data-theme="light"] body.public-website-home .tc:hover {
    background: var(--s1);
}

[data-theme="light"] body.public-website-home::after {
    opacity: 0.12;
}

[data-theme="light"] body.public-website-home .corb {
    background: radial-gradient(ellipse,
            rgba(232, 83, 10, 0.09) 0%,
            transparent 65%);
}

[data-theme="light"] body.public-website-home .cring {
    border-color: rgba(26, 23, 19, 0.07);
}

[data-theme="light"] body.public-website-home .cring:nth-child(3) {
    border-color: rgba(232, 83, 10, 0.08);
}

[data-theme="light"] body.public-website-home .gr {
    border-color: rgba(26, 23, 19, 0.1);
}

[data-theme="light"] body.public-website-home .gr:nth-child(2) {
    border-color: rgba(232, 83, 10, 0.12);
}

[data-theme="light"] body.public-website-home .gr:nth-child(3) {
    border-color: rgba(196, 163, 90, 0.1);
}

[data-theme="light"] body.public-website-home .hero-grid {
    background-image: linear-gradient(rgba(26, 23, 19, 0.07) 1px,
            transparent 1px),
        linear-gradient(90deg, rgba(26, 23, 19, 0.07) 1px, transparent 1px);
}

[data-theme="light"] body.public-website-home .bp {
    background: var(--text);
}

[data-theme="light"] body.public-website-home .pcard {
    background: var(--s2);
}

[data-theme="light"] body.public-website-home .fc {
    background: var(--bg);
}

/* HERO */
body.public-website-home .hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

body.public-website-home .orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

body.public-website-home .orb1 {
    width: 60vw;
    height: 60vw;
    top: -15vh;
    right: -15vw;
    background: radial-gradient(circle,
            rgba(232, 83, 10, 0.07) 0%,
            transparent 70%);
}

body.public-website-home .orb2 {
    width: 45vw;
    height: 45vw;
    bottom: 0;
    left: -8vw;
    background: radial-gradient(circle,
            rgba(196, 163, 90, 0.05) 0%,
            transparent 70%);
}

body.public-website-home .hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(var(--border) 1px, transparent 1px),
        linear-gradient(90deg, var(--border) 1px, transparent 1px);
    background-size: 80px 80px;
    -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 40%,
            black 20%,
            transparent 80%);
    mask-image: radial-gradient(ellipse 70% 80% at 50% 40%,
            black 20%,
            transparent 80%);
    pointer-events: none;
}

body.public-website-home .hero-wm {
    position: absolute;
    bottom: -8vh;
    right: -4vw;
    font-family: var(--Fd);
    font-size: 28vw;
    font-weight: 300;
    color: rgba(232, 83, 10, 0.022);
    white-space: nowrap;
    line-height: 1;
    -webkit-user-select: none;
    user-select: none;
    letter-spacing: -0.04em;
    pointer-events: none;
}

body.public-website-home .hero-inner {
    position: relative;
    z-index: 5;
    padding: 0 3.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

body.public-website-home .hero-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 2.5rem;
    opacity: 0;
}

body.public-website-home .hero-h1 {
    font-family: var(--Fd);
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

body.public-website-home .hero-h1 [data-split-line] {
    display: block;
}

body.public-website-home .hero-h1 .word {
    display: inline-block;
    overflow: hidden;
    margin-right: 0.15em;
}

body.public-website-home .hero-h1 .char {
    display: inline-block;
    transform: translateY(110%);
    opacity: 0;
    will-change: transform, opacity;
}

body.public-website-home .hero-h1 .ita {
    font-style: italic;
    color: var(--muted);
}

body.public-website-home .hero-sub {
    margin-top: 2.8rem;
    max-width: 46ch;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.85;
    opacity: 0;
    transform: translateY(24px);
}

body.public-website-home .hero-acts {
    margin-top: 3rem;
    display: flex;
    gap: 1.2rem;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
}

body.public-website-home .bp {
    background: var(--text);
    color: var(--bg);
    padding: 0.9rem 2.6rem;
    border: none;
    font-family: var(--Fb);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: none;
    text-decoration: none;
    border-radius: 1px;
    display: inline-block;
    transition: opacity 0.2s;
}

body.public-website-home .bp:hover {
    opacity: 0.8;
}

body.public-website-home .bg {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: color 0.2s;
}

body.public-website-home .bg .ar {
    transition: transform 0.25s;
    display: inline-block;
}

body.public-website-home .bg:hover {
    color: var(--text);
}

body.public-website-home .bg:hover .ar {
    transform: translateX(6px);
}

/* POS MOCKUP */
body.public-website-home .hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

body.public-website-home .mwrap {
    position: relative;
    transform-style: preserve-3d;
}

/* PDV TOUCH SCREEN MOCK */
body.public-website-home .pdv-device {
    width: 520px;
    background: var(--s1);
    border: 1.5px solid rgba(238, 234, 222, 0.1);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.7),
        0 0 80px rgba(232, 83, 10, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
}

body.public-website-home .pdv-device::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg,
            rgba(255, 255, 255, 0.025) 0%,
            transparent 50%);
    pointer-events: none;
}

body.public-website-home .pdv-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid var(--border);
}

body.public-website-home .pdv-hleft {
    display: flex;
    align-items: center;
}

body.public-website-home .pdv-loc {
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--accent);
    letter-spacing: 0.04em;
}

body.public-website-home .pdv-sep {
    color: var(--dim);
    margin: 0 0.35rem;
    font-size: 0.68rem;
}

body.public-website-home .pdv-cashier {
    font-size: 0.68rem;
    color: var(--muted);
}

body.public-website-home .pdv-hright {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

body.public-website-home .pdv-clock {
    font-size: 0.68rem;
    color: var(--muted);
    font-variant-numeric: tabular-nums;
}

body.public-website-home .pdv-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--accent);
    font-size: 0.55rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}

body.public-website-home .pdv-cats {
    display: flex;
    gap: 0.3rem;
    padding: 0.5rem 0.8rem;
    border-bottom: 1px solid var(--border);
    overflow-x: auto;
    scrollbar-width: none;
}

body.public-website-home .pdv-cats::-webkit-scrollbar {
    display: none;
}

body.public-website-home .pdv-cat {
    padding: 0.26rem 0.65rem;
    border-radius: 100px;
    border: 1px solid var(--border);
    background: transparent;
    font-size: 0.6rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--muted);
    cursor: default;
    flex-shrink: 0;
    white-space: nowrap;
}

body.public-website-home .pdv-cat.active {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

body.public-website-home .pdv-split {
    display: grid;
    grid-template-columns: 1fr 175px;
    height: 275px;
}

body.public-website-home .pdv-grid {
    padding: 0.5rem 0.4rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.32rem;
    align-content: start;
    border-right: 1px solid var(--border);
    overflow-y: auto;
    scrollbar-width: none;
}

body.public-website-home .pdv-grid::-webkit-scrollbar {
    display: none;
}

body.public-website-home .pdv-tile {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 0.42rem 0.2rem;
    text-align: center;
    cursor: default;
}

body.public-website-home .pdv-tile.sel {
    border-color: rgba(232, 83, 10, 0.5);
    background: rgba(232, 83, 10, 0.08);
}

body.public-website-home .pdv-tile-ico {
    font-size: 1.1rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

body.public-website-home .pdv-tile-name {
    font-size: 0.52rem;
    color: var(--muted);
    margin-bottom: 0.14rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.public-website-home .pdv-tile-price {
    font-size: 0.63rem;
    color: var(--text);
    font-weight: 600;
}

body.public-website-home .pdv-cart {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.6rem;
    overflow: hidden;
}

body.public-website-home .pdv-cart-lbl {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.45rem;
}

body.public-website-home .pdv-rows {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

body.public-website-home .pdv-qact {
    display: flex;
    gap: 0.22rem;
    padding: 0.28rem 0 0.12rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 0.18rem;
}

body.public-website-home .pdv-qbtn {
    flex: 1;
    padding: 0.22rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    border-radius: 5px;
    font-size: 0.49rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    cursor: default;
    text-align: center;
}

body.public-website-home .pdv-qbtn.danger {
    border-color: rgba(232, 83, 10, 0.3);
    color: rgba(232, 83, 10, 0.7);
}

body.public-website-home .pdv-row {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    gap: 0.18rem;
    font-size: 0.59rem;
    padding: 0.22rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    align-items: center;
}

body.public-website-home .pdv-qty {
    color: var(--accent);
    font-weight: 600;
    font-size: 0.57rem;
}

body.public-website-home .pdv-name {
    color: var(--muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.public-website-home .pdv-name.new {
    color: var(--text);
}

body.public-website-home .pdv-amt {
    color: var(--text);
    text-align: right;
    font-weight: 500;
}

body.public-website-home .pdv-sub {
    display: flex;
    justify-content: space-between;
    font-size: 0.57rem;
    color: var(--muted);
    padding: 0.38rem 0 0.18rem;
    border-top: 1px solid var(--border);
    margin-top: 0.28rem;
}

body.public-website-home .pdv-tot {
    display: flex;
    justify-content: space-between;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text);
    padding-bottom: 0.45rem;
}

body.public-website-home .pdv-tot span:last-child {
    color: var(--accent);
}

body.public-website-home .pdv-pay-btn {
    width: 100%;
    padding: 0.52rem;
    background: var(--accent);
    border: none;
    border-radius: 7px;
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    cursor: default;
    box-shadow: 0 4px 16px rgba(232, 83, 10, 0.35);
}

body.public-website-home .pdv-footer {
    display: flex;
    border-top: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.02);
}

body.public-website-home .pdv-ptype {
    flex: 1;
    padding: 0.55rem 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.22rem;
    border-right: 1px solid var(--border);
    font-size: 0.53rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--muted);
    cursor: default;
}

body.public-website-home .pdv-ptype:last-child {
    border-right: none;
}

body.public-website-home .pdv-ptype.active {
    color: var(--accent);
    background: rgba(232, 83, 10, 0.06);
}

body.public-website-home .pdv-ptype-ico {
    font-size: 0.95rem;
}

/* CHIPS */
body.public-website-home .chip {
    position: absolute;
    background: var(--s1);
    border: 1px solid rgba(238, 234, 222, 0.1);
    border-radius: 100px;
    padding: 0.42rem 1rem;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--muted);
    z-index: 10;
}

body.public-website-home .cdot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
    box-shadow: 0 0 8px var(--accent);
}

body.public-website-home .ch1 {
    top: -1.2rem;
    left: 1.5rem;
    animation: floA 4s ease-in-out infinite;
}

body.public-website-home .ch2 {
    top: -1.2rem;
    right: 1.5rem;
    animation: floB 5s ease-in-out 1s infinite;
}

body.public-website-home .ch3 {
    bottom: -1.2rem;
    left: 50%;
    margin-left: -54px;
    animation: floA 4.5s ease-in-out 0.5s infinite;
}

/* FLOATING CHART CARD */
body.public-website-home .pdv-fchart {
    position: absolute;
    bottom: 2.8rem;
    left: -2.6rem;
    background: var(--s1);
    border: 1px solid rgba(238, 234, 222, 0.1);
    border-radius: 12px;
    padding: 0.6rem 0.75rem 0.55rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(232, 83, 10, 0.06);
    z-index: 10;
    animation: floB 6s ease-in-out 2s infinite;
    min-width: 148px;
}

body.public-website-home .pdv-fchart-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.38rem;
}

body.public-website-home .pdv-fchart-lbl {
    font-size: 0.56rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
}

body.public-website-home .pdv-fchart-val {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1;
    margin-bottom: 0.04rem;
}

body.public-website-home .pdv-fchart-delta {
    font-size: 0.54rem;
    color: #4ade80;
    font-weight: 600;
}

body.public-website-home .pdv-fchart-badge {
    font-size: 0.5rem;
    background: rgba(74, 222, 128, 0.12);
    color: #4ade80;
    border-radius: 100px;
    padding: 0.15rem 0.42rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

body.public-website-home .pdv-fchart-svg {
    display: block;
    width: 100%;
    overflow: visible;
}

@keyframes floA {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes floB {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

/* hero bottom */
body.public-website-home .hscroll {
    position: absolute;
    bottom: 2.5rem;
    left: max(3.5rem, calc(50vw - 700px + 3.5rem));
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--dim);
    opacity: 0;
}

body.public-website-home .strack {
    width: 50px;
    height: 1px;
    background: var(--dim);
    position: relative;
    overflow: hidden;
}

body.public-website-home .strack::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--accent);
    transform: translateX(-100%);
    animation: scan 2.5s 2s ease-in-out infinite;
}

@keyframes scan {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

/* MARQUEE */
body.public-website-home .mq {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 1.4rem 0;
    overflow: hidden;
}

body.public-website-home .mqt {
    display: flex;
    width: max-content;
    animation: mrq 28s linear infinite;
}

body.public-website-home .mqi {
    font-family: var(--Fd);
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    padding: 0 2.5rem;
    white-space: nowrap;
    transition: color 0.3s;
}

[data-theme="light"] body.public-website-home .mqi {
    color: #000;
}

body.public-website-home .mqs {
    color: var(--accent);
    font-size: 0.5rem;
    display: flex;
    align-items: center;
}

body.public-website-home .mq:hover .mqt {
    animation-play-state: paused;
}

@keyframes mrq {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ABOUT */
body.public-website-home .about {
    padding: 10rem 3.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

body.public-website-home .stag {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

body.public-website-home .stag::before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--accent);
}

body.public-website-home .agl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: start;
}

body.public-website-home .ahl {
    font-family: var(--Fd);
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

body.public-website-home .ahl em {
    font-style: italic;
    color: var(--muted);
}

body.public-website-home .ab {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.9;
    margin-bottom: 2.5rem;
}

body.public-website-home .apts {
    display: flex;
    flex-direction: column;
}

body.public-website-home .apt {
    border-top: 1px solid var(--border);
    padding: 1.8rem 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
}

body.public-website-home .aptn {
    font-family: var(--Fd);
    font-size: 0.82rem;
    color: var(--accent);
    padding-top: 0.15rem;
}

body.public-website-home .apt h3 {
    font-family: var(--Fd);
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.45rem;
}

body.public-website-home .apt p {
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.75;
}

/* STATS */
body.public-website-home .stats {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 5rem 0;
}

body.public-website-home .sti {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

body.public-website-home .stb {
    text-align: center;
    padding: 1.5rem;
    border-right: 1px solid var(--border);
}

body.public-website-home .stb:last-child {
    border-right: none;
}

body.public-website-home .stn {
    font-family: var(--Fd);
    font-size: clamp(3.5rem, 6vw, 6rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.04em;
}

body.public-website-home .stn .ac {
    color: var(--accent);
}

body.public-website-home .stl {
    margin-top: 0.7rem;
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
}

/* FEATURES HORIZONTAL */
body.public-website-home .fo {
    overflow: hidden;
}

body.public-website-home .fpin {
    position: relative;
}

body.public-website-home .fstic {
    background: var(--s1);
    padding: 0;
}

body.public-website-home .fhr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5rem 3.5rem 3rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 3rem;
    max-width: 1400px;
    margin: 0 auto 3rem;
}

body.public-website-home .fh {
    font-family: var(--Fd);
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

body.public-website-home .fh em {
    font-style: italic;
    color: var(--muted);
}

body.public-website-home .fsub {
    max-width: 38ch;
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.8;
}

body.public-website-home .ftwrap {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 0 3.5rem;
}

body.public-website-home .ftrack {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 5rem;
    will-change: transform;
}

body.public-website-home .fc {
    flex: 0 0 360px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 2px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: border-color 0.3s;
}

body.public-website-home .fc:hover {
    border-color: rgba(232, 83, 10, 0.22);
}

body.public-website-home .fc::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 50% at 0% 100%,
            rgba(232, 83, 10, 0.04) 0%,
            transparent 70%);
    opacity: 0;
    transition: opacity 0.5s;
}

body.public-website-home .fc:hover::after {
    opacity: 1;
}

body.public-website-home .fcn {
    font-family: var(--Fd);
    font-size: 5rem;
    font-weight: 300;
    color: var(--dim);
    position: absolute;
    top: 2rem;
    right: 2rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

body.public-website-home .ficon {
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 2.65rem;
    color: rgba(196, 163, 90, 0.86);
}

body.public-website-home .ficon svg {
    width: 28px;
    height: 28px;
    display: block;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.public-website-home .fc h3 {
    font-family: var(--Fd);
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

body.public-website-home .fc p {
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.8;
}

/* WORLD SECTION */
body.public-website-home .ws {
    padding: 10rem 3.5rem;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

body.public-website-home .wv {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.public-website-home .gw {
    position: relative;
    width: 380px;
    height: 380px;
}

body.public-website-home .gr {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid var(--border);
}

body.public-website-home .gr:nth-child(2) {
    inset: 24px;
    border-style: dashed;
    border-color: rgba(232, 83, 10, 0.1);
}

body.public-website-home .gr:nth-child(3) {
    inset: 60px;
    border-color: rgba(196, 163, 90, 0.08);
}

body.public-website-home .gc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

body.public-website-home .gnum {
    font-family: var(--Fd);
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1;
}

body.public-website-home .gnum .ac {
    color: var(--accent);
}

/* Numeric legibility tuning */
body.public-website-home .mega-stat-num,
body.public-website-home .stn,
body.public-website-home .gnum,
body.public-website-home .aptn,
body.public-website-home .fcn {
    font-family: var(--Fd), "Playfair Display", serif;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: "lnum" 1, "pnum" 1, "case" 1;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.public-website-home .mega-stat-num,
body.public-website-home .stn,
body.public-website-home .gnum,
body.public-website-home .fcn {
    font-weight: 300;
    letter-spacing: -0.03em;
}

body.public-website-home .aptn {
    font-weight: 400;
}

body.public-website-home .pdv-tile-price,
body.public-website-home .pdv-qty,
body.public-website-home .pdv-amt,
body.public-website-home .pdv-sub span:last-child,
body.public-website-home .pdv-tot span:last-child,
body.public-website-home .pdv-fchart-val,
body.public-website-home .pdv-clock {
    font-family: var(--Fb);
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    font-kerning: normal;
}

body.public-website-home .glbl {
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
}

body.public-website-home .gd {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

body.public-website-home .gd::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--accent);
}

body.public-website-home .wr h2 {
    font-family: var(--Fd);
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
}

body.public-website-home .wr h2 em {
    font-style: italic;
    color: var(--muted);
}

body.public-website-home .wr p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.85;
    margin-bottom: 1.5rem;
}

body.public-website-home .cf {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

body.public-website-home .ct {
    border: 1px solid var(--border);
    padding: 0.28rem 0.85rem;
    border-radius: 100px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    color: var(--muted);
    transition: border-color 0.2s, color 0.2s;
}

body.public-website-home .ct:hover {
    border-color: var(--accent);
    color: var(--text);
}

/* PRICING */
body.public-website-home .pr {
    padding: 10rem 0;
    background: var(--s1);
}

body.public-website-home .pri {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3.5rem;
}

body.public-website-home .prh {
    text-align: center;
    margin-bottom: 5rem;
}

body.public-website-home .prh h2 {
    font-family: var(--Fd);
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 1rem;
}

body.public-website-home .prh p {
    color: var(--muted);
    font-size: 0.88rem;
}

body.public-website-home .billing-toggle {
    margin: 2rem auto 0;
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.35rem;
    border: 1px solid var(--border);
    background: var(--s2);
}

body.public-website-home .billing-opt {
    border: none;
    background: transparent;
    color: var(--muted);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.55rem 0.95rem;
    cursor: none;
    transition: color 0.2s, background 0.2s;
}

body.public-website-home .billing-opt.active {
    color: var(--text);
    background: rgba(232, 83, 10, 0.12);
}

body.public-website-home .billing-badge {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    border: 1px solid rgba(232, 83, 10, 0.3);
    padding: 0.2rem 0.55rem;
}

body.public-website-home .prg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
}

body.public-website-home .pc {
    background: var(--s1);
    padding: 3.5rem;
    position: relative;
    transform-style: preserve-3d;
    transition: background 0.3s;
}

body.public-website-home .pc.fp {
    background: var(--s2);
}

body.public-website-home .pbadge {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    border: 1px solid rgba(232, 83, 10, 0.28);
    padding: 0.28rem 0.7rem;
}

body.public-website-home .ppln {
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 1.5rem;
}

body.public-website-home .pprc {
    font-family: var(--Fd);
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 0.4rem;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: "lnum" 1, "pnum" 1, "case" 1;
    text-rendering: optimizeLegibility;
}

body.public-website-home .pprc sup {
    font-size: 2rem;
    vertical-align: 0.5em;
}

body.public-website-home .pper {
    font-size: 0.75rem;
    color: var(--muted);
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}

body.public-website-home .plist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

body.public-website-home .plist li {
    font-size: 0.82rem;
    color: var(--muted);
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    min-width: 0;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

body.public-website-home .plist li::before {
    content: "";
    width: 20px;
    height: 1px;
    background: var(--accent);
    flex-shrink: 0;
    margin-top: 0.65rem;
}

body.public-website-home .plist li.plist-more::before {
    width: 12px;
}

body.public-website-home .plist-more-link {
    color: var(--accent);
    text-decoration: none;
    letter-spacing: 0.16em;
}

body.public-website-home .plist-more-link:hover,
body.public-website-home .plist-more-link:focus-visible {
    color: var(--text);
}

body.public-website-home .pbtn {
    display: block;
    text-align: center;
    padding: 0.9rem;
    border: 1px solid var(--border);
    color: var(--text);
    text-decoration: none;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 1px;
    transition: border-color 0.25s, color 0.25s;
    cursor: none;
}

body.public-website-home .pbtn:hover,
body.public-website-home .pc.fp .pbtn {
    border-color: var(--accent);
    color: var(--accent);
}

/* TESTIMONIALS */
body.public-website-home .ts {
    padding: 10rem 3.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

body.public-website-home .tsh {
    margin-bottom: 4rem;
}

body.public-website-home .tsh h2 {
    font-family: var(--Fd);
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

body.public-website-home .tsh h2 em {
    font-style: italic;
    color: var(--muted);
}

body.public-website-home .tsg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
}

body.public-website-home .tc {
    background: var(--bg);
    padding: 3rem;
    transition: background 0.3s;
}

body.public-website-home .tc:hover {
    background: var(--s1);
}

body.public-website-home .sts {
    display: flex;
    gap: 3px;
    margin-bottom: 1.8rem;
}

body.public-website-home .str {
    width: 10px;
    height: 10px;
    background: var(--warm);
    clip-path: polygon(50% 0%,
            61% 35%,
            98% 35%,
            68% 57%,
            79% 91%,
            50% 70%,
            21% 91%,
            32% 57%,
            2% 35%,
            39% 35%);
}

body.public-website-home .tq {
    font-family: var(--Fd);
    font-size: 1.08rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.65;
    color: var(--text);
    margin-bottom: 2rem;
}

body.public-website-home .tn {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
}

/* CTA */
body.public-website-home .cta {
    padding: 12rem 3.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

body.public-website-home .corb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse,
            rgba(232, 83, 10, 0.055) 0%,
            transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

body.public-website-home .cring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid var(--border);
    pointer-events: none;
}

body.public-website-home .cring:nth-child(2) {
    width: 560px;
    height: 560px;
}

body.public-website-home .cring:nth-child(3) {
    width: 400px;
    height: 400px;
    border-color: rgba(232, 83, 10, 0.06);
}

body.public-website-home .ctag {
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 2rem;
    position: relative;
}

body.public-website-home .ch {
    font-family: var(--Fd);
    font-size: clamp(3.5rem, 8vw, 8rem);
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 0.95;
    margin-bottom: 2rem;
    position: relative;
}

body.public-website-home .ch em {
    font-style: italic;
    color: var(--muted);
}

body.public-website-home .cs {
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 3.5rem;
    position: relative;
}

body.public-website-home .cac {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* REVEAL INIT */
body.public-website-home .rv {
    opacity: 0;
    transform: translateY(32px);
}

body.public-website-home .rvl {
    opacity: 0;
    transform: translateX(-40px);
}

body.public-website-home .rvr {
    opacity: 0;
    transform: translateX(40px);
}

@media (max-width: 900px) {
    body.public-website-home nav {
        padding: 1.4rem 1.5rem;
    }

    body.public-website-home .nlinks {
        display: none;
    }

    body.public-website-home .hero {
        height: auto;
        min-height: 100svh;
        flex-direction: column;
        align-items: flex-start;
        padding: calc(var(--nav-h) + 1rem) 0 1rem;
    }

    body.public-website-home .hero-inner {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0 1.5rem;
        align-items: stretch;
        width: 100%;
        flex: 1 1 auto;
    }

    body.public-website-home .hero-left {
        display: contents;
    }

    body.public-website-home .hero-eyebrow {
        order: 1;
        margin-bottom: 1.25rem;
        opacity: 1;
        transform: none;
    }

    body.public-website-home .hero-h1 {
        order: 2;
    }

    body.public-website-home .hero-h1 .char {
        opacity: 1;
        transform: translateY(0);
    }

    body.public-website-home .hero-sub {
        order: 3;
        margin-top: -0.95rem;
        max-width: none;
        width: 100%;
        opacity: 1;
        transform: none;
    }

    body.public-website-home .hero-right {
        display: flex !important;
        order: 4;
        width: 100%;
        max-width: 378px;
        margin: -0.95rem auto 1.25rem;
        height: auto;
        min-height: 0;
        justify-content: center;
        align-items: center;
        opacity: 1;
        transform: translateY(-4rem);
    }

    body.public-website-home .mwrap {
        width: 100%;
        padding-bottom: 0.95rem;
    }

    body.public-website-home .pdv-device {
        width: 100%;
    }

    body.public-website-home .pdv-split {
        grid-template-columns: 1fr 148px;
        height: 220px;
    }

    body.public-website-home .pdv-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    body.public-website-home .chip {
        padding: 0.34rem 0.78rem;
        font-size: 0.58rem;
    }

    body.public-website-home .ch1,
    body.public-website-home .ch2 {
        top: -0.85rem;
    }

    body.public-website-home .ch1 {
        left: 0.75rem;
    }

    body.public-website-home .ch2 {
        right: 0.75rem;
    }

    body.public-website-home .ch3 {
        display: none;
    }

    body.public-website-home .pdv-fchart {
        left: -0.8rem;
        bottom: 0.85rem;
        min-width: 118px;
    }

    body.public-website-home .hero-acts {
        order: 5;
        margin-top: 0.75rem;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 0.7rem;
        width: 100%;
        max-width: 360px;
        opacity: 1;
        transform: none;
    }

    body.public-website-home .hscroll {
        position: static;
        left: auto;
        bottom: auto;
        margin: auto 1.5rem 0;
        padding-top: 0.9rem;
        opacity: 1;
    }

    body.public-website-home .hero-acts .bp,
    body.public-website-home .hero-acts .bg {
        width: 100%;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
    }

    body.public-website-home .hero-acts .bp {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        background: var(--accent);
        color: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 24px rgba(232, 83, 10, 0.24);
    }

    body.public-website-home .hero-acts .bg {
        min-height: 20px;
    }

    body.public-website-home .about,
    body.public-website-home .ts,
    body.public-website-home .ws {
        padding: 5rem 1.5rem;
    }

    body.public-website-home .ts {
        display: block;
    }

    body.public-website-home .agl {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    body.public-website-home .stats {
        padding: 3rem 0;
    }

    body.public-website-home .sti {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 1.5rem;
    }

    body.public-website-home .stb {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    body.public-website-home .fo {
        overflow: visible;
        padding: 0;
    }

    body.public-website-home .fstic {
        padding: 0;
    }

    body.public-website-home .fhr {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        padding: 4rem 1.5rem 2rem;
    }

    body.public-website-home .ftwrap {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding: 0 0 2rem 1.5rem;
    }

    body.public-website-home .ftwrap::-webkit-scrollbar {
        display: none;
    }

    body.public-website-home .ftrack {
        padding-right: 1.5rem;
    }

    body.public-website-home .ftrack .fc {
        flex: 0 0 82vw;
        scroll-snap-align: start;
    }

    body.public-website-home .pr {
        padding: 5rem 0;
    }

    body.public-website-home .pri {
        padding: 0 1.5rem;
    }

    body.public-website-home .prg {
        grid-template-columns: 1fr;
    }

    body.public-website-home .tsg {
        grid-template-columns: 1fr;
    }

    body.public-website-home .ws {
        grid-template-columns: 1fr;
    }

    body.public-website-home .cta {
        padding: 7rem 1.5rem;
    }
}

@keyframes homePulse {

    0%,
    100% {
        opacity: .35;
        box-shadow: 0 0 0 0 rgba(232, 83, 10, 0);
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 0 5px rgba(232, 83, 10, .15);
    }
}

body.public-website-home .home-mega-footer-actions {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

body.public-website-home .home-mm-all-types {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 1rem;
    margin: .8rem 0;
    background: rgba(232, 83, 10, .06);
    border: 1px solid rgba(232, 83, 10, .2);
    border-radius: 4px;
    text-decoration: none;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
}

body.public-website-home .home-stag-center {
    justify-content: center;
}
