:root {
    color-scheme: dark;
    --pt-bg: #08080c;
    --pt-bg-soft: #0d0d13;
    --pt-panel: rgba(17, 17, 24, 0.88);
    --pt-panel-solid: #111118;
    --pt-line: rgba(255, 255, 255, 0.12);
    --pt-line-strong: rgba(255, 255, 255, 0.24);
    --pt-copy: #f6f4f5;
    --pt-muted: rgba(246, 244, 245, 0.64);
    --pt-dim: rgba(246, 244, 245, 0.4);
    --pt-pink: #ff315f;
    --pt-pink-soft: rgba(255, 49, 95, 0.12);
    --pt-cyan: #68d9e7;
    --pt-gold: #f3c95f;
    --pt-green: #52cf86;
    --pt-mono: "DM Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    --pt-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --pt-max: 1400px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background: var(--pt-bg);
    scroll-behavior: smooth;
    overflow-x: clip;
}

body.pricing-test-page {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at 72% 5%, rgba(120, 18, 52, 0.17), transparent 31rem),
        linear-gradient(180deg, #09090d 0%, #08080c 100%);
    color: var(--pt-copy);
    font-family: var(--pt-sans);
    line-height: 1.55;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
}

body.pricing-test-page.pt-modal-open {
    overflow: hidden;
}

button,
input,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
}

::selection {
    background: var(--pt-pink);
    color: #fff;
}

.pt-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 5000;
    padding: 12px 18px;
    background: #fff;
    color: #08080c;
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-150%);
    transition: transform 0.2s ease;
}

.pt-skip-link:focus {
    transform: translateY(0);
}

.pt-atmosphere {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: clip;
}

.pt-atmosphere::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.34) 0 0.5px, transparent 0.8px),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.2) 0 0.45px, transparent 0.75px);
    background-size: 5px 5px, 7px 7px;
}

.pt-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
    mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}

.pt-orbit {
    position: absolute;
    width: 56rem;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 49, 95, 0.12);
    border-radius: 50%;
}

.pt-orbit::before,
.pt-orbit::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: inherit;
    border-radius: inherit;
}

.pt-orbit::after {
    inset: 29%;
}

.pt-orbit-one {
    top: -34rem;
    right: -17rem;
}

.pt-orbit-two {
    bottom: 12rem;
    left: -45rem;
    border-color: rgba(104, 217, 231, 0.08);
}

.pt-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 88px;
    padding: 0 clamp(22px, 4vw, 72px);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 8, 12, 0.78);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.pt-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-family: var(--pt-mono);
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-decoration: none;
    white-space: nowrap;
}

.pt-brand-mark {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid var(--pt-line-strong);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.pt-brand-mark i {
    position: absolute;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
}

.pt-brand-mark i:nth-child(1) {
    transform: translateY(-7px);
}

.pt-brand-mark i:nth-child(2) {
    width: 14px;
    background: var(--pt-pink);
}

.pt-brand-mark i:nth-child(3) {
    transform: translateY(7px);
}

.pt-nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 3vw, 48px);
}

.pt-nav-links a,
.pt-nav-cta,
.pt-test-badge {
    font-family: var(--pt-mono);
    font-size: 0.69rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pt-nav-links a {
    position: relative;
    color: var(--pt-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pt-nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 1px;
    background: var(--pt-pink);
    transition: right 0.25s ease;
}

.pt-nav-links a:hover {
    color: #fff;
}

.pt-nav-links a:hover::after {
    right: 0;
}

.pt-nav-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.pt-test-badge {
    color: var(--pt-muted);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
}

.pt-test-badge i,
.pt-console-live i,
.pt-secure-note i,
.pt-modal-security i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pt-green);
    box-shadow: 0 0 12px rgba(82, 207, 134, 0.8);
}

