/* ============ LuxuryPartners layer ============ */
:root {
  --bg: #E6EAEE;
  --bg-soft: #F2F5F8;
  --bg-card: #FFFFFF;
  --ink: #0B1015;
  --ink-2: #5F6B78;
  --muted: #8A96A4;
  --line: #D6DCE3;
  --line-strong: #BCC6D0;
  --accent: #D6FF3D;
  --accent-hover: #A8CC22;
  --accent-soft: rgba(214, 255, 61, .24);
  --lp-accent: #D6FF3D;
  --shadow-lg: 0 18px 50px rgba(11, 16, 21, .12), 0 2px 8px rgba(11, 16, 21, .05);
}
.nav { background: var(--bg-card); border-color: transparent; box-shadow: 0 8px 24px rgba(11, 16, 21, .09); backdrop-filter: blur(12px); }
.nav .logo, .nav .user-chip { color: var(--ink); font-size: 18px; font-weight: 700; }
.nav .logo { padding: 3px 0; }
.nav .logo-mark { width: min(280px, 38vw); height: auto; max-width: none; }
.nav .nav-links a { color: var(--ink-2); font-size: 14px; font-weight: 700; }
.nav .nav-links a:hover { color: var(--ink); background: var(--bg-soft); }
.nav .btn-ghost { color: var(--ink); }
.nav .btn-ghost:hover { background: var(--bg-soft); }
.lp-gold { color: var(--accent); }
#levels { scroll-margin-top: 96px; }
.ph-hero { padding-bottom: 24px; }
/* Keep the visual asset inside its grid track. Without the zero minimum the
   portrait cluster can impose its intrinsic width and collapse the copy column. */
