@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

:root{
  --bg:#06111f;
  --bg-soft:#0b1830;
  --panel:rgba(255,255,255,.06);
  --panel-strong:rgba(255,255,255,.10);
  --line:rgba(255,255,255,.12);
  --text:#ffffff;
  --sub:#b9c6dc;
  --muted:#8d9ab0;
  --point:#3ea2ff;
  --point-2:#ff5a5f;
  --shadow:0 18px 48px rgba(0,0,0,.30);
  --radius:24px;
  --max:1180px;
}

*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Pretendard',sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(62,162,255,.09), transparent 24%),
    linear-gradient(180deg, #04101c 0%, #071423 100%);
  word-break:keep-all;
}

a{color:inherit;text-decoration:none;}
button,input,select,textarea{font:inherit;}

.container{
  width:min(calc(100% - 32px), var(--max));
  margin:0 auto;
}

.narrow{max-width:860px;}
.center{text-align:center;}

.hero,
.section--image{
  position:relative;
  background-image:var(--hero-bg);
  background-size:cover;
  background-position:center;
  overflow:hidden;
}

.section--image{background-image:var(--section-bg);}

.hero{
  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero__overlay,
.section__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(4,12,22,.36) 0%, rgba(4,12,22,.82) 100%);
}

.section__overlay--dark{
  background:linear-gradient(180deg, rgba(4,12,22,.52) 0%, rgba(4,12,22,.88) 100%);
}

.hero__inner,
.section__content{
  position:relative;
  z-index:2;
}

.hero__inner{
  text-align:center;
  max-width:920px;
  padding:72px 0;
}

.hero__eyebrow{
  margin:0 0 14px;
  color:#9ecfff;
  font-size:15px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.hero__title{
  margin:0 0 18px;
  font-size:clamp(40px, 7vw, 78px);
  line-height:1.10;
  letter-spacing:-.06em;
  font-weight:900;
}

.hero__title span{
  color:#d8ecff;
}

.hero__lead{
  margin:0 0 14px;
  font-size:clamp(20px, 2.6vw, 30px);
  line-height:1.55;
  font-weight:700;
}

.hero__sub{
  margin:0 auto 30px;
  max-width:760px;
  font-size:18px;
  line-height:1.7;
  color:var(--sub);
}

.hero__actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.hero__scroll{
  margin-top:36px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.24em;
  color:rgba(255,255,255,.75);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:16px;
  font-weight:900;
  transition:.2s ease;
  cursor:pointer;
}

.btn--primary{
  background:linear-gradient(180deg, #1b86ff 0%, #0d69d7 100%);
  color:#fff;
  box-shadow:0 16px 34px rgba(14,102,214,.28);
}

.btn--primary:hover{transform:translateY(-2px);}

.btn--ghost{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
}

.btn--ghost:hover{background:rgba(255,255,255,.12);}
.btn--full{width:100%;}

.section{padding:92px 0;}

.section-kicker{
  margin:0 0 12px;
  color:#9ecfff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.section-title{
  margin:0 0 16px;
  font-size:clamp(30px, 5vw, 54px);
  line-height:1.18;
  letter-spacing:-.05em;
  font-weight:900;
}

.section-copy{
  margin:0 auto;
  max-width:820px;
  color:var(--sub);
  font-size:18px;
  line-height:1.8;
}

.section-copy--large{font-size:22px;line-height:1.9;}

.story,
.income{
  background:linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%);
}

.card-grid{
  display:grid;
  gap:18px;
  margin-top:34px;
}

.card-grid--3{grid-template-columns:repeat(3, minmax(0, 1fr));}
.card-grid--2{grid-template-columns:repeat(2, minmax(0, 1fr));}

.soft-card,
.focus-card,
.stat-card,
.article-card,
.target-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}

.soft-card,
.focus-card,
.stat-card{
  padding:28px 24px;
  text-align:center;
}

.soft-card__icon{
  font-size:34px;
  margin-bottom:14px;
}

