:root {
  --brand: #1667d6;
  --brand-dark: #0e4ba6;
  --brand-light: #e8f1ff;
  --accent: #10b981;
  --accent-light: #e6f8f1;
  --amber: #f59e0b;
  --amber-light: #fff4e0;
  --ink: #0f1b2d;
  --body: #47536b;
  --muted: #7b879c;
  --line: #e6ecf5;
  --bg: #ffffff;
  --bg-soft: #f5f8fd;
  --bg-deep: #0b1c35;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(15, 27, 45, .06);
  --shadow: 0 10px 30px rgba(15, 27, 45, .08);
  --shadow-lg: 0 24px 60px rgba(15, 27, 45, .14);
  --maxw: 1200px;
  --nav-h: 68px;
  --font: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: var(--font);
  color: var(--body);
  background: var(--bg);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.35; letter-spacing: .2px; }
h1 { font-size: clamp(30px, 4.4vw, 52px); font-weight: 800; }
h2 { font-size: clamp(24px, 3vw, 38px); font-weight: 800; }
h3 { font-size: 19px; font-weight: 700; }
h4 { font-size: 16px; font-weight: 700; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--brand); background: var(--brand-light);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
.section-head p.lead { margin-top: 14px; color: var(--muted); font-size: 16px; }
.center { text-align: center; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 600; font-size: 15px;
  border: 1px solid transparent; cursor: pointer; transition: .25s ease; white-space: nowrap;
}
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 22px rgba(22, 103, 214, .3); }
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(22, 103, 214, .38); }
.btn-ghost { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .45); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: #fff; color: var(--brand); }
.btn-outline { background: #fff; color: var(--brand); border-color: #cfe0fb; }
.btn-outline:hover { border-color: var(--brand); background: var(--brand-light); }
.btn .arrow { transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.nav { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; gap: 11px; }
.logo-mark { width: 42px; height: 42px; flex: none; }
.logo-text strong { display: block; font-size: 19px; font-weight: 800; color: var(--ink); letter-spacing: 1px; line-height: 1.1; }
.logo-text small { display: block; font-size: 11px; color: var(--muted); letter-spacing: .6px; }
.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu > li > a {
  display: block; padding: 10px 15px; border-radius: 8px; font-size: 15px; font-weight: 500; color: #2b3a52; transition: .2s;
}
.nav-menu > li > a:hover { color: var(--brand); background: var(--brand-light); }
.nav-menu > li > a.active { color: var(--brand); font-weight: 700; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 10px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle i { display: block; width: 18px; height: 2px; background: var(--ink); position: relative; }
.nav-toggle i::before, .nav-toggle i::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--ink); transition: .25s; }
.nav-toggle i::before { top: -6px; } .nav-toggle i::after { top: 6px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f2f7ff 0%, #eaf3ff 45%, #f5fbff 100%); padding: 96px 0 72px; }
.hero::before {
  content: ""; position: absolute; top: -180px; right: -160px; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 103, 214, .18), transparent 65%);
}
.hero::after {
  content: ""; position: absolute; bottom: -220px; left: -140px; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 185, 129, .14), transparent 65%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero-desc { font-size: 17px; color: var(--body); max-width: 540px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-tags span { background: #fff; border: 1px solid #d9e6fa; color: var(--brand-dark); padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 26px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.hero-stats div strong { display: block; font-size: 26px; color: var(--brand); font-weight: 800; line-height: 1.2; }
.hero-stats div span { font-size: 13px; color: var(--muted); }
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-visual svg { width: 100%; max-width: 480px; height: auto; filter: drop-shadow(0 24px 40px rgba(15, 27, 45, .12)); }
.float-card {
  position: absolute; background: #fff; border-radius: 12px; padding: 10px 14px; box-shadow: var(--shadow);
  font-size: 13px; font-weight: 600; color: var(--ink); display: flex; align-items: center; gap: 8px;
  animation: float 4s ease-in-out infinite;
}
.float-card:nth-of-type(2) { animation-delay: 1.2s; }
.float-card:nth-of-type(3) { animation-delay: 2.4s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.f1 { top: 6%; left: -6%; } .f2 { bottom: 16%; right: -4%; } .f3 { bottom: 2%; left: 2%; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }

.grid { display: grid; gap: 24px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
  transition: .3s ease; position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: #cfe0fb; }
.card:hover::after { width: 100%; }
.card::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--brand), #6aa8ff); transition: width .35s ease; }
.icon-box {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px;
  background: var(--brand-light); color: var(--brand);
}
.icon-box.green { background: var(--accent-light); color: var(--accent); }
.icon-box.amber { background: var(--amber-light); color: var(--amber); }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 14.5px; }
.card ul { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--line); }
.card ul li { font-size: 14px; color: var(--body); padding-left: 20px; position: relative; margin-bottom: 6px; }
.card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 700; }

