:root{--bg:#fff9ed;--card:#fff;--ink:#1f2937;--muted:#667085;--line:#f0dfbf;--brand:#ff7a3d;--brand-dark:#c84f1f;--sun:#ffd166;--mint:#61d394;--blue:#56c7ff;--shadow:0 24px 80px #794d1c24}*{box-sizing:border-box}body{background:radial-gradient(circle at top left, #ffd16661, transparent 34rem), radial-gradient(circle at 85% 8%, #56c7ff3d, transparent 28rem), var(--bg);color:var(--ink);margin:0;font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,system-ui,sans-serif}a{color:inherit;text-decoration:none}.site-header{justify-content:space-between;align-items:center;gap:2rem;max-width:1180px;margin:0 auto;padding:1.25rem;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:.65rem;font-weight:900;display:inline-flex}.brand-logo{object-fit:contain;border-radius:1rem;align-items:center;width:2.65rem;height:2.65rem;box-shadow:0 14px 34px #ff7a3d47}.nav{background:#ffffffb8;border:1px solid #f0dfbfe6;border-radius:999px;flex-wrap:wrap;align-items:center;gap:.25rem;padding:.4rem;display:flex}.nav a{color:#475467;border-radius:999px;padding:.65rem .95rem;font-size:.95rem;font-weight:700}.nav a:hover{color:var(--brand-dark);background:#fff2d6}main{overflow:hidden}.hero{grid-template-columns:minmax(0,1.1fr) minmax(280px,.75fr);gap:2rem;max-width:1180px;min-height:620px;margin:0 auto;padding:4rem 1.25rem 3rem;display:grid;position:relative}.hero-copy{align-self:center;animation:.72s cubic-bezier(.16,1,.3,1) both heroCopyIn}.eyebrow{color:var(--brand-dark);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .8rem;font-size:.82rem;font-weight:900}h1,h2,h3,p{letter-spacing:-.03em}h1{max-width:850px;margin:0;font-size:clamp(2.8rem,7vw,5.8rem);line-height:.96}h2{margin:0 0 1rem;font-size:clamp(1.8rem,3vw,3rem);line-height:1.08}p{color:var(--muted);font-size:1.08rem;line-height:1.75}.hero-copy>p:not(.eyebrow){max-width:660px;font-size:1.25rem}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;animation:.86s cubic-bezier(.16,1,.3,1) .13s both heroActionsIn;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;min-height:3.15rem;padding:0 1.25rem;font-weight:900;display:inline-flex}.button.primary{background:linear-gradient(135deg, var(--brand), #ffb703);color:#fff;box-shadow:0 16px 36px #ff7a3d47}.button.ghost{border:1px solid var(--line);color:var(--brand-dark);background:#fff}.hero-card{aspect-ratio:.82;box-shadow:var(--shadow);background:linear-gradient(145deg,#ffffffe0,#fff4dadb),linear-gradient(135deg,#ff7a3d57,#61d3944d);border:1px solid #fffc;border-radius:3rem;flex-direction:column;justify-content:flex-end;align-self:center;min-height:420px;padding:2rem;animation:.82s cubic-bezier(.16,1,.3,1) both heroCardIn;display:flex;position:relative;overflow:hidden}.hero-card span,.hero-card strong,.hero-card em{z-index:1;position:relative}.hero-card span{color:var(--brand-dark);letter-spacing:.12em;text-transform:uppercase;font-size:1rem;font-weight:900}.hero-card strong{letter-spacing:-.1em;font-size:clamp(4rem,9vw,8rem);line-height:.9}.hero-card em{color:#fff;background:#1f2937;border-radius:999px;width:fit-content;margin-top:1rem;padding:.65rem 1rem;font-style:normal;font-weight:900}.orb{filter:blur(1px);border-radius:999px;position:absolute}.orb-one{background:var(--sun);width:13rem;height:13rem;animation:7s ease-in-out infinite orbFloat;top:3rem;right:-3rem}.orb-two{background:var(--mint);width:8rem;height:8rem;animation:6.5s ease-in-out .4s infinite reverse orbFloat;bottom:8rem;left:-2rem}.slider-dots{gap:.6rem;display:flex;position:absolute;bottom:2rem;left:1.25rem}.slider-dots button{cursor:pointer;opacity:.5;background:#f2c36d;border:0;border-radius:999px;width:2.5rem;height:.65rem;transition:opacity .22s,width .22s;position:relative;overflow:hidden}.slider-dots button:after{background:var(--brand);border-radius:inherit;content:"";transform-origin:0;position:absolute;inset:0;transform:scaleX(0)}.slider-dots button.active{opacity:1;background:#ffd9a8;width:3.4rem}.slider-dots button.active:after{animation:5.2s linear both dotProgress}@keyframes heroCopyIn{0%{opacity:0;transform:translate(-28px,18px)}to{opacity:1;transform:translate(0,0)}}@keyframes heroActionsIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes heroCardIn{0%{opacity:0;transform:translate(36px,20px)rotate(2deg)scale(.96)}to{opacity:1;transform:translate(0,0)rotate(0)scale(1)}}@keyframes orbFloat{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(12px,-16px)scale(1.06)}}@keyframes dotProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}.section{max-width:1180px;margin:0 auto;padding:4rem 1.25rem}.intro-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.info-card,.link-list a,.callout,.article-hero,.content-block,.next-card,.checklist article{background:#ffffffc7;border:1px solid #f0dfbfe6;border-radius:2rem;box-shadow:0 18px 52px #794d1c14}.info-card{padding:1.4rem}.info-card h2{font-size:1.45rem}.feature-section{grid-template-columns:.9fr 1.1fr;align-items:start;gap:2rem;display:grid}.link-list{gap:.9rem;display:grid}.link-list a{gap:.35rem;padding:1.2rem;display:grid}.link-list span{color:var(--ink);font-size:1.2rem;font-weight:900}.link-list small{color:var(--muted);line-height:1.55}.callout{background:linear-gradient(135deg,#ffd1666b,#61d39447),#fff;margin-bottom:3rem;padding:3rem}.article-page{padding-bottom:3rem}.article-hero{max-width:1180px;margin:2rem auto 0;padding:5rem 3rem}.article-hero h1{max-width:900px}.article-hero p:not(.eyebrow){max-width:760px}.article-body{gap:1.2rem;display:grid}.lead{color:var(--ink);max-width:850px;font-size:1.35rem;font-weight:800}.checklist{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.checklist article{padding:1.3rem}.checklist span{color:#138a4d;background:#e8fff0;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;margin-bottom:.7rem;font-weight:900;display:inline-flex}.content-block,.next-card{padding:2rem}.next-card{justify-content:space-between;align-items:center;gap:1rem;display:flex}.site-footer{border-top:1px solid var(--line);justify-content:space-between;gap:2rem;max-width:1180px;margin:0 auto;padding:2rem 1.25rem 3rem;display:flex}.site-footer p{max-width:720px;font-size:.95rem}.footer-links{flex-wrap:wrap;gap:1rem;display:flex}.footer-links a{color:var(--brand-dark);font-weight:800}@media (max-width:880px){.site-header,.site-footer,.next-card{flex-direction:column;align-items:stretch}.nav{border-radius:1.4rem}.hero,.feature-section,.intro-grid,.checklist{grid-template-columns:1fr}.hero{padding-top:2rem}.slider-dots{position:static}.article-hero,.callout{border-radius:0;padding:3rem 1.25rem}}