.pt-nav-cta {
    padding: 13px 18px;
    border: 1px solid var(--pt-line-strong);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.pt-nav-cta:hover {
    border-color: var(--pt-pink);
    background: var(--pt-pink-soft);
}

.pt-hero {
    width: min(var(--pt-max), calc(100% - clamp(36px, 8vw, 140px)));
    min-height: calc(100vh - 88px);
    min-height: calc(100svh - 88px);
    margin: 0 auto;
    padding: clamp(72px, 10vh, 130px) 0 42px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.76fr);
    column-gap: clamp(56px, 9vw, 150px);
    align-items: center;
}

.pt-hero-copy,
.pt-hero-console {
    min-width: 0;
}

.pt-kicker,
.pt-section-index,
.pt-modal-kicker {
    margin: 0 0 24px;
    color: var(--pt-muted);
    font-family: var(--pt-mono);
    font-size: 0.71rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.pt-kicker span,
.pt-section-index span {
    color: var(--pt-pink);
}

.pt-hero h1 {
    max-width: 940px;
    margin: 0;
    font-size: clamp(3.9rem, 7.2vw, 7.8rem);
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 0.87;
    text-transform: uppercase;
}

.pt-hero h1 em,
.pt-section-heading h2 em {
    color: var(--pt-pink);
    font-style: normal;
}

.pt-hero-intro {
    max-width: 670px;
    margin: 32px 0 0;
    color: var(--pt-muted);
    font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.pt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 40px;
}

.pt-button {
    min-height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border: 1px solid transparent;
    font-family: var(--pt-mono);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.pt-button:hover {
    transform: translateY(-2px);
}

.pt-button-primary {
    background: var(--pt-pink);
    color: #fff;
}

.pt-button-primary:hover {
    background: #ff5277;
}

.pt-button-ghost {
    border-color: var(--pt-line-strong);
    color: var(--pt-muted);
}

.pt-button-ghost:hover {
    border-color: #fff;
    color: #fff;
}

.pt-hero-console {
    position: relative;
    min-height: 520px;
    padding: 28px;
    border: 1px solid var(--pt-line);
    background:
        linear-gradient(145deg, rgba(255, 49, 95, 0.08), transparent 42%),
        rgba(10, 10, 15, 0.72);
    box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
    overflow: hidden;
}

.pt-hero-console::before,
.pt-hero-console::after {
    content: "";
    position: absolute;
    width: 84px;
    height: 84px;
    pointer-events: none;
}

.pt-hero-console::before {
    top: -1px;
    left: -1px;
    border-top: 2px solid var(--pt-pink);
    border-left: 2px solid var(--pt-pink);
}

.pt-hero-console::after {
    right: -1px;
    bottom: -1px;
    border-right: 2px solid var(--pt-cyan);
    border-bottom: 2px solid var(--pt-cyan);
}

.pt-console-top,
.pt-console-foot {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: var(--pt-dim);
    font-family: var(--pt-mono);
    font-size: 0.63rem;
    letter-spacing: 0.14em;
}

.pt-console-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--pt-muted);
}

