:root {
    --pt-bg: #111827;
    --pt-bg-soft: #172033;
    --pt-card: rgba(31, 41, 55, .72);
    --pt-card-solid: #1f2937;
    --pt-text: #f9fafb;
    --pt-muted: #98a2b3;
    --pt-accent: #8057f5;
    --pt-accent-2: #c046ff;
    --pt-line: rgba(255, 255, 255, .1);
    --pt-shadow: 0 30px 80px rgba(0, 0, 0, .32);
    --pt-radius: 24px;
    --pt-wrap: 1180px;
}

html { scroll-behavior: smooth; }
body.pt-site {
    margin: 0;
    color: var(--pt-text);
    background: var(--pt-bg);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}
.pt-site *, .pt-site *::before, .pt-site *::after { box-sizing: border-box; }
.pt-site img { display: block; max-width: 100%; height: auto; }
.pt-site a { color: inherit; text-decoration: none; }
.pt-site button, .pt-site input { font: inherit; }
.pt-wrap { width: min(calc(100% - 40px), var(--pt-wrap)); margin-inline: auto; }
.pt-narrow { max-width: 880px; }
.pt-skip-link { position: fixed; top: -100px; left: 16px; z-index: 99999; padding: 10px 16px; background: #fff; color: #111827; }
.pt-skip-link:focus { top: 12px; }

.pt-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--pt-line);
    background: rgba(17, 24, 39, .82);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .16);
    backdrop-filter: blur(18px);
}
.admin-bar .pt-header { top: 32px; }
.pt-header-inner { min-height: 90px; display: flex; align-items: center; gap: 26px; }
.pt-logo { display: inline-flex; flex: 0 0 156px; align-items: center; gap: 10px; }
.pt-logo-symbol { position: relative; display: inline-block; width: 31px; height: 31px; transform: rotate(-8deg); }
.pt-logo-symbol i { position: absolute; display: block; border-radius: 4px; background: linear-gradient(135deg, #9e7bff, #d345ff); box-shadow: 0 6px 18px rgba(128,87,245,.25); }
.pt-logo-symbol i:nth-child(1) { top: 2px; left: 2px; width: 20px; height: 8px; }
.pt-logo-symbol i:nth-child(2) { top: 11px; right: 1px; width: 22px; height: 8px; }
.pt-logo-symbol i:nth-child(3) { bottom: 2px; left: 3px; width: 19px; height: 8px; }
.pt-logo-text { color: #fff; font-size: 23px; font-weight: 900; letter-spacing: -.045em; }
.pt-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.7vw, 28px); margin-left: auto; }
.pt-nav a, .pt-header-actions > a:first-child { color: #d9deea; font-size: 14px; font-weight: 700; white-space: nowrap; transition: color .2s ease; }
.pt-nav a:hover, .pt-header-actions > a:first-child:hover { color: #fff; }
.pt-header-actions { display: flex; align-items: center; gap: 18px; }
.pt-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.pt-button:hover { transform: translateY(-2px); }
.pt-button-primary { color: #fff !important; background: linear-gradient(135deg, var(--pt-accent), var(--pt-accent-2)); box-shadow: 0 12px 28px rgba(128, 87, 245, .32); }
.pt-button-light { background: #fff; color: #111827 !important; }
.pt-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--pt-line); border-radius: 10px; background: transparent; }
.pt-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: #fff; }

.pt-main { overflow: hidden; }
.pt-hero { position: relative; min-height: 720px; display: flex; align-items: center; padding: 112px 0 105px; background: radial-gradient(circle at 70% 45%, rgba(128, 87, 245, .22), transparent 34%), linear-gradient(180deg, #111827, #121a2b); }
.pt-hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.pt-hero-copy { position: relative; z-index: 2; }
.pt-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: #bca8ff; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.pt-eyebrow::before { width: 26px; height: 2px; content: ""; background: linear-gradient(90deg, var(--pt-accent), var(--pt-accent-2)); }
.pt-hero h1, .pt-page-hero h1 { max-width: 800px; margin: 0 0 22px; font-size: clamp(44px, 5.1vw, 70px); line-height: 1.04; letter-spacing: -.045em; }
.pt-hero h2 { margin: 0 0 18px; font-size: clamp(22px, 2.2vw, 28px); }
.pt-hero p { max-width: 650px; margin: 0 0 34px; color: var(--pt-muted); font-size: 19px; }
.pt-hero .pt-hero-rotator { display: flex; min-height: 32px; align-items: baseline; gap: 7px; margin: -4px 0 17px; color: #dfe5f1; font-size: 17px; font-weight: 750; }
.pt-rotating-words { position: relative; display: inline-grid; min-width: 265px; color: #c4aaff; }
.pt-rotating-words > span { grid-area: 1 / 1; opacity: 0; transform: translateY(9px); transition: opacity .38s ease, transform .38s ease; }
.pt-rotating-words > span.is-active { opacity: 1; transform: translateY(0); }
.pt-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.pt-text-button { display: inline-flex; align-items: center; gap: 9px; color: #dce3f0 !important; font-size: 14px; font-weight: 800; }
.pt-text-button span { color: #b899ff; font-size: 20px; transition: transform .2s ease; }
.pt-text-button:hover span { transform: translateX(4px); }
.pt-hero-trust { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 34px; color: #8995aa; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.pt-hero-trust span { display: inline-flex; align-items: center; gap: 5px; }
.pt-hero-trust span + span::before { width: 4px; height: 4px; margin-right: 13px; border-radius: 50%; background: #8057f5; content: ""; }
.pt-hero-trust strong { color: #fff; font-size: 14px; }
.pt-hero-art { position: relative; }
.pt-art-window { position: relative; min-height: 480px; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); box-shadow: var(--pt-shadow); transform: rotate(2deg); animation: pt-art-float 6s ease-in-out infinite; }
.pt-art-window > span { display: inline-block; width: 9px; height: 9px; margin-right: 6px; border-radius: 50%; background: #8a94a8; }
.pt-art-canvas { display: grid; min-height: 390px; margin-top: 18px; place-items: center; border-radius: 20px; background: radial-gradient(circle at center, rgba(192,70,255,.56), rgba(128,87,245,.2) 35%, #131c2d 70%); }
.pt-art-canvas svg { width: 165px; fill: #fff; filter: drop-shadow(0 12px 30px rgba(255,255,255,.2)); animation: pt-spark-pulse 3.6s ease-in-out infinite; }
.pt-floating-chip { position: absolute; z-index: 2; display: flex; min-width: 210px; align-items: center; gap: 12px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(17,24,39,.84); box-shadow: 0 16px 35px rgba(0,0,0,.3); backdrop-filter: blur(14px); transform: rotate(-2deg); }
.pt-floating-chip-one { top: 78px; left: -48px; }
.pt-floating-chip-two { right: -42px; bottom: 45px; }
.pt-floating-chip i { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: rgba(128,87,245,.2); }
.pt-floating-chip i svg { width: 19px; fill: #bda7ff; }
.pt-floating-chip span { display: grid; color: #9ba7ba; font-size: 11px; line-height: 1.35; }
.pt-floating-chip strong { color: #fff; font-size: 13px; }
.pt-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .6; }
.pt-orb-one { top: 70px; right: 6%; width: 220px; height: 220px; background: rgba(128,87,245,.18); }
.pt-orb-two { bottom: 35px; left: -80px; width: 250px; height: 250px; background: rgba(47,115,255,.12); }

@keyframes pt-art-float {
    0%, 100% { transform: rotate(2deg) translateY(0); }
    50% { transform: rotate(.5deg) translateY(-12px); }
}
@keyframes pt-spark-pulse {
    0%, 100% { transform: scale(.96) rotate(-3deg); opacity: .86; }
    50% { transform: scale(1.06) rotate(3deg); opacity: 1; }
}

.pt-section { padding: 105px 0; }
.pt-section-tight { padding-top: 70px; }
.pt-section-alt { background: #151e30; }
.pt-section-heading { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.pt-section-heading h2, .pt-faq h2, .pt-cta h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.pt-center-note { max-width: 800px; margin: 46px auto 0; color: #cbd3e3; font-size: 20px; text-align: center; }
.pt-step-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pt-step { position: relative; min-height: 290px; padding: 30px 24px; overflow: hidden; border: 1px solid var(--pt-line); border-radius: var(--pt-radius); background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02)); }
.pt-step-number { position: absolute; top: 10px; right: 16px; color: rgba(255,255,255,.09); font-size: 58px; font-weight: 900; line-height: 1; }
.pt-icon { display: grid; width: 58px; height: 58px; margin-bottom: 32px; place-items: center; border-radius: 16px; background: rgba(128,87,245,.16); }
.pt-icon svg { width: 28px; fill: #ae91ff; }
.pt-step h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.3; }
.pt-step p { margin: 0; color: var(--pt-muted); font-size: 15px; }
.pt-proof-strip { position: relative; z-index: 3; border-top: 1px solid var(--pt-line); border-bottom: 1px solid var(--pt-line); background: #0f1624; }
.pt-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.pt-proof-grid > div { display: grid; grid-template-columns: 36px 1fr; gap: 0 12px; padding: 25px 28px; border-right: 1px solid var(--pt-line); }
.pt-proof-grid > div:last-child { border-right: 0; }
.pt-proof-grid strong { grid-row: 1 / 3; color: rgba(180,155,255,.48); font-size: 13px; letter-spacing: .1em; }
.pt-proof-grid span { font-size: 15px; font-weight: 850; }
.pt-proof-grid small { color: #7f8ba0; font-size: 12px; }
.pt-workflow-section { position: relative; background: radial-gradient(circle at 10% 40%, rgba(128,87,245,.13), transparent 28%), #151e30; }
.pt-workflow-orb { top: 22%; left: 7%; width: 290px; height: 290px; background: rgba(128,87,245,.09); filter: blur(18px); }
.pt-workflow-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: start; }
.pt-workflow-copy { position: sticky; top: 145px; }
.pt-workflow-copy h2 { margin: 0 0 22px; font-size: clamp(40px,4.4vw,58px); line-height: 1.04; letter-spacing: -.04em; }
.pt-workflow-copy > p { max-width: 500px; margin: 0 0 30px; color: var(--pt-muted); font-size: 18px; }
.pt-workflow-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pt-workflow-card { position: relative; min-height: 310px; padding: 30px 26px; overflow: hidden; border: 1px solid var(--pt-line); border-radius: 24px; background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.pt-workflow-card:hover { border-color: rgba(177,148,255,.52); background: linear-gradient(145deg,rgba(128,87,245,.13),rgba(255,255,255,.025)); transform: translateY(-7px); }
.pt-workflow-card.is-featured { background: linear-gradient(145deg,rgba(128,87,245,.24),rgba(62,40,120,.16)); }
.pt-workflow-index { position: absolute; top: 18px; right: 22px; color: rgba(255,255,255,.11); font-size: 44px; font-weight: 900; line-height: 1; }
.pt-workflow-card .pt-icon { margin-bottom: 26px; }
.pt-workflow-card h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.25; }
.pt-workflow-card p { margin: 0 0 24px; color: var(--pt-muted); font-size: 14px; }
.pt-workflow-tag { position: absolute; right: 26px; bottom: 25px; left: 26px; color: #bca8ff; font-size: 11px; font-weight: 850; letter-spacing: .04em; }
[data-pt-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease var(--pt-reveal-delay,0ms), transform .7s cubic-bezier(.2,.75,.3,1) var(--pt-reveal-delay,0ms); }
[data-pt-reveal].is-revealed { opacity: 1; transform: translateY(0); }
.pt-cta { padding: 88px 0; background: linear-gradient(120deg, #7146ea, #ac3fe7); }
.pt-cta .pt-wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.pt-cta .pt-eyebrow { color: rgba(255,255,255,.76); }
.pt-cta .pt-eyebrow::before { background: #fff; }
.pt-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: start; }
.pt-faq-grid > div:first-child { position: sticky; top: 140px; }
.pt-faq-grid > div:first-child > p { color: var(--pt-muted); }
.pt-faq-item { border-bottom: 1px solid var(--pt-line); }
.pt-faq-item summary { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-size: 19px; font-weight: 800; }
.pt-faq-item summary::-webkit-details-marker { display: none; }
.pt-faq-item summary i { position: relative; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid var(--pt-line); border-radius: 50%; }
.pt-faq-item summary i::before, .pt-faq-item summary i::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; content: ""; background: #fff; transform: translate(-50%,-50%); }
.pt-faq-item summary i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s; }
.pt-faq-item[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.pt-faq-item p { margin: -10px 45px 26px 0; color: var(--pt-muted); }

.pt-page-hero { position: relative; padding: 130px 0 110px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(128,87,245,.28), transparent 45%), #111827; }
.pt-page-hero-compact { padding: 105px 0 80px; }
.pt-page-hero h1 { margin-inline: auto; }
.pt-page-hero p { max-width: 650px; margin: 0 auto; color: var(--pt-muted); font-size: 19px; }
.pt-native-button { margin-top: 34px; }
.pt-billing-toggle { display: inline-flex; margin-top: 36px; padding: 5px; border: 1px solid var(--pt-line); border-radius: 14px; background: rgba(255,255,255,.04); }
.pt-billing-toggle button { min-width: 120px; padding: 11px 20px; border: 0; border-radius: 10px; color: #cbd3e3; background: transparent; cursor: pointer; font-weight: 800; }
.pt-billing-toggle button.is-active { color: #fff; background: linear-gradient(135deg,var(--pt-accent),var(--pt-accent-2)); }
.pt-pricing-grid { display: none; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.pt-pricing-grid.is-active { display: grid; }
.pt-price-card { position: relative; padding: 38px 30px 32px; border: 1px solid var(--pt-line); border-radius: 26px; background: var(--pt-card); box-shadow: 0 20px 70px rgba(0,0,0,.16); }
.pt-price-card.is-popular { border-color: rgba(174,145,255,.75); transform: translateY(-12px); box-shadow: 0 28px 80px rgba(128,87,245,.22); }
.pt-popular { position: absolute; top: -15px; right: 24px; padding: 7px 13px; border-radius: 20px; background: linear-gradient(135deg,var(--pt-accent),var(--pt-accent-2)); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.pt-price-card h2 { margin: 0 0 5px; font-size: 28px; }
.pt-normal-price { margin: 0; color: #7f8aa0; font-size: 13px; text-decoration: line-through; }
.pt-price { margin: 24px 0 0; font-size: 64px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.pt-price sup { font-size: 24px; vertical-align: top; }
.pt-period { margin: 4px 0 24px; color: var(--pt-muted); font-size: 14px; }
.pt-plan-tagline { min-height: 54px; font-weight: 800; }
.pt-price-card ul { min-height: 500px; margin: 24px 0 28px; padding: 0; list-style: none; }
.pt-price-card li { display: flex; gap: 10px; padding: 7px 0; color: #c9d1df; font-size: 14px; }
.pt-price-card li span { color: #a78bfa; font-weight: 900; }
.pt-price-card .pt-plan-gems { color: #fff; font-size: 17px; font-weight: 900; }
.pt-price-card .pt-button { width: 100%; }
.pt-gems { max-width: 880px; margin: 46px auto 0; padding: 28px 32px; border: 1px solid var(--pt-line); border-radius: 18px; background: rgba(255,255,255,.035); text-align: center; }
.pt-gems h3 { margin: 0 0 15px; }
.pt-gems ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; margin: 0; padding: 0; color: var(--pt-muted); list-style: none; }

.pt-feature-tabs { display: flex; gap: 10px; padding-bottom: 18px; overflow-x: auto; }
.pt-feature-tab { flex: 0 0 auto; padding: 11px 16px; border: 1px solid var(--pt-line); border-radius: 10px; color: #cbd3e3; background: rgba(255,255,255,.035); cursor: pointer; font-weight: 750; }
.pt-feature-tab.is-active { color: #fff; border-color: transparent; background: linear-gradient(135deg,var(--pt-accent),var(--pt-accent-2)); }
.pt-feature-panel { display: none; min-height: 510px; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 55px; margin-top: 26px; padding: 45px; border: 1px solid var(--pt-line); border-radius: 28px; background: linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.015)); }
.pt-feature-panel.is-active { display: grid; }
.pt-feature-panel h2 { margin: 0 0 16px; font-size: clamp(36px,4vw,54px); line-height: 1.08; }
.pt-feature-panel p { margin: 0 0 26px; color: var(--pt-muted); font-size: 19px; }
.pt-feature-panel img { width: 100%; max-height: 430px; object-fit: cover; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; box-shadow: var(--pt-shadow); }

.pt-prose-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.pt-prose-grid h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.12; }
.pt-rich-copy p { margin-top: 0; color: #c4ccda; font-size: 18px; }
.pt-rich-copy strong { color: #fff; }
.pt-advantage-list { max-width: 940px; margin: 0 auto; }
.pt-advantage { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--pt-line); }
.pt-advantage > span { color: #9d7cff; font-size: 38px; font-weight: 900; line-height: 1; }
.pt-advantage h3 { margin: 0 0 8px; font-size: 24px; }
.pt-advantage p { margin: 0; color: var(--pt-muted); }
.pt-team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pt-team-card { padding: 28px 20px; border: 1px solid var(--pt-line); border-radius: 20px; background: var(--pt-card); text-align: center; }
.pt-avatar { display: grid; width: 68px; height: 68px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: linear-gradient(135deg,var(--pt-accent),var(--pt-accent-2)); font-size: 28px; font-weight: 900; }
.pt-team-card h3 { margin: 0; }
.pt-team-card strong { display: block; margin: 4px 0 10px; color: #aa8dff; font-size: 13px; }
.pt-team-card p { margin: 0; color: var(--pt-muted); font-size: 14px; }

.pt-topic-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.pt-topic-pills span { padding: 8px 15px; border: 1px solid var(--pt-line); border-radius: 30px; color: #d7deea; background: rgba(255,255,255,.035); }
.pt-article-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.pt-article-card { overflow: hidden; border: 1px solid var(--pt-line); border-radius: 24px; background: var(--pt-card); }
.pt-article-image { display: block; aspect-ratio: 16/9; overflow: hidden; }
.pt-article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pt-article-card:hover .pt-article-image img { transform: scale(1.04); }
.pt-article-card > div { padding: 26px 28px 30px; }
.pt-article-meta { color: #a990fa; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.pt-article-card h2 { margin: 10px 0 12px; font-size: 24px; line-height: 1.35; }
.pt-article-card p { color: var(--pt-muted); }
.pt-text-link { color: #bca8ff !important; font-weight: 850; }

.pt-legal { max-width: 880px; padding: 54px 58px; border: 1px solid var(--pt-line); border-radius: 26px; background: var(--pt-card); }
.pt-legal h2 { margin: 42px 0 12px; font-size: 27px; }
.pt-legal p, .pt-legal li { color: #c7cfdd; }
.pt-legal a { color: #bca8ff; text-decoration: underline; }

.pt-dynamic-shell { min-height: 520px; padding: 80px 0 100px; background: #f8fafc; color: #111827; }
.pt-dynamic-shell .pt-wrap { max-width: 1100px; }
.pt-dynamic-shell sc-login-form, .pt-dynamic-shell sc-checkout, .pt-dynamic-shell sc-product-list { display: block; width: 100%; }

.pt-footer { padding: 72px 0 0; border-top: 1px solid var(--pt-line); background: #0d1320; }
.pt-footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr .8fr; gap: 50px; }
.pt-footer-brand .pt-logo { margin-bottom: 8px; }
.pt-footer-brand p { max-width: 320px; color: var(--pt-muted); }
.pt-footer h2 { margin: 0 0 20px; font-size: 19px; }
.pt-footer-grid > div > a { display: block; margin: 9px 0; color: #aeb8ca; font-size: 14px; }
.pt-socials { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.pt-socials a { color: #cfc3ff; font-size: 13px; font-weight: 800; }
.pt-footer-bottom { margin-top: 55px; padding: 22px 0; border-top: 1px solid var(--pt-line); color: #818ba0; font-size: 13px; }

@media (max-width: 1050px) {
    .pt-header-actions { margin-left: auto; }
    .pt-menu-toggle { display: block; order: 3; }
    .pt-nav { position: absolute; top: 100%; right: 20px; left: 20px; display: none; align-items: stretch; padding: 20px; border: 1px solid var(--pt-line); border-radius: 16px; background: #151e30; box-shadow: var(--pt-shadow); }
    .pt-nav.is-open { display: grid; }
    .pt-hero-grid { grid-template-columns: 1fr; }
    .pt-hero-art { max-width: 680px; }
    .pt-floating-chip-one { left: 18px; }
    .pt-floating-chip-two { right: 18px; }
    .pt-workflow-layout { grid-template-columns: 1fr; gap: 48px; }
    .pt-workflow-copy { position: static; }
    .pt-step-grid { grid-template-columns: repeat(3,1fr); }
    .pt-price-card { padding-inline: 23px; }
    .pt-team-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 780px) {
    .admin-bar .pt-header { top: 46px; }
    .pt-header-inner { min-height: 72px; }
    .pt-logo { flex-basis: 132px; }
    .pt-logo-text { font-size: 20px; }
    .pt-header-actions > a:first-child { display: none; }
    .pt-header-actions .pt-button { min-height: 42px; padding: 9px 15px; }
    .pt-hero { min-height: 0; padding: 80px 0; }
    .pt-hero-grid { gap: 45px; }
    .pt-art-window { min-height: 360px; }
    .pt-art-canvas { min-height: 290px; }
    .pt-floating-chip { min-width: 175px; padding: 10px 12px; }
    .pt-floating-chip-one { top: 70px; left: -2px; }
    .pt-floating-chip-two { right: -2px; bottom: 28px; }
    .pt-proof-grid { grid-template-columns: 1fr 1fr; }
    .pt-proof-grid > div:nth-child(2) { border-right: 0; }
    .pt-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--pt-line); }
    .pt-workflow-cards { grid-template-columns: 1fr; }
    .pt-section { padding: 74px 0; }
    .pt-step-grid, .pt-pricing-grid, .pt-feature-panel, .pt-prose-grid, .pt-faq-grid, .pt-article-grid { grid-template-columns: 1fr; }
    .pt-step-grid { gap: 14px; }
    .pt-step { min-height: 0; }
    .pt-price-card.is-popular { transform: none; }
    .pt-price-card ul { min-height: 0; }
    .pt-feature-panel { min-height: 0; padding: 28px; }
    .pt-faq-grid { gap: 30px; }
    .pt-faq-grid > div:first-child { position: static; }
    .pt-cta .pt-wrap { align-items: flex-start; flex-direction: column; }
    .pt-team-grid { grid-template-columns: 1fr 1fr; }
    .pt-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
    .pt-wrap { width: min(calc(100% - 28px), var(--pt-wrap)); }
    .pt-header-actions .pt-button { display: none; }
    .pt-page-hero { padding: 85px 0 65px; }
    .pt-hero h1, .pt-page-hero h1 { font-size: 42px; }
    .pt-hero .pt-hero-rotator { display: grid; min-height: 58px; gap: 1px; }
    .pt-rotating-words { min-width: 0; }
    .pt-hero-trust { gap: 8px 15px; }
    .pt-hero-trust span + span::before { margin-right: 5px; }
    .pt-floating-chip { min-width: 154px; }
    .pt-floating-chip i { display: none; }
    .pt-proof-grid { grid-template-columns: 1fr; }
    .pt-proof-grid > div { border-right: 0; border-bottom: 1px solid var(--pt-line); }
    .pt-proof-grid > div:nth-child(3) { border-bottom: 1px solid var(--pt-line); }
    .pt-proof-grid > div:last-child { border-bottom: 0; }
    .pt-workflow-card { min-height: 290px; }
    .pt-section-heading h2, .pt-faq h2, .pt-cta h2 { font-size: 38px; }
    .pt-team-grid, .pt-footer-grid { grid-template-columns: 1fr; }
    .pt-legal { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .pt-art-window, .pt-art-canvas svg { animation: none; }
    [data-pt-reveal] { opacity: 1; transform: none; transition: none; }
    .pt-rotating-words > span { display: none; opacity: 1; transform: none; transition: none; }
    .pt-rotating-words > span:first-child { display: inline; }
}

/* Product media and founder storytelling */
.pt-section-heading > p { max-width: 690px; margin: 18px auto 0; color: var(--pt-muted); font-size: 18px; }
.pt-live-window { min-height: 0; padding: 18px; transform: rotate(1deg); }
.pt-live-window > b { position: absolute; top: 18px; right: 20px; z-index: 2; color: #d8ccff; font-size: 10px; letter-spacing: .14em; }
.pt-live-window .pt-product-video { margin-top: 18px; }
.pt-product-video { display: block; width: 100%; aspect-ratio: 16 / 10; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: #090e1a; object-fit: cover; box-shadow: 0 24px 64px rgba(0,0,0,.36); }
.pt-product-proof { background: #111827; }
.pt-real-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.pt-real-card { min-width: 0; padding: 14px 14px 25px; border: 1px solid var(--pt-line); border-radius: 22px; background: linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018)); box-shadow: 0 16px 45px rgba(0,0,0,.18); }
.pt-real-media { position: relative; aspect-ratio: 4 / 3; margin-bottom: 20px; overflow: hidden; border-radius: 15px; background: #080d18; }
.pt-real-media::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; content: ""; pointer-events: none; }
.pt-real-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .5s ease; }
.pt-real-card:hover .pt-real-media img { transform: scale(1.035); }
.pt-real-card > span { color: #a98bff; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pt-real-card h3 { margin: 8px 0 8px; font-size: 21px; line-height: 1.2; }
.pt-real-card p { margin: 0; color: var(--pt-muted); font-size: 14px; line-height: 1.55; }

.pt-founder-preview { background: radial-gradient(circle at 14% 30%, rgba(128,87,245,.2), transparent 30%), #0f1624; }
.pt-founder-preview-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 74px; }
.pt-founder-preview-image { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 30px; box-shadow: var(--pt-shadow); }
.pt-founder-preview-image::after { position: absolute; inset: 0; background: linear-gradient(90deg,transparent 55%,rgba(15,22,36,.38)); content: ""; }
.pt-founder-preview-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.pt-founder-preview h2 { margin: 0 0 20px; font-size: clamp(38px,4vw,55px); line-height: 1.05; letter-spacing: -.035em; }
.pt-founder-preview p { margin: 0 0 22px; color: var(--pt-muted); font-size: 18px; }
.pt-founder-preview blockquote, .pt-rich-copy blockquote { margin: 0 0 28px; padding: 0 0 0 20px; border-left: 3px solid var(--pt-accent); color: #e8e3ff; font-size: 19px; font-weight: 700; }

.pt-features-hero { padding: 120px 0 92px; }
.pt-features-hero h1 { max-width: 920px; font-size: clamp(50px,6.3vw,82px); }
.pt-feature-metrics { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.pt-feature-metrics span { display: inline-flex; align-items: baseline; gap: 7px; padding: 10px 15px; border: 1px solid var(--pt-line); border-radius: 999px; color: #aab5c7; background: rgba(255,255,255,.035); font-size: 12px; }
.pt-feature-metrics strong { color: #fff; font-size: 18px; }
.pt-feature-tabs { position: sticky; top: 90px; z-index: 20; margin-inline: -10px; padding: 12px 10px 18px; background: linear-gradient(180deg,#111827 78%,rgba(17,24,39,0)); scrollbar-width: thin; }
.admin-bar .pt-feature-tabs { top: 122px; }
.pt-feature-tab { display: grid; min-width: 152px; gap: 2px; text-align: left; }
.pt-feature-tab small { color: #8d99ad; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.pt-feature-tab.is-active small { color: rgba(255,255,255,.72); }
.pt-feature-panel-rich { grid-template-columns: .72fr 1.28fr; min-height: 570px; overflow: hidden; }
.pt-feature-copy { position: relative; z-index: 2; }
.pt-feature-points { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.pt-feature-points li { display: flex; gap: 10px; color: #c9d1df; font-size: 14px; }
.pt-feature-points span { display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #c8b7ff; background: rgba(128,87,245,.16); font-size: 11px; }
.pt-feature-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.pt-feature-actions > span { max-width: 180px; color: #7f8ca1; font-size: 11px; line-height: 1.4; }
.pt-feature-demo { position: relative; align-self: stretch; display: grid; align-items: center; padding: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: radial-gradient(circle at 70% 10%,rgba(128,87,245,.2),transparent 42%),#0b111d; }
.pt-feature-demo .pt-product-video { max-height: 500px; object-fit: contain; }
.pt-demo-label { position: absolute; right: 29px; bottom: 29px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #dbe2ee; background: rgba(8,13,24,.82); backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; }
.pt-demo-label i { width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52,211,153,.12); }

.pt-about-hero { padding: 95px 0; text-align: left; }
.pt-about-hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; }
.pt-about-hero h1 { margin-inline: 0; }
.pt-about-hero p { margin-inline: 0; }
.pt-about-hero-media { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 30px; box-shadow: var(--pt-shadow); }
.pt-about-hero-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.pt-about-hero-media figcaption { position: absolute; right: 20px; bottom: 20px; display: grid; padding: 11px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(8,13,24,.82); backdrop-filter: blur(12px); }
.pt-about-hero-media figcaption strong { font-size: 14px; }
.pt-about-hero-media figcaption span { color: #a9b4c6; font-size: 10px; }
.pt-story-grid, .pt-platform-story { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 86px; }
.pt-story-media { position: relative; overflow: hidden; border-radius: 28px; box-shadow: var(--pt-shadow); }
.pt-story-media img { width: 100%; max-height: 700px; object-fit: cover; }
.pt-story-media > span, .pt-platform-screen > span { position: absolute; right: 18px; bottom: 18px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #dbe2ee; background: rgba(8,13,24,.82); backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; }
.pt-rich-copy h2, .pt-platform-story h2 { margin: 0 0 23px; font-size: clamp(38px,4vw,54px); line-height: 1.07; letter-spacing: -.035em; }
.pt-platform-story { grid-template-columns: .72fr 1.28fr; }
.pt-platform-story > div:first-child p { color: #c4ccda; font-size: 18px; }
.pt-platform-screen { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: #090e18; box-shadow: var(--pt-shadow); }
.pt-platform-screen img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.pt-brand-values { background: radial-gradient(circle at 50% 130%,rgba(128,87,245,.19),transparent 45%),#111827; }
.pt-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pt-value-grid article { min-height: 285px; padding: 32px; border: 1px solid var(--pt-line); border-radius: 24px; background: linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.018)); }
.pt-value-grid span { color: #9e7bff; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.pt-value-grid h3 { margin: 38px 0 12px; font-size: 25px; line-height: 1.18; }
.pt-value-grid p { margin: 0; color: var(--pt-muted); font-size: 15px; }
.pt-team-photo { width: 78px; height: 78px; margin: 0 auto 18px; border: 2px solid rgba(172,145,255,.55); border-radius: 50%; object-fit: cover; object-position: center 18%; }

.pt-founder-hero { position: relative; min-height: min(780px,82vh); display: flex; align-items: end; overflow: hidden; }
.pt-founder-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pt-founder-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,11,24,.93) 0%,rgba(7,11,24,.72) 38%,rgba(7,11,24,.08) 78%),linear-gradient(0deg,#111827 0%,transparent 28%); }
.pt-founder-hero-copy { position: relative; z-index: 2; padding-bottom: 90px; }
.pt-founder-hero-copy h1 { max-width: 710px; margin: 0 0 20px; font-size: clamp(50px,6.4vw,82px); line-height: .98; letter-spacing: -.05em; }
.pt-founder-hero-copy p { max-width: 560px; margin: 0 0 30px; color: #c8d0df; font-size: 20px; }
.pt-founder-intro { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 85px; }
.pt-founder-intro figure, .pt-founder-work figure { margin: 0; }
.pt-founder-intro figure img, .pt-founder-work figure img { width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; box-shadow: var(--pt-shadow); }
.pt-founder-intro figcaption, .pt-founder-work figcaption { margin-top: 12px; color: #8d99ad; font-size: 11px; text-align: center; }
.pt-founder-timeline { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--pt-line); border-bottom: 1px solid var(--pt-line); }
.pt-founder-timeline article { min-height: 310px; padding: 34px 25px; border-right: 1px solid var(--pt-line); }
.pt-founder-timeline article:last-child { border-right: 0; }
.pt-founder-timeline strong { color: #a98cff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.pt-founder-timeline h3 { margin: 60px 0 12px; font-size: 23px; line-height: 1.18; }
.pt-founder-timeline p { margin: 0; color: var(--pt-muted); font-size: 14px; }
.pt-founder-work { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.pt-founder-work-copy h2 { margin: 0 0 20px; font-size: clamp(38px,4vw,55px); line-height: 1.06; letter-spacing: -.035em; }
.pt-founder-work-copy > p { color: var(--pt-muted); font-size: 18px; }
.pt-founder-work-copy ul { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; }
.pt-founder-work-copy li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 15px 0; border-top: 1px solid var(--pt-line); color: #e7ebf3; font-weight: 750; }
.pt-founder-work-copy li span { color: #9876ff; font-size: 11px; letter-spacing: .1em; }
.pt-founder-product-strip { background: radial-gradient(circle at 50% 0,rgba(128,87,245,.18),transparent 40%),#0e1523; }
.pt-founder-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pt-founder-product-grid article { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #090e18; }
.pt-founder-product-grid img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .5s ease; }
.pt-founder-product-grid article:hover img { transform: scale(1.035); }
.pt-founder-product-grid span { position: absolute; left: 15px; bottom: 15px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(8,13,24,.82); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1050px) {
    .pt-real-flow { grid-template-columns: 1fr 1fr; }
    .pt-founder-preview-grid, .pt-about-hero-grid, .pt-story-grid, .pt-platform-story, .pt-founder-intro, .pt-founder-work { grid-template-columns: 1fr; }
    .pt-about-hero { text-align: center; }
    .pt-about-hero h1, .pt-about-hero p { margin-inline: auto; }
    .pt-about-hero .pt-hero-actions { justify-content: center; }
    .pt-about-hero-media { max-width: 860px; margin-inline: auto; }
    .pt-story-media { max-width: 640px; margin-inline: auto; }
    .pt-feature-panel-rich { grid-template-columns: 1fr; }
    .pt-feature-demo { min-height: 400px; }
    .pt-founder-timeline { grid-template-columns: 1fr 1fr; }
    .pt-founder-timeline article:nth-child(2) { border-right: 0; }
    .pt-founder-timeline article:nth-child(-n+2) { border-bottom: 1px solid var(--pt-line); }
}

@media (max-width: 720px) {
    .pt-real-flow, .pt-value-grid, .pt-founder-product-grid { grid-template-columns: 1fr; }
    .pt-founder-preview-grid { gap: 38px; }
    .pt-feature-tabs { top: 72px; }
    .admin-bar .pt-feature-tabs { top: 118px; }
    .pt-feature-panel-rich { padding: 22px; }
    .pt-feature-demo { min-height: 0; padding: 8px; }
    .pt-feature-demo .pt-product-video { aspect-ratio: 16 / 11; }
    .pt-feature-metrics { align-items: stretch; flex-direction: column; }
    .pt-feature-metrics span { justify-content: center; }
    .pt-about-hero { padding-top: 70px; }
    .pt-story-grid, .pt-platform-story, .pt-founder-intro, .pt-founder-work { gap: 42px; }
    .pt-founder-hero { min-height: 700px; align-items: end; }
    .pt-founder-hero > img { object-position: 66% center; }
    .pt-founder-hero-shade { background: linear-gradient(0deg,rgba(7,11,24,.98) 0%,rgba(7,11,24,.72) 54%,rgba(7,11,24,.08) 100%); }
    .pt-founder-hero-copy { padding-bottom: 58px; }
    .pt-founder-hero-copy h1 { font-size: 49px; }
    .pt-founder-timeline { grid-template-columns: 1fr; }
    .pt-founder-timeline article, .pt-founder-timeline article:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--pt-line); }
    .pt-founder-timeline article:last-child { border-bottom: 0; }
    .pt-founder-timeline h3 { margin-top: 30px; }
}
