/*
Theme Name: Zeta AI
Theme URI: https://zeta-ai.org/
Author: Zeta AI
Author URI: https://zeta-ai.org/
Description: Zeta AI - warm, cinematic showcase theme for AI girlfriend chat.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zeta-ai
Tags: one-column, custom-logo, featured-images, block-styles
*/

:root {
  --bg: #0a0810;
  --bg-2: #120e1c;
  --bg-3: #1a1426;
  --ink: #f7f2ee;
  --ink-2: #c9bfc3;
  --ink-3: #8f8590;
  --coral: #ff6a5c;
  --coral-2: #ff8f6b;
  --amber: #ffb85c;
  --rose: #ff4f8b;
  --teal: #4fd8c8;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);
  --glass: rgba(255, 255, 255, 0.04);
  --glass-2: rgba(255, 255, 255, 0.07);
  --grad: linear-gradient(120deg, var(--coral) 0%, var(--rose) 50%, var(--amber) 100%);
  --grad-soft: linear-gradient(120deg, rgba(255, 106, 92, 0.25), rgba(255, 79, 139, 0.25));
  --shadow: 0 30px 80px -30px rgba(255, 106, 92, 0.45);
  --radius: 22px;
  --radius-sm: 14px;
  --font-head: "Syne", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --wrap: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.1em; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2 { font-family: var(--font-head); font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.6rem, 6.4vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.3rem); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

::selection { background: var(--coral); color: #1a0d0a; }

/* Backdrop */
.zt-bg {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(900px 600px at 10% -10%, rgba(255, 106, 92, 0.18), transparent 60%),
    radial-gradient(800px 600px at 100% 20%, rgba(255, 79, 139, 0.14), transparent 60%),
    radial-gradient(700px 500px at 50% 110%, rgba(79, 216, 200, 0.10), transparent 60%),
    var(--bg);
}
.zt-bg::after {
  content: ""; position: absolute; inset: 0; opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed; left: -200px; top: -200px; width: 420px; height: 420px; z-index: 0;
  pointer-events: none; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 106, 92, 0.16), transparent 60%);
  transition: left 0.18s var(--ease), top 0.18s var(--ease);
  mix-blend-mode: screen;
}
@media (pointer: coarse) { .cursor-glow { display: none; } }

