:root {
  --ink: #111827;
  --muted: #65717f;
  --red: #c62d2d;
  --red-dark: #861d1d;
  --navy: #0f2440;
  --steel: #e8edf3;
  --paper: #f7f4ec;
  --yellow: #f3b53f;
  --line: rgba(17,24,39,.14);
  --shadow: 0 24px 70px rgba(15,36,64,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fffdfa; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap, .nav-inner, .footer-inner { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: var(--navy); color: #fff7df; font-size: .9rem; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,253,250,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 950; }
.brand-mark { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: #fffdfa; background: linear-gradient(135deg, var(--red), var(--navy)); font-weight: 950; }
.brand small { display: block; color: var(--muted); font-size: .75rem; font-weight: 850; }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 850; color: #303946; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--red); }
.menu-button { display: none; min-width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; background: #fffdfa; font-weight: 850; }
.button, .button-light, .button-ghost { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 999px; font-weight: 950; border: 1px solid transparent; }
.button { color: #fffdfa; background: var(--red); box-shadow: 0 16px 36px rgba(198,45,45,.24); }
.button:hover { background: var(--red-dark); }
.button-light { color: var(--navy); background: #fffdfa; }
.button-ghost { color: #fffdfa; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.hero { overflow: hidden; color: #fffdfa; background: linear-gradient(120deg, #0f2440 0%, #182f51 54%, #c62d2d 140%); }
.hero-grid { width: min(1160px, calc(100% - 40px)); margin: 0 auto; min-height: 710px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; padding: 74px 0; }
.hero-grid > *, .page-hero .wrap > *, .split > *, .contact-grid > * { min-width: 0; }
.eyebrow { margin: 0 0 13px; color: var(--yellow); font-size: .82rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: 0; overflow-wrap: anywhere; }
h1 { font-size: clamp(3.1rem, 8vw, 6.6rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4.25rem); }
h3 { font-size: 1.34rem; }
.hero-copy { max-width: 680px; margin: 22px 0 0; color: rgba(255,253,250,.84); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 38px; }
.proof { padding: 17px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; }
.proof strong { display: block; color: #fff; font-size: 1.45rem; }
.proof span { color: rgba(255,253,250,.74); font-weight: 850; font-size: .9rem; }
.hero-photo { position: relative; min-height: 560px; }
.hero-photo img { width: 100%; height: 560px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.call-card { position: absolute; left: -22px; bottom: 32px; max-width: 330px; padding: 22px; border-radius: 24px; background: rgba(255,253,250,.95); color: var(--ink); box-shadow: var(--shadow); }
.call-card strong { display: block; font-size: 1.15rem; margin-bottom: 8px; }
.section { padding: 88px 0; }
.paper { background: var(--paper); }
.steel { background: var(--steel); }
.white { background: #fffdfa; }
.dark { background: var(--navy); color: #fffdfa; }
.dark p { color: rgba(255,253,250,.72); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 34px; }
.section-head p, .wide-copy { max-width: 690px; color: var(--muted); font-size: 1.07rem; }
.grid-3, .grid-2, .process-grid, .area-grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.area-grid { grid-template-columns: repeat(5, 1fr); }
.card, .service-card, .step, .area, .visit-card { border: 1px solid var(--line); border-radius: 24px; padding: 24px; background: rgba(255,253,250,.78); }
.dark .step, .dark .card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.service-card { min-height: 235px; }
.service-card p, .card p, .step p, .visit-card p { color: var(--muted); margin-bottom: 0; }
.dark .step p, .dark .card p { color: rgba(255,253,250,.72); }
.tag { display: inline-flex; margin-bottom: 16px; padding: 7px 11px; border-radius: 999px; color: var(--red-dark); background: rgba(198,45,45,.12); font-size: .78rem; font-weight: 950; letter-spacing: .05em; text-transform: uppercase; }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 44px; align-items: center; }
.split img { width: 100%; height: 520px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.list li { position: relative; padding-left: 30px; font-weight: 800; }
.list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 10px; height: 10px; border-radius: 50%; background: var(--red); }
.page-hero { padding: 92px 0 74px; background: linear-gradient(120deg, #f7f4ec, #e8edf3); }
.page-hero .wrap { display: grid; grid-template-columns: 1fr .76fr; gap: 44px; align-items: center; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 1.16rem; }
.page-hero img { width: 100%; height: 360px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px; }
.form { display: grid; gap: 14px; }
label { display: grid; gap: 7px; color: #303946; font-weight: 850; }
input, select, textarea { width: 100%; min-height: 48px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 14px; background: #fffdfa; color: var(--ink); font: inherit; }
textarea { min-height: 130px; resize: vertical; }
.notice { color: var(--muted); font-size: .9rem; }
.site-footer { background: #0f2440; color: #fffdfa; padding: 54px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 34px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; color: rgba(255,253,250,.78); }
.footer-bottom { width: min(1160px, calc(100% - 40px)); margin: 34px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,253,250,.62); }

/* Website Build Studio growth cover page */
.cover-body { background: #fffdfa; }
.cover-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.cover-hero { padding: 92px 0 86px; background: linear-gradient(135deg, #fffdfa 0%, #f7f4ec 50%, #e8edf3 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(--red); font-weight: 950; 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; }
.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: 900; }
.cover-snapshot { background: rgba(255,253,250,.88); border: 1px solid var(--line); border-radius: 30px; padding: 38px; box-shadow: 0 30px 80px rgba(15,36,64,.14); }
.cover-snapshot span { display: block; color: var(--red); font-weight: 950; 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: #fffdfa; border: 1px solid var(--line); border-radius: 14px; padding: 12px; }
.snapshot-list b { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(198,45,45,.12); color: var(--red-dark); }
.snapshot-list span { margin: 0; color: var(--ink); font-size: .95rem; letter-spacing: 0; text-transform: none; font-weight: 850; }
.cover-special { padding: 78px 0 84px; text-align: center; background: linear-gradient(180deg, #fffdfa 0%, #f7f4ec 100%); }
.cover-special h2 { font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1; margin: 0 auto 24px; max-width: 980px; }
.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: 950; }
.cover-protection-section, .cover-section, .cover-chat-section, .cover-video-section { padding: 84px 0; background: #fffdfa; }
.cover-soft, .cover-chat-section { background: linear-gradient(180deg, #f7f4ec 0%, #fffdfa 100%); }
.cover-centered { align-items: start; }
.protection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.protection-grid div { background: linear-gradient(180deg, #fffdfa 0%, #f7f4ec 100%); border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 14px 38px rgba(15,36,64,.08); }
.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(--red); color: #fffdfa; font-weight: 950; margin-bottom: 18px; }
.protection-grid h3 { font-size: 1.18rem; margin-bottom: 10px; }
.protection-grid p { font-size: .96rem; line-height: 1.58; }
.protection-line { max-width: 760px; margin: 32px auto 0; text-align: center; color: var(--ink); font-size: 1.18rem; font-weight: 950; }
.cover-two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr); gap: 42px; align-items: start; }
.cover-two h2, .cover-section .section-head h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.roi-mini-stack { display: grid; gap: 16px; margin-top: 30px; }
.roi-mini-stack article { background: #fffdfa; border: 1px solid var(--line); border-radius: 20px; padding: 24px; box-shadow: 0 14px 38px rgba(15,36,64,.08); }
.roi-mini-stack article.roi-feature { border-color: rgba(198,45,45,.24); background: linear-gradient(180deg, #fffdfa 0%, #f7f4ec 100%); box-shadow: 0 20px 55px rgba(15,36,64,.12); }
.roi-mini-stack article > span { display: block; color: var(--red); font-weight: 950; 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: #fffdfa; border: 1px solid var(--line); border-radius: 28px; padding: 34px; box-shadow: 0 20px 70px rgba(15,36,64,.1); }
.ai-card { background: linear-gradient(180deg, #fffdfa 0%, #f7f4ec 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,253,250,.9); border: 1px solid var(--line); border-radius: 16px; padding: 16px; }
.ai-flow p, .chat-flow p { color: var(--ink); font-weight: 700; margin: 0; }
.professional-line { margin-top: 24px; color: var(--ink); font-weight: 900; line-height: 1.55; }
.chat-backup-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr); gap: 36px; align-items: start; background: #fffdfa; border: 1px solid var(--line); border-radius: 32px; padding: 44px; box-shadow: 0 30px 90px rgba(15,36,64,.1); }
.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, #f7f4ec 0%, #fffdfa 100%); border: 1px solid var(--line); border-radius: 22px; padding: 24px; }
.chat-script span { display: block; color: var(--red); font-weight: 950; 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, #fffdfa 0%, #f7f4ec 48%, #fff7df 100%); }
.video-feature-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 34px; align-items: center; background: rgba(255,253,250,.92); border: 1px solid var(--line); border-radius: 32px; padding: 44px; box-shadow: 0 30px 90px rgba(15,36,64,.12); }
.video-upsell { margin-top: 18px; color: var(--ink); font-weight: 900; }
.video-channel-card { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.video-channel-card span { background: #fffdfa; border: 1px solid var(--line); border-radius: 16px; padding: 18px 16px; text-align: center; color: var(--ink); font-weight: 950; box-shadow: 0 14px 38px rgba(15,36,64,.08); }
.cover-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.cover-feature-grid div { background: #fffdfa; border: 1px solid var(--line); border-radius: 20px; padding: 24px; box-shadow: 0 14px 38px rgba(15,36,64,.08); }
.cover-feature-grid h3 { font-size: 1.08rem; margin-bottom: 10px; }
.cover-feature-grid p { font-size: .95rem; line-height: 1.55; }
.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: 750; }
.need-list li::before { content: '✓'; position: absolute; left: 0; color: var(--red); font-weight: 950; }
.cover-final { padding: 96px 0; background: linear-gradient(135deg, var(--navy) 0%, var(--red-dark) 100%); text-align: center; }
.cover-final h2 { max-width: 920px; margin: 0 auto 18px; color: #fffdfa; font-size: clamp(2.2rem, 4.5vw, 4.2rem); }
.cover-final p { max-width: 720px; margin: 0 auto; color: rgba(255,253,250,.78); font-size: 1.1rem; }
.cover-final .cover-eyebrow { color: var(--yellow); }
.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(--navy); color: #fffdfa; font-weight: 950; box-shadow: 0 18px 45px rgba(15,36,64,.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: 22px; background: #fffdfa; box-shadow: 0 28px 80px rgba(15,36,64,.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, var(--navy), var(--red)); color: #fffdfa; }
.chat-header strong { font-size: .96rem; color: #fffdfa; }
.chat-header button { width: 30px; height: 30px; border: none; border-radius: 50%; background: rgba(255,255,255,.12); color: #fffdfa; font-size: 1.2rem; cursor: pointer; }
.chat-messages { max-height: 390px; overflow: auto; padding: 18px; background: linear-gradient(180deg, #fffdfa 0%, #f7f4ec 100%); }
.chat-msg { padding: 13px 14px; border-radius: 16px; font-size: .94rem; line-height: 1.45; }
.chat-msg.bot { background: #fffdfa; 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(--red); color: #fffdfa; 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: 900; text-align: center; border: 1px solid var(--line); cursor: pointer; font: inherit; background: #fffdfa; color: var(--ink); }
.ai-live-note { font-size: .78rem; line-height: 1.35; color: var(--muted); padding: 0 18px 14px; background: #f7f4ec; }
.chat-form { display: flex; gap: 8px; padding: 12px; background: #fffdfa; 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(--navy); color: #fffdfa; font-weight: 900; padding: 0 16px; cursor: pointer; }

@media (max-width: 900px) {
  .topbar .wrap { flex-direction: column; gap: 4px; }
  .menu-button { display: inline-grid; place-items: center; }
  .nav-links { position: absolute; inset: 78px 20px auto 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: #fffdfa; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 10px; }
  .hero-grid, .page-hero .wrap, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; padding: 52px 0; }
  .hero-photo, .hero-photo img { min-height: 0; height: 420px; }
  .call-card { left: 16px; right: 16px; bottom: 16px; }
  .grid-3, .grid-2, .process-grid, .area-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .hero-proof { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.3rem); }
  .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: 76px 0; }
  .cover-section { padding: 68px 0; }
}
@media (max-width: 560px) {
  .wrap, .nav-inner, .footer-inner, .footer-bottom, .hero-grid { width: min(100% - 28px, 1160px); }
  .brand small, .topbar { font-size: .76rem; }
  .section { padding: 64px 0; }
  .page-hero { padding: 64px 0 50px; }
  .split img, .page-hero img { height: 300px; }
  .footer-inner { grid-template-columns: 1fr; }
  .cover-wrap { padding: 0 18px; }
  .cover-hero h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .cover-actions .button, .cover-actions .button-light, .cover-actions .button-ghost { 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: 24px; }
  .video-channel-card { grid-template-columns: 1fr; }
  .ai-card, .process-panel { padding: 24px; border-radius: 22px; }
  .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; }
}
