:root {
  --bg: #f5fbf8;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-solid: #ffffff;
  --line: rgba(16, 55, 66, 0.1);
  --text: #102c38;
  --muted: #647a80;
  --green: #b6ff4a;
  --green-deep: #58d889;
  --cyan: #36d9dc;
  --blue: #3f9dff;
  --max-width: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 8%, rgba(63, 157, 255, 0.13), transparent 28%),
    radial-gradient(circle at 13% 23%, rgba(182, 255, 74, 0.18), transparent 25%),
    var(--bg);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 12px 16px; color: #102c38; background: var(--green); border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 15px 24px 0;
  transition: padding 240ms ease;
}
.site-header.is-scrolled { padding-top: 8px; }
.nav-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100%, var(--max-width));
  min-height: 78px;
  margin: 0 auto;
  padding: 9px 10px 9px 14px;
  border: 1px solid rgba(32, 132, 137, 0.12);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 3px rgba(18, 61, 67, 0.03), 0 16px 44px rgba(33, 108, 113, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
}
.nav-shell::before { content: ""; position: absolute; top: -1px; left: 9%; width: 26%; height: 2px; border-radius: 2px; background: linear-gradient(90deg, transparent, var(--green), var(--cyan), transparent); opacity: .85; }
.brand { display: inline-flex; align-items: center; width: max-content; gap: 10px; }
.brand-mark { width: 54px; height: 54px; transition: transform 260ms cubic-bezier(.2,.8,.2,1), filter 260ms ease; }
.brand:hover .brand-mark { transform: translateY(-2px) rotate(-2deg); filter: drop-shadow(0 7px 10px rgba(40, 193, 183, .14)); }
.brand-copy { display: flex; flex-direction: column; }
.brand-name { color: #102c38; font-size: 16px; font-weight: 800; letter-spacing: 0.045em; }
.brand-name span { color: transparent; background: linear-gradient(90deg, #22bd9c, #268fe8); background-clip: text; -webkit-background-clip: text; }
.brand-tagline { margin-top: 3px; color: #759096; font-size: 7px; font-weight: 800; letter-spacing: 0.27em; }

.desktop-nav { display: flex; align-items: center; gap: 3px; padding: 5px; border: 1px solid rgba(18, 84, 91, .06); border-radius: 16px; background: #f2f8f6; box-shadow: inset 0 1px 3px rgba(22, 69, 73, .04); }
.nav-link { position: relative; padding: 11px 14px; color: #657b82; border-radius: 11px; font-size: 12px; font-weight: 700; transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.nav-link::after { content: ""; position: absolute; bottom: 5px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: #58d889; opacity: 0; transform: translate(-50%, 4px) scale(.3); transition: opacity 180ms ease, transform 180ms ease; }
.nav-link:hover { color: #183e47; background: rgba(255,255,255,.7); }
.nav-link.is-active { color: #123d3d; background: #fff; box-shadow: 0 5px 14px rgba(37, 112, 107, .11), inset 0 0 0 1px rgba(62, 186, 159, .08); transform: translateY(-1px); }
.nav-link.is-active::after { opacity: 1; transform: translate(-50%, 0) scale(1); }

.nav-actions { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.social-button, .call-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; gap: 8px; border-radius: 14px; font-size: 12px; font-weight: 800; transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease; }
.social-button { padding: 0 13px; color: #fff; border: 1px solid rgba(255,255,255,.7); background: linear-gradient(125deg, #833ab4 0%, #c13584 34%, #e1306c 56%, #f77737 78%, #fcaf45 100%); box-shadow: 0 8px 20px rgba(193, 53, 132, .16), inset 0 1px 0 rgba(255,255,255,.28); }
.call-button { padding: 0 17px; color: #123826; border: 1px solid rgba(94, 197, 111, .14); background: linear-gradient(125deg, #c9ff72, #9ef56f); box-shadow: 0 9px 22px rgba(90, 208, 118, 0.2), inset 0 1px 0 rgba(255,255,255,.65); }
.social-button svg, .call-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-button .icon-dot { fill: currentColor; stroke: none; }
.social-button:hover, .call-button:hover { transform: translateY(-2px); filter: saturate(1.08); }
.social-button:hover { box-shadow: 0 12px 27px rgba(193, 53, 132, .25); }
.call-button:hover { box-shadow: 0 13px 28px rgba(90, 208, 118, .28); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(25, 100, 105, .1); border-radius: 14px; background: #eef9f5; box-shadow: inset 0 1px 0 #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1.7px; margin: 4px auto; border-radius: 2px; background: #173b45; transition: transform 200ms ease, opacity 200ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

.mobile-menu { display: none; }
.section { min-height: 100vh; scroll-margin-top: 96px; }
.hero { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; min-height: 100vh; padding: 170px max(24px, calc((100vw - var(--max-width))/2)) 86px; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(41,185,179,.2), transparent); }
.hero-glow { position: absolute; top: -30%; right: -10%; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(63,157,255,.18), transparent 66%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .52; background-image: linear-gradient(rgba(35,134,132,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(35,134,132,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 84%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #5f7c81; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: #70e89f; box-shadow: 0 0 0 4px rgba(112,232,159,.15); }
h1 { max-width: 760px; margin: 0; font-size: clamp(50px, 6vw, 86px); line-height: .98; letter-spacing: -.065em; }
h1 em { color: transparent; font-style: normal; background: linear-gradient(90deg, #75df8f, #31cfc8, #3899ec); background-clip: text; -webkit-background-clip: text; }
.hero-content > p { max-width: 610px; margin: 28px 0 34px; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.75; }
.hero-buttons { display: flex; align-items: center; gap: 24px; }
.primary-cta { display: inline-flex; align-items: center; gap: 18px; min-height: 54px; padding: 0 20px 0 24px; color: #123826; border: 1px solid rgba(70,183,107,.12); border-radius: 14px; background: linear-gradient(125deg, #c9ff72, #98f2a6); box-shadow: 0 12px 26px rgba(94,205,122,.18); font-size: 13px; font-weight: 800; transition: transform 180ms ease, box-shadow 180ms ease; }
.primary-cta span { font-size: 19px; }
.primary-cta:hover { transform: translateY(-2px); box-shadow: 0 15px 36px rgba(125,249,176,.2); }
.text-cta { color: #547078; font-size: 13px; font-weight: 800; }
.text-cta span { margin-left: 8px; transition: margin 180ms ease; }
.text-cta:hover span { margin-left: 13px; }
.tech-row { display: flex; align-items: center; gap: 12px; margin-top: 56px; color: #8aa09f; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.tech-row i { width: 3px; height: 3px; border-radius: 50%; background: #75df9b; }

.code-card { position: relative; z-index: 1; width: min(100%, 530px); margin-left: auto; overflow: hidden; border: 1px solid rgba(31,135,140,.11); border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: 0 35px 90px rgba(38,118,121,.15), 0 0 80px rgba(63,157,255,.08); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.code-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(182,255,74,.08), transparent 36%, rgba(69,217,255,.07)); pointer-events: none; }
.code-card-bar { display: flex; align-items: center; height: 48px; gap: 7px; padding: 0 17px; border-bottom: 1px solid var(--line); background: rgba(235,247,244,.7); }
.code-card-bar span { width: 8px; height: 8px; border-radius: 50%; background: #343c48; }
.code-card-bar span:first-child { background: #ff6b6b; }.code-card-bar span:nth-child(2) { background: #ffd166; }.code-card-bar span:nth-child(3) { background: #7df9b0; }
.code-card-bar small { margin: auto; padding-right: 38px; color: #83999a; font-size: 10px; }
.code-card pre { margin: 0; padding: 35px 38px 42px; color: #4c686e; font: 500 clamp(12px, 1.25vw, 15px)/1.9 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; }
.code-card b { color: #12aebf; font-weight: 600; }.code-card q { color: #b749aa; }.code-card code > span { color: #357fe5; }.code-card i { color: #23b76b; font-style: normal; }
.cursor { display: inline-block; width: 7px; height: 16px; margin-left: 5px; vertical-align: middle; background: var(--green); animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

.placeholder-section { display: grid; place-content: center; color: #adc2bf; border-bottom: 1px solid rgba(20,111,112,.07); }
.placeholder-section span { color: var(--green); font-size: 11px; letter-spacing: .2em; }
.placeholder-section h2 { margin: 8px 0; color: #85a4a3; font-size: clamp(48px, 8vw, 100px); letter-spacing: -.06em; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 0; }
  .nav-link { padding-inline: 10px; }
  .nav-link::after { right: 10px; left: 10px; }
  .social-button span { display: none; }
  .social-button { width: 44px; padding: 0; }
}

@media (max-width: 900px) {
  .site-header { padding: 12px 12px 0; }
  .site-header.is-scrolled { padding-top: 8px; }
  .nav-shell { grid-template-columns: 1fr auto; min-height: 66px; padding: 8px 9px 8px 13px; border-radius: 17px; }
  .brand-mark { width: 42px; height: 42px; }
  .desktop-nav { display: none; }
  .social-button, .call-button { width: 42px; min-height: 42px; padding: 0; }
  .social-button span, .call-button span { display: none; }
  .menu-toggle { display: block; width: 42px; height: 42px; }
  .mobile-menu { position: absolute; z-index: 1; top: 88px; right: 12px; left: 12px; display: block; max-height: 0; width: min(calc(100% - 24px), var(--max-width)); margin: 0 auto; padding: 0 20px; overflow: hidden; visibility: hidden; border: 1px solid transparent; border-radius: 20px; background: rgba(255,255,255,.985); box-shadow: 0 25px 60px rgba(28,102,106,.18); opacity: 0; transform: translateY(-10px); transition: max-height 350ms ease, opacity 220ms ease, transform 220ms ease, visibility 220ms, padding 350ms ease, border-color 220ms ease; backdrop-filter: blur(28px); }
  .mobile-menu.is-open { max-height: 700px; padding: 18px 20px 22px; visibility: visible; border-color: var(--line); opacity: 1; transform: translateY(0); }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { display: flex; align-items: center; gap: 16px; padding: 15px 6px; color: #153943; border-bottom: 1px solid rgba(20,91,94,.08); font-size: 22px; font-weight: 800; letter-spacing: -.025em; }
  .mobile-menu nav a span { color: #35c88b; font-size: 9px; letter-spacing: .15em; }
  .mobile-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
  .mobile-contact-actions a { display: flex; align-items: center; gap: 10px; min-height: 60px; padding: 10px 12px; color: #fff; border: 1px solid rgba(255,255,255,.65); border-radius: 14px; background: linear-gradient(125deg, #833ab4, #e1306c 58%, #fcaf45); box-shadow: 0 8px 20px rgba(193,53,132,.14); font-size: 12px; font-weight: 800; }
  .mobile-contact-actions a:first-child { color: #123826; border-color: rgba(94,197,111,.12); background: linear-gradient(125deg, #c9ff72, #9ef56f); box-shadow: 0 8px 20px rgba(90,208,118,.16); }
  .mobile-contact-actions svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-contact-actions .icon-dot { fill: currentColor; stroke: none; }
  .mobile-contact-actions small { display: block; margin-bottom: 2px; font-size: 8px; font-weight: 700; letter-spacing: .08em; opacity: .62; text-transform: uppercase; }
  .hero { grid-template-columns: 1fr; align-content: center; gap: 54px; padding-top: 145px; }
  .hero-content { max-width: 700px; }
  .code-card { width: min(100%, 600px); margin: 0; transform: none; }
}

@media (max-width: 560px) {
  .brand-copy { display: none; }
  .nav-actions { gap: 6px; }
  .hero { min-height: auto; padding: 150px 20px 70px; }
  h1 { font-size: clamp(47px, 15vw, 68px); }
  .hero-content > p { margin-block: 24px 28px; font-size: 15px; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 18px; }
  .primary-cta { width: 100%; justify-content: space-between; }
  .tech-row { flex-wrap: wrap; margin-top: 38px; }
  .code-card pre { padding: 26px 22px 32px; font-size: 11px; }
  .mobile-contact-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Interactive home hero */
.hero {
  --pointer-x: 70%;
  --pointer-y: 32%;
  position: relative;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: clamp(44px, 5vw, 76px);
  min-height: 100vh;
  padding: 158px max(24px, calc((100vw - var(--max-width))/2)) 112px;
  overflow: hidden;
  isolation: isolate;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(41,185,179,.24), transparent); }
.hero-grid { position: absolute; z-index: -3; inset: 0; opacity: .65; background-image: linear-gradient(rgba(35,134,132,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(35,134,132,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 88%); pointer-events: none; }
.hero-pointer { position: absolute; z-index: -1; inset: 0; background: radial-gradient(420px circle at var(--pointer-x) var(--pointer-y), rgba(255,255,255,.94), rgba(156,242,220,.09) 44%, transparent 72%); pointer-events: none; }
.hero-aurora { position: absolute; z-index: -2; border-radius: 50%; pointer-events: none; }
.hero-aurora--green { top: -210px; left: -170px; width: 610px; height: 610px; background: radial-gradient(circle, rgba(182,255,74,.28), transparent 67%); }
.hero-aurora--blue { right: -180px; bottom: -210px; width: 680px; height: 680px; background: radial-gradient(circle, rgba(63,157,255,.2), transparent 68%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 14px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; padding: 7px 11px; color: #668086; border: 1px solid rgba(42,150,142,.12); border-radius: 999px; background: rgba(255,255,255,.62); box-shadow: 0 8px 22px rgba(43,117,116,.06); font-size: 9px; font-style: normal; letter-spacing: .085em; text-transform: uppercase; backdrop-filter: blur(10px); }
.eyebrow > span:not(.eyebrow-pulse) { width: auto; height: auto; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.eyebrow strong { color: #244d50; font-weight: 800; }
.eyebrow i { color: #acd0c8; font-style: normal; }
.eyebrow .eyebrow-pulse { position: relative; width: 7px; height: 7px; border: 0; border-radius: 50%; background: #59d88d; box-shadow: 0 0 0 4px rgba(89,216,141,.13); }
.eyebrow-pulse::after { content: ""; position: absolute; inset: -4px; border: 1px solid rgba(89,216,141,.5); border-radius: 50%; animation: hero-pulse 2s ease-out infinite; }
.hero h1 { max-width: 700px; margin: 0; color: #102f3a; font-size: clamp(52px, 5.3vw, 80px); line-height: .99; letter-spacing: -.065em; }
.hero h1 em { display: inline-block; min-width: 5ch; color: transparent; font-style: normal; white-space: nowrap; background: linear-gradient(90deg, #68d779, #27cbb7 54%, #318fe9); background-clip: text; -webkit-background-clip: text; transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease; }
.hero h1 em.is-changing { opacity: 0; transform: translateY(8px); filter: blur(5px); }
.hero-content > p { max-width: 590px; margin: 27px 0 32px; color: #657b81; font-size: clamp(15px, 1.45vw, 18px); line-height: 1.75; }
.hero-buttons { display: flex; align-items: center; gap: 22px; }
.primary-cta { display: inline-flex; align-items: center; gap: 0; min-height: 58px; padding: 5px 6px 5px 22px; color: #123826; border: 1px solid rgba(70,183,107,.13); border-radius: 16px; background: linear-gradient(125deg, #c9ff72, #92efa4); box-shadow: 0 14px 30px rgba(94,205,122,.2), inset 0 1px 0 rgba(255,255,255,.72); font-size: 13px; font-weight: 800; transition: transform 180ms ease, box-shadow 180ms ease; }
.primary-cta .cta-label { margin-right: 17px; font-size: 13px; }
.primary-cta .cta-icon { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; border-radius: 12px; background: #153d36; font-size: 18px; transition: transform 200ms ease; }
.primary-cta:hover { transform: translateY(-3px); box-shadow: 0 19px 38px rgba(81,194,111,.27); }
.primary-cta:hover .cta-icon { transform: rotate(8deg); }
.text-cta { display: inline-flex; align-items: center; gap: 10px; color: #557078; font-size: 12px; font-weight: 800; }
.text-cta .play-icon { display: grid; place-items: center; width: 30px; height: 30px; margin-left: 0; padding-left: 2px; color: #2b9989; border: 1px solid rgba(43,153,137,.18); border-radius: 50%; background: rgba(255,255,255,.7); font-size: 8px; transition: transform 180ms ease, background 180ms ease; }
.text-cta:hover .play-icon { margin-left: 0; transform: scale(1.08); background: #fff; }
.hero-proof { display: flex; align-items: center; gap: 18px; margin-top: 42px; }
.hero-proof > div { display: grid; gap: 2px; }
.hero-proof strong { color: #173b45; font-size: 14px; letter-spacing: -.02em; }
.hero-proof span { color: #83989b; font-size: 8px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-proof > i { width: 1px; height: 28px; background: rgba(38,108,110,.12); }

.hero-showcase { --rotate-x: 0deg; --rotate-y: 0deg; position: relative; z-index: 2; width: min(100%, 555px); margin-left: auto; transform: perspective(1100px) rotateX(var(--rotate-x)) rotateY(var(--rotate-y)); transform-style: preserve-3d; transition: transform 180ms ease-out; }
.showcase-orbit { position: absolute; inset: -35px; border: 1px dashed rgba(40,163,158,.17); border-radius: 50%; animation: orbit-spin 28s linear infinite; }
.showcase-orbit::before, .showcase-orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border: 3px solid #f5fbf8; border-radius: 50%; background: #72e39a; box-shadow: 0 5px 15px rgba(53,181,129,.25); }
.showcase-orbit::before { top: 9%; left: 22%; }.showcase-orbit::after { right: 7%; bottom: 24%; background: #54b8f2; }
.showcase-window { position: relative; overflow: hidden; border: 1px solid rgba(30,127,130,.13); border-radius: 25px; background: rgba(255,255,255,.88); box-shadow: 0 45px 95px rgba(38,118,121,.18), 0 10px 28px rgba(64,152,183,.09), inset 0 1px 0 #fff; backdrop-filter: blur(22px); transform: translateZ(20px); }
.showcase-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 52px; padding: 0 17px; border-bottom: 1px solid rgba(31,107,112,.08); background: rgba(243,250,248,.86); }
.browser-dots { display: flex; gap: 6px; }.browser-dots span { width: 7px; height: 7px; border-radius: 50%; background: #ff8585; }.browser-dots span:nth-child(2) { background: #ffd06a; }.browser-dots span:nth-child(3) { background: #70e39a; }
.address-bar { display: flex; align-items: center; gap: 7px; min-width: 150px; padding: 7px 13px; color: #809497; border: 1px solid rgba(32,111,114,.07); border-radius: 8px; background: rgba(255,255,255,.82); font-size: 8px; text-align: center; }
.secure-dot { width: 5px; height: 5px; border-radius: 50%; background: #61d98f; }
.toolbar-action { justify-self: end; color: #9cb0b2; font-size: 10px; letter-spacing: 2px; }
.showcase-screen { position: relative; height: 358px; margin: 12px; overflow: hidden; border: 1px solid rgba(34,126,128,.08); border-radius: 18px; background: linear-gradient(145deg, #f8fffb, #ecf8f6); }
.preview-nav { position: relative; z-index: 3; display: flex; align-items: center; height: 46px; padding: 0 18px; color: #19414a; }
.preview-logo { display: flex; align-items: center; gap: 6px; font-size: 9px; font-weight: 800; }.preview-logo span { width: 13px; height: 13px; border: 4px solid #173e48; border-right-color: #6cdb86; border-radius: 50%; }
.preview-links { display: flex; gap: 9px; margin: auto; }.preview-links i { width: 22px; height: 3px; border-radius: 2px; background: #d1e4e0; }.preview-links i:nth-child(2) { width: 17px; }
.preview-nav b { padding: 6px 9px; color: #194035; border-radius: 6px; background: #b9fa75; font-size: 7px; }
.preview-scene { position: absolute; inset: 46px 0 0; opacity: 0; visibility: hidden; transform: translateY(10px) scale(.985); transition: opacity 300ms ease, transform 300ms ease, visibility 300ms; }
[data-preview-mode="design"] .preview-scene--design, [data-preview-mode="code"] .preview-scene--code, [data-preview-mode="result"] .preview-scene--result { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.preview-scene--design { padding: 42px 32px; }
.preview-kicker { color: #6e8e8c; font-size: 6px; font-weight: 800; letter-spacing: .18em; }
.preview-scene h2 { position: relative; z-index: 2; margin: 10px 0 8px; color: #143945; font-size: clamp(24px, 3vw, 38px); line-height: 1; letter-spacing: -.055em; }.preview-scene h2 em { color: #43c992; font-style: normal; }
.preview-scene--design p { color: #829694; font-size: 8px; }
.preview-button { display: inline-flex; align-items: center; gap: 16px; margin-top: 12px; padding: 9px 11px; color: #163e35; border-radius: 8px; background: #b9fa75; font-size: 7px; font-weight: 800; }
.preview-art { position: absolute; right: -35px; bottom: -38px; width: 230px; height: 230px; border-radius: 50%; background: conic-gradient(from 110deg, #b9fa75, #4bd1c5, #4e9be8, #b9fa75); opacity: .9; }
.preview-art::after { content: ""; position: absolute; inset: 22px; border-radius: 50%; background: #f6fdfa; }
.preview-art i { position: absolute; z-index: 1; border-radius: 50%; background: rgba(255,255,255,.68); }.preview-art i:first-child { width: 58px; height: 58px; top: 28px; left: 36px; }.preview-art i:nth-child(2) { width: 30px; height: 30px; top: 84px; left: 88px; }.preview-art i:last-child { width: 18px; height: 18px; top: 39px; left: 119px; }
.preview-scene--code { padding: 52px 34px; background: #112c35; font: 500 10px/2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-line { display: grid; grid-template-columns: 25px 1fr; }.code-line b { color: #526f76; font-weight: 500; }.code-line span { color: #c8dcdf; }.code-line i { color: #64d6cc; font-style: normal; }.code-line em { color: #b9fa75; font-style: normal; }.code-line strong { color: #60aef3; }
.code-status { position: absolute; right: 25px; bottom: 22px; padding: 8px 11px; color: #b5ced0; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; background: rgba(255,255,255,.05); font-size: 7px; }.code-status span { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #78e395; box-shadow: 0 0 8px #78e395; }
.preview-scene--result { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 25px; padding: 38px; background: linear-gradient(135deg, #f6fffa, #eef8ff); }
.result-ring { position: relative; display: grid; place-content: center; width: 145px; height: 145px; border-radius: 50%; background: conic-gradient(#64dd8a 0 70%, #43bfe0 70% 98%, #e2efec 98%); }.result-ring::before { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: #f8fffc; }.result-ring strong, .result-ring span { position: relative; z-index: 1; text-align: center; }.result-ring strong { color: #153c46; font-size: 35px; letter-spacing: -.05em; }.result-ring span { color: #75908f; font-size: 7px; text-transform: uppercase; }
.result-list { display: grid; gap: 9px; }.result-list div { display: flex; align-items: center; justify-content: space-between; padding: 12px; border: 1px solid rgba(37,126,129,.08); border-radius: 10px; background: rgba(255,255,255,.72); }.result-list span { color: #7a9293; font-size: 7px; }.result-list strong { color: #1b5152; font-size: 10px; }
.showcase-modes { display: flex; gap: 5px; padding: 0 12px 12px; }.showcase-modes button { flex: 1; padding: 10px; color: #7b9194; border: 1px solid transparent; border-radius: 10px; background: transparent; font-size: 8px; font-weight: 800; cursor: pointer; transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease; }.showcase-modes button span { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: #c4d8d5; }.showcase-modes button.is-active { color: #17423f; border-color: rgba(36,135,130,.08); background: #f2f9f7; box-shadow: inset 0 1px 0 #fff; }.showcase-modes button.is-active span { background: #61d98f; box-shadow: 0 0 0 3px rgba(97,217,143,.12); }
.showcase-modes button:focus-visible { outline: 2px solid #43c992; outline-offset: 2px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(32,127,128,.11); border-radius: 13px; background: rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(31,109,112,.14); backdrop-filter: blur(14px); transform: translateZ(55px); animation: card-float 4.8s ease-in-out infinite; }
.floating-card small, .floating-card strong { display: block; }.floating-card small { margin-bottom: 2px; color: #849a9b; font-size: 6px; font-weight: 700; text-transform: uppercase; }.floating-card strong { color: #1b444a; font-size: 9px; }
.floating-card--speed { top: 84px; right: -33px; }.floating-card--live { bottom: 56px; left: -42px; animation-delay: -2.1s; }
.speed-gauge { position: relative; width: 31px; height: 31px; border-radius: 50%; background: conic-gradient(#64dc8a 0 98%, #dcebe8 98%); }.speed-gauge::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #fff; }.speed-gauge i { position: absolute; z-index: 1; top: 8px; left: 14px; width: 3px; height: 9px; border-radius: 2px; background: #2c8e74; transform: rotate(28deg); transform-origin: bottom; }
.live-dot { width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: #62dc8d; box-shadow: 0 0 0 4px rgba(98,220,141,.14); }
.hero-footer { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--max-width))/2)); bottom: 35px; left: max(24px, calc((100vw - var(--max-width))/2)); display: flex; align-items: center; justify-content: space-between; color: #8ba09f; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-footer div { display: flex; align-items: center; gap: 9px; }.hero-footer b { color: #3cc48f; font-size: 7px; }.hero-footer i { width: 30px; height: 1px; background: linear-gradient(90deg, #b9d3cf, transparent); }
.placeholder-section h1 { margin: 8px 0; color: #85a4a3; font-size: clamp(48px, 8vw, 100px); letter-spacing: -.06em; }

@keyframes hero-pulse { 0% { opacity: .8; transform: scale(.7); } 100% { opacity: 0; transform: scale(1.8); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes card-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -7px; } }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 34px; }
  .hero h1 { font-size: clamp(48px, 5.5vw, 65px); }
  .floating-card--speed { right: -10px; }
  .floating-card--live { left: -18px; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; align-content: start; gap: 65px; min-height: auto; padding: 145px 30px 110px; }
  .hero-content { max-width: 720px; }
  .hero h1 { font-size: clamp(54px, 10vw, 78px); }
  .hero-showcase { width: min(94%, 620px); margin: 0 auto; }
  .hero-footer { display: none; }
}

@media (max-width: 560px) {
  .hero { min-height: auto; gap: 54px; padding: 128px 19px 76px; }
  .eyebrow { gap: 7px; margin-bottom: 21px; font-size: 7px; }
  .eyebrow i, .eyebrow > span:last-child { display: none; }
  .hero h1 { font-size: clamp(43px, 13.5vw, 61px); }
  .hero h1 em { white-space: normal; }
  .hero-content > p { margin-block: 23px 27px; font-size: 14px; }
  .hero-buttons { align-items: stretch; flex-direction: column; gap: 14px; }
  .primary-cta { width: 100%; justify-content: space-between; }
  .text-cta { justify-content: center; }
  .hero-proof { justify-content: space-between; gap: 8px; margin-top: 34px; }
  .hero-proof > i { height: 24px; }
  .hero-proof strong { font-size: 12px; }
  .hero-proof span { max-width: 82px; font-size: 6px; }
  .hero-showcase { width: 100%; }
  .showcase-orbit { inset: -18px; }
  .showcase-window { border-radius: 20px; }
  .showcase-toolbar { height: 45px; }
  .address-bar { min-width: 120px; }
  .showcase-screen { height: 285px; margin: 8px; }
  .preview-nav { height: 40px; padding-inline: 13px; }
  .preview-scene { top: 40px; }
  .preview-scene--design { padding: 30px 21px; }
  .preview-scene h2 { font-size: 28px; }
  .preview-art { right: -55px; width: 190px; height: 190px; }
  .preview-scene--code { padding: 38px 18px; font-size: 8px; }
  .preview-scene--result { gap: 14px; padding: 24px 18px; }
  .result-ring { width: 105px; height: 105px; }
  .result-ring strong { font-size: 27px; }
  .result-list div { padding: 9px; }
  .floating-card--speed { top: 70px; right: -7px; }
  .floating-card--live { bottom: 47px; left: -7px; }
  .floating-card { padding: 8px 10px; }
  .speed-gauge { width: 26px; height: 26px; }
}
