:root {
  --bg: #020a14;
  --bg-2: #061426;
  --panel: rgba(7, 24, 43, 0.86);
  --panel-strong: #07192d;
  --gold: #f3c35f;
  --gold-2: #ffe08c;
  --blue: #0c7bc7;
  --blue-2: #21a8f6;
  --text: #f7f3e8;
  --muted: #aeb9c7;
  --line: rgba(236, 188, 82, 0.25);
  --shadow: 0 24px 80px rgba(0, 0, 0, .38);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 80% 12%, rgba(8, 103, 175, .22), transparent 30%),
    radial-gradient(circle at 15% 36%, rgba(236, 188, 82, .08), transparent 24%),
    linear-gradient(180deg, #020914 0%, #04111f 42%, #020912 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.page-glow {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(110px);
  opacity: .18;
}
.page-glow--one { top: 10%; right: -140px; background: #0d8de2; }
.page-glow--two { top: 62%; left: -180px; background: #d9a83e; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(2, 9, 20, .76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 700;
  color: #071426;
  background: linear-gradient(145deg, #fff0a6, #d89b31 62%, #ffdc7d);
  border: 1px solid #ffe6a4;
  box-shadow: 0 0 24px rgba(239, 184, 74, .24);
}
.brand-text { display: grid; line-height: 1; }
.brand-text strong { font-family: Georgia, serif; font-size: 27px; letter-spacing: .02em; color: var(--gold-2); }
.brand-text small { margin-top: 6px; font-size: 9px; letter-spacing: .42em; color: #d7a64a; }
.desktop-nav { display: flex; gap: 28px; color: #d8e0e9; font-weight: 700; font-size: 14px; }
.desktop-nav a { transition: .2s ease; }
.desktop-nav a:hover { color: var(--gold-2); }
.header-cta {
  padding: 12px 19px;
  border-radius: 999px;
  background: linear-gradient(180deg, #138edc, #075a9c);
  border: 1px solid rgba(117, 202, 255, .65);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 8px 26px rgba(0, 118, 196, .24);
  font-weight: 800;
}

.hero { padding: 76px 0 86px; position: relative; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(241, 190, 79, .045) 1px, transparent 1px),
    linear-gradient(rgba(241, 190, 79, .035) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 95%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.03fr .72fr; gap: 72px; align-items: center; position: relative; }
.eyebrow, .section-kicker {
  color: #d9b35e;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); box-shadow: 0 0 12px rgba(255,201,93,.7); }
.hero h1 {
  margin: 18px 0 20px;
  max-width: 680px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7.4vw, 108px);
  line-height: .9;
  font-weight: 600;
  letter-spacing: -.055em;
}
.hero h1 em { display: block; color: var(--gold-2); font-style: normal; text-shadow: 0 0 28px rgba(241, 190, 79, .14); }
.hero-lead { margin: 0 0 28px; max-width: 610px; font-size: 19px; line-height: 1.65; color: #c0cad5; }

.bonus-panel {
  width: min(100%, 550px);
  margin: 26px 0 28px;
  padding: 24px 26px 22px;
  border-radius: 24px;
  border: 1px solid rgba(239, 190, 82, .48);
  background:
    radial-gradient(circle at 8% 20%, rgba(37, 145, 218, .16), transparent 35%),
    linear-gradient(145deg, rgba(9, 31, 54, .97), rgba(4, 16, 29, .92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 20px 50px rgba(0,0,0,.22);
}
.bonus-kicker { margin: 0; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; color: #d8b25c; }
.bonus-main { font-family: Georgia, serif; font-size: clamp(70px, 8vw, 112px); line-height: .85; margin: 9px 0 8px; color: var(--gold-2); text-shadow: 0 3px 0 #9e6521, 0 0 26px rgba(242, 189, 74, .2); }
.bonus-detail { margin: 0; font-size: 25px; font-weight: 900; }
.bonus-detail span { color: #67c7ff; white-space: nowrap; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 26px;
  border-radius: 16px;
  font-weight: 900;
  letter-spacing: .01em;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn-primary {
  color: white;
  background: linear-gradient(180deg, #1295e8, #07578e);
  border: 1px solid #62c6ff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 12px 32px rgba(0, 116, 192, .25), 0 0 0 1px rgba(236,188,82,.18);
}
.btn-primary span { color: #ffe193; font-size: 20px; }
.btn-secondary { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.13); color: #dde6ee; }
.btn-large { min-width: 220px; }

.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-item { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border-radius: 999px; border: 1px solid rgba(236,188,82,.18); color: #b9c5d1; background: rgba(255,255,255,.025); font-size: 13px; font-weight: 800; }
.trust-item b { color: var(--gold); }

.hero-visual { position: relative; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 10% -8% 8% 8%;
  background: radial-gradient(circle, rgba(20, 126, 198, .22), transparent 62%);
  filter: blur(18px);
}
.creative-frame {
  position: relative;
  margin: 0;
  padding: 10px;
  border-radius: 30px;
  border: 1px solid rgba(236, 188, 82, .34);
  background: linear-gradient(145deg, rgba(239,190,82,.14), rgba(7,25,45,.72));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
}
.creative-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 941 / 1672;
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
  background: #061426;
}
.creative-frame--hero { max-width: 480px; margin-left: auto; transform: rotate(1.2deg); }

.category-section { padding: 82px 0; border-top: 1px solid rgba(255,255,255,.05); }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .feature-copy h2, .final-box h2 {
  font-family: Georgia, serif;
  font-weight: 600;
  letter-spacing: -.035em;
  margin: 10px 0 12px;
  font-size: clamp(38px, 5vw, 64px);
}
.section-heading p, .feature-copy > p, .final-box p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 17px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(10, 33, 57, .96), rgba(5, 16, 29, .96));
  border: 1px solid rgba(236, 188, 82, .19);
  overflow: hidden;
}
.category-card::after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; right: -56px; top: -58px; background: rgba(16, 137, 218, .12); filter: blur(2px); }
.category-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #bd8d39; border-radius: 50%; color: var(--gold-2); font-size: 22px; }
.category-card h3 { margin: 24px 0 10px; font-family: Georgia, serif; font-size: 30px; }
.category-card p { margin: 0 0 24px; color: #aebac6; line-height: 1.6; }
.text-link { color: #67c8ff; font-weight: 900; font-size: 14px; }

.split-feature { padding: 84px 0; }
.split-grid { display: grid; grid-template-columns: .78fr 1fr; gap: 72px; align-items: center; }
.split-grid > .creative-frame { max-width: 470px; }
.feature-copy { max-width: 600px; }
.feature-list { list-style: none; padding: 0; margin: 28px 0 30px; display: grid; gap: 12px; }
.feature-list li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.feature-list li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: rgba(240,190,79,.09); border: 1px solid rgba(240,190,79,.22); color: #eec36b; font-weight: 900; font-size: 11px; }
.feature-list strong { display: block; margin-bottom: 4px; font-size: 17px; }
.feature-list small { color: #98a7b5; font-size: 14px; line-height: 1.5; }

.showcase { padding: 90px 0 105px; }
.creative-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.creative-grid .creative-frame:nth-child(2) { margin-top: 46px; }
.creative-grid .creative-frame:nth-child(3) { margin-top: 92px; }

.final-cta { padding: 0 0 92px; }
.final-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px 42px;
  border-radius: 30px;
  border: 1px solid rgba(236, 188, 82, .36);
  background:
    radial-gradient(circle at 90% 10%, rgba(22, 147, 226, .18), transparent 30%),
    linear-gradient(135deg, rgba(10, 32, 55, .98), rgba(3, 14, 26, .98));
  box-shadow: var(--shadow);
}
.final-box h2 { font-size: clamp(34px, 4vw, 54px); }

.site-footer { border-top: 1px solid rgba(255,255,255,.06); padding: 30px 0 94px; color: #7f8d9c; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.footer-inner > p { max-width: 560px; margin: 0; text-align: right; font-size: 12px; line-height: 1.6; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.brand-mark--small { width: 36px; height: 36px; font-size: 15px; }
.footer-brand strong { display: block; color: #d9c287; }
.footer-brand small { display: block; margin-top: 4px; font-size: 11px; }

.mobile-cta-wrap { display: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { padding-top: 54px; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 34px; }
  .hero h1 { font-size: clamp(54px, 8vw, 78px); }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: auto; }
  .split-grid { gap: 34px; }
  .creative-grid { gap: 12px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 640px); }
  .header-inner { min-height: 68px; }
  .brand-text strong { font-size: 23px; }
  .brand-text small { font-size: 8px; }
  .header-cta { padding: 10px 14px; font-size: 13px; }
  .hero { padding: 42px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { text-align: left; }
  .hero h1 { font-size: clamp(54px, 16vw, 78px); max-width: 560px; }
  .hero-lead { font-size: 17px; }
  .bonus-panel { padding: 20px; }
  .bonus-main { font-size: clamp(72px, 24vw, 102px); }
  .bonus-detail { font-size: 21px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .creative-frame--hero { width: 100%; max-width: 520px; margin: 0 auto; transform: none; }
  .trust-row { gap: 8px; }
  .trust-item { font-size: 12px; padding: 8px 10px; }
  .category-section, .split-feature, .showcase { padding: 64px 0; }
  .section-heading h2, .feature-copy h2, .final-box h2 { font-size: clamp(38px, 11vw, 52px); }
  .split-grid { grid-template-columns: 1fr; }
  .split-grid > .creative-frame { max-width: 520px; margin: 0 auto; }
  .feature-copy { order: -1; }
  .creative-grid { grid-template-columns: 1fr; gap: 18px; }
  .creative-grid .creative-frame:nth-child(2), .creative-grid .creative-frame:nth-child(3) { margin-top: 0; }
  .creative-grid .creative-frame { max-width: 520px; margin-left: auto; margin-right: auto; }
  .final-cta { padding-bottom: 42px; }
  .final-box { display: grid; padding: 28px 24px; }
  .footer-inner { display: grid; gap: 18px; }
  .footer-inner > p { text-align: left; }
  .site-footer { padding-bottom: 112px; }
  .mobile-cta-wrap {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    background: linear-gradient(180deg, transparent, rgba(1,8,16,.88) 28%);
  }
  .mobile-cta {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 24px;
    border-radius: 16px;
    border: 1px solid #69c6ff;
    background: linear-gradient(180deg, #159ae9, #075995);
    box-shadow: 0 8px 28px rgba(0, 122, 204, .34), inset 0 1px 0 rgba(255,255,255,.3);
    font-weight: 900;
    font-size: 18px;
  }
  .mobile-cta b { color: #ffe29b; font-size: 24px; }
}

@media (max-width: 420px) {
  .shell { width: calc(100% - 22px); }
  .brand-mark { width: 38px; height: 38px; }
  .header-cta { font-size: 12px; }
  .hero h1 { font-size: clamp(48px, 15.5vw, 66px); }
  .bonus-detail { font-size: 18px; }
  .creative-frame { padding: 7px; border-radius: 22px; }
  .creative-frame img { border-radius: 16px; }
}
