:root {
  --bg: #f5f7ff;
  --surface: #ffffff;
  --surface-soft: #eff8ff;
  --surface-gold: #fff4d6;
  --ink: #1f2740;
  --title: #131a35;
  --muted: #66708a;
  --faint: #9aa4ba;
  --brand: #5b6cff;
  --brand-2: #7a5cff;
  --cyan: #00d4ff;
  --gold: #ffc857;
  --rose: #d94f70;
  --night: #11182f;
  --footer: #0b1024;
  --line: rgba(91, 108, 255, 0.18);
  --shadow: 0 20px 46px rgba(25, 43, 91, 0.14);
  --shadow-small: 0 12px 30px rgba(25, 43, 91, 0.11);
  --gradient: linear-gradient(135deg, #5b6cff 0%, #7a5cff 48%, #00d4ff 100%);
  --radius: 24px;
  --radius-small: 16px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
main { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; position: relative; }
.section-soft { background: linear-gradient(180deg, rgba(234,247,255,.78), rgba(245,247,255,.2)); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
}
.section-kicker::before { content: ""; width: 24px; height: 3px; border-radius: 99px; background: var(--gradient); }
h1, h2, h3, h4, .section-title { margin: 0; color: var(--title); line-height: 1.24; }
h1 { font-size: clamp(42px, 6vw, 76px); letter-spacing: -.04em; }
h2 { font-size: clamp(30px, 4vw, 46px); letter-spacing: -.025em; }
h3 { font-size: 22px; }
p { margin: 0 0 16px; }
.lead { color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.muted { color: var(--muted); }
.text-link { color: var(--brand); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.main-btn, .ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 23px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.main-btn { color: #fff; background: var(--gradient); box-shadow: 0 14px 32px rgba(91,108,255,.22); }
.main-btn:hover, .ghost-btn:hover { transform: translateY(-2px); }
.ghost-btn { color: var(--brand); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-small); }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.tag-list li, .tag, .badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(91,108,255,.15);
  color: var(--brand);
  font-size: 14px;
  font-weight: 750;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(12,18,40,.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 26px rgba(25,43,91,.16);
}
.header-inner {
  width: min(calc(100% - 40px), 1280px);
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}
.site-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 900; text-decoration: none; white-space: nowrap; }
.site-logo img { width: auto; max-width: 142px; max-height: 44px; object-fit: contain; }
.nav-core { display: flex; align-items: center; justify-content: center; gap: 5px; min-width: 0; }
.nav-core a { color: #eef2ff; text-decoration: none; border-radius: 999px; padding: 8px 12px; white-space: nowrap; font-size: 15px; }
.nav-core a:hover, .nav-core a.active { color: #fff; background: rgba(0,212,255,.16); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .main-btn { min-height: 42px; padding: 8px 18px; }
.menu-button, .drawer-close {
  width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff;
  display: inline-grid; place-items: center;
}
.menu-button span, .menu-button span::before, .menu-button span::after { display: block; width: 18px; height: 2px; border-radius: 99px; background: currentColor; position: relative; }
.menu-button span::before, .menu-button span::after { content: ""; position: absolute; left: 0; }
.menu-button span::before { top: -6px; }
.menu-button span::after { top: 6px; }
.mobile-menu-button { display: none; }
.drawer-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(5,9,25,.58); opacity: 0; visibility: hidden; transition: .25s ease; }
.site-drawer {
  position: fixed; z-index: 10001; top: 0; right: 0; width: min(390px, 88vw); height: 100dvh;
  padding: 24px; overflow-y: auto; background: var(--night); color: #eef2ff;
  transform: translateX(102%); transition: transform .28s ease; box-shadow: -24px 0 60px rgba(0,0,0,.28);
}
.drawer-open .drawer-overlay { opacity: 1; visibility: visible; }
.drawer-open .site-drawer { transform: translateX(0); }
.drawer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.drawer-brand { font-size: 22px; font-weight: 900; }
.drawer-nav { display: grid; gap: 8px; }
.drawer-nav a { padding: 12px 14px; border-radius: 14px; color: #eef2ff; text-decoration: none; background: rgba(255,255,255,.045); }
.drawer-nav a:hover, .drawer-nav a.active { background: rgba(91,108,255,.25); }
.drawer-note { margin-top: 24px; color: #aeb8d2; font-size: 13px; }

/* Home hero */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 15% 22%, rgba(122,92,255,.22), transparent 35%),
    radial-gradient(circle at 90% 15%, rgba(0,212,255,.22), transparent 30%),
    linear-gradient(135deg, #f8f4ff 0%, #eef8ff 54%, #fff4fa 100%);
}
.home-hero::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; right: -90px; bottom: -120px; background: rgba(255,200,87,.2); filter: blur(2px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: center; }
.hero-copy .eyebrow { display: inline-flex; padding: 7px 14px; border-radius: 999px; color: var(--brand); background: rgba(255,255,255,.72); border: 1px solid var(--line); font-weight: 800; margin-bottom: 20px; }
.hero-copy h1 span { display: block; margin-top: 12px; font-size: clamp(23px, 3vw, 38px); color: var(--brand); letter-spacing: -.02em; }
.hero-copy .lead { margin: 24px 0 28px; max-width: 690px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.hero-points li { padding: 8px 13px; border-radius: 12px; background: rgba(255,255,255,.76); box-shadow: 0 7px 22px rgba(25,43,91,.08); color: var(--title); font-weight: 750; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-visual > img { width: min(100%, 590px); max-height: 560px; object-fit: contain; filter: drop-shadow(0 28px 35px rgba(37,45,95,.19)); }
.float-card { position: absolute; max-width: 210px; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow-small); backdrop-filter: blur(10px); }
.float-card strong { display: block; color: var(--title); }
.float-card small { color: var(--muted); }
.float-card.one { left: 0; top: 12%; }
.float-card.two { right: 0; bottom: 12%; }

.service-strip { margin-top: -28px; position: relative; z-index: 3; }
.service-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.service-strip-item { padding: 25px; }
.service-strip-item + .service-strip-item { border-left: 1px solid var(--line); }
.service-strip-item h3 { margin-bottom: 8px; font-size: 18px; }
.service-strip-item p { margin: 0; color: var(--muted); font-size: 14px; }

.channel-bar { padding: 54px 0 20px; }
.channel-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.channel-pill { min-width: 150px; flex: 1 1 155px; max-width: 220px; padding: 15px 17px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 9px 25px rgba(25,43,91,.07); text-decoration: none; }
.channel-pill strong { display: block; color: var(--title); }
.channel-pill span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }
.channel-pill:hover { border-color: rgba(91,108,255,.48); transform: translateY(-2px); }

.story-grid, .showcase-grid, .security-grid, .about-grid, .inner-hero-grid, .app-guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.media-frame { position: relative; overflow: hidden; padding: 22px; border-radius: 30px; background: linear-gradient(135deg, rgba(91,108,255,.13), rgba(0,212,255,.11)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.media-frame img { width: 100%; max-height: 520px; object-fit: contain; border-radius: 20px; }
.story-copy p, .showcase-copy p, .about-copy p { color: var(--muted); }
.feature-list { display: grid; gap: 14px; margin: 24px 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 28px; color: var(--ink); }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 12px; height: 12px; border-radius: 50%; background: var(--gradient); box-shadow: 0 0 0 5px rgba(91,108,255,.1); }

.mosaic { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.mosaic-main, .mosaic-side { display: grid; gap: 24px; }
.media-card, .content-card, .review-card, .faq-item, .service-card, .feature-card, .note-card, .quote-card {
  background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: var(--radius);
}
.media-card { overflow: hidden; }
.media-card img { width: 100%; max-height: 430px; object-fit: contain; background: linear-gradient(135deg,#eef1ff,#eefaff); }
.media-card-body { padding: 25px; }
.media-card-body p { color: var(--muted); }
.dual-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.dual-card { overflow: hidden; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.dual-card img { width: 100%; max-height: 330px; object-fit: contain; background: #f3f7ff; }
.dual-card-body { padding: 28px; }
.dual-card-body p { color: var(--muted); }
.service-points { display: grid; gap: 10px; padding: 0; list-style: none; color: var(--ink); }
.service-points li { padding: 10px 12px; border-radius: 13px; background: var(--surface-soft); }
.triple-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.triple-card { display: flex; flex-direction: column; overflow: hidden; border-radius: 25px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.triple-card img { width: 100%; height: 230px; object-fit: contain; background: #f1f6ff; }
.triple-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.triple-card-body p { color: var(--muted); }
.triple-card-body .text-link { margin-top: auto; }
.security-panel { padding: 34px; border-radius: 30px; color: #eef2ff; background: linear-gradient(145deg, #11182f, #16213e); box-shadow: var(--shadow); }
.security-panel h2, .security-panel h3 { color: #fff; }
.security-panel p { color: #bdc7df; }
.security-images { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.security-images img { width: 100%; min-height: 230px; max-height: 370px; object-fit: contain; border-radius: 22px; background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { padding: 26px; }
.review-card p { color: var(--ink); }
.review-card footer { padding: 0; margin-top: 15px; background: transparent; color: var(--muted); font-size: 14px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { overflow: hidden; box-shadow: var(--shadow-small); }
.faq-item summary { padding: 20px 22px; cursor: pointer; color: var(--title); font-weight: 800; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; color: var(--brand); font-size: 22px; }
.faq-item[open] summary::after { content: "−"; }
.faq-item .faq-answer { padding: 0 22px 21px; color: var(--muted); }
.responsible-box { padding: 38px; border-radius: 30px; background: linear-gradient(135deg,#fff5d8,#edf8ff); border: 1px solid rgba(255,200,87,.4); box-shadow: var(--shadow); }
.responsible-box p { color: var(--muted); }

/* Inner pages */
.inner-hero { padding: 78px 0 66px; overflow: hidden; background: radial-gradient(circle at 8% 18%,rgba(122,92,255,.2),transparent 34%), linear-gradient(135deg,#f8f4ff,#eef9ff); }
.inner-hero-copy .lead { margin: 21px 0 27px; }
.inner-hero-media img { width: 100%; max-height: 500px; object-fit: contain; filter: drop-shadow(0 23px 28px rgba(25,43,91,.16)); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.breadcrumb a { color: var(--brand); text-decoration: none; }
.reading-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 36px; align-items: start; }
.reading-content { padding: 34px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.reading-content h2 { margin: 30px 0 16px; font-size: 30px; }
.reading-content h2:first-child { margin-top: 0; }
.reading-content p { color: var(--muted); }
.reading-content img { width: 100%; max-height: 500px; object-fit: contain; margin: 22px 0; border-radius: 22px; background: #f3f7ff; }
.side-stack { display: grid; gap: 18px; position: sticky; top: 96px; }
.note-card { padding: 23px; box-shadow: var(--shadow-small); }
.note-card h3 { font-size: 19px; margin-bottom: 10px; }
.note-card p { color: var(--muted); font-size: 14px; margin: 0; }
.feature-grid, .service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature-card, .service-card { padding: 27px; }
.feature-card .number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border-radius: 13px; color: #fff; background: var(--gradient); font-weight: 900; }
.feature-card p, .service-card p { color: var(--muted); }
.app-guide { padding: 36px; border-radius: 30px; background: linear-gradient(135deg,#11182f,#182849); color: #eef2ff; box-shadow: var(--shadow); }
.app-guide h2, .app-guide h3 { color: #fff; }
.app-guide p { color: #bdc7df; }
.app-guide img { max-height: 430px; margin-inline: auto; object-fit: contain; }
.step-list { counter-reset: steps; display: grid; gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.step-list li { counter-increment: steps; position: relative; padding: 13px 13px 13px 52px; border-radius: 15px; background: rgba(255,255,255,.07); }
.step-list li::before { content: counter(steps); position: absolute; left: 13px; top: 12px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-weight: 800; }
.quote-card { padding: 31px; position: relative; }
.quote-card::before { content: "“"; position: absolute; top: 3px; right: 22px; color: rgba(91,108,255,.15); font-size: 82px; font-weight: 900; line-height: 1; }
.quote-card p { color: var(--ink); font-size: 18px; }
.quote-card cite { color: var(--muted); font-style: normal; }
.compliance-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.compliance-item { padding: 21px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-small); }
.compliance-item h3 { font-size: 17px; margin-bottom: 8px; }
.compliance-item p { color: var(--muted); font-size: 14px; margin: 0; }
.page-cta { padding: 45px; border-radius: 32px; color: #fff; background: var(--gradient); box-shadow: var(--shadow); }
.page-cta h2 { color: #fff; }
.page-cta p { color: rgba(255,255,255,.84); max-width: 700px; }
.page-cta .ghost-btn { box-shadow: none; }
.faq-page-list { display: grid; gap: 17px; }
.faq-page-list .faq-item summary { font-size: 18px; }

/* Footer */
.site-footer { padding: 64px 0 28px; background: var(--footer); color: #eef2ff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 38px; }
.footer-brand .site-logo { margin-bottom: 17px; }
.footer-brand p { max-width: 390px; color: #aeb8d2; }
.footer-col h3 { color: #fff; font-size: 17px; margin-bottom: 15px; }
.footer-col a { display: block; padding: 4px 0; color: #aeb8d2; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8f9ab6; font-size: 13px; }
.mobile-quick-nav { display: none; }

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

@media (max-width: 1120px) {
  .nav-core { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-inner .site-logo { justify-self: start; }
  .header-actions { justify-self: end; }
  .mobile-menu-button { display: inline-grid; order: -1; }
  .header-actions .menu-button:not(.mobile-menu-button) { display: none; }
  .service-strip-grid { grid-template-columns: repeat(2,1fr); }
  .service-strip-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .service-strip-item:nth-child(4) { border-top: 1px solid var(--line); }
  .triple-grid, .review-grid, .feature-grid, .service-grid { grid-template-columns: repeat(2,1fr); }
  .compliance-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
  .footer-col:last-child { grid-column: 2 / -1; }
}

@media (max-width: 860px) {
  .section { padding: 70px 0; }
  .hero-grid, .story-grid, .showcase-grid, .security-grid, .about-grid, .inner-hero-grid, .app-guide-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 390px; }
  .hero-visual > img { max-height: 440px; }
  .float-card.one { left: 2%; }
  .float-card.two { right: 2%; }
  .mosaic { grid-template-columns: 1fr; }
  .dual-grid { grid-template-columns: 1fr; }
  .reading-grid { grid-template-columns: 1fr; }
  .side-stack { position: static; grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
  .mobile-quick-nav {
    position: fixed; z-index: 9000; left: 12px; right: 12px; bottom: 10px; display: grid; grid-template-columns: repeat(4,1fr);
    padding: 8px; border-radius: 20px; background: rgba(11,16,36,.94); backdrop-filter: blur(12px); box-shadow: 0 13px 35px rgba(4,8,24,.28);
  }
  .mobile-quick-nav a { padding: 8px 4px; color: #eef2ff; text-align: center; text-decoration: none; font-size: 12px; border-radius: 13px; }
  .mobile-quick-nav a.active { background: rgba(91,108,255,.3); }
  body { padding-bottom: 84px; }
}

@media (max-width: 620px) {
  .container, .header-inner { width: min(calc(100% - 24px), var(--container)); }
  .header-inner { min-height: 64px; gap: 8px; }
  .site-logo span { display: none; }
  .site-logo img { max-width: 112px; max-height: 38px; }
  .header-actions { gap: 7px; }
  .header-actions .main-btn { min-height: 38px; padding: 7px 12px; font-size: 13px; }
  .mobile-menu-button { width: 38px; height: 38px; }
  .home-hero { padding: 68px 0 56px; }
  h1 { font-size: clamp(39px, 14vw, 58px); }
  h2 { font-size: 30px; }
  .hero-copy .lead { font-size: 16px; }
  .hero-visual { min-height: 320px; }
  .float-card { max-width: 165px; padding: 10px 12px; font-size: 13px; }
  .service-strip-grid { grid-template-columns: 1fr; }
  .service-strip-item + .service-strip-item { border-left: 0; border-top: 1px solid var(--line); }
  .channel-pill { max-width: none; }
  .triple-grid, .review-grid, .feature-grid, .service-grid, .compliance-grid, .side-stack { grid-template-columns: 1fr; }
  .security-images { grid-template-columns: 1fr; }
  .reading-content, .app-guide, .responsible-box, .page-cta { padding: 25px 20px; }
  .media-frame { padding: 13px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-col:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}

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

/* Component mappings used by the PHP templates */
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20000; padding: 9px 14px; border-radius: 10px; background: #fff; color: var(--brand); transform: translateY(-150%); text-decoration: none; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.section-shell { position: relative; }
.content-section { padding: 88px 0; }
.section-tint { background: linear-gradient(180deg, rgba(234,247,255,.75), rgba(245,247,255,.18)); }
.section-deep { color: #eef2ff; background: linear-gradient(145deg, #0f1730, #172849); }
.section-deep h2, .section-deep h3, .light-heading h2 { color: #fff; }
.section-deep p, .light-heading p { color: #bdc7df; }
.section-kicker.light { color: var(--cyan); }
.section-kicker.light::before { background: linear-gradient(90deg,var(--gold),var(--cyan)); }
.compact { margin-bottom: 24px; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.soft-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 22px; border-radius: 999px;
  color: var(--brand); background: rgba(255,255,255,.82); border: 1px solid var(--line); box-shadow: var(--shadow-small); text-decoration: none; font-weight: 800;
  transition: transform .22s ease, box-shadow .22s ease;
}
.soft-btn:hover { transform: translateY(-2px); }
.light-btn { color: var(--brand); background: #fff; }
.light-soft { color: #fff; background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.22); box-shadow: none; }
.light-link { color: var(--cyan); }

.menu-toggle { width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; }
.menu-toggle span { width: 18px; height: 2px; border-radius: 99px; background: currentColor; }
.mobile-menu-toggle { display: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.drawer-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; text-decoration: none; font-size: 21px; font-weight: 900; }
.drawer-brand img { max-width: 126px; max-height: 38px; object-fit: contain; }
.drawer-intro { margin-bottom: 20px; color: #aeb8d2; }
.drawer-nav a { display: flex; align-items: center; justify-content: space-between; }
.drawer-safe { margin-top: 24px; padding: 16px; border-radius: 17px; background: rgba(0,212,255,.08); border: 1px solid rgba(0,212,255,.16); }
.drawer-safe strong { color: #fff; }
.drawer-safe p { margin: 5px 0 0; color: #aeb8d2; font-size: 13px; }
.site-drawer.is-open { transform: translateX(0); }
.drawer-overlay.is-visible { opacity: 1; visibility: visible; }

.home-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 56px; }
.home-hero-copy { min-width: 0; }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 19px; padding: 7px 14px; border-radius: 999px; color: var(--brand); background: rgba(255,255,255,.76); border: 1px solid var(--line); font-weight: 800; }
.eyebrow-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(0,212,255,.12); }
.hero-subtitle { margin: 8px 0 18px; color: var(--brand); font-size: clamp(24px,3.2vw,39px); font-weight: 900; line-height: 1.32; }
.hero-description, .hero-lead { color: var(--muted); font-size: clamp(16px,1.8vw,19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 27px; }
.hero-benefits, .mini-points { display: flex; flex-wrap: wrap; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.hero-benefits li, .mini-points li { padding: 8px 13px; border-radius: 13px; background: rgba(255,255,255,.77); border: 1px solid rgba(91,108,255,.12); color: var(--title); font-weight: 750; box-shadow: 0 8px 22px rgba(25,43,91,.07); }
.hero-benefits span { color: var(--brand); margin-right: 7px; font-size: 12px; }
.home-hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-image-card { width: 100%; padding: 18px; border-radius: 32px; background: rgba(255,255,255,.54); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-image-card img { width: 100%; max-height: 570px; object-fit: contain; }
.floating-card { position: absolute; z-index: 2; max-width: 210px; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow-small); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { color: var(--title); }
.floating-card span { color: var(--muted); font-size: 13px; }
.floating-card-one { left: -4%; top: 12%; }
.floating-card-two { right: -3%; bottom: 10%; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px); }
.orb-one { width: 260px; height: 260px; left: -110px; bottom: -80px; background: rgba(122,92,255,.15); }
.orb-two { width: 190px; height: 190px; right: 3%; top: 4%; background: rgba(0,212,255,.12); }

.strip-item { display: flex; gap: 15px; padding: 25px; }
.strip-item + .strip-item { border-left: 1px solid var(--line); }
.strip-item > span { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--gradient); font-weight: 900; }
.strip-item h2 { font-size: 18px; margin-bottom: 6px; }
.strip-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.channel-section { padding: 55px 0 26px; }
.channel-pill em { display: block; margin-top: 8px; color: var(--brand); font-style: normal; font-size: 13px; font-weight: 800; }

.story-media { position: relative; padding: 22px; border-radius: 30px; background: linear-gradient(135deg,rgba(91,108,255,.12),rgba(0,212,255,.12)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.story-media > img { width: 100%; max-height: 520px; object-fit: contain; }
.media-badge { position: absolute; right: 15px; bottom: 15px; max-width: 250px; padding: 13px 15px; border-radius: 16px; color: #fff; background: rgba(17,24,47,.88); backdrop-filter: blur(8px); }
.media-badge strong, .media-badge span { display: block; }
.media-badge span { color: #c8d0e5; font-size: 12px; }
.check-list { display: grid; gap: 10px; margin: 20px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 900; }
.showcase-grid .mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.showcase-grid .mosaic img { width: 100%; min-height: 180px; max-height: 230px; object-fit: contain; border-radius: 21px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-small); }
.showcase-grid .mosaic .mosaic-main { grid-column: 1 / -1; max-height: 340px; }
.dual-feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 27px; }
.large-feature { overflow: hidden; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.large-feature > img { width: 100%; max-height: 360px; object-fit: contain; background: linear-gradient(135deg,#f0f4ff,#eefaff); }
.large-feature > div { padding: 29px; }
.large-feature p { color: var(--muted); }
.large-feature ul { display: grid; gap: 9px; margin: 20px 0; padding: 0; list-style: none; }
.large-feature li { padding: 9px 12px; border-radius: 12px; background: var(--surface-soft); }
.dark-grid .dark-card { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.13); }
.dark-card > img { background: rgba(255,255,255,.06); }
.dark-card h3 { color: #fff; }
.dark-card p { color: #bdc7df; }
.dark-card li { color: #eef2ff; background: rgba(255,255,255,.07); }
.triple-media-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.media-service-card { display: flex; flex-direction: column; overflow: hidden; border-radius: 25px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.media-service-card img { width: 100%; height: 235px; object-fit: contain; background: #f1f6ff; }
.media-service-card > div { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.media-service-card p { color: var(--muted); }
.media-service-card a { margin-top: auto; color: var(--brand); text-decoration: none; font-weight: 800; }
.security-section { background: linear-gradient(180deg,#f5f7ff,#edf8ff); }
.security-media { position: relative; min-height: 500px; display: grid; place-items: center; }
.security-media > img:first-child { width: 100%; max-height: 520px; object-fit: contain; }
.security-float { position: absolute; right: -2%; bottom: 0; width: 46%; max-height: 240px; padding: 10px; object-fit: contain; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.security-copy p { color: var(--muted); }
.security-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; margin: 24px 0; }
.security-points > div { padding: 14px; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-small); }
.security-points strong, .security-points span { display: block; }
.security-points span { color: var(--muted); font-size: 13px; }
.link-row { display: flex; flex-wrap: wrap; gap: 20px; }
.stars { color: var(--gold); letter-spacing: .12em; }
.review-card > div:last-child { display: flex; justify-content: space-between; gap: 12px; margin-top: 17px; color: var(--muted); font-size: 13px; }
.review-card > div:last-child strong { color: var(--title); }
.faq-home-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: start; }
.faq-intro img { width: 100%; max-height: 330px; object-fit: contain; margin: 22px 0; border-radius: 24px; background: #eff6ff; }
.faq-stack { display: grid; gap: 13px; }
.faq-stack details { overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-small); }
.faq-stack summary { padding: 18px 20px; cursor: pointer; color: var(--title); font-weight: 800; list-style: none; }
.faq-stack summary::-webkit-details-marker { display: none; }
.faq-stack summary::after { content: "+"; float: right; color: var(--brand); }
.faq-stack details[open] summary::after { content: "−"; }
.faq-stack details p { padding: 0 20px 18px; margin: 0; color: var(--muted); }
.responsible-band { padding: 56px 0; background: linear-gradient(135deg,#11182f,#182849); }
.responsible-card { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.responsible-card h2 { color: #fff; }
.responsible-card p { max-width: 850px; margin: 10px 0 0; color: #bdc7df; }
.about-mini-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 44px; align-items: center; }
.about-mini-grid p { color: var(--muted); }
.about-mini-grid img { width: 100%; max-height: 430px; object-fit: contain; }

.reading-card { padding: 35px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.reading-card p { color: var(--muted); }
.side-note { position: sticky; top: 96px; padding: 25px; border-radius: 24px; background: linear-gradient(145deg,#11182f,#172849); color: #eef2ff; box-shadow: var(--shadow); }
.side-note h2 { color: #fff; font-size: 22px; }
.side-note p { color: #bdc7df; }
.note-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 50%; color: #fff; background: var(--gradient); font-weight: 900; }
.three-col { grid-template-columns: repeat(3,1fr); }
.feature-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 17px; border-radius: 13px; color: #fff; background: var(--gradient); font-weight: 900; }
.service-dot { display: block; width: 13px; height: 13px; margin-bottom: 17px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 7px rgba(0,212,255,.11); }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 38px; align-items: end; margin-bottom: 34px; }
.split-heading > p { color: var(--muted); }
.app-guide-grid { padding: 0; }
.app-guide-copy > p { color: #bdc7df; }
.number-steps { display: grid; gap: 14px; margin: 25px 0 28px; padding: 0; list-style: none; }
.number-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 14px; border-radius: 16px; background: rgba(255,255,255,.07); }
.number-steps li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 900; }
.number-steps strong { color: #fff; }
.number-steps p { margin: 2px 0 0; color: #bdc7df; font-size: 14px; }
.app-guide-media { display: grid; place-items: center; }
.app-guide-media img { width: 100%; max-height: 590px; object-fit: contain; filter: drop-shadow(0 25px 35px rgba(0,0,0,.22)); }
.experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.quote-mark { display: block; color: var(--brand); font-size: 72px; font-weight: 900; line-height: .7; }
.quote-meta { display: flex; flex-direction: column; margin-top: 18px; }
.quote-meta span { color: var(--muted); font-size: 13px; }
.compliance-band { padding-top: 0; }
.compliance-band .compliance-grid { display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 32px; align-items: center; padding: 35px; border-radius: 28px; background: linear-gradient(135deg,#fff4d6,#eaf7ff); border: 1px solid rgba(91,108,255,.16); box-shadow: var(--shadow); }
.compliance-grid > p { margin: 0; color: var(--muted); }
.compliance-links { display: grid; gap: 8px; }
.compliance-links a { padding: 8px 13px; border-radius: 999px; background: #fff; color: var(--brand); text-decoration: none; text-align: center; font-weight: 800; white-space: nowrap; }
.cta-section { padding: 0 0 88px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 40px; border-radius: 30px; color: #fff; background: var(--gradient); box-shadow: var(--shadow); }
.cta-card h2 { color: #fff; }
.cta-card p { max-width: 780px; margin: 10px 0 0; color: rgba(255,255,255,.86); }
.faq-page-item { overflow: hidden; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-small); }
.faq-page-item summary { display: flex; align-items: center; gap: 15px; padding: 20px 22px; cursor: pointer; color: var(--title); font-weight: 850; list-style: none; }
.faq-page-item summary::-webkit-details-marker { display: none; }
.faq-page-item summary span { flex: 0 0 39px; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--gradient); font-size: 13px; }
.faq-page-item > p { padding: 0 22px 22px 76px; margin: 0; color: var(--muted); }

.footer-column h2 { color: #fff; font-size: 17px; margin-bottom: 15px; }
.footer-column a { display: block; padding: 4px 0; color: #aeb8d2; text-decoration: none; }
.footer-column a:hover { color: #fff; }
.footer-notice { margin-top: 34px; padding: 17px 20px; border-radius: 17px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); }
.footer-notice p { margin: 0; color: #9da8c4; font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 15px; }
.footer-bottom a { color: #aeb8d2; text-decoration: none; }
.mobile-quick-nav a span { display: block; line-height: 1; margin-bottom: 4px; font-size: 17px; }

@media (max-width: 1120px) {
  .mobile-menu-toggle { display: inline-flex; }
  .desktop-menu-toggle { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-inner > .mobile-menu-toggle { grid-column: 1; }
  .header-inner > .site-logo { grid-column: 2; justify-self: center; }
  .header-inner > .nav-core { display: none; }
  .header-inner > .header-actions { grid-column: 3; }
  .strip-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .strip-item:nth-child(4) { border-top: 1px solid var(--line); }
  .triple-media-grid { grid-template-columns: repeat(2,1fr); }
  .media-service-card:last-child { grid-column: 1 / -1; }
  .compliance-band .compliance-grid { grid-template-columns: 1fr 1.2fr; }
  .compliance-links { grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 860px) {
  .content-section { padding: 70px 0; }
  .home-hero-grid, .faq-home-grid, .about-mini-grid, .experience-grid { grid-template-columns: 1fr; }
  .home-hero-visual { min-height: 390px; }
  .dual-feature-grid, .triple-media-grid { grid-template-columns: 1fr; }
  .media-service-card:last-child { grid-column: auto; }
  .security-media { min-height: 400px; }
  .responsible-card, .cta-card { align-items: flex-start; flex-direction: column; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .side-note { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .site-logo span { display: none; }
  .home-hero-visual { min-height: 310px; }
  .floating-card { max-width: 158px; padding: 10px 11px; }
  .floating-card-one { left: 0; }
  .floating-card-two { right: 0; }
  .strip-item + .strip-item { border-left: 0; border-top: 1px solid var(--line); }
  .showcase-grid .mosaic { grid-template-columns: 1fr; }
  .showcase-grid .mosaic .mosaic-main { grid-column: auto; }
  .security-points { grid-template-columns: 1fr; }
  .security-media { min-height: 330px; }
  .security-float { right: 0; width: 48%; }
  .reading-card, .side-note, .feature-card, .service-card, .quote-card { padding: 23px 20px; }
  .three-col { grid-template-columns: 1fr; }
  .compliance-band .compliance-grid { grid-template-columns: 1fr; padding: 25px 20px; }
  .compliance-links { grid-column: auto; grid-template-columns: 1fr; }
  .cta-card { padding: 30px 22px; }
  .faq-page-item > p { padding: 0 18px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