/* Layout */
.zt-wrap { width: min(var(--wrap), calc(100% - 2.5rem)); margin: 0 auto; }
.zt-section { position: relative; padding: clamp(4.5rem, 9vw, 8rem) 0; }
.zt-section--tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.zt-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700;
  color: var(--coral-2); margin-bottom: 1.2rem;
}
.zt-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--grad); border-radius: 2px; }
.zt-lead { color: var(--ink-2); font-size: clamp(1.05rem, 1.4vw, 1.25rem); max-width: 60ch; }
.zt-center { text-align: center; }
.zt-center .zt-lead { margin-left: auto; margin-right: auto; }
.zt-center .zt-eyebrow::before { display: none; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zt-head { max-width: 760px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.zt-center.zt-head { margin-left: auto; margin-right: auto; }

/* Buttons */
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
.wp-block-button__link, .zt-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 1rem 1.7rem; border-radius: 999px; font-weight: 700; font-size: 1rem; letter-spacing: 0.01em;
  color: #1a0d0a; background: var(--grad); background-size: 200% 200%;
  border: 0; cursor: pointer; overflow: hidden; isolation: isolate; white-space: nowrap;
  box-shadow: 0 18px 40px -16px rgba(255, 106, 92, 0.7);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background-position 0.6s var(--ease);
}
.wp-block-button__link:hover, .zt-btn:hover { transform: translateY(-3px); box-shadow: 0 26px 50px -18px rgba(255, 106, 92, 0.85); background-position: 100% 50%; }
.wp-block-button__link::after, .zt-btn::after {
  content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-20deg); transition: left 0.7s var(--ease);
}
.wp-block-button__link:hover::after, .zt-btn:hover::after { left: 130%; }
.zt-btn--ghost {
  background: var(--glass); color: var(--ink); box-shadow: none;
  border: 1px solid var(--line-2); backdrop-filter: blur(10px);
}
.zt-btn--ghost:hover { background: var(--glass-2); box-shadow: none; }
.zt-btn--lg { padding: 1.2rem 2.2rem; font-size: 1.1rem; }
.zt-btn svg { width: 18px; height: 18px; }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 1rem 0; transition: padding 0.3s var(--ease), background 0.3s var(--ease), border-color 0.3s;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { padding: 0.55rem 0; background: rgba(10, 8, 16, 0.72); backdrop-filter: blur(16px); border-color: var(--line); }
.zt-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.zt-logo { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-head); font-weight: 800; font-size: 1.35rem; letter-spacing: -0.02em; }
.zt-logo-mark { width: 38px; height: 38px; border-radius: 12px; background: var(--grad); display: grid; place-items: center; color: #1a0d0a; font-weight: 900; font-size: 1.1rem; box-shadow: 0 10px 30px -10px rgba(255, 106, 92, 0.8); }
.zt-nav ul { display: flex; gap: 1.8rem; align-items: center; }
.zt-nav a { font-weight: 600; font-size: 0.95rem; color: var(--ink-2); position: relative; padding: 0.3rem 0; }
.zt-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--grad); transition: right 0.3s var(--ease); }
.zt-nav a:hover { color: var(--ink); }
.zt-nav a:hover::after { right: 0; }
.zt-nav .wp-block-button__link { padding: 0.7rem 1.3rem; font-size: 0.92rem; color: #1a0d0a; }
.zt-nav .wp-block-button__link::after { display: none; }
.zt-nav .wp-block-button__link:hover { color: #1a0d0a; }
.zt-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); background: var(--glass); border-radius: 12px; position: relative; cursor: pointer; }
.zt-burger span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); transition: 0.3s var(--ease); }
.zt-burger span:nth-child(1) { top: 15px; } .zt-burger span:nth-child(2) { top: 21px; } .zt-burger span:nth-child(3) { top: 27px; }
.zt-burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.zt-burger.is-open span:nth-child(2) { opacity: 0; }
.zt-burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.zt-hero { min-height: 100svh; display: flex; align-items: center; padding: 8rem 0 5rem; overflow: hidden; }
.zt-hero-bg { position: absolute; inset: 0; z-index: -1; }
.zt-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.42; filter: saturate(1.15); animation: heroZoom 18s var(--ease) infinite alternate; }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.08); } }
.zt-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,8,16,0.55) 0%, rgba(10,8,16,0.25) 45%, var(--bg) 100%); }
.orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.55; pointer-events: none; animation: float 12s ease-in-out infinite; }
.orb-1 { width: 420px; height: 420px; background: var(--coral); left: -120px; top: 10%; }
.orb-2 { width: 360px; height: 360px; background: var(--rose); right: -100px; top: 30%; animation-delay: -4s; }
.orb-3 { width: 300px; height: 300px; background: var(--teal); left: 40%; bottom: -120px; opacity: 0.3; animation-delay: -8s; }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -30px; } }
.zt-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3rem; align-items: center; }
.zt-hero h1 { margin-bottom: 1.2rem; }
.zt-hero h1 .grad-text { display: inline-block; }
.zt-hero .zt-lead { font-size: clamp(1.1rem, 1.5vw, 1.3rem); margin-bottom: 2.2rem; }
.zt-hero-badges { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 2.2rem; }
.zt-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0.95rem; border-radius: 999px; background: var(--glass); border: 1px solid var(--line); font-size: 0.85rem; color: var(--ink-2); backdrop-filter: blur(8px); }
.zt-badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 12px var(--teal); }

