:root {
    color-scheme: light;
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    color: #1f2933;
    background: #fff;
    --ink: #111827;
    --muted: #64748b;
    --line: #e2e8f0;
    --yellow: #ffd400;
    --blue: #3478f6;
    --violet: #7857f6;
    --green: #14b884;
    --navy: #101828;
}
* {
    box-sizing: border-box;
}
img,
svg,
video {
    max-width: 100%;
}
body {
    margin: 0;
    line-height: 1.7;
}
a {
    color: #9a4f0c;
}
.content {
    width: min(960px, calc(100% - 36px));
    margin: 0 auto;
}
.site-header {
    position: relative;
    z-index: 20;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 max(18px, calc((100% - 960px) / 2));
    border-bottom: 1px solid rgba(226, 232, 240, 0.86);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1f2933;
    font-size: 20px;
    font-weight: 850;
    text-decoration: none;
}
.brand::before {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: linear-gradient(145deg, #ffe66a, #ffc400);
    color: #6b4b00;
    content: "停";
    font-size: 15px;
    font-weight: 950;
    box-shadow: 0 8px 22px rgba(245, 158, 11, 0.22);
}
nav {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
nav a {
    color: #475569;
    font-size: 14px;
    text-decoration: none;
}
nav a[aria-current="page"] {
    color: #9a4f0c;
    font-weight: 750;
}
.intro {
    min-height: 460px;
    display: flex;
    align-items: center;
    background: #fff5d8;
    border-bottom: 1px solid #f3d69b;
}
.intro .content {
    padding: 64px 0;
}
.eyebrow {
    color: #9a4f0c;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 8px;
}
h1 {
    font-size: clamp(38px, 7vw, 72px);
    line-height: 1.08;
    margin: 0 0 18px;
    letter-spacing: 0;
}
h2 {
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: 0;
}
h3 {
    font-size: 18px;
    letter-spacing: 0;
}
.lead {
    max-width: 700px;
    color: #475569;
    font-size: 19px;
}
.actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.button {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 9px 16px;
    border-radius: 6px;
    background: #a9550c;
    color: #fff;
    font-weight: 750;
    text-decoration: none;
}
.text-link {
    font-weight: 700;
}
.button-primary {
    border: 1px solid transparent;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--blue), var(--violet));
    box-shadow: 0 16px 34px rgba(52, 120, 246, 0.24);
}
.button-ghost {
    border: 1px solid rgba(148, 163, 184, 0.36);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
}
.home-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(
            circle at 14% 18%,
            rgba(120, 87, 246, 0.42),
            transparent 31%
        ),
        radial-gradient(
            circle at 84% 72%,
            rgba(20, 184, 132, 0.28),
            transparent 28%
        ),
        linear-gradient(135deg, #11152e, #142b48 58%, #183f4c);
}
.home-hero .content {
    width: min(1120px, calc(100% - 36px));
}
.home-hero::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 46px 46px;
    content: "";
    mask-image: linear-gradient(90deg, #000, transparent 80%);
}
.home-hero-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
    align-items: center;
    gap: clamp(48px, 7vw, 88px);
    min-height: 660px;
    padding: 82px 0 90px;
}
.home-hero-copy {
    position: relative;
    z-index: 2;
}
.home-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 22px;
    padding: 8px 13px;
    border: 1px solid rgba(117, 234, 208, 0.3);
    border-radius: 999px;
    background: rgba(20, 184, 132, 0.12);
    color: #b9f6e4;
    font-size: 13px;
    font-weight: 850;
}
.home-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 5px rgba(52, 211, 153, 0.12);
}
.home-hero h1 {
    max-width: 620px;
    color: #fff;
    font-size: clamp(46px, 5.4vw, 68px);
    letter-spacing: -0.045em;
}
.home-hero .lead {
    color: #ced8e8;
    font-size: 19px;
    line-height: 1.8;
}
.home-hero .actions {
    gap: 12px;
}
.home-hero .button {
    min-height: 50px;
    padding: 11px 19px;
}
.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 30px;
    color: #aab8cc;
    font-size: 13px;
    font-weight: 700;
}
.trust-row span::before {
    margin-right: 7px;
    color: #75ead0;
    content: "✓";
}
.hero-product {
    position: relative;
    min-height: 470px;
}
.hero-window {
    position: absolute;
    inset: 30px 0 0 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    background: rgba(248, 250, 252, 0.96);
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.34);
    transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}