.pt-console-price {
    min-height: 280px;
    padding: 54px 0 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pt-console-price > span,
.pt-console-price small {
    font-family: var(--pt-mono);
    font-size: 0.69rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pt-console-price > span {
    color: var(--pt-pink);
}

.pt-console-price strong {
    margin: 8px 0 2px;
    font-size: clamp(5rem, 8vw, 8rem);
    letter-spacing: -0.08em;
    line-height: 0.95;
}

.pt-console-price sup {
    position: relative;
    top: -1.7em;
    margin-right: 5px;
    color: var(--pt-pink);
    font-family: var(--pt-mono);
    font-size: 0.22em;
}

.pt-console-price small {
    color: var(--pt-muted);
}

.pt-console-route {
    margin: 4px 0 34px;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    align-items: center;
    gap: 10px;
}

.pt-console-route > i {
    height: 1px;
    background: var(--pt-line-strong);
}

.pt-console-route span {
    display: flex;
    flex-direction: column;
    color: var(--pt-dim);
    font-family: var(--pt-mono);
    font-size: 0.62rem;
}

.pt-console-route span b {
    color: var(--pt-muted);
    font-weight: 500;
}

.pt-console-route span.is-active,
.pt-console-route span.is-active b {
    color: var(--pt-pink);
}

.pt-proof-strip {
    grid-column: 1 / -1;
    margin-top: clamp(70px, 11vh, 140px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--pt-line);
    border-bottom: 1px solid var(--pt-line);
}

.pt-proof-strip > div {
    min-height: 116px;
    padding: 24px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 18px;
    align-content: center;
    border-right: 1px solid var(--pt-line);
}

.pt-proof-strip > div:last-child {
    border-right: 0;
}

.pt-proof-strip span {
    grid-row: 1 / 3;
    color: var(--pt-pink);
    font-family: var(--pt-mono);
    font-size: 0.68rem;
}

.pt-proof-strip strong {
    font-size: 0.93rem;
}

.pt-proof-strip small {
    margin-top: 3px;
    color: var(--pt-muted);
    font-size: 0.77rem;
}

.pt-builder,
.pt-included-section,
.pt-process,
.pt-faq {
    width: min(var(--pt-max), calc(100% - clamp(36px, 8vw, 140px)));
    margin: 0 auto;
}

.pt-builder {
    padding: clamp(110px, 13vw, 190px) 0 150px;
}

.pt-section-heading {
    max-width: 920px;
    margin-bottom: clamp(58px, 7vw, 100px);
}

.pt-section-heading h2,
.pt-process-heading h2,
.pt-faq-intro h2 {
    margin: 0;
    font-size: clamp(2.5rem, 5.2vw, 5.4rem);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.98;
}

.pt-section-heading > p:last-child {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--pt-muted);
    font-size: 1.05rem;
}

.pt-builder-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
    gap: clamp(36px, 5vw, 82px);
    align-items: start;
}

.pt-configurator,
.pt-summary {
    min-width: 0;
}

