:root {
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 20px 54px rgba(0, 0, 0, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
body, button, input { letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.local-bar { padding: 8px 16px; text-align: center; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 900; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 6px; font-family: Georgia, serif; font-size: 16px; }
.nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 750; }
.nav a { white-space: nowrap; }
.nav-cta { min-height: 39px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 6px; }
.menu-toggle { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 6px; background: transparent; cursor: pointer; }
.hero { position: relative; min-height: 620px; display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-position: center 28%; background-size: cover; background-repeat: no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; }
.hero-copy { max-width: 720px; padding: 74px 0 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 2px; }
.hero h1 { max-width: 760px; margin: 0; font-size: 72px; line-height: 0.98; font-weight: 780; }
.hero p { max-width: 650px; margin: 23px 0 0; font-size: 18px; line-height: 1.62; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; font-size: 13px; font-weight: 850; cursor: pointer; }
.btn svg { width: 17px; height: 17px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 30px; font-size: 13px; }
.proof-row span { display: inline-flex; align-items: center; gap: 7px; }
.proof-row svg { width: 16px; height: 16px; }
.trust-strip { border-bottom: 1px solid; }
.trust-inner { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-item { min-height: 44px; display: flex; align-items: center; gap: 12px; padding: 0 20px; border-right: 1px solid; }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item svg { width: 20px; height: 20px; flex: 0 0 auto; }
.trust-item strong { display: block; font-size: 13px; }
.trust-item span { display: block; margin-top: 3px; font-size: 11px; line-height: 1.35; }
.section { padding: 88px 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 520px); align-items: end; gap: 42px; margin-bottom: 34px; }
.section-kicker { margin-bottom: 10px; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.section h2 { margin: 0; font-size: 45px; line-height: 1.08; font-weight: 760; }
.section-head > p { margin: 0; font-size: 15px; line-height: 1.65; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tool-card { min-height: 276px; padding: 24px; border: 1px solid; border-radius: var(--radius); }
.tool-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.tool-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 7px; }
.tool-icon svg { width: 20px; height: 20px; }
.status { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border: 1px solid; border-radius: 999px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.tool-card h3 { margin: 21px 0 9px; font-size: 20px; line-height: 1.2; }
.tool-card p { margin: 0; font-size: 13px; line-height: 1.6; }
.tool-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.tool-meta span { padding: 6px 8px; border-radius: 4px; font-size: 10px; font-weight: 750; }
.tool-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 19px; font-size: 12px; font-weight: 850; }
.tool-link svg { width: 15px; height: 15px; }
.flow { border-top: 1px solid; border-bottom: 1px solid; }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.flow-step { position: relative; min-height: 210px; padding: 31px; border-right: 1px solid; }
.flow-step:last-child { border-right: 0; }
.flow-step b { display: block; margin-bottom: 28px; font-size: 12px; }
.flow-step h3 { margin: 0 0 10px; font-size: 20px; }
.flow-step p { margin: 0; font-size: 13px; line-height: 1.58; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { position: relative; min-height: 405px; display: flex; flex-direction: column; padding: 26px; border: 1px solid; border-radius: var(--radius); }
.price-card.is-featured { box-shadow: var(--shadow); }
.price-badge { position: absolute; top: 17px; right: 17px; padding: 6px 8px; border-radius: 4px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.price-card h3 { margin: 0; font-size: 19px; }
.price { margin: 18px 0 8px; font-size: 44px; line-height: 1; font-weight: 850; }
.price small { font-size: 13px; font-weight: 650; }
.price-card > p { min-height: 45px; margin: 0; font-size: 13px; line-height: 1.55; }
.feature-list { display: grid; gap: 11px; margin: 22px 0 25px; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 9px; font-size: 12px; line-height: 1.45; }
.feature-list svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 1px; }
.price-card .btn { width: 100%; margin-top: auto; }
.media-band { position: relative; min-height: 420px; display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.media-band::before { content: ""; position: absolute; inset: 0; z-index: -2; background-position: center top; background-size: cover; background-repeat: no-repeat; }
.media-band::after { content: ""; position: absolute; inset: 0; z-index: -1; }
.media-copy { max-width: 590px; padding: 72px 0; }
.media-copy h2 { margin: 0; font-size: 44px; line-height: 1.08; }
.media-copy p { margin: 17px 0 0; font-size: 15px; line-height: 1.65; }
.final-cta { padding: 78px 0; }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.final-inner h2 { max-width: 660px; margin: 0; font-size: 42px; line-height: 1.1; }
.final-inner p { max-width: 600px; margin: 13px 0 0; font-size: 14px; line-height: 1.6; }
.site-footer { padding: 26px 0; border-top: 1px solid; font-size: 11px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }

/* PrimeAdult */
body.prime { color: #f7f3f5; background: #0a090b; }
.prime .local-bar { color: #2c1906; background: #e8c178; }
.prime .site-header { background: rgba(10, 9, 11, 0.92); border-bottom: 1px solid rgba(255,255,255,.1); }
.prime .brand-mark { color: white; background: #9f214e; }
.prime .nav { color: #d9d0d6; }
.prime .nav-cta { background: #9f214e; color: white; }
.prime .hero::before { background-color: #12080e; background-image: url("assets/companion-aurelia.webp"); background-position: 82% center; background-size: auto 125%; }
.prime .hero::after { background: rgba(5, 4, 6, 0.64); }
.prime .eyebrow { color: #e8b6ca; }
.prime .eyebrow::before { background: #d75b8d; }
.prime .hero h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.prime .hero p, .prime .proof-row { color: #d3c9d0; }
.prime .btn-primary { color: white; background: #b92159; }
.prime .btn-secondary { color: white; background: rgba(15,13,16,.74); border-color: rgba(255,255,255,.3); }
.prime .proof-row svg { color: #e59ab8; }
.prime .trust-strip { background: #111014; border-color: rgba(255,255,255,.1); }
.prime .trust-item { border-color: rgba(255,255,255,.1); }
.prime .trust-item svg { color: #d75b8d; }
.prime .trust-item span { color: #aaa1a9; }
.prime .section { background: #0d0b0e; }
.prime .section.alt { background: #121015; }
.prime .section-kicker { color: #d889a8; }
.prime .section-head > p, .prime .tool-card p, .prime .flow-step p, .prime .price-card > p, .prime .final-inner p { color: #b7afb6; }
.prime .tool-card { background: #171419; border-color: rgba(255,255,255,.11); }
.prime .tool-icon { color: #f2c5d6; background: rgba(185,33,89,.17); }
.prime .status { color: #dff9ea; border-color: rgba(131,227,177,.26); background: rgba(131,227,177,.07); }
.prime .status.pilot { color: #f1d5a6; border-color: rgba(232,193,120,.3); background: rgba(232,193,120,.08); }
.prime .tool-meta span { color: #d6ccd3; background: #211d23; }
.prime .tool-link { color: #eca8c2; }
.prime .flow { border-color: rgba(255,255,255,.1); background: #0a090b; }
.prime .flow-step { border-color: rgba(255,255,255,.1); }
.prime .flow-step b { color: #d889a8; }
.prime .price-card { background: #151217; border-color: rgba(255,255,255,.12); }
.prime .price-card.is-featured { border-color: #b92159; }
.prime .price-badge { color: white; background: #b92159; }
.prime .price small { color: #aaa1a9; }
.prime .feature-list { color: #d8d0d6; }
.prime .feature-list svg { color: #d75b8d; }
.prime .media-band::before { background-image: url("assets/companion-zuri.webp"); background-position: center 22%; }
.prime .media-band::after { background: rgba(8, 6, 9, 0.72); }
.prime .media-copy p { color: #d2c8cf; }
.prime .final-cta { background: #231019; }
.prime .site-footer { color: #928991; background: #09080a; border-color: rgba(255,255,255,.1); }

/* PhotoVideoContent */
body.pvc { color: #1a2028; background: #f6f7f8; }
.pvc .local-bar { color: white; background: #991d2c; }
.pvc .site-header { background: rgba(255,255,255,.94); border-bottom: 1px solid #dfe2e5; }
.pvc .brand { color: #171b20; }
.pvc .brand-mark { color: white; background: #a51e2d; }
.pvc .nav { color: #4c535c; }
.pvc .nav-cta { color: white; background: #9d1e2d; }
.pvc .hero { color: white; }
.pvc .hero::before { background-image: url("assets/pvc-ai-operations-hero.png"); background-position: center center; }
.pvc .hero::after { background: rgba(16, 20, 26, 0.56); }
.pvc .eyebrow { color: #efc777; }
.pvc .eyebrow::before { background: #d7a546; }
.pvc .hero h1 { max-width: 820px; font-weight: 820; }
.pvc .hero p, .pvc .proof-row { color: #e3e5e7; }
.pvc .btn-primary { color: white; background: #a51e2d; }
.pvc .btn-secondary { color: white; background: rgba(20,24,29,.76); border-color: rgba(255,255,255,.4); }
.pvc .proof-row svg { color: #efc777; }
.pvc .trust-strip { background: white; border-color: #e0e3e6; }
.pvc .trust-item { border-color: #e2e5e8; }
.pvc .trust-item svg { color: #a51e2d; }
.pvc .trust-item span { color: #6a7179; }
.pvc .section { background: #f7f7f7; }
.pvc .section.alt { background: white; }
.pvc .section-kicker { color: #9d1e2d; }
.pvc .section-head > p, .pvc .tool-card p, .pvc .flow-step p, .pvc .price-card > p, .pvc .final-inner p { color: #626a73; }
.pvc .tool-card { background: white; border-color: #dfe2e5; }
.pvc .tool-icon { color: #9d1e2d; background: #f6e9eb; }
.pvc .status { color: #23653d; border-color: #afd0bb; background: #eff8f2; }
.pvc .status.pilot { color: #805e1e; border-color: #dbc38e; background: #fff9ea; }
.pvc .status.custom { color: #4f5965; border-color: #cdd2d8; background: #f4f5f6; }
.pvc .tool-meta span { color: #515861; background: #f0f1f2; }
.pvc .tool-link { color: #991d2c; }
.pvc .flow { border-color: #dde1e4; background: white; }
.pvc .flow-step { border-color: #dde1e4; }
.pvc .flow-step b { color: #9d1e2d; }
.pvc .price-card { background: white; border-color: #d9dde1; }
.pvc .price-card.is-featured { border-color: #a51e2d; }
.pvc .price-badge { color: white; background: #a51e2d; }
.pvc .price small { color: #767d85; }
.pvc .feature-list { color: #4f5660; }
.pvc .feature-list svg { color: #9d1e2d; }
.pvc .media-band { color: white; }
.pvc .media-band::before { background-image: url("assets/pvc-ai-operations-hero.png"); background-position: center center; }
.pvc .media-band::after { background: rgba(18, 21, 26, 0.84); }
.pvc .media-copy p { color: #e1e3e5; }
.pvc .final-cta { color: white; background: #24272c; }
.pvc .site-footer { color: #697078; background: white; border-color: #dfe2e5; }

.configurator { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: start; }
.config-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.config-option { min-height: 82px; display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #d9dde1; border-radius: 7px; background: white; color: #2a3037; text-align: left; cursor: pointer; }
.config-option[aria-pressed="true"] { color: #8e1927; border-color: #a51e2d; background: #fff7f8; }
.config-option svg { width: 20px; height: 20px; flex: 0 0 auto; }
.config-option strong { display: block; font-size: 13px; }
.config-option span { display: block; margin-top: 3px; color: #777e86; font-size: 11px; line-height: 1.4; }
.config-summary { position: sticky; top: 94px; padding: 24px; border: 1px solid #d5d9dd; border-radius: 8px; background: #24272c; color: white; }
.config-summary h3 { margin: 0; font-size: 20px; }
.config-summary p { margin: 8px 0 0; color: #c9cdd1; font-size: 12px; line-height: 1.55; }
.config-selection { display: grid; gap: 7px; min-height: 115px; margin: 18px 0; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.config-selection span { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.config-selection svg { width: 14px; height: 14px; color: #efc777; }
.config-summary .btn { width: 100%; color: white; background: #a51e2d; }
.config-note { margin-top: 12px; color: #9da3a9; font-size: 10px; line-height: 1.45; }

@media (max-width: 980px) {
  .hero h1 { font-size: 58px; }
  .trust-inner { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid; }
  .prime .trust-item:nth-child(-n+2) { border-color: rgba(255,255,255,.1); }
  .pvc .trust-item:nth-child(-n+2) { border-color: #e2e5e8; }
  .tool-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .price-card > p { min-height: 0; }
  .configurator { grid-template-columns: 1fr; }
  .config-summary { position: static; }
}

@media (max-width: 720px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .site-header { position: relative; }
  .header-inner { min-height: 64px; }
  .menu-toggle { display: inline-flex; }
  .prime .menu-toggle { color: white; border: 1px solid rgba(255,255,255,.18); }
  .pvc .menu-toggle { color: #1c2228; border: 1px solid #d8dce0; }
  .nav { position: absolute; top: 64px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border-radius: 7px; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .prime .nav { background: #171419; border: 1px solid rgba(255,255,255,.12); }
  .pvc .nav { background: white; border: 1px solid #dfe2e5; }
  .nav a { padding: 12px; }
  .nav-cta { justify-content: center; margin-top: 4px; }
  .hero { min-height: 540px; align-items: end; }
  .prime .hero::before { background-position: 58% center; background-size: auto 115%; }
  .hero-copy { padding: 70px 0 55px; }
  .hero h1 { font-size: 47px; line-height: 1.02; }
  .hero p { font-size: 15px; }
  .actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .proof-row { gap: 10px 16px; font-size: 11px; }
  .trust-inner { display: block; padding: 14px 0; }
  .trust-item { min-height: 56px; padding: 0; border-right: 0; border-bottom: 1px solid; }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 66px 0; }
  .section-head { display: block; margin-bottom: 25px; }
  .section h2 { font-size: 36px; }
  .section-head > p { margin-top: 14px; font-size: 14px; }
  .tool-grid { grid-template-columns: 1fr; }
  .tool-card { min-height: 0; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-step { min-height: 0; border-right: 0; border-bottom: 1px solid; }
  .flow-step:last-child { border-bottom: 0; }
  .price { font-size: 39px; }
  .media-band { min-height: 390px; }
  .media-copy h2 { font-size: 35px; }
  .final-inner { display: block; }
  .final-inner h2 { font-size: 34px; }
  .final-inner .actions { margin-top: 25px; }
  .footer-inner { display: block; }
  .footer-links { margin-top: 12px; }
  .config-options { grid-template-columns: 1fr; }
}
