:root {
  --navy: #061c42;
  --navy-2: #0b2b61;
  --blue: #1769e8;
  --cyan: #49b7ff;
  --yellow: #f7c914;
  --yellow-soft: #fff6c8;
  --yellow-deep: #dcae00;
  --ink: #13233d;
  --muted: #66758c;
  --line: #dfe7f1;
  --soft: #f5f8fc;
  --white: #fff;
  --green: #078844;
  --orange: #ff6b00;
  --shadow: 0 24px 70px rgba(18, 54, 102, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--yellow-soft); color: var(--navy); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(780px, calc(100% - 48px)); }
.site-header { position: sticky; z-index: 30; top: 0; height: 104px; border-bottom: 1px solid rgba(214, 225, 239, .8); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; padding: 3px; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(23,105,232,.14); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.brand strong { display: block; color: var(--navy); font-size: 19px; letter-spacing: .08em; }
.brand small { display: block; margin-top: 2px; color: var(--blue); font-size: 10px; letter-spacing: .3em; }
.logo-brand { width: 315px; height: 96px; overflow: hidden; }
.logo-brand > img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav > a { position: relative; flex-shrink: 0; color: #46566d; font-size: 17px; font-weight: 700; white-space: nowrap; }
.main-nav > .button { flex-shrink: 0; white-space: nowrap; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -12px; height: 2px; background: var(--blue); transition: .2s ease; }
.main-nav > a:hover, .main-nav > a.active { color: var(--blue); }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.home-header { position: absolute; left: 0; right: 0; width: 100%; color: #fff; border-bottom: 0; background: linear-gradient(180deg, rgba(2,15,36,.84), rgba(2,15,36,.22)); backdrop-filter: none; }
.home-header .main-nav > a { color: #d5e1f1; }
.home-header .main-nav > a:hover, .home-header .main-nav > a.active { color: #fff; }
.home-header .logo-brand { filter: drop-shadow(0 8px 22px rgba(0,0,0,.28)); }
.home-header .nav-shell { width: min(1480px, calc(100% - 64px)); }
.home-header .main-nav { justify-content: flex-end; margin-left: auto; gap: clamp(28px, 3vw, 58px); }
.home-header .logo-brand { width: 270px; height: 84px; flex-shrink: 0; margin-right: clamp(48px, 6vw, 110px); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--soft); }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--navy); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(23,105,232,.3); outline-offset: 3px; }
.button.small { min-height: 40px; padding: 0 18px; }
.button.large { min-height: 54px; padding: 0 26px; }
.button.primary { color: #fff; background: linear-gradient(135deg, #1b73f2, #0e58ce); box-shadow: 0 13px 30px rgba(23,105,232,.26), inset 0 -2px 0 rgba(247,201,20,.52); }
.button.ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.button.pale { color: var(--blue); background: #eaf2ff; }
.button.dark { color: #fff; background: var(--navy); }
.button.white { color: var(--navy); background: #fff; box-shadow: 0 12px 30px rgba(2,18,44,.22); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.hero .eyebrow::before, .cta-card .eyebrow::before, .dark-section .eyebrow::before { background: var(--yellow); box-shadow: 0 0 12px rgba(247,201,20,.45); }
.eyebrow.light { color: #8ed0ff; }
.hero { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 18%, rgba(247,201,20,.13), transparent 18%), radial-gradient(circle at 73% 35%, rgba(34,121,242,.32), transparent 25%), linear-gradient(135deg, #041631 0%, #072759 58%, #0a4a9a 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(circle at 72% 45%, #000, transparent 65%); }
.hero-inner { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; }
.hero-copy h1 { margin: 24px 0; font-size: clamp(46px, 5vw, 72px); line-height: 1.08; letter-spacing: -.045em; }
.hero-copy h1 em { color: #7ec9ff; font-style: normal; }
.hero-copy h1 em::after { content: ""; display: inline-block; width: 12px; height: 12px; margin-left: 10px; border-radius: 3px; background: var(--yellow); box-shadow: 0 0 22px rgba(247,201,20,.55); transform: translateY(-6px) rotate(12deg); }
.hero-copy > p { max-width: 620px; color: #c6d8f2; font-size: 19px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 42px; color: #a9c3e5; font-size: 13px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 14px rgba(247,201,20,.75); }
.hero-visual { position: relative; height: 590px; }
.bee-stage { position: absolute; top: 80px; left: 50%; width: 330px; height: 330px; padding: 14px; transform: translateX(-50%); overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 42% 58% 52% 48% / 46% 38% 62% 54%; background: rgba(255,255,255,.92); box-shadow: 0 50px 100px rgba(0,0,0,.25); animation: float 6s ease-in-out infinite; }
.bee-stage img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.orbit { position: absolute; left: 50%; top: 48%; border: 1px solid rgba(132,205,255,.34); border-radius: 50%; transform: translate(-50%,-50%) rotate(-20deg); }
.orbit::after { content: ""; position: absolute; top: 20%; left: 5%; width: 10px; height: 10px; border-radius: 50%; background: #71c7ff; box-shadow: 0 0 24px #71c7ff; }
.orbit-a { width: 530px; height: 330px; }
.orbit-b { width: 430px; height: 520px; transform: translate(-50%,-50%) rotate(58deg); }
.signal-card { position: absolute; min-width: 136px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(6,28,66,.72); box-shadow: 0 18px 40px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.signal-card b { display: block; color: var(--yellow); font-size: 21px; }
.signal-card span { display: block; margin-top: 3px; color: #a8c5e8; font-size: 11px; }
.signal-one { top: 105px; left: 0; }.signal-two { right: 0; top: 250px; }.signal-three { left: 52px; bottom: 76px; }
@keyframes float { 0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-14px)} }
.hero-v2 { min-height: 1000px; padding-top: 104px; background-color: #03152f; background-image: linear-gradient(90deg, rgba(2,17,42,.97) 0%, rgba(2,21,51,.88) 36%, rgba(3,28,65,.3) 64%, rgba(2,16,38,.15) 100%), url('/assets/hero-bee-v1.webp'); background-repeat: no-repeat; background-position: center, center 48%; background-size: cover, cover; }
.hero-v2 .hero-grid { z-index: 1; opacity: .12; mask-image: linear-gradient(90deg, #000, transparent 54%); }
.hero-v2 .hero-inner { z-index: 2; min-height: 690px; padding-top: 30px; grid-template-columns: .92fr 1.08fr; }
.hero-v2 .hero-copy { align-self: center; padding-bottom: 30px; }
.hero-v2 .hero-copy h1 { max-width: 760px; margin: 26px 0 24px; font-size: clamp(56px, 5.2vw, 78px); line-height: 1.08; }
.hero-v2 .hero-copy > p { max-width: 690px; color: #c2d2e7; }
.hero-v2 .hero-actions .primary { background: linear-gradient(135deg, #1769e8, #53a2ff); }
.hero-v2 .hero-visual { height: 650px; }
.hero-v2 .signal-card { min-width: 208px; padding: 16px 18px; display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; color: #fff; border-color: rgba(98,165,255,.3); background: rgba(4,25,58,.84); box-shadow: 0 18px 44px rgba(0,0,0,.28); }
.hero-v2 .signal-icon { grid-row: 1 / span 2; display: grid; width: 42px; height: 42px; padding: 6px; place-items: center; overflow: hidden; border: 1px solid rgba(91,163,255,.38); border-radius: 11px; background: linear-gradient(145deg, #eaf4ff, #a8d0ff); box-shadow: inset 0 0 16px rgba(255,255,255,.7), 0 6px 16px rgba(0,0,0,.18); }
.hero-v2 .signal-icon img { width: 100%; height: 100%; object-fit: contain; }
.hero-v2 .signal-card b { color: var(--yellow); font-size: 17px; }
.hero-v2 .signal-card span { color: #91a9c7; font-size: 11px; }
.hero-v2 .signal-one { top: 135px; left: -8px; }
.hero-v2 .signal-two { top: 350px; right: -24px; }
.hero-v2 .signal-three { left: 120px; bottom: 50px; }
.hero-metrics { position: relative; z-index: 3; min-height: 166px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; padding: 26px 34px; border: 1px solid rgba(95,157,236,.28); border-radius: 24px; background: rgba(3,25,58,.88); box-shadow: 0 28px 80px rgba(0,0,0,.26); backdrop-filter: blur(14px); }
.hero-metrics > div { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 8px 28px; border-right: 1px solid rgba(145,181,228,.24); }
.hero-metrics > div:last-child { border-right: 0; }
.metric-icon { position: relative; flex: 0 0 55px; width: 55px; height: 55px; border: 1px solid rgba(92,166,255,.4); border-radius: 50%; background: radial-gradient(circle at 40% 35%, #2e80e8, #082b62 70%); box-shadow: inset 0 0 20px rgba(83,169,255,.22), 0 8px 24px rgba(0,0,0,.24); }
.metric-icon::before, .metric-icon::after { content: ""; position: absolute; border: 2px solid #88c7ff; }
.metric-icon::before { inset: 15px; border-radius: 50%; }
.metric-icon::after { left: 24px; top: 10px; width: 7px; height: 31px; border-top: 0; border-bottom: 0; transform: rotate(45deg); }
.hero-metrics p { margin: 0; }
.hero-metrics strong { display: block; color: #fff; font-size: 36px; line-height: 1; letter-spacing: -.03em; }
.hero-metrics small { display: block; margin-top: 9px; color: #9eb3ce; font-size: 13px; }
.section { padding: 112px 0; }
.section-head { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 44px; }
.section-head h2, .split h2, .detail-grid h2 { margin: 14px 0 0; max-width: 700px; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.2; letter-spacing: -.03em; }
.section-head > p { max-width: 410px; margin: 0; color: var(--muted); line-height: 1.85; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.product-system .container { width: min(1680px, calc(100% - 64px)); }
.product-system .product-grid { gap: 26px; }
.product-card { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 20px 60px rgba(10,45,90,.08); }
.product-card:nth-child(1), .product-card:nth-child(2) { grid-column: span 6; }
.product-card:nth-child(3) { grid-column: span 12; min-height: 500px; }
.product-card-copy { position: relative; z-index: 2; width: 50%; padding: 42px; }
.product-card-copy > span { color: var(--yellow-deep); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.product-card-copy h3 { margin: 12px 0; font-size: 30px; }
.product-card-copy h3 .product-title-link { color: var(--navy); font-size: inherit; font-weight: inherit; }
.product-card-copy h3 .product-title-link:hover { color: var(--blue); }
.product-card-copy h3 .product-title-link::after { content: "↗"; margin-left: 8px; color: var(--yellow-deep); font-size: 15px; vertical-align: top; opacity: 0; transform: translate(-4px,4px); transition: .18s ease; }
.product-card-copy h3 .product-title-link:hover::after { opacity: 1; transform: translate(0,0); }
.product-card-copy p { margin: 0 0 26px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.product-card-copy a { color: var(--blue); font-size: 14px; font-weight: 800; }
.product-card-copy a b { margin-left: 8px; }
.product-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.product-links .official-link { color: var(--yellow-deep); }
.site-pending { color: #8a96a7; font-size: 13px; font-weight: 700; }
.site-button { color: var(--navy); border-color: #e7bd19; background: var(--yellow); box-shadow: 0 10px 24px rgba(220,174,0,.18); }
.hero-actions .site-pending.button { display: inline-flex; color: #7d899a; background: #edf1f6; }
.product-shot { position: absolute; right: 0; bottom: -3%; width: 55%; height: 62%; overflow: hidden; border: 9px solid #fff; border-radius: 20px 0 0 0; box-shadow: 0 15px 50px rgba(0,0,0,.18); background: #fff; }
.product-shot img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.product-card.orange { background: linear-gradient(145deg, #fff8f1, #fff); }
.product-card.green { background: linear-gradient(145deg, #f2fbf5, #fff); }
.product-card.blue { background: linear-gradient(145deg, #f2f7ff, #fff); }
.product-card:nth-child(3) .product-card-copy { width: 37%; }
.product-card:nth-child(3) .product-shot { width: 61%; height: 84%; }
.dark-section { color: #fff; background: linear-gradient(135deg, #061a3c, #0b326d); }
.pricing-section { background: linear-gradient(180deg, #f6f9fe, #fff); }
.pricing-hero { padding-bottom: 90px; }
.comparison-section { padding-top: 40px; background: #fff; }
.comparison-container { width: min(1680px, calc(100% - 64px)); }
.comparison-scroll { overflow-x: auto; border: 1px solid #dbe5f2; border-radius: 20px; background: #fff; box-shadow: 0 18px 55px rgba(15,55,105,.08); }
.comparison-table { width: 100%; min-width: 1060px; border-collapse: separate; border-spacing: 0; text-align: center; }
.comparison-table th, .comparison-table td { padding: 18px 20px; border-right: 1px solid #e5ebf3; border-bottom: 1px solid #e5ebf3; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table thead th { position: sticky; top: 0; z-index: 2; color: var(--navy); background: #f4f8fd; font-size: 16px; line-height: 1.7; }
.comparison-table thead th:first-child { left: 0; z-index: 4; width: 240px; text-align: left; }
.comparison-table thead strong { display: block; margin-top: 4px; color: var(--blue); font-size: 22px; }
.comparison-table thead .recommended { color: #fff; background: linear-gradient(135deg, #0d62d5, #082e6d); }
.comparison-table thead .recommended strong { color: var(--yellow); }
.comparison-table thead .recommended span { display: inline-block; margin-top: 8px; padding: 4px 9px; border-radius: 999px; color: var(--navy); background: var(--yellow); font-size: 10px; }
.comparison-table tbody th { position: sticky; left: 0; z-index: 1; color: var(--navy); background: #fff; text-align: left; font-size: 14px; }
.comparison-table tbody td { color: #50627a; font-size: 13px; line-height: 1.6; }
.comparison-table tbody td.recommended { color: #174a8b; background: #f0f6ff; font-weight: 700; }
.comparison-table tbody tr:hover th, .comparison-table tbody tr:hover td { background: #fff9df; }
.comparison-note { display: grid; grid-template-columns: 80px 1fr; gap: 16px; margin-top: 20px; padding: 20px 24px; border-radius: 14px; background: #f3f7fc; }.comparison-note strong { color: var(--navy); }.comparison-note p { margin: 0; color: var(--muted); line-height: 1.7; }
.pricing-faq { margin-top: 70px; }.pricing-faq h2 { margin-bottom: 24px; color: var(--navy); font-size: 34px; }.pricing-faq details { border-top: 1px solid var(--line); }.pricing-faq details:last-child { border-bottom: 1px solid var(--line); }.pricing-faq summary { padding: 22px 4px; color: var(--navy); font-weight: 800; cursor: pointer; }.pricing-faq details p { margin: -6px 0 22px; color: var(--muted); line-height: 1.8; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.all-plans-exclusion { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: -12px 0 34px; padding: 17px 22px; border: 1px solid #e4c547; border-radius: 14px; color: #705a00; background: var(--yellow-soft); }
.all-plans-exclusion strong { color: var(--navy); }.all-plans-exclusion span { font-size: 13px; }
.price-card { position: relative; display: flex; min-height: 500px; flex-direction: column; padding: 36px; border: 1px solid #d9e5f4; border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(16,58,112,.07); }
.price-card.featured { color: #fff; border-color: #276ed1; background: linear-gradient(155deg, #0c65dd, #082c68); transform: translateY(-12px); box-shadow: 0 26px 70px rgba(9,69,151,.25); }
.price-tier { color: var(--yellow-deep); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.featured .price-tier { color: var(--yellow); }
.price-badge { position: absolute; top: 24px; right: 24px; padding: 7px 11px; border-radius: 999px; color: var(--navy); background: var(--yellow); font-size: 11px; font-weight: 800; }
.price-card h3 { margin: 25px 0 18px; color: var(--navy); }
.price-card h3 strong { font-size: 46px; letter-spacing: -.04em; }.price-card h3 small { color: var(--muted); font-size: 14px; font-weight: 500; }
.price-card.featured h3, .price-card.featured h3 small { color: #fff; }
.price-card > p { min-height: 80px; margin: 0; color: var(--muted); line-height: 1.8; }.price-card.featured > p { color: #c5dbf8; }
.price-card ul { flex: 1; margin: 24px 0 30px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }.price-card.featured ul { border-color: rgba(255,255,255,.18); }
.price-card li { position: relative; margin: 13px 0; padding-left: 20px; color: #465970; }.price-card.featured li { color: #e0ecfb; }
.price-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.price-common-note { margin: 0 0 16px; color: #8a7440; font-size: 12px; font-weight: 700; }.price-card.featured .price-common-note { color: #ffe97a; }
.pricing-notice { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; margin-top: 34px; padding: 36px 40px; border: 1px solid #e4d17b; border-radius: 20px; background: #fffaf0; }
.pricing-notice h3 { margin: 14px 0 10px; color: var(--navy); font-size: 24px; }.pricing-notice p { margin: 0; color: #6b6042; line-height: 1.8; }
.pricing-notice .upgrade-fee { margin-top: 14px; padding-top: 14px; border-top: 1px dashed #dfc970; }
.cost-tags { display: flex; flex-wrap: wrap; align-content: center; gap: 10px; }.cost-tags span { padding: 9px 13px; border: 1px solid #ead683; border-radius: 999px; color: #7f6500; background: #fff; font-size: 12px; font-weight: 700; }
.pricing-footnote { margin: 20px 5px 0; color: #7d8998; font-size: 12px; line-height: 1.7; }
.scope-boundary { display: grid; grid-template-columns: 150px 1fr; gap: 18px; margin-top: 22px; padding: 20px 24px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: #eef5ff; }.scope-boundary strong { color: var(--navy); }.scope-boundary p { margin: 0; color: #53667f; line-height: 1.7; }
.other-costs { margin-top: 28px; padding: 34px 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.other-costs-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 26px; }.other-costs-head h3 { margin: 12px 0 0; color: var(--navy); font-size: 26px; }.other-costs-head > p { max-width: 590px; margin: 0; color: var(--muted); line-height: 1.7; }
.other-cost-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.other-cost-grid article { padding: 22px; border: 1px solid #e2e9f3; border-radius: 15px; background: #f9fbfe; }.other-cost-grid h4 { margin: 0 0 10px; color: var(--navy); font-size: 16px; }.other-cost-grid p { min-height: 68px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.other-cost-grid span { display: inline-block; margin-top: 16px; color: var(--yellow-deep); font-size: 11px; font-weight: 800; }
.dark-section .split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.dark-section .split h2, .dark-section h2 { color: #fff; }
.advantage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.advantage-grid article { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.05); }
.advantage-grid article > span { color: var(--yellow); font-size: 12px; font-weight: 800; }
.advantage-grid h3 { margin: 28px 0 10px; font-size: 21px; }
.advantage-grid p { margin: 0; color: #a8c0df; font-size: 14px; line-height: 1.8; }
.text-link { color: var(--blue); font-weight: 800; }
.text-link span { margin-left: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-grid article { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .2s ease; }
.service-grid article:hover { transform: translateY(-5px); border-color: #a8cbff; box-shadow: var(--shadow); }
.service-index { color: var(--yellow-deep); font-size: 12px; font-weight: 800; }
.service-grid h3 { margin: 46px 0 10px; font-size: 22px; }
.service-grid p { margin: 0; color: var(--muted); line-height: 1.7; }
.story-section { padding-top: 30px; }
.story-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding: 64px; border: 1px solid #d7e6f8; border-radius: 30px; background: linear-gradient(145deg, #f5f9ff, #fff); }
.story-card h2 { margin: 15px 0; color: var(--navy); font-size: 48px; line-height: 1.15; }
.story-card p { color: var(--muted); line-height: 1.9; }
.story-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 30px; }
.quote-card { position: relative; padding: 42px; border-radius: 22px; color: #fff; background: var(--navy); }
.quote-card > span { color: var(--yellow); font-family: Georgia,serif; font-size: 80px; line-height: .7; }
.quote-card blockquote { margin: 30px 0; font-size: 25px; font-weight: 700; line-height: 1.6; }
.quote-card small { color: #92b0d5; }
.cta-section { padding: 50px 0 100px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 55px 62px; border: 1px solid rgba(247,201,20,.2); border-radius: 30px; color: #fff; background: radial-gradient(circle at 88% 20%, rgba(247,201,20,.16), transparent 18%), linear-gradient(135deg, #0b5ed7, #052c69); box-shadow: 0 24px 70px rgba(7,67,155,.28); }
.cta-card h2 { margin: 12px 0; max-width: 780px; font-size: clamp(30px,3.5vw,46px); line-height: 1.2; }
.cta-card p { margin: 0; color: #c4daf8; }
.site-footer { padding: 70px 0 28px; color: #b7c9e0; background: #04142f; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 50px; padding-bottom: 50px; }
.footer-brand strong { color: #fff; }
.footer-grid .footer-brand { display: inline-flex; width: 285px; height: 112px; margin: -22px 0 2px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.footer-grid .footer-brand > img { object-fit: cover; object-position: center 42%; }
.footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: 14px; }
.footer-grid p, .footer-grid a, .link-button { display: block; margin: 10px 0; color: #9db3cf; font-size: 13px; line-height: 1.7; }
.footer-grid a:hover, .link-button:hover { color: #fff; }
.link-button { padding: 0; border: 0; background: none; }
.legal { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.legal a { display: inline-flex; align-items: center; gap: 7px; }
.legal img { width: 18px; height: 18px; object-fit: contain; }
.service-dialog { width: min(760px, calc(100% - 32px)); padding: 0; overflow: visible; border: 0; border-radius: 28px; color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.36); }
.service-dialog::backdrop { background: rgba(3,14,34,.72); backdrop-filter: blur(8px); }
.service-dialog[open] { display: grid; grid-template-columns: 1.2fr .8fr; }
.dialog-copy { padding: 50px; }
.dialog-copy h2 { margin: 14px 0; color: var(--navy); font-size: 34px; }
.dialog-copy p, .dialog-copy li { color: var(--muted); line-height: 1.8; }
.dialog-copy ul { padding-left: 20px; }
.qr-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; border-radius: 0 28px 28px 0; background: #eef5ff; }
.qr-card img { width: 220px; padding: 10px; border-radius: 16px; background: #fff; }
.qr-card strong { margin-top: 18px; }.qr-card small { margin-top: 5px; color: var(--muted); }
.dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--muted); background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.1); font-size: 24px; }
.sub-hero { padding: 88px 0 100px; overflow: hidden; background: linear-gradient(135deg, #f2f7ff, #fff); }
.sub-hero.green { background: linear-gradient(135deg, #effbf3, #fff); }.sub-hero.orange { background: linear-gradient(135deg, #fff5ec, #fff); }
.sub-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 60px; }
.sub-hero h1, .page-hero h1 { margin: 20px 0; color: var(--navy); font-size: clamp(44px,5vw,66px); line-height: 1.15; letter-spacing: -.04em; }
.sub-hero p, .page-hero p { color: var(--muted); font-size: 18px; line-height: 1.9; }
.product-window { height: 430px; overflow: hidden; border: 12px solid #fff; border-radius: 22px; background: #fff; box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-6deg); }
.product-window img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.lead { color: var(--muted); font-size: 18px; line-height: 1.9; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-list article { padding: 25px; border: 1px solid var(--line); border-radius: 16px; }
.feature-list span { color: var(--yellow-deep); font-size: 11px; font-weight: 800; }.feature-list h3 { margin: 26px 0 0; font-size: 18px; }
.page-hero { padding: 110px 0; text-align: center; background: radial-gradient(circle at center top, #dceaff, #fff 58%); }
.page-hero p { max-width: 760px; margin: 0 auto 34px; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-detail-grid article { min-height: 250px; padding: 38px; border: 1px solid var(--line); border-radius: 22px; }
.service-detail-grid span, .big-number { color: var(--yellow-deep); font-size: 12px; font-weight: 800; }.service-detail-grid h2 { margin: 50px 0 12px; }.service-detail-grid p { color: var(--muted); line-height: 1.8; }
.process-section { background: var(--soft); }
.process-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--line); }
.process-row div { position: relative; padding: 34px 20px; background: #fff; }.process-row span { display: block; color: var(--blue); font-size: 11px; }.process-row strong { display: block; margin-top: 32px; }
.about-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.about-grid article { padding: 38px; border: 1px solid var(--line); border-radius: 22px; }.about-grid h2 { margin: 55px 0 12px; }.about-grid p { color: var(--muted); line-height: 1.8; }
.company-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.company-facts p { color: #b7cce7; }
.article-page { padding-top: 90px; }.article-header { text-align: center; }.article-header h1 { margin: 20px auto; max-width: 900px; color: var(--navy); font-size: clamp(46px,6vw,72px); line-height: 1.1; }.article-header > p { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 20px; line-height: 1.8; }.article-meta { display: flex; justify-content: center; gap: 20px; margin-top: 30px; color: #8290a3; font-size: 12px; }
.article-cover { margin-top: 60px; padding: 60px 0 0; background: var(--navy); }.article-cover img { max-height: 620px; width: 100%; object-fit: cover; object-position: top; border-radius: 24px 24px 0 0; }
.article-body { width: min(780px, calc(100% - 48px)); padding: 80px 0; }.article-body h2 { margin: 60px 0 18px; color: var(--navy); font-size: 30px; }.article-body p { color: #46566c; font-size: 17px; line-height: 2; }.article-body blockquote { margin: 50px 0; padding: 30px 36px; border-left: 4px solid var(--blue); color: var(--navy); background: #eff5ff; font-size: 24px; font-weight: 700; line-height: 1.7; }.source-note { margin-top: 70px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }.source-note p { font-size: 14px; }.source-note a { color: var(--blue); font-weight: 700; }
.simple-page { min-height: 65vh; padding: 110px 0; }.simple-page h1 { margin: 20px 0 50px; color: var(--navy); font-size: 52px; }.simple-page h2 { margin-top: 40px; }.simple-page p { color: var(--muted); line-height: 1.9; }.muted { margin-top: 60px; color: #99a6b8!important; font-size: 13px; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 104px; left: 20px; right: 20px; display: none; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .home-header .main-nav { color: var(--ink); border-color: rgba(120,174,244,.2); background: rgba(4,25,58,.97); }
  .home-header .main-nav > a { color: #d5e1f1; }
  .home-header .nav-shell { width: min(100% - 40px, 1180px); }
  .home-header .logo-brand { margin-right: 0; }
  .home-header .main-nav { margin-left: 0; gap: 8px; }
  .main-nav > a { padding: 8px; }
  .hero-inner, .sub-hero-grid, .detail-grid, .dark-section .split, .story-card, .company-facts { grid-template-columns: 1fr; }
  .hero { min-height: auto; }.hero-inner { padding: 90px 0 40px; }.hero-visual { height: 500px; }
  .hero-v2 { min-height: 1120px; padding-top: 104px; }
  .hero-v2 .hero-inner { min-height: 825px; padding-top: 35px; grid-template-columns: 1fr; }
  .hero-v2 .hero-copy { max-width: 680px; }
  .hero-v2 .hero-visual { height: 390px; }
  .hero-v2 .signal-one { top: 40px; left: 5%; }.hero-v2 .signal-two { top: 150px; right: 2%; }.hero-v2 .signal-three { left: 24%; bottom: 15px; }
  .hero-metrics { grid-template-columns: 1fr 1fr; }
  .hero-metrics > div:nth-child(2) { border-right: 0; }
  .hero-metrics > div:nth-child(-n+2) { border-bottom: 1px solid rgba(145,181,228,.2); }
  .product-card:nth-child(n) { grid-column: span 12; min-height: 510px; }.product-card:nth-child(3) .product-card-copy { width: 56%; }
  .product-system .container { width: min(100% - 40px, 1180px); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }
  .service-dialog[open] { grid-template-columns: 1fr; }.qr-card { border-radius: 0 0 28px 28px; }
}

@media (max-width: 680px) {
  .container, .narrow, .article-body { width: min(100% - 32px, 1180px); }
  .site-header { height: 82px; }.main-nav { top: 82px; }.brand-mark { width: 38px; height: 38px; }.logo-brand { width: 238px; height: 76px; }
  .hero-inner { padding-top: 72px; }.hero-copy h1 { font-size: 42px; }.hero-copy > p { font-size: 16px; }.hero-actions .button { width: 100%; }
  .home-header { position: absolute; }
  .hero-visual { height: 390px; }.bee-stage { top: 65px; width: 230px; height: 230px; }.orbit-a { width: 340px; height: 220px; }.orbit-b { width: 270px; height: 350px; }.signal-card { min-width: 116px; padding: 11px 13px; }.signal-one { top: 45px; }.signal-two { top: 210px; }.signal-three { bottom: 25px; left: 20px; }
  .hero-v2 { min-height: 1240px; padding-top: 82px; }
  .hero-v2 { background-image: linear-gradient(180deg, rgba(2,17,42,.97) 0%, rgba(2,20,48,.88) 43%, rgba(3,24,56,.28) 70%, rgba(2,16,38,.72) 100%), url('/assets/hero-bee-v1.webp'); background-size: cover, auto 72%; background-position: center, 70% bottom; }
  .hero-v2 .hero-inner { min-height: 890px; padding: 65px 0 20px; }
  .hero-v2 .hero-copy h1 { font-size: 43px; }
  .hero-v2 .hero-visual { height: 360px; }
  .hero-v2 .signal-card { min-width: 165px; padding: 12px; grid-template-columns: 34px 1fr; column-gap: 9px; }
  .hero-v2 .signal-icon { width: 34px; height: 34px; padding: 5px; }
  .hero-v2 .signal-card b { font-size: 13px; }.hero-v2 .signal-card span { font-size: 9px; }
  .hero-v2 .signal-one { top: 40px; left: 0; }.hero-v2 .signal-two { top: 180px; right: 0; }.hero-v2 .signal-three { left: 8%; bottom: 18px; }
  .hero-metrics { min-height: 250px; padding: 14px; border-radius: 20px; }
  .hero-metrics > div { gap: 10px; padding: 16px 8px; }
  .metric-icon { flex-basis: 38px; width: 38px; height: 38px; }
  .metric-icon::before { inset: 10px; }.metric-icon::after { left: 16px; top: 7px; height: 23px; }
  .hero-metrics strong { font-size: 25px; }.hero-metrics small { font-size: 10px; }
  .section { padding: 78px 0; }.section-head { display: block; }.section-head > p, .section-head > a { display: block; margin-top: 20px; }.section-head h2, .split h2 { font-size: 34px; }
  .product-card { min-height: 570px!important; }.product-card-copy, .product-card:nth-child(3) .product-card-copy { width: 100%; padding: 28px; }.product-shot, .product-card:nth-child(3) .product-shot { right: -8%; bottom: 0; width: 100%; height: 47%; }
  .advantage-grid, .service-grid, .service-detail-grid, .feature-list, .about-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }.price-card.featured { transform: none; }.pricing-notice { grid-template-columns: 1fr; gap: 24px; }
  .all-plans-exclusion { align-items: flex-start; flex-direction: column; gap: 7px; }
  .other-costs-head { align-items: flex-start; flex-direction: column; gap: 12px; }.other-cost-grid { grid-template-columns: 1fr; }.other-cost-grid p { min-height: 0; }
  .scope-boundary { grid-template-columns: 1fr; gap: 8px; }
  .comparison-container { width: min(100% - 32px, 1180px); }.comparison-note { grid-template-columns: 1fr; gap: 7px; }
  .story-card { padding: 30px; gap: 30px; }.story-card h2 { font-size: 34px; }.quote-card { padding: 28px; }.quote-card blockquote { font-size: 20px; }
  .cta-card { display: block; padding: 38px 28px; }.cta-card .button { width: 100%; margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }.footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }.legal { align-items: flex-start; flex-direction: column; }
  .dialog-copy { padding: 34px 26px; }.qr-card { padding: 28px; }.qr-card img { width: 210px; }
  .sub-hero { padding: 65px 0; }.sub-hero h1, .page-hero h1 { font-size: 40px; }.product-window { height: 300px; transform: none; }
  .page-hero { padding: 80px 0; }.process-row { grid-template-columns: 1fr; }.process-row div { padding: 22px; display: flex; justify-content: space-between; }.process-row strong { margin: 0; }
  .article-page { padding-top: 60px; }.article-header h1 { font-size: 42px; }.article-meta { flex-direction: column; }.article-cover { padding-top: 30px; }.article-body { padding-top: 50px; }.article-body h2 { font-size: 26px; }.article-body blockquote { margin: 35px 0; padding: 24px; font-size: 20px; }
}

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