.ph-hero > .container, .ph-hero .container { width: min(1200px, 100%); }
.ph-grid { margin-top: 104px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 4vw, 70px); align-items: center; min-height: 604px; position: relative; overflow: hidden; padding: clamp(38px, 5vw, 70px); background: #0B1015; color: #fff; border-radius: 28px; }
.ph-grid::before { content: ''; position: absolute; right: 3%; bottom: -48%; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(214,255,61,.15), transparent 67%); pointer-events: none; }
.ph-copy, .ph-visual { position: relative; z-index: 1; min-width: 0; }
.ph-copy { text-align: left; }
.ph-hero .eyebrow { color: rgba(255,255,255,.7); }
.ph-hero h1, .ph-story h2 { font-family: 'Space Grotesk', var(--font-ui); }
.ph-hero h1 { display: grid; gap: 0; color: #F7F9FB; max-width: 590px; margin: 20px 0 22px; font-size: clamp(46px, 4.5vw, 64px); font-weight: 700; line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.ph-hero h1 strong { color: var(--accent); font: inherit; }
.ph-lead { max-width: 470px; margin: 0; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.52; }
.ph-proof { margin-top: 18px; color: rgba(255,255,255,.65); font-size: 14px; }
.ph-proof b { color: var(--accent); font-weight: 800; }
.ph-proof span { margin: 0 7px; color: rgba(255,255,255,.35); }
.ph-actions { display: flex; justify-content: flex-start; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.ph-hero .btn-primary { box-shadow: 0 10px 24px -12px rgba(214,255,61,.9); }
.ph-hero .btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.34); }
.ph-hero .btn-outline .icon { filter: brightness(0) invert(1); }
.ph-visual { display: flex; justify-content: center; align-items: center; min-width: 0; min-height: 500px; }
.avatar-cluster { width: min(620px, 100%); max-width: 100%; height: 500px; position: relative; isolation: isolate; transform: translateX(-8%); }
.avatar-cluster::before { content: ''; position: absolute; z-index: -1; inset: 0 -8% -5%; border-radius: 50%; background: radial-gradient(ellipse at 50% 54%, rgba(214,255,61,.28), rgba(100,78,202,.16) 42%, transparent 72%); filter: blur(24px); pointer-events: none; }
.ai-card { position: absolute; z-index: 1; overflow: hidden; width: 225px; aspect-ratio: 3 / 5; border: 1px solid rgba(255,255,255,.78); border-radius: 16px; background: #1A2028; }
.ai-card img { width: 100%; height: 100%; object-fit: cover; }
.ai-card--business { left: -42px; top: 68px; transform: rotate(-3deg); }
.ai-card--creator { right: -42px; top: 78px; transform: rotate(3deg); }
.hero-compare { --split: 50%; position: absolute; z-index: 3; left: 50%; top: 22px; width: 300px; aspect-ratio: 4 / 5; overflow: hidden; transform: translateX(-50%); border: 2px solid rgba(255,255,255,.9); border-radius: 18px; background: #1A2028; touch-action: none; user-select: none; }
.hero-compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; }
.compare-before { clip-path: inset(0 calc(100% - var(--split)) 0 0); }
.compare-label { position: absolute; z-index: 4; top: 12px; padding: 4px 8px; border-radius: 999px; background: rgba(11,16,21,.72); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.compare-label--before { left: 10px; }.compare-label--after { right: 10px; }
.compare-handle { position: absolute; z-index: 5; top: 0; bottom: 0; left: var(--split); width: 44px; transform: translateX(-50%); border: 0; background: linear-gradient(90deg, transparent 21px, rgba(255,255,255,.96) 21px, rgba(255,255,255,.96) 23px, transparent 23px); cursor: col-resize; }
.compare-handle::before { content: ''; position: absolute; top: 50%; left: 50%; width: 34px; height: 34px; transform: translate(-50%, -50%); border: 1px solid rgba(11,16,21,.16); border-radius: 50%; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,.16); }
.compare-handle span { position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--accent); }
.compare-handle:focus-visible { outline: none; }
.compare-handle:focus-visible::before { box-shadow: 0 0 0 3px var(--accent), 0 4px 10px rgba(0,0,0,.16); }
.hero-widget { position: absolute; z-index: 5; border: 1px solid rgba(255,255,255,.82); border-radius: 13px; background: #fff; color: var(--ink); }
.hero-widget > img { width: 18px; height: 18px; object-fit: contain; }
.hero-widget--rate { top: 6px; left: 1%; display: flex; align-items: center; gap: 9px; padding: 11px 13px; transform: rotate(-2deg); }
.hero-widget--rate div, .hero-widget--commission div { display: grid; gap: 1px; }
.hero-widget--rate b, .hero-widget--commission b { font-family: 'Space Grotesk', var(--font-ui); font-size: 18px; font-weight: 700; letter-spacing: -.04em; }
.hero-widget--rate span, .hero-widget--commission span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-widget--renew { top: 16px; right: -1%; display: flex; align-items: center; gap: 9px; padding: 11px 14px; font-size: 11px; font-weight: 600; line-height: 1.3; }
.hero-widget--renew > img { filter: sepia(1) saturate(4) hue-rotate(35deg); }
.hero-widget--renew b { font-weight: 800; }
.hero-widget--commission { right: 0; bottom: 12px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-color: rgba(255,255,255,.24); background: #151A20; color: #fff; }
.widget-growth { display: inline-flex; align-items: end; gap: 2px; width: 18px; height: 18px; }
.widget-growth span { display: block; width: 4px; border-radius: 2px 2px 0 0; background: var(--accent); }
.widget-growth span:nth-child(1) { height: 6px; }.widget-growth span:nth-child(2) { height: 11px; }.widget-growth span:nth-child(3) { height: 16px; }
.hero-widget--commission span { color: rgba(255,255,255,.56); }
.ph-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px; }
.phs { text-align: center; padding: 22px 12px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 3px 8px rgba(11,16,21,.05); }
.phs b { display: block; font-family: 'JetBrains Mono', var(--font-mono); font-size: clamp(24px, 3vw, 34px); font-weight: 700; letter-spacing: -.06em; }
.phs span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.ph-steps, .ph-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.ph-step, .ph-fact { padding: 32px 28px; position: relative; overflow: hidden; }
.ph-step-ico { width: 54px; height: 54px; margin: 0 auto 20px; border-radius: 18px; background: var(--accent); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.ph-step-ico img { width: 24px; height: 24px; }
.ph-step { text-align: center; }
.ph-step p, .ph-level-desc, .ph-fact p { color: var(--ink-2); font-size: 14px; margin-top: 8px; }
.ph-levels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: 16px; min-height: 440px; }
.ph-level { display: flex; flex-direction: column; min-height: 300px; padding: 30px 28px 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--bg-card); color: var(--ink); }
.ph-level--standard { min-height: 360px; background: #E8EFF7; border-color: #C8D6E5; }
.ph-level--maximum { min-height: 420px; background: var(--accent); border-color: var(--accent); }
.ph-level-name { display: inline-flex; align-self: flex-start; padding: 6px 10px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ph-level--standard .ph-level-name { background: #405A76; }
.ph-level--maximum .ph-level-name { background: #fff; color: var(--ink); }
.ph-level-rate { margin: auto 0 14px; font-size: clamp(54px, 6vw, 82px); font-weight: 950; line-height: .84; letter-spacing: -.07em; }
.ph-level--base .ph-level-rate { color: #A8CC22; }
.ph-level--standard .ph-level-rate { color: #2E557B; }
.ph-level-desc { max-width: 260px; color: var(--ink-2); font-size: 14px; line-height: 1.5; }
.ph-level--standard .ph-level-desc { color: #405A76; }
.ph-level--maximum .ph-level-desc { color: rgba(11,16,21,.72); }
.ph-level-cond { display: flex; align-items: baseline; gap: 7px; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(11,16,21,.16); color: var(--ink-2); font-size: 12px; font-weight: 800; }
.ph-level-cond b { color: var(--ink); font-size: 22px; letter-spacing: -.04em; }
.ph-story { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; overflow: hidden; min-height: 480px; border-radius: 24px; background: var(--bg-card); }
.ph-story-media { min-height: 360px; }
.ph-story-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.ph-story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px, 5vw, 72px); }
.ph-story-copy h2 { max-width: 480px; margin: 18px 0; color: var(--ink); font-size: clamp(34px, 4vw, 56px); line-height: .98; letter-spacing: -.04em; }
.ph-story-copy p { max-width: 430px; margin-bottom: 28px; color: var(--ink-2); font-size: 16px; line-height: 1.65; }
.ph-direct-offer { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(28px, 4vw, 64px); padding: clamp(28px, 4vw, 52px); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #F7F9FB; }
.ph-direct-copy { display: flex; flex-direction: column; align-items: flex-start; }
.ph-direct-label { margin: 0; color: #63717E; font-size: 13px; font-weight: 750; line-height: 1.4; }
.ph-direct-copy h2 { max-width: 460px; margin: 14px 0 18px; color: var(--ink); font-family: 'Space Grotesk', var(--font-ui); font-size: clamp(38px, 4.2vw, 60px); line-height: .96; letter-spacing: -.04em; }
.ph-direct-copy > p:not(.ph-direct-label) { max-width: 440px; margin: 0; color: var(--ink-2); font-size: 16px; line-height: 1.6; }
.ph-direct-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 28px; }
.ph-direct-points span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: #fff; font-size: 12px; font-weight: 750; }
.ph-direct-preview { position: relative; margin: 0; padding: clamp(12px, 2vw, 20px); border: 1px solid #CED6DD; border-radius: 18px; background: #E6EAEE; box-shadow: 0 8px 22px rgba(11, 16, 21, .08); }
.ph-direct-preview img { width: 100%; height: auto; border: 1px solid rgba(11, 16, 21, .12); border-radius: 11px; background: #fff; }
.ph-direct-preview figcaption { margin-top: 10px; color: #64727E; font-size: 12px; font-weight: 650; }
.ph-calc { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; padding: clamp(30px, 4vw, 48px); }
.ph-calc-label { margin-bottom: 12px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ph-calc-value b, .ph-calc-result b { font-size: clamp(44px, 5vw, 62px); font-weight: 950; letter-spacing: -.06em; }
.ph-calc input[type="range"] { width: 100%; margin: 26px 0 8px; accent-color: var(--accent-hover); }
.ph-calc-scale { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.ph-calc-mix { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 10px; margin-top: 24px; color: var(--ink-2); font-size: 12px; }
.ph-calc-mix > span { color: var(--muted); font-weight: 750; }
.ph-calc-mix b { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg-soft); color: var(--ink-2); font-weight: 750; }
.ph-calc-right { border-left: 1px solid var(--line); padding-left: 40px; }
@media (max-width: 1080px) { .nav { justify-content: space-between; } .nav-links { display: none; } .ph-grid { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 20px; padding: 38px; } .ph-hero h1 { font-size: clamp(42px, 5vw, 60px); } .avatar-cluster { width: min(420px, 100%); height: 410px; transform: none; } .hero-compare { width: 248px; top: 30px; } .ai-card { width: 165px; aspect-ratio: 3 / 5; } .ai-card--business { left: -10px; top: 70px; } .ai-card--creator { right: -10px; top: 78px; } .hero-widget--commission { bottom: 0; } }
@media (max-width: 767px) { .ph-grid, .ph-story, .ph-direct-offer { grid-template-columns: 1fr; } .ph-grid { min-height: 0; gap: 26px; padding: 32px 24px 28px; } .ph-visual { min-height: 390px; } .ph-story-copy { min-height: 360px; } .ph-direct-offer { gap: 26px; padding: 24px; } .ph-direct-preview { order: -1; } .ph-direct-copy h2 { font-size: clamp(38px, 11vw, 52px); } .ph-stats { grid-template-columns: repeat(2, 1fr); } .ph-calc { grid-template-columns: 1fr; } .ph-calc-right { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 24px; } }
@media (max-width: 760px) { .ph-levels { grid-template-columns: 1fr; min-height: 0; } .ph-level, .ph-level--standard, .ph-level--maximum { min-height: 0; } .ph-level-rate { margin-top: 34px; } }
@media (max-width: 640px) { .nav .logo-mark { width: min(220px, 56vw); } .ph-grid { margin-top: 88px; border-radius: 18px; } .ph-hero h1 { margin-top: 16px; font-size: clamp(39px, 12vw, 52px); } .ph-lead { font-size: 15px; } .ph-proof { font-size: 12px; } .ph-actions { display: grid; grid-template-columns: 1fr; } .ph-actions .btn { width: 100%; } .ph-visual { min-height: 370px; } .avatar-cluster { width: min(100%, 360px); height: 365px; transform: none; } .hero-compare { width: 224px; top: 25px; } .ai-card { width: 138px; aspect-ratio: 3 / 5; border-radius: 13px; } .ai-card--business { left: -1%; top: 72px; } .ai-card--creator { right: -1%; top: 76px; } .hero-widget { border-radius: 12px; } .hero-widget--rate { left: 0; top: 2px; padding: 9px 11px; } .hero-widget--rate b { font-size: 14px; } .hero-widget--renew { right: -1%; top: 6px; padding: 8px 10px; font-size: 9px; } .hero-widget--renew i { font-size: 17px; } .hero-widget--commission { right: -1%; bottom: 2px; padding: 9px 11px; } .hero-widget--commission b { font-size: 15px; } .hero-widget--commission i { font-size: 18px; } .phs { padding: 18px 10px; } .phs span { font-size: 9px; } .ph-story { border-radius: 18px; } .ph-story-media { min-height: 280px; } .ph-story-copy { min-height: auto; } }