.hero-window-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    padding: 0 17px;
    border-bottom: 1px solid #dde4ee;
    background: #f1f5f9;
    color: #64748b;
    font-size: 11px;
    font-weight: 750;
}
.hero-window-bar i,
.global-screen-top > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cbd5e1;
}
.hero-window-bar span {
    margin-left: 5px;
}
.hero-window-body {
    padding: 24px;
}
.hero-status {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    background: #fff;
    color: var(--ink);
}
.hero-status .pulse {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 7px rgba(20, 184, 132, 0.13);
}
.hero-status small,
.hero-status strong {
    display: block;
}
.hero-status small {
    color: #64748b;
    font-size: 11px;
}
.hero-status strong {
    font-size: 15px;
}
.hero-status b {
    padding: 6px 9px;
    border-radius: 999px;
    background: #e7f7ef;
    color: #0f7a53;
    font-size: 11px;
}
.hero-media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 16px;
}
.hero-media {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 132px;
    overflow: hidden;
    padding: 13px;
    border: 1px solid #dce4ef;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(52, 120, 246, 0.12), transparent),
        #edf2fa;
}
.hero-media::before {
    position: absolute;
    inset: 16px 16px auto;
    height: 50px;
    border-radius: 10px;
    background:
        linear-gradient(#dce5f2 0 0) 0 0 / 76% 10px no-repeat,
        linear-gradient(#e5ebf4 0 0) 0 22px / 58% 10px no-repeat;
    content: "";
}
.hero-media span {
    position: relative;
    z-index: 1;
    padding: 6px 9px;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: 10px;
    font-weight: 850;
}
.hero-media.covered {
    background:
        linear-gradient(135deg, rgba(120, 87, 246, 0.18), transparent),
        #172033;
}
.hero-media.covered::before {
    filter: blur(7px);
    opacity: 0.2;
}
.hero-media.covered span {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.hero-media.scanning {
    background:
        linear-gradient(110deg, transparent 32%, rgba(255, 255, 255, 0.82), transparent 68%),
        #eaf3ff;
    background-size: 220% 100%;
    animation: homeScan 2.8s ease-in-out infinite;
}
@keyframes homeScan {
    0%,
    100% {
        background-position: 120% 0;
    }
    50% {
        background-position: -60% 0;
    }
}
.hero-float-card {
    position: absolute;
    right: -22px;
    bottom: -6px;
    display: grid;
    gap: 2px;
    width: 210px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.82);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}
.hero-float-card small {
    color: #94a3b8;
    font-size: 10px;
}
.hero-float-card strong {
    color: #fcd34d;
    font-size: 13px;
}
.home-section {
    padding: 96px 0;
}
.section-heading {
    max-width: 720px;
    margin-bottom: 42px;
}
.section-heading.compact {
    margin-bottom: 34px;
}
.section-heading h2,
.global-preview h2,
.home-cta h2 {
    color: var(--ink);
    font-size: clamp(34px, 4vw, 52px);
    letter-spacing: -0.035em;
}
.section-heading > p:last-child {
    color: var(--muted);
    font-size: 17px;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.feature-card {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}
.feature-card-primary {
    background:
        radial-gradient(circle at 88% 12%, rgba(52, 120, 246, 0.16), transparent 28%),
        #f8fbff;
}
.feature-card-dark {
    border-color: #1f3b47;
    color: #f8fafc;
    background:
        radial-gradient(circle at 90% 10%, rgba(20, 184, 132, 0.24), transparent 30%),
        linear-gradient(135deg, #101828, #163844);
}
.feature-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--green), var(--blue));
    color: #fff;
    font-weight: 950;
}
.feature-icon.blue {
    background: linear-gradient(135deg, #3478f6, #7857f6);
}
.feature-icon.amber {
    background: linear-gradient(135deg, #f59e0b, #facc15);
    color: #603b00;
}
.feature-icon.mint {
    background: linear-gradient(135deg, #34d399, #2dd4bf);
    color: #073d35;
}
.feature-tag {
    margin: 20px 0 8px;
    color: #0f7a53;
    font-size: 12px;
    font-weight: 900;
}
.feature-card-dark .feature-tag {
    color: #75ead0;
}
.feature-card h3 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 26px;
}
.feature-card-dark h3 {
    color: #fff;
}
.feature-card > p:not(.feature-tag):not(.feature-note) {
    max-width: 560px;
    color: var(--muted);
}
.feature-card-dark > p:not(.feature-tag):not(.feature-note) {
    color: #cbd5e1;
}
.feature-note {
    position: absolute;
    right: 30px;
    bottom: 24px;
    left: 30px;
    margin: 0;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
}
.feature-card-dark .feature-note {
    color: #a7f3d0;
}
.mini-meter {
    display: grid;
    gap: 8px;
    width: 160px;
    margin-top: 24px;
}
.mini-meter span {
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue) var(--value), #dbe5f2 var(--value));
}
.plans-section {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #f8fafc;
}
.plan-comparison {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
}
.plan-card {
    position: relative;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
}
.plan-card-featured {
    border-color: rgba(52, 120, 246, 0.42);
    background:
        radial-gradient(circle at 90% 0, rgba(120, 87, 246, 0.12), transparent 34%),
        #fff;
    box-shadow: 0 22px 50px rgba(52, 120, 246, 0.12);
}
.plan-name {
    margin: 0 0 8px;
    color: #475569;
    font-weight: 850;
}
.plan-kicker {
    display: inline-flex;
    margin: 0 0 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #fff3c4;
    color: #915600;
    font-size: 11px;
    font-weight: 900;
}
.plan-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: 34px;
}
.plan-card h3 small {
    color: #64748b;
    font-size: 13px;
}
.plan-card ul {
    display: grid;
    gap: 11px;
    margin: 24px 0 0;
    padding: 0;
    color: #475569;
    font-size: 14px;
    list-style: none;
}
.plan-card li::before {
    margin-right: 8px;
    color: var(--green);
    content: "✓";
    font-weight: 900;
}
.plan-disclaimer {
    margin: 22px 0 0;
    color: #64748b;
    font-size: 12px;
}
.global-preview {
    overflow: hidden;
    padding: 100px 0;
    color: #dbe8f5;
    background:
        radial-gradient(circle at 83% 20%, rgba(20, 184, 132, 0.2), transparent 27%),
        linear-gradient(135deg, #101828, #153844);
}
.global-preview-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    align-items: center;
    gap: 70px;
}
.global-preview h2 {
    color: #fff;
}
.global-preview .eyebrow {
    color: #75ead0;
}
.global-preview-layout > div:first-child > p:not(.eyebrow):not(.global-disclaimer) {
    color: #cbd5e1;
    font-size: 17px;
}
.global-access {
    display: grid;
    gap: 5px;
    margin-top: 28px;
    padding: 18px 20px;
    border-left: 4px solid #fbbf24;
    background: rgba(255, 255, 255, 0.06);
}
.global-access strong {
    color: #fcd34d;
}
.global-access span {
    color: #e2e8f0;
    font-size: 13px;
}
.global-disclaimer {
    color: #94a3b8;
    font-size: 11px;
}
.global-visual {
    position: relative;
    min-height: 400px;
}
.global-screen {
    position: absolute;
    inset: 10px 0 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    background: rgba(248, 250, 252, 0.96);
    box-shadow: 0 38px 80px rgba(0, 0, 0, 0.35);
}
.global-screen-top {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 17px;
    border-bottom: 1px solid #dbe3ed;
    background: #eef2f7;
}
.global-screen-top b {
    margin-left: auto;
    color: #0f7a53;
    font-size: 11px;
}
.global-apps {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 14px;
    padding: 18px;
}
.global-app {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 124px;
    padding: 16px;
    border: 1px solid #dce4ef;
    border-radius: 15px;
    background:
        linear-gradient(#e1e8f2 0 0) 16px 48px / 72% 10px no-repeat,
        linear-gradient(#e8edf5 0 0) 16px 70px / 48% 9px no-repeat,
        #fff;
    color: #475569;
}
.global-app:nth-child(3) {
    grid-column: 1 / -1;
}
.global-app small {
    font-weight: 850;
}
.global-app span {
    align-self: flex-start;
    padding: 5px 8px;
    border-radius: 999px;
    background: #e7f7ef;
    color: #0f7a53;
    font-size: 10px;
    font-weight: 900;
}
.global-app.covered {
    background:
        linear-gradient(135deg, rgba(120, 87, 246, 0.2), transparent),
        #172033;
}
.global-app.covered small {
    color: #cbd5e1;
}
.global-app.covered span {
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
}
.global-scan-line {
    position: absolute;
    right: 12px;
    left: 12px;
    top: 90px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #34d399, transparent);
    box-shadow: 0 0 18px #34d399;
    animation: globalScan 3.4s ease-in-out infinite;
}
@keyframes globalScan {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0;
    }
    20%,
    80% {
        opacity: 1;
    }
    50% {
        transform: translateY(240px);
    }
}
.home-cta {
    padding: 70px 0;
    background: #fff8df;
}
.home-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.home-cta h2 {
    margin-bottom: 9px;
}
.home-cta p {
    max-width: 720px;
    color: #64748b;
}
.section {
    padding: 64px 0;
}
.app-preview {
    padding: 72px 0;
    color: #eefcf9;
    background: #143b40;
}
.app-preview-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
    align-items: center;
    gap: 64px;
}
.app-preview h2 {
    max-width: 680px;
    color: #fff;
    font-size: clamp(34px, 5vw, 54px);
}
.app-preview .eyebrow {
    color: #75ead0;
}
.app-preview .lead {
    color: #d4f4ef;
}
.app-preview-note {
    max-width: 700px;
    color: #a9c8c5;
    font-size: 13px;
}
.project-name {
    color: #fff;
    font-weight: 850;
}
.ip-protection {
    padding: 16px 20px;
    border-top: 1px solid #f3d69b;
    border-bottom: 1px solid #f3d69b;
    background: #fff5d8;
    color: #7c4a17;
    font-size: 13px;
    font-weight: 750;
    text-align: center;
}
.app-preview-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: min(270px, 70vw);
    aspect-ratio: 1;
    justify-self: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26%;
    background: linear-gradient(135deg, #14b884, #3478f6 54%, #f59e0b);
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.3);
}
.app-preview-icon span {
    color: #fff;
    font-size: 110px;
    font-weight: 900;
    filter: blur(18px);
    transform: scale(1.22);
    opacity: 0.82;
}
.app-preview-icon strong {
    position: absolute;
    padding: 9px 14px;
    border-radius: 6px;
    color: #fff;
    background: rgba(15, 23, 42, 0.78);
    font-size: 14px;
}
.section-muted {
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}
.split {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 54px;
}
.feature-list,
.faq {
    margin: 0;
}
.feature-list > div,
.faq > div {
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}
dt {
    font-weight: 800;
}
dd {
    color: #64748b;
    margin: 3px 0 0;
}
.document {
    padding: 58px 0 80px;
}
.prose {
    max-width: 780px;
    min-width: 0;
    overflow-wrap: anywhere;
}
.prose h1 {
    font-size: 42px;
}
.prose h2 {
    margin-top: 38px;
}
.prose p,
.prose li {
    color: #475569;
}
.prose code {
    padding: 2px 5px;
    background: #f1f5f9;
    border-radius: 4px;
}
.tutorial-figure {
    margin: 28px 0 42px;
    padding: 14px;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f8fafc;
}
.tutorial-figure img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: #fff;
}
.tutorial-figure figcaption {
    margin-top: 10px;
    color: #64748b;
    font-size: 13px;
    text-align: center;
}
.tutorial-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 42px;
    padding: 0;
    list-style: none;
    counter-reset: tutorial-step;
}
.tutorial-step {
    position: relative;
    min-width: 0;
    min-height: 190px;
    padding: 24px 22px 22px;
    overflow: hidden;
    border: 1px solid #d8e2ec;
    border-radius: 12px;
    background: linear-gradient(145deg, #f8fafc, #eef4f8);
    counter-increment: tutorial-step;
}
.tutorial-step::before {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #147ef5;
    color: #fff;
    content: counter(tutorial-step);
    font-size: 15px;
    font-weight: 850;
}
.tutorial-step h4 {
    margin: 0 0 8px;
    color: #1f2933;
    font-size: 17px;
    line-height: 1.4;
}
.tutorial-step p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}
.tutorial-step code {
    white-space: normal;
}
.tutorial-step-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    color: #168344;
    font-size: 13px;
    font-weight: 800;
}
.tutorial-step-status::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #22c55e;
    content: "";
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14);
}
footer {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 20px;
    color: #64748b;
    font-size: 13px;
    flex-wrap: wrap;
}
@media (max-width: 700px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    nav {
        justify-content: flex-start;
    }
    .split {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .app-preview-layout {
        grid-template-columns: 1fr;
        gap: 34px;
        text-align: center;
    }
    .app-preview .lead,
    .app-preview-note {
        margin-right: auto;
        margin-left: auto;
    }
    .intro {
        min-height: 410px;
    }
    .lead {
        font-size: 17px;
    }
    .tutorial-steps {
        grid-template-columns: 1fr;
    }
    .tutorial-step {
        min-height: 0;
    }
    .home-hero-layout,
    .global-preview-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .home-hero-layout {
        min-height: auto;
        padding: 62px 0 74px;
    }
    .home-hero h1 {
        font-size: clamp(46px, 15vw, 66px);
    }
    .hero-product {
        min-height: 390px;
    }
    .hero-window {
        inset: 0;
        transform: none;
    }
    .hero-float-card {
        right: 12px;
        bottom: -16px;
    }
    .home-section,
    .global-preview {
        padding: 72px 0;
    }
    .feature-grid,
    .plan-comparison {
        grid-template-columns: 1fr;
    }
    .feature-card {
        min-height: 290px;
        padding: 25px;
    }
    .feature-note {
        right: 25px;
        left: 25px;
    }
    .global-visual {
        min-height: 360px;
    }
    .global-apps {
        grid-template-columns: 1fr;
    }
    .global-app:nth-child(3) {
        grid-column: auto;
    }
    .global-app {
        min-height: 86px;
    }
    .global-screen {
        position: relative;
        inset: auto;
    }
    .home-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
