:root {
  --ink: #111111;
  --muted: #6b6f76;
  --soft: #f5f5f3;
  --cream: #faf7ef;
  --stone: #d7d1c6;
  --gold: #c99b3b;
  --blue: #0a66c2;
  --line: rgba(17, 17, 17, .1);
  --white: #fff;
  --shadow: 0 28px 90px rgba(0,0,0,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.nav { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.72); border-bottom: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(22px) saturate(180%); -webkit-backdrop-filter: blur(22px) saturate(180%); }
.nav.scrolled { background: rgba(255,255,255,.93); border-color: var(--line); }
.nav-inner { width: min(1200px, calc(100% - 34px)); height: 58px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { font-weight: 900; white-space: nowrap; }
.brand span { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 26px; color: rgba(17,17,17,.68); font-size: .9rem; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { min-height: 36px; padding: 0 16px; border-radius: 999px; background: var(--ink); color: #fff; display: inline-flex; align-items: center; font-weight: 750; font-size: .86rem; }
.menu { display: none; border: 0; background: transparent; font-size: 1.45rem; }
.hero { min-height: 94vh; display: grid; align-items: end; position: relative; overflow: hidden; color: #fff; background: #090909; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.38) 48%, rgba(0,0,0,.08)), url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1900&q=86") center / cover; transform: scale(1.02); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 32vh; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent); }
.hero-content { position: relative; z-index: 2; width: min(1200px, calc(100% - 34px)); margin: 0 auto; padding: 128px 0 84px; }
.eyebrow { margin: 0 0 14px; color: var(--muted); font-size: .8rem; font-weight: 850; text-transform: uppercase; }
.hero .eyebrow { color: rgba(255,255,255,.72); }
.headline-xl { margin: 0; max-width: 950px; font-size: clamp(3.4rem, 8.8vw, 8.7rem); line-height: .92; font-weight: 780; }
.headline-lg { margin: 0; font-size: clamp(2.5rem, 6vw, 5.5rem); line-height: .96; font-weight: 770; }
.headline-md { margin: 0; font-size: clamp(2rem, 4.2vw, 4rem); line-height: 1; font-weight: 760; }
.subhead { margin: 24px 0 0; max-width: 690px; color: rgba(255,255,255,.84); font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.38; }
.subcopy { max-width: 740px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.28rem); line-height: 1.55; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn { min-height: 46px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; font-weight: 760; transition: transform .18s ease, background .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-large { min-height: 54px; padding: 0 28px; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-gold { background: var(--gold); color: #111; }
.btn-white { background: #fff; color: #111; }
.btn-outline { border-color: rgba(17,17,17,.16); background: rgba(255,255,255,.65); }
.btn-outline-white { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.08); }
.section { padding: 108px 0; }
.container { width: min(1200px, calc(100% - 34px)); margin: 0 auto; }
.center { text-align: center; }
.center .subcopy { margin-left: auto; margin-right: auto; }
.soft { background: var(--soft); }
.cream { background: var(--cream); }
.dark { background: #070707; color: #fff; }
.dark .subcopy { color: rgba(255,255,255,.72); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--cream); border-bottom: 1px solid var(--line); }
.stat { min-height: 148px; display: grid; place-items: center; text-align: center; padding: 30px 20px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; }
.stat span { display: block; color: var(--muted); margin-top: 10px; line-height: 1.35; }
.grid-3, .grid-4 { display: grid; gap: 16px; margin-top: 54px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 30px; box-shadow: 0 10px 36px rgba(0,0,0,.05); }
.card h3 { margin: 20px 0 12px; font-size: 1.55rem; line-height: 1.08; }
.card p { margin: 0; color: var(--muted); line-height: 1.52; }
.badge { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #111; background: linear-gradient(135deg, #f0dfb8, #c99b3b); font-weight: 900; }
.service-card { min-height: 510px; border-radius: 8px; overflow: hidden; position: relative; color: #fff; box-shadow: var(--shadow); background: #111; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .45s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,.08) 58%); }
.card-copy { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; }
.card-copy h3 { margin: 0; font-size: 2rem; line-height: 1; }
.card-copy p { color: rgba(255,255,255,.82); line-height: 1.45; }
.card-copy span { color: #ffd27a; font-weight: 800; }
.split { min-height: 690px; display: grid; grid-template-columns: 1fr 1fr; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy { padding: clamp(42px, 7vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.hero-small { padding: 150px 0 78px; background: var(--soft); }
.hero-small .subhead { color: var(--muted); }
.page-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 44px; align-items: center; }
.page-photo { overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); }
.page-photo img { width: 100%; height: 560px; object-fit: cover; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; }
.project { border-radius: 8px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.project img { width: 100%; height: 300px; object-fit: cover; }
.project div { padding: 22px; }
.project h3 { margin: 0 0 8px; }
.project p { color: var(--muted); line-height: 1.5; margin: 0; }
.list { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.list li { padding: 17px 19px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--muted); }
.list b { color: var(--ink); }
.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; }
.panel { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 34px; }
.panel p { color: var(--muted); line-height: 1.55; }
form { display: grid; gap: 14px; }
label { font-size: .88rem; font-weight: 800; color: #3b3d40; }
input, textarea, select { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid rgba(17,17,17,.16); border-radius: 8px; background: #fbfbfd; font: inherit; }
textarea { min-height: 130px; resize: vertical; }
.cta { min-height: 540px; display: grid; place-items: center; text-align: center; padding: 90px 20px; color: #fff; background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.34)), url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?w=1800&q=86") center / cover; }
.cta .subcopy { color: rgba(255,255,255,.82); margin-left: auto; margin-right: auto; }
footer { background: #f5f5f3; border-top: 1px solid var(--line); }
.footer-inner { width: min(1200px, calc(100% - 34px)); margin: 0 auto; padding: 46px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.footer-logo { display: block; font-weight: 900; margin-bottom: 12px; }
.footer-grid p, .footer-grid a { color: var(--muted); line-height: 1.6; }
.footer-grid h4 { margin: 0 0 12px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }

/* Website Build Studio growth cover page */
.cover-body { background: #fff; }
.cover-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.cover-hero { padding: 108px 0 90px; background: linear-gradient(135deg, #fff 0%, #f5f5f3 50%, #faf7ef 100%); overflow: hidden; }
.cover-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 54px; align-items: center; }
.cover-eyebrow { color: var(--gold); font-weight: 900; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 14px; }
.cover-hero h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: .98; margin: 0 0 24px; font-weight: 780; }
.cover-lede { font-size: 1.16rem; line-height: 1.65; max-width: 720px; color: var(--muted); }
.cover-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.cover-note { max-width: 620px; margin-top: 28px; color: var(--ink); font-weight: 850; }
.cover-snapshot { background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 18px; padding: 38px; box-shadow: 0 30px 80px rgba(0,0,0,.12); }
.cover-snapshot span { display: block; color: var(--gold); font-weight: 900; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px; }
.cover-snapshot strong { display: block; font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.05; color: var(--ink); margin-bottom: 16px; }
.snapshot-list { display: grid; gap: 12px; margin-top: 24px; }
.snapshot-list div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px; }
.snapshot-list b { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(201,155,59,.18); color: #111; }
.snapshot-list span { margin: 0; color: var(--ink); font-size: .95rem; letter-spacing: 0; text-transform: none; font-weight: 800; }
.cover-special { padding: 78px 0 84px; text-align: center; background: linear-gradient(180deg, #fff 0%, #faf7ef 100%); }
.cover-special h2 { font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1; margin: 0 auto 24px; max-width: 980px; font-weight: 780; }
.cover-special p { font-size: clamp(1.08rem, 1.7vw, 1.34rem); line-height: 1.58; max-width: 840px; margin: 0 auto; color: var(--muted); }
.cover-special strong { color: var(--ink); font-weight: 900; }
.cover-protection-section, .cover-section, .cover-chat-section, .cover-video-section { padding: 84px 0; background: #fff; }
.cover-soft, .cover-chat-section { background: linear-gradient(180deg, #f5f5f3 0%, #fff 100%); }
.protection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.protection-grid div { background: linear-gradient(180deg, #fff 0%, #faf7ef 100%); border: 1px solid var(--line); border-radius: 14px; padding: 28px; box-shadow: 0 14px 38px rgba(0,0,0,.06); }
.protection-grid span, .ai-flow span, .chat-flow span { display: flex; width: 44px; height: 44px; border-radius: 50%; align-items: center; justify-content: center; background: var(--ink); color: #fff; font-weight: 900; margin-bottom: 18px; }
.protection-grid h3 { font-size: 1.18rem; margin-bottom: 10px; }
.protection-grid p { font-size: .96rem; line-height: 1.58; color: var(--muted); }
.protection-line { max-width: 760px; margin: 32px auto 0; text-align: center; color: var(--ink); font-size: 1.18rem; font-weight: 850; }
.cover-two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr); gap: 42px; align-items: start; }
.cover-two h2, .cover-section .center h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.roi-mini-stack { display: grid; gap: 16px; margin-top: 30px; }
.roi-mini-stack article { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; box-shadow: 0 14px 38px rgba(0,0,0,.06); }
.roi-mini-stack article.roi-feature { border-color: rgba(201,155,59,.35); background: linear-gradient(180deg, #fff 0%, #faf7ef 100%); box-shadow: 0 20px 55px rgba(0,0,0,.09); }
.roi-mini-stack article > span { display: block; color: var(--gold); font-weight: 900; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 8px; }
.roi-mini-stack h3 { font-size: 1.45rem; margin-bottom: 4px; }
.roi-mini-stack div { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); padding-top: 12px; margin-top: 12px; }
.roi-mini-stack div b { color: var(--muted); }
.roi-mini-stack div strong { font-size: 1.28rem; color: var(--ink); }
.cover-fine { font-size: .86rem; color: var(--muted); margin-top: 18px; }
.ai-card, .process-panel { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 34px; box-shadow: 0 20px 70px rgba(0,0,0,.08); }
.ai-card { background: linear-gradient(180deg, #fff 0%, #faf7ef 100%); }
.ai-flow, .chat-flow { display: grid; gap: 14px; margin-top: 26px; }
.ai-flow div, .chat-flow div { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: start; background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 12px; padding: 16px; }
.ai-flow p, .chat-flow p { color: var(--ink); font-weight: 650; margin: 0; }
.professional-line { margin-top: 24px; color: var(--ink); font-weight: 850; line-height: 1.55; }
.chat-backup-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr); gap: 36px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 44px; box-shadow: 0 30px 90px rgba(0,0,0,.08); }
.chat-backup-card h2, .video-feature-card h2 { font-size: clamp(2rem, 4.2vw, 3.55rem); line-height: 1.05; margin-bottom: 18px; }
.chat-backup-card p, .video-feature-card p { font-size: 1.04rem; line-height: 1.62; }
.chat-script { margin-top: 28px; background: linear-gradient(180deg, #faf7ef 0%, #fff 100%); border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.chat-script span { display: block; color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; margin-bottom: 10px; }
.chat-script strong { display: block; color: var(--ink); font-size: 1.2rem; line-height: 1.45; margin-bottom: 10px; }
.cover-video-section { background: linear-gradient(135deg, #fff 0%, #f5f5f3 48%, #faf7ef 100%); }
.video-feature-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 34px; align-items: center; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 20px; padding: 44px; box-shadow: 0 30px 90px rgba(0,0,0,.08); }
.video-upsell { margin-top: 18px; color: var(--ink); font-weight: 850; }
.video-channel-card { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.video-channel-card span { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 18px 16px; text-align: center; color: var(--ink); font-weight: 900; box-shadow: 0 14px 38px rgba(0,0,0,.06); }
.cover-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin-top: 44px; }
.cover-feature-grid div { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; box-shadow: 0 14px 38px rgba(0,0,0,.06); }
.cover-feature-grid h3 { font-size: 1.08rem; margin-bottom: 10px; }
.cover-feature-grid p { font-size: .95rem; line-height: 1.55; color: var(--muted); }
.cover-steps { list-style: none; display: grid; gap: 18px; margin-top: 26px; padding: 0; }
.cover-steps li { display: grid; gap: 6px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.cover-steps li:last-child { border-bottom: none; padding-bottom: 0; }
.cover-steps strong { font-size: 1.02rem; color: var(--ink); }
.cover-steps span { color: var(--muted); }
.need-list { display: grid; gap: 12px; margin-top: 24px; list-style: none; padding: 0; }
.need-list li { padding-left: 28px; position: relative; color: var(--ink); font-weight: 650; }
.need-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.cover-final { padding: 96px 0; background: linear-gradient(135deg, #070707 0%, #2d2616 100%); text-align: center; }
.cover-final h2 { max-width: 920px; margin: 0 auto 18px; color: #fff; font-size: clamp(2.2rem, 4.5vw, 4.2rem); }
.cover-final p { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.78); font-size: 1.1rem; }
.cover-final .cover-eyebrow { color: #e7c173; }
.cover-final .cover-actions { justify-content: center; }

/* AI demo chat widget */
.chat-widget { position: fixed; left: 22px; bottom: 22px; z-index: 120; font-family: inherit; }
.chat-bubble { width: 64px; height: 64px; border: none; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 900; box-shadow: 0 18px 45px rgba(0,0,0,.28); cursor: pointer; }
.chat-panel { position: absolute; left: 0; bottom: 78px; width: min(360px, calc(100vw - 32px)); max-height: 620px; display: none; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.chat-panel.open { display: block; }
.chat-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; background: linear-gradient(135deg, #070707, #3a3324); color: #fff; }
.chat-header strong { font-size: .96rem; color: #fff; }
.chat-header button { width: 30px; height: 30px; border: none; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 1.2rem; cursor: pointer; }
.chat-messages { max-height: 390px; overflow: auto; padding: 18px; background: linear-gradient(180deg, #fff 0%, #f5f5f3 100%); }
.chat-msg { padding: 13px 14px; border-radius: 14px; font-size: .94rem; line-height: 1.45; }
.chat-msg.bot { background: #fff; border: 1px solid var(--line); color: var(--ink); margin-right: auto; max-width: 88%; margin-bottom: 10px; }
.chat-msg.user { margin-left: auto; background: var(--ink); color: #fff; max-width: 82%; margin-bottom: 10px; }
.demo-welcome-actions { display: grid; gap: 10px; margin-top: 14px; }
.demo-welcome-actions button { display: flex; align-items: center; justify-content: center; border-radius: 999px; padding: 11px 14px; font-weight: 850; text-align: center; border: 1px solid var(--line); cursor: pointer; font: inherit; background: #fff; color: var(--ink); }
.ai-live-note { font-size: .78rem; line-height: 1.35; color: var(--muted); padding: 0 18px 14px; background: #f5f5f3; }
.chat-form { display: flex; gap: 8px; padding: 12px; background: #fff; border-top: 1px solid var(--line); }
.chat-form input { min-width: 0; flex: 1; border: 1px solid var(--line); border-radius: 999px; padding: 11px 13px; font: inherit; }
.chat-form button { border: none; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 850; padding: 0 16px; cursor: pointer; }

@media (max-width: 920px) {
  .nav-links { position: absolute; top: 58px; left: 17px; right: 17px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.96); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px; }
  .nav-cta { display: none; }
  .menu { display: block; }
  .stats, .grid-3, .grid-4, .project-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .split, .page-grid, .contact-wrap { grid-template-columns: 1fr; }
  .split-media { min-height: 430px; }
  .cover-hero-grid, .cover-two, .chat-backup-card, .video-feature-card { grid-template-columns: 1fr; }
  .protection-grid { grid-template-columns: 1fr; }
  .cover-snapshot { padding: 30px; }
  .cover-hero { padding: 84px 0 76px; }
  .cover-section { padding: 68px 0; }
}
@media (max-width: 620px) {
  .headline-xl { font-size: clamp(3.15rem, 16vw, 5rem); }
  .hero { min-height: 88vh; }
  .hero-content { padding-bottom: 58px; }
  .stats, .grid-3, .grid-4, .project-grid, .footer-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .page-photo img { height: 420px; }
  .footer-bottom { flex-direction: column; }
  .cover-wrap { padding: 0 18px; }
  .cover-hero h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .cover-actions .btn { width: 100%; justify-content: center; }
  .cover-special { padding: 58px 0 62px; }
  .cover-section, .cover-video-section, .cover-chat-section, .cover-protection-section { padding: 58px 0; }
  .video-feature-card, .chat-backup-card { padding: 26px; border-radius: 18px; }
  .video-channel-card { grid-template-columns: 1fr; }
  .ai-card, .process-panel { padding: 24px; border-radius: 18px; }
  .ai-flow div, .chat-flow div { grid-template-columns: 1fr; }
  .cover-feature-grid { grid-template-columns: 1fr; }
  .chat-widget { left: 16px; bottom: 18px; }
  .chat-bubble { width: 58px; height: 58px; }
  .chat-panel { bottom: 70px; }
}
