/* Tabpia public frontend foundation — Step 9.10E */

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.site-header {
    background: color-mix(in srgb, var(--tp-surface) 82%, transparent);
    border-bottom-color: color-mix(in srgb, var(--tp-border) 76%, transparent);
    box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
}

.site-header__inner { height: 76px; }
.site-logo { display: inline-flex; align-items: center; }
.site-logo img { height: 36px; }

.site-nav,
.site-nav__links,
.site-nav__actions {
    display: flex;
    align-items: center;
}

.site-nav {
    flex: 1;
    justify-content: flex-end;
    gap: clamp(24px, 3vw, 44px);
}

.site-nav__links,
.site-nav__actions { gap: 8px; }

.site-nav a:not(.tp-btn) {
    position: relative;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 13px;
    border-radius: 12px;
    color: var(--tp-text-soft);
    font-size: 14px;
    font-weight: 750;
    transition: color .2s ease, background .2s ease;
}

.site-nav a:not(.tp-btn):hover,
.site-nav a[aria-current="page"] {
    color: var(--tp-text);
    background: color-mix(in srgb, var(--tp-primary) 8%, transparent);
}

.site-nav__cta {
    min-height: 44px;
    padding-inline: 18px;
    box-shadow: 0 10px 24px rgba(var(--tp-primary-rgb), .22);
}

.site-nav .site-nav__cta[aria-current="page"] {
    color: #fff;
    background: var(--tp-gradient-primary);
}

.theme-toggle {
    margin-left: 3px;
    border-color: color-mix(in srgb, var(--tp-border) 84%, transparent);
    box-shadow: 0 5px 14px rgba(15, 23, 42, .05);
}

.home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 94px 0 30px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--tp-surface) 96%, #F3F0FF), var(--tp-bg) 76%);
}

.home-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .35;
    background-image: radial-gradient(circle at 1px 1px, rgba(var(--tp-primary-rgb), .16) 1px, transparent 0);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, #000, transparent 66%);
}

.home-hero__glow {
    position: absolute;
    z-index: -1;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.home-hero__glow--one {
    left: -310px;
    top: -190px;
    background: radial-gradient(circle, rgba(139, 92, 246, .20), transparent 68%);
}

.home-hero__glow--two {
    right: -260px;
    top: -120px;
    background: radial-gradient(circle, rgba(20, 184, 166, .15), transparent 68%);
}

.home-hero__grid {
    width: min(var(--tp-container-wide), calc(100% - 48px));
    display: grid;
    grid-template-columns: minmax(420px, .82fr) minmax(560px, 1.18fr);
    gap: clamp(50px, 6vw, 92px);
    align-items: center;
}

.home-hero__content {
    position: relative;
    z-index: 2;
    padding-bottom: 18px;
}

.home-eyebrow,
.home-kicker {
    color: var(--tp-primary-dark);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    padding: 0 13px;
    margin-bottom: 25px;
    border: 1px solid rgba(var(--tp-primary-rgb), .16);
    border-radius: 999px;
    background: rgba(var(--tp-primary-rgb), .08);
    letter-spacing: .035em;
    text-transform: none;
}

.home-eyebrow__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tp-accent);
    box-shadow: 0 0 0 5px rgba(20, 184, 166, .12);
}

.home-hero h1 {
    max-width: 660px;
    margin: 0;
    color: var(--tp-text);
    font-family: var(--tp-font-heading);
    font-size: clamp(54px, 5.8vw, 88px);
    font-weight: 880;
    letter-spacing: -.065em;
    line-height: .96;
}

.home-hero h1 span {
    color: transparent;
    background: var(--tp-gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
}

.home-hero__lead {
    max-width: 600px;
    margin: 28px 0 32px;
    color: var(--tp-text-soft);
    font-size: clamp(18px, 1.7vw, 21px);
    line-height: 1.65;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero__actions .tp-btn { gap: 10px; }

.home-hero__assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
    color: var(--tp-muted);
    font-size: 13px;
    font-weight: 700;
}

.home-hero__assurances li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.home-hero__assurances li span {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    color: #078875;
    background: rgba(20, 184, 166, .12);
    font-size: 11px;
}

.home-product {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 30px 0 46px;
}

.home-product__halo {
    position: absolute;
    inset: 5% 3% 2%;
    z-index: -1;
    border-radius: 40%;
    background: var(--tp-gradient);
    opacity: .17;
    filter: blur(44px);
}

.home-product__window {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--tp-shadow-lg), 0 0 0 1px rgba(15, 23, 42, .06);
    transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);
    transform-origin: center;
}

.home-product__toolbar {
    display: grid;
    grid-template-columns: 82px 1fr 32px;
    gap: 12px;
    align-items: center;
    height: 44px;
    padding: 0 14px;
    background: #F7F8FC;
    border-bottom: 1px solid #E8EAF2;
}

.home-product__dots { display: flex; gap: 6px; }

.home-product__dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D1D5E2;
}