.adv { background: #fff; }
.adv-item { display: flex; gap: 18px; align-items: flex-start; }
.adv-item .num { font-size: 13px; font-weight: 800; color: var(--brand); background: var(--brand-light); width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex: none; }

.process { counter-reset: step; }
.step { position: relative; padding: 26px 22px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); height: 100%; }
.step .no { font-size: 34px; font-weight: 800; color: var(--brand-light); line-height: 1; margin-bottom: 10px; }
.step h4 { margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); }
.process-grid { position: relative; }
.process-grid::before {
  content: ""; position: absolute; top: 46px; left: 4%; right: 4%; height: 2px;
  background: repeating-linear-gradient(90deg, #cfdff8 0 10px, transparent 10px 20px); z-index: 0;
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse .split-media { order: -1; }
.checklist li { display: flex; gap: 12px; margin-bottom: 14px; }
.checklist li .tick { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--accent-light); color: var(--accent); display: grid; place-items: center; font-size: 13px; font-weight: 800; margin-top: 3px; }
.checklist li strong { display: block; color: var(--ink); }

.band { background: linear-gradient(120deg, #102a4c 0%, #0b1c35 100%); color: #fff; }
.band h2, .band strong { color: #fff; }
.band-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.band-item { padding: 26px; border-radius: var(--radius); background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); }
.band-item strong { display: block; font-size: 34px; font-weight: 800; }
.band-item strong i { font-style: normal; font-size: 18px; margin-left: 4px; font-weight: 600; opacity: .8; }
.band-item span { font-size: 14px; color: #b9c8de; }

.news-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .3s; display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.news-thumb { height: 176px; display: grid; place-items: center; color: #fff; font-weight: 700; position: relative; overflow: hidden; }
.news-thumb span { position: relative; z-index: 2; font-size: 15px; letter-spacing: 1px; }
.news-thumb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .3), transparent 60%); }
.news-body { padding: 22px 24px 26px; }
.news-meta { font-size: 13px; color: var(--muted); display: flex; gap: 14px; margin-bottom: 10px; }
.news-body h4 { margin-bottom: 8px; line-height: 1.5; }
.news-body p { font-size: 14px; color: var(--muted); }
.more-link { color: var(--brand); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.more-link:hover { gap: 10px; }

.timeline { position: relative; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: #d9e6fa; }
.tl-item { position: relative; margin-bottom: 32px; }
.tl-item::before { content: ""; position: absolute; left: -30px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid var(--brand); }
.tl-date { font-size: 13px; font-weight: 700; color: var(--brand); letter-spacing: .5px; }
.tl-item h4 { margin: 4px 0 6px; }
.tl-item p { font-size: 14.5px; color: var(--muted); }

.info-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.info-table th, .info-table td { padding: 15px 20px; border-bottom: 1px solid var(--line); font-size: 15px; text-align: left; vertical-align: top; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: none; }
.info-table th { width: 190px; background: var(--bg-soft); color: var(--ink); font-weight: 700; }

.page-hero { background: linear-gradient(135deg, #0b1c35, #153a63 60%, #1667d6); color: #fff; padding: 68px 0 60px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, .12), transparent 65%); }
.page-hero h1 { color: #fff; font-size: clamp(26px, 3.4vw, 40px); margin-bottom: 12px; }
.page-hero p { color: #c3d3ea; max-width: 680px; font-size: 16px; }
.crumb { font-size: 13px; color: #a9bcd8; margin-bottom: 14px; }
.crumb a:hover { color: #fff; }

.svc { display: grid; grid-template-columns: 88px 1fr; gap: 24px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: .3s; }
.svc:hover { border-color: #cfe0fb; box-shadow: var(--shadow); }
.svc .no { font-size: 26px; font-weight: 800; color: var(--brand-light); }
.svc h3 { margin-bottom: 8px; }
.svc p { color: var(--muted); font-size: 14.5px; margin-bottom: 12px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chips span { font-size: 13px; background: var(--bg-soft); border: 1px solid var(--line); color: var(--body); padding: 5px 12px; border-radius: 999px; }

.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; height: 100%; }
.contact-card .icon-box { margin-bottom: 14px; }
.contact-card h4 { margin-bottom: 6px; }
.contact-card p { color: var(--muted); font-size: 14px; }
.contact-card a { color: var(--brand); font-weight: 600; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field label i { color: #e5484d; font-style: normal; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fbfdff; transition: .2s; font-size: 15px;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(22, 103, 214, .1); }
.field textarea { min-height: 130px; resize: vertical; }
.field.full { grid-column: 1 / -1; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 12px; }
.form-success { display: none; margin-top: 16px; padding: 14px 16px; background: var(--accent-light); border: 1px solid #b7e9d3; color: #0b6c50; border-radius: var(--radius-sm); font-size: 14px; }
.form-success.show { display: block; }
.map-box { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: linear-gradient(120deg, #eef4ff, #e9f7f2); min-height: 260px; display: grid; place-items: center; text-align: center; padding: 30px; }

.cta-strip { background: linear-gradient(120deg, var(--brand), #3f8bf0 60%, #16a7a1); color: #fff; padding: 56px 0; text-align: center; }
.cta-strip h2 { color: #fff; margin-bottom: 12px; }
.cta-strip p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }
.cta-strip .btn-primary { background: #fff; color: var(--brand); }

.footer { background: var(--bg-deep); color: #a8b8cf; padding: 64px 0 0; font-size: 14px; }
.footer h4 { color: #fff; font-size: 16px; margin-bottom: 18px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
.footer p { color: #97a8c0; line-height: 1.9; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a:hover { color: #fff; }
.footer .logo-text strong { color: #fff; }
.footer .logo-text small { color: #8b9cb5; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 36px; height: 36px; border-radius: 10px; background: rgba(255, 255, 255, .08); display: grid; place-items: center; }
.socials a:hover { background: var(--brand); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 20px 0 26px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #7f90aa; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 40px; }
  .split.reverse .split-media { order: 0; }
  .hero-visual { order: -1; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .g4, .band-grid { grid-template-columns: repeat(2, 1fr); }
  .g3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav-cta .btn { display: none; }
  .nav-menu {
    position: absolute; top: var(--nav-h); left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 10px 16px 18px; gap: 2px; box-shadow: var(--shadow);
    display: none;
  }
  .nav-menu.open { display: flex; }
  .nav-menu > li > a { padding: 12px 10px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .section { padding: 64px 0; }
  .band-grid, .g2, .g3, .g4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .hero { padding: 64px 0 56px; }
  .info-table th { width: 120px; }
  .float-card { display: none; }
}
@media (max-width: 520px) {
  .container { padding: 0 18px; }
  .hero-stats { grid-template-columns: 1fr 1fr; padding: 20px; }
  .svc { grid-template-columns: 1fr; gap: 12px; padding: 24px; }
}

.news-list { display: flex; flex-direction: column; gap: 16px; }
.news-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .25s; }
.news-item[open], .news-item:hover { border-color: #cfe0fb; box-shadow: var(--shadow-sm); }
.news-item summary { list-style: none; cursor: pointer; padding: 22px 26px; display: flex; align-items: center; gap: 20px; }
.news-item summary::-webkit-details-marker { display: none; }
.news-date { flex: none; text-align: center; background: var(--brand-light); border-radius: 12px; padding: 8px 14px; color: var(--brand-dark); min-width: 74px; }
.news-date strong { display: block; font-size: 22px; font-weight: 800; line-height: 1.1; }
.news-date span { font-size: 12px; }
.news-sum-text { flex: 1; }
.news-sum-text h4 { margin-bottom: 4px; }
.news-sum-text p { font-size: 14px; color: var(--muted); }
.news-tag { flex: none; font-size: 12px; font-weight: 700; color: var(--brand); background: var(--brand-light); padding: 5px 12px; border-radius: 999px; }
.news-item summary i { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--bg-soft); display: grid; place-items: center; color: var(--muted); transition: .25s; }
.news-item[open] summary i { transform: rotate(180deg); background: var(--brand); color: #fff; }
.news-content { padding: 0 26px 26px; border-top: 1px dashed var(--line); margin-top: 2px; padding-top: 20px; color: var(--body); font-size: 15px; }
.news-content p { margin-bottom: 12px; }

.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; margin-bottom: 12px; overflow: hidden; }
.faq-q { width: 100%; border: none; background: none; text-align: left; padding: 16px 18px; font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 15px; }
.faq-q i { flex: none; font-style: normal; color: var(--brand); font-size: 18px; transition: .25s; }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 18px 18px; color: var(--muted); font-size: 14.5px; }
.faq-item.open .faq-a { display: block; }

.section-gradient { background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%); }
.prod-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.status { flex: none; font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; white-space: nowrap; }
.status.soon { background: var(--amber-light); color: #b45309; }
.status.beta { background: var(--brand-light); color: var(--brand-dark); }
.status.live { background: var(--accent-light); color: #0f766e; }
.status.plan { background: #eef1f6; color: #64748b; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: flex; flex-direction: column; height: 100%; transition: .3s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: #cfe0fb; }
.product-card h3 { margin-bottom: 8px; }
.product-card > p { color: var(--muted); font-size: 14.5px; }
.prod-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0; }
.prod-tags span { font-size: 12.5px; background: var(--bg-soft); border: 1px solid var(--line); color: var(--body); padding: 4px 10px; border-radius: 999px; }
.prod-feat { padding-top: 14px; border-top: 1px dashed var(--line); margin-bottom: 18px; }
.prod-feat li { font-size: 14px; color: var(--body); padding-left: 20px; position: relative; margin-bottom: 6px; }
.prod-feat li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 700; }
.prod-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: 1px solid var(--line); }
.prod-time { font-size: 13px; color: var(--muted); }
.prod-time b { color: var(--ink); font-weight: 600; }
.notify-box { background: linear-gradient(120deg, #f3f8ff 0%, #eefaf6 100%); border: 1px solid #dce9fb; border-radius: var(--radius); padding: 36px 34px; }
.notify-form { display: flex; gap: 12px; margin-top: 18px; }
.notify-form input { flex: 1; padding: 13px 16px; border: 1px solid #cfe0fb; border-radius: 999px; background: #fff; font-size: 15px; }
.notify-form input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(22,103,214,.1); }
.preview-strip { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.preview-strip span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; font-size: 13px; color: var(--body); }
@media (max-width: 640px) {
  .notify-box { padding: 26px 20px; }
  .notify-form { flex-direction: column; }
  .notify-form input { border-radius: var(--radius-sm); }
  .notify-form .btn { width: 100%; }
  .prod-foot { flex-direction: column; align-items: flex-start; gap: 10px; }
}