.zt-hero-visual { position: relative; }
.zt-hero-stack { position: relative; height: 560px; }
.zt-polaroid {
  position: absolute; width: 250px; aspect-ratio: 3 / 4; border-radius: 20px; overflow: hidden;
  border: 1px solid var(--line-2); box-shadow: 0 40px 80px -30px rgba(0,0,0,0.8), var(--shadow);
  animation: drift 9s ease-in-out infinite;
}
.zt-polaroid img { width: 100%; height: 100%; object-fit: cover; }
.zt-polaroid-1 { left: 5%; top: 8%; transform: rotate(-7deg); z-index: 1; }
.zt-polaroid-2 { left: 40%; top: 0; transform: rotate(4deg); z-index: 3; width: 270px; animation-delay: -3s; }
.zt-polaroid-3 { left: 25%; top: 42%; transform: rotate(-2deg); z-index: 2; animation-delay: -6s; }
@keyframes drift { 0%, 100% { margin-top: 0; } 50% { margin-top: -14px; } }
.zt-float-msg {
  position: absolute; z-index: 5; padding: 0.75rem 1rem; border-radius: 16px 16px 16px 4px;
  background: rgba(20, 15, 30, 0.85); border: 1px solid var(--line-2); backdrop-filter: blur(12px);
  font-size: 0.9rem; max-width: 220px; box-shadow: 0 20px 50px -20px rgba(0,0,0,0.8);
  animation: popIn 0.8s var(--ease) both;
}
.zt-float-msg strong { color: var(--coral-2); display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.2rem; }
.zt-float-msg-1 { right: -10px; top: 26%; animation-delay: 0.6s; }
.zt-float-msg-2 { left: -20px; bottom: 6%; animation-delay: 1.2s; border-radius: 16px 16px 4px 16px; }
@keyframes popIn { from { opacity: 0; transform: translateY(20px) scale(0.9); } to { opacity: 1; transform: none; } }

/* Marquee */
.zt-marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.02); padding: 1.1rem 0; }
.zt-marquee-track { display: flex; gap: 3rem; width: max-content; animation: marquee 32s linear infinite; }
.zt-marquee:hover .zt-marquee-track { animation-play-state: paused; }
.zt-marquee span { display: inline-flex; align-items: center; gap: 1rem; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--ink-2); white-space: nowrap; }
.zt-marquee span::after { content: "✦"; color: var(--coral); font-size: 0.8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Model cards */
.zt-models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.model-card {
  position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3 / 4.1;
  border: 1px solid var(--line); background: var(--bg-2);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
  transform-style: preserve-3d; will-change: transform;
}
.model-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.model-card:hover img { transform: scale(1.06); }
.model-card::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.14), transparent 45%);
  opacity: 0; transition: opacity 0.4s;
}
.model-card:hover::before { opacity: 1; }
.model-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(10,8,16,0.35) 65%, rgba(10,8,16,0.95) 100%); }
.model-card:hover { box-shadow: var(--shadow); }
.model-card-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.5rem; display: grid; gap: 0.35rem; }
.model-card-name { font-family: var(--font-head); font-weight: 800; font-size: 1.6rem; display: flex; align-items: baseline; gap: 0.5rem; }
.model-card-name small { font-weight: 600; font-size: 1rem; color: var(--ink-2); }
.model-card-tag { color: var(--ink-2); font-size: 0.95rem; }
.model-card-pill { position: absolute; top: 1rem; left: 1rem; z-index: 2; padding: 0.4rem 0.8rem; border-radius: 999px; background: rgba(10,8,16,0.55); backdrop-filter: blur(8px); border: 1px solid var(--line-2); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; display: inline-flex; align-items: center; gap: 0.4rem; }
.model-card-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px var(--teal); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.model-card-actions { display: flex; gap: 0.6rem; margin-top: 0.7rem; flex-wrap: wrap; }
.model-card-actions .zt-btn { padding: 0.65rem 1.1rem; font-size: 0.88rem; }
.model-card-link { position: absolute; inset: 0; z-index: 1; }