.home-product__dots span:first-child { background: #FF7D78; }
.home-product__dots span:nth-child(2) { background: #FFC45A; }
.home-product__dots span:last-child { background: #4CD19B; }

.home-product__address {
    justify-self: center;
    width: min(320px, 80%);
    padding: 5px 14px;
    border: 1px solid #E4E7F0;
    border-radius: 999px;
    color: #8991A5;
    background: #fff;
    font-size: 10px;
    text-align: center;
}

.home-product__toolbar-icon {
    justify-self: end;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--tp-primary);
}

.home-product__viewport {
    overflow: hidden;
    aspect-ratio: 1.77 / 1;
    background: #fff;
}

.home-demo {
    min-height: 100%;
    padding: 5.5% 6% 6%;
    color: #273147;
    background:
        radial-gradient(circle at 82% 18%, rgba(129, 108, 255, .24), transparent 32%),
        radial-gradient(circle at 12% 86%, rgba(20, 184, 166, .22), transparent 34%),
        linear-gradient(145deg, #EAF4FF, #F7F4FF 52%, #E8FBF7);
}

.home-demo__clock {
    display: grid;
    justify-content: center;
    gap: 2px;
    margin-bottom: 3%;
    font-size: clamp(15px, 2.2vw, 30px);
    font-weight: 350;
    letter-spacing: -.04em;
    line-height: 1;
    text-align: center;
}

.home-demo__clock span {
    color: #7A8499;
    font-size: clamp(5px, .55vw, 8px);
    font-weight: 600;
    letter-spacing: 0;
}

.home-demo__search {
    display: flex;
    width: 58%;
    min-height: clamp(18px, 2.7vw, 36px);
    align-items: center;
    gap: 8px;
    margin: 0 auto 5%;
    padding: 0 13px;
    border: 1px solid rgba(123, 134, 162, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 9px 24px rgba(45, 53, 91, .10);
}

.home-demo__search strong {
    color: var(--tp-primary);
    font-size: clamp(7px, .9vw, 12px);
    font-style: italic;
}

.home-demo__search span {
    overflow: hidden;
    color: #9AA2B2;
    font-size: clamp(5px, .55vw, 8px);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-demo__workspaces {
    display: flex;
    justify-content: center;
    gap: 1.2%;
    margin-bottom: 3.5%;
}

.home-demo__workspaces > span {
    display: inline-flex;
    min-width: 18%;
    min-height: clamp(16px, 2.3vw, 31px);
    align-items: center;
    gap: 6px;
    padding: 0 8px;
    border: 1px solid rgba(123, 134, 162, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 6px 18px rgba(45, 53, 91, .07);
    font-size: clamp(5px, .62vw, 9px);
    font-weight: 800;
}

.home-demo__workspaces b {
    display: grid;
    width: clamp(11px, 1.3vw, 18px);
    height: clamp(11px, 1.3vw, 18px);
    margin-left: auto;
    place-items: center;
    border-radius: 50%;
    color: #7A8499;
    background: #EFF2F7;
    font-size: clamp(4px, .5vw, 7px);
}

.home-demo__workspace-dot {
    width: clamp(5px, .65vw, 9px);
    height: clamp(5px, .65vw, 9px);
    border-radius: 50%;
    background: var(--tp-primary);
}

.home-demo__workspace-dot--green { background: #34CFA0; }
.home-demo__workspace-dot--blue { background: #35B8D5; }
.home-demo__workspace-dot--pink { background: #E458D6; }
.home-demo__workspace-dot--purple { background: #8B5CF6; }

.home-demo__filters {
    display: flex;
    align-items: center;
    gap: 3%;
    width: 82%;
    margin: 0 auto 2%;
    color: #8992A5;
    font-size: clamp(4px, .5vw, 7px);
}

.home-demo__filters strong { color: #273147; }

.home-demo__bookmarks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(5px, .75vw, 10px);
    width: 82%;
    margin: 0 auto;
}

.home-demo__bookmarks > span {
    display: grid;
    min-width: 0;
    gap: 5px;
    justify-items: center;
    color: #667086;
    font-size: clamp(4px, .5vw, 7px);
}

.home-demo__bookmarks b {
    overflow: hidden;
    max-width: 100%;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-demo__bookmark-icon {
    display: grid;
    width: 100%;
    aspect-ratio: 1.5 / 1;
    place-items: center;
    border-radius: clamp(3px, .45vw, 6px);
    color: #fff;
    background: linear-gradient(135deg, #6C5CF5, #8979FF);
    box-shadow: 0 6px 14px rgba(42, 49, 82, .10);
    font-size: clamp(7px, 1.25vw, 17px);
    font-style: normal;
    font-weight: 850;
}

.home-demo__bookmark-icon--blue { background: linear-gradient(135deg, #4285F4, #2563EB); }
.home-demo__bookmark-icon--red { background: linear-gradient(135deg, #FF5E72, #E83C51); }
.home-demo__bookmark-icon--green { background: linear-gradient(135deg, #36C98F, #0AAE75); }
.home-demo__bookmark-icon--purple { background: linear-gradient(135deg, #8B5CF6, #6657F5); }
.home-demo__bookmark-icon--orange { background: linear-gradient(135deg, #FFA239, #F97316); }
.home-demo__bookmark-icon--pink { background: linear-gradient(135deg, #EC4899, #C43DE0); }
.home-demo__bookmark-icon--teal { background: linear-gradient(135deg, #14B8A6, #0891B2); }
.home-demo__bookmark-icon--dark { background: linear-gradient(135deg, #334155, #111827); }

.home-product__float {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 188px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 16px;
    color: #20263A;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 18px 44px rgba(35, 31, 80, .16);
    backdrop-filter: blur(16px);
}

.home-product__float span:last-child {
    display: grid;
    gap: 2px;
    color: #697086;
    font-size: 10px;
}

.home-product__float strong { color: #20263A; font-size: 12px; }

.home-product__float-icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: var(--tp-gradient-primary);
    font-size: 13px;
    font-weight: 900;
}

.home-product__float--local { left: -24px; bottom: 7px; }
.home-product__float--sync { right: -18px; top: 4px; }
.home-product__float--sync .home-product__float-icon { background: linear-gradient(135deg, #14B8A6, #3B82F6); }

.home-proof-rail {
    display: grid;
    grid-template-columns: minmax(320px, .8fr) minmax(560px, 1.2fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
    margin-top: 46px;
    padding: 20px 24px;
    border: 1px solid color-mix(in srgb, var(--tp-border) 82%, transparent);
    border-radius: 24px;
    background: color-mix(in srgb, var(--tp-surface) 86%, transparent);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .05);
    backdrop-filter: blur(18px);
}

.home-proof-platforms {
    display: flex;
    align-items: center;
    gap: 18px;
}

.home-proof-platforms__label {
    color: var(--tp-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-browser-list {
    display: flex;
    align-items: center;
    gap: 13px;
}

.home-browser-list > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--tp-text-soft);
    font-size: 13px;
    font-weight: 800;
}

.home-browser-list img {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
}

.home-proof-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}

.home-proof-facts > div {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 1px 20px;
    border-left: 1px solid var(--tp-border);
}

.home-proof-facts dt {
    overflow: hidden;
    color: var(--tp-text);
    font-family: var(--tp-font-heading);
    font-size: 16px;
    font-weight: 850;
    letter-spacing: -.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-proof-facts dd {
    margin: 0;
    color: var(--tp-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
}

.home-section { padding: 108px 0; }

.home-section--soft {
    background: radial-gradient(circle at 12% 20%, rgba(var(--tp-primary-rgb), .08), transparent 34%), color-mix(in srgb, var(--tp-surface) 74%, var(--tp-bg));
    border-block: 1px solid color-mix(in srgb, var(--tp-border) 72%, transparent);
}

.home-section__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 44px;
}

.home-section__heading h2,
.home-plan-story h2,
.home-cta-card h2 {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--tp-text);
    font-family: var(--tp-font-heading);
    font-size: clamp(38px, 4.4vw, 62px);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.home-section__heading > p,
.home-plan-story__copy > p {
    margin: 0;
    color: var(--tp-text-soft);
    font-size: 17px;
    line-height: 1.75;
}

.home-showcase-stack {
    display: grid;
    gap: 24px;
}

.home-showcase {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(340px, .68fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: center;
    padding: clamp(18px, 2.2vw, 28px);
    border: 1px solid color-mix(in srgb, var(--tp-border) 88%, transparent);
    border-radius: 32px;
    background: color-mix(in srgb, var(--tp-surface) 94%, transparent);
    box-shadow: 0 16px 46px rgba(15, 23, 42, .06);
}

.home-showcase--overview {
    background: radial-gradient(circle at 94% 8%, rgba(139, 92, 246, .18), transparent 36%), color-mix(in srgb, var(--tp-surface) 96%, transparent);
}

.home-showcase--quick-save {
    grid-template-columns: minmax(360px, .72fr) minmax(440px, 1.28fr);
    min-height: 610px;
    background: radial-gradient(circle at 86% 14%, rgba(20, 184, 166, .16), transparent 34%), color-mix(in srgb, var(--tp-surface) 96%, transparent);
}

.home-showcase--settings {
    background: radial-gradient(circle at 96% 12%, rgba(59, 130, 246, .15), transparent 34%), color-mix(in srgb, var(--tp-surface) 96%, transparent);
}

.home-showcase__copy { padding: clamp(8px, 2vw, 24px); }

.home-story-index {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--tp-primary-dark);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-showcase__copy h3 {
    margin: 0 0 18px;
    color: var(--tp-text);
    font-family: var(--tp-font-heading);
    font-size: clamp(31px, 3.2vw, 46px);
    font-weight: 850;
    letter-spacing: -.045em;
    line-height: 1.06;
}

.home-showcase__copy > p {
    margin: 0;
    color: var(--tp-text-soft);
    font-size: 16px;
    line-height: 1.72;
}

.home-story-list {
    display: grid;
    gap: 11px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
    color: var(--tp-text-soft);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.5;
}

.home-story-list li {
    position: relative;
    padding-left: 27px;
}

.home-story-list li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    color: #078875;
    background: rgba(20, 184, 166, .12);
    font-size: 10px;
    font-weight: 900;
}

.home-product-shot {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid color-mix(in srgb, var(--tp-border) 76%, transparent);
    border-radius: 23px;
    background: #E8ECF5;
    box-shadow: 0 24px 60px rgba(20, 28, 58, .17);
}

.home-product-shot img {
    display: block;
    width: 100%;
    height: auto;
}

.home-product-shot figcaption,
.home-quicksave-stage figcaption {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 999px;
    color: #293149;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .10);
    backdrop-filter: blur(12px);
    font-size: 11px;
    font-weight: 800;
}

.home-product-shot figcaption span { color: #667086; font-weight: 650; }

.home-quicksave-stage {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    min-height: 552px;
    margin: 0;
    place-items: center;
    border: 1px solid rgba(var(--tp-primary-rgb), .13);
    border-radius: 25px;
    background: radial-gradient(circle at 20% 10%, rgba(139, 92, 246, .24), transparent 35%), radial-gradient(circle at 84% 88%, rgba(20, 184, 166, .21), transparent 36%), linear-gradient(145deg, #F4F1FF, #EEF8FF);
}

.home-quicksave-stage:before,
.home-quicksave-stage:after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(var(--tp-primary-rgb), .10);
    border-radius: 32px;
    transform: rotate(9deg);
}

.home-quicksave-stage:before { width: 330px; height: 430px; }
.home-quicksave-stage:after { width: 390px; height: 490px; transform: rotate(-7deg); }

.home-quicksave-stage img {
    display: block;
    width: min(342px, 78%);
    height: auto;
    border-radius: 13px;
    box-shadow: 0 28px 68px rgba(49, 39, 111, .24);
}

.home-story-callout {
    display: grid;
    gap: 4px;
    margin-top: 28px;
    padding: 17px 19px;
    border: 1px solid rgba(var(--tp-primary-rgb), .13);
    border-radius: 18px;
    background: rgba(var(--tp-primary-rgb), .06);
}

.home-story-callout strong { color: var(--tp-text); font-size: 14px; }
.home-story-callout span { color: var(--tp-muted); font-size: 13px; line-height: 1.5; }

.home-feature-gallery {
    margin-top: clamp(70px, 8vw, 112px);
    padding-top: clamp(34px, 5vw, 58px);
    border-top: 1px solid color-mix(in srgb, var(--tp-border) 82%, transparent);
}

.home-feature-gallery__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr);
    gap: clamp(32px, 7vw, 96px);
    align-items: end;
    margin-bottom: 30px;
}

.home-feature-gallery__heading h2 {
    max-width: 720px;
    margin-top: 12px;
    font-size: clamp(34px, 4.1vw, 56px);
}

.home-feature-gallery__heading > p {
    margin: 0;
    color: var(--tp-text-soft);
    font-size: 16px;
    line-height: 1.75;
}

.home-feature-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-feature-tile {
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--tp-border) 86%, transparent);
    border-radius: 25px;
    background: color-mix(in srgb, var(--tp-surface) 96%, transparent);
    box-shadow: 0 16px 42px rgba(15, 23, 42, .055);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.home-feature-tile:hover {
    border-color: rgba(var(--tp-primary-rgb), .24);
    box-shadow: 0 23px 54px rgba(15, 23, 42, .10);
    transform: translateY(-4px);
}

.home-feature-tile figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    aspect-ratio: 12 / 7;
    border-bottom: 1px solid color-mix(in srgb, var(--tp-border) 84%, transparent);
    background: color-mix(in srgb, var(--tp-surface-soft) 92%, #6657F5 8%);
}

.home-feature-tile figure:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
}

.home-feature-tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-feature-tile__copy {
    min-height: 196px;
    padding: 24px 24px 26px;
}

.home-feature-tile__copy > span {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--tp-primary);
    background: rgba(var(--tp-primary-rgb), .09);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.home-feature-tile:nth-child(2n) .home-feature-tile__copy > span {
    color: #087C72;
    background: rgba(20, 184, 166, .11);
}

.home-feature-tile:nth-child(3n) .home-feature-tile__copy > span {
    color: #B44A0A;
    background: rgba(249, 115, 22, .11);
}

.home-feature-tile h3 {
    margin: 0 0 10px;
    color: var(--tp-text);
    font-size: 20px;
    letter-spacing: -.03em;
}

.home-feature-tile p {
    margin: 0;
    color: var(--tp-text-soft);
    font-size: 14px;
    line-height: 1.65;
}

.home-plan-story {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(560px, 1.15fr);
    gap: clamp(50px, 7vw, 100px);
    align-items: center;
}

.home-plan-story__copy > p { max-width: 560px; margin: 24px 0 26px; }

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--tp-primary);
    font-weight: 850;
    transition: gap .2s ease;
}

.home-text-link:hover { gap: 13px; }
.home-plan-story__links { display: flex; flex-wrap: wrap; gap: 11px 24px; }

.home-plan-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-plan-card {
    position: relative;
    min-height: 304px;
    padding: 27px;
    border: 1px solid var(--tp-border);
    border-radius: 28px;
    background: var(--tp-surface);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.home-plan-card--pro {
    color: #fff;
    border-color: transparent;
    background: radial-gradient(circle at 90% 8%, rgba(20, 184, 166, .35), transparent 38%), linear-gradient(145deg, #3D35A3, #6E51EB 62%, #5942CA);
    box-shadow: 0 24px 58px rgba(73, 55, 176, .26);
}

.home-plan-card__badge {
    position: absolute;
    right: 20px;
    top: -13px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #342A8A;
    background: #DDFBF5;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .10);
    font-size: 11px;
    font-weight: 850;
}

.home-plan-card__top { display: grid; gap: 6px; margin-bottom: 32px; }

.home-plan-card__top span {
    color: var(--tp-muted);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-plan-card__top strong { font-size: 23px; letter-spacing: -.03em; }
.home-plan-card--pro .home-plan-card__top span { color: rgba(255, 255, 255, .72); }

.home-plan-card__limits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.home-plan-card__limits div {
    display: grid;
    gap: 2px;
    padding: 13px;
    border-radius: 16px;
    background: var(--tp-surface-soft);
}

.home-plan-card--pro .home-plan-card__limits div { background: rgba(255, 255, 255, .12); }
.home-plan-card__limits strong { font-size: 24px; letter-spacing: -.04em; }
.home-plan-card__limits span { color: var(--tp-muted); font-size: 11px; }
.home-plan-card--pro .home-plan-card__limits span { color: rgba(255, 255, 255, .70); }
.home-plan-card > p { margin: 22px 0 0; color: var(--tp-text-soft); font-size: 13px; line-height: 1.6; }
.home-plan-card--pro > p { color: rgba(255, 255, 255, .84); }

.home-cta-section { padding: 76px 0 100px; }

.home-cta-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: clamp(34px, 5vw, 64px);
    border: 1px solid rgba(var(--tp-primary-rgb), .16);
    border-radius: 34px;
    background: radial-gradient(circle at 90% 10%, rgba(20, 184, 166, .16), transparent 34%), radial-gradient(circle at 10% 100%, rgba(var(--tp-primary-rgb), .18), transparent 38%), var(--tp-surface);
    box-shadow: var(--tp-shadow-md);
}

.home-cta-card h2 { font-size: clamp(36px, 4vw, 56px); }
.home-cta-card p { margin: 16px 0 0; color: var(--tp-text-soft); font-size: 17px; }

/* ===================================================
   PRICING CONVERSION PAGE — STEP 9.10D
=================================================== */

.pricing-v2-container { width: min(1060px, calc(100% - 48px)); }

.pricing-v2-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 88px 0 38px;
    text-align: center;
    background: linear-gradient(180deg, color-mix(in srgb, var(--tp-surface) 96%, #F3F0FF), var(--tp-bg) 92%);
}

.pricing-v2-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .34;
    background-image: radial-gradient(circle at 1px 1px, rgba(var(--tp-primary-rgb), .16) 1px, transparent 0);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.pricing-v2-hero__glow {
    position: absolute;
    z-index: -1;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.pricing-v2-hero__glow--one {
    left: -290px;
    top: -230px;
    background: radial-gradient(circle, rgba(139, 92, 246, .22), transparent 68%);
}

.pricing-v2-hero__glow--two {
    right: -250px;
    top: -180px;
    background: radial-gradient(circle, rgba(20, 184, 166, .17), transparent 68%);
}

.pricing-v2-hero__inner { max-width: 1000px; }

.pricing-v2-hero h1 {
    margin: 0;
    color: var(--tp-text);
    font-family: var(--tp-font-heading);
    font-size: clamp(50px, 6vw, 78px);
    font-weight: 880;
    letter-spacing: -.062em;
    line-height: .98;
}

.pricing-v2-hero h1 span {
    color: transparent;
    background: var(--tp-gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
}

.pricing-v2-hero__inner > p {
    max-width: 740px;
    margin: 26px auto 0;
    color: var(--tp-text-soft);
    font-size: 19px;
    line-height: 1.68;
}

.pricing-v2-hero__proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    padding: 0;
    margin: 28px 0 0;
    color: var(--tp-muted);
    list-style: none;
    font-size: 13px;
    font-weight: 750;
}

.pricing-v2-hero__proof li { display: inline-flex; align-items: center; gap: 7px; }

.pricing-v2-hero__proof li span {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    color: #078875;
    background: rgba(20, 184, 166, .12);
    font-size: 11px;
}

.pricing-v2-currency {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin: 0;
    padding: 8px 8px 8px 15px;
    border: 1px solid color-mix(in srgb, var(--tp-border) 88%, transparent);
    border-radius: 15px;
    background: color-mix(in srgb, var(--tp-surface) 90%, transparent);
    box-shadow: 0 13px 34px rgba(15, 23, 42, .07);
    backdrop-filter: blur(14px);
}

.pricing-v2-currency-row {
    display: flex;
    justify-content: center;
    margin: 0 0 18px;
}

.pricing-v2-currency label {
    color: var(--tp-muted);
    font-size: 12px;
    font-weight: 800;
}

.pricing-v2-currency select {
    min-width: 188px;
    min-height: 42px;
    padding: 0 36px 0 12px;
    border: 1px solid var(--tp-border);
    border-radius: 10px;
    color: var(--tp-text);
    background: var(--tp-surface);
    font-size: 14px;
    font-weight: 750;
}

.pricing-v2-plans { padding: 56px 0 100px; }

.pricing-v2-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.pricing-v2-section-heading h2 {
    margin: 13px 0 0;
    color: var(--tp-text);
    font-size: clamp(38px, 4.4vw, 58px);
    letter-spacing: -.05em;
    line-height: 1.04;
}

.pricing-v2-section-heading p {
    margin: 18px auto 0;
    color: var(--tp-text-soft);
    font-size: 16px;
    line-height: 1.7;
}

.pricing-v2-trial {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin: 0 0 24px;
    padding: 20px 22px;
    border: 1px solid rgba(125, 211, 199, .48);
    border-radius: 24px;
    color: #fff;
    background: radial-gradient(circle at 88% 10%, rgba(45, 212, 191, .40), transparent 38%), linear-gradient(135deg, #372F96, #6657F5 64%, #4C3DB7);
    box-shadow: 0 22px 52px rgba(67, 52, 164, .23);
}

.pricing-v2-trial:after {
    content: "No payment information required";
    position: absolute;
    right: 26px;
    bottom: -28px;
    color: rgba(255, 255, 255, .055);
    font-size: 46px;
    font-weight: 900;
    letter-spacing: -.04em;
    white-space: nowrap;
    pointer-events: none;
}

.pricing-v2-trial__mark {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 21px;
    color: #352C91;
    background: #DDFBF5;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .18);
    font-size: 27px;
    font-weight: 950;
}

.pricing-v2-trial__copy { position: relative; z-index: 1; display: grid; gap: 3px; }

.pricing-v2-trial__copy > span {
    color: rgba(255, 255, 255, .70);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-v2-trial__copy strong { font-size: 20px; letter-spacing: -.025em; }
.pricing-v2-trial__copy p { margin: 0; color: rgba(255, 255, 255, .79); font-size: 14px; }

.pricing-v2-trial .tp-btn {
    position: relative;
    z-index: 1;
    color: #352C91;
    border-color: rgba(255, 255, 255, .78);
    background: #fff;
    white-space: nowrap;
}

.pricing-v2-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.pricing-v2-card {
    position: relative;
    display: flex;
    min-height: 660px;
    flex-direction: column;
    padding: clamp(28px, 4vw, 40px);
    border: 1px solid color-mix(in srgb, var(--tp-border) 90%, transparent);
    border-radius: 30px;
    background: var(--tp-surface);
    box-shadow: 0 18px 54px rgba(15, 23, 42, .075);
}

.pricing-v2-card--featured {
    color: #fff;
    border-color: transparent;
    background: radial-gradient(circle at 92% 4%, rgba(20, 184, 166, .32), transparent 32%), linear-gradient(145deg, #322B89, #5D48D2 60%, #4939AE);
    box-shadow: 0 28px 68px rgba(61, 47, 151, .27);
}

.pricing-v2-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--tp-border);
    color: var(--tp-muted);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.pricing-v2-card__topline strong { color: var(--tp-primary); font-size: 11px; }

.pricing-v2-card--featured .pricing-v2-card__topline {
    color: rgba(255, 255, 255, .66);
    border-color: rgba(255, 255, 255, .14);
}

.pricing-v2-card--featured .pricing-v2-card__topline strong { color: #8EF1E1; }

.pricing-v2-card__badge {
    position: absolute;
    right: 34px;
    top: -13px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #352C91;
    background: #DDFBF5;
    box-shadow: 0 9px 24px rgba(15, 23, 42, .15);
    font-size: 11px;
    font-weight: 900;
}

.pricing-v2-card__header { margin-top: 30px; }

.pricing-v2-card__header h3 {
    margin: 0;
    color: var(--tp-text);
    font-size: 29px;
    letter-spacing: -.04em;
}

.pricing-v2-card__header p {
    min-height: 52px;
    margin: 10px 0 0;
    color: var(--tp-text-soft);
    font-size: 15px;
    line-height: 1.65;
}

.pricing-v2-card--featured .pricing-v2-card__header h3 { color: #fff; }
.pricing-v2-card--featured .pricing-v2-card__header p { color: rgba(255, 255, 255, .78); }

.pricing-v2-price {
    display: flex;
    min-height: 86px;
    align-items: end;
    gap: 12px;
    margin-top: 18px;
}

.pricing-v2-price strong {
    color: var(--tp-text);
    font-size: clamp(48px, 5vw, 66px);
    font-weight: 920;
    letter-spacing: -.065em;
    line-height: 1;
}

.pricing-v2-price span {
    max-width: 110px;
    padding-bottom: 7px;
    color: var(--tp-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.pricing-v2-card--featured .pricing-v2-price strong { color: #fff; }
.pricing-v2-card--featured .pricing-v2-price span { color: rgba(255, 255, 255, .69); }

.pricing-v2-limits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 26px 0;
}

.pricing-v2-limits div {
    display: flex;
    min-width: 0;
    min-height: 76px;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 12px;
    border-radius: 16px;
    background: var(--tp-surface-soft);
}

.pricing-v2-limits dt { color: var(--tp-muted); font-size: 11px; font-weight: 700; }
.pricing-v2-limits dd { margin: 0 0 2px; color: var(--tp-text); font-size: 22px; font-weight: 900; letter-spacing: -.035em; }
.pricing-v2-card--featured .pricing-v2-limits div { background: rgba(255, 255, 255, .11); }
.pricing-v2-card--featured .pricing-v2-limits dt { color: rgba(255, 255, 255, .63); }
.pricing-v2-card--featured .pricing-v2-limits dd { color: #fff; }

.pricing-v2-includes { padding-top: 4px; }
.pricing-v2-includes > strong { color: var(--tp-text); font-size: 14px; }
.pricing-v2-card--featured .pricing-v2-includes > strong { color: #fff; }

.pricing-v2-includes ul {
    display: grid;
    gap: 11px;
    padding: 0;
    margin: 17px 0 28px;
    list-style: none;
}

.pricing-v2-includes li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    color: var(--tp-text-soft);
    font-size: 14px;
    line-height: 1.5;
}

.pricing-v2-includes li span {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    margin-top: 1px;
    border-radius: 50%;
    color: #078875;
    background: rgba(20, 184, 166, .12);
    font-size: 10px;
    font-weight: 900;
}

.pricing-v2-card--featured .pricing-v2-includes li { color: rgba(255, 255, 255, .82); }
.pricing-v2-card--featured .pricing-v2-includes li span { color: #9AF3E4; background: rgba(20, 184, 166, .20); }

.pricing-v2-card__action { display: grid; gap: 13px; margin-top: auto; text-align: center; }
.pricing-v2-card__action .tp-btn { min-height: 50px; }
.pricing-v2-card__action small { color: var(--tp-muted); font-size: 12px; line-height: 1.5; }
.pricing-v2-card--featured .pricing-v2-card__action small { color: rgba(255, 255, 255, .70); }
.pricing-v2-card--featured .pricing-v2-card__action .tp-btn--primary { background: #fff; color: #3A3191; box-shadow: 0 13px 32px rgba(15, 23, 42, .22); }

.pricing-v2-compare {
    padding: 94px 0;
    background: radial-gradient(circle at 10% 20%, rgba(var(--tp-primary-rgb), .08), transparent 32%), color-mix(in srgb, var(--tp-surface) 74%, var(--tp-bg));
}

.pricing-v2-section-heading--compact { max-width: 700px; margin-bottom: 30px; }
.pricing-v2-section-heading--compact h2 { font-size: clamp(36px, 4vw, 50px); }

.pricing-v2-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--tp-border);
    border-radius: 25px;
    background: var(--tp-surface);
    box-shadow: 0 20px 52px rgba(15, 23, 42, .07);
}

.pricing-v2-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    color: var(--tp-text-soft);
}

.pricing-v2-table th,
.pricing-v2-table td {
    padding: 20px 24px;
    border-bottom: 1px solid var(--tp-border);
    text-align: center;
    font-size: 14px;
}

.pricing-v2-table th:first-child { width: 42%; text-align: left; }
.pricing-v2-table thead th { color: var(--tp-text); background: var(--tp-surface-soft); font-size: 15px; font-weight: 850; }
.pricing-v2-table tbody th { color: var(--tp-text); font-weight: 750; }
.pricing-v2-table tbody tr:last-child th,
.pricing-v2-table tbody tr:last-child td { border-bottom: 0; }

.pricing-v2-table__included { display: inline-flex; align-items: center; gap: 7px; color: #087C72; font-weight: 800; }
.pricing-v2-table__included > span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: #087C72; background: rgba(20, 184, 166, .12); font-size: 10px; }
.pricing-v2-table__muted { color: var(--tp-muted); }

[data-theme="dark"] .pricing-v2-table__included,
[data-theme="dark"] .pricing-v2-table__included > span { color: #67E8D4; }

.pricing-v2-reassurance { padding: 92px 0 100px; }

.pricing-v2-reassurance__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.pricing-v2-reassurance__grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 15px;
    padding: 23px;
    border: 1px solid var(--tp-border);
    border-radius: 22px;
    background: var(--tp-surface);
}

.pricing-v2-reassurance__grid article > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: var(--tp-primary);
    background: rgba(var(--tp-primary-rgb), .09);
    font-size: 11px;
    font-weight: 900;
}

.pricing-v2-reassurance__grid h3 { margin: 1px 0 7px; color: var(--tp-text); font-size: 17px; letter-spacing: -.02em; }
.pricing-v2-reassurance__grid p { margin: 0; color: var(--tp-text-soft); font-size: 14px; line-height: 1.6; }

.pricing-v2-final-cta {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 22px;
    padding: clamp(34px, 5vw, 56px);
    border: 1px solid rgba(var(--tp-primary-rgb), .16);
    border-radius: 30px;
    background: radial-gradient(circle at 90% 10%, rgba(20, 184, 166, .16), transparent 34%), radial-gradient(circle at 10% 100%, rgba(var(--tp-primary-rgb), .18), transparent 38%), var(--tp-surface);
    box-shadow: var(--tp-shadow-md);
}

.pricing-v2-final-cta h2 { margin: 10px 0 0; color: var(--tp-text); font-size: clamp(34px, 4vw, 50px); letter-spacing: -.045em; }
.pricing-v2-final-cta p { margin: 13px 0 0; color: var(--tp-text-soft); font-size: 16px; }
.pricing-v2-final-cta__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

/* ===================================================
   DOWNLOAD PAGE — STEP 9.10E
=================================================== */

.download-v2-container { width: min(1160px, calc(100% - 48px)); }

.download-v2-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 88px 0 166px;
    text-align: center;
    background: linear-gradient(180deg, color-mix(in srgb, var(--tp-surface) 96%, #F3F0FF), color-mix(in srgb, var(--tp-bg) 92%, #EEF5FF));
}

.download-v2-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .36;
    background-image: radial-gradient(circle at 1px 1px, rgba(var(--tp-primary-rgb), .16) 1px, transparent 0);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.download-v2-hero__glow {
    position: absolute;
    z-index: -1;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    pointer-events: none;
}

.download-v2-hero__glow--one {
    left: -320px;
    top: -260px;
    background: radial-gradient(circle, rgba(139, 92, 246, .22), transparent 68%);
}

.download-v2-hero__glow--two {
    right: -280px;
    top: -210px;
    background: radial-gradient(circle, rgba(20, 184, 166, .18), transparent 68%);
}

.download-v2-hero__inner { max-width: 980px; }

.download-v2-hero h1 {
    margin: 0;
    color: var(--tp-text);
    font-family: var(--tp-font-heading);
    font-size: clamp(52px, 6.2vw, 82px);
    font-weight: 880;
    letter-spacing: -.064em;
    line-height: .97;
}

.download-v2-hero h1 span {
    color: transparent;
    background: var(--tp-gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
}

.download-v2-hero__inner > p {
    max-width: 760px;
    margin: 27px auto 0;
    color: var(--tp-text-soft);
    font-size: 19px;
    line-height: 1.68;
}

.download-v2-hero__proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    padding: 0;
    margin: 28px 0 0;
    color: var(--tp-muted);
    list-style: none;
    font-size: 13px;
    font-weight: 750;
}

.download-v2-hero__proof li { display: inline-flex; align-items: center; gap: 7px; }

.download-v2-hero__proof li span {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    color: #078875;
    background: rgba(20, 184, 166, .12);
    font-size: 11px;
}

.download-v2-browser-section {
    position: relative;
    z-index: 2;
    margin-top: -100px;
    padding: 0 0 48px;
}

.download-v2-browser-panel {
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid color-mix(in srgb, var(--tp-border) 88%, transparent);
    border-radius: 34px;
    background: color-mix(in srgb, var(--tp-surface) 97%, transparent);
    box-shadow: 0 30px 80px rgba(15, 23, 42, .11);
    backdrop-filter: blur(18px);
}

.download-v2-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: end;
    margin-bottom: 28px;
}

.download-v2-section-heading h2 {
    max-width: 760px;
    margin: 11px 0 0;
    color: var(--tp-text);
    font-size: clamp(35px, 4.2vw, 54px);
    letter-spacing: -.05em;
    line-height: 1.04;
}

.download-v2-section-heading > p {
    max-width: 640px;
    margin: 0;
    color: var(--tp-text-soft);
    font-size: 16px;
    line-height: 1.7;
}

.download-v2-release-pill {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    border: 1px solid var(--tp-border);
    border-radius: 999px;
    color: var(--tp-text-soft);
    background: var(--tp-surface-soft);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.download-v2-release-pill > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tp-accent);
    box-shadow: 0 0 0 5px rgba(20, 184, 166, .11);
}

.download-v2-platforms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.download-v2-card {
    --download-accent: #7D5CFA;
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 520px;
    flex-direction: column;
    padding: 25px;
    border: 1px solid color-mix(in srgb, var(--tp-border) 88%, transparent);
    border-radius: 25px;
    background: var(--tp-surface);
    box-shadow: 0 15px 38px rgba(15, 23, 42, .055);
    transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease;
}

.download-v2-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--download-accent);
}

.download-v2-card:after {
    content: "";
    position: absolute;
    right: -90px;
    top: -120px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--download-accent) 14%, transparent), transparent 68%);
    pointer-events: none;
}

.download-v2-card--blue { --download-accent: #0EA5E9; }
.download-v2-card--orange { --download-accent: #F97316; }

.download-v2-card:hover {
    border-color: color-mix(in srgb, var(--download-accent) 30%, var(--tp-border));
    box-shadow: 0 22px 52px rgba(15, 23, 42, .10);
    transform: translateY(-4px);
}

.download-v2-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.download-v2-card__icon-frame {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--download-accent) 18%, var(--tp-border));
    border-radius: 23px;
    background: color-mix(in srgb, var(--download-accent) 7%, var(--tp-surface));
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.download-v2-card__icon { display: block; width: 58px; height: 58px; border-radius: 15px; }

.download-v2-card .platform-badge {
    min-height: 31px;
    padding-inline: 11px;
    font-size: 11px;
}

.download-v2-card__identity { margin-top: 25px; }

.download-v2-card__identity > span {
    color: var(--tp-muted);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.download-v2-card__identity h3 {
    margin: 5px 0 0;
    color: var(--tp-text);
    font-size: 25px;
    letter-spacing: -.035em;
}

.download-v2-card > p {
    margin: 14px 0 22px;
    color: var(--tp-text-soft);
    font-size: 14px;
    line-height: 1.65;
}

.download-v2-card__meta {
    display: grid;
    gap: 10px;
    padding: 15px 0;
    margin: auto 0 0;
    border-top: 1px solid var(--tp-border);
    border-bottom: 1px solid var(--tp-border);
}

.download-v2-card__meta div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.download-v2-card__meta dt { color: var(--tp-muted); font-size: 12px; }
.download-v2-card__meta dd { margin: 0; color: var(--tp-text); font-size: 12px; font-weight: 800; text-align: right; }

.download-v2-card__action { display: grid; gap: 10px; margin-top: 20px; text-align: center; }

.download-v2-card .platform-btn {
    gap: 9px;
    min-height: 49px;
    margin: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--download-accent) 92%, #312E81), var(--download-accent));
}

.download-v2-card .platform-btn--disabled { background: var(--tp-surface-soft); color: var(--tp-muted); border: 1px solid var(--tp-border); }
.download-v2-card__action small { color: var(--tp-muted); font-size: 11px; line-height: 1.45; }

.download-v2-empty {
    padding: 34px;
    border: 1px dashed var(--tp-border);
    border-radius: 22px;
    color: var(--tp-text-soft);
    background: var(--tp-surface-soft);
    text-align: center;
}

.download-v2-empty strong { color: var(--tp-text); }
.download-v2-empty p { margin: 7px 0 0; }

.download-v2-store-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-top: 18px;
    padding: 17px 19px;
    border: 1px solid rgba(20, 184, 166, .20);
    border-radius: 18px;
    background: rgba(20, 184, 166, .065);
}

.download-v2-store-note__icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 13px;
    background: rgba(20, 184, 166, .12);
}

.download-v2-store-note strong { color: var(--tp-text); font-size: 14px; }
.download-v2-store-note p { margin: 4px 0 0; color: var(--tp-text-soft); font-size: 13px; line-height: 1.55; }

.download-v2-steps {
    padding: 52px 0;
    background: transparent;
}

.download-v2-section-heading--center {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
    align-items: end;
    margin-bottom: 30px;
}

.download-v2-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.download-v2-step-grid li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    min-height: 190px;
    padding: 25px;
    border: 1px solid var(--tp-border);
    border-radius: 23px;
    background: var(--tp-surface);
    box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
}

.download-v2-step-grid li > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--tp-primary);
    background: rgba(var(--tp-primary-rgb), .09);
    font-size: 11px;
    font-weight: 900;
}

.download-v2-step-grid h3 { margin: 2px 0 9px; color: var(--tp-text); font-size: 18px; letter-spacing: -.025em; }
.download-v2-step-grid p { margin: 0; color: var(--tp-text-soft); font-size: 14px; line-height: 1.65; }

.download-v2-value { padding: 52px 0 100px; }

.download-v2-value__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.download-v2-value__grid article {
    padding: 25px;
    border: 1px solid var(--tp-border);
    border-radius: 23px;
    background: var(--tp-surface);
}

.download-v2-value__icon {
    display: grid;
    width: 43px;
    height: 43px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: var(--tp-gradient-primary);
    box-shadow: 0 11px 24px rgba(var(--tp-primary-rgb), .18);
}

.download-v2-value__grid article:nth-child(2) .download-v2-value__icon { background: linear-gradient(135deg, #14B8A6, #3B82F6); }
.download-v2-value__grid article:nth-child(3) .download-v2-value__icon { background: linear-gradient(135deg, #F97316, #EC4899); }
.download-v2-value__grid h3 { margin: 0 0 9px; color: var(--tp-text); font-size: 18px; letter-spacing: -.025em; }
.download-v2-value__grid p { margin: 0; color: var(--tp-text-soft); font-size: 14px; line-height: 1.65; }
.download-v2-value__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: var(--tp-primary);
    font-size: 13px;
    font-weight: 800;
}
.download-v2-value__link:hover { gap: 10px; }

.download-v2-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    margin-top: 22px;
    padding: clamp(32px, 5vw, 52px);
    border: 1px solid rgba(var(--tp-primary-rgb), .16);
    border-radius: 30px;
    background: radial-gradient(circle at 90% 10%, rgba(20, 184, 166, .16), transparent 34%), radial-gradient(circle at 10% 100%, rgba(var(--tp-primary-rgb), .18), transparent 38%), var(--tp-surface);
    box-shadow: var(--tp-shadow-md);
}

.download-v2-final-cta h2 { margin: 10px 0 0; color: var(--tp-text); font-size: clamp(33px, 4vw, 48px); letter-spacing: -.045em; line-height: 1.06; }
.download-v2-final-cta p { margin: 13px 0 0; color: var(--tp-text-soft); font-size: 16px; }
.download-v2-final-cta .tp-btn { flex: 0 0 auto; }

/* Step 9.10G — registration and in-extension Pro trial onboarding. */
.trial-v2-container { width: min(1120px, calc(100% - 48px)); }
.trial-v2-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(70px, 8vw, 106px) 0 48px;
    background: transparent;
}
.trial-v2-hero__glow {
    position: absolute;
    z-index: -1;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    pointer-events: none;
}
.trial-v2-hero__glow--one { left: -310px; top: -210px; background: radial-gradient(circle, rgba(139, 92, 246, .22), transparent 68%); }
.trial-v2-hero__glow--two { right: -260px; top: -210px; background: radial-gradient(circle, rgba(20, 184, 166, .18), transparent 68%); }
.trial-v2-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .72fr);
    gap: clamp(48px, 8vw, 104px);
    align-items: center;
}
.trial-v2-hero h1 {
    max-width: 700px;
    margin: 0;
    color: var(--tp-text);
    font-family: var(--tp-font-heading);
    font-size: clamp(51px, 6.4vw, 82px);
    font-weight: 880;
    letter-spacing: -.064em;
    line-height: .96;
}
.trial-v2-hero h1 span {
    color: transparent;
    background: var(--tp-gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
}
.trial-v2-hero__copy > p { max-width: 650px; margin: 27px 0 30px; color: var(--tp-text-soft); font-size: 19px; line-height: 1.68; }
.trial-v2-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trial-v2-assurances { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 27px 0 0; padding: 0; color: var(--tp-muted); list-style: none; font-size: 13px; font-weight: 750; }
.trial-v2-assurances li { display: inline-flex; align-items: center; gap: 7px; }
.trial-v2-assurances li span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #078875; background: rgba(20, 184, 166, .13); font-size: 10px; }
.trial-v2-hero__card {
    position: relative;
    overflow: hidden;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 32px;
    color: #fff;
    background: linear-gradient(145deg, #4338CA, #7148EB 58%, #2563EB);
    box-shadow: 0 32px 70px rgba(79, 70, 229, .27);
}
.trial-v2-hero__card::after { content: ''; position: absolute; right: -80px; top: -100px; width: 230px; height: 230px; border-radius: 50%; background: rgba(255, 255, 255, .1); }
.trial-v2-hero__card-kicker { position: relative; z-index: 1; display: block; margin-bottom: 25px; color: rgba(255, 255, 255, .78); font-size: 12px; font-weight: 850; letter-spacing: .09em; }
.trial-v2-hero__card > strong { display: block; font-size: 88px; line-height: .8; letter-spacing: -.07em; }
.trial-v2-hero__card h2 { margin: 12px 0 17px; color: #fff; font-size: 28px; letter-spacing: -.04em; }
.trial-v2-hero__card > p { margin: 0; color: rgba(255, 255, 255, .78); font-size: 15px; line-height: 1.7; }
.trial-v2-hero__card-note { display: flex; gap: 10px; margin-top: 26px; padding: 14px; border-radius: 14px; color: #fff; background: rgba(255, 255, 255, .12); font-size: 12px; font-weight: 750; line-height: 1.45; }

.trial-v2-steps { padding: 40px 0 94px; background: transparent; }
.trial-v2-section-heading { max-width: 790px; margin-bottom: 42px; }
.trial-v2-section-heading h2 { margin: 12px 0 14px; color: var(--tp-text); font-size: clamp(39px, 5vw, 58px); letter-spacing: -.052em; line-height: 1.02; }
.trial-v2-section-heading p { margin: 0; color: var(--tp-text-soft); font-size: 17px; line-height: 1.65; }
.trial-v2-section-heading--center { margin-inline: auto; text-align: center; }
.trial-v2-step-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.trial-v2-step-list li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; min-height: 216px; padding: 26px; border: 1px solid var(--tp-border); border-radius: 24px; background: var(--tp-surface); box-shadow: 0 14px 38px rgba(15, 23, 42, .05); }
.trial-v2-step-list__number { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 14px; color: var(--tp-primary); background: rgba(var(--tp-primary-rgb), .1); font-size: 11px; font-weight: 900; }
.trial-v2-step-list h3 { margin: 2px 0 10px; color: var(--tp-text); font-size: 20px; letter-spacing: -.025em; }
.trial-v2-step-list p { margin: 0; color: var(--tp-text-soft); font-size: 15px; line-height: 1.68; }
.trial-v2-step-list p strong { color: var(--tp-text); }
.trial-v2-step-list a { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: var(--tp-primary); font-size: 13px; font-weight: 800; }

.trial-v2-demo { padding: 94px 0; background: linear-gradient(180deg, color-mix(in srgb, var(--tp-bg) 96%, var(--tp-primary) 4%), var(--tp-bg)); }
.trial-v2-demo__grid { display: grid; grid-template-columns: minmax(330px, .75fr) minmax(0, 1.25fr); gap: clamp(45px, 7vw, 90px); align-items: center; }
.trial-v2-demo__copy h2 { margin: 13px 0 18px; color: var(--tp-text); font-size: clamp(40px, 5vw, 59px); letter-spacing: -.052em; line-height: 1.02; }
.trial-v2-demo__copy > p { margin: 0; color: var(--tp-text-soft); font-size: 17px; line-height: 1.72; }
.trial-v2-demo__tip { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 13px; margin-top: 27px; padding: 18px; border: 1px solid rgba(var(--tp-primary-rgb), .16); border-radius: 18px; background: var(--tp-surface); box-shadow: var(--tp-shadow-sm); }
.trial-v2-demo__tip > span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: #fff; background: var(--tp-gradient-primary); font-weight: 900; }
.trial-v2-demo__tip p { margin: 1px 0 0; color: var(--tp-text-soft); font-size: 14px; line-height: 1.58; }
.trial-v2-demo__tip strong { color: var(--tp-text); }
.trial-v2-demo__figure { overflow: hidden; margin: 0; padding: 14px; border: 1px solid var(--tp-border); border-radius: 30px; background: var(--tp-surface); box-shadow: 0 28px 68px rgba(15, 23, 42, .13); }
.trial-v2-demo__figure img { display: block; width: 100%; height: auto; border-radius: 19px; }
.trial-v2-demo__figure figcaption { padding: 13px 6px 1px; color: var(--tp-muted); font-size: 12px; font-weight: 750; text-align: center; }

.trial-v2-details { padding: 94px 0 108px; background: var(--tp-bg); }
.trial-v2-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.trial-v2-detail-grid article { padding: 27px; border: 1px solid var(--tp-border); border-radius: 23px; background: var(--tp-surface); }
.trial-v2-detail-grid article > span { display: grid; width: 43px; height: 43px; margin-bottom: 21px; place-items: center; border-radius: 14px; color: #fff; background: var(--tp-gradient-primary); box-shadow: 0 11px 24px rgba(var(--tp-primary-rgb), .18); font-size: 19px; font-weight: 850; }
.trial-v2-detail-grid article:nth-child(2) > span { background: linear-gradient(135deg, #14B8A6, #3B82F6); }
.trial-v2-detail-grid article:nth-child(3) > span { background: linear-gradient(135deg, #F97316, #EC4899); }
.trial-v2-detail-grid h3 { margin: 0 0 9px; color: var(--tp-text); font-size: 18px; letter-spacing: -.025em; }
.trial-v2-detail-grid p { margin: 0; color: var(--tp-text-soft); font-size: 14px; line-height: 1.66; }
.trial-v2-final-cta { display: flex; align-items: center; justify-content: space-between; gap: 38px; margin-top: 48px; padding: clamp(32px, 5vw, 52px); border: 1px solid rgba(var(--tp-primary-rgb), .16); border-radius: 30px; background: radial-gradient(circle at 90% 10%, rgba(20, 184, 166, .16), transparent 34%), radial-gradient(circle at 10% 100%, rgba(var(--tp-primary-rgb), .18), transparent 38%), var(--tp-surface); box-shadow: var(--tp-shadow-md); }
.trial-v2-final-cta h2 { margin: 10px 0 0; color: var(--tp-text); font-size: clamp(33px, 4vw, 48px); letter-spacing: -.045em; line-height: 1.06; }
.trial-v2-final-cta p { margin: 13px 0 0; color: var(--tp-text-soft); font-size: 16px; }
.trial-v2-final-cta__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }

/* Step 9.10F — readable, product-consistent legal documents. */
.legal-v2-container {
    width: min(100% - 40px, 1160px);
    margin-inline: auto;
}

.legal-v2-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 9vw, 112px) 0 clamp(92px, 11vw, 138px);
    background:
        radial-gradient(circle at 14% 18%, rgba(var(--tp-primary-rgb), .17), transparent 31%),
        radial-gradient(circle at 88% 6%, rgba(20, 184, 166, .12), transparent 27%),
        linear-gradient(180deg, color-mix(in srgb, var(--tp-bg) 90%, var(--tp-primary) 10%), var(--tp-bg));
}

.legal-v2-hero::after {
    content: '';
    position: absolute;
    inset: auto -8% -150px;
    height: 250px;
    border-radius: 50% 50% 0 0;
    background: var(--tp-bg);
}

.legal-v2-hero--terms {
    background:
        radial-gradient(circle at 82% 18%, rgba(245, 158, 11, .12), transparent 29%),
        radial-gradient(circle at 12% 5%, rgba(var(--tp-primary-rgb), .17), transparent 31%),
        linear-gradient(180deg, color-mix(in srgb, var(--tp-bg) 90%, var(--tp-primary) 10%), var(--tp-bg));
}

.legal-v2-hero--refund {
    background:
        radial-gradient(circle at 84% 14%, rgba(20, 184, 166, .15), transparent 29%),
        radial-gradient(circle at 11% 5%, rgba(var(--tp-primary-rgb), .17), transparent 31%),
        linear-gradient(180deg, color-mix(in srgb, var(--tp-bg) 90%, var(--tp-primary) 10%), var(--tp-bg));
}

.legal-v2-hero__inner { position: relative; z-index: 1; text-align: center; }
.legal-v2-hero h1 {
    max-width: 900px;
    margin: 15px auto 20px;
    color: var(--tp-text);
    font-size: clamp(47px, 6.6vw, 78px);
    line-height: .98;
    letter-spacing: -.06em;
}
.legal-v2-hero__inner > p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--tp-text-soft);
    font-size: 18px;
    line-height: 1.7;
}
.legal-v2-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 27px;
}
.legal-v2-meta span {
    padding: 8px 13px;
    border: 1px solid var(--tp-border);
    border-radius: 999px;
    color: var(--tp-muted);
    background: color-mix(in srgb, var(--tp-surface) 84%, transparent);
    font-size: 12px;
    font-weight: 750;
    box-shadow: var(--tp-shadow-sm);
}

.legal-v2-section { padding: 4px 0 108px; background: var(--tp-bg); }
.legal-v2-layout {
    display: grid;
    grid-template-columns: 238px minmax(0, 1fr);
    gap: clamp(34px, 6vw, 76px);
    align-items: start;
}
.legal-v2-toc {
    position: sticky;
    top: 96px;
    padding: 20px;
    border: 1px solid var(--tp-border);
    border-radius: 20px;
    background: var(--tp-surface);
    box-shadow: var(--tp-shadow-sm);
}
.legal-v2-toc > strong {
    display: block;
    margin-bottom: 13px;
    color: var(--tp-text);
    font-size: 13px;
    letter-spacing: .02em;
}
.legal-v2-toc nav { display: grid; gap: 3px; }
.legal-v2-toc a {
    padding: 8px 9px;
    border-radius: 9px;
    color: var(--tp-muted);
    font-size: 13px;
    line-height: 1.35;
}
.legal-v2-toc a:hover { color: var(--tp-primary); background: rgba(var(--tp-primary-rgb), .08); }

.legal-v2-document {
    min-width: 0;
    padding: clamp(28px, 5vw, 62px);
    border: 1px solid var(--tp-border);
    border-radius: 30px;
    background: var(--tp-surface);
    box-shadow: var(--tp-shadow-md);
}
.legal-v2-document > section {
    position: relative;
    scroll-margin-top: 95px;
    padding: 39px 0;
    border-bottom: 1px solid var(--tp-border);
}
.legal-v2-document > section:first-child { padding-top: 0; }
.legal-v2-document > section:last-child { padding-bottom: 0; border-bottom: 0; }
.legal-v2-document h2 {
    margin: 0 0 17px;
    color: var(--tp-text);
    font-size: clamp(27px, 3vw, 35px);
    line-height: 1.12;
    letter-spacing: -.04em;
}
.legal-v2-document h3 {
    margin: 26px 0 9px;
    color: var(--tp-text);
    font-size: 18px;
    letter-spacing: -.02em;
}
.legal-v2-document p,
.legal-v2-document li {
    color: var(--tp-text-soft);
    font-size: 16px;
    line-height: 1.78;
}
.legal-v2-document p { margin: 0 0 15px; }
.legal-v2-document p:last-child { margin-bottom: 0; }
.legal-v2-document ul { display: grid; gap: 9px; margin: 13px 0 17px; padding-left: 22px; }
.legal-v2-document a:not(.tp-btn) { color: var(--tp-primary); text-decoration: underline; text-underline-offset: 3px; }
.legal-v2-document strong { color: var(--tp-text); }
.legal-v2-number {
    display: inline-grid;
    min-width: 37px;
    height: 29px;
    margin-bottom: 12px;
    place-items: center;
    border-radius: 9px;
    color: var(--tp-primary);
    background: rgba(var(--tp-primary-rgb), .1);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
}
.legal-v2-summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 17px;
    margin-bottom: 8px;
    padding: 23px !important;
    border: 1px solid rgba(var(--tp-primary-rgb), .18) !important;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(var(--tp-primary-rgb), .1), rgba(20, 184, 166, .07));
}
.legal-v2-summary__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: var(--tp-gradient-primary);
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(var(--tp-primary-rgb), .2);
}
.legal-v2-summary h2 { margin: 2px 0 8px; font-size: 22px; }
.legal-v2-summary p { font-size: 15px; line-height: 1.7; }
.legal-v2-contact {
    margin-top: 39px;
    padding: clamp(28px, 5vw, 43px) !important;
    border: 1px solid rgba(var(--tp-primary-rgb), .18) !important;
    border-radius: 23px;
    background: radial-gradient(circle at 90% 10%, rgba(20, 184, 166, .13), transparent 38%), rgba(var(--tp-primary-rgb), .06);
}
.legal-v2-contact h2 { margin-top: 9px; }
.legal-v2-contact__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }

.site-footer {
    padding: 68px 0 0;
    border-top-color: color-mix(in srgb, var(--tp-border) 78%, transparent);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(300px, 1.7fr) repeat(3, minmax(120px, .55fr));
    gap: clamp(30px, 5vw, 72px);
    padding-bottom: 54px;
}

.site-footer__brand { display: block; max-width: 390px; }
.site-footer__brand img { height: 34px; margin-bottom: 17px; }
.site-footer__brand p { margin: 0 0 14px; color: var(--tp-text-soft); line-height: 1.65; }
.site-footer__promise { color: var(--tp-primary); font-size: 13px; font-weight: 800; }

.site-footer__column {
    display: grid;
    align-content: start;
    gap: 12px;
    font-size: 14px;
}

.site-footer__column strong { margin-bottom: 5px; color: var(--tp-text); }
.site-footer__column a { color: var(--tp-muted); }
.site-footer__column a:hover { color: var(--tp-primary); }

.site-footer__bottom {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--tp-border);
    color: var(--tp-muted);
    font-size: 12px;
}

@media (max-width: 1120px) {
    .home-hero__grid,
    .home-plan-story { grid-template-columns: 1fr; }

    .home-hero__content {
        max-width: 760px;
        text-align: center;
        margin-inline: auto;
    }

    .home-hero__lead { margin-inline: auto; }
    .home-hero__actions,
    .home-hero__assurances { justify-content: center; }
    .home-product { width: min(900px, 100%); margin: 0 auto; }
    .home-proof-rail { grid-template-columns: 1fr; }
    .home-proof-platforms { justify-content: center; }
    .home-proof-facts > div:first-child { border-left: 0; }
    .home-showcase,
    .home-showcase--quick-save { grid-template-columns: 1fr; }
    .home-showcase--quick-save .home-showcase__copy { order: 2; }
    .home-showcase--quick-save .home-quicksave-stage { order: 1; }
    .home-feature-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-plan-story__copy { max-width: 760px; }

    .pricing-v2-reassurance__grid { grid-template-columns: 1fr; }

    .download-v2-platforms { grid-template-columns: 1fr; }
    .download-v2-card { min-height: 0; }
    .download-v2-card__meta { margin-top: 12px; }
    .download-v2-step-grid,
    .download-v2-value__grid { grid-template-columns: 1fr; }

    .trial-v2-hero__grid,
    .trial-v2-demo__grid { grid-template-columns: 1fr; }
    .trial-v2-hero__card { max-width: 620px; }
    .trial-v2-demo__copy { max-width: 720px; }
    .trial-v2-demo__figure { width: min(760px, 100%); margin-inline: auto; }
}

@media (max-width: 860px) {
    .site-header__inner { height: 68px; }
    .site-nav { align-items: stretch; }
    .site-nav__links,
    .site-nav__actions { display: grid; gap: 7px; }
    .site-nav a:not(.tp-btn) { justify-content: center; }
    .site-nav__actions { padding-top: 8px; border-top: 1px solid var(--tp-border); }
    .site-nav__cta { width: 100%; }
    .home-hero { padding-top: 66px; }
    .home-section__heading { grid-template-columns: 1fr; gap: 22px; }
    .home-feature-gallery__heading { grid-template-columns: 1fr; gap: 18px; }
    .site-footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .site-footer__brand { grid-column: 1 / -1; }

    .pricing-v2-trial { grid-template-columns: auto minmax(0, 1fr); }
    .pricing-v2-trial .tp-btn { grid-column: 1 / -1; width: 100%; }
    .pricing-v2-grid { grid-template-columns: 1fr; }
    .pricing-v2-card { min-height: 0; }
    .pricing-v2-final-cta { display: grid; }
    .pricing-v2-final-cta__actions { justify-content: flex-start; }

    .download-v2-section-heading,
    .download-v2-section-heading--center { grid-template-columns: 1fr; align-items: start; gap: 17px; }
    .download-v2-release-pill { justify-self: start; }
    .download-v2-final-cta { display: grid; }
    .download-v2-final-cta .tp-btn { justify-self: start; }

    .trial-v2-step-list { grid-template-columns: 1fr; }
    .trial-v2-step-list li { min-height: 0; }
    .trial-v2-detail-grid { grid-template-columns: 1fr; }
    .trial-v2-final-cta { display: grid; }
    .trial-v2-final-cta__actions { justify-content: flex-start; }

    .legal-v2-layout { grid-template-columns: 1fr; gap: 24px; }
    .legal-v2-toc { position: static; }
    .legal-v2-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .home-hero { padding-top: 48px; }
    .home-hero__grid { width: min(100% - 28px, var(--tp-container-wide)); gap: 30px; }
    .home-hero h1 { font-size: clamp(46px, 15vw, 64px); }
    .home-hero__lead { margin-block: 22px 26px; font-size: 17px; }
    .home-hero__actions { display: grid; }
    .home-hero__actions .tp-btn { width: 100%; }
    .home-hero__assurances {
        display: grid;
        justify-content: start;
        width: max-content;
        max-width: 100%;
        margin-inline: auto;
        text-align: left;
    }

    .home-product { padding: 12px 0 80px; }
    .home-product__window { border-radius: 17px; transform: none; }
    .home-product__toolbar { height: 36px; grid-template-columns: 62px 1fr 20px; padding-inline: 10px; }
    .home-product__viewport { aspect-ratio: 1.45 / 1; }
    .home-product__float { min-width: 0; width: calc(50% - 6px); padding: 10px; }
    .home-product__float--local { left: 0; bottom: 17px; }
    .home-product__float--sync { right: 0; top: auto; bottom: 17px; }
    .home-product__float-icon { width: 27px; height: 27px; }
    .home-product__float span:last-child { font-size: 0; }
    .home-product__float strong { font-size: 11px; }
    .home-proof-rail {
        gap: 20px;
        width: min(100% - 28px, var(--tp-container));
        margin-top: 10px;
        padding: 20px 16px;
    }
    .home-proof-platforms { display: grid; justify-items: center; gap: 12px; }
    .home-browser-list { flex-wrap: wrap; justify-content: center; }
    .home-proof-facts { grid-template-columns: 1fr; width: 100%; }
    .home-proof-facts > div {
        grid-template-columns: minmax(100px, .65fr) 1fr;
        align-items: baseline;
        padding: 10px 4px;
        border-top: 1px solid var(--tp-border);
        border-left: 0;
    }
    .home-proof-facts dt { font-size: 15px; }
    .home-proof-facts dd { font-size: 13px; }
    .home-section { padding: 74px 0; }
    .home-section__heading h2,
    .home-plan-story h2 { font-size: 39px; }
    .home-showcase { gap: 18px; padding: 12px; border-radius: 24px; }
    .home-showcase__copy { padding: 14px 10px 18px; }
    .home-showcase__copy h3 { font-size: 31px; }
    .home-product-shot { border-radius: 16px; }
    .home-product-shot figcaption { display: none; }
    .home-quicksave-stage { min-height: 480px; border-radius: 18px; }
    .home-quicksave-stage img { width: min(310px, 84%); }
    .home-quicksave-stage figcaption { left: 50%; transform: translateX(-50%); white-space: nowrap; }
    .home-feature-gallery { margin-top: 62px; padding-top: 32px; }
    .home-feature-gallery__heading { margin-bottom: 22px; }
    .home-feature-gallery__heading h2 { font-size: 36px; }
    .home-feature-gallery__grid { grid-template-columns: 1fr; }
    .home-feature-tile { border-radius: 20px; }
    .home-feature-tile__copy { min-height: 0; padding: 21px; }
    .home-plan-cards,
    .site-footer__grid { grid-template-columns: 1fr; }
    .home-plan-card { min-height: auto; }
    .home-cta-section { padding: 54px 0 74px; }
    .home-cta-card { display: grid; padding: 30px 23px; border-radius: 26px; }
    .home-cta-card .tp-btn { width: 100%; }

    .pricing-v2-container { width: min(100% - 28px, 1060px); }
    .pricing-v2-hero { padding: 54px 0 32px; }
    .pricing-v2-hero h1 { font-size: clamp(43px, 13vw, 58px); }
    .pricing-v2-hero__inner > p { font-size: 17px; }
    .pricing-v2-hero__proof { display: grid; justify-content: start; width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
    .pricing-v2-currency-row { justify-content: stretch; }
    .pricing-v2-currency { display: grid; width: 100%; max-width: none; padding: 11px; text-align: left; }
    .pricing-v2-currency select { width: 100%; }
    .pricing-v2-plans { padding: 50px 0 70px; }
    .pricing-v2-compare,
    .pricing-v2-reassurance { padding: 70px 0; }
    .pricing-v2-section-heading h2 { font-size: 37px; }
    .pricing-v2-trial { grid-template-columns: 1fr; justify-items: start; padding: 22px; }
    .pricing-v2-trial .tp-btn { grid-column: auto; }
    .pricing-v2-trial:after { display: none; }
    .pricing-v2-card { padding: 26px 21px; border-radius: 24px; }
    .pricing-v2-card__badge { right: 20px; }
    .pricing-v2-card__header p { min-height: 0; }
    .pricing-v2-limits { grid-template-columns: 1fr; }
    .pricing-v2-limits div { min-height: 66px; }
    .pricing-v2-table th,
    .pricing-v2-table td { padding: 17px 18px; }
    .pricing-v2-final-cta { padding: 30px 23px; border-radius: 25px; }
    .pricing-v2-final-cta__actions { display: grid; }
    .pricing-v2-final-cta__actions .tp-btn { width: 100%; }

    .download-v2-container { width: min(100% - 28px, 1160px); }
    .download-v2-hero { padding: 54px 0 128px; }
    .download-v2-hero h1 { font-size: clamp(43px, 13vw, 58px); }
    .download-v2-hero__inner > p { font-size: 17px; }
    .download-v2-hero__proof { display: grid; justify-content: start; width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
    .download-v2-browser-section { margin-top: -82px; padding-bottom: 38px; }
    .download-v2-browser-panel { padding: 20px 14px; border-radius: 25px; }
    .download-v2-section-heading h2 { font-size: 36px; }
    .download-v2-card { padding: 22px 19px; border-radius: 21px; }
    .download-v2-card__icon-frame { width: 72px; height: 72px; }
    .download-v2-card__icon { width: 52px; height: 52px; }
    .download-v2-store-note { align-items: start; }
    .download-v2-steps { padding: 42px 0; }
    .download-v2-value { padding: 42px 0 70px; }
    .download-v2-step-grid li { min-height: 0; padding: 22px 19px; }
    .download-v2-final-cta { padding: 29px 22px; border-radius: 25px; }
    .download-v2-final-cta .tp-btn { width: 100%; }
    .trial-v2-container { width: min(100% - 28px, 1120px); }
    .trial-v2-hero { padding: 52px 0 38px; }
    .trial-v2-hero h1 { font-size: clamp(45px, 14vw, 61px); }
    .trial-v2-hero__copy > p { font-size: 17px; }
    .trial-v2-hero__actions { display: grid; }
    .trial-v2-hero__actions .tp-btn { width: 100%; }
    .trial-v2-assurances { display: grid; }
    .trial-v2-hero__card { padding: 29px 23px; border-radius: 25px; }
    .trial-v2-hero__card > strong { font-size: 72px; }
    .trial-v2-demo,
    .trial-v2-details { padding: 72px 0; }
    .trial-v2-steps { padding: 30px 0 68px; }
    .trial-v2-section-heading h2,
    .trial-v2-demo__copy h2 { font-size: 38px; }
    .trial-v2-step-list li { grid-template-columns: 1fr; padding: 22px 20px; border-radius: 20px; }
    .trial-v2-demo__figure { padding: 9px; border-radius: 20px; }
    .trial-v2-demo__figure img { border-radius: 13px; }
    .trial-v2-final-cta { padding: 29px 22px; border-radius: 25px; }
    .trial-v2-final-cta__actions { display: grid; }
    .trial-v2-final-cta__actions .tp-btn { width: 100%; }
    .legal-v2-container { width: min(100% - 28px, 1160px); }
    .legal-v2-hero { padding: 54px 0 96px; }
    .legal-v2-hero h1 { font-size: clamp(43px, 13vw, 58px); }
    .legal-v2-hero__inner > p { font-size: 17px; }
    .legal-v2-meta { display: grid; justify-items: center; }
    .legal-v2-section { padding-bottom: 72px; }
    .legal-v2-toc { padding: 16px; border-radius: 17px; }
    .legal-v2-toc nav { grid-template-columns: 1fr; }
    .legal-v2-document { padding: 25px 20px; border-radius: 23px; }
    .legal-v2-document > section { padding: 32px 0; }
    .legal-v2-summary { grid-template-columns: 1fr; padding: 20px !important; }
    .legal-v2-contact { padding: 25px 20px !important; }
    .legal-v2-contact__actions { display: grid; }
    .legal-v2-contact__actions .tp-btn { width: 100%; }
    .site-footer { padding-top: 50px; }
    .site-footer__grid { gap: 28px; }
    .site-footer__brand { grid-column: auto; }
    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-block: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
