:root {
  --navy: #020915;
  --navy-soft: #071426;
  --blue: #087cf0;
  --blue-dark: #0869ce;
  --cyan: #50c8ff;
  --ink: #101828;
  --muted: #5a6677;
  --line: #e3e8ef;
  --surface: #ffffff;
  --tint: #f6f8fb;
  --pale-blue: #eef7ff;
  --green: #167c6b;
  --max: 1180px;
  --radius: 14px;
  --shadow: 0 14px 36px rgba(16, 24, 40, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid rgba(8, 124, 240, .4); outline-offset: 3px; }
.container { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; background: #fff; padding: 10px 16px; border-radius: 8px; color: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; height: 76px; z-index: 100; color: #fff; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(2, 9, 21, .94); border-color: rgba(255,255,255,.1); box-shadow: 0 8px 24px rgba(0,0,0,.12); backdrop-filter: blur(10px); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 7px; color: #fff; text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.brand i { width: 1px; height: 18px; background: var(--cyan); transform: skew(-14deg); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.button) { color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: #fff; }
.language-switch { display: inline-flex; align-items: center; gap: 8px; margin-left: 2px; font-size: 12px; font-weight: 750; }
.language-switch a, .language-switch span { color: rgba(255,255,255,.58); text-decoration: none; }
.language-switch a { transition: color .2s ease; }
.language-switch a:hover, .language-switch [aria-current="page"] { color: #69b8ff; }
.language-switch [aria-current="page"] { border-bottom: 1px solid currentColor; }
.language-future { cursor: default; opacity: .62; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: #fff; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 730px; padding: 172px 0 104px; overflow: hidden; color: #fff; background: linear-gradient(120deg, #020711 0%, var(--navy) 55%, #06142a 100%); }
.hero-content { position: relative; z-index: 2; }
.hero-glow { position: absolute; width: 600px; height: 480px; right: -140px; top: 100px; background: radial-gradient(circle, rgba(32, 151, 255, .18), transparent 68%); filter: blur(10px); }
.wave-canvas { position: absolute; inset: 48px -4% auto auto; width: min(58vw, 780px); height: 470px; opacity: .82; pointer-events: none; }
.hero h1 { max-width: 790px; margin: 14px 0 24px; font-size: clamp(46px, 6vw, 74px); line-height: 1.04; letter-spacing: -.05em; }
.hero h1 span { display: block; color: var(--cyan); }
.hero-lead { max-width: 760px; margin: 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.7; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 13px; line-height: 1.2; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow-light { color: #70d1ff; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--blue); border-radius: 9px; color: #fff; background: var(--blue); text-decoration: none; font-weight: 750; box-shadow: 0 8px 22px rgba(8, 124, 240, .25); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 12px 28px rgba(8, 124, 240, .3); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 14px; }
.button-ghost { border-color: rgba(255,255,255,.25); background: transparent; box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.service-line { margin: 32px 0 0; color: rgba(255,255,255,.55); font-size: 14px; }
.service-line b { padding: 0 8px; color: var(--cyan); }

.section { padding: 108px 0; }
.section-tint { background: var(--tint); }
.section-heading { max-width: 850px; margin-bottom: 48px; }
.section-heading.compact { max-width: 700px; }
.section-heading h2, .founder-copy h2, .start-card h2, .final-cta h2 { margin: 0 0 20px; font-size: clamp(34px, 4.2vw, 50px); line-height: 1.14; letter-spacing: -.035em; }
.section-heading p:not(.eyebrow) { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(16, 24, 40, .045); }
.service-card { position: relative; padding: 30px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #cedbea; box-shadow: var(--shadow); }
.service-card-featured { border-color: #c9e2fa; }
.service-card h3 { margin: 22px 0 8px; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.service-card p { color: var(--muted); }
.service-card .card-kicker { margin-top: 0; color: var(--ink); font-weight: 700; }
.icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; font-weight: 800; }
.icon-voice { color: #0575c6; background: #e4f5ff; font-size: 14px; letter-spacing: -2px; }
.icon-linkedin { color: #fff; background: #0a66c2; font-family: Arial, sans-serif; font-size: 20px; }
.icon-crm { color: #fff; background: var(--green); font-size: 26px; }
.suitable, .micro-usp { margin-top: 24px; padding: 18px; border-radius: 10px; background: var(--tint); }
.suitable strong, .suitable span, .micro-usp strong, .micro-usp span { display: block; }
.suitable span, .micro-usp span { margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.micro-usp { background: var(--pale-blue); }
.free-month { padding-left: 14px; border-left: 3px solid var(--blue); color: var(--ink) !important; }
.voice-demo-note { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: #667487 !important; font-size: 13px; line-height: 1.55; }
.voice-demo-note i { flex: 0 0 7px; width: 7px; height: 7px; margin-top: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(8, 124, 240, .09); }
.check-list { display: grid; gap: 8px; padding: 0; list-style: none; color: var(--muted); }
.check-list li { position: relative; padding-left: 22px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }

.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.case { min-height: 220px; padding: 32px; background: #fff; }
.case span { color: var(--blue); font-weight: 800; font-size: 13px; }
.case h3 { margin: 36px 0 10px; font-size: 21px; line-height: 1.3; }
.case p { margin: 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-step { padding-top: 24px; border-top: 2px solid var(--line); }
.process-step span { color: var(--blue); font-size: 28px; font-weight: 800; }
.process-step h3 { margin: 28px 0 12px; font-size: 22px; }
.process-step p { margin: 0; color: var(--muted); }
.why-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.why-grid { display: grid; gap: 16px; }
.why-item { display: flex; gap: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.why-item i { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-style: normal; }
.why-item h3 { margin: 0 0 4px; font-size: 18px; }
.why-item p { margin: 0; color: var(--muted); }

.founder-grid { display: grid; grid-template-columns: 160px 1fr; gap: 48px; align-items: center; max-width: 900px; }
.portrait-wrap { display: flex; justify-content: flex-start; }
.portrait-frame { width: 140px; aspect-ratio: 1; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(16,24,40,.08); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.founder-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.signature { width: 112px; height: auto; margin: 24px 0 10px; opacity: .88; }
.founder-name { display: flex; align-items: center; gap: 16px; }
.founder-name > div { display: flex; flex-direction: column; }
.founder-name span { color: var(--muted); font-size: 14px; }
.social-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #d7dee8; border-radius: 50%; color: #475467; background: #fff; text-decoration: none; font-family: Arial, sans-serif; font-weight: 800; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.social-icon:hover { color: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.linkedin-person { width: 34px; height: 34px; color: #fff; border-color: #0a66c2; background: #0a66c2; font-size: 14px; }
.linkedin-person:hover { color: #fff; }
.start-small { padding-top: 0; }
.start-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 50px; border: 1px solid #cfe5f8; border-radius: 18px; background: var(--pale-blue); }
.start-card h2 { margin-bottom: 0; }
.start-card p { margin-top: 0; color: var(--muted); font-size: 17px; }
.text-link { color: var(--blue); text-decoration: none; font-weight: 800; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 750; cursor: pointer; }
.faq-item button i { font-size: 26px; font-style: normal; font-weight: 400; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-answer > p { margin: 0; padding: 0 0 24px; color: var(--muted); }
.js .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.js .faq-answer > p { min-height: 0; overflow: hidden; padding: 0; }
.js .faq-item.open .faq-answer { grid-template-rows: 1fr; }
.js .faq-item.open .faq-answer > p { padding: 0 0 24px; }

.final-cta { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: var(--navy); text-align: center; }
.final-cta .container { position: relative; z-index: 2; max-width: 800px; }
.final-cta h2 { margin-left: auto; margin-right: auto; font-size: clamp(40px, 5.5vw, 62px); }
.final-cta p:not(.eyebrow) { max-width: 660px; margin: 0 auto 32px; color: rgba(255,255,255,.68); font-size: 17px; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.final-cta .cta-email { max-width: none; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.5; }
.cta-email a { color: #69b8ff; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(105,184,255,.45); text-underline-offset: 4px; transition: color .2s ease, text-shadow .2s ease, text-decoration-color .2s ease; }
.cta-email a:hover { color: #fff; text-decoration-color: #69b8ff; text-shadow: 0 0 16px rgba(105,184,255,.65); }
.wave-bottom { inset: 0 auto auto 50%; width: 900px; height: 450px; opacity: .25; transform: translateX(-50%); }
.footer { padding: 62px 0 24px; border-top: 1px solid var(--line); background: #fff; }
.brand-dark { color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 60px; align-items: start; }
.footer-grid p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.footer-services { display: grid; gap: 7px; margin: 0; padding: 0; color: var(--muted); list-style: none; font-size: 14px; }
.footer-socials { display: flex; gap: 9px; }
.icon-instagram span { width: 15px; height: 15px; border: 2px solid currentColor; border-radius: 4px; position: relative; }
.icon-instagram span::before { content: ""; position: absolute; width: 4px; height: 4px; border: 1.5px solid currentColor; border-radius: 50%; left: 3px; top: 3px; }
.icon-instagram span::after { content: ""; position: absolute; width: 2px; height: 2px; border-radius: 50%; background: currentColor; right: 1px; top: 1px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--line); color: #7a8493; font-size: 13px; }
.footer-bottom a { text-decoration: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .container { width: min(100% - 48px, var(--max)); }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 18px 24px 26px; background: rgba(2,9,21,.98); border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-140%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav > a:not(.button) { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 16px; }
  .language-switch { margin: 14px 0 2px; font-size: 14px; }
  .main-nav .button { margin-top: 16px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 690px; padding-top: 158px; }
  .wave-canvas { right: -280px; opacity: .5; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 32px; }
  .why-layout, .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .founder-grid { grid-template-columns: 150px 1fr; gap: 36px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .portrait-frame { width: 140px; border-radius: 18px; }
  .founder-copy { max-width: 680px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 36px, var(--max)); }
  .section { padding: 76px 0; }
  .hero { min-height: auto; padding: 132px 0 76px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .service-line { line-height: 1.9; }
  .service-line b { padding: 0 4px; }
  .section-heading { margin-bottom: 34px; }
  .case-grid, .process-grid, .why-grid { grid-template-columns: 1fr; }
  .case { min-height: auto; padding: 26px; }
  .case h3 { margin-top: 24px; }
  .process-grid { gap: 38px; }
  .start-card { grid-template-columns: 1fr; gap: 24px; padding: 30px; }
  .founder-grid { grid-template-columns: 1fr; gap: 28px; }
  .portrait-frame { width: 120px; border-radius: 16px; }
  .faq-layout { gap: 24px; }
  .final-cta { padding: 84px 0; text-align: left; }
  .final-cta p:not(.eyebrow) { margin-left: 0; }
  .cta-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { gap: 18px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
  .wave-canvas { display: none; }
}