/* Steps */
.zt-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: step; }
.zt-step { position: relative; padding: 2.2rem 1.8rem 2rem; border-radius: var(--radius); background: var(--glass); border: 1px solid var(--line); overflow: hidden; transition: transform 0.4s var(--ease), border-color 0.4s; }
.zt-step:hover { transform: translateY(-6px); border-color: var(--line-2); }
.zt-step::before { counter-increment: step; content: "0" counter(step); position: absolute; right: 1.2rem; top: 0.6rem; font-family: var(--font-head); font-size: 5rem; font-weight: 800; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.12); }
.zt-step-icon { width: 54px; height: 54px; border-radius: 16px; background: var(--grad-soft); border: 1px solid var(--line-2); display: grid; place-items: center; margin-bottom: 1.3rem; }
.zt-step-icon svg { width: 26px; height: 26px; stroke: var(--coral-2); }
.zt-step-title { font-family: var(--font-head); font-weight: 700; font-size: 1.35rem; margin: 0 0 0.5rem; display: block; }
.zt-step p { color: var(--ink-2); margin: 0; }

/* Bento features */
.zt-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.2rem; }
.zt-tile { position: relative; padding: 1.8rem; border-radius: var(--radius); background: var(--glass); border: 1px solid var(--line); overflow: hidden; transition: transform 0.4s var(--ease), background 0.4s; }
.zt-tile:hover { transform: translateY(-5px); background: var(--glass-2); }
.zt-tile::after { content: ""; position: absolute; inset: auto -40% -60% auto; width: 240px; height: 240px; border-radius: 50%; background: var(--grad-soft); filter: blur(40px); opacity: 0; transition: opacity 0.5s; }
.zt-tile:hover::after { opacity: 1; }
.zt-tile > * { position: relative; z-index: 1; }
.zt-tile-3 { grid-column: span 3; } .zt-tile-2 { grid-column: span 2; } .zt-tile-4 { grid-column: span 4; }
.zt-tile-title { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; display: block; margin: 0 0 0.5rem; }
.zt-tile p { color: var(--ink-2); margin: 0; font-size: 0.98rem; }
.zt-tile-icon { width: 46px; height: 46px; border-radius: 14px; background: rgba(255,255,255,0.06); border: 1px solid var(--line-2); display: grid; place-items: center; margin-bottom: 1.1rem; }
.zt-tile-icon svg { width: 22px; height: 22px; stroke: var(--amber); }
.zt-tile-big { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
.zt-tile-big img { border-radius: 16px; aspect-ratio: 4/5; object-fit: cover; }

/* Chat demo */
.zt-chat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.zt-phone { position: relative; width: min(380px, 100%); margin: 0 auto; border-radius: 44px; padding: 14px; background: linear-gradient(160deg, #2a2136, #120e1c); border: 1px solid var(--line-2); box-shadow: 0 60px 120px -40px rgba(0,0,0,0.9), var(--shadow); }
.zt-phone::before { content: ""; position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 110px; height: 28px; border-radius: 0 0 18px 18px; background: #0a0810; z-index: 3; }
.zt-screen { border-radius: 34px; background: var(--bg); overflow: hidden; height: 640px; display: flex; flex-direction: column; }
.chat-top { display: flex; align-items: center; gap: 0.8rem; padding: 3rem 1.2rem 1rem; border-bottom: 1px solid var(--line); }
.chat-top img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--coral); }
.chat-top strong { display: block; font-family: var(--font-head); }
.chat-top small { color: var(--teal); font-size: 0.78rem; display: inline-flex; align-items: center; gap: 0.35rem; }
.chat-top small::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.chat-thread { flex: 1; padding: 1.2rem; display: flex; flex-direction: column; gap: 0.6rem; overflow: hidden; }
.bubble { max-width: 82%; padding: 0.7rem 1rem; border-radius: 18px; font-size: 0.93rem; line-height: 1.45; animation: popIn 0.4s var(--ease) both; }
.bubble.her { align-self: flex-start; background: var(--bg-3); border-bottom-left-radius: 6px; }
.bubble.me { align-self: flex-end; background: var(--grad); color: #1a0d0a; border-bottom-right-radius: 6px; font-weight: 600; }
.bubble.typing { display: flex; gap: 5px; padding: 0.9rem 1rem; }
.bubble.typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--ink-3); animation: blink 1.2s infinite; }
.bubble.typing span:nth-child(2) { animation-delay: 0.2s; } .bubble.typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink { 0%, 80%, 100% { opacity: 0.25; } 40% { opacity: 1; } }
.chat-input { display: flex; gap: 0.6rem; padding: 0.9rem 1rem 1.3rem; border-top: 1px solid var(--line); }
.chat-input div { flex: 1; padding: 0.7rem 1rem; border-radius: 999px; background: var(--bg-3); color: var(--ink-3); font-size: 0.9rem; }
.chat-input i { width: 40px; height: 40px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; }
.zt-checklist { display: grid; gap: 1rem; margin: 1.8rem 0 2.2rem; }
.zt-checklist li { display: flex; gap: 0.9rem; align-items: flex-start; color: var(--ink-2); }
.zt-checklist li::before { content: "✓"; flex: 0 0 26px; height: 26px; border-radius: 50%; background: var(--grad-soft); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--coral-2); font-weight: 800; font-size: 0.85rem; }