.soft-card h3,
.focus-card h3,
.stat-card h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.35;
  letter-spacing:-.03em;
}

.soft-card p,
.focus-card p,
.stat-card p,
.article-card p,
.target-card p{
  margin:0;
  color:var(--sub);
  font-size:16px;
  line-height:1.7;
}

.premium{
  background:rgba(255,255,255,.02);
}

.premium-band{
  margin-top:34px;
  display:flex;
  justify-content:center;
}

.premium-band__text{
  max-width:980px;
  width:100%;
  padding:28px 26px;
  border-radius:28px;
  border:1px solid rgba(62,162,255,.18);
  background:linear-gradient(180deg, rgba(62,162,255,.10) 0%, rgba(255,255,255,.04) 100%);
  box-shadow:var(--shadow);
  text-align:center;
}

.premium-band__text strong{
  display:block;
  font-size:clamp(26px, 4vw, 42px);
  line-height:1.25;
  letter-spacing:-.04em;
  margin-bottom:10px;
}

.premium-band__text span{
  display:block;
  color:var(--sub);
  font-size:18px;
  line-height:1.7;
}

.market{
  background:linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%);
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:34px;
}

.stat-card__number{
  margin-bottom:16px;
  font-size:clamp(42px, 5vw, 64px);
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;
  color:#ffffff;
}

.value .section-copy{
  max-width:900px;
}

.articles{
  background:rgba(255,255,255,.02);
}

.article-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:34px;
}

.article-card{
  display:block;
  padding:28px 24px;
  transition:.2s ease;
}

.article-card:hover{
  transform:translateY(-4px);
  border-color:rgba(62,162,255,.28);
  background:rgba(255,255,255,.09);
}

.article-card__source{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(62,162,255,.12);
  color:#d9ecff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}

.article-card strong{
  display:block;
  margin-bottom:12px;
  font-size:24px;
  line-height:1.4;
  letter-spacing:-.03em;
}

.target-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:34px;
}

.target-card{
  padding:24px 22px;
  text-align:center;
  font-size:18px;
  font-weight:800;
  line-height:1.55;
}

.form-section{
  padding-bottom:104px;
}

.lead-form{
  margin-top:34px;
  padding:30px;
  border-radius:32px;
  background:var(--panel);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  backdrop-filter:blur(12px);
}

.field-row{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.field{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:16px;
}

.field label{
  color:#d9e7fb;
  font-size:14px;
  font-weight:700;
}

.field input,
.field select,
.field textarea{
  width:100%;
  min-height:58px;
  padding:0 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(3,9,18,.55);
  color:#fff;
  outline:none;
}

.field textarea{
  min-height:140px;
  padding:18px;
  resize:vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus{
  border-color:rgba(62,162,255,.48);
  box-shadow:0 0 0 4px rgba(62,162,255,.08);
}

.footer{
  padding:28px 0 44px;
  color:var(--muted);
  font-size:13px;
}

.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .7s ease, transform .7s ease;
}

.reveal.show{
  opacity:1;
  transform:translateY(0);
}

@media (max-width: 1080px){
  .card-grid--3,
  .stats-grid,
  .article-grid,
  .target-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 760px){
  .section{padding:72px 0;}
  .container{width:min(calc(100% - 24px), var(--max));}
  .hero__title{font-size:44px;}
  .hero__lead{font-size:21px;}
  .hero__sub,
  .section-copy{font-size:16px;}
  .section-copy--large{font-size:18px;}
  .hero__actions{flex-direction:column;}
  .btn{width:100%;}
  .card-grid--3,
  .card-grid--2,
  .stats-grid,
  .article-grid,
  .target-grid,
  .field-row{grid-template-columns:1fr;}
  .soft-card h3,
  .focus-card h3,
  .article-card strong{font-size:22px;}
  .premium-band__text strong{font-size:30px;}
  .premium-band__text span{font-size:16px;}
  .lead-form{padding:22px;}
}
