*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#02050a;
  --bg2:#07101a;
  --panel:#0b1320;
  --panel2:#121827;
  --line:rgba(255,255,255,.10);
  --text:#f7f8fb;
  --muted:#a8b1c0;
  --gold:#f4c84e;
  --gold2:#d59114;
  --blue:#3b9fff;
  --cyan:#52d4ff;
  --green:#1ecf8a;
  --purple:#8f6cff;
  --orange:#ff6800;
  --red:#ff494f;
}
html{scroll-behavior:smooth}
body{
  overflow-x:hidden;
  background:var(--bg);
  color:var(--text);
  font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:18px;
  line-height:1.65;
  letter-spacing:-.025em;
}
a{text-decoration:none;color:inherit}
.container{width:min(1220px,calc(100% - 44px));margin:auto}

.site-header{
  position:fixed;
  top:0;
  left:0;
  z-index:100;
  width:100%;
  border-bottom:1px solid rgba(244,200,78,.16);
  background:rgba(2,5,10,.9);
  backdrop-filter:blur(20px);
}
.nav{
  display:flex;
  min-height:86px;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.brand{display:flex;align-items:center;gap:16px}
.brand-logo{width:68px;height:68px;flex:0 0 68px;filter:drop-shadow(0 12px 28px rgba(0,0,0,.38))}
.brand-copy{display:flex;flex-direction:column;line-height:1.08}
.brand-copy strong{font-size:38px;font-weight:900;letter-spacing:-.04em}
.brand-copy em{color:var(--gold);font-style:normal}
.brand-copy small{margin-top:7px;color:#7a8495;font-size:11px;letter-spacing:.15em}
.desktop-nav{display:flex;gap:38px;font-size:16px;font-weight:800}
.desktop-nav a:hover{color:var(--gold)}
.header-cta{
  padding:13px 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#1a1204;
  font-size:15px;
  font-weight:950;
  box-shadow:0 12px 32px rgba(244,200,78,.15);
}

.hero{
  position:relative;
  min-height:690px;
  overflow:hidden;
  padding-top:86px;
  background:
    radial-gradient(circle at 15% 28%,rgba(59,159,255,.12),transparent 34%),
    radial-gradient(circle at 82% 22%,rgba(244,200,78,.12),transparent 30%),
    linear-gradient(180deg,#02050a,#06101a);
}
.hero-grid{
  position:absolute;
  inset:0;
  opacity:.11;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:74px 74px;
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(120px)}
.glow-left{left:3%;top:130px;width:470px;height:470px;background:rgba(59,159,255,.13)}
.glow-right{right:2%;top:90px;width:470px;height:470px;background:rgba(244,200,78,.11)}
.hero-chart{position:absolute;right:-100px;bottom:40px;width:880px;opacity:.52;filter:drop-shadow(0 0 14px rgba(59,159,255,.18))}
.hero-content{
  position:relative;
  z-index:3;
  display:flex;
  min-height:600px;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.hero-brandline{
  color:var(--gold);
  font-size:18px;
  font-weight:900;
  letter-spacing:.12em;
}
.hero h1{
  margin-top:18px;
  font-size:clamp(72px,8vw,112px);
  line-height:.98;
  letter-spacing:-.07em;
}
.hero h1 em{
  background:linear-gradient(180deg,#fff4b7 0%,var(--gold) 52%,#b3730a 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-style:normal;
}
.hero h2{
  margin-top:20px;
  font-size:42px;
  font-weight:900;
  letter-spacing:-.05em;
}
.hero p{
  max-width:760px;
  margin:20px auto 0;
  color:#c2cad6;
  font-size:19px;
}
.hero-actions{display:flex;justify-content:center;gap:14px;margin-top:34px}
.btn{display:inline-flex;min-height:56px;align-items:center;justify-content:center;padding:0 26px;border-radius:14px;font-size:16px;font-weight:950;transition:.25s}
.btn:hover{transform:translateY(-3px)}
.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#1a1204}
.btn-dark{border:1px solid var(--line);background:rgba(255,255,255,.035)}

.benefit-strip{
  position:relative;
  z-index:5;
  margin-top:-38px;
}
.benefit-strip-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.26);
  border-radius:22px;
  background:rgba(6,13,25,.95);
  box-shadow:0 28px 70px rgba(0,0,0,.4),inset 0 0 35px rgba(255,255,255,.02);
}
.benefit-strip article{
  display:flex;
  min-height:155px;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:26px 22px;
  border-right:1px solid rgba(255,255,255,.18);
}
.benefit-strip article:last-child{border-right:0}
.benefit-icon{
  display:grid;
  flex:0 0 70px;
  height:70px;
  place-items:center;
  border-radius:50%;
  font-size:31px;
  font-weight:900;
}
.gift{color:#ffd64f;background:rgba(244,200,78,.14)}
.coin{color:#ffd64f;background:rgba(244,200,78,.14)}
.usdt{color:#b9ffe4;background:linear-gradient(145deg,#12a56a,#065c40)}
.setup{color:#c9e2ff;background:linear-gradient(145deg,#388cff,#174da0)}
.benefit-strip p{font-size:18px;font-weight:800}
.benefit-strip strong{
  display:block;
  margin-top:4px;
  color:var(--gold);
  font-size:35px;
  line-height:1.05;
}
.benefit-strip em{
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:17px;
  font-style:normal;
  font-weight:800;
}

.section{padding:110px 0}
.section-title{margin-bottom:50px}
.section-title.centered{text-align:center}
.section-title span{color:var(--gold);font-size:13px;font-weight:900;letter-spacing:.18em}
.section-title h2{
  margin-top:10px;
  font-size:clamp(48px,5.5vw,70px);
  line-height:1.1;
  letter-spacing:-.055em;
}
.section-title h2 em{color:var(--gold);font-style:normal}

.checkpoint-section{
  background:
    radial-gradient(circle at 50% 10%,rgba(59,159,255,.06),transparent 30%),
    #03060d;
}
.risk-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.risk-card{
  padding:34px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),var(--panel2);
}
.risk-danger{border:2px solid var(--red)}
.risk-safe{border:2px solid var(--blue)}
.risk-card h3{margin-bottom:24px;font-size:27px;font-weight:950}
.risk-danger h3{color:var(--red)}
.risk-safe h3{color:var(--blue)}
.risk-card ul{display:grid;gap:14px;list-style:none}
.risk-card li{position:relative;padding-left:38px;color:#ecf0f6;font-size:17px;font-weight:750}
.risk-card li:before{
  position:absolute;
  left:0;
  top:0;
  display:grid;
  width:27px;
  height:27px;
  place-items:center;
  border-radius:50%;
  font-weight:900;
}
.risk-danger li:before{background:rgba(255,73,79,.14);color:var(--red);content:"×"}
.risk-safe li:before{background:rgba(59,159,255,.14);color:var(--blue);content:"✓"}

.compare-block{
  margin-top:64px;
  padding:24px 24px 28px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:24px;
  background:rgba(8,14,25,.78);
}
.compare-heading{
  margin-bottom:18px;
  text-align:center;
  font-size:30px;
  font-weight:950;
}
.comparison{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
  max-width:1080px;
  margin:auto;
}
.compare-card{
  overflow:hidden;
  background:#f4f4f4;
  color:#111;
}
.compare-left{
  margin:18px -12px 18px 0;
  border:2px solid #ff7700;
  border-radius:20px 0 0 20px;
}
.compare-right{
  position:relative;
  z-index:2;
  border:3px solid #ff6800;
  border-radius:23px;
  box-shadow:0 0 34px rgba(255,104,0,.2);
}
.compare-card h4{
  padding:25px 28px;
  border-bottom:1px solid #d9d9d9;
  text-align:center;
  font-size:20px;
  font-weight:900;
}
.row{
  display:flex;
  min-height:67px;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:15px 28px;
  border-bottom:1px solid #d9d9d9;
}
.row:last-child{border-bottom:0}
.row span{font-size:17px}
.row b{font-size:19px}
.row em{color:#ff5b00;font-style:normal}
.single-value{
  padding:38px 20px 7px;
  color:#ff5b00;
  text-align:center;
  font-size:58px;
  font-weight:950;
}
.single-note{
  padding:7px 20px 30px;
  color:#666;
  text-align:center;
  font-size:14px;
}
.comparison-margin .compare-card{min-height:300px}
.ratio-badge{
  position:absolute;
  top:50%;
  left:50%;
  z-index:6;
  display:grid;
  width:76px;
  height:76px;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#ff7800,#ff5700);
  color:#fff;
  font-size:14px;
  line-height:1.1;
  text-align:center;
  transform:translate(-50%,-50%);
  box-shadow:0 14px 34px rgba(255,87,0,.3);
}
.ratio-badge strong{font-size:25px}
.disclaimer{
  max-width:1050px;
  margin:28px auto 0;
  color:#7e899b;
  text-align:center;
  font-size:12px;
  line-height:1.8;
}

.product-section{background:#07101a}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{
  min-height:300px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:22px;
  background:var(--panel);
}
.symbol{
  display:grid;
  width:68px;
  height:68px;
  place-items:center;
  border-radius:18px;
  font-size:24px;
  font-weight:950;
}
.blue-symbol{color:var(--blue);background:rgba(59,159,255,.14)}
.gold-symbol{color:var(--gold);background:rgba(244,200,78,.14)}
.purple-symbol{color:var(--purple);background:rgba(143,108,255,.14)}
.orange-symbol{color:var(--orange);background:rgba(255,104,0,.14)}
.product-card h3{margin:24px 0 12px;font-size:26px}
.product-card p{color:var(--muted);font-size:16px}

.apply-section{
  background:
    radial-gradient(circle at 15% 40%,rgba(59,159,255,.08),transparent 30%),
    radial-gradient(circle at 84% 50%,rgba(244,200,78,.07),transparent 28%),
    #050a14;
}
.apply-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}
.support-panel,.apply-card{
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008)),#0a1220;
}
.support-panel{padding:34px}
.support-copy{text-align:center}
.support-copy h2{font-size:39px}
.support-copy h2 em{color:var(--gold);font-style:normal}
.support-copy p{margin-top:6px;color:#d7dde6;font-size:24px;font-weight:800}
.support-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}
.support-icons article{text-align:center}
.round-icon{
  display:grid;
  width:72px;
  height:72px;
  margin:auto;
  place-items:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  font-size:28px;
  font-weight:900;
}
.gold-round{color:var(--gold);background:rgba(244,200,78,.1)}
.blue-round{color:var(--blue);background:rgba(59,159,255,.1)}
.green-round{color:#a7ffe0;background:rgba(30,207,138,.14)}
.gear-round{color:#b8d9ff;background:rgba(59,159,255,.12)}
.support-icons strong{display:block;margin-top:12px;font-size:14px}
.support-icons span{display:block;margin-top:4px;color:var(--gold);font-size:13px;font-weight:900}

.apply-card{padding:34px;border-color:rgba(244,200,78,.6)}
.apply-title{text-align:center}
.apply-title small{font-size:19px;font-weight:900}
.apply-title h2{margin-top:3px;font-size:38px}
.apply-title h2 em{color:var(--gold);font-style:normal}
.apply-card form{display:grid;gap:14px;margin-top:28px}
.apply-card label>span{display:block;margin-bottom:7px;color:#dce2ea;font-size:14px;font-weight:800}
.apply-card input{
  width:100%;
  height:54px;
  border:1px solid #4a566a;
  border-radius:11px;
  background:#f6f6f6;
  color:#222;
  padding:0 16px;
  font-family:inherit;
  font-size:15px;
}
.agree{display:flex;align-items:center;gap:9px}
.agree input{width:18px;height:18px}
.agree span{margin:0!important;color:#e4e7ec!important;font-size:13px!important}
.apply-card button{
  height:58px;
  border:0;
  border-radius:11px;
  background:linear-gradient(135deg,#d39717,var(--gold));
  color:#fff;
  font-family:inherit;
  font-size:18px;
  font-weight:950;
  cursor:pointer;
}
.apply-card button b{float:right;font-size:25px}
.quick-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.quick-buttons a{
  display:flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  font-size:14px;
  font-weight:900;
  text-align:center;
}
.kakao-btn{background:#fee500;color:#191919}
.direct-btn{background:linear-gradient(135deg,#2269ff,#0d42bd);color:#fff}

.footer{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:45px 0}
.brand-logo.small{width:54px;height:54px}
.footer p{color:#7c8798;font-size:13px}

@media(max-width:1000px){
  .desktop-nav{display:none}
  .benefit-strip-grid{grid-template-columns:1fr 1fr}
  .benefit-strip article:nth-child(2){border-right:0}
  .benefit-strip article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}
  .product-grid{grid-template-columns:1fr 1fr}
  .apply-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
  body{font-size:16px}
  .risk-grid,.comparison{grid-template-columns:1fr}
  .compare-left{margin:0;border-radius:20px}
  .compare-right{border-radius:20px}
  .ratio-badge{position:static;width:62px;height:62px;margin:12px auto;transform:none}
}
@media(max-width:680px){
  .container{width:min(100% - 28px,1220px)}
  .nav{min-height:72px}
  .brand-logo{width:50px;height:50px;flex-basis:50px}
  .brand-copy strong{font-size:17px}
  .brand-copy small{display:none}
  .header-cta{padding:10px 13px;font-size:12px}
  .hero{padding-top:72px}
  .hero h1{font-size:58px}
  .hero h2{font-size:30px}
  .hero p{font-size:16px}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .benefit-strip-grid{grid-template-columns:1fr}
  .benefit-strip article{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .benefit-strip article:last-child{border-bottom:0}
  .section{padding:80px 0}
  .section-title h2{font-size:42px}
  .risk-card{padding:24px}
  .risk-card h3{font-size:22px}
  .risk-card li{font-size:15px}
  .compare-block{padding:18px 12px 22px}
  .product-grid{grid-template-columns:1fr}
  .support-icons{grid-template-columns:1fr 1fr}
  .quick-buttons{grid-template-columns:1fr}
  .footer{flex-direction:column;align-items:flex-start}
}

/* ===== V15 FINAL POLISH ===== */
body{
  font-size:19px;
}
.nav{
  min-height:82px;
}
.brand-logo{
  width:72px;
  height:72px;
  flex-basis:72px;
}
.brand-copy strong{
  font-size:26px;
}
.brand-copy small{
  font-size:11px;
}
.desktop-nav{
  font-size:17px;
}
.header-cta{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  padding:0 22px;
}
.clean-benefits article{
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:14px;
  min-height:175px;
  padding:28px 30px;
}
.benefit-index{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border:1px solid rgba(244,200,78,.38);
  border-radius:999px;
  color:var(--gold);
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
}
.clean-benefits p{
  font-size:20px;
}
.clean-benefits strong{
  font-size:42px;
}
.clean-benefits em{
  font-size:18px;
}
.quick-buttons{
  gap:14px;
  margin-top:16px;
}
.quick-buttons a{
  min-height:56px;
  border-radius:14px;
  font-size:15px;
  transition:.25s ease;
}
.quick-buttons a:hover{
  transform:translateY(-3px);
}
.kakao-btn{
  background:linear-gradient(135deg,#ffe800,#ffd500);
  color:#191919;
  box-shadow:0 10px 26px rgba(255,222,0,.18);
}
.direct-btn{
  border:1px solid rgba(244,200,78,.38);
  background:#0d1727;
  color:#f7f8fb;
  box-shadow:inset 0 0 24px rgba(244,200,78,.03);
}
.apply-card button{
  position:relative;
  min-height:60px;
  border-radius:14px;
  font-size:19px;
  background:linear-gradient(135deg,#d79a18,#f4c84e);
  box-shadow:0 12px 28px rgba(244,200,78,.15);
}
.apply-card button b{
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
}
.footer-final{
  flex-direction:column;
  text-align:center;
}
.footer-final .brand{
  justify-content:center;
}
.footer-notice{
  margin-top:24px;
  padding-top:24px;
  width:100%;
  border-top:1px solid rgba(255,255,255,.08);
  color:#7f8898;
  font-size:13px;
  line-height:1.9;
  text-align:center;
}
@media(max-width:680px){
  body{
    font-size:16px;
  }
  .brand-logo{
    width:52px;
    height:52px;
    flex-basis:52px;
  }
  .brand-copy strong{
    font-size:17px;
  }
  .clean-benefits article{
    align-items:center;
    text-align:center;
  }
}

/* ===== 투자지원금 영역 번호형 카드 최종 수정 ===== */
.support-panel{padding:38px}
.support-copy h2{font-size:42px;line-height:1.15;letter-spacing:-.045em}
.support-copy p{margin-top:8px;color:#dce2eb;font-size:21px;font-weight:800}
.support-benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:34px}
.support-benefit-card{
  min-height:190px;
  padding:22px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.008)),#0b1422;
  text-align:left;
  transition:.25s ease;
}
.support-benefit-card:hover{transform:translateY(-4px);border-color:rgba(244,200,78,.28)}
.support-number{
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  border:1px solid rgba(244,200,78,.38);
  border-radius:50%;
  color:var(--gold);
  font-size:12px;
  font-weight:950;
}
.support-benefit-card p{margin-top:22px;color:#f3f5f8;font-size:17px;font-weight:800}
.support-benefit-card strong{display:block;margin-top:8px;color:var(--gold);font-size:37px;line-height:1.05;letter-spacing:-.045em}
.support-benefit-card em{display:block;margin-top:7px;color:#fff;font-size:15px;font-style:normal;font-weight:800}
.support-setup{font-size:30px!important}
@media(max-width:680px){
  .support-benefit-grid{grid-template-columns:1fr}
  .support-benefit-card{min-height:170px;text-align:center}
  .support-number{margin:auto}
}
