/* V25 kids-smile — bouncy sky blue + yellow + mint */
:root {
  --bg:#f0fbff; --bg-2:#dff5fc; --bg-3:#c5ecf7;
  --sky:#4cb8e8; --sky-d:#1d6e95; --sky-l:#9adff0;
  --yellow:#ffd166; --yellow-d:#d49b3e;
  --mint:#5fd4c0; --white:#fff; --text:#14283b; --muted:#5b7390;
  --line:rgba(29,110,149,.18); --line-2:rgba(29,110,149,.32);
  --banner-h:0px; --warning-h:0px;
  --display:'Fredoka', sans-serif;
  --sans:'Baloo 2', -apple-system, sans-serif;
  --korean:'Noto Sans KR', sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--korean);color:var(--text);background:var(--bg);line-height:1.6;font-size:16px;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
em{font-family:var(--display); font-style:normal; color:var(--sky); font-weight:700}

/* BANNERS */
.medical-warning-banner{position:fixed; top:0; left:0; right:0; background:#c43528; color:#fff; font-size:11px; font-weight:700; padding:7px 16px; text-align:center; z-index:130; letter-spacing:.04em; font-family:var(--korean)}
.demo-banner{position:fixed; top:var(--warning-h, 32px); left:0; right:0; background:var(--sky-d); color:#fff; font-size:11px; font-weight:600; padding:6px 16px; text-align:center; z-index:120; letter-spacing:.03em; font-family:var(--korean)}
.demo-disclaimer{display:inline-block; margin-left:6px; padding:2px 8px; background:rgba(196,53,40,.12); color:#c43528; font-size:10px; font-weight:700; letter-spacing:.08em; border-radius:2px; vertical-align:middle; font-family:var(--sans)}
body.has-banner{padding-top:calc(var(--banner-h) + var(--warning-h))}

/* NAV — bouncy sky-blue chunky */
.nav-bounce-chunk{position:fixed; left:0; right:0; top:calc(var(--banner-h) + var(--warning-h)); display:flex; align-items:center; justify-content:space-between; padding:14px 36px; background:linear-gradient(180deg, #fff 0%, var(--bg-2) 100%); border-bottom:2px solid var(--sky); z-index:100; border-radius:0 0 28px 28px}
.nav-brand{display:flex; align-items:center; gap:10px}
.brand-icon{font-size:28px; line-height:1}
.brand-mark{font-family:var(--display); font-size:24px; line-height:1; color:var(--sky-d); font-weight:700; letter-spacing:.01em}
.brand-sub{font-family:var(--sans); font-size:10px; color:var(--sky); letter-spacing:.14em; font-weight:600; margin-left:4px}

.nav-list{display:flex; list-style:none; gap:0; flex:1; justify-content:center}
.nav-list li{padding:0 14px}
.nav-list a{font-family:var(--sans); font-size:14px; color:var(--text); font-weight:600; padding:6px 0; position:relative; transition:all .25s}
.nav-list a::before{content:''; position:absolute; bottom:-2px; left:0; right:0; height:3px; background:var(--yellow); border-radius:2px; transform:scaleX(0); transform-origin:center; transition:transform .3s}
.nav-list a:hover{color:var(--sky-d); transform:translateY(-2px)}
.nav-list a:hover::before{transform:scaleX(1)}

.nav-actions{display:flex; align-items:center; gap:10px}
.nav-tel{font-family:var(--sans); font-size:13px; color:var(--sky-d); letter-spacing:.02em; font-weight:700}
.nav-login{font-family:var(--sans); font-size:13px; padding:8px 16px; background:var(--sky); color:#fff; border-radius:24px; transition:all .25s; font-weight:700}
.nav-login:hover{background:var(--sky-d); transform:translateY(-1px)}
.nav-signup{font-family:var(--sans); font-size:13px; padding:8px 16px; background:var(--yellow); color:var(--text); border-radius:24px; font-weight:700; transition:all .25s}
.nav-signup:hover{background:var(--yellow-d); transform:translateY(-1px)}
.nav-cta{font-family:var(--sans); font-size:13px; padding:9px 20px; background:linear-gradient(135deg,var(--sky) 0%, var(--sky-d) 100%); color:#fff; border-radius:24px; font-weight:700; letter-spacing:.04em; transition:all .25s}
.nav-cta:hover{transform:translateY(-2px); box-shadow:0 6px 20px rgba(76,184,232,.4)}

/* BURGER */
.nav-burger{display:none; position:fixed; top:calc(var(--banner-h) + var(--warning-h) + 14px); right:20px; width:44px; height:44px; background:var(--sky); border:2px solid #fff; border-radius:50%; flex-direction:column; align-items:center; justify-content:center; gap:5px; cursor:pointer; z-index:110; box-shadow:0 4px 14px rgba(76,184,232,.5)}
.burger-line{display:block; width:18px; height:2px; background:#fff; border-radius:1px}

/* DRAWER */
.drawer{position:fixed; top:0; right:-100%; width:min(360px,90vw); height:100vh; height:100dvh; background:linear-gradient(180deg, #fff 0%, var(--bg-2) 100%); z-index:140; transition:right .35s ease; overflow-y:auto; box-shadow:-8px 0 30px rgba(76,184,232,.18); border-left:3px solid var(--sky)}
.drawer.open{right:0}
.drawer-close{position:absolute; top:calc(var(--banner-h) + var(--warning-h) + 18px); right:18px; width:44px; height:44px; background:var(--sky); color:#fff; border:none; border-radius:50%; font-size:30px; font-weight:300; line-height:1; cursor:pointer; z-index:2; box-shadow:0 4px 14px rgba(76,184,232,.5); transition:transform .3s, background .3s}
.drawer-close:hover{transform:rotate(90deg); background:var(--sky-d)}
.drawer-inner{padding:calc(var(--banner-h) + var(--warning-h) + 80px) 36px 40px}
.drawer-brand{font-family:var(--display); font-size:24px; color:var(--sky-d); margin-bottom:30px; font-weight:700; display:flex; align-items:center; gap:8px; flex-wrap:wrap}
.drawer-brand>span:first-of-type{font-size:24px}
.drawer-brand span:last-child{display:block; font-family:var(--sans); font-size:10px; color:var(--sky); letter-spacing:.14em; font-weight:600; width:100%; margin-top:4px}
.drawer-list{list-style:none}
.drawer-list li{border-bottom:1px solid var(--line)}
.drawer-list a{display:block; padding:14px 0; font-family:var(--sans); font-size:16px; color:var(--text); font-weight:700; transition:padding-left .25s}
.drawer-list a:hover{padding-left:8px; color:var(--sky-d)}
.drawer-rule{margin:24px 0; border:0; border-top:1px solid var(--line)}
.drawer-auth{display:flex; gap:12px; margin-bottom:24px}
.drawer-auth a{flex:1; text-align:center; padding:11px 0; font-family:var(--sans); font-size:14px; background:var(--sky); color:#fff; border-radius:24px; font-weight:700}
.drawer-auth a:last-child{background:var(--yellow); color:var(--text)}
.drawer-foot{font-family:var(--sans); font-size:12px; color:var(--muted)}
body.drawer-open{overflow:hidden}
body.drawer-open .nav-bounce-chunk{display:none !important}

main{padding-top:0}

section{padding:80px 36px; max-width:1280px; margin:0 auto}
.sec-head{text-align:center; margin-bottom:48px}
.eyebrow{font-family:var(--sans); font-size:11px; color:var(--sky); letter-spacing:.18em; text-transform:uppercase; font-weight:700}
.eyebrow-light{color:var(--bg-2)}
.sec-title{font-family:var(--display); font-size:clamp(34px,4.5vw,52px); color:var(--text); font-weight:700; letter-spacing:.005em; margin:14px 0 12px; line-height:1.1}
.sec-sub{font-family:var(--korean); font-size:15px; color:var(--muted)}

/* HERO */
.sec-hero{position:relative; min-height:90vh; padding:120px 36px 80px; max-width:none; background:var(--bg); display:flex; align-items:center; overflow:hidden}
.hero-bg{position:absolute; inset:0; background-image:url(/themes/_shared/kids-smile-img/hero.jpg); background-size:cover; background-position:center; z-index:0}
.hero-veil{position:absolute; inset:0; background:linear-gradient(90deg, rgba(240,251,255,.85) 0%, rgba(223,245,252,.55) 45%, rgba(223,245,252,.2) 70%, rgba(223,245,252,.05) 100%); z-index:1}
.sec-hero::before{content:''; position:absolute; top:15%; right:8%; width:380px; height:380px; border-radius:50%; background:radial-gradient(circle, rgba(255,209,102,.25) 0%, transparent 70%); filter:blur(40px); z-index:1; pointer-events:none}
.sec-hero::after{content:''; position:absolute; bottom:0; left:0; right:0; height:120px; background:linear-gradient(180deg, transparent 0%, var(--bg) 100%); z-index:1; pointer-events:none}
.hero-inner{position:relative; z-index:2; max-width:1180px; margin:0 auto; padding:0 20px; width:100%}
.hero-tag{font-family:var(--sans); font-size:11px; color:var(--sky-d); letter-spacing:.22em; text-transform:uppercase; margin-bottom:24px; font-weight:700}
.hero-title{font-family:var(--display); font-size:clamp(48px,8vw,96px); color:var(--text); font-weight:700; line-height:1.05; margin-bottom:24px; letter-spacing:.005em}
.hero-title span{color:var(--sky-d)}
.hero-sub{font-family:var(--korean); font-size:18px; color:var(--muted); margin-bottom:36px; max-width:580px; font-weight:500}
.hero-cta-row{display:flex; gap:18px; align-items:center; flex-wrap:wrap; margin-bottom:50px}
.hero-cta{padding:16px 36px; background:var(--sky); color:#fff; font-family:var(--sans); font-size:16px; font-weight:700; border-radius:30px; letter-spacing:.04em; transition:all .25s; box-shadow:0 6px 24px rgba(76,184,232,.4)}
.hero-cta:hover{background:var(--sky-d); transform:translateY(-3px); box-shadow:0 8px 32px rgba(76,184,232,.5)}
.hero-link{font-family:var(--sans); font-size:14px; color:var(--sky-d); border-bottom:2px solid var(--yellow); padding-bottom:2px; font-weight:700}
.hero-stats{display:flex; gap:36px; flex-wrap:wrap}
.hs strong{display:block; font-family:var(--display); font-size:36px; color:var(--text); font-weight:700; line-height:1}
.hs span{font-family:var(--sans); font-size:10px; color:var(--sky); letter-spacing:.14em; text-transform:uppercase; margin-top:6px; display:inline-block; font-weight:700}

/* AGE TIMELINE */
.age-tabs{display:flex; gap:8px; justify-content:center; margin-bottom:24px; flex-wrap:wrap}
.age-tab{padding:10px 22px; font-family:var(--sans); font-size:14px; color:var(--muted); background:#fff; border:2px solid var(--line); border-radius:24px; cursor:pointer; transition:all .25s; font-weight:700}
.age-tab.active{background:var(--sky); color:#fff; border-color:var(--sky); transform:translateY(-2px); box-shadow:0 4px 14px rgba(76,184,232,.3)}
.age-content{background:#fff; border:2px solid var(--line); border-radius:24px; padding:36px; max-width:880px; margin:0 auto; display:grid; grid-template-columns:200px 1fr; gap:32px; align-items:center}
.ac-img{aspect-ratio:1; border-radius:50%; overflow:hidden; background:var(--bg-2)}
.ac-img img{width:100%; height:100%; object-fit:cover}
.ac-info h3{font-family:var(--display); font-size:28px; color:var(--sky-d); font-weight:700; margin-bottom:14px}
.ac-info ul{list-style:none}
.ac-info li{font-family:var(--korean); font-size:14px; color:var(--text); padding:8px 0 8px 24px; position:relative; border-bottom:1px dotted var(--line)}
.ac-info li::before{content:'★'; position:absolute; left:0; color:var(--yellow-d); font-size:14px; top:8px}

/* TREATMENTS */
.treat-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.tg-card{background:#fff; border:2px solid var(--line); border-radius:20px; overflow:hidden; transition:all .35s; cursor:pointer}
.tg-card:hover{transform:translateY(-4px) scale(1.02); border-color:var(--sky); box-shadow:0 12px 32px rgba(76,184,232,.2)}
.tg-img{aspect-ratio:4/3; background:var(--bg-2); overflow:hidden}
.tg-img img{width:100%; height:100%; object-fit:cover}
.tg-body{padding:18px 20px}
.tg-name{font-family:var(--display); font-size:20px; color:var(--text); font-weight:700; margin-bottom:6px}
.tg-desc{font-family:var(--korean); font-size:12px; color:var(--muted); margin-bottom:10px}
.tg-items{list-style:none}
.tg-items li{font-family:var(--korean); font-size:11px; color:var(--text); padding:3px 0 3px 14px; position:relative}
.tg-items li::before{content:'·'; position:absolute; left:0; color:var(--sky); font-weight:700; font-size:14px; line-height:.6; top:6px}

/* MASCOTS */
.mascot-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:980px; margin:0 auto}
.mg-card{background:#fff; border:3px solid var(--sky-l); border-radius:28px; padding:28px; text-align:center; transition:all .35s}
.mg-card:hover{transform:translateY(-4px) rotate(-1deg); border-color:var(--sky); box-shadow:0 12px 32px rgba(76,184,232,.25)}
.mg-img{aspect-ratio:1; max-width:160px; margin:0 auto 18px; border-radius:50%; overflow:hidden; background:var(--bg-2); border:3px solid var(--yellow)}
.mg-img img{width:100%; height:100%; object-fit:cover}
.mg-name{font-family:var(--display); font-size:26px; color:var(--sky-d); font-weight:700; margin-bottom:10px}
.mg-text{font-family:var(--korean); font-size:13px; color:var(--text); line-height:1.7; padding:10px; background:var(--bg-2); border-radius:14px; font-weight:500}

/* KIDSZONE + FACILITY */
.kidszone-grid,.facility-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.kz-card,.fc-card{background:#fff; border:2px solid var(--line); border-radius:20px; overflow:hidden; transition:all .25s}
.kz-card:hover,.fc-card:hover{transform:translateY(-3px); border-color:var(--sky)}
.kz-img,.fc-img{aspect-ratio:4/3; overflow:hidden}
.kz-img img,.fc-img img{width:100%; height:100%; object-fit:cover; transition:transform .4s}
.kz-card:hover .kz-img img,.fc-card:hover .fc-img img{transform:scale(1.05)}
.kz-body,.fc-body{padding:14px 18px}
.kz-label,.fc-label{font-family:var(--display); font-size:18px; color:var(--sky-d); margin-bottom:4px; font-weight:700}
.kz-desc,.fc-desc{font-family:var(--korean); font-size:12px; color:var(--muted)}

/* DOCTORS */
.doctors-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.doc-card{background:#fff; border:2px solid var(--line); border-radius:24px; overflow:hidden; transition:all .25s}
.doc-card:hover{transform:translateY(-4px); border-color:var(--sky); box-shadow:0 12px 32px rgba(76,184,232,.2)}
.doc-img{aspect-ratio:3/4; background:var(--bg-2); overflow:hidden}
.doc-img img{width:100%; height:100%; object-fit:cover}
.doc-body{padding:18px 20px}
.doc-name{font-family:var(--korean); font-size:18px; color:var(--text); font-weight:700; margin-bottom:4px}
.doc-spec{font-family:var(--sans); font-size:11px; color:var(--sky); letter-spacing:.1em; margin-bottom:14px; font-weight:700; text-transform:uppercase}
.doc-career{list-style:none; margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid var(--line)}
.doc-career li{font-family:var(--korean); font-size:12px; color:var(--muted); padding:3px 0}
.doc-cert{display:flex; gap:6px; flex-wrap:wrap}
.dc-chip{padding:4px 12px; background:var(--bg-2); color:var(--sky-d); font-family:var(--sans); font-size:10px; letter-spacing:.06em; border-radius:14px; font-weight:700}

/* FAQ */
.faq-list{display:grid; gap:12px; max-width:780px; margin:0 auto}
.fq-card{background:#fff; border:2px solid var(--line); border-radius:18px; padding:18px 24px; transition:all .25s}
.fq-card:hover{border-color:var(--sky); box-shadow:0 4px 14px rgba(76,184,232,.1)}
.fq-q{font-family:var(--sans); font-size:16px; color:var(--text); font-weight:700; margin-bottom:6px}
.fq-q::before{content:'Q. '; color:var(--sky)}
.fq-a{font-family:var(--korean); font-size:14px; color:var(--muted); padding-left:24px; line-height:1.7}

/* REWARDS */
.reward-grid{display:grid; grid-template-columns:repeat(6,1fr); gap:14px; max-width:980px; margin:0 auto}
.rw-card{background:#fff; border:2px solid var(--yellow); border-radius:50%; aspect-ratio:1; overflow:hidden; transition:all .35s; cursor:pointer; position:relative; display:flex; align-items:center; justify-content:center; flex-direction:column; padding:14px}
.rw-card:hover{transform:rotate(360deg) scale(1.1); border-color:var(--sky); box-shadow:0 8px 24px rgba(255,209,102,.4)}
.rw-img{width:60%; height:60%; overflow:hidden; border-radius:50%}
.rw-img img{width:100%; height:100%; object-fit:cover}
.rw-name{font-family:var(--display); font-size:11px; color:var(--sky-d); margin-top:6px; font-weight:700; text-align:center}

/* STATS */
.sec-stats{background:linear-gradient(180deg, var(--bg-2) 0%, #fff 100%); padding:60px 36px; max-width:none; border-top:2px solid var(--line); border-bottom:2px solid var(--line)}
.stats-inner{max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:24px}
.st-card{text-align:center; padding:24px; background:#fff; border-radius:24px; border:2px solid var(--line); transition:all .25s}
.st-card:hover{transform:translateY(-4px); border-color:var(--sky)}
.st-num{font-family:var(--display); font-size:42px; color:var(--sky-d); font-weight:700; line-height:1}
.st-label{font-family:var(--sans); font-size:10px; color:var(--sky); letter-spacing:.16em; text-transform:uppercase; margin-top:8px; font-weight:700}
.stats-foot{text-align:center; font-family:var(--korean); font-size:12px; color:var(--muted); margin-top:24px}

/* CTA */
.sec-cta{background:linear-gradient(135deg, var(--sky-d) 0%, var(--sky) 100%); padding:80px 36px; max-width:none; color:#fff}
.cta-inner{max-width:720px; margin:0 auto; text-align:center}
.sec-cta .sec-title{color:#fff}
.sec-cta .sec-title em{color:var(--yellow)}
.cta-form{display:grid; gap:14px; margin-top:32px; text-align:left}
.cta-form label{display:flex; flex-direction:column; gap:6px; font-family:var(--sans); font-size:11px; color:var(--bg-2); letter-spacing:.06em; text-transform:uppercase; font-weight:700}
.cta-form input,.cta-form select,.cta-form textarea{padding:12px 14px; background:rgba(255,255,255,.15); border:2px solid rgba(255,255,255,.25); color:#fff; border-radius:14px; font-family:var(--korean); font-size:16px; transition:border-color .25s}
.cta-form input:focus,.cta-form select:focus,.cta-form textarea:focus{outline:none; border-color:#fff; background:rgba(255,255,255,.2)}
.cta-form input::placeholder,.cta-form textarea::placeholder{color:rgba(255,255,255,.6)}
.cta-form select option{background:var(--sky-d); color:#fff}
.cta-submit{padding:16px; background:var(--yellow); color:var(--text); border:none; font-family:var(--sans); font-size:16px; font-weight:700; letter-spacing:.06em; border-radius:30px; cursor:pointer; transition:all .25s; margin-top:6px}
.cta-submit:hover{background:#fff; transform:translateY(-2px); box-shadow:0 6px 20px rgba(0,0,0,.2)}
.cta-foot{font-family:var(--sans); font-size:11px; color:rgba(255,255,255,.7); text-align:center; margin-top:8px}

/* FOOTER */
.footer{background:#0a1c2c; color:var(--bg-2); padding:48px 36px; text-align:center; font-family:var(--korean); font-size:13px}
.footer .ft-brand{font-family:var(--display); font-size:30px; color:#fff; font-weight:700; margin-bottom:14px}
.footer .ft-info{display:flex; justify-content:center; gap:32px; flex-wrap:wrap; margin-bottom:18px; opacity:.85}
.footer .ft-info span{padding:0 14px; border-right:1px solid rgba(255,255,255,.15)}
.footer .ft-info span:last-child{border-right:none}
.footer .ft-line{font-family:var(--sans); font-size:11px; color:rgba(255,255,255,.5); margin-top:14px}

@media (max-width:1024px){
  .age-content{grid-template-columns:1fr; gap:18px; text-align:center}
  .ac-img{max-width:160px; margin:0 auto}
  .treat-grid{grid-template-columns:repeat(2,1fr)}
  .mascot-grid{grid-template-columns:1fr; max-width:380px}
  .kidszone-grid,.facility-grid{grid-template-columns:repeat(2,1fr)}
  .doctors-grid{grid-template-columns:repeat(2,1fr)}
  .reward-grid{grid-template-columns:repeat(3,1fr)}
  .stats-inner{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
  body{font-size:15px}
  .nav-bounce-chunk{display:none}
  .nav-burger{display:flex}
  main{padding-top:0}
  section{padding:60px 20px}
  .sec-hero{padding:100px 20px 60px; min-height:auto}
  .hero-title{font-size:56px}
  .age-tabs{gap:6px}
  .age-tab{padding:8px 16px; font-size:12px}
  .treat-grid{grid-template-columns:1fr}
  .kidszone-grid,.facility-grid{grid-template-columns:1fr}
  .doctors-grid{grid-template-columns:1fr}
  .reward-grid{grid-template-columns:repeat(3,1fr)}
  .stats-inner{grid-template-columns:repeat(2,1fr); gap:14px}
  .footer .ft-info{flex-direction:column; gap:8px}
  .footer .ft-info span{border-right:none; border-bottom:1px dotted rgba(255,255,255,.15); padding:6px 0}
  .cta-form input,.cta-form select,.cta-form textarea{font-size:16px}
}

/* ===== 1C-1 nav-bounce-chunk unique override ===== */
.nav-bounce-chunk{
  background:linear-gradient(135deg, #fffbe8 0%, #e8f8ff 100%) !important;
  border-bottom:4px dashed #ffd166 !important;
  padding:12px 32px !important;
}
.nav-bounce-chunk .nav-list a{
  font-weight:800 !important; font-size:15px !important;
  text-transform:uppercase; letter-spacing:.05em;
  transition:transform .2s cubic-bezier(.34,1.56,.64,1);
}
.nav-bounce-chunk .nav-list a:hover{
  transform:translateY(-3px) scale(1.05); color:#4cb8e8 !important;
}
.nav-bounce-chunk .nav-list a::before{
  height:4px !important; border-radius:2px;
  background:linear-gradient(90deg, #ffd166, #4cb8e8) !important;
}
.nav-bounce-chunk .nav-list li:not(:last-child)::after{
  content:'⭐' !important; font-size:11px !important; color:#ffd166 !important;
  animation:nav-bounce-twinkle 1.8s ease-in-out infinite;
}
@keyframes nav-bounce-twinkle{0%,100%{opacity:.5}50%{opacity:1;transform:translateY(-50%) rotate(20deg)}}
.nav-bounce-chunk .brand-icon{display:inline-block; animation:nav-bounce-tooth 2.2s ease-in-out infinite}
@keyframes nav-bounce-tooth{0%,100%{transform:rotate(-5deg)}50%{transform:rotate(8deg) scale(1.1)}}

/* 1D 인터랙션 추가 (universal patch 2026-04-28) */
.reveal-init{opacity:0; transform:translateY(20px); transition:opacity .8s ease, transform .8s ease}
.reveal-in{opacity:1 !important; transform:none !important}
.hero-bg{transition:transform .4s ease-out}
@keyframes pulse-anim{0%,100%{opacity:.85}50%{opacity:1}}
[class*="brand-stamp"], [class*="brand-glyph"], [class*="brand-orb"], [class*="brand-tag"], [class*="brand-frame"], [class*="brand-icon"]{animation:pulse-anim 3s ease-in-out infinite; display:inline-block}

/* 1D 강화 — 시각적 cursor follower + magnetic CTA + card tilt (universal patch v2) */
.cursor-follower{position:fixed; top:0; left:0; width:32px; height:32px; border:2px solid currentColor; border-radius:50%; pointer-events:none; z-index:9999; transform:translate(-50%,-50%); transition:transform .15s ease-out, width .25s, height .25s, background .25s; mix-blend-mode:difference; opacity:.85}
.cursor-follower.cursor-grow{width:60px; height:60px; background:rgba(255,255,255,.1)}
.cursor-follower.cursor-shrink{width:8px; height:8px}
.nav-cta, .nav-signup, [class*="-form-submit"], [class*="-cta"] a{transition:transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .3s !important}
[class*="-card"]{transition:transform .35s cubic-bezier(.2,.85,.4,1.275), box-shadow .35s, border-color .25s !important}
@media (max-width:768px){.cursor-follower{display:none !important}}

/* 1D-2 cursor diversify — bouncy yellow + sparkle */
.cursor-follower{border-color:#ffd166; mix-blend-mode:normal; border-width:3px; box-shadow:0 0 24px rgba(255,209,102,.6); animation:kids-cursor-spin 4s linear infinite}
.cursor-follower::after{content:"⭐"; position:absolute; top:-8px; right:-8px; font-size:14px; color:#ffd166}
@keyframes kids-cursor-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}

/* 1D-4 mobile interaction — touch ripple + particle (universal) */
@media (max-width:768px){
  .touch-ripple{position:fixed; pointer-events:none; z-index:9998; border-radius:50%; transform:translate(-50%,-50%); animation:touch-ripple-anim .6s ease-out forwards; mix-blend-mode:multiply}
  @keyframes touch-ripple-anim{
    0%{width:10px; height:10px; opacity:.7; border:2px solid currentColor; background:transparent}
    100%{width:80px; height:80px; opacity:0; border:1px solid currentColor; background:transparent}
  }
  .touch-particle{position:fixed; pointer-events:none; z-index:9998; transform:translate(-50%,-50%); transition:all 1.2s ease-out; opacity:.9; font-size:14px}
  /* iOS smooth scroll + active feedback */
  a, button, [class*="-card"]{-webkit-tap-highlight-color:transparent}
  a:active, button:active, [class*="-card"]:active{transform:scale(.97); transition:transform .1s}
}


/* ===========================================
   RETROFIT v1.27 — motionsites integration
   slug: kids-smile
   effects: R, U
   =========================================== */
/* === retrofit v1.27 motionsites badge-orbit (MIT) === */
@media (prefers-reduced-motion: no-preference) {
  .stat-grid, .badge-row, [class*="-stats"], [class*="-badges"] {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .stat-grid:hover, .badge-row:hover, [class*="-stats"]:hover, [class*="-badges"]:hover {
    transform: rotate(0.5deg);
  }
}/* === retrofit v1.27 motionsites scroll-driven-reveal (MIT) === */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .section, [class*="-section"], .card, [class*="-card"], article {
      animation: rt-reveal-up linear forwards;
      animation-timeline: view();
      animation-range: entry 0% cover 30%;
    }
    @keyframes rt-reveal-up {
      from { opacity: 0; transform: translateY(28px); }
      to { opacity: 1; transform: translateY(0); }
    }
  }
}