.world-page {
  --w-ink: #071426;
  --w-muted: #526176;
  --w-line: #dfe6ee;
  --w-blue: #087c92;
  --w-cyan: #12b7c8;
  --w-coral: #f16855;
  color: var(--w-ink);
  background: radial-gradient(circle at 8% 2%, rgba(18,183,200,.12), transparent 32rem), radial-gradient(circle at 92% 12%, rgba(241,104,85,.09), transparent 28rem), #f8fafc;
}
.world-page .site-header { color: #f7fbff; background: rgba(5,16,31,.94); }
.world-page .nav-links { color: #aebbd0; }
.world-main { overflow: hidden; }
.world-wrap { width: min(100% - 40px, 1120px); margin-inline: auto; }
.world-hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr); align-items: center; gap: 64px; min-height: 740px; padding-block: 92px 86px; }
.world-hero::before { position: absolute; z-index: -2; top: 0; bottom: 0; left: 50%; width: 100vw; content: ""; transform: translateX(-50%); background: url("assets/global-hero-people.jpg") center right / cover no-repeat; }
.world-hero::after { position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; content: ""; transform: translateX(-50%); background: linear-gradient(90deg,rgba(3,12,24,.9) 0%,rgba(5,18,34,.78) 38%,rgba(5,18,34,.5) 67%,rgba(5,18,34,.7) 100%),radial-gradient(circle at 18% 22%,rgba(18,183,200,.32),transparent 35rem),radial-gradient(circle at 88% 78%,rgba(241,104,85,.24),transparent 30rem); }
.world-hero > * { position: relative; z-index: 1; }
.world-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--w-blue); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.world-hero .world-kicker { color: #8ee7f0; }
.world-kicker::before { width: 26px; height: 2px; content: ""; background: linear-gradient(90deg,var(--w-cyan),var(--w-coral)); }
.world-hero h1 { max-width: 760px; margin: 0; color: #f7fbff; font-size: clamp(46px,6.4vw,82px); line-height: 1.05; letter-spacing: -.055em; text-shadow: 0 18px 46px rgba(0,0,0,.34); }
.world-gradient { color: transparent; background: linear-gradient(110deg,#087c92 8%,#12a9ba 48%,#ef6b58 88%); background-clip: text; -webkit-background-clip: text; }
.world-hero .world-gradient { background: linear-gradient(110deg,#9df4fb 8%,#36d8e7 45%,#ff9a83 88%); background-clip: text; -webkit-background-clip: text; }
.world-lead { max-width: 700px; margin: 26px 0 0; color: var(--w-muted); font-size: clamp(18px,2vw,22px); line-height: 1.75; }
.world-hero .world-lead { color: #d8e5f5; text-shadow: 0 12px 34px rgba(0,0,0,.38); }
.world-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.world-actions .button-primary { color: #fff; background: linear-gradient(135deg,#087c92,#18bccb); box-shadow: 0 16px 34px rgba(8,124,146,.2); }
.world-actions .button-secondary { color: var(--w-ink); border-color: #cbd6e2; background: rgba(255,255,255,.74); }
.world-hero .world-actions .button-secondary { color: #f7fbff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.14); }
.signal-panel { padding: 28px; border: 1px solid rgba(195,208,223,.9); border-radius: 34px; background: rgba(255,255,255,.82); box-shadow: 0 34px 80px rgba(30,52,76,.14); backdrop-filter: blur(18px); }
.world-hero .signal-panel { border-color: rgba(255,255,255,.2); background: rgba(7,20,38,.58); box-shadow: 0 34px 90px rgba(0,0,0,.34); backdrop-filter: blur(22px); }
.signal-head,.caption-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #5c6d82; font-size: 12px; font-weight: 750; }
.world-hero .signal-head { color: #c8d6e8; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; color: #8c3329; background: #fff0ec; }
.live-pill::before { width: 7px; height: 7px; border-radius: 50%; content: ""; background: var(--w-coral); box-shadow: 0 0 0 5px rgba(241,104,85,.12); }
.waveform { display: flex; align-items: center; gap: 5px; height: 94px; margin: 24px 0; }
.waveform span { flex: 1; min-width: 3px; border-radius: 99px; background: linear-gradient(180deg,var(--w-cyan),#087c92); }
.signal-copy { padding-top: 22px; border-top: 1px solid var(--w-line); }
.world-hero .signal-copy { border-top-color: rgba(255,255,255,.16); }
.signal-copy strong { display: block; margin-bottom: 8px; font-size: 22px; letter-spacing: -.025em; }
.world-hero .signal-copy strong { color: #fff; }
.signal-copy p { margin: 0; color: var(--w-muted); line-height: 1.7; }
.world-hero .signal-copy p { color: #bdcbde; }
.world-section { padding-block: 108px; }
.world-section.alt { background: #fff; }
.world-heading { max-width: 760px; margin-bottom: 44px; }
.world-heading h2 { margin: 8px 0 16px; color: var(--w-ink); font-size: clamp(34px,4.8vw,58px); line-height: 1.08; letter-spacing: -.045em; }
.world-heading p { margin: 0; color: var(--w-muted); font-size: 18px; line-height: 1.8; }
.scene-grid,.caption-stage,.difference-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.scene-card,.difference-card { min-height: 220px; padding: 28px; border: 1px solid var(--w-line); border-radius: 25px; background: rgba(255,255,255,.84); box-shadow: 0 14px 40px rgba(30,52,76,.06); }
.scene-icon { display: grid; width: 44px; height: 44px; margin-bottom: 34px; place-items: center; border-radius: 14px; color: #fff; font-size: 13px; font-weight: 850; background: linear-gradient(135deg,#087c92,#18bccb); }
.scene-card:nth-child(3n+2) .scene-icon { background: linear-gradient(135deg,#de5c4b,#f68b65); }
.scene-card:nth-child(3n) .scene-icon { background: linear-gradient(135deg,#95702b,#d5ae55); }
.scene-card h3,.difference-card h3 { margin: 0 0 10px; color: var(--w-ink); font-size: 21px; }
.scene-card p,.difference-card p { margin: 0; color: var(--w-muted); line-height: 1.72; }
.tech-flow { display: grid; grid-template-columns: 1fr 54px 1.1fr 54px 1fr; align-items: stretch; gap: 12px; }
.flow-card { padding: 30px; border: 1px solid var(--w-line); border-radius: 26px; background: #fff; box-shadow: 0 18px 50px rgba(30,52,76,.07); }
.flow-number { color: var(--w-blue); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.flow-card h3 { margin: 34px 0 12px; color: var(--w-ink); font-size: 24px; }
.flow-card p,.flow-card li { color: var(--w-muted); line-height: 1.7; }
.flow-card ul { margin: 16px 0 0; padding-left: 1.2em; }
.flow-arrow { display: grid; place-items: center; color: var(--w-blue); font-size: 28px; }
.caption-stage { gap: 18px; }
.caption-window { min-height: 330px; padding: 20px; border: 1px solid #d8e1ea; border-radius: 28px; background: #f7f9fc; box-shadow: 0 18px 46px rgba(30,52,76,.08); }
.caption-screen { display: flex; min-height: 238px; margin-top: 16px; padding: 24px; flex-direction: column; justify-content: flex-end; border-radius: 20px; color: #f7fbff; background: radial-gradient(circle at 84% 10%,rgba(241,104,85,.38),transparent 38%),radial-gradient(circle at 10% 88%,rgba(18,183,200,.32),transparent 42%),#071426; }
.caption-screen small { margin-bottom: 12px; color: #8edee8; font-weight: 750; }
.caption-screen p { margin: 0; font-size: 18px; font-weight: 680; line-height: 1.65; }
.example-note,.trademark-note { margin-top: 20px; color: #6c798a; font-size: 13px; line-height: 1.7; }
.difference-grid { gap: 18px; }
.difference-card strong { display: block; margin-bottom: 18px; color: var(--w-coral); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.world-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; }
.world-faq details { border-bottom: 1px solid var(--w-line); background: transparent; }
.world-faq summary { padding: 23px 4px; color: var(--w-ink); font-size: 18px; font-weight: 750; }
.world-faq details p { padding: 0 4px 24px; color: var(--w-muted); }
.faq-app-link { display: inline-flex; align-items: center; gap: 8px; margin: -8px 4px 24px; padding: 10px 15px; border: 1px solid #b9dfe4; border-radius: 999px; color: var(--w-blue); font-size: 14px; font-weight: 800; background: #eefbfc; }
.faq-app-link:hover { color: #045d6d; border-color: var(--w-cyan); background: #e3f8fa; }
.world-cta { padding: 70px 60px; border-radius: 38px; color: #fff; text-align: center; background: radial-gradient(circle at 8% 80%,rgba(18,183,200,.35),transparent 38%),radial-gradient(circle at 92% 10%,rgba(241,104,85,.36),transparent 36%),#071426; box-shadow: 0 32px 76px rgba(7,20,38,.2); }
.world-cta h2 { max-width: 780px; margin: 0 auto 18px; font-size: clamp(36px,5vw,62px); line-height: 1.1; letter-spacing: -.045em; }
.world-cta p { max-width: 680px; margin: 0 auto; color: #b8c6d9; font-size: 18px; line-height: 1.75; }
.world-cta .world-actions { justify-content: center; }
.world-cta .button-secondary { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.world-footer { color: var(--w-muted); border-top-color: var(--w-line); background: #f8fafc; }
.world-footer .footer-inner { padding-block: 38px; }
.world-footer .footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; column-gap: 26px; row-gap: 10px; }
.world-footer .footer-links a { display: inline-flex; padding-block: 6px; color: var(--w-muted); line-height: 1.5; letter-spacing: .015em; }
.world-footer .footer-links a:hover { color: var(--w-blue); }
@media (max-width:880px) {
  .world-hero { grid-template-columns: 1fr; gap: 44px; min-height: auto; padding-block: 70px; }
  .world-hero::before { background-position: 62% center; }
  .world-hero::after { background: linear-gradient(180deg,rgba(3,12,24,.86) 0%,rgba(5,18,34,.72) 54%,rgba(5,18,34,.88) 100%),radial-gradient(circle at 18% 12%,rgba(18,183,200,.26),transparent 28rem); }
  .scene-grid,.caption-stage,.difference-grid { grid-template-columns: 1fr 1fr; }
  .tech-flow { grid-template-columns: 1fr; }
  .flow-arrow { min-height: 34px; transform: rotate(90deg); }
  .world-faq { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width:600px) {
  .world-wrap { width: min(100% - 28px,1120px); }
  .world-kicker { font-size: 11px; letter-spacing: .1em; }
  .world-hero h1 { font-size: clamp(43px,13vw,62px); }
  .world-section { padding-block: 78px; }
  .scene-grid,.caption-stage,.difference-grid { grid-template-columns: 1fr; }
  .scene-card { min-height: 190px; }
  .signal-panel { padding: 22px; border-radius: 28px; }
  .world-cta { padding: 52px 24px; border-radius: 28px; }
  .world-footer .footer-inner { align-items: flex-start; }
  .world-footer .footer-links { justify-content: flex-start; column-gap: 20px; }
}
@media (prefers-reduced-motion:reduce) {
  .world-page *,.world-page *::before,.world-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