/* Editorial text blocks */
.zt-editorial { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 4rem; align-items: start; }
.zt-editorial-sticky { position: sticky; top: 7rem; }
.zt-prose { color: var(--ink-2); font-size: 1.08rem; }
.zt-prose p:first-of-type::first-letter { font-family: var(--font-head); font-size: 3.6em; float: left; line-height: 0.8; margin: 0.08em 0.15em 0 0; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; }
.zt-prose strong { color: var(--ink); }
.zt-pullquote { margin: 2rem 0; padding: 1.6rem 1.8rem; border-left: 3px solid var(--coral); background: var(--glass); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-family: var(--font-head); font-size: 1.35rem; font-weight: 700; line-height: 1.35; color: var(--ink); }
.zt-signature { font-family: var(--font-head); font-weight: 700; color: var(--ink); margin-top: 1.5rem; }
.zt-signature small { display: block; color: var(--ink-3); font-family: var(--font-body); font-weight: 500; font-size: 0.9rem; }

/* Stats */
.zt-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 3rem; }
.zt-stat { padding: 1.8rem; border-radius: var(--radius); background: var(--glass); border: 1px solid var(--line); text-align: center; }
.zt-stat-num { font-family: var(--font-head); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.03em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zt-stat-label { color: var(--ink-3); font-size: 0.9rem; margin-top: 0.3rem; }
.zt-traits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; margin-top: 2rem; }
.zt-trait { padding: 1.1rem 1.3rem; border-radius: var(--radius-sm); background: var(--glass); border: 1px solid var(--line); }
.zt-trait-name { display: flex; justify-content: space-between; font-weight: 700; font-size: 0.95rem; margin-bottom: 0.6rem; }
.zt-trait-name span:last-child { color: var(--coral-2); }
.zt-bar { height: 6px; border-radius: 999px; background: rgba(255,255,255,0.08); overflow: hidden; }
.zt-bar i { display: block; height: 100%; width: 0; background: var(--grad); border-radius: 999px; transition: width 1.4s var(--ease); }
.in .zt-bar i { width: var(--w); }

/* Testimonials */
.zt-testis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.zt-testi { padding: 2rem; border-radius: var(--radius); background: var(--glass); border: 1px solid var(--line); position: relative; display: flex; flex-direction: column; gap: 1.2rem; transition: transform 0.4s var(--ease); }
.zt-testi:hover { transform: translateY(-6px); }
.zt-testi::before { content: "“"; position: absolute; right: 1.4rem; top: 0.4rem; font-family: var(--font-head); font-size: 5rem; line-height: 1; color: rgba(255,255,255,0.08); }
.zt-stars { color: var(--amber); letter-spacing: 0.1em; font-size: 0.95rem; }
.zt-testi p { color: var(--ink-2); margin: 0; flex: 1; }
.zt-testi-who { display: flex; align-items: center; gap: 0.8rem; }
.zt-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; font-weight: 800; color: #1a0d0a; }
.zt-testi-who strong { display: block; font-size: 0.95rem; }
.zt-testi-who small { color: var(--ink-3); font-size: 0.8rem; }

