/* Amachree AI — static marketing site */
:root {
  --bg: #07111f;
  --bg-2: #0b1728;
  --ink: #0d1b2d;
  --muted: #5f6f82;
  --line: rgba(15, 39, 70, .12);
  --white: #ffffff;
  --offwhite: #f7f9fc;
  --blue: #3f7cff;
  --cyan: #4ad7e8;
  --green: #5ee6b4;
  --navy: #07111f;
  --radius: 24px;
  --shadow: 0 20px 70px rgba(12, 33, 61, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .022; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E"); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(7, 17, 31, .72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; font-weight: 700; letter-spacing: -.03em; font-size: 20px; }
.brand b { color: var(--cyan); }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 8px 30px rgba(63,124,255,.35); }
.brand-mark svg { width: 22px; height: 22px; fill: white; }
.desktop-nav { display: flex; gap: 30px; }
.desktop-nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 600; transition: .2s ease; }
.desktop-nav a:hover { color: white; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 13px; font-weight: 700; transition: .22s ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { padding: 10px 16px; font-size: 14px; }
.btn-ghost { color: white; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-primary { padding: 15px 22px; background: linear-gradient(135deg, var(--blue), #5e8dff); color: white; box-shadow: 0 14px 34px rgba(63,124,255,.32); }
.btn-primary:hover { box-shadow: 0 18px 42px rgba(63,124,255,.42); }
.btn-secondary { padding: 15px 22px; color: white; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.055); }
.btn-secondary:hover { background: rgba(255,255,255,.1); }

.hero {
  position: relative; overflow: hidden; color: white; background:
    radial-gradient(circle at 80% 20%, rgba(63,124,255,.18), transparent 28%),
    radial-gradient(circle at 65% 75%, rgba(74,215,232,.10), transparent 25%),
    linear-gradient(155deg, #06101d 0%, #091a2d 55%, #07111f 100%);
  padding: 154px 0 94px;
}
.hero::after {
  content:""; position:absolute; left:0; right:0; bottom:0; height:1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
}
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; position: relative; z-index: 2; }
.eyebrow, .section-tag {
  display: inline-flex; align-items: center; gap: 9px; font-size: 12px;
  font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow { color: #b7c7db; margin-bottom: 22px; }
.pulse { width: 8px; height: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 5px rgba(94,230,180,.12); }
.hero h1 { margin: 0; font-size: clamp(48px, 5.6vw, 78px); line-height: .99; letter-spacing: -.055em; max-width: 760px; }
.gradient-text { background: linear-gradient(90deg, #fff 0%, #8cdcff 45%, #62e8b4 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede { color: #aebed2; font-size: 18px; line-height: 1.75; max-width: 660px; margin: 28px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 28px; color: #8396ac; font-size: 13px; font-weight: 650; }
.trust-item span { color: var(--green); margin-right: 5px; }

.hero-visual { position: relative; min-height: 570px; display: flex; align-items: center; justify-content: center; }
.phone-card {
  position: relative; width: min(100%, 480px); padding: 24px;
  border-radius: 28px; background: rgba(9,24,42,.82);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 35px 100px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
}
.call-top { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.avatar { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; position: relative; background: linear-gradient(135deg, #162b49, #10233d); }
.avatar-ring { position: absolute; inset: 6px; border: 1px solid rgba(74,215,232,.3); border-radius: 13px; }
.avatar-core { width: 30px; height: 30px; display: grid; place-items:center; border-radius: 10px; background: linear-gradient(135deg, var(--blue), var(--cyan)); font-weight: 800; }
.status-dot { display: inline-block; width: 7px; height: 7px; background: var(--green); border-radius: 50%; margin-right: 4px; }
.status-text { color: #8fa2b8; font-size: 11px; }
.call-top h3 { margin: 4px 0 0; font-size: 16px; letter-spacing: -.02em; }
.live-pill { font-size: 9px; letter-spacing: .12em; font-weight: 900; color: var(--green); background: rgba(94,230,180,.09); border: 1px solid rgba(94,230,180,.18); padding: 6px 8px; border-radius: 999px; }

.conversation { padding: 18px 0 16px; display: flex; flex-direction: column; gap: 12px; }
.bubble { max-width: 86%; font-size: 13px; line-height: 1.55; padding: 12px 14px; border-radius: 15px; }
.bubble.customer { margin-left: auto; background: rgba(255,255,255,.09); color: #dce5ef; border-bottom-right-radius: 5px; }
.bubble.ai { background: rgba(63,124,255,.12); border: 1px solid rgba(63,124,255,.18); color: #e6edf7; border-bottom-left-radius: 5px; }
.tiny-label { display:block; color:#7db5ff; font-size:8px; letter-spacing:.12em; font-weight:900; margin-bottom:4px; }
.tool-card { display:flex; justify-content:space-between; align-items:center; padding: 11px 13px; background: rgba(255,255,255,.04); border:1px dashed rgba(255,255,255,.12); border-radius:13px; color:#b7c6d8; font-size:11px; }
.tool-icon { color: var(--cyan); margin-right: 6px; }
.tool-success { color: var(--green); font-weight: 800; }

.booking-success { display: grid; grid-template-columns: 38px 1fr auto; gap: 11px; align-items:center; padding: 13px; border-radius: 15px; background: linear-gradient(135deg, rgba(94,230,180,.09), rgba(74,215,232,.05)); border: 1px solid rgba(94,230,180,.15); }
.success-icon { width: 38px; height: 38px; display:grid; place-items:center; border-radius: 11px; color:#07111f; font-weight:900; background: var(--green); }
.booking-success strong { display:block; font-size:12px; }
.booking-success span { color:#91a4b9; font-size:10px; }
.sent-badge { color: var(--green)!important; }
.floating-stat { position:absolute; display:flex; align-items:center; gap:10px; padding: 12px 14px; background: rgba(11,25,43,.92); border:1px solid rgba(255,255,255,.1); border-radius: 15px; box-shadow: 0 15px 45px rgba(0,0,0,.25); }
.floating-stat strong { display:block; font-size:13px; }
.floating-stat span { display:block; color:#90a3b8; font-size:10px; }
.stat-icon { width:30px; height:30px; display:grid!important; place-items:center; border-radius:9px; background: rgba(63,124,255,.14); color:#84abff!important; font-size:14px!important; }
.stat-one { top: 48px; right: -18px; }
.stat-two { bottom: 50px; left: -25px; }

.problem-strip { background: #f3f7fb; border-bottom: 1px solid #e8eef5; }
.strip-inner { padding: 34px 0; display:flex; justify-content:space-between; align-items:center; gap:30px; }
.strip-kicker { margin:0; color:#6a7889; font-size:14px; font-weight:700; }
.strip-main { margin:0; font-size:21px; font-weight:750; letter-spacing:-.025em; }
.strip-main span { color:#3476f6; }

.section { padding: 112px 0; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-tag { color: #3476f6; margin-bottom: 15px; }
.section-heading h2, .feature-copy h2, .faq-intro h2, .results-copy h2, .cta-card h2 {
  margin:0; font-size: clamp(36px, 4.1vw, 54px); line-height:1.05; letter-spacing:-.045em;
}
.section-heading p, .feature-copy p, .faq-intro p { margin: 18px 0 0; color: var(--muted); font-size:17px; line-height:1.75; }

.steps-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:16px; }
.step-card { position:relative; padding: 28px 24px 26px; border:1px solid #e8edf4; border-radius:20px; background:white; min-height: 280px; transition:.25s ease; }
.step-card:hover, .feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.step-num { position:absolute; top:24px; right:24px; color:#a9b4c0; font-size:11px; font-weight:900; letter-spacing:.1em; }
.step-icon, .feature-icon { width:45px; height:45px; display:grid; place-items:center; border-radius:13px; background:#eef4ff; color:#3476f6; font-weight:900; }
.step-card h3, .feature-card h3 { margin: 28px 0 10px; font-size:19px; letter-spacing:-.025em; }
.step-card p, .feature-card p { margin:0; color:var(--muted); line-height:1.7; font-size:14px; }

.features-section { background: var(--offwhite); }
.feature-layout { display:grid; grid-template-columns: .78fr 1.22fr; gap:70px; align-items:start; }
.feature-copy { position:sticky; top:120px; }
.feature-copy p { max-width:470px; }
.text-link { display:inline-flex; gap:8px; margin-top:24px; color:#3476f6; font-weight:800; font-size:14px; }
.feature-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.feature-card { padding:26px; border:1px solid #e3e9f1; border-radius:20px; background:white; transition:.25s ease; min-height:220px; }
.feature-card h3 { margin-top:22px; }

.results-section { background:#07111f; color:white; }
.results-card { overflow:hidden; display:grid; grid-template-columns: 1.03fr .97fr; border:1px solid rgba(255,255,255,.1); border-radius:28px; background:linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025)); }
.results-copy { padding:56px; }
.light-tag { color:#75def0; }
.results-copy p { color:#9fb0c4; line-height:1.75; font-size:16px; margin:20px 0 0; }
.results-metrics { display:grid; border-left:1px solid rgba(255,255,255,.08); }
.metric { display:grid; grid-template-columns:120px 1fr; align-items:center; gap:20px; padding: 30px 40px; border-bottom:1px solid rgba(255,255,255,.08); }
.metric:last-child { border-bottom:none; }
.metric strong { font-size:40px; letter-spacing:-.05em; background:linear-gradient(90deg,#fff,#7ddff0); -webkit-background-clip:text; background-clip:text; color:transparent; }
.metric span { color:#9fb0c4; font-size:13px; line-height:1.55; }
.quote-card { margin-top:18px; padding:34px 38px; border-radius:22px; display:grid; grid-template-columns:auto 1fr auto; gap:22px; align-items:center; background:white; color:var(--ink); }
.quote-mark { font-size:56px; line-height:1; color:#3476f6; font-family:Georgia,serif; }
.quote-card blockquote { margin:0; font-size:18px; font-weight:750; letter-spacing:-.02em; }
.quote-card > span { color:#6e7d8f; font-size:12px; }

.industries-section { padding-bottom: 90px; }
.industry-row { display:flex; flex-wrap:wrap; gap:10px; }
.industry-row span { padding:12px 15px; border:1px solid #e1e7ef; border-radius:999px; color:#4f5f73; font-size:13px; font-weight:700; background:#fff; }

.faq-section { background:#f7f9fc; }
.faq-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:70px; align-items:start; }
.faq-intro { position:sticky; top:120px; }
.faq-list { display:flex; flex-direction:column; gap:10px; }
.faq-item { background:white; border:1px solid #e4eaf1; border-radius:16px; padding:0 20px; }
.faq-item summary { cursor:pointer; list-style:none; font-weight:750; letter-spacing:-.015em; padding:20px 28px 20px 0; position:relative; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; position:absolute; right:0; top:17px; width:25px; height:25px; display:grid; place-items:center; border-radius:8px; background:#eff4fb; color:#3476f6; font-size:18px; }
.faq-item[open] summary::after { content:"–"; }
.faq-item p { margin:-2px 0 20px; color:var(--muted); line-height:1.7; font-size:14px; max-width:720px; }

.cta-section { padding: 90px 0; background:#fff; position:relative; overflow:hidden; }
.cta-card { position:relative; overflow:hidden; display:grid; grid-template-columns: 1.25fr .75fr; align-items:center; gap:40px; padding:56px; border-radius:30px; color:white; background:
  radial-gradient(circle at 80% 20%, rgba(74,215,232,.2), transparent 28%),
  linear-gradient(135deg,#0a1b31,#0c2742 55%,#0a1b31);
  box-shadow:0 30px 90px rgba(13,41,72,.22);
}
.cta-card::after { content:""; position:absolute; width:340px; height:340px; right:-150px; bottom:-220px; border:1px solid rgba(255,255,255,.1); border-radius:50%; box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018); }
.cta-card > * { position:relative; z-index:2; }
.cta-card p { color:#b0c0d1; line-height:1.75; margin:18px 0 0; max-width:700px; }
.cta-actions { display:flex; flex-direction:column; align-items:flex-start; gap:13px; }
.btn-white { background:white; color:#10233b; padding:15px 21px; box-shadow:0 14px 34px rgba(0,0,0,.16); }
.cta-note { font-size:11px; color:#8fa5bc; margin-left:2px; }

footer { background:#050c15; color:white; padding:56px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1fr auto; gap:40px; align-items:start; }
.footer-brand { margin-bottom:16px; }
.footer-grid p { color:#8194aa; max-width:500px; line-height:1.65; font-size:13px; margin:0; }
.footer-links { display:grid; grid-template-columns:1fr 1fr; gap:14px 28px; color:#aab8c7; font-size:13px; }
.footer-links a:hover { color:white; }
.footer-bottom { margin-top:46px; padding-top:20px; border-top:1px solid rgba(255,255,255,.08); display:flex; justify-content:space-between; gap:20px; color:#667a90; font-size:11px; }

.reveal { opacity:0; transform:translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.08s; }
.delay-2 { transition-delay:.16s; }
.delay-3 { transition-delay:.24s; }

@media (max-width: 980px) {
  .desktop-nav { display:none; }
  .hero-grid, .feature-layout, .faq-layout, .results-card, .cta-card { grid-template-columns:1fr; }
  .hero { padding-top:130px; }
  .hero-visual { min-height:520px; }
  .feature-copy, .faq-intro { position:static; }
  .results-metrics { border-left:none; border-top:1px solid rgba(255,255,255,.08); }
  .steps-grid { grid-template-columns:1fr 1fr; }
  .feature-layout, .faq-layout { gap:44px; }
  .quote-card { grid-template-columns:auto 1fr; }
  .quote-card > span { grid-column:2; }
}
@media (max-width: 680px) {
  .shell { width:min(100% - 28px,1180px); }
  .site-header .btn-ghost { display:none; }
  .nav-wrap { height:68px; }
  .hero { padding:118px 0 68px; }
  .hero h1 { font-size:46px; }
  .hero-lede { font-size:16px; }
  .hero-grid { gap:40px; }
  .hero-visual { min-height: 455px; }
  .phone-card { padding:17px; border-radius:22px; }
  .call-top { grid-template-columns:46px 1fr; }
  .live-pill { display:none; }
  .avatar { width:46px; height:46px; }
  .bubble { max-width:92%; font-size:12px; }
  .floating-stat { display:none; }
  .strip-inner { flex-direction:column; align-items:flex-start; }
  .section { padding:78px 0; }
  .steps-grid, .feature-grid { grid-template-columns:1fr; }
  .step-card { min-height:auto; }
  .results-copy, .cta-card { padding:34px 24px; }
  .metric { grid-template-columns:80px 1fr; padding:23px 24px; }
  .metric strong { font-size:34px; }
  .quote-card { padding:24px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
}


/* Demo request modal */
button { font: inherit; }
button.btn, button.text-link { cursor: pointer; }
button.text-link { appearance: none; border: 0; background: transparent; padding: 0; }

.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}
.demo-modal.is-open { opacity: 1; visibility: visible; }
.demo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 9, 17, .78);
  backdrop-filter: blur(10px);
}
.demo-modal-card {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(880px, calc(100vh - 32px));
  overflow-y: auto;
  border-radius: 28px;
  padding: 34px;
  background:
    radial-gradient(circle at 95% 0%, rgba(63,124,255,.09), transparent 27%),
    #fff;
  border: 1px solid rgba(15,39,70,.11);
  box-shadow: 0 35px 120px rgba(0,0,0,.34);
  transform: translateY(14px) scale(.985);
  transition: transform .22s ease;
}
.demo-modal.is-open .demo-modal-card { transform: none; }
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  border: 1px solid #e3e9f1;
  background: #f7f9fc;
  color: #445266;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.modal-close:hover { background: #eef3f9; }
.modal-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ink);
  margin-bottom: 28px;
}
.modal-brand b { color: #3476f6; }
.modal-copy { padding-right: 38px; margin-bottom: 25px; }
.modal-copy h2 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.modal-copy p {
  margin: 15px 0 0;
  max-width: 650px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field > span {
  font-size: 12px;
  font-weight: 800;
  color: #344356;
}
.field em {
  font-style: normal;
  color: #8a99aa;
  font-weight: 600;
}
.field input,
.field textarea {
  width: 100%;
  border: 1px solid #dce4ed;
  background: #fbfcfe;
  color: var(--ink);
  outline: none;
  border-radius: 12px;
  padding: 13px 14px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.field textarea { resize: vertical; min-height: 104px; }
.field input::placeholder,
.field textarea::placeholder { color: #a2afbd; }
.field input:focus,
.field textarea:focus {
  background: #fff;
  border-color: #78a1ff;
  box-shadow: 0 0 0 4px rgba(63,124,255,.10);
}
.field.has-error input,
.field.has-error textarea { border-color: #d95858; }
.field-error {
  display: none;
  margin-top: -2px;
  color: #bd3f3f;
  font-size: 11px;
  font-weight: 650;
}
.field.has-error .field-error { display: block; }
.form-submit {
  width: 100%;
  margin-top: 20px;
  min-height: 50px;
  border: 0;
}
.form-note {
  margin: 12px 0 0;
  text-align: center;
  color: #8492a3;
  font-size: 11px;
  line-height: 1.5;
}
.form-status {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 11px;
  font-size: 13px;
  line-height: 1.5;
}
.form-status.show { display: block; }
.form-status.setup {
  background: #fff7e6;
  color: #7b5815;
  border: 1px solid #f0d69a;
}
.form-status.success {
  background: #ebfbf5;
  color: #236c53;
  border: 1px solid #bcebd9;
}
.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px,1px,1px,1px) !important;
}
body.modal-open { overflow: hidden; }

@media (max-width: 680px) {
  .demo-modal { padding: 10px; align-items: end; }
  .demo-modal-card {
    max-height: calc(100vh - 18px);
    border-radius: 24px 24px 12px 12px;
    padding: 27px 18px 22px;
  }
  .modal-copy { padding-right: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
}
