/* FREECLOUD TOP page only */
:root {
  --ink: #07130f;
  --ink-soft: #0d2019;
  --ink-muted: #3d4b45;
  --paper: #f4f3eb;
  --paper-pure: #fffef8;
  --acid: #c8ff52;
  --acid-deep: #aee63c;
  --white: #ffffff;
  --line-dark: rgba(255, 255, 255, 0.13);
  --line-light: rgba(7, 19, 15, 0.14);
  --shadow: 0 24px 80px rgba(1, 12, 8, 0.18);
  --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-en: "DM Sans", Arial, sans-serif;
  --header-height: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-jp);
  line-height: 1.75;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
body.is-mobile-menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
h1, h2, h3, p, ul, ol { margin-top: 0; }
ul, ol { padding: 0; list-style: none; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--acid);
  color: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, height .3s ease;
}
.site-header.is-scrolled {
  height: 68px;
  border-color: var(--line-dark);
  background: rgba(7, 19, 15, .88);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(1380px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.logo-text { display: inline-block; min-width: max-content; font-family: "Inter", Arial, sans-serif; font-size: 1.25rem; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.45vw, 23px); margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 500; letter-spacing: .025em; white-space: nowrap; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--acid); transition: right .25s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  padding: 0 18px 0 20px;
  border: 1px solid var(--acid);
  border-radius: 999px;
  background: transparent;
  color: var(--acid);
  font-size: .76rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.header-cta svg { width: 18px; }
.header-cta:hover { background: var(--acid); color: var(--ink); transform: translateY(-2px); }
.mobile-menu-toggle, .mobile-nav { display: none; }
.mobile-menu-toggle {
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(7,19,15,.42);
  cursor: pointer;
}
.mobile-menu-label { font-family: var(--font-en); font-size: .58rem; font-weight: 700; letter-spacing: .1em; }
.mobile-menu-lines { position: relative; display: block; width: 17px; height: 12px; }
.mobile-menu-lines i { position: absolute; left: 0; width: 17px; height: 1px; background: currentColor; transition: top .25s ease, transform .25s ease; }
.mobile-menu-lines i:first-child { top: 3px; }
.mobile-menu-lines i:last-child { top: 9px; }
.site-header.is-menu-open .mobile-menu-lines i:first-child { top: 6px; transform: rotate(45deg); }
.site-header.is-menu-open .mobile-menu-lines i:last-child { top: 6px; transform: rotate(-45deg); }
.mobile-nav {
  position: fixed;
  inset: var(--header-height) 0 auto;
  max-height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(7,19,15,.98);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}
.site-header.is-scrolled .mobile-nav { top: 68px; }
.site-header.is-menu-open .mobile-nav { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-nav-inner { width: min(680px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0 28px; }
.mobile-nav-inner > a { display: flex; align-items: center; gap: 18px; min-height: 54px; border-bottom: 1px solid var(--line-dark); font-size: .84rem; font-weight: 600; }
.mobile-nav-inner > a span { color: var(--acid); font-family: var(--font-en); font-size: .55rem; letter-spacing: .08em; }
.mobile-nav-consult { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 52px; margin-top: 22px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--acid); color: var(--ink); font-size: .78rem; font-weight: 800; cursor: pointer; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding: clamp(136px, 13vh, 172px) 24px 0;
  overflow: hidden;
  background: radial-gradient(circle at 75% 35%, #173b2d 0, var(--ink) 43%), var(--ink);
}
.hero-grid, .manifesto-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 74px 74px;
  -webkit-mask-image: linear-gradient(to bottom, #000 20%, transparent 88%);
  mask-image: linear-gradient(to bottom, #000 20%, transparent 88%);
}
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { right: -12vw; top: 8%; width: 52vw; height: 52vw; border: 1px solid rgba(200,255,82,.13); box-shadow: inset 0 0 100px rgba(200,255,82,.035); }
.hero-glow-two { right: 7%; top: 22%; width: 33vw; height: 33vw; border: 1px dashed rgba(200,255,82,.2); animation: slow-spin 36s linear infinite; }
.hero-inner { width: min(1240px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr); align-items: center; gap: clamp(46px, 7vw, 112px); }
.hero-copy { position: relative; z-index: 2; padding-bottom: 56px; }
.eyebrow, .section-kicker { font-family: var(--font-en); font-size: .69rem; font-weight: 700; letter-spacing: .2em; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 26px; color: var(--acid); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 6px rgba(200,255,82,.1); animation: status-pulse 2s ease-in-out infinite; }
.hero h1 { margin-bottom: 26px; font-size: clamp(2.75rem, 4.75vw, 5.25rem); font-weight: 600; line-height: 1.25; letter-spacing: -.055em; }
.hero h1,
.section-heading h2,
.experience-copy h2,
.flow-heading h2,
.manifesto h2 { text-wrap: balance; }
.hero-lead,
.section-heading > p:last-child,
.experience-lead,
.outcome-card p,
.flow-list p,
.support-note { text-wrap: pretty; }
.hero h1 em { position: relative; color: var(--acid); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 2px; right: 0; bottom: -5px; height: 2px; background: linear-gradient(90deg, var(--acid), transparent); }
.hero-lead { max-width: 660px; margin-bottom: 33px; color: rgba(255,255,255,.69); font-size: clamp(.94rem, 1.2vw, 1.06rem); line-height: 2; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: min(100%, 390px);
  min-height: 68px;
  padding: 6px 7px 6px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
  font-size: .95rem;
  cursor: pointer;
  box-shadow: 0 18px 54px rgba(174,230,60,.12);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.primary-button:hover { background: #dcff8f; transform: translateY(-3px); box-shadow: 0 22px 62px rgba(174,230,60,.21); }
.button-arrow { display: grid; place-items: center; flex: 0 0 54px; height: 54px; border-radius: 50%; background: var(--ink); color: var(--acid); }
.button-arrow svg { width: 23px; }
.cta-note { display: flex; align-items: center; gap: 9px; margin: 0 0 0 11px; color: rgba(255,255,255,.58); font-size: .72rem; }
.cta-note > span { color: var(--acid); }
.cta-note i { width: 2px; height: 2px; border-radius: 50%; background: rgba(255,255,255,.4); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; }
.hero-tags li { padding: 7px 13px; border: 1px solid var(--line-dark); border-radius: 999px; color: rgba(255,255,255,.52); font-size: .67rem; }

.ai-stage { position: relative; min-height: 580px; display: grid; place-items: center; scroll-margin-top: calc(var(--header-height) + 18px); }
.ai-stage.is-consulting { min-height: min(820px, calc(100dvh - var(--header-height) - 20px)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 18px 0; }
.ai-stage.is-consulting > .floating-note { display: none; }
.ai-stage.is-consulting > .ai-profile-card { width: min(100%, 560px); height: min(760px, calc(100dvh - var(--header-height) - 36px)); display: flex; flex-direction: column; overflow: hidden; padding: 10px; border-radius: 24px; animation: none; }
.ai-stage.is-consulting .ai-card-topline { flex: 0 0 auto; min-height: 38px; }
.ai-stage.is-consulting .avatar-conversation-head { flex: 0 0 auto; display: grid; grid-template-columns: 142px minmax(0, 1fr); column-gap: 13px; }
.ai-stage.is-consulting .portrait-frame { aspect-ratio: 1; border-radius: 15px; }
.ai-stage.is-consulting .voice-panel { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 7px 13px 7px 2px; }
.ai-stage.is-consulting .voice-state { margin-bottom: 5px; }
.ai-stage.is-consulting .waveform { height: 24px; }
.ai-stage.is-consulting .voice-caption { min-height: 0; margin-top: 7px; font-size: .72rem; line-height: 1.65; }
.ai-stage.is-consulting .portrait-name { left: 11px; bottom: 9px; }
.ai-stage.is-consulting .portrait-name strong { font-size: .76rem; }
.ai-stage.is-consulting .portrait-name span { font-size: .48rem; }
.ai-stage.is-consulting .ai-badge { right: 9px; bottom: 9px; width: 31px; height: 31px; font-size: .61rem; box-shadow: 0 0 0 5px rgba(200,255,82,.12); }
.stage-orbit { position: absolute; border-radius: 50%; pointer-events: none; }
.stage-orbit-one { width: 540px; height: 540px; border: 1px solid rgba(200,255,82,.14); }
.stage-orbit-two { width: 445px; height: 445px; border: 1px dashed rgba(255,255,255,.16); animation: slow-spin 28s linear infinite reverse; }
.stage-orbit-two::before, .stage-orbit-two::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 16px var(--acid); }
.stage-orbit-two::before { top: 26px; left: 90px; }
.stage-orbit-two::after { right: 25px; bottom: 92px; }
.ai-profile-card { position: relative; z-index: 2; width: min(100%, 395px); padding: 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(16,40,30,.67); box-shadow: 0 40px 100px rgba(0,0,0,.4); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); animation: gentle-float 7s ease-in-out infinite; }
.ai-profile-card::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(145deg, rgba(200,255,82,.35), transparent 29%, transparent 70%, rgba(200,255,82,.13)); opacity: .65; }
.avatar-conversation-head { min-width: 0; }
.ai-card-topline { min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 6px 0 10px; }
.ai-identity { display: flex; align-items: center; gap: 9px; font-family: var(--font-en); font-size: .65rem; font-weight: 700; letter-spacing: .13em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); animation: status-pulse 1.8s ease-in-out infinite; }
.ai-disclosure { padding: 5px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.58); font-size: .58rem; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 1 / .96; border-radius: 20px; background: #d8ddd8; }
.portrait-frame > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.03); transform: scale(1.018); animation: portrait-breathe 6s ease-in-out infinite; }
.portrait-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 52%, rgba(5,16,12,.88) 100%), linear-gradient(120deg, transparent 60%, rgba(200,255,82,.09)); }
.portrait-scan { position: absolute; z-index: 2; left: 0; right: 0; height: 30%; background: linear-gradient(to bottom, transparent, rgba(200,255,82,.13), transparent); mix-blend-mode: screen; animation: scan 5.5s ease-in-out infinite; }
.portrait-name { position: absolute; z-index: 3; left: 20px; bottom: 17px; display: flex; flex-direction: column; }
.portrait-name strong { font-size: 1rem; letter-spacing: .05em; }
.portrait-name span { color: rgba(255,255,255,.58); font-family: var(--font-en); font-size: .6rem; letter-spacing: .09em; }
.ai-badge { position: absolute; z-index: 3; right: 14px; bottom: 14px; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--acid); color: var(--ink); font-family: var(--font-en); font-size: .78rem; font-weight: 700; box-shadow: 0 0 0 7px rgba(200,255,82,.12); }
.voice-panel { padding: 18px 9px 7px; }
.voice-state { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--acid); font-size: .65rem; font-weight: 600; }
.voice-icon { width: 18px; }
.voice-icon svg { width: 18px; }
.waveform { height: 29px; display: flex; align-items: center; gap: 4px; }
.waveform i { flex: 1 1 auto; min-width: 2px; height: 4px; border-radius: 4px; background: var(--acid); opacity: .76; transform-origin: center; }
.is-speaking .waveform i { animation: sound-wave .74s ease-in-out infinite alternate; }
.waveform i:nth-child(2n) { animation-delay: -.28s; }.waveform i:nth-child(3n) { animation-delay: -.53s; }.waveform i:nth-child(5n) { animation-delay: -.12s; }
.voice-caption { min-height: 49px; margin: 10px 0 0; color: rgba(255,255,255,.81); font-size: .79rem; line-height: 1.75; }
.conversation-modes { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.conversation-modes span { padding: 4px 8px; border: 1px solid rgba(200,255,82,.22); border-radius: 999px; color: rgba(255,255,255,.62); font-family: var(--font-en); font-size: .48rem; font-weight: 700; letter-spacing: .09em; }
.conversation-modes .is-current,
.conversation-modes .is-ready { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.conversation-modes .is-pending { border-style: dashed; opacity: .66; }
.floating-note { position: absolute; z-index: 4; min-width: 148px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(9,25,19,.8); box-shadow: 0 20px 50px rgba(0,0,0,.25); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.floating-note span { display: block; margin-bottom: 2px; color: var(--acid); font-family: var(--font-en); font-size: .51rem; letter-spacing: .16em; }
.floating-note strong { font-size: .69rem; font-weight: 600; }
.floating-note-market { top: 110px; right: -22px; animation: note-float 5s ease-in-out infinite; }
.floating-note-route { bottom: 84px; left: -55px; animation: note-float 5s ease-in-out -2.3s infinite; }
.hero-proof { width: min(1240px, 100%); margin: 0 auto; min-height: 86px; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line-dark); }
.hero-proof > p { margin: 0; color: rgba(255,255,255,.45); font-size: .69rem; }
.proof-flow { display: flex; align-items: center; justify-content: flex-end; gap: 13px; color: rgba(255,255,255,.65); font-size: .65rem; }
.proof-flow i { position: relative; width: 34px; height: 1px; background: rgba(255,255,255,.18); }
.proof-flow i::after { content: ""; position: absolute; right: 0; top: -2px; width: 4px; height: 4px; border-top: 1px solid rgba(255,255,255,.4); border-right: 1px solid rgba(255,255,255,.4); transform: rotate(45deg); }

.section-light { background: var(--paper); color: var(--ink); }
.section-inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.outcomes { padding: clamp(92px, 12vw, 158px) 0; }
.section-kicker { margin-bottom: 21px; color: #64852d; }
.section-heading { max-width: 790px; margin-bottom: 56px; }
.section-heading h2, .experience-copy h2, .flow-heading h2 { margin-bottom: 23px; font-size: clamp(2.1rem, 4vw, 4.2rem); font-weight: 600; line-height: 1.35; letter-spacing: -.055em; }
.section-heading h2 span, .experience-copy h2 span { color: #658d20; }
.section-heading > p:last-child { max-width: 640px; margin-bottom: 0; color: var(--ink-muted); font-size: .94rem; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.outcome-card { position: relative; min-height: 355px; padding: 38px 34px 34px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: rgba(255,255,255,.16); transition: background .3s ease, transform .3s ease; }
.outcome-card:hover { z-index: 2; background: var(--paper-pure); transform: translateY(-7px); box-shadow: var(--shadow); }
.outcome-card-accent { background: var(--acid); }
.outcome-card-accent:hover { background: #d9ff88; }
.card-number { display: block; margin-bottom: 45px; color: #708078; font-family: var(--font-en); font-size: .63rem; letter-spacing: .14em; }
.card-icon { width: 45px; margin-bottom: 30px; }
.card-icon svg { width: 45px; }
.outcome-card h3 { margin-bottom: 14px; font-size: 1.15rem; }
.outcome-card p { margin: 0; color: var(--ink-muted); font-size: .81rem; line-height: 1.9; }

.ai-experience { padding: clamp(100px, 13vw, 174px) 0; background: #0a1913; overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: 1fr .87fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.experience-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.experience-ring { position: absolute; width: 570px; height: 570px; border-radius: 50%; border: 1px solid rgba(200,255,82,.12); box-shadow: inset 0 0 90px rgba(200,255,82,.025); }
.experience-ring::before, .experience-ring::after { content: ""; position: absolute; inset: 56px; border-radius: 50%; border: 1px dashed rgba(255,255,255,.11); animation: slow-spin 31s linear infinite; }
.experience-ring::after { inset: 116px; border-style: solid; animation-direction: reverse; }
.experience-screen { position: relative; z-index: 2; width: min(100%, 500px); min-height: 440px; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(12,35,26,.75); box-shadow: 0 35px 100px rgba(0,0,0,.4); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); transform: perspective(1200px) rotateY(4deg) rotateX(1deg); }
.screen-header { display: flex; align-items: center; gap: 6px; padding-bottom: 22px; border-bottom: 1px solid var(--line-dark); }
.screen-header > span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.25); }
.screen-header > span:first-child { background: var(--acid); }
.screen-header b { margin-left: auto; color: rgba(255,255,255,.39); font-family: var(--font-en); font-size: .51rem; letter-spacing: .13em; }
.screen-message { display: flex; align-items: flex-start; gap: 11px; margin-top: 24px; }
.screen-message img { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.screen-message p { max-width: 340px; margin: 0; padding: 13px 15px; border: 1px solid rgba(200,255,82,.18); border-radius: 2px 13px 13px 13px; background: rgba(200,255,82,.08); color: rgba(255,255,255,.78); font-size: .73rem; line-height: 1.75; }
.user-message { justify-content: flex-end; }
.user-message p { border-color: rgba(255,255,255,.13); border-radius: 13px 2px 13px 13px; background: rgba(255,255,255,.07); }
.ai-message-short { align-items: center; }
.typing-dots { display: flex; gap: 5px; padding: 12px 15px; border: 1px solid rgba(200,255,82,.18); border-radius: 3px 13px 13px 13px; background: rgba(200,255,82,.08); }
.typing-dots i { width: 5px; height: 5px; border-radius: 50%; background: var(--acid); animation: typing 1.1s ease-in-out infinite; }
.typing-dots i:nth-child(2) { animation-delay: .15s; }.typing-dots i:nth-child(3) { animation-delay: .3s; }
.screen-suggestion { margin-top: 25px; padding: 13px 16px; border-left: 2px solid var(--acid); background: rgba(255,255,255,.045); }
.screen-suggestion span { display: block; margin-bottom: 3px; color: var(--acid); font-size: .55rem; }
.screen-suggestion strong { color: rgba(255,255,255,.73); font-size: .72rem; }
.experience-copy .section-kicker { color: var(--acid); }
.experience-copy h2 { color: var(--white); }
.experience-copy h2 span { color: var(--acid); }
.experience-lead { margin-bottom: 34px; color: rgba(255,255,255,.62); font-size: .9rem; line-height: 2.05; }
.check-list { margin: 0 0 38px; border-top: 1px solid var(--line-dark); }
.check-list li { display: flex; align-items: center; gap: 17px; padding: 15px 0; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.79); font-size: .78rem; }
.check-list span { color: var(--acid); font-family: var(--font-en); font-size: .58rem; }
.text-button { display: inline-flex; align-items: center; gap: 20px; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--acid); background: none; color: var(--acid); font-size: .8rem; font-weight: 700; cursor: pointer; }
.text-button svg { width: 20px; transition: transform .2s ease; }
.text-button:hover svg { transform: translateX(5px); }

.support { padding: clamp(96px, 13vw, 164px) 0; }
.section-heading-row { max-width: none; display: grid; grid-template-columns: 1.2fr .6fr; align-items: end; gap: 70px; }
.section-heading-row > p { padding-bottom: 16px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-light); }
.support-column { min-height: 455px; padding: 40px; }
.support-column + .support-column { border-left: 1px solid var(--line-light); }
.support-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 52px; }
.support-label span { font-family: var(--font-en); color: #64852d; font-size: .64rem; font-weight: 700; letter-spacing: .16em; }
.support-label b { font-size: .9rem; }
.support-column ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.support-column li { position: relative; min-height: 58px; display: flex; align-items: center; padding: 11px 14px 11px 29px; border: 1px solid var(--line-light); background: rgba(255,255,255,.25); color: #26342e; font-size: .76rem; }
.support-column li::before { content: ""; position: absolute; left: 13px; width: 6px; height: 6px; border-radius: 50%; background: #71992a; }
.efficiency { background: var(--ink); color: var(--white); }
.efficiency li { border-color: var(--line-dark); background: rgba(255,255,255,.04); color: rgba(255,255,255,.75); }
.efficiency .support-label span { color: var(--acid); }
.efficiency .support-column li::before { background: var(--acid); }
.support-note { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 32px 0 0; color: var(--ink-muted); font-size: .76rem; }
.support-note span { padding: 5px 9px; background: var(--ink); color: var(--acid); font-family: var(--font-en); font-size: .51rem; letter-spacing: .12em; }

.flow { padding: clamp(100px, 13vw, 166px) 0; background: #0a1913; }
.flow .section-kicker { color: var(--acid); }
.flow-heading { display: grid; grid-template-columns: .5fr 1fr; margin-bottom: 60px; }
.flow-heading h2 { grid-column: 2; margin: 0; }
.flow-list { margin: 0; border-top: 1px solid var(--line-dark); counter-reset: item; }
.flow-list li { min-height: 160px; display: grid; grid-template-columns: .5fr 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); transition: background .25s ease, padding .25s ease; }
.flow-list li:hover { padding: 0 24px; background: rgba(200,255,82,.035); }
.flow-number { color: var(--acid); font-family: var(--font-en); font-size: .72rem; letter-spacing: .14em; }
.flow-list li > div { display: grid; grid-template-columns: .55fr 1fr; align-items: center; gap: 30px; }
.flow-list h3 { margin: 0; font-size: 1.16rem; }
.flow-list p { max-width: 460px; margin: 0; color: rgba(255,255,255,.53); font-size: .81rem; }

.manifesto { position: relative; isolation: isolate; min-height: 720px; display: grid; place-items: center; overflow: hidden; background: var(--acid); color: var(--ink); }
.manifesto-grid { z-index: -1; opacity: .13; background-image: linear-gradient(rgba(7,19,15,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(7,19,15,.25) 1px, transparent 1px); -webkit-mask-image: none; mask-image: none; }
.manifesto::before { content: ""; position: absolute; z-index: -2; width: 570px; height: 570px; border: 1px solid rgba(7,19,15,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(7,19,15,.025), 0 0 0 180px rgba(7,19,15,.018); }
.manifesto-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.manifesto-inner > p { margin-bottom: 17px; font-family: var(--font-en); font-weight: 700; font-size: .72rem; letter-spacing: .22em; }
.manifesto h2 { margin-bottom: 38px; font-size: clamp(3.2rem, 7vw, 7.2rem); font-weight: 700; line-height: 1.04; letter-spacing: -.075em; }
.manifesto-lead, .manifesto-accent { display: block; }
.manifesto-lead > span { color: inherit; text-shadow: none; }
.manifesto h2 > .manifesto-accent { color: var(--paper-pure); text-shadow: 0 4px 0 rgba(7,19,15,.12); }
.primary-button-light { background: var(--ink); color: var(--white); box-shadow: none; }
.primary-button-light .button-arrow { background: var(--acid); color: var(--ink); }
.primary-button-light:hover { background: #12291f; }

.site-footer { padding: 60px 0 34px; background: var(--ink); }
.footer-inner { width: min(1280px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: start; }
.footer-logo-text { margin-bottom: 14px; }
.footer-inner > div > p { margin: 0; color: rgba(255,255,255,.42); font-size: .7rem; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px 30px; }
.footer-inner nav a { color: rgba(255,255,255,.59); font-size: .69rem; transition: color .2s ease; }
.footer-inner nav a:hover { color: var(--acid); }
.copyright { grid-column: 1 / -1; margin: 26px 0 0; padding-top: 25px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.28); font-family: var(--font-en); font-size: .58rem; letter-spacing: .08em; }

.mobile-consult-cta { display: none; }

.consult-dialog { position: relative; z-index: 6; width: min(100%, 540px); max-width: none; max-height: min(740px, calc(100dvh - var(--header-height) - 28px)); padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; overflow: hidden; background: var(--paper-pure); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.ai-stage.is-consulting .ai-profile-card > .consult-dialog { flex: 1 1 auto; width: 100%; min-height: 0; max-height: none; margin-top: 10px; border: 0; border-top: 1px solid rgba(7,19,15,.12); border-radius: 0 0 16px 16px; box-shadow: none; }
.ai-stage.is-consulting .ai-profile-card > .consult-dialog .dialog-shell { height: 100%; max-height: none; }
.consult-dialog:not([hidden]) { animation: dialog-in .3s cubic-bezier(.2,.8,.2,1); }
.consult-dialog[hidden] { display: none; }
.dialog-shell { max-height: inherit; overflow-y: auto; overscroll-behavior: contain; }
.dialog-header { position: sticky; top: 0; z-index: 5; min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 18px 26px; border-bottom: 1px solid var(--line-light); background: rgba(255,254,248,.94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.dialog-header p { margin: 0 0 1px; color: #6d7d75; font-family: var(--font-en); font-size: .51rem; font-weight: 700; letter-spacing: .14em; }
.dialog-header h2 { margin: 0; display: flex; align-items: center; gap: 9px; font-size: 1.08rem; letter-spacing: -.025em; }
.dialog-badge { display: inline-flex; align-items: center; min-height: 21px; padding: 2px 8px; border-radius: 999px; background: var(--ink); color: var(--acid); font-size: .52rem; letter-spacing: .05em; }
.dialog-close { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line-light); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.dialog-close:hover { background: #e9ebe4; transform: rotate(4deg); }
.dialog-close svg { width: 21px; }
.dialog-progress { max-width: 700px; display: flex; align-items: center; justify-content: center; margin: 25px auto 0; padding: 0 24px; }
.dialog-progress span { display: flex; align-items: center; gap: 7px; color: #8a958f; font-size: .64rem; white-space: nowrap; }
.dialog-progress span i { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #c5cbc7; border-radius: 50%; font-family: var(--font-en); font-style: normal; font-size: .57rem; }
.dialog-progress span.is-active { color: var(--ink); font-weight: 700; }
.dialog-progress span.is-active i, .dialog-progress span.is-complete i { border-color: var(--ink); background: var(--ink); color: var(--acid); }
.dialog-progress b { flex: 1 1 80px; height: 1px; margin: 0 14px; background: #d9ddd9; }
.dialog-panel { width: min(740px, calc(100% - 48px)); margin: 0 auto; padding: 33px 0 42px; }
.dialog-panel[hidden] { display: none; }
.panel-intro { display: flex; align-items: center; gap: 15px; margin-bottom: 27px; padding: 15px 17px; border: 1px solid #dce0db; border-radius: 14px; background: #f3f5ee; }
.panel-intro p { margin: 0; color: #425049; font-size: .75rem; line-height: 1.75; }
.panel-avatar { position: relative; flex: 0 0 49px; width: 49px; height: 49px; }
.panel-avatar img { width: 49px; height: 49px; border-radius: 50%; object-fit: cover; }
.panel-avatar i { position: absolute; right: 0; bottom: 1px; width: 11px; height: 11px; border: 2px solid #f3f5ee; border-radius: 50%; background: #64c833; }
.field-group { position: relative; margin-bottom: 19px; }
.field-group.is-hidden { display: none; }
.field-group label { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; font-size: .75rem; font-weight: 700; }
.field-group label span { padding: 2px 6px; border-radius: 3px; background: var(--ink); color: var(--acid); font-size: .5rem; }
.field-group label small { color: #809087; font-size: .62rem; font-weight: 500; }
.field-group input, .field-group select, .field-group textarea { width: 100%; border: 1px solid #cfd6d1; border-radius: 9px; outline: none; background: var(--white); color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.field-group input, .field-group select { height: 51px; padding: 0 14px; }
.field-group textarea { min-height: 96px; padding: 13px 14px 30px; resize: vertical; }
.field-group input:focus, .field-group select:focus, .field-group textarea:focus { border-color: #64852d; box-shadow: 0 0 0 3px rgba(100,133,45,.12); }
.field-group .is-invalid { border-color: #c44040; box-shadow: 0 0 0 3px rgba(196,64,64,.08); }
.field-error { min-height: 0; margin: 5px 0 0; color: #b52626; font-size: .64rem; }
.public-info-note { display: flex; align-items: flex-start; gap: 7px; margin: 4px 0 18px; color: #65736c; font-size: .63rem; line-height: 1.7; }
.public-info-note svg { flex: 0 0 17px; width: 17px; margin-top: 1px; }
.consent-box { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; padding: 14px; border: 1px solid #d8ddd8; border-radius: 10px; background: #fafaf5; cursor: pointer; }
.consent-box input { position: absolute; opacity: 0; pointer-events: none; }
.custom-checkbox { display: grid; place-items: center; width: 20px; height: 20px; margin-top: 2px; border: 1px solid #aeb8b1; border-radius: 4px; background: var(--white); color: transparent; transition: background .2s ease, border-color .2s ease; }
.custom-checkbox svg { width: 15px; stroke-width: 2.4; }
.consent-box input:checked + .custom-checkbox { border-color: var(--ink); background: var(--ink); color: var(--acid); }
.consent-box input:focus-visible + .custom-checkbox { box-shadow: 0 0 0 3px rgba(100,133,45,.2); }
.consent-box > span:last-child { color: #46554d; font-size: .65rem; line-height: 1.75; }
.consent-box a { border-bottom: 1px solid #67756e; color: var(--ink); font-weight: 700; }
.security-note { margin: 8px 2px 21px; color: #78847e; font-size: .58rem; line-height: 1.65; }
.dialog-primary { width: 100%; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 15px; border: 0; border-radius: 9px; background: var(--ink); color: var(--white); font-weight: 700; font-size: .79rem; text-decoration: none; cursor: pointer; transition: background .2s ease, transform .2s ease, opacity .2s ease; }
.dialog-primary:hover { background: #173b2d; transform: translateY(-1px); }
.dialog-primary span { color: var(--acid); }
.dialog-primary:disabled { opacity: .62; cursor: wait; transform: none; }
.dialog-meta { margin: 8px 0 0; text-align: center; color: #7c8982; font-size: .6rem; }
.panel-heading { margin-bottom: 20px; text-align: center; }
.panel-heading p { margin-bottom: 3px; font-size: 1.03rem; font-weight: 700; }
.panel-heading span { color: #718078; font-size: .68rem; }
.topic-grid { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; padding: 0; border: 0; }
.topic-grid label { cursor: pointer; }
.topic-grid input { position: absolute; opacity: 0; pointer-events: none; }
.topic-grid label > span { min-height: 52px; display: flex; align-items: center; gap: 12px; padding: 9px 13px; border: 1px solid #d5dbd6; border-radius: 8px; background: #fff; color: #35423c; font-size: .7rem; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.topic-grid label > span b { color: #819087; font-family: var(--font-en); font-size: .56rem; letter-spacing: .08em; }
.topic-grid label:hover > span { border-color: #87958d; transform: translateY(-1px); }
.topic-grid input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--white); box-shadow: 0 5px 18px rgba(7,19,15,.13); }
.topic-grid input:checked + span b { color: var(--acid); }
.topic-grid input:focus-visible + span { box-shadow: 0 0 0 3px rgba(100,133,45,.2); }
.topic-detail { margin-top: 18px; }
.character-count { position: absolute; right: 11px; bottom: 8px; color: #8c9891; font-family: var(--font-en); font-size: .55rem; }
.dialog-actions { display: grid; grid-template-columns: 110px 1fr; gap: 9px; }
.dialog-back { border: 1px solid #ccd3ce; border-radius: 9px; background: transparent; color: #4f5e56; font-size: .7rem; cursor: pointer; }
.dialog-back:hover { background: #f0f2ed; }
.dialog-panel-chat { width: calc(100% - 36px); padding-top: 23px; }
.tavus-video-mount { position: relative; z-index: 6; overflow: hidden; width: 100%; min-height: 410px; margin-bottom: 12px; border: 1px solid #233d32; border-radius: 16px; background: radial-gradient(circle at 70% 20%, #173b2d, var(--ink) 55%); color: var(--white); box-shadow: 0 18px 55px rgba(7,19,15,.16); }
.tavus-video-mount[hidden] { display: none; }
.tavus-video-mount:focus-visible { outline: 3px solid var(--acid); outline-offset: -3px; }
.tavus-live-shell { min-height: 410px; display: grid; grid-template-rows: auto minmax(250px, 1fr) auto auto; }
.tavus-live-topbar { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 14px; border-bottom: 1px solid var(--line-dark); background: rgba(7,19,15,.82); }
.tavus-live-topbar p { display: flex; align-items: center; gap: 8px; margin: 0; color: rgba(255,255,255,.8); font-family: var(--font-en); font-size: .58rem; font-weight: 700; letter-spacing: .11em; }
.tavus-live-topbar p i { width: 7px; height: 7px; border-radius: 50%; background: #ff5c5c; box-shadow: 0 0 12px rgba(255,92,92,.8); animation: status-pulse 1.8s ease-in-out infinite; }
.tavus-live-topbar time { min-width: 53px; padding: 5px 8px; border: 1px solid rgba(200,255,82,.22); border-radius: 999px; color: var(--acid); font-family: var(--font-en); font-size: .58rem; text-align: center; letter-spacing: .06em; }
.tavus-live-topbar time.is-ending { border-color: rgba(255,138,138,.48); color: #ffaaa6; }
.tavus-live-viewport { position: relative; min-height: 270px; overflow: hidden; background: #07130f; }
.tavus-live-viewport iframe,
.tavus-live-viewport video { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; border: 0; object-fit: cover; opacity: 0; transition: opacity .3s ease; }
.tavus-live-viewport.is-loaded iframe,
.tavus-live-viewport.is-loaded video { opacity: 1; }
.tavus-live-loading { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; align-content: center; gap: 12px; color: rgba(255,255,255,.65); text-align: center; }
.tavus-live-loading > span { display: flex; gap: 6px; }
.tavus-live-loading > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); animation: typing 1.1s ease-in-out infinite; }
.tavus-live-loading > span i:nth-child(2) { animation-delay: .15s; }
.tavus-live-loading > span i:nth-child(3) { animation-delay: .3s; }
.tavus-live-loading p { margin: 0; font-size: .67rem; }
.tavus-live-text-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding: 10px 12px; border-top: 1px solid var(--line-dark); background: rgba(7,19,15,.88); }
.tavus-live-text-form input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; outline: none; background: rgba(255,255,255,.075); color: var(--white); font-size: .7rem; }
.tavus-live-text-form input::placeholder { color: rgba(255,255,255,.38); }
.tavus-live-text-form input:focus { border-color: var(--acid); box-shadow: 0 0 0 3px rgba(200,255,82,.08); }
.tavus-live-text-form button { min-width: 62px; height: 42px; padding: 0 13px; border: 0; border-radius: 8px; background: var(--white); color: var(--ink); font-size: .62rem; font-weight: 800; cursor: pointer; }
.tavus-live-text-form button:hover { background: var(--acid); }
.tavus-live-text-form button:disabled,
.tavus-live-text-form input:disabled { opacity: .55; cursor: wait; }
.tavus-live-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 12px 14px; border-top: 1px solid var(--line-dark); background: rgba(7,19,15,.92); }
.tavus-live-footer p { min-width: 0; display: flex; flex-direction: column; gap: 2px; margin: 0; }
.tavus-live-footer strong { color: rgba(255,255,255,.82); font-size: .63rem; }
.tavus-live-footer span { color: rgba(255,255,255,.48); font-size: .54rem; line-height: 1.55; }
.tavus-live-end { min-height: 38px; padding: 8px 12px; border: 0; border-radius: 8px; background: var(--acid); color: var(--ink); font-size: .59rem; font-weight: 800; cursor: pointer; }
.tavus-live-end:hover { background: #d7ff7b; }
.tavus-live-end:disabled { opacity: .66; cursor: wait; }
.chat-context { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: center; margin-bottom: 13px; padding: 10px 14px; border: 1px solid #d9ded9; border-radius: 9px; background: #f6f7f2; }
.chat-context > div { min-width: 0; display: flex; flex-direction: column; }
.chat-context span { color: #849087; font-size: .53rem; }
.chat-context strong { overflow: hidden; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.chat-context button { padding: 7px 10px; border: 1px solid #cbd2cd; border-radius: 6px; background: #fff; color: #48574f; font-size: .6rem; cursor: pointer; }
.first-party-chat { position: relative; overflow: hidden; height: min(630px, calc(100dvh - 240px)); min-height: 450px; display: flex; flex-direction: column; border: 1px solid #233d32; border-radius: 14px; background: radial-gradient(circle at 88% 8%, #173b2d, var(--ink) 48%); color: var(--white); }
.chat-agent-header { min-height: 70px; display: flex; align-items: center; gap: 11px; padding: 10px 15px; border-bottom: 1px solid var(--line-dark); background: rgba(7,19,15,.75); }
.chat-agent-avatar { position: relative; flex: 0 0 43px; width: 43px; height: 43px; }
.chat-agent-avatar img { width: 43px; height: 43px; border-radius: 50%; object-fit: cover; }
.chat-agent-avatar i { position: absolute; right: -1px; bottom: 1px; width: 10px; height: 10px; border: 2px solid var(--ink); border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); }
.chat-agent-header > div { display: flex; flex-direction: column; }
.chat-agent-header strong { font-size: .76rem; }
.chat-agent-header span { color: rgba(255,255,255,.49); font-size: .55rem; }
.chat-agent-header > p { display: flex; align-items: center; gap: 6px; margin: 0 0 0 auto; padding: 5px 9px; border: 1px solid rgba(200,255,82,.18); border-radius: 999px; color: rgba(255,255,255,.62); font-size: .53rem; }
.chat-agent-header > p i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); }
.local-chat-messages { flex: 1; overflow-y: auto; display: flex; flex-direction: column; gap: 14px; padding: 22px 18px 16px; scroll-behavior: smooth; }
.local-chat-messages::-webkit-scrollbar { width: 5px; }
.local-chat-messages::-webkit-scrollbar-thumb { border-radius: 9px; background: rgba(255,255,255,.18); }
.local-message { max-width: min(84%, 560px); display: flex; align-items: flex-start; gap: 9px; animation: message-in .28s ease; }
.local-message.ai { align-self: flex-start; }
.local-message.user { align-self: flex-end; }
.local-message > img { flex: 0 0 31px; width: 31px; height: 31px; border-radius: 50%; object-fit: cover; }
.local-message > div { padding: 11px 13px; border: 1px solid rgba(200,255,82,.18); border-radius: 2px 13px 13px 13px; background: rgba(200,255,82,.08); }
.local-message.user > div { border-color: rgba(255,255,255,.16); border-radius: 13px 2px 13px 13px; background: rgba(255,255,255,.1); }
.local-message p { margin: 0; color: rgba(255,255,255,.8); font-size: .7rem; line-height: 1.75; white-space: pre-line; }
.local-message.is-typing > div { min-height: 38px; display: flex; align-items: center; gap: 5px; }
.local-message.is-typing i { width: 5px; height: 5px; border-radius: 50%; background: var(--acid); animation: typing 1.1s ease-in-out infinite; }
.local-message.is-typing i:nth-child(2) { animation-delay: .15s; }
.local-message.is-typing i:nth-child(3) { animation-delay: .3s; }
.quick-replies { display: flex; gap: 7px; overflow-x: auto; padding: 0 18px 12px 58px; scrollbar-width: none; }
.quick-replies::-webkit-scrollbar { display: none; }
.quick-replies button { min-width: max-content; padding: 7px 10px; border: 1px solid rgba(200,255,82,.25); border-radius: 999px; background: rgba(200,255,82,.06); color: var(--acid); font-size: .6rem; cursor: pointer; transition: background .2s ease, color .2s ease; }
.quick-replies button:hover { background: var(--acid); color: var(--ink); }
.local-chat-form { display: grid; grid-template-columns: 1fr 46px; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--line-dark); background: rgba(7,19,15,.86); }
.local-chat-form textarea { width: 100%; min-height: 46px; max-height: 110px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; outline: none; resize: none; background: rgba(255,255,255,.06); color: var(--white); font-size: .7rem; line-height: 1.5; }
.local-chat-form textarea::placeholder { color: rgba(255,255,255,.35); }
.local-chat-form textarea:focus { border-color: var(--acid); box-shadow: 0 0 0 3px rgba(200,255,82,.08); }
.local-chat-form button { display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 9px; background: var(--acid); color: var(--ink); cursor: pointer; }
.local-chat-form button svg { width: 22px; }
.local-summary { position: absolute; inset: 16px; z-index: 5; overflow-y: auto; padding: 22px; border: 1px solid rgba(200,255,82,.25); border-radius: 12px; background: rgba(7,19,15,.97); box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.local-summary[hidden] { display: none; }
.local-summary > div { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.local-summary > div span { color: var(--acid); font-size: .67rem; font-weight: 700; letter-spacing: .05em; }
.local-summary > div button { width: 30px; height: 30px; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; }
.local-summary dl { display: grid; grid-template-columns: 100px 1fr; margin: 0; border-top: 1px solid var(--line-dark); }
.local-summary dt, .local-summary dd { margin: 0; padding: 11px 5px; border-bottom: 1px solid var(--line-dark); font-size: .68rem; }
.local-summary dt { color: rgba(255,255,255,.42); }
.local-summary dd { color: rgba(255,255,255,.8); white-space: pre-line; }
.local-summary > p { margin: 16px 0 0; color: rgba(255,255,255,.45); font-size: .6rem; line-height: 1.7; }
.chat-footer-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin: 8px 3px 0; }
.chat-disclaimer { max-width: 660px; margin: 0; color: #78857e; font-size: .56rem; line-height: 1.6; }
.chat-footer-row > button { min-width: max-content; padding: 7px 11px; border: 1px solid #aeb8b1; border-radius: 6px; background: transparent; color: #425149; font-size: .59rem; cursor: pointer; }
.chat-footer-row > button[hidden] { display: none; }

.dialog-panel-demo { width: calc(100% - 36px); padding-top: 23px; }
.demo-shell { overflow: hidden; border: 1px solid #233d32; border-radius: 16px; background: radial-gradient(circle at 88% 4%, #1b4635, var(--ink) 45%); color: var(--white); box-shadow: 0 18px 55px rgba(7,19,15,.13); }
.demo-agent-header { min-height: 72px; display: flex; align-items: center; gap: 12px; padding: 11px 17px; border-bottom: 1px solid var(--line-dark); background: rgba(7,19,15,.72); }
.demo-agent-header > div { min-width: 0; display: flex; flex-direction: column; }
.demo-agent-header strong { font-size: .78rem; }
.demo-agent-header > div span { color: rgba(255,255,255,.49); font-size: .56rem; }
.demo-agent-header > p { min-width: max-content; display: flex; align-items: center; gap: 6px; margin: 0 0 0 auto; padding: 6px 10px; border: 1px solid rgba(200,255,82,.22); border-radius: 999px; color: rgba(255,255,255,.72); font-size: .55rem; }
.demo-agent-header > p i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px rgba(200,255,82,.7); }
.demo-question { padding: clamp(28px, 5vw, 48px); }
.demo-kicker { margin: 0 0 8px; color: var(--acid); font-family: var(--font-en); font-size: .57rem; font-weight: 700; letter-spacing: .15em; }
.demo-question h3, .demo-used h3, .demo-result-heading h3, .lead-heading h3, .lead-complete h3 { margin: 0; letter-spacing: -.035em; }
.demo-question h3 { max-width: 650px; font-size: clamp(1.18rem, 2.7vw, 1.65rem); line-height: 1.5; }
.demo-topic-prompt { margin: 9px 0 23px; color: rgba(255,255,255,.6); font-size: .75rem; line-height: 1.75; }
.demo-input-wrap { position: relative; }
.demo-input-wrap textarea { width: 100%; min-height: 132px; padding: 16px 17px 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; outline: none; resize: vertical; background: rgba(255,255,255,.075); color: var(--white); font-size: .82rem; line-height: 1.8; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.demo-input-wrap textarea::placeholder { color: rgba(255,255,255,.34); }
.demo-input-wrap textarea:focus { border-color: var(--acid); background: rgba(255,255,255,.095); box-shadow: 0 0 0 3px rgba(200,255,82,.08); }
.demo-input-wrap textarea.is-invalid { border-color: #ff8a8a; box-shadow: 0 0 0 3px rgba(255,90,90,.08); }
.demo-input-wrap .character-count { color: rgba(255,255,255,.37); }
.demo-question .field-error { color: #ffaaa6; }
.demo-submit { margin-top: 17px; background: var(--acid); color: var(--ink); }
.demo-submit:hover { background: #d7ff7b; }
.demo-submit span { color: var(--ink); }
.demo-limit-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 10px 0 0; color: rgba(255,255,255,.47); font-size: .58rem; }
.demo-limit-note span { color: var(--acid); }
.demo-loading { min-height: 340px; display: grid; place-items: center; align-content: center; gap: 13px; padding: 40px; text-align: center; }
.demo-loading > span { display: flex; gap: 7px; }
.demo-loading i { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); animation: typing 1.1s ease-in-out infinite; }
.demo-loading i:nth-child(2) { animation-delay: .15s; }
.demo-loading i:nth-child(3) { animation-delay: .3s; }
.demo-loading p { margin: 0; color: rgba(255,255,255,.62); font-size: .7rem; }
.demo-used { min-height: 350px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 42px; text-align: center; }
.demo-used-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border: 1px solid rgba(200,255,82,.34); border-radius: 50%; background: rgba(200,255,82,.1); color: var(--acid); font-size: 1rem; }
.demo-used h3 { font-size: 1.35rem; }
.demo-used > p:not(.demo-kicker) { max-width: 510px; margin: 12px 0 23px; color: rgba(255,255,255,.58); font-size: .7rem; line-height: 1.8; }
.demo-used .dialog-primary { max-width: 420px; background: var(--acid); color: var(--ink); }
.demo-used .dialog-primary span { color: var(--ink); }
.demo-result { padding: clamp(25px, 4vw, 40px); }
.demo-result-heading { position: relative; margin-bottom: 18px; padding-right: 70px; }
.demo-result-heading h3 { font-size: clamp(1.3rem, 2.7vw, 1.7rem); }
.demo-result-heading > span { position: absolute; top: 2px; right: 0; padding: 5px 9px; border: 1px solid rgba(200,255,82,.22); border-radius: 999px; color: var(--acid); font-size: .53rem; }
.demo-answer-card { margin-bottom: 13px; padding: 21px 22px; border: 1px solid rgba(200,255,82,.22); border-radius: 12px; background: rgba(200,255,82,.075); }
.demo-answer-card > span { display: block; margin-bottom: 7px; color: var(--acid); font-size: .58rem; font-weight: 700; }
.demo-answer-card p { margin: 0; color: rgba(255,255,255,.82); font-size: .79rem; line-height: 1.9; }
.demo-summary-card { overflow: hidden; border: 1px solid var(--line-dark); border-radius: 12px; background: rgba(255,255,255,.035); }
.demo-summary-card > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 17px; border-bottom: 1px solid var(--line-dark); }
.demo-summary-card h4 { margin: 0; font-size: .72rem; }
.demo-summary-card > div span { color: rgba(255,255,255,.4); font-size: .54rem; }
.demo-summary-card dl { display: grid; grid-template-columns: 110px 1fr; margin: 0; }
.demo-summary-card dt, .demo-summary-card dd { margin: 0; padding: 11px 16px; border-bottom: 1px solid var(--line-dark); font-size: .72rem; line-height: 1.7; }
.demo-summary-card dt:nth-last-of-type(1), .demo-summary-card dd:nth-last-of-type(1) { border-bottom: 0; }
.demo-summary-card dt { color: rgba(255,255,255,.4); }
.demo-summary-card dd { color: rgba(255,255,255,.75); white-space: pre-wrap; overflow-wrap: anywhere; }
.demo-result-note { margin: 14px 2px 22px; color: rgba(255,255,255,.55); font-size: .68rem; line-height: 1.8; }
.demo-next { padding: 20px; border-radius: 12px; background: var(--white); color: var(--ink); }
.demo-next > div { margin-bottom: 15px; }
.demo-next strong { font-size: .88rem; }
.demo-next p { margin: 4px 0 0; color: #65736c; font-size: .7rem; line-height: 1.7; }
.demo-next .dialog-primary { background: var(--ink); }
.demo-secondary { width: 100%; min-height: 42px; margin-top: 7px; border: 0; background: transparent; color: #718078; font-size: .62rem; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.lead-form { margin-top: 4px; padding: clamp(22px, 4vw, 34px); border-radius: 13px; background: var(--white); color: var(--ink); }
.lead-heading { margin-bottom: 24px; }
.lead-heading .demo-kicker { color: #64852d; }
.lead-heading h3 { font-size: clamp(1.2rem, 2.5vw, 1.55rem); }
.lead-heading > span { display: block; margin-top: 7px; color: #65736c; font-size: .72rem; line-height: 1.75; }
.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 13px; }
.lead-phone { grid-column: 1 / -1; }
.lead-share { margin: -2px 0 15px; padding: 12px 14px; border: 1px solid #d8ddd8; border-radius: 9px; background: #f3f5ee; }
.lead-share strong { display: block; margin-bottom: 3px; font-size: .64rem; }
.lead-share p { margin: 0; color: #65736c; font-size: .66rem; line-height: 1.65; }
.lead-form .consent-box { margin-bottom: 0; }
.lead-submit { margin-top: 15px; }
.lead-status { min-height: 16px; margin: 8px 0 0; color: #65736c; text-align: center; font-size: .6rem; line-height: 1.6; }
.lead-status a { border-bottom: 1px solid currentColor; color: var(--ink); font-weight: 700; }
.lead-complete { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 36px; border-radius: 13px; background: var(--white); color: var(--ink); text-align: center; }
.lead-complete > span { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 18px; border-radius: 50%; background: var(--ink); color: var(--acid); font-size: 1rem; }
.lead-complete h3 { font-size: 1.35rem; }
.lead-complete p { max-width: 480px; margin: 10px 0 16px; color: #65736c; font-size: .69rem; line-height: 1.8; }
.demo-disclaimer { margin: 9px 3px 0; color: #78857e; font-size: .63rem; line-height: 1.65; }
.demo-question[hidden], .demo-loading[hidden], .demo-used[hidden], .demo-result[hidden], .demo-next[hidden], .lead-form[hidden], .lead-complete[hidden] { display: none; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
body.is-inline-consult-open .mobile-consult-cta { opacity: 0; visibility: hidden; pointer-events: none; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; max-width: calc(100% - 32px); padding: 11px 16px; border-radius: 8px; background: var(--white); color: var(--ink); box-shadow: 0 15px 50px rgba(0,0,0,.25); font-size: .7rem; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.noscript-message { position: fixed; z-index: 200; inset: auto 12px 12px; margin: 0; padding: 12px; background: #fff2c8; color: #31260a; text-align: center; font-size: .75rem; }

[data-reveal] { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
[data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

@keyframes slow-spin { to { transform: rotate(360deg); } }
@keyframes status-pulse { 50% { opacity: .42; box-shadow: 0 0 0 7px rgba(200,255,82,.08); } }
@keyframes gentle-float { 50% { transform: translateY(-10px); } }
@keyframes note-float { 50% { transform: translateY(-8px); } }
@keyframes portrait-breathe { 50% { transform: scale(1.035) translateY(-2px); } }
@keyframes scan { 0%, 12% { top: -30%; opacity: 0; } 35%, 68% { opacity: 1; } 88%, 100% { top: 100%; opacity: 0; } }
@keyframes sound-wave { from { height: 4px; opacity: .45; } to { height: 27px; opacity: 1; } }
@keyframes typing { 0%, 70%, 100% { transform: translateY(0); opacity: .35; } 35% { transform: translateY(-4px); opacity: 1; } }
@keyframes loading-pulse { 50% { transform: scale(.9); box-shadow: 0 0 0 18px rgba(200,255,82,.035), 0 0 55px rgba(200,255,82,.26); } }
@keyframes message-in { from { opacity: 0; transform: translateY(6px); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(18px) scale(.985); } }
@keyframes backdrop-in { from { opacity: 0; } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .mobile-nav { display: block; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(340px, .75fr); gap: 35px; }
  .ai-profile-card { width: 360px; }
  .floating-note-market { right: -7px; }
  .floating-note-route { left: -14px; }
  .experience-grid { gap: 65px; }
  .section-heading-row { grid-template-columns: 1fr .7fr; gap: 40px; }
}

@media (max-width: 820px) {
  :root { --header-height: 67px; }
  .desktop-break { display: none; }
  .header-inner { width: calc(100% - 32px); }
  .header-cta { min-height: 39px; padding: 0 14px; }
  .header-cta svg { display: none; }
  .hero { padding: 112px 20px 0; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 10px; }
  .hero h1 { font-size: clamp(2.65rem, 9vw, 4.6rem); }
  .ai-stage { min-height: 610px; }
  .ai-profile-card { width: min(90vw, 390px); }
  .stage-orbit-one { width: 510px; height: 510px; }
  .stage-orbit-two { width: 430px; height: 430px; }
  .floating-note-market { right: 4vw; }
  .floating-note-route { left: 3vw; }
  .hero-proof { flex-direction: column; align-items: flex-start; padding: 23px 0 30px; }
  .proof-flow { width: 100%; justify-content: space-between; overflow-x: auto; padding-bottom: 5px; }
  .proof-flow span { min-width: max-content; }
  .proof-flow i { min-width: 20px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 280px; }
  .card-number { margin-bottom: 28px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-copy { order: -1; }
  .experience-visual { min-height: 530px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 0; }
  .section-heading-row > p { padding: 0; }
  .support-grid { grid-template-columns: 1fr; }
  .support-column + .support-column { border-left: 0; border-top: 1px solid var(--line-light); }
  .flow-heading { display: block; }
  .flow-list li, .flow-list li > div { grid-template-columns: .28fr 1fr; }
  .flow-list li > div p { grid-column: 1 / -1; margin-top: 12px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 600px) {
  body { padding-bottom: 70px; }
  .site-header.is-scrolled { height: 62px; }
  .site-header.is-scrolled .mobile-nav { top: 62px; }
  .header-cta { display: none; }
  .hero { padding-top: 100px; }
  .eyebrow { margin-bottom: 19px; font-size: .58rem; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.1rem, 10.5vw, 3.2rem); line-height: 1.36; letter-spacing: -.045em; }
  .hero-lead { font-size: .84rem; line-height: 1.9; }
  .hero-lead br { display: none; }
  .primary-button { min-height: 62px; padding-left: 20px; font-size: .82rem; }
  .button-arrow { flex-basis: 49px; height: 49px; }
  .cta-note { font-size: .61rem; }
  .hero-tags { margin-top: 23px; }
  .ai-stage { min-height: 540px; margin: 0 -8px; }
  .stage-orbit-one { width: 440px; height: 440px; }
  .stage-orbit-two { width: 360px; height: 360px; }
  .ai-profile-card { width: min(88vw, 355px); }
  .floating-note { min-width: 126px; padding: 10px 12px; }
  .floating-note strong { font-size: .61rem; }
  .floating-note-market { top: 84px; right: -2px; }
  .floating-note-route { bottom: 53px; left: -2px; }
  .hero-proof { gap: 18px; }
  .proof-flow { gap: 8px; }
  .section-inner { width: calc(100% - 36px); }
  .outcomes, .support, .flow { padding: 84px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .experience-copy h2, .flow-heading h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .outcome-card { padding: 30px 27px; }
  .ai-experience { padding: 86px 0; }
  .experience-grid { gap: 34px; }
  .experience-visual { min-height: 440px; margin: 0 -8px; }
  .experience-ring { width: 430px; height: 430px; }
  .experience-screen { min-height: 386px; padding: 19px; transform: none; }
  .screen-message p { font-size: .66rem; }
  .support-column { min-height: 0; padding: 29px 22px; }
  .support-label { margin-bottom: 30px; }
  .support-column ul { grid-template-columns: 1fr; }
  .support-note { align-items: flex-start; text-align: left; }
  .flow-list li { min-height: 180px; grid-template-columns: 55px 1fr; }
  .flow-list li > div { display: block; }
  .flow-list h3 { margin-bottom: 9px; }
  .flow-list li:hover { padding: 0 10px; }
  .manifesto { min-height: 620px; }
  .manifesto h2 { max-width: 100%; font-size: clamp(2.45rem, 12.5vw, 4.25rem); line-height: 1.15; letter-spacing: -.055em; }
  .manifesto-lead > span { display: block; }
  .site-footer { padding-bottom: 25px; }
  .footer-inner { width: calc(100% - 36px); gap: 28px; }
  .footer-inner nav { display: grid; grid-template-columns: 1fr 1fr; }
  .mobile-consult-cta { position: fixed; z-index: 80; left: 10px; right: 10px; bottom: calc(9px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: var(--acid); color: var(--ink); box-shadow: 0 12px 35px rgba(0,0,0,.28); font-weight: 800; font-size: .78rem; }
  .mobile-consult-cta span { font-size: 1.2rem; }
  .ai-stage.is-consulting { min-height: auto; margin-top: 18px; align-items: center; justify-content: flex-start; gap: 10px; padding: 10px 0 18px; }
  .ai-stage.is-consulting > .ai-profile-card { width: 100%; padding: 8px; border-radius: 18px; }
  .ai-stage.is-consulting .ai-card-topline { min-height: 34px; padding-inline: 5px; }
  .ai-stage.is-consulting .avatar-conversation-head { grid-template-columns: 106px minmax(0, 1fr); column-gap: 10px; }
  .ai-stage.is-consulting .portrait-frame { border-radius: 12px; }
  .ai-stage.is-consulting .voice-panel { padding: 5px 7px 5px 0; }
  .ai-stage.is-consulting .voice-caption { font-size: .66rem; line-height: 1.55; }
  .ai-stage.is-consulting .conversation-modes { margin-top: 6px; }
  .ai-stage.is-consulting .ai-profile-card > .consult-dialog { margin-top: 8px; border-radius: 0 0 13px 13px; }
  .consult-dialog { width: 100%; max-height: calc(100dvh - 84px); height: auto; border-radius: 20px; }
  .dialog-shell { max-height: inherit; min-height: 0; }
  .dialog-header { min-height: 73px; padding: 13px 17px; }
  .dialog-header h2 { font-size: .96rem; }
  .dialog-progress { margin-top: 17px; padding: 0 18px; }
  .dialog-progress span { font-size: .55rem; }
  .dialog-progress span i { width: 21px; height: 21px; }
  .dialog-progress b { margin: 0 6px; }
  .dialog-panel { width: calc(100% - 32px); padding: 25px 0 30px; }
  .panel-intro { align-items: flex-start; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid label > span { min-height: 48px; }
  .dialog-actions { grid-template-columns: 82px 1fr; }
  .dialog-primary { font-size: .71rem; }
  .dialog-panel-demo { width: calc(100% - 20px); padding-top: 17px; }
  .tavus-video-mount { min-height: 390px; border-radius: 13px; }
  .tavus-live-shell { min-height: 390px; grid-template-rows: auto minmax(220px, 1fr) auto auto; }
  .tavus-live-viewport { min-height: 230px; }
  .tavus-live-footer { grid-template-columns: 1fr; gap: 9px; padding: 11px; }
  .tavus-live-end { width: 100%; min-height: 42px; }
  .demo-agent-header { min-height: 65px; padding: 9px 11px; }
  .demo-agent-header > p { padding: 5px 8px; font-size: .49rem; }
  .demo-question, .demo-result { padding: 24px 16px; }
  .demo-input-wrap textarea { min-height: 142px; font-size: 1rem; }
  .demo-summary-card dl { grid-template-columns: 82px 1fr; }
  .demo-summary-card dt, .demo-summary-card dd { padding: 10px 11px; }
  .demo-summary-card > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .lead-grid { grid-template-columns: 1fr; }
  .lead-phone { grid-column: auto; }
  .lead-form { padding: 24px 16px; }
  .dialog-panel-chat { width: calc(100% - 20px); padding-top: 17px; }
  .chat-context { grid-template-columns: 1fr auto; }
  .chat-context > div:nth-child(2) { grid-column: 1 / 2; }
  .chat-context button { grid-column: 2; grid-row: 1 / 3; }
  .first-party-chat { height: calc(100dvh - 240px); min-height: 410px; }
  .chat-agent-header { min-height: 61px; padding: 8px 10px; }
  .chat-agent-header > p { font-size: .48rem; }
  .local-chat-messages { padding: 16px 10px 12px; }
  .local-message { max-width: 91%; }
  .quick-replies { padding-left: 50px; }
  .chat-footer-row { align-items: stretch; flex-direction: column; }
  .chat-footer-row > button { width: 100%; min-height: 38px; }
  .local-summary { inset: 8px; padding: 17px; }
  .local-summary dl { grid-template-columns: 74px 1fr; }
}

@media (max-width: 600px) and (max-height: 650px) {
  .ai-stage.is-consulting .avatar-conversation-head { display: none; }
  .ai-stage.is-consulting > .ai-profile-card { max-height: calc(100dvh - 76px); }
  .ai-stage.is-consulting .ai-profile-card > .consult-dialog { margin-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