.pt-plan-fieldset,
.pt-module-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.pt-plan-fieldset legend,
.pt-module-fieldset legend {
    width: 100%;
    margin-bottom: 23px;
    color: #fff;
    font-family: var(--pt-mono);
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pt-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.pt-plan-card {
    position: relative;
    min-width: 0;
    min-height: 245px;
    padding: 26px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    gap: 18px;
    border: 1px solid var(--pt-line);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.022);
    color: var(--pt-copy);
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.pt-plan-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: var(--pt-pink);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.pt-plan-card:hover {
    border-color: var(--pt-line-strong);
    transform: translateY(-3px);
}

.pt-plan-card.is-active {
    border-color: rgba(255, 49, 95, 0.75);
    background: linear-gradient(145deg, rgba(255, 49, 95, 0.13), rgba(255, 255, 255, 0.025));
}

.pt-plan-card.is-active::after {
    transform: scaleX(1);
}

.pt-plan-radio {
    width: 19px;
    height: 19px;
    border: 1px solid var(--pt-line-strong);
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px transparent;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pt-plan-card.is-active .pt-plan-radio {
    border-color: var(--pt-pink);
    background: var(--pt-pink);
    box-shadow: inset 0 0 0 4px var(--pt-bg-soft), 0 0 18px rgba(255, 49, 95, 0.5);
}

.pt-plan-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pt-plan-meta {
    margin-bottom: 10px;
    color: var(--pt-pink);
    font-family: var(--pt-mono);
    font-size: 0.61rem;
    letter-spacing: 0.13em;
}

.pt-plan-copy strong {
    font-size: clamp(1.25rem, 2vw, 1.62rem);
    letter-spacing: -0.035em;
}

.pt-plan-copy small {
    margin-top: 8px;
    color: var(--pt-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.pt-plan-price {
    grid-column: 2;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.pt-plan-price b {
    font-size: 2rem;
    letter-spacing: -0.05em;
}

.pt-plan-price small {
    color: var(--pt-dim);
    font-family: var(--pt-mono);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pt-module-fieldset {
    margin-top: 70px;
}

.pt-field-help {
    margin: -12px 0 22px;
    color: var(--pt-muted);
    font-size: 0.88rem;
}

.pt-core-module,
.pt-module {
    width: 100%;
    min-width: 0;
    min-height: 112px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: 30px 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    border: 1px solid var(--pt-line);
    background: rgba(255, 255, 255, 0.018);
    color: var(--pt-copy);
    text-align: left;
}

.pt-core-module {
    border-color: rgba(104, 217, 231, 0.3);
    background: rgba(104, 217, 231, 0.045);
}

.pt-module-list {
    display: grid;
    gap: 9px;
    margin-top: 9px;
}

.pt-module {
    cursor: pointer;
    transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.pt-module:hover {
    border-color: var(--pt-line-strong);
    transform: translateX(3px);
}

.pt-module.is-selected {
    border-color: rgba(255, 49, 95, 0.58);
    background: var(--pt-pink-soft);
}

.pt-module-index {
    color: var(--pt-dim);
    font-family: var(--pt-mono);
    font-size: 0.64rem;
}

.pt-module-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--pt-line);
    color: var(--pt-cyan);
    font-size: 1.35rem;
}

.pt-module-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.pt-module-copy strong {
    font-size: 0.98rem;
}

.pt-module-copy small {
    margin-top: 4px;
    color: var(--pt-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.pt-included,
.pt-module-price {
    color: var(--pt-cyan);
    font-family: var(--pt-mono);
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.pt-module-action {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pt-module-action i {
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid var(--pt-line-strong);
    border-radius: 50%;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.pt-module-action i::before,
.pt-module-action i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1px;
    background: var(--pt-muted);
    transform: translate(-50%, -50%);
}

.pt-module-action i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.pt-module.is-selected .pt-module-action i {
    border-color: var(--pt-pink);
    background: var(--pt-pink);
}

.pt-module.is-selected .pt-module-action i::before {
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: transparent;
    transform: translate(-50%, -64%) rotate(-45deg);
}

.pt-module.is-selected .pt-module-action i::after {
    display: none;
}

.pt-summary {
    position: sticky;
    top: 118px;
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid rgba(255, 49, 95, 0.48);
    background:
        linear-gradient(145deg, rgba(255, 49, 95, 0.1), transparent 32%),
        rgba(13, 13, 19, 0.94);
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.44);
    overflow: hidden;
}

.pt-summary::before,
.pt-summary::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.pt-summary::before {
    right: -110px;
    top: -110px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 49, 95, 0.16);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(255, 49, 95, 0.025), 0 0 0 76px rgba(255, 49, 95, 0.018);
}

.pt-summary::after {
    inset: auto 0 0;
    height: 2px;
    background: linear-gradient(90deg, var(--pt-pink), var(--pt-cyan));
}

.pt-summary > * {
    position: relative;
    z-index: 1;
}

.pt-summary-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: var(--pt-dim);
    font-family: var(--pt-mono);
    font-size: 0.62rem;
    letter-spacing: 0.1em;
}

.pt-summary-head p {
    margin: 0;
}

.pt-summary-head span {
    color: var(--pt-cyan);
    text-align: right;
}

.pt-summary h3 {
    margin: 31px 0 8px;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    letter-spacing: -0.055em;
}

.pt-summary-description {
    min-height: 45px;
    margin: 0;
    color: var(--pt-muted);
    font-size: 0.86rem;
}

.pt-summary-amount {
    margin: 32px 0 24px;
    padding: 26px 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--pt-line);
    border-bottom: 1px solid var(--pt-line);
}

.pt-summary-amount span {
    color: var(--pt-pink);
    font-family: var(--pt-mono);
    font-size: 0.64rem;
    letter-spacing: 0.13em;
}

.pt-summary-amount strong {
    margin-top: 8px;
    font-size: clamp(3.3rem, 5.4vw, 5rem);
    letter-spacing: -0.075em;
    line-height: 0.94;
}

.pt-cost-lines {
    margin: 0;
}

.pt-cost-lines > div {
    padding: 11px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: var(--pt-muted);
    font-size: 0.84rem;
}

.pt-cost-lines dt,
.pt-cost-lines dd {
    margin: 0;
}

.pt-cost-lines dd {
    color: #fff;
    font-weight: 700;
    text-align: right;
}

.pt-cost-lines .pt-due-row {
    margin-top: 9px;
    padding-top: 18px;
    border-top: 1px dashed var(--pt-line-strong);
    color: #fff;
}

.pt-due-row dd {
    color: var(--pt-gold);
}

.pt-installments {
    margin: 24px 0;
    padding: 17px;
    border: 1px solid var(--pt-line);
    background: rgba(255, 255, 255, 0.025);
}

.pt-installments[hidden] {
    display: none;
}

.pt-installment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.pt-switch-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 0.77rem;
    font-weight: 700;
    cursor: pointer;
}

.pt-switch-label input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.pt-switch {
    position: relative;
    width: 39px;
    height: 22px;
    border: 1px solid var(--pt-line-strong);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.pt-switch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--pt-muted);
    transition: transform 0.2s ease, background 0.2s ease;
}

.pt-switch-label input:checked + .pt-switch {
    border-color: var(--pt-pink);
    background: rgba(255, 49, 95, 0.26);
}

.pt-switch-label input:checked + .pt-switch::after {
    background: var(--pt-pink);
    transform: translateX(17px);
}

.pt-switch-label input:focus-visible + .pt-switch {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.pt-installment-row select {
    max-width: 112px;
    padding: 8px 9px;
    border: 1px solid var(--pt-line-strong);
    border-radius: 0;
    background: #111118;
    color: #fff;
    font-family: var(--pt-mono);
    font-size: 0.65rem;
}

.pt-installment-row select:disabled {
    opacity: 0.38;
}

.pt-installments p {
    margin: 12px 0 0;
    color: var(--pt-dim);
    font-size: 0.7rem;
}

.pt-checkout-button,
.pt-modal-pay {
    width: 100%;
    min-height: 56px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    background: var(--pt-pink);
    color: #fff;
    font-family: var(--pt-mono);
    font-size: 0.71rem;
    font-weight: 500;
    letter-spacing: 0.11em;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.pt-checkout-button:hover,
.pt-modal-pay:hover {
    background: #ff5277;
    transform: translateY(-2px);
}

.pt-talk-link {
    display: block;
    margin: 17px 0 0;
    color: var(--pt-muted);
    font-size: 0.74rem;
    text-align: center;
    text-underline-offset: 3px;
}

.pt-secure-note,
.pt-modal-security {
    margin: 24px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--pt-dim);
    font-family: var(--pt-mono);
    font-size: 0.6rem;
    letter-spacing: 0.06em;
    text-align: center;
}

.pt-secure-note i,
.pt-modal-security i {
    display: inline-block;
    width: 6px;
    height: 6px;
}

.pt-included-section {
    padding: 130px 0;
    border-top: 1px solid var(--pt-line);
}

.pt-section-heading-compact {
    max-width: 820px;
    margin-bottom: 70px;
}

.pt-included-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--pt-line);
    border-left: 1px solid var(--pt-line);
}

.pt-included-grid article {
    min-height: 260px;
    padding: 28px;
    border-right: 1px solid var(--pt-line);
    border-bottom: 1px solid var(--pt-line);
    background: rgba(255, 255, 255, 0.014);
    transition: background 0.25s ease;
}

.pt-included-grid article:hover {
    background: var(--pt-pink-soft);
}

.pt-included-grid article > span,
.pt-process-list li > span {
    color: var(--pt-pink);
    font-family: var(--pt-mono);
    font-size: 0.66rem;
}

.pt-included-grid h3 {
    margin: 68px 0 13px;
    font-size: 1.15rem;
}

.pt-included-grid p {
    margin: 0;
    color: var(--pt-muted);
    font-size: 0.83rem;
}

.pt-process {
    padding: 130px 0;
    display: grid;
    grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
    gap: clamp(50px, 9vw, 150px);
    border-top: 1px solid var(--pt-line);
}

.pt-process-heading h2 {
    font-size: clamp(2.5rem, 4.3vw, 4.4rem);
}

.pt-process-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--pt-line);
}