/* FAQ */
.zt-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 0.8rem; }
.faq-item { border-radius: var(--radius-sm); background: var(--glass); border: 1px solid var(--line); overflow: hidden; transition: border-color 0.3s, background 0.3s; }
.faq-item[open] { border-color: rgba(255, 106, 92, 0.4); background: var(--glass-2); }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.3rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-weight: 700; font-size: 1.08rem; font-family: var(--font-head); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: 0 0 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--coral-2); font-weight: 400; font-size: 1.3rem; transition: transform 0.3s var(--ease), background 0.3s; }
.faq-item[open] summary::after { transform: rotate(45deg); background: var(--grad); color: #1a0d0a; border-color: transparent; }
.faq-item p { padding: 0 1.5rem 1.4rem; margin: 0; color: var(--ink-2); }

/* Final CTA */
.zt-cta-box { position: relative; padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 4vw, 4rem); border-radius: 32px; overflow: hidden; text-align: center; border: 1px solid var(--line-2); background: var(--bg-2); }
.zt-cta-box img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.32; }
.zt-cta-box::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 50% 100%, rgba(255,106,92,0.35), transparent 70%), linear-gradient(180deg, rgba(10,8,16,0.4), rgba(10,8,16,0.85)); }
.zt-cta-box > * { position: relative; }
.zt-cta-box h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.zt-cta-box .wp-block-buttons { justify-content: center; margin-top: 2rem; }
.zt-cta-note { color: var(--ink-3); font-size: 0.88rem; margin-top: 1.2rem; }
.zt-cta-faces { display: flex; justify-content: center; margin-bottom: 1.5rem; }
.zt-cta-faces img { position: static; width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--bg); margin: 0 -8px; opacity: 1; }

