:root{
  --navy:#071a3d;
  --navy2:#0b2b62;
  --blue:#2268ea;
  --blue2:#5b98ff;
  --ink:#101a2c;
  --muted:#6f7a8d;
  --line:#e4e9f1;
  --bg:#f5f7fb;
  --kakao:#b7c8d8;
  --yellow:#fee500;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}

/* HEADER */
.header{position:sticky;top:0;z-index:50;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{max-width:1200px;height:76px;margin:auto;padding:0 28px;display:flex;align-items:center;gap:30px}
.brand{width:175px;margin-right:auto}
.brand img{height:52px;width:100%;object-fit:contain;object-position:left center}
.nav{display:flex;gap:30px;color:#c6d2e7;font-size:13px;font-weight:800;letter-spacing:.03em}
.nav a:hover{color:#fff}
.header-cta{padding:10px 15px;border-radius:11px;background:#fff;color:var(--navy);font-size:12px;font-weight:900}
.menu-btn,.mobile-menu{display:none}

/* HERO CAROUSEL */
.hero-slider{position:relative;height:600px;overflow:hidden;background:#071a3d;color:#fff}
.hero-slides{display:flex;height:100%;width:300%;transform:translateX(0);transition:transform .78s cubic-bezier(.22,.8,.25,1)}
.hero-slide{position:relative;flex:0 0 33.333333%;height:100%;background-image:var(--hero-bg);background-size:cover;background-position:center center}
.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,43,.97) 0%,rgba(5,22,51,.91) 42%,rgba(6,25,58,.54) 69%,rgba(6,25,58,.22) 100%)}
.hero-shade{position:absolute;inset:0;background:
radial-gradient(circle at 78% 25%,rgba(89,145,236,.13),transparent 34%),
linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
background-size:auto,46px 46px,46px 46px}
.hero-content{position:relative;z-index:3;max-width:1200px;height:100%;margin:auto;padding:88px 95px 88px 82px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.eyebrow{display:inline-block;font-size:11px;letter-spacing:.18em;font-weight:900;color:var(--blue);margin-bottom:18px}
.eyebrow.light{color:#91bbff}
.hero-content h1,.section-head h2,.service-intro h2,.review-title h2,.lead-copy h2{margin:0;letter-spacing:-.052em;line-height:1.08}
.hero-content h1{max-width:1040px;font-size:clamp(44px,4.8vw,68px);font-weight:790}
.hero-content h1 strong{color:#7faeff;font-weight:900}
.hero-content>p{max-width:790px;margin:24px 0 26px;color:#c7d4e7;font-size:17px;line-height:1.75}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:13px;font-weight:900;font-size:14px;border:1px solid transparent}
.btn-kakao{background:#fee500;color:#241f00}
.btn-line-light{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.035)}
.hero-fee-line{display:flex;gap:28px;flex-wrap:wrap;margin-top:27px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);font-size:11px;color:#aabbd2}
.hero-fee-line b{color:#fff;margin-left:5px}
.hero-nav{
  position:absolute;z-index:5;top:50%;transform:translateY(-50%);
  width:48px;height:48px;aspect-ratio:1/1;min-width:48px;min-height:48px;
  padding:0;margin:0;border:1px solid rgba(255,255,255,.28);
  border-radius:999px;background:rgba(5,21,48,.38);color:#fff;
  display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(5px);
  box-sizing:border-box;
}
.hero-nav svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.hero-nav:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.46)}
.hero-prev{left:22px}.hero-next{right:22px}
.hero-dots{position:absolute;z-index:5;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:8px}
.hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.35);cursor:pointer;transition:.25s}
.hero-dots button.active{width:28px;background:#fff}

@media(max-width:900px){
  .hero-slider{height:620px}
  .hero-content{padding:70px 54px 75px 20px}
  .hero-content h1{font-size:43px}
  .hero-content>p{font-size:15px}
  .hero-slide:after{background:linear-gradient(90deg,rgba(4,18,43,.96) 0%,rgba(6,24,55,.90) 72%,rgba(6,25,58,.58) 100%)}
  .hero-nav{width:42px;height:42px;min-width:42px;min-height:42px}
  .hero-prev{left:10px}.hero-next{right:10px}
}
@media(max-width:600px){
  .consultant-profile{flex-basis:86%}
  .consultant-photo{height:230px}
  .consultant-info>p{min-height:0}
}
@media(max-width:480px){
  .hero-slider{height:650px}
  .hero-content{padding:68px 44px 78px 20px}
  .hero-content h1{font-size:36px}
  .hero-content>p{font-size:14px;line-height:1.7}
  .hero-actions .btn{width:100%}
  .hero-fee-line{display:grid;gap:8px}
  .hero-nav{display:none}
}


/* realtime inquiry strip */
.realtime-strip{border-bottom:1px solid var(--line);background:#fff}
.realtime-inner{max-width:1200px;height:66px;margin:auto;padding:0 28px;display:grid;grid-template-columns:145px 1fr auto;align-items:center}
.realtime-label{height:66px;display:flex;align-items:center;gap:8px;border-right:1px solid var(--line);padding-right:18px}
.live-dot{width:7px;height:7px;border-radius:50%;background:#20bf71;box-shadow:0 0 0 4px rgba(32,191,113,.12)}
.realtime-label b{font-size:12px}
.realtime-label small{font-size:9px;color:#9aa4b3}
.realtime-viewport{height:66px;overflow:hidden}
.realtime-track{transition:transform .5s cubic-bezier(.22,.8,.25,1)}
.realtime-item{height:66px;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:0 18px}
.realtime-channel{font-size:10px;color:var(--blue);font-weight:900;background:#edf3ff;padding:5px 8px;border-radius:8px}
.realtime-copy{font-size:12px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.realtime-time{font-size:10px;color:#8b95a4;white-space:nowrap}
.realtime-link{font-size:11px;font-weight:900;color:var(--blue);padding-left:16px}


/* CONSULTANTS */
.consultants{padding-top:92px;padding-bottom:105px;overflow:hidden}
.consultants-head{display:flex;justify-content:space-between;gap:45px;align-items:flex-end;margin-bottom:36px}
.consultants-head h2{margin:0;font-size:clamp(38px,4.5vw,58px);letter-spacing:-.055em;line-height:1.08}
.consultants-head h2 strong{color:var(--blue)}
.consultants-head>p{max-width:470px;margin:0 0 7px;color:var(--muted);font-size:15px;line-height:1.75}

.consultant-carousel{position:relative}
.consultant-viewport{overflow:hidden;padding:2px}
.consultant-track{display:flex;gap:16px;transition:transform .55s cubic-bezier(.22,.8,.25,1);will-change:transform}
.consultant-profile{flex:0 0 238px;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(38,61,97,.055);transition:.2s ease}
.consultant-profile:hover{transform:translateY(-4px);box-shadow:0 22px 45px rgba(38,61,97,.10)}
.consultant-photo{position:relative;height:174px;background:#eef2f7;overflow:hidden}
.consultant-photo img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:none;opacity:1;image-rendering:auto}
.role-badge{position:absolute;left:16px;bottom:14px;padding:7px 10px;border-radius:8px;background:var(--blue);color:#fff;font-size:10px;font-weight:900;box-shadow:0 8px 20px rgba(34,104,234,.22)}
.consultant-info{padding:21px 20px 23px}
.role-en{font-size:9px;letter-spacing:.13em;font-weight:900;color:#8a96a8}
.consultant-info h3{font-size:20px;margin:6px 0 9px;letter-spacing:-.035em}
.consultant-info>p{font-size:12px;color:#6d798b;line-height:1.65;margin:0 0 15px;min-height:58px}
.consultant-info ul{margin:0;padding:15px 0 0 16px;border-top:1px solid #edf1f6}
.consultant-info li{font-size:11px;color:#48566c;line-height:1.55;margin:7px 0}

.consultant-nav{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:42px;min-width:42px;min-height:42px;aspect-ratio:1/1;padding:0;border-radius:999px;border:1px solid #d9e1ec;background:#fff;color:var(--navy);display:grid;place-items:center;box-shadow:0 10px 24px rgba(30,55,90,.13);cursor:pointer}
.consultant-nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.consultant-nav.prev{left:-21px}
.consultant-nav.next{right:-21px}
.consultant-foot{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:17px}
.consultant-foot>span{font-size:12px;font-weight:750;color:#536176}
.consultant-foot small{font-size:9px;color:#99a3b2;text-align:right}

/* common sections */
.section{max-width:1200px;margin:auto;padding:110px 28px}
.section-kicker{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--blue);margin-bottom:15px}
.section-head{max-width:760px;margin-bottom:50px}
.section-head h2,.service-intro h2,.review-title h2{font-size:clamp(38px,4.5vw,58px);font-weight:760}
.section-head strong,.service-intro strong,.review-title strong{color:var(--blue)}
.section-head p{max-width:640px;color:var(--muted);font-size:16px;margin-top:18px}

.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.why-grid article{padding:30px;border:1px solid var(--line);border-radius:22px;min-height:255px;background:#fff}
.why-grid article>span{font-size:11px;color:var(--blue);font-weight:900}
.why-grid h3{font-size:21px;margin:60px 0 12px}
.why-grid p{font-size:14px;color:var(--muted);margin:0;line-height:1.7}

.service{max-width:none;background:#f5f7fb;padding-left:max(28px,calc((100vw - 1144px)/2));padding-right:max(28px,calc((100vw - 1144px)/2))}
.service-intro{max-width:1144px;display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:45px}
.service-intro p{max-width:430px;color:var(--muted);margin:0 0 8px;font-size:15px}
.service-layout{max-width:1144px;display:grid;grid-template-columns:1.08fr .92fr;gap:18px}
.what-panel,.how-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px}
.panel-label{font-size:10px;font-weight:900;letter-spacing:.14em;color:#8190a5}
.service-list{margin-top:18px}
.service-list>div{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid #edf1f6}
.service-list>div:last-child{border-bottom:0}
.service-list b{font-size:14px}
.service-list span{font-size:11px;color:#7e8999;text-align:right}
.media-note{margin-top:18px;padding:18px;border-radius:16px;background:#f4f7fc;display:grid;grid-template-columns:1fr auto;gap:8px 14px;align-items:center}
.media-note b{font-size:12px}
.media-note span{font-size:10px;color:var(--blue);font-weight:850}
.how-list{margin-top:20px}
.how-step{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid #edf1f6}
.how-step:last-child{border-bottom:0}
.how-step>span{width:42px;height:42px;border-radius:14px;background:#edf3ff;color:var(--blue);display:grid;place-items:center;font-size:11px;font-weight:900}
.how-step b{font-size:15px}
.how-step p{margin:4px 0 0;font-size:12px;color:#7b8798}

/* reviews - multiple small cards */
.review-title{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:38px}
.review-title p{max-width:430px;color:#8a95a5;font-size:11px;line-height:1.6;margin:0 0 7px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mini-kakao{position:relative;border-radius:24px;overflow:hidden;background:var(--kakao);border:1px solid #cbd7e2;box-shadow:0 18px 42px rgba(43,68,100,.09)}
.mini-head{height:60px;display:grid;grid-template-columns:40px 1fr 20px;gap:9px;align-items:center;padding:0 15px}
.mini-head b,.mini-head small{display:block}
.mini-head b{font-size:12px}
.mini-head small{font-size:8px;color:#5d6c81}
.name-blur{filter:blur(.55px)}
.mini-avatar{width:37px;height:37px;border-radius:50%;display:block;filter:blur(1.4px);background:linear-gradient(45deg,#72bfd7 0 50%,#d8eef3 50%);border:1px solid rgba(255,255,255,.5)}
.v2{background:linear-gradient(45deg,#a9b6c5 0 50%,#d6e0e9 50%)}
.v3{background:linear-gradient(45deg,#87a6c0 0 50%,#d8e5ef 50%)}
.mini-avatar.small{width:30px;height:30px}
.mini-chat{min-height:320px;padding:14px;background:var(--kakao)}
.mini-left,.mini-right{display:flex;align-items:flex-end;gap:7px;margin:11px 0}
.mini-left>div{max-width:76%}
.mini-left b{display:block;font-size:9px;margin:0 0 4px 3px}
.mini-left p,.mini-right p{margin:0;padding:10px 11px;border-radius:10px;font-size:11px;line-height:1.5}
.mini-left p{background:#fff;border-top-left-radius:2px}
.mini-right{justify-content:flex-end}
.mini-right p{max-width:75%;background:var(--yellow);border-top-right-radius:2px}
.sample-tag{position:absolute;right:12px;bottom:10px;background:rgba(6,27,64,.76);color:#fff;font-size:8px;font-weight:850;padding:5px 8px;border-radius:999px}

/* Lead */
.lead-section{background:linear-gradient(135deg,#071a3d,#0b2f6d);color:#fff;padding:100px 28px}
.lead-inner{max-width:1144px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.lead-copy h2{font-size:clamp(40px,4.5vw,58px)}
.lead-copy h2 strong{color:#7caeff}
.lead-copy p{max-width:420px;color:#bfcee3;line-height:1.75}
.lead-contact{display:flex;flex-direction:column;gap:10px;margin-top:28px}
.lead-contact a{font-weight:850}
.lead-form{background:#fff;color:var(--ink);border-radius:24px;padding:28px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.lead-form label>span{display:block;font-size:11px;font-weight:800;margin-bottom:7px;color:#586578}
.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid #dfe5ee;border-radius:12px;background:#fbfcfe;padding:13px 14px;outline:none}
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:#7ca7f5;box-shadow:0 0 0 3px rgba(34,104,234,.08)}
.lead-form .full{display:block;margin-top:15px}
.agree{display:flex!important;gap:8px;align-items:center;margin:15px 0}
.agree input{width:auto}
.agree span{margin:0!important;font-size:10px!important;color:#7d8796!important;font-weight:600!important}
.submit-btn{width:100%;height:52px;border:0;border-radius:13px;background:var(--blue);color:#fff;font-weight:900;cursor:pointer}
.form-note{margin:10px 0 0;font-size:9px;color:#9aa3b2;text-align:center}

/* Footer */
.footer{background:#061631;color:#fff;padding:34px max(28px,calc((100vw - 1144px)/2));display:flex;justify-content:space-between;gap:36px;align-items:center;border-top:1px solid rgba(255,255,255,.08)}
.footer-brand img{width:145px;height:46px;object-fit:contain;object-position:left center}
.footer-brand p{font-size:10px;color:#8597b2;margin:5px 0 0}
.footer-contacts{display:flex;gap:18px;align-items:center}
.footer-contacts a{display:flex;flex-direction:column;gap:2px;padding-left:18px;border-left:1px solid rgba(255,255,255,.12)}
.footer-contacts span{font-size:9px;color:#8092ad}
.footer-contacts b{font-size:11px;color:#d5deeb;font-weight:800}
.mobile-sticky{display:none}

@media(max-width:900px){
  .desktop-only,.nav{display:none!important}
  .header-inner{height:66px;padding:0 18px}
  .brand{width:145px}
  .brand img{height:46px}
  .menu-btn{display:block;border:0;background:transparent;color:#fff;font-size:23px}
  .mobile-menu{display:none;position:absolute;top:66px;left:0;right:0;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.1);padding:12px 18px 18px;color:#fff}
  .mobile-menu.open{display:grid;gap:6px}
  .mobile-menu a{padding:10px 0;font-weight:800}

  .realtime-inner{height:62px;padding:0 20px;grid-template-columns:110px 1fr}
  .realtime-label{height:62px;padding-right:10px}
  .realtime-link{display:none}
  .realtime-item{height:62px;padding:0 12px;grid-template-columns:auto 1fr auto}
  .realtime-viewport{height:62px}

  .section{padding:78px 20px}
  .consultants-head{display:block}
  .consultants-head>p{margin-top:16px}
  .consultant-profile{flex-basis:calc((100% - 16px)/2)}
  .consultant-photo{height:190px}
  .consultant-nav.prev{left:-8px}
  .consultant-nav.next{right:-8px}
  .consultant-foot{display:block}
  .consultant-foot small{display:block;text-align:left;margin-top:7px}

  .why-grid,.service-layout,.review-grid{grid-template-columns:1fr}
  .why-grid article{min-height:200px}
  .why-grid h3{margin-top:40px}
  .service{padding-left:20px;padding-right:20px}
  .service-intro,.review-title{display:block}
  .service-intro p,.review-title p{margin-top:16px}
  .service-list>div{display:block}
  .service-list span{display:block;text-align:left;margin-top:4px}

  .mini-chat{min-height:270px}

  .lead-section{padding:78px 20px 105px}
  .lead-inner{grid-template-columns:1fr;gap:35px}
  .form-grid{grid-template-columns:1fr}
  .lead-form{padding:22px}
  .footer{padding-bottom:100px;display:block}
  .footer-contacts{margin-top:18px;display:grid;grid-template-columns:1fr;gap:10px}
  .footer-contacts a{padding:0;border-left:0}

  .mobile-sticky{position:fixed;z-index:60;left:12px;right:12px;bottom:12px;height:58px;display:grid;grid-template-columns:1fr 1fr;border-radius:16px;overflow:hidden;box-shadow:0 14px 30px rgba(9,33,73,.22)}
  .mobile-sticky a{display:grid;place-items:center;font-weight:900;font-size:14px}
  .mobile-sticky a:first-child{background:#fff;color:var(--navy)}
  .mobile-sticky a:last-child{background:#fee500;color:#241f00}
}
@media(max-width:600px){
  .consultant-profile{flex-basis:86%}
  .consultant-photo{height:230px}
  .consultant-info>p{min-height:0}
}
@media(max-width:480px){
  .section-head h2,.service-intro h2,.review-title h2{font-size:35px}
  .realtime-inner{grid-template-columns:95px 1fr}
  .realtime-channel{display:none}
  .realtime-item{grid-template-columns:1fr auto}
  .realtime-copy{font-size:11px}
}

/* v10 consultant photo tuning */
.consultant-profile{background:#fff}
.consultant-photo:after{
  content:"";position:absolute;inset:0;
  box-shadow:inset 0 -20px 28px rgba(10,25,50,.04);
  pointer-events:none
}

/* v12 sticky contact bar */
body{padding-bottom:92px;}
.sticky-contact-bar{
  position:fixed;
  left:16px; right:16px; bottom:14px; z-index:120;
  display:grid; grid-template-columns:repeat(3,1fr);
  background:linear-gradient(135deg,#071a3d,#0b2f6d);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 36px rgba(7,24,53,.28);
}
.sticky-item{
  min-height:64px;
  display:flex; flex-direction:column; justify-content:center;
  padding:14px 22px;
  color:#fff;
  border-right:1px solid rgba(255,255,255,.10);
  transition:background .2s ease;
}
.sticky-item:last-child{border-right:0}
.sticky-item:hover{background:rgba(255,255,255,.05)}
.sticky-item span{
  font-size:10px;
  color:#90a3c3;
  font-weight:700;
}
.sticky-item b{
  font-size:18px;
  color:#fff;
  font-weight:900;
  margin-top:3px;
  letter-spacing:-.02em;
}
.sticky-item.kakao b{color:#fee500}

@media(max-width:900px){
  body{padding-bottom:180px;}
  .sticky-contact-bar{
    left:12px; right:12px; bottom:12px;
    grid-template-columns:1fr;
    border-radius:16px;
  }
  .sticky-item{
    min-height:58px;
    padding:12px 16px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.10);
  }
  .sticky-item:last-child{border-bottom:0}
  .sticky-item span{font-size:9px}
  .sticky-item b{font-size:15px}
}


/* v13 deploy cleanup / consultant refinement */
.consultant-photo{
  background:#eef2f7;
}
.consultant-photo img{
  object-position:center 28%;
}
.review-title p{
  color:#69788e;
}
.form-note{
  color:#65758b;
}

/* deploy consultant photo refinement */
.consultant-photo{
  height:205px;
}
.consultant-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 24%;
  filter:none;
  opacity:1;
}
.review-title > p:empty{
  display:none;
}
.realtime-label small:empty{
  display:none;
}
@media(max-width:900px){
  .consultant-photo{height:230px;}
}
@media(max-width:600px){
  .consultant-photo{height:285px;}
}


/* v15 contact typography / DB form */
.lead-inner{
  grid-template-columns:1fr 1.08fr;
  gap:54px;
  align-items:center;
}
.lead-copy{
  max-width:520px;
}
.lead-copy h2{
  font-size:clamp(36px,3.9vw,52px);
  line-height:1.12;
  letter-spacing:-.045em;
  word-break:keep-all;
}
.lead-copy h2 strong{
  display:block;
  white-space:nowrap;
}
.lead-copy p{
  max-width:500px;
  margin-top:22px;
  font-size:15px;
  line-height:1.85;
  word-break:keep-all;
}
.hp-field{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(1px,1px,1px,1px)!important;
  white-space:nowrap!important;
  opacity:0!important;
  pointer-events:none!important;
}
.submit-btn[disabled]{
  opacity:.65;
  cursor:not-allowed;
}
.form-status{
  display:none;
  margin-top:12px;
  padding:12px 14px;
  border-radius:11px;
  font-size:12px;
  line-height:1.55;
}
.form-status.show{display:block}
.form-status.success{
  background:#eefbf4;
  color:#137448;
  border:1px solid #c9efda;
}
.form-status.error{
  background:#fff1f1;
  color:#b43c3c;
  border:1px solid #ffd1d1;
}

@media(max-width:900px){
  .lead-inner{grid-template-columns:1fr;gap:34px}
  .lead-copy{max-width:none}
  .lead-copy h2{font-size:clamp(36px,9vw,48px)}
  .lead-copy h2 strong{white-space:normal}
}


/* =========================================================
   MOBILE OPTIMIZATION
   - 첫 화면 높이/글자 비율 정리
   - 모바일 하단 고정바는 전화/카카오 2버튼만 노출
   ========================================================= */

@media(max-width:900px){
  /* 헤더 */
  .header-inner{
    height:64px;
    padding:0 16px;
  }
  .brand{
    width:124px;
  }
  .brand img{
    height:40px;
  }
  .mobile-menu{
    top:64px;
  }

  /* 메인 히어로 */
  .hero-slider{
    height:560px;
    min-height:560px;
  }
  .hero-slide{
    background-position:68% center;
  }
  .hero-slide:after{
    background:
      linear-gradient(
        90deg,
        rgba(4,18,43,.97) 0%,
        rgba(5,22,51,.94) 52%,
        rgba(6,25,58,.74) 76%,
        rgba(6,25,58,.48) 100%
      );
  }
  .hero-content{
    padding:46px 20px 54px;
    justify-content:center;
  }
  .hero-content .eyebrow{
    margin-bottom:13px;
    font-size:9px;
    letter-spacing:.17em;
  }
  .hero-content h1{
    max-width:100%;
    font-size:clamp(30px,8vw,36px);
    line-height:1.06;
    letter-spacing:-.055em;
    word-break:keep-all;
  }
  .hero-content>p{
    max-width:100%;
    margin:18px 0 20px;
    font-size:13px;
    line-height:1.68;
    word-break:keep-all;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    width:100%;
  }
  .hero-actions .btn{
    width:100%;
    min-height:46px;
    padding:0 10px;
    font-size:12px;
    border-radius:12px;
  }
  .hero-fee-line{
    display:grid;
    gap:5px;
    width:100%;
    margin-top:20px;
    padding-top:14px;
    font-size:9.5px;
    line-height:1.45;
  }
  .hero-dots{
    bottom:14px;
  }

  /* 기존 PC용 3칸 고정 문의바는 모바일에서 숨김 */
  .sticky-contact-bar{
    display:none !important;
  }

  /* 모바일은 하단 2버튼만 노출 */
  .mobile-sticky{
    position:fixed;
    z-index:120;
    left:10px;
    right:10px;
    bottom:10px;
    height:54px;
    display:grid;
    grid-template-columns:1fr 1fr;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 12px 26px rgba(7,24,53,.24);
    border:1px solid rgba(7,24,53,.08);
  }
  .mobile-sticky a{
    display:grid;
    place-items:center;
    font-size:13px;
    font-weight:900;
  }
  .mobile-sticky a:first-child{
    background:#fff;
    color:var(--navy);
  }
  .mobile-sticky a:last-child{
    background:#fee500;
    color:#241f00;
  }

  /* 기존 3줄 고정바용 여백 제거 */
  body{
    padding-bottom:76px;
  }
}

@media(max-width:480px){
  .hero-slider{
    height:545px;
    min-height:545px;
  }
  .hero-content{
    padding:40px 18px 50px;
  }
  .hero-content h1{
    font-size:31px;
  }
  .hero-content>p{
    font-size:12.5px;
  }
  .hero-actions{
    grid-template-columns:1fr 1fr;
  }
  .hero-fee-line{
    display:grid;
  }
}

@media(max-width:360px){
  .hero-slider{
    height:560px;
    min-height:560px;
  }
  .hero-content h1{
    font-size:28px;
  }
  .hero-actions{
    grid-template-columns:1fr;
  }
}
