:root {
  --bg: #030914;
  --bg-soft: #061322;
  --panel: rgba(7, 24, 43, .72);
  --line: rgba(84, 230, 255, .2);
  --cyan: #00b8ff;
  --cyan-light: #54e6ff;
  --text: #f5fbff;
  --muted: #a8bac9;
  --shell: min(1180px, calc(100% - 40px));
  --radius: 18px;
  --shadow: 0 22px 70px rgba(0, 184, 255, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.site-shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 10000; background: var(--cyan); color: #00111c; padding: 12px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 78px; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(3, 9, 20, .68); backdrop-filter: blur(16px); transition: background .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { background: rgba(3, 9, 20, .94); box-shadow: 0 8px 28px rgba(0,0,0,.28); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { border-radius: 50%; object-fit: cover; box-shadow: 0 0 25px rgba(0, 184, 255, .22); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 17px; letter-spacing: .09em; }
.brand-copy strong span { color: var(--cyan-light); }
.brand-copy small { margin-top: 6px; color: #d4e4ed; font-size: 7px; letter-spacing: .23em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-left: auto; }
.site-nav a, .footer-nav a { color: #dbe8f0; font-size: 14px; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .footer-nav a:hover { color: var(--cyan-light); }
.header-cta { flex: 0 0 auto; padding: 11px 18px; border: 1px solid rgba(0,184,255,.72); border-radius: 10px; color: var(--cyan-light); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; box-shadow: inset 0 0 18px rgba(0,184,255,.08), 0 0 22px rgba(0,184,255,.12); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: rgba(7,24,43,.85); }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--cyan-light); }

.hero { position: relative; min-height: 750px; display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #020710 0%, rgba(2,7,16,.96) 28%, rgba(2,7,16,.52) 60%, rgba(2,7,16,.22) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 22%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(rgba(84,230,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(84,230,255,.14) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-inner { padding-top: 105px; }
.eyebrow { margin: 0 0 16px; color: var(--cyan-light); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--cyan-light); box-shadow: 0 0 13px var(--cyan); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(54px, 6.1vw, 88px); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { color: var(--cyan); font-style: normal; text-shadow: 0 0 32px rgba(0,184,255,.3); }
.hero-lead { max-width: 610px; margin: 26px 0 0; color: #d1e0e9; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .035em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(100deg, var(--cyan), var(--cyan-light)); color: #00121d; box-shadow: 0 8px 28px rgba(0,184,255,.28); }
.button-primary:hover { box-shadow: 0 12px 36px rgba(0,184,255,.4); }
.button-ghost { border-color: rgba(255,255,255,.5); background: rgba(2,7,16,.42); color: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.trust-row span { color: var(--cyan-light); }

.metrics { position: relative; z-index: 2; margin-top: -66px; }
.metrics-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(4,16,28,.88); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.metrics article { display: flex; gap: 18px; padding: 30px; }
.metrics article + article { border-left: 1px solid var(--line); }
.metrics strong { color: rgba(84,230,255,.42); font-size: 26px; }
.metrics h2 { margin: 0 0 5px; font-size: 17px; text-transform: uppercase; }
.metrics p { margin: 0; color: var(--muted); font-size: 14px; }

.section { padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section h2 { margin: 0; max-width: 760px; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { max-width: 380px; margin: 0; color: var(--muted); }
.process-section { background: radial-gradient(circle at 50% 0%, rgba(0,184,255,.08), transparent 45%); }
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-grid li { position: relative; min-height: 222px; padding: 24px 20px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(8,29,50,.76), rgba(4,13,24,.5)); }
.process-grid li:not(:last-child)::after { content: "→"; position: absolute; top: 32px; right: -12px; z-index: 2; color: var(--cyan); }
.process-grid span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 34px; border-radius: 50%; background: rgba(0,184,255,.12); color: var(--cyan-light); font-weight: 900; box-shadow: inset 0 0 0 1px rgba(84,230,255,.42), 0 0 20px rgba(0,184,255,.16); }
.process-grid h3 { margin: 0 0 10px; font-size: 16px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.capability-section { border-block: 1px solid rgba(84,230,255,.08); background: linear-gradient(180deg, #030914, #04111f); }
.capability-grid { display: grid; grid-template-columns: 1.1fr 1.25fr .7fr; gap: 34px; align-items: center; }
.capability-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.capability-copy blockquote { margin: 30px 0 0; padding: 18px 20px; border: 1px solid var(--line); border-left: 3px solid var(--cyan); border-radius: 10px; background: rgba(0,184,255,.045); font-weight: 700; }
.terminal-card { overflow: hidden; padding: 14px; border: 1px solid rgba(84,230,255,.38); border-radius: 14px; background: #03101c; box-shadow: 0 24px 60px rgba(0,0,0,.38), 0 0 40px rgba(0,184,255,.08); transform: perspective(1000px) rotateY(-5deg); }
.terminal-top { display: flex; align-items: center; gap: 7px; height: 30px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.terminal-top span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); opacity: .65; }
.terminal-top b { margin-left: auto; font-weight: 600; }
.chart-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.chart-grid > div { min-height: 120px; padding: 12px; border: 1px solid rgba(84,230,255,.13); background: #040d17; }
.chart-grid small { color: #d6e9f2; font-size: 9px; }
.chart { position: relative; display: block; height: 78px; margin-top: 8px; background: linear-gradient(180deg, transparent 48%, rgba(84,230,255,.08) 49%, transparent 50%), linear-gradient(90deg, transparent 48%, rgba(84,230,255,.08) 49%, transparent 50%); background-size: 100% 24px, 35px 100%; overflow: hidden; }
.chart::after { content: ""; position: absolute; inset: 13px -15px 10px; border-top: 2px solid var(--cyan); transform: skewY(-12deg); filter: drop-shadow(0 0 6px var(--cyan)); }
.chart-b::after { transform: skewY(8deg); }
.chart-c::after { transform: skewY(-5deg); top: 30px; }
.chart-d::after { transform: skewY(-17deg); top: 25px; }
.feature-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.feature-list li > span { width: 38px; color: var(--cyan-light); font-size: 26px; }
.feature-list div { display: grid; }
.feature-list strong { font-size: 12px; text-transform: uppercase; }
.feature-list small { color: var(--muted); }

.offer-section { background: radial-gradient(circle at 80% 50%, rgba(0,184,255,.13), transparent 38%); }
.offer-card { display: grid; grid-template-columns: 1fr .9fr; overflow: hidden; min-height: 560px; border: 1px solid rgba(84,230,255,.32); border-radius: 24px; background: linear-gradient(120deg, rgba(8,29,50,.9), rgba(3,9,20,.98)); box-shadow: var(--shadow); }
.offer-card > div { padding: 56px; }
.offer-card h2 { font-size: clamp(34px, 4.2vw, 55px); }
.price { margin: 16px 0 20px; color: var(--cyan-light); font-size: clamp(64px, 8vw, 96px); font-weight: 900; line-height: 1; letter-spacing: -.06em; text-shadow: 0 0 30px rgba(0,184,255,.2); }
.price small { margin-right: 10px; font-size: 26px; letter-spacing: 0; }
.check-list { display: grid; gap: 8px; margin: 0 0 30px; padding: 0; list-style: none; color: #d7e4eb; }
.check-list li::before { content: "✓"; margin-right: 10px; color: var(--cyan-light); font-weight: 900; }
.button-wide { width: min(100%, 470px); }
.automation-art { position: relative; display: grid; place-items: center; isolation: isolate; overflow: hidden; border-left: 1px solid var(--line); background: radial-gradient(circle, rgba(0,184,255,.2), transparent 53%), linear-gradient(rgba(0,184,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,184,255,.06) 1px, transparent 1px); background-size: auto, 38px 38px, 38px 38px; }
.automation-art p { position: relative; z-index: 2; color: #d9edf7; font-size: clamp(30px,4vw,52px); font-weight: 300; line-height: 1.35; letter-spacing: .16em; }
.automation-art strong { color: var(--cyan-light); }
.orb { position: absolute; width: 390px; height: 390px; border: 1px solid rgba(84,230,255,.3); border-radius: 50%; box-shadow: inset 0 0 70px rgba(0,184,255,.08), 0 0 55px rgba(0,184,255,.12); }
.orb span { position: absolute; inset: 13%; border: 1px solid rgba(84,230,255,.2); border-radius: 50%; transform: rotate(36deg); }
.orb span:nth-child(2) { transform: rotate(96deg) scaleX(.45); }
.orb span:nth-child(3) { transform: rotate(-25deg) scaleY(.48); }

.faq-section { padding-top: 40px; }
.narrow { max-width: 850px; }
.faq-section > .site-shell > h2 { margin-bottom: 32px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 22px 4px; font-weight: 750; list-style: none; }
summary::after { content: "+"; float: right; color: var(--cyan-light); font-size: 22px; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 4px 22px; color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); background: #020711; }
.footer-main { min-height: 190px; display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: center; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-motto { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.footer-motto span { color: var(--cyan-light); }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0 28px; border-top: 1px solid rgba(84,230,255,.1); color: #748a99; font-size: 11px; }
.footer-legal p { margin: 0; }

.content-page { min-height: 70vh; padding-top: 130px; padding-bottom: 90px; }
.content-card { padding: clamp(24px,5vw,58px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(7,24,43,.52); box-shadow: var(--shadow); }
.content-card > h1 { margin: 0 0 32px; font-size: clamp(36px,5vw,62px); line-height: 1.05; }
.entry-content { color: #d5e3eb; }
.entry-content a { color: var(--cyan-light); text-decoration: underline; }
.woo-heading { margin-bottom: 34px; }
.woo-heading h1 { margin: 0; font-size: clamp(38px,5vw,64px); line-height: 1; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb, .woocommerce-result-count { color: var(--muted); }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(3,13,24,.7); }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce div.product .product_title { color: var(--text); }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price { color: var(--cyan-light); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 9px; background: var(--cyan); color: #00121d; font-weight: 800; }
.woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon { border-color: var(--line); border-radius: 14px; }
.woocommerce input.input-text, .woocommerce textarea, .woocommerce select { min-height: 46px; padding: 10px 12px; border: 1px solid rgba(84,230,255,.3); border-radius: 8px; background: #04101d; color: var(--text); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--cyan); background: #07182b; color: var(--text); }

@media (max-width: 1050px) {
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 12px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .feature-list { grid-column: 1 / -1; grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 680px); }
  body.admin-bar .site-header { top: 46px; }
  .site-header { height: 70px; }
  .brand-copy strong { font-size: 14px; }
  .brand img { width: 44px; height: 44px; }
  .menu-toggle { display: block; order: 3; }
  .header-cta { margin-left: auto; padding: 9px 12px; font-size: 11px; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: none; align-items: stretch; gap: 0; padding: 12px 18px 24px; border-bottom: 1px solid var(--line); background: rgba(3,9,20,.98); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 13px 8px; border-bottom: 1px solid rgba(84,230,255,.08); font-size: 14px; }
  .hero { min-height: 700px; align-items: end; }
  .hero-media { object-position: 66% center; opacity: .67; }
  .hero-overlay { background: linear-gradient(0deg, #020710 4%, rgba(2,7,16,.88) 50%, rgba(2,7,16,.4) 100%); }
  .hero-inner { padding-top: 130px; padding-bottom: 110px; }
  .hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-lead { font-size: 16px; }
  .metrics { margin-top: -50px; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metrics article { padding: 22px; }
  .metrics article + article { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 82px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:not(:last-child)::after { display: none; }
  .capability-grid { grid-template-columns: 1fr; }
  .terminal-card { transform: none; }
  .feature-list { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-card > div { padding: 38px 28px; }
  .automation-art { min-height: 330px; border-top: 1px solid var(--line); border-left: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding: 48px 0; }
  .footer-legal { flex-direction: column; }
}

@media (max-width: 520px) {
  body.admin-bar .site-header { top: 0; }
  #wpadminbar { display: none; }
  .brand-copy small { display: none; }
  .header-cta { display: none; }
  .hero { min-height: 670px; }
  .hero-inner { padding-bottom: 92px; }
  .hero h1 { font-size: clamp(42px, 14vw, 58px); }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; }
  .feature-list { grid-template-columns: 1fr; }
  .chart-grid { grid-template-columns: 1fr; }
  .offer-card > div { padding: 34px 22px; }
  .automation-art p { font-size: 28px; }
  .footer-nav { display: grid; }
}

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


@media (max-width: 520px) {
  .woo-shell .content-card { padding: 22px 18px; }
  .woocommerce ul.products[class*="columns-"] { display: block; }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    float: none;
    width: 100%;
    margin: 0;
  }
  .woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 10px;
  }
  .woocommerce ul.products li.product .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 16px;
    text-align: center;
  }
}