/* Page hero (inner pages) */
.zt-page-hero { padding: 9rem 0 3rem; }
.zt-crumbs { display: flex; gap: 0.5rem; color: var(--ink-3); font-size: 0.88rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.zt-crumbs a:hover { color: var(--ink); }
.zt-crumbs li + li::before { content: "/"; margin-right: 0.5rem; opacity: 0.5; }

/* Single model */
.zt-model-hero { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3.5rem; align-items: center; padding-top: 8rem; }
.zt-model-photo { position: relative; border-radius: 30px; overflow: hidden; border: 1px solid var(--line-2); box-shadow: 0 50px 100px -40px rgba(0,0,0,0.9), var(--shadow); aspect-ratio: 3/4; }
.zt-model-photo img { width: 100%; height: 100%; object-fit: cover; }
.zt-model-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(10,8,16,0.7)); }
.zt-model-photo .zt-float-msg { z-index: 2; }
.zt-model-meta { display: flex; flex-wrap: wrap; gap: 0.7rem; margin: 1.2rem 0 1.8rem; }
.zt-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.2rem 0 0; }
.zt-chip { padding: 0.5rem 1rem; border-radius: 999px; background: var(--glass); border: 1px solid var(--line-2); font-size: 0.9rem; font-weight: 600; }
.zt-two { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.zt-card { padding: 2rem; border-radius: var(--radius); background: var(--glass); border: 1px solid var(--line); }
.zt-card h2 { font-size: 1.6rem; }
.zt-list li { display: flex; gap: 0.8rem; color: var(--ink-2); padding: 0.6rem 0; border-bottom: 1px dashed var(--line); }
.zt-list li:last-child { border-bottom: 0; }
.zt-list li::before { content: "◆"; color: var(--coral); font-size: 0.7rem; margin-top: 0.4rem; }
.zt-quote { font-family: var(--font-head); font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 700; line-height: 1.3; padding: 2.5rem; border-radius: var(--radius); background: var(--grad-soft); border: 1px solid var(--line-2); position: relative; }
.zt-quote::before { content: "“"; position: absolute; left: 1.2rem; top: -0.4rem; font-size: 6rem; line-height: 1; color: rgba(255,255,255,0.15); }
.zt-quote small { display: block; margin-top: 1rem; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; color: var(--coral-2); }
.zt-static-chat { display: grid; gap: 0.6rem; }

/* Legal pages */
.zt-legal { max-width: 860px; margin: 0 auto; }
.zt-legal-meta { color: var(--ink-3); font-size: 0.92rem; margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.zt-legal h2 { font-size: 1.45rem; margin: 2.4rem 0 0.7rem; display: flex; gap: 0.8rem; align-items: baseline; }
.zt-legal h2 span { font-size: 0.85rem; color: var(--coral-2); font-family: var(--font-body); font-weight: 700; letter-spacing: 0.05em; }
.zt-legal p { color: var(--ink-2); }
.zt-legal-toc { padding: 1.6rem 1.8rem; border-radius: var(--radius); background: var(--glass); border: 1px solid var(--line); margin-bottom: 2rem; columns: 2; column-gap: 2rem; }
.zt-legal-toc a { display: block; font-size: 0.92rem; color: var(--ink-2); padding: 0.25rem 0; }
.zt-legal-toc a:hover { color: var(--coral-2); }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: 4rem 0 2rem; margin-top: 3rem; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.02)); }
.zt-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; }
.zt-footer-grid p { color: var(--ink-3); font-size: 0.95rem; max-width: 34ch; }
.zt-footer-title { font-family: var(--font-head); font-weight: 700; margin-bottom: 1rem; display: block; }
.zt-footer-grid li { margin-bottom: 0.6rem; }
.zt-footer-grid li a { color: var(--ink-2); font-size: 0.95rem; }
.zt-footer-grid li a:hover { color: var(--coral-2); }
.zt-footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--ink-3); font-size: 0.85rem; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.1s; } .reveal[data-delay="2"] { transition-delay: 0.2s; } .reveal[data-delay="3"] { transition-delay: 0.3s; }
.reveal[data-delay="4"] { transition-delay: 0.4s; } .reveal[data-delay="5"] { transition-delay: 0.5s; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

/* Responsive */
@media (max-width: 1024px) {
  .zt-hero-grid { grid-template-columns: 1fr; }
  .zt-hero-visual { display: none; }
  .zt-models-grid { grid-template-columns: repeat(2, 1fr); }
  .zt-steps { grid-template-columns: 1fr; }
  .zt-tile-3, .zt-tile-2, .zt-tile-4 { grid-column: span 6; }
  .zt-chat-grid, .zt-editorial, .zt-two, .zt-model-hero { grid-template-columns: 1fr; gap: 2.5rem; }
  .zt-editorial-sticky { position: static; }
  .zt-stats { grid-template-columns: repeat(2, 1fr); }
  .zt-testis { grid-template-columns: 1fr; }
  .zt-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .zt-nav { position: fixed; inset: 0; background: rgba(10,8,16,0.96); backdrop-filter: blur(20px); display: none; padding: 6rem 2rem; }
  .zt-nav.is-open { display: block; }
  .zt-nav ul { flex-direction: column; align-items: flex-start; gap: 1.6rem; }
  .zt-nav a { font-size: 1.4rem; font-family: var(--font-head); }
  .zt-burger { display: block; position: relative; z-index: 60; }
  .zt-header-inner > .zt-burger { order: 3; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .zt-hero { padding-top: 7rem; }
  .zt-models-grid { grid-template-columns: 1fr; }
  .zt-traits { grid-template-columns: 1fr; }
  .zt-stats { grid-template-columns: 1fr 1fr; }
  .zt-legal-toc { columns: 1; }
  .zt-footer-grid { grid-template-columns: 1fr; }
  .zt-screen { height: 560px; }
  .zt-tile-big { grid-template-columns: 1fr; }
}