.pt-process-list li {
    min-height: 124px;
    padding: 24px 0;
    display: grid;
    grid-template-columns: 42px minmax(130px, 0.55fr) 1fr;
    align-items: start;
    gap: 18px;
    border-bottom: 1px solid var(--pt-line);
}

.pt-process-list strong {
    font-size: 1rem;
}

.pt-process-list p {
    margin: 0;
    color: var(--pt-muted);
    font-size: 0.83rem;
}

.pt-faq {
    padding: 130px 0 150px;
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(50px, 9vw, 150px);
    border-top: 1px solid var(--pt-line);
}

.pt-faq-intro h2 {
    font-size: clamp(2.5rem, 4.3vw, 4.4rem);
}

.pt-faq-intro > p:not(.pt-section-index) {
    margin: 24px 0;
    color: var(--pt-muted);
    font-size: 0.9rem;
}

.pt-faq-intro > a {
    color: var(--pt-pink);
    font-family: var(--pt-mono);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.pt-faq-list {
    border-top: 1px solid var(--pt-line);
}

.pt-faq-list details {
    border-bottom: 1px solid var(--pt-line);
}

.pt-faq-list summary {
    min-height: 82px;
    padding: 25px 44px 25px 0;
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 0.96rem;
    font-weight: 700;
    cursor: pointer;
}

.pt-faq-list summary::-webkit-details-marker {
    display: none;
}

.pt-faq-list summary span {
    position: absolute;
    right: 3px;
    width: 24px;
    height: 24px;
}

.pt-faq-list summary span::before,
.pt-faq-list summary span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    background: var(--pt-pink);
    transform: translate(-50%, -50%);
}

.pt-faq-list summary span::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.2s ease;
}

.pt-faq-list details[open] summary span::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.pt-faq-list details p {
    max-width: 680px;
    margin: -4px 0 28px;
    color: var(--pt-muted);
    font-size: 0.86rem;
}

.pt-closing {
    min-height: 460px;
    padding: 80px clamp(24px, 7vw, 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background:
        linear-gradient(90deg, rgba(255, 49, 95, 0.22), transparent 58%),
        #0f0d13;
    border-top: 1px solid rgba(255, 49, 95, 0.35);
}

.pt-closing p {
    margin: 0 0 24px;
    color: var(--pt-pink);
    font-family: var(--pt-mono);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
}

.pt-closing h2 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(2.7rem, 6.2vw, 6.8rem);
    letter-spacing: -0.065em;
    line-height: 0.94;
}

.pt-closing a {
    margin-top: 46px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--pt-pink);
    color: #fff;
    font-family: var(--pt-mono);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-decoration: none;
}

.pt-footer {
    padding: 60px clamp(24px, 7vw, 120px) 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: start;
    border-top: 1px solid var(--pt-line);
    background: #07070a;
}

.pt-footer > div:first-child p {
    max-width: 480px;
    margin: 20px 0 0;
    color: var(--pt-muted);
    font-size: 0.82rem;
}

.pt-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 22px;
}

.pt-footer-links a {
    color: var(--pt-muted);
    font-size: 0.76rem;
    text-decoration: none;
}

.pt-footer > span {
    grid-column: 1 / -1;
    padding-top: 30px;
    border-top: 1px solid var(--pt-line);
    color: var(--pt-dim);
    font-family: var(--pt-mono);
    font-size: 0.62rem;
    letter-spacing: 0.1em;
}

.pt-modal[hidden] {
    display: none;
}

.pt-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 20px;
}

.pt-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 2, 5, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.pt-modal-card {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    max-height: calc(100vh - 40px);
    max-height: calc(100svh - 40px);
    padding: clamp(28px, 5vw, 48px);
    border: 1px solid rgba(255, 49, 95, 0.55);
    background:
        linear-gradient(145deg, rgba(255, 49, 95, 0.11), transparent 35%),
        #111118;
    box-shadow: 0 44px 140px rgba(0, 0, 0, 0.65);
    overflow-y: auto;
    animation: pt-modal-in 0.22s ease both;
}

@keyframes pt-modal-in {
    from { opacity: 0; transform: translateY(18px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.pt-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--pt-line);
    border-radius: 0;
    background: transparent;
    color: var(--pt-muted);
    font-size: 1.35rem;
    cursor: pointer;
}

.pt-modal-kicker {
    color: var(--pt-pink);
}

.pt-modal-card h2 {
    margin: 0;
    font-size: clamp(2rem, 6vw, 3rem);
    letter-spacing: -0.055em;
}

.pt-modal-intro {
    margin: 12px 0 28px;
    color: var(--pt-muted);
    font-size: 0.86rem;
}

.pt-modal-card form > label {
    display: block;
    margin-top: 15px;
}

.pt-modal-card form > label > span {
    display: block;
    margin-bottom: 7px;
    color: var(--pt-muted);
    font-family: var(--pt-mono);
    font-size: 0.62rem;
    letter-spacing: 0.11em;
}

.pt-modal-card input {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid var(--pt-line);
    border-radius: 0;
    outline: 0;
    background: rgba(255, 255, 255, 0.035);
    color: #fff;
    font-size: 0.88rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pt-modal-card input:focus {
    border-color: var(--pt-pink);
    box-shadow: 0 0 0 3px rgba(255, 49, 95, 0.12);
}

.pt-modal-card input::placeholder {
    color: var(--pt-dim);
}

.pt-modal-summary {
    margin-top: 25px;
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-top: 1px solid var(--pt-line);
    border-bottom: 1px solid var(--pt-line);
}

.pt-modal-summary > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.pt-modal-summary span {
    color: var(--pt-pink);
    font-family: var(--pt-mono);
    font-size: 0.65rem;
    letter-spacing: 0.08em;
}

.pt-modal-summary small {
    margin-top: 4px;
    color: var(--pt-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pt-modal-summary strong {
    flex: 0 0 auto;
    color: var(--pt-gold);
    font-size: 1.35rem;
}

.pt-modal-payment-note {
    margin: 10px 0 0;
    color: var(--pt-dim);
    font-size: 0.7rem;
}

.pt-form-error {
    min-height: 21px;
    margin: 10px 0;
    color: #ff809d;
    font-size: 0.76rem;
}

.pt-modal-pay:disabled {
    opacity: 0.58;
    cursor: wait;
    transform: none;
}

:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

@media (max-width: 1180px) {
    .pt-nav-links {
        display: none;
    }

    .pt-nav {
        grid-template-columns: 1fr auto;
    }

    .pt-hero {
        grid-template-columns: minmax(0, 1fr) minmax(350px, 0.8fr);
        column-gap: 50px;
    }

    .pt-proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pt-proof-strip > div:nth-child(2) {
        border-right: 0;
    }

    .pt-proof-strip > div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--pt-line);
    }

    .pt-included-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .pt-hero {
        padding-top: 90px;
        grid-template-columns: 1fr;
    }

    .pt-hero-console {
        width: min(100%, 620px);
        min-height: 440px;
        margin: 72px 0 0 auto;
    }

    .pt-proof-strip {
        margin-top: 90px;
    }

    .pt-builder-layout {
        grid-template-columns: 1fr;
    }

    .pt-summary {
        position: relative;
        top: auto;
        width: min(100%, 620px);
        margin-left: auto;
    }

    .pt-process,
    .pt-faq {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

@media (max-width: 680px) {
    .pt-nav {
        min-height: 72px;
        padding: 0 18px;
        gap: 14px;
    }

    .pt-brand {
        gap: 9px;
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }

    .pt-brand-mark {
        width: 34px;
        height: 34px;
    }

    .pt-test-badge {
        display: none;
    }

    .pt-nav-actions {
        gap: 0;
    }

    .pt-nav-cta {
        padding: 10px 11px;
        font-size: 0.58rem;
    }

    .pt-hero,
    .pt-builder,
    .pt-included-section,
    .pt-process,
    .pt-faq {
        width: calc(100% - 36px);
    }

    .pt-hero {
        min-height: auto;
        padding: 74px 0 34px;
    }

    .pt-hero h1 {
        font-size: clamp(3.25rem, 17vw, 5.3rem);
        line-height: 0.89;
    }

    .pt-hero-intro {
        margin-top: 26px;
        font-size: 0.96rem;
    }

    .pt-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pt-button {
        width: 100%;
    }

    .pt-hero-console {
        min-height: 410px;
        margin-top: 58px;
        padding: 20px;
    }

    .pt-console-price {
        min-height: 245px;
    }

    .pt-console-price strong {
        font-size: clamp(5rem, 25vw, 7rem);
    }

    .pt-console-foot {
        flex-direction: column;
        gap: 5px;
    }

    .pt-console-route {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .pt-console-route > i {
        width: 1px;
        height: 12px;
        margin-left: 7px;
    }

    .pt-proof-strip {
        grid-template-columns: 1fr;
        margin-top: 70px;
    }

    .pt-proof-strip > div {
        min-height: 94px;
        border-right: 0;
        border-bottom: 1px solid var(--pt-line);
    }

    .pt-proof-strip > div:last-child {
        border-bottom: 0;
    }

    .pt-builder {
        padding: 100px 0;
    }

    .pt-section-heading h2,
    .pt-process-heading h2,
    .pt-faq-intro h2 {
        font-size: clamp(2.6rem, 13vw, 4rem);
    }

    .pt-plan-grid {
        grid-template-columns: 1fr;
    }

    .pt-plan-card {
        min-height: 220px;
    }

    .pt-module-fieldset {
        margin-top: 55px;
    }

    .pt-core-module,
    .pt-module {
        min-height: 140px;
        padding: 18px;
        grid-template-columns: 28px 42px minmax(0, 1fr);
        grid-template-rows: 1fr auto;
        gap: 12px;
    }

    .pt-included,
    .pt-module-action {
        grid-column: 2 / 4;
        justify-self: end;
    }

    .pt-module-action {
        justify-content: flex-end;
    }

    .pt-summary {
        padding: 25px 20px 27px;
    }

    .pt-summary-amount strong {
        font-size: 3.8rem;
    }

    .pt-installment-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .pt-installment-row select {
        width: 100%;
        max-width: none;
    }

    .pt-included-section,
    .pt-process,
    .pt-faq {
        padding: 100px 0;
    }

    .pt-included-grid {
        grid-template-columns: 1fr;
    }

    .pt-included-grid article {
        min-height: 220px;
    }

    .pt-process-list li {
        grid-template-columns: 30px 1fr;
    }

    .pt-process-list li p {
        grid-column: 2;
    }

    .pt-closing {
        min-height: 430px;
    }

    .pt-footer {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pt-footer-links {
        justify-content: flex-start;
    }

    .pt-footer > span {
        grid-column: auto;
    }

    .pt-modal {
        padding: 10px;
    }

    .pt-modal-card {
        max-height: calc(100svh - 20px);
        padding: 30px 21px 24px;
    }
}

@media (max-width: 420px) {
    .pt-nav-cta span {
        display: none;
    }

    .pt-hero h1 {
        font-size: 3.15rem;
    }

    .pt-console-top span:first-child,
    .pt-console-foot span:last-child {
        display: none;
    }

    .pt-plan-card {
        padding: 21px 18px;
    }

    .pt-summary-head {
        flex-direction: column;
        gap: 7px;
    }

    .pt-summary-head span {
        text-align: left;
    }

    .pt-modal-summary {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
