:root{
  --navy:#0a1626;--navy2:#10243d;--ink:#172033;--muted:#667085;--gold:#d9b36c;
  --gold2:#f0d39a;--line:#e7eaf0;--soft:#f6f8fb;--white:#fff;--kakao:#fee500;
  --shadow:0 18px 50px rgba(10,22,38,.10);--radius:22px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.7;letter-spacing:-.02em}
a{color:inherit}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.topbar{background:#07111e;color:#dce3ec;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.topbar strong{color:var(--gold2)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(231,234,240,.85)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{text-decoration:none;display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--navy),#1d3e64);display:grid;place-items:center;color:var(--gold2);font-weight:900;box-shadow:0 7px 20px rgba(10,22,38,.18)}.brand-copy b{display:block;font-size:18px}.brand-copy span{display:block;font-size:11px;color:#77808e;letter-spacing:.08em}
.site-nav{display:flex;align-items:center;gap:23px}.site-nav a{text-decoration:none;font-size:14px;font-weight:700;color:#344054}.site-nav a:hover{color:#0c3764}.nav-cta{padding:11px 16px;border-radius:999px;background:var(--navy)!important;color:white!important}.menu-toggle{display:none;border:0;background:none;font-size:26px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 30%,rgba(217,179,108,.20),transparent 24%),linear-gradient(125deg,#07111f,#0d2038 62%,#173655);color:white}.hero:before{content:"";position:absolute;inset:auto -12% -100px 35%;height:350px;border:1px solid rgba(255,255,255,.11);border-radius:50%;transform:rotate(-10deg)}.hero:after{content:"";position:absolute;right:5%;top:12%;width:360px;height:360px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 28px);clip-path:polygon(15% 32%,100% 0,88% 100%,0 76%)}
.hero-grid{position:relative;z-index:2;min-height:620px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:56px;padding:70px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold2);font-weight:800;font-size:13px;letter-spacing:.08em}.eyebrow:before{content:"";width:34px;height:1px;background:var(--gold)}.hero h1{font-size:clamp(39px,5.8vw,68px);line-height:1.13;letter-spacing:-.055em;margin:14px 0 22px}.hero h1 em{font-style:normal;color:var(--gold2)}.hero p{font-size:18px;color:#dce5ef;max-width:680px;margin:0 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:12px;text-decoration:none;font-weight:800;border:1px solid transparent}.btn-gold{background:linear-gradient(135deg,#e2bd75,#f1d79d);color:#1a2430}.btn-ghost{border-color:rgba(255,255,255,.28);color:white;background:rgba(255,255,255,.06)}.btn-dark{background:var(--navy);color:white}.btn-kakao{background:var(--kakao);color:#231f20}
.hero-card{background:rgba(255,255,255,.97);color:var(--ink);border-radius:28px;padding:30px;box-shadow:0 26px 70px rgba(0,0,0,.28)}.hero-card h3{margin:0 0 8px;font-size:22px}.hero-card p{color:var(--muted);font-size:14px;margin:0 0 20px}.quick-list{display:grid;gap:10px;margin:22px 0}.quick-item{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.quick-item b{color:#101828}.hero-card .btn{width:100%;margin-top:8px}
.trust-strip{margin-top:-36px;position:relative;z-index:3}.trust-grid{background:white;border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:24px}.trust-item{padding:0 22px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item b{display:block;font-size:18px;color:#172b48}.trust-item span{font-size:13px;color:var(--muted)}
section{padding:92px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-kicker{font-size:13px;font-weight:900;color:#9a7433;letter-spacing:.09em}.section-head h2{font-size:clamp(29px,4vw,44px);line-height:1.2;margin:7px 0 0;letter-spacing:-.045em}.section-head p{max-width:540px;color:var(--muted);margin:0}.soft{background:var(--soft)}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card,.vehicle-card,.post-card,.faq-card{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 9px 34px rgba(20,35,58,.045)}.service-card{padding:27px}.service-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:#edf2f7;font-size:23px}.service-card h3{margin:17px 0 8px}.service-card p{margin:0;color:var(--muted);font-size:14px}
.vehicle-card{overflow:hidden}.vehicle-visual{height:210px;position:relative;background:linear-gradient(145deg,#e9eef4,#f9fbfd);display:flex;align-items:center;justify-content:center}.vehicle-shape{width:76%;height:78px;border-radius:34px 42px 18px 18px;background:linear-gradient(180deg,#fff,#cbd5df);box-shadow:0 20px 30px rgba(40,55,75,.15);position:relative}.vehicle-shape:before,.vehicle-shape:after{content:"";position:absolute;bottom:-13px;width:29px;height:29px;border-radius:50%;background:#20252d;border:7px solid #68717b}.vehicle-shape:before{left:13%}.vehicle-shape:after{right:13%}.vehicle-card .body{padding:23px}.vehicle-card h3{margin:0 0 8px}.tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef3f8;font-size:12px;font-weight:800;color:#345}.vehicle-card p{font-size:14px;color:var(--muted);margin:12px 0 0}
.fare-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.fare-card{border-radius:26px;padding:30px;background:linear-gradient(145deg,#0b1b2e,#153454);color:white}.fare-card.light{background:white;border:1px solid var(--line);color:var(--ink)}.fare-card h3{font-size:24px;margin:0 0 8px}.fare-card p{margin:0 0 18px;color:#cfdae6}.fare-card.light p{color:var(--muted)}.fare-points{list-style:none;margin:0;padding:0}.fare-points li{padding:10px 0;border-top:1px solid rgba(255,255,255,.13)}.fare-card.light .fare-points li{border-color:var(--line)}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-card{overflow:hidden;text-decoration:none;transition:.2s transform,.2s box-shadow}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.post-thumb{height:190px;background:linear-gradient(145deg,#dfe7f0,#f6f8fa);overflow:hidden}.post-thumb img{width:100%;height:100%;object-fit:cover}.post-body{padding:22px}.post-meta{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#858d99}.post-title{font-size:18px;line-height:1.45;font-weight:850;margin:10px 0 9px}.post-excerpt{font-size:13px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.cta-section{padding:30px 0 90px}.cta-box{border-radius:30px;padding:44px;background:linear-gradient(125deg,#0a1728,#173a60);color:white;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:var(--shadow)}.cta-box h2{margin:0 0 8px;font-size:34px}.cta-box p{margin:0;color:#d2dce7}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.footer{background:#07111e;color:#cdd6df;padding:50px 0 95px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:50px}.footer h4{color:white;margin:0 0 12px}.footer a{color:#cdd6df;text-decoration:none;display:block;margin:6px 0;font-size:13px}.footer p{font-size:13px;color:#98a7b8}.copyright{border-top:1px solid #1d2b3b;margin-top:35px;padding-top:18px;font-size:12px;color:#7f8d9c}
.page-hero{background:linear-gradient(125deg,#0a1727,#183a60);color:white;padding:74px 0}.page-hero h1{font-size:44px;margin:8px 0 10px}.page-hero p{margin:0;color:#d6e0ea}.page-content{padding:70px 0 100px}.content-card{background:white;border:1px solid var(--line);border-radius:24px;padding:30px}.info-table{width:100%;border-collapse:collapse}.info-table th,.info-table td{padding:15px 12px;border-bottom:1px solid var(--line);text-align:left}.info-table th{width:30%;color:#344054;background:#fafbfc}.notice{padding:18px 20px;background:#f6f8fb;border-radius:14px;color:#475467;font-size:14px}.reservation-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0}.reservation-fields span{padding:13px 15px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:14px}.faq-list{display:grid;gap:13px}.faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;padding:18px 20px}.faq-item summary{font-weight:850;cursor:pointer}.faq-item p{color:var(--muted);margin:13px 0 2px}
.blog-shell{background:#f7f9fc;min-height:100vh}.blog-head{padding:54px 0 30px}.blog-head h1{font-size:42px;margin:0 0 8px}.blog-toolbar{display:flex;gap:10px;justify-content:space-between;align-items:center;flex-wrap:wrap;margin:22px 0}.cat-chips{display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;padding:8px 12px;border:1px solid var(--line);background:white;border-radius:999px;text-decoration:none;font-size:13px;font-weight:750}.chip.active{background:var(--navy);color:white;border-color:var(--navy)}.blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:90px}.article-wrap{max-width:880px;margin:auto;padding:55px 0 100px}.article-head{margin-bottom:30px}.article-head .cat{font-size:13px;font-weight:850;color:#986f2f}.article-head h1{font-size:clamp(34px,6vw,52px);line-height:1.25;letter-spacing:-.045em;margin:10px 0 14px}.article-meta{font-size:13px;color:#7f8793}.article-body{background:white;border:1px solid var(--line);border-radius:24px;padding:clamp(23px,5vw,50px);box-shadow:0 12px 40px rgba(20,35,58,.055)}.article-body img{border-radius:16px;margin:22px auto;max-width:100%;height:auto}.article-body h2{font-size:29px;margin-top:42px}.article-body h3{font-size:23px;margin-top:30px}.article-body table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.article-body th,.article-body td{border:1px solid #e5e7eb;padding:10px}.article-body a{color:#165a9c}.article-body p{margin:1em 0}.article-back{margin-top:24px;display:flex;justify-content:center}
.mobile-fixed{display:none}
@media(max-width:920px){.hero-grid{grid-template-columns:1fr;min-height:auto;padding:72px 0 100px}.hero-card{max-width:620px}.trust-grid{grid-template-columns:repeat(2,1fr);row-gap:25px}.trust-item:nth-child(2){border-right:0}.card-grid,.posts-grid,.blog-list{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.section-head{align-items:start;flex-direction:column}.site-nav{position:absolute;left:20px;right:20px;top:68px;background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:16px;display:none;flex-direction:column;align-items:stretch}.site-nav.open{display:flex}.menu-toggle{display:block}.cta-box{align-items:flex-start;flex-direction:column}.fare-grid{grid-template-columns:1fr}}
@media(max-width:620px){.container{width:min(100% - 28px,var(--max))}.topbar .container{font-size:11px}.hero h1{font-size:40px}.hero p{font-size:16px}.hero-card{padding:23px}.trust-strip{margin-top:-44px}.trust-grid{grid-template-columns:1fr 1fr;padding:18px}.trust-item{padding:4px 10px}.card-grid,.posts-grid,.blog-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.reservation-fields{grid-template-columns:1fr}.page-hero h1{font-size:36px}.article-wrap{padding:35px 0 120px}.article-body{border-radius:18px}.mobile-fixed{position:fixed;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;z-index:80;box-shadow:0 -8px 30px rgba(0,0,0,.14)}.mobile-fixed a{height:58px;border-radius:0}.mobile-fixed .btn-dark{background:#0a1a2c}.footer{padding-bottom:120px}}

/* ===== 2026 Premium landing additions ===== */
.hero-premium{min-height:720px;background:
  radial-gradient(circle at 78% 34%,rgba(231,195,125,.20),transparent 24%),
  radial-gradient(circle at 18% 8%,rgba(66,124,184,.15),transparent 27%),
  linear-gradient(118deg,#06101c 0%,#0a1b30 48%,#133655 100%)}
.hero-premium:before{height:470px;bottom:-180px;left:12%;right:-8%;border-color:rgba(255,255,255,.08)}
.hero-premium:after{width:500px;height:500px;right:2%;top:5%;opacity:.8}
.premium-grid{grid-template-columns:1.03fr .97fr;gap:32px;min-height:720px;padding:62px 0 92px}
.hero-copy{position:relative;z-index:3}.hero-copy h1{font-size:clamp(44px,5.7vw,72px);max-width:720px}.hero-copy p{max-width:640px}
.hero-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.hero-badges span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.055);font-size:12px;color:#d9e3ee;font-weight:700}
.hero-stage{position:relative;min-height:510px;display:flex;align-items:center;justify-content:center;isolation:isolate}
.stage-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(234,201,137,.25),rgba(234,201,137,.07) 45%,transparent 70%);filter:blur(2px);z-index:-2}
.hero-stage:before{content:"";position:absolute;inset:34px 0 36px 36px;border-radius:42px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(160deg,rgba(255,255,255,.07),rgba(255,255,255,.015));backdrop-filter:blur(4px);z-index:-1;box-shadow:inset 0 1px rgba(255,255,255,.09),0 40px 70px rgba(0,0,0,.2)}
.terminal-line{position:absolute;top:65px;left:72px;font-size:11px;letter-spacing:.18em;color:#d9c18f;font-weight:800}
.airport-art{width:108%;max-width:760px;overflow:visible;transform:translate(3%,7%)}
.stage-card{position:absolute;right:-4px;bottom:42px;min-width:245px;padding:15px 18px;border-radius:16px;background:rgba(7,17,30,.88);border:1px solid rgba(240,211,154,.26);box-shadow:0 20px 50px rgba(0,0,0,.24);backdrop-filter:blur(10px)}.stage-card span{display:block;font-size:10px;letter-spacing:.13em;color:var(--gold2);font-weight:800;margin-bottom:5px}.stage-card b{font-size:14px;line-height:1.55;color:#fff}
.hero-orbit{position:absolute;border:1px solid rgba(240,211,154,.12);border-radius:50%;pointer-events:none}.hero-orbit-a{width:620px;height:620px;right:-220px;top:-180px}.hero-orbit-b{width:430px;height:430px;right:-135px;top:-85px}
.service-section{padding-top:110px}.service-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.premium-card{display:block;position:relative;overflow:hidden;text-decoration:none;min-height:300px;padding:28px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.premium-card:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-75px;top:-85px;background:radial-gradient(circle,rgba(217,179,108,.17),transparent 70%)}.premium-card:hover{transform:translateY(-7px);box-shadow:0 28px 55px rgba(13,36,62,.12);border-color:#d9c597}.service-index{position:absolute;right:22px;bottom:13px;font-size:52px;line-height:1;color:#edf1f5;font-weight:900;letter-spacing:-.06em}.premium-card .service-icon{background:linear-gradient(145deg,#0f2845,#173b61);color:#f0d39a}.premium-card h3{font-size:20px;margin:20px 0 8px}.premium-card p{position:relative;z-index:2;min-height:96px}.card-arrow{position:relative;z-index:2;display:inline-block;margin-top:14px;font-size:12px;font-weight:850;color:#8a6429}
.dark-showcase{background:linear-gradient(135deg,#06101b,#0c1f34 58%,#123653);color:white;position:relative;overflow:hidden}.dark-showcase:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;bottom:-240px;border:1px solid rgba(240,211,154,.13);box-shadow:0 0 0 70px rgba(240,211,154,.03),0 0 0 140px rgba(240,211,154,.02)}.showcase-grid{position:relative;z-index:2;display:grid;grid-template-columns:.78fr 1.22fr;gap:58px;align-items:center}.showcase-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.2;margin:8px 0 18px}.showcase-copy p{color:#c9d5e2;margin:0 0 28px;max-width:490px}.gold{color:var(--gold2)}.showcase-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mini-vehicle{position:relative;min-height:330px;padding:24px 20px 18px;border-radius:24px;background:linear-gradient(160deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.11);overflow:hidden}.mini-vehicle b{display:block;font-size:18px;margin:12px 0 4px}.mini-vehicle small{color:#aebdcb}.mv-tag{display:inline-flex;border:1px solid rgba(240,211,154,.28);color:var(--gold2);border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}.mv-car{position:absolute;left:12%;right:12%;bottom:54px;height:72px;border-radius:36px 46px 14px 14px;background:linear-gradient(180deg,#dce4eb,#94a3b8);box-shadow:0 20px 30px rgba(0,0,0,.28)}.mv-car:before,.mv-car:after{content:"";position:absolute;bottom:-14px;width:28px;height:28px;border-radius:50%;background:#111827;border:7px solid #667085}.mv-car:before{left:13%}.mv-car:after{right:13%}.mv-car.black{background:linear-gradient(180deg,#334155,#111827)}.mv-car.white{background:linear-gradient(180deg,#fff,#d0d5dd)}.mv-car.van{height:96px;border-radius:24px 28px 12px 12px}.mv-car.big{height:108px;left:8%;right:8%;border-radius:22px}
.section-more{text-align:center;margin-top:30px}.post-fallback{display:flex;align-items:flex-end;padding:20px;background:radial-gradient(circle at 75% 22%,rgba(217,179,108,.42),transparent 22%),linear-gradient(135deg,#0b1a2d,#1c456f)}.post-fallback span{font-size:11px;letter-spacing:.12em;color:#f5deb0;font-weight:800}.post-card .post-thumb{position:relative}.post-card .post-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(7,17,30,.13))}
.steps-section{padding-top:100px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;min-height:180px}.step span{display:inline-block;color:#b1843b;font-weight:900;font-size:12px;letter-spacing:.08em}.step b{display:block;margin:22px 0 6px;font-size:18px}.step p{margin:0;font-size:13px;color:var(--muted)}
.channel-section{padding-top:100px}.channel-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.channel-grid h2{font-size:clamp(34px,4vw,50px);line-height:1.2;margin:8px 0 15px}.channel-grid p{color:var(--muted);max-width:470px}.channel-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.channel{display:flex;min-height:138px;padding:22px;border-radius:22px;text-decoration:none;flex-direction:column;justify-content:space-between;border:1px solid var(--line);box-shadow:0 10px 30px rgba(20,35,58,.045);transition:.2s transform}.channel:hover{transform:translateY(-4px)}.channel strong{font-size:19px}.channel span{font-size:12px;font-weight:700;opacity:.75}.channel.kakao{background:#fee500;border-color:#fee500;color:#191600}.channel.phone{background:linear-gradient(135deg,#0b1d31,#173f67);color:white;border-color:#173f67}.channel.naver{background:#f0fff6;border-color:#d6f6e3;color:#08763c}.channel.blog{background:#fffaf0;border-color:#f1e2c0;color:#6c4e1e}
.premium-cta{padding:52px 56px}.cta-label{display:block;color:var(--gold2);font-size:11px;letter-spacing:.14em;font-weight:900;margin-bottom:8px}.premium-cta h2{font-size:clamp(30px,4vw,46px);line-height:1.2}.vertical{min-width:225px;flex-direction:column}.vertical .btn{width:100%}

/* Dynamic blog polish */
.blog-head{background:linear-gradient(180deg,#f8fafc,#f5f7fa);border-bottom:1px solid #e9edf2}.blog-head p{color:var(--muted);margin:0}.blog-list{padding-top:8px}.article-shell{background:#f7f9fc}.article-hero{background:linear-gradient(135deg,#07121f,#102c4a);color:white}.article-hero .article-wrap{padding-bottom:44px}.article-hero .article-head{margin-bottom:0}.article-hero .article-head .cat{color:#f0d39a}.article-hero .article-meta{color:#b9c8d7}.article-hero .article-head h1{color:#fff}.article-body-wrap{padding:42px 0 100px}.article-body{line-height:1.85}.article-body>style{display:none}.article-body blockquote{margin:24px 0;padding:18px 22px;border-left:4px solid #d8b16a;background:#f8f5ee;color:#4b5563}.article-body ul,.article-body ol{padding-left:1.4em}.article-body hr{border:0;border-top:1px solid #e5e7eb;margin:34px 0}.article-thumb{margin-top:25px;border-radius:22px;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.18);max-height:480px}.article-thumb img{width:100%;height:100%;object-fit:cover}.blog-empty{grid-column:1/-1;background:#fff;border:1px dashed #d8dee7;border-radius:20px;padding:45px;text-align:center;color:#667085}

@media(max-width:1100px){.service-grid-4{grid-template-columns:repeat(2,1fr)}.showcase-grid,.channel-grid{grid-template-columns:1fr}.showcase-copy{max-width:720px}.showcase-cards{max-width:820px}.channel-cards{max-width:820px}.premium-grid{grid-template-columns:1fr}.hero-stage{min-height:460px;max-width:760px}.hero-premium{min-height:auto}.premium-grid{min-height:auto}.stage-card{right:8%}}
@media(max-width:820px){.showcase-cards{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr 1fr}.premium-cta{padding:38px}.service-grid-4{gap:14px}}
@media(max-width:620px){.hero-premium{padding-bottom:0}.premium-grid{padding-top:56px}.hero-stage{min-height:350px}.hero-stage:before{inset:15px 0 24px}.airport-art{width:115%;transform:translate(1%,5%)}.terminal-line{top:39px;left:35px;font-size:9px}.stage-card{right:6px;bottom:14px;min-width:205px}.hero-badges{margin-top:20px}.service-grid-4,.showcase-cards,.steps-grid,.channel-cards{grid-template-columns:1fr}.premium-card{min-height:260px}.premium-card p{min-height:auto}.mini-vehicle{min-height:280px}.dark-showcase{padding:78px 0}.premium-cta{padding:30px 24px}.vertical{min-width:100%;width:100%}.channel-section{padding-bottom:70px}}

/* ===== Reservation & vehicle detail polish ===== */
.reservation-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:24px;align-items:start}.reservation-card h2{font-size:32px;line-height:1.25;margin:8px 0 8px}.reservation-card .lead{color:var(--muted);margin:0 0 24px}.reservation-form label{display:grid;gap:7px;font-size:13px;font-weight:800;color:#344054}.reservation-form input,.reservation-form textarea{width:100%;border:1px solid #dfe4eb;border-radius:13px;padding:13px 14px;background:#fff;font:inherit;color:#101828;outline:none;transition:border-color .2s,box-shadow .2s}.reservation-form input:focus,.reservation-form textarea:focus{border-color:#b98d43;box-shadow:0 0 0 4px rgba(217,179,108,.13)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid .wide{grid-column:1/-1}.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.reservation-side{display:grid;gap:16px}.side-panel{border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff;box-shadow:0 10px 34px rgba(15,35,58,.05)}.side-panel h3{font-size:22px;margin:6px 0 12px}.side-panel p{font-size:14px;color:var(--muted);margin:12px 0 0}.side-panel ul{margin:14px 0 0;padding-left:20px;color:#475467;font-size:14px}.side-panel li{margin:8px 0}.side-label{font-size:10px;font-weight:900;letter-spacing:.14em;color:#9a7433}.dark-panel{background:linear-gradient(145deg,#081827,#173b61);color:#fff;border-color:#173b61}.dark-panel .side-label{color:#f0d39a}.dark-panel p{color:#d4deea}.big-phone{display:inline-block;font-size:27px;font-weight:900;text-decoration:none;color:#f0d39a;letter-spacing:-.03em}.vehicle-intro{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.vehicle-intro h2{font-size:34px;margin:6px 0 0}.vehicle-intro p{max-width:570px;color:var(--muted);margin:0}.vehicle-note-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.vehicle-note-grid .notice{min-height:120px}.vehicle-note-grid b{color:#172b48}.fare-card .side-label{color:#f0d39a}.fare-card.light .side-label{color:#9a7433}
@media(max-width:900px){.reservation-layout{grid-template-columns:1fr}.vehicle-intro{display:block}.vehicle-intro p{margin-top:12px}.vehicle-note-grid{grid-template-columns:1fr}}
@media(max-width:620px){.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.form-actions .btn{width:100%}.reservation-card{padding:24px 18px}.reservation-card h2{font-size:27px}.big-phone{font-size:24px}}


/* ===== SOCOOL V3 ===== */
:root{--socool-blue:#0a64d8;--socool-cyan:#08bde9;--deep:#071425;--deep2:#0d2743;--gold3:#e8c77f;--green:#03c75a}
.brand-logo{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}.brand-logo img{width:214px;height:auto;max-height:58px;object-fit:contain}.footer-logo img{width:230px;max-width:100%;filter:brightness(2.2) saturate(.75)}
.header-inner{height:82px;gap:18px}.site-nav{gap:15px;white-space:nowrap}.site-nav a{font-size:12.5px}.site-nav .nav-cta{padding:10px 14px}.mobile-head-actions{display:none;align-items:center;gap:8px}.mobile-quote{text-decoration:none;background:#edf5ff;color:#0a4b92;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:850}
.hero-v3{position:relative;min-height:700px;padding:0;color:#fff;display:flex;align-items:center;overflow:hidden;background:#071425}.hero-photo{position:absolute;inset:0;background:url('/assets/hero-airport-v36.webp') center center/cover no-repeat;transform:scale(1.01)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,26,.93) 0%,rgba(5,19,36,.78) 36%,rgba(5,18,33,.28) 68%,rgba(5,18,33,.13) 100%)}.hero-v3-inner{position:relative;z-index:2}.hero-v3-copy{max-width:690px;padding:90px 0 120px}.hero-v3 h1{font-size:clamp(46px,5.4vw,76px);line-height:1.08;letter-spacing:-.055em;margin:15px 0 24px}.hero-v3 h1 em{font-style:normal;color:#f0d39a}.hero-v3 p{font-size:19px;max-width:630px;color:#e5edf5;margin:0 0 30px}.hero-v3 .eyebrow{color:#f0d39a}.hero-v3 .btn{min-height:52px;padding:0 21px}.hero-v3 .hero-badges{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.hero-v3 .hero-badges span{font-size:12px;border:1px solid rgba(255,255,255,.26);padding:7px 11px;border-radius:999px;background:rgba(7,20,37,.38);backdrop-filter:blur(6px)}
.trust-strip.v3{margin-top:-48px}.trust-strip.v3 .trust-grid{border:1px solid rgba(255,255,255,.65);box-shadow:0 24px 60px rgba(7,20,37,.14)}
.intro-services{padding-top:120px}.line-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#0d2743,#0b66c7);color:#fff;font-size:10px;font-weight:900;letter-spacing:.06em}.premium-card .line-icon{position:relative;z-index:2}
.quote-band{padding:68px 0;background:linear-gradient(120deg,#071425,#12395f);color:#fff}.quote-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:50px}.quote-grid h2{font-size:clamp(32px,4vw,48px);margin:6px 0 10px}.quote-grid p{margin:0;color:#d3deea}.quote-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.vehicle-v3{padding-bottom:110px}.vehicle-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.vehicle-photo-card{display:block;text-decoration:none;background:#fff;border:1px solid #e4e9f0;border-radius:22px;overflow:hidden;box-shadow:0 10px 34px rgba(12,31,53,.055);transition:transform .22s,box-shadow .22s}.vehicle-photo-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(12,31,53,.13)}.vehicle-photo-card .photo{height:245px;overflow:hidden;background:#e8edf3}.vehicle-photo-card .photo img{width:100%;height:100%;object-fit:cover}.vehicle-photo-card:nth-child(1) .photo img{object-position:72% center}.vehicle-photo-card:nth-child(2) .photo img{object-position:center 72%}.vehicle-photo-card:nth-child(3) .photo img{object-position:25% 67%}.vehicle-photo-card:nth-child(4) .photo img{object-position:center 63%}.vehicle-info{padding:21px 20px 23px}.vehicle-info span{display:inline-flex;font-size:11px;font-weight:900;color:#996c25;background:#fff7e8;border-radius:999px;padding:4px 8px}.vehicle-info h3{font-size:19px;margin:10px 0 5px}.vehicle-info p{margin:0;color:#667085;font-size:13px}.detail-grid{grid-template-columns:repeat(2,1fr)}.detail-grid .vehicle-photo-card .photo{height:360px}
.journey-section{padding-top:110px}
.business-teaser{position:relative;min-height:660px;color:#fff;display:flex;align-items:center;overflow:hidden}.business-bg{position:absolute;inset:0;background:url('/assets/fleet-lineup.webp') center 55%/cover no-repeat;transform:scale(1.02)}.business-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,25,.94) 0%,rgba(5,19,35,.80) 48%,rgba(5,19,35,.28) 100%)}.business-content{position:relative;z-index:2;max-width:1180px}.business-content h2{font-size:clamp(38px,5vw,62px);line-height:1.13;margin:10px 0 18px;max-width:750px}.business-content p{font-size:18px;color:#d5e0ea;max-width:680px}.b2b-points{display:flex;gap:9px;flex-wrap:wrap;margin:24px 0 30px}.b2b-points span{border:1px solid rgba(255,255,255,.26);background:rgba(7,20,37,.45);padding:8px 11px;border-radius:999px;font-size:12px}
.region-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.region-grid a{text-decoration:none;text-align:center;padding:24px 10px;background:#fff;border:1px solid var(--line);border-radius:16px;font-weight:850;color:#17304e;transition:.2s}.region-grid a:hover{background:#0d2743;color:#fff;border-color:#0d2743;transform:translateY(-2px)}
.naver-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.naver-copy h2{font-size:clamp(34px,4.3vw,52px);line-height:1.18;margin:8px 0 16px}.naver-copy p{color:#667085;max-width:520px}.naver-kicker{color:#079447}.btn-naver{background:#03c75a;color:#fff}.naver-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.naver-story{display:flex;flex-direction:column;min-height:230px;text-decoration:none;border:1px solid #dce9e1;background:#fff;border-radius:22px;padding:24px;box-shadow:0 10px 30px rgba(7,80,43,.045)}.naver-story span{font-size:12px;color:#03a94e;font-weight:900}.naver-story b{font-size:20px;margin-top:auto}.naver-story small{color:#667085;margin-top:8px;line-height:1.55}
.faq-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.faq-preview-grid>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.faq-preview-grid b{font-size:17px}.faq-preview-grid p{font-size:13px;color:#667085;margin:9px 0 0}
.page-hero-v3{background:radial-gradient(circle at 80% 20%,rgba(53,126,210,.35),transparent 28%),linear-gradient(125deg,#071425,#0f3153);color:#fff;padding:82px 0}.page-hero-v3 h1{font-size:clamp(38px,5vw,58px);line-height:1.15;margin:8px 0 12px}.page-hero-v3 p{max-width:760px;color:#d7e2ed;margin:0;font-size:17px}.business-page-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center;margin-bottom:55px}.business-page-intro h2{font-size:42px;line-height:1.2;margin:8px 0 14px}.business-page-intro p{color:#667085}.business-page-intro img{width:100%;height:420px;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}.b2b-sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.b2b-sector-grid article{min-height:220px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff}.b2b-sector-grid article span{font-size:11px;color:#9a7433;font-weight:900}.b2b-sector-grid h3{font-size:20px;margin:25px 0 7px}.b2b-sector-grid p{font-size:13px;color:#667085;margin:0}.b2b-feature-box{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;margin-top:48px;padding:40px;border-radius:26px;background:linear-gradient(135deg,#071425,#123b63);color:#fff}.b2b-feature-box h2{font-size:34px;margin:7px 0}.b2b-feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.b2b-feature-list span{border:1px solid rgba(255,255,255,.14);padding:12px 14px;border-radius:12px;color:#e4ebf2;font-size:13px}.b2b-cta{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:30px;border:1px solid var(--line);border-radius:22px;padding:28px}.b2b-cta h2{margin:0 0 6px}.b2b-cta p{margin:0;color:#667085}
@media(max-width:1180px){.site-nav{gap:10px}.site-nav a{font-size:11.5px}.brand-logo img{width:180px}.vehicle-photo-grid{grid-template-columns:repeat(2,1fr)}.region-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:960px){.topbar{display:none}.header-inner{height:70px}.brand-logo img{width:165px;max-height:52px}.mobile-head-actions{display:flex}.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;border-top:1px solid #eef1f4;box-shadow:0 20px 38px rgba(10,22,38,.14);padding:12px 20px 20px;flex-direction:column;align-items:stretch;gap:0}.site-nav.open{display:flex}.site-nav a{font-size:15px;padding:12px 4px;border-bottom:1px solid #f1f3f6}.site-nav .nav-cta{margin-top:10px;text-align:center;border:0}.hero-v3{min-height:650px}.hero-v3-copy{padding:85px 0 110px;max-width:630px}.hero-shade{background:linear-gradient(90deg,rgba(3,13,26,.92),rgba(3,13,26,.67) 65%,rgba(3,13,26,.32))}.quote-grid,.naver-grid,.business-page-intro,.b2b-feature-box{grid-template-columns:1fr}.quote-actions{justify-content:flex-start}.naver-cards{grid-template-columns:repeat(3,1fr)}.business-page-intro img{height:360px}.b2b-sector-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){body{font-size:15px}.container{width:min(100% - 28px,var(--max))}.brand-logo img{width:145px}.mobile-quote{font-size:11px;padding:7px 9px}.hero-v3{min-height:690px;align-items:flex-end}.hero-photo{background-position:61% center}.hero-shade{background:linear-gradient(180deg,rgba(2,11,22,.18) 0%,rgba(2,11,22,.50) 33%,rgba(2,11,22,.94) 70%,#071425 100%)}.hero-v3-copy{padding:290px 0 74px}.hero-v3 h1{font-size:40px;line-height:1.12}.hero-v3 p{font-size:16px}.hero-v3 .hero-actions .btn{width:100%}.trust-strip.v3{margin-top:0}.trust-strip.v3 .container{width:100%}.trust-strip.v3 .trust-grid{border-radius:0;grid-template-columns:1fr 1fr;padding:18px 14px;box-shadow:none}.trust-strip.v3 .trust-item{padding:13px 12px;border-right:0;border-bottom:1px solid var(--line)}.trust-strip.v3 .trust-item:nth-last-child(-n+2){border-bottom:0}.trust-item b{font-size:15px}.intro-services{padding-top:76px}.section-head{display:block}.section-head p{margin-top:14px}.vehicle-photo-grid,.detail-grid{grid-template-columns:1fr}.vehicle-photo-card .photo,.detail-grid .vehicle-photo-card .photo{height:260px}.business-teaser{min-height:620px}.business-bg{background-position:37% center}.business-overlay{background:linear-gradient(180deg,rgba(3,13,25,.38),rgba(3,13,25,.92) 58%,#071425)}.business-content{padding-top:190px}.business-content h2{font-size:39px}.region-grid{grid-template-columns:1fr 1fr}.naver-cards{grid-template-columns:1fr}.naver-story{min-height:145px}.faq-preview-grid{grid-template-columns:1fr}.b2b-sector-grid{grid-template-columns:1fr}.b2b-feature-list{grid-template-columns:1fr}.b2b-feature-box{padding:28px 20px}.b2b-cta{display:block}.b2b-cta .btn{width:100%;margin-top:18px}.business-page-intro h2{font-size:34px}.business-page-intro img{height:280px}.page-hero-v3{padding:58px 0}.page-content{padding-top:52px}.premium-cta{padding:30px 22px}.footer-logo img{width:190px}}

.business-info{border-top:1px solid #1d2b3b;margin-top:34px;padding-top:20px;color:#93a2b2;font-size:12px;line-height:1.9}.business-info div+div{margin-top:2px}.copyright{border-top:0;margin-top:12px;padding-top:0;font-size:12px;color:#7f8d9c;letter-spacing:.02em}
@media(max-width:620px){.business-info{font-size:11px;line-height:1.8;margin-top:28px;padding-top:18px}.business-info div{display:block}.copyright{margin-top:14px}}

/* ===== V3.2 premium landing refinements ===== */
:root{--premium-gold:#e7c06d;--premium-gold2:#f8dfa5;--premium-navy:#061426;--premium-blue:#0d2e51}
body{font-family:"Pretendard Variable",Pretendard,"SUIT","Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.site-header{background:#fff}.header-inner{height:84px}.brand-logo img{width:210px}
.hero-v3{min-height:720px;background:#071425}
.hero-photo{background-position:center 47%}
.hero-shade{background:linear-gradient(90deg,rgba(3,13,26,.94) 0%,rgba(3,13,26,.79) 34%,rgba(3,13,26,.36) 60%,rgba(3,13,26,.08) 100%)}
.hero-v3-copy{max-width:720px;padding:92px 0 136px}
.hero-v3 .eyebrow{font-size:12px;letter-spacing:.095em;font-weight:900}
.hero-v3 h1{font-size:clamp(48px,5vw,72px);font-weight:900;line-height:1.07;letter-spacing:-.052em;margin:15px 0 24px;text-wrap:balance;text-shadow:0 2px 18px rgba(0,0,0,.14)}
.hero-v3 h1 em{color:#f1d492}
.hero-v3 p{font-size:18px;line-height:1.75;max-width:610px;font-weight:550}
.hero-actions{align-items:stretch}.hero-v3 .hero-actions .btn{min-height:54px;border-radius:12px;font-size:15px;padding:0 20px;box-shadow:0 7px 18px rgba(0,0,0,.14)}
.btn-gold{background:linear-gradient(135deg,#e5bb63 0%,#f6dda1 52%,#e7c06d 100%);color:#102035;border-color:rgba(255,255,255,.28)}
.btn-phone{background:rgba(7,20,37,.72);border:1px solid rgba(255,255,255,.45);color:#fff;backdrop-filter:blur(8px)}
.btn-ico{display:inline-grid;place-items:center;font-weight:900}.btn-ico.talk{font-size:9px;background:#241e00;color:#fee500;border-radius:999px;width:31px;height:24px;letter-spacing:-.04em}
.hero-v3 .hero-badges{margin-top:17px}.hero-v3 .hero-badges span{font-weight:700;border-color:rgba(255,255,255,.32);background:rgba(4,18,34,.52)}
.trust-strip.v3{margin-top:-52px}.trust-strip.v3 .trust-grid{padding:20px 26px;border-radius:18px;background:#fff}.trust-strip.v3 .trust-item{display:flex;align-items:center;gap:14px}.trust-icon{font-style:normal;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eef4fb;color:#0e3158;font-size:17px;font-weight:900;flex:0 0 auto}.trust-strip.v3 .trust-item b{font-size:16px}.trust-strip.v3 .trust-item span{display:block;line-height:1.45;margin-top:2px}
.intro-services{padding-top:112px}.service-title-row h2{font-weight:900}.service-grid-4{gap:14px}.premium-card{min-height:250px;padding:24px;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfe)}.premium-card h3{font-size:18px;margin:16px 0 7px}.premium-card p{min-height:78px;font-size:13px;line-height:1.7}.service-index{font-size:44px}.line-icon{width:42px;height:42px;border-radius:12px}
.featured-vehicles{grid-template-columns:repeat(2,1fr);gap:22px}.featured-vehicles .vehicle-photo-card{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:300px}.featured-vehicles .vehicle-photo-card .photo{height:300px}.featured-vehicles .vehicle-info{padding:30px}.featured-vehicles .vehicle-info h3{font-size:24px}.featured-vehicles .vehicle-info p{font-size:14px;line-height:1.7}

@media(max-width:960px){
  .header-inner{height:72px}.brand-logo img{width:170px}.site-nav{top:72px}
  .hero-v3{min-height:780px}.hero-v3-copy{padding:78px 0 130px}.hero-v3 h1{font-size:52px}.hero-v3 p{font-size:17px}
  .featured-vehicles{grid-template-columns:1fr}.featured-vehicles .vehicle-photo-card{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .header-inner{height:72px}.brand-logo img{width:156px}.mobile-quote{background:linear-gradient(135deg,#f8e7b9,#e4bd69);color:#0a2748;font-size:13px;font-weight:900;padding:9px 15px;box-shadow:0 5px 15px rgba(192,146,57,.15)}.menu-toggle{font-size:31px;line-height:1;color:#061426}
  .hero-v3{min-height:870px;display:block;background:#071425}.hero-photo{background-size:auto 600px;background-repeat:no-repeat;background-position:64% 55%;transform:none}.hero-shade{background:linear-gradient(180deg,rgba(3,13,26,.52) 0%,rgba(3,13,26,.45) 25%,rgba(3,13,26,.23) 50%,rgba(3,13,26,.62) 68%,#071425 88%,#071425 100%)}
  .hero-v3-copy{padding:64px 0 38px;max-width:none}.hero-v3 .eyebrow{font-size:10.5px}.hero-v3 h1{font-size:38px;line-height:1.08;margin:13px 0 17px;letter-spacing:-.055em}.hero-v3 p{font-size:14px;line-height:1.7;max-width:95%;margin-bottom:274px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-actions .hero-quote{grid-column:1/-1}.hero-v3 .hero-actions .btn{min-height:57px;width:100%;font-size:15px;border-radius:14px;padding:0 12px}.hero-v3 .hero-actions .hero-quote{min-height:62px;font-size:17px}.hero-v3 .hero-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:16px}.hero-v3 .hero-badges span{font-size:10px;text-align:center;padding:8px 3px;white-space:nowrap}
  .trust-strip.v3{margin-top:-24px;padding:0 14px;z-index:4}.trust-strip.v3 .container{width:100%}.trust-strip.v3 .trust-grid{grid-template-columns:repeat(4,1fr);border-radius:16px;padding:15px 8px;box-shadow:0 12px 32px rgba(7,20,37,.15)}.trust-strip.v3 .trust-item{display:flex;flex-direction:column;gap:7px;text-align:center;padding:0 4px;border-right:1px solid #e5e9ef;border-bottom:0}.trust-strip.v3 .trust-item:last-child{border-right:0}.trust-icon{width:30px;height:30px;font-size:14px}.trust-strip.v3 .trust-item b{font-size:11px;line-height:1.35}.trust-strip.v3 .trust-item span{font-size:8.5px;line-height:1.35}
  .intro-services{padding-top:70px}.section-head h2{font-size:32px}.service-grid-4{grid-template-columns:1fr 1fr;gap:10px}.premium-card{min-height:196px;padding:17px 15px}.premium-card h3{font-size:15px;margin:12px 0 5px}.premium-card p{font-size:11.5px;line-height:1.6;min-height:auto}.premium-card .card-arrow{font-size:10px;margin-top:10px}.line-icon{width:36px;height:36px;font-size:9px}.service-index{font-size:32px;right:13px}
  .featured-vehicles{grid-template-columns:1fr}.featured-vehicles .vehicle-photo-card{grid-template-columns:1fr 1fr;min-height:210px}.featured-vehicles .vehicle-photo-card .photo{height:210px}.featured-vehicles .vehicle-info{padding:17px 14px}.featured-vehicles .vehicle-info h3{font-size:17px}.featured-vehicles .vehicle-info p{font-size:11.5px}
}
@media(max-width:390px){.hero-v3 h1{font-size:35px}.hero-v3 p{margin-bottom:260px}.brand-logo img{width:145px}.hero-v3 .hero-badges span{font-size:9px}}


/* ===== V3.3 mobile hero: no empty sky gap, premium first-screen conversion ===== */
@media (max-width:680px){
  .site-header{position:sticky;top:0;z-index:60}
  .header-inner{height:70px}
  .brand-logo img{width:154px;max-height:52px}
  .mobile-head-actions{gap:10px}
  .mobile-quote{background:linear-gradient(135deg,#f8e9bc 0%,#e5bd68 100%);color:#0a2748;border:1px solid rgba(187,142,52,.20);font-size:12px;font-weight:900;padding:8px 14px;border-radius:999px;box-shadow:0 5px 14px rgba(179,132,42,.14)}
  .menu-toggle{font-size:31px;color:#071425}

  .hero-v3{min-height:0;display:block;padding:0;background:#071425;overflow:hidden}
  .hero-photo{inset:0;background-image:url('/assets/hero-airport-v36.webp');background-size:cover;background-repeat:no-repeat;background-position:66% center;transform:none}
  .hero-shade{background:linear-gradient(180deg,rgba(3,13,26,.66) 0%,rgba(3,13,26,.63) 23%,rgba(3,13,26,.55) 47%,rgba(3,13,26,.67) 68%,rgba(3,13,26,.94) 100%)}
  .hero-v3-inner{position:relative;z-index:2}
  .hero-v3-copy{padding:36px 0 32px;max-width:none}
  .hero-v3 .eyebrow{font-size:10px;letter-spacing:.075em;margin-bottom:2px}
  .hero-v3 h1{font-size:36px;line-height:1.08;margin:10px 0 16px;letter-spacing:-.055em;font-weight:950;text-wrap:balance}
  .hero-v3 p{font-size:14px;line-height:1.62;max-width:100%;margin:0 0 26px;color:#eef3f8;font-weight:550}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:0}
  .hero-actions .hero-quote{grid-column:1/-1}
  .hero-v3 .hero-actions .btn{min-height:54px;width:100%;font-size:14px;border-radius:13px;padding:0 10px}
  .hero-v3 .hero-actions .hero-quote{min-height:59px;font-size:16px;background:linear-gradient(135deg,#f5e2ad 0%,#d7a84c 100%);box-shadow:0 8px 24px rgba(186,136,40,.26)}
  .hero-v3 .hero-actions .btn-kakao{background:#fee500;color:#191919}
  .hero-v3 .hero-actions .btn-phone{background:rgba(4,20,38,.88);border-color:rgba(255,255,255,.30);color:#fff}
  .hero-v3 .hero-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}
  .hero-v3 .hero-badges span{font-size:11px;text-align:center;padding:8px 4px;white-space:normal;background:rgba(4,18,34,.58)}
  .trust-strip.v3{margin-top:0;position:relative;z-index:4}
  .trust-strip.v3 .container{width:100%}
  .trust-strip.v3 .trust-grid{border-radius:0 0 18px 18px;grid-template-columns:1fr 1fr;padding:14px 12px;box-shadow:0 16px 34px rgba(10,22,38,.10)}
  .trust-strip.v3 .trust-item{padding:12px 10px}
  .trust-strip.v3 .trust-item b{font-size:14px;line-height:1.25}
  .trust-strip.v3 .trust-item span{font-size:11px;line-height:1.4}
  .mobile-fixed{z-index:80}
}
@media (max-width:390px){
  .brand-logo img{width:145px}
  .mobile-quote{font-size:11px;padding:7px 11px}
  .hero-v3-copy{padding:31px 0 28px}
  .hero-v3 h1{font-size:33px}
  .hero-v3 p{font-size:13.5px}
}


/* ===== V3.4 reliable UI icons: no device-dependent emoji glyphs ===== */
.talk-chip,.tel-chip{
  display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;
  min-width:34px;height:22px;padding:0 7px;border-radius:999px;
  font-size:9px;line-height:1;font-weight:950;letter-spacing:.02em;font-style:normal;
}
.talk-chip{background:#241f20;color:#fee500}
.tel-chip{background:rgba(255,255,255,.16);color:currentColor;border:1px solid rgba(255,255,255,.22)}
.btn-gold .tel-chip{background:#0b2138;color:#fff;border-color:#0b2138}
.btn-kakao .talk-chip{background:#241f20;color:#fee500}
.trust-icon{font-family:Arial,sans-serif;font-style:normal;font-weight:950;letter-spacing:-.02em}
.trust-air,.trust-long{font-size:11px}
.trust-b2b{font-size:9px;letter-spacing:0}
@media(max-width:680px){
  .talk-chip,.tel-chip{min-width:32px;height:21px;font-size:8.5px;padding:0 6px}
}


/* ===== V3.5 final mobile polish ===== */
.hero-v3 h1{font-weight:800;line-height:1.12;letter-spacing:-.045em}
.hero-v3 .hero-actions .hero-quote{background:linear-gradient(135deg,#f7e4ad 0%,#e7c476 48%,#d9aa4c 100%);color:#10233b}
.hero-v3 .hero-badges span{display:flex;align-items:center;justify-content:center;text-align:center}
@media(max-width:680px){
  .hero-v3 h1{font-size:35px;line-height:1.13;letter-spacing:-.042em;font-weight:800}
  .hero-v3 h1 em{font-weight:800}
  .hero-v3 p{line-height:1.72;font-weight:500}
  .hero-v3 .hero-badges{grid-template-columns:repeat(2,1fr);gap:9px;margin-top:16px}
  .hero-v3 .hero-badges span{min-height:46px;border-radius:14px;padding:9px 8px;font-size:11px;font-weight:750;border:1px solid rgba(255,255,255,.20);background:rgba(4,18,34,.44);box-shadow:none;backdrop-filter:none}
  .hero-v3 .hero-actions .hero-quote{font-weight:850}
}
@media(max-width:390px){
  .hero-v3 h1{font-size:32px;line-height:1.14}
}


/* ===== V3.6 definitive mobile-first hero ===== */
.mobile-subbar,.mobile-hero-scene{display:none}
.hero-quicklinks a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(7,20,37,.38);font-size:12px;color:#d9e3ee;font-weight:700;text-decoration:none}
.hero-quicklinks a small{display:none}

@media(max-width:680px){
  /* header: concise and immediately informative */
  .topbar{display:none!important}
  .site-header{position:sticky;top:0;z-index:70;background:#fff}
  .header-inner{height:72px}
  .brand-logo img{width:154px;max-height:52px}
  .mobile-quote{font-size:12px;padding:8px 13px;border-radius:999px;background:linear-gradient(135deg,#f7e5b2,#dfb457);color:#0a2748}
  .menu-toggle{font-size:30px}
  .mobile-subbar{display:block;background:#07315a;color:#fff;text-align:center;font-size:11px;font-weight:700;line-height:1.35;padding:8px 12px;letter-spacing:-.02em}

  /* Build mobile hero as content + dedicated vehicle scene, not one oversized landscape background */
  .hero-v3{min-height:0!important;display:block!important;background:#071425!important;overflow:hidden}
  .hero-photo{background-image:url('/assets/hero-airport-v36.webp')!important;background-size:auto 350px!important;background-position:78% 0!important;background-repeat:no-repeat!important;opacity:.78;transform:none!important}
  .hero-shade{background:linear-gradient(180deg,rgba(3,13,26,.66) 0%,rgba(3,13,26,.82) 300px,#071425 420px,#071425 100%)!important}
  .hero-v3-inner{position:relative;z-index:2}
  .hero-v3-copy{padding:28px 0 30px!important;max-width:none!important}
  .hero-v3 .eyebrow{font-size:9.5px;line-height:1.35;letter-spacing:.07em;margin:0 0 8px;font-weight:800}
  .hero-v3 h1{font-size:33px!important;line-height:1.16!important;letter-spacing:-.038em!important;font-weight:760!important;margin:8px 0 16px!important;text-shadow:0 2px 16px rgba(0,0,0,.16)}
  .hero-v3 h1 em{font-weight:760!important;color:#f0d08c}
  .hero-v3 p{font-size:13.5px!important;line-height:1.68!important;font-weight:480!important;max-width:100%!important;margin:0 0 15px!important;color:#eef3f8}

  /* Separate scene prevents the vehicles being hidden under the buttons */
  .mobile-hero-scene{display:block;height:235px;margin:4px -14px 18px;background:url('/assets/hero-airport-v36.webp') 61% 64%/cover no-repeat;border-radius:0;position:relative;box-shadow:inset 0 -45px 55px rgba(7,20,37,.34)}
  .mobile-hero-scene:after{content:'여행의 시작은 쏘쿨택시와 함께 하세요';position:absolute;right:16px;bottom:11px;color:rgba(255,255,255,.90);font-size:10px;font-weight:700;letter-spacing:-.02em;text-shadow:0 2px 7px rgba(0,0,0,.55)}

  .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin:0!important}
  .hero-actions .hero-quote{grid-column:1/-1!important}
  .hero-v3 .hero-actions .btn{width:100%;min-height:52px!important;border-radius:13px!important;font-size:14px!important;padding:0 10px!important}
  .hero-v3 .hero-actions .hero-quote{min-height:58px!important;font-size:16px!important;font-weight:820!important;background:linear-gradient(135deg,#f8e8b9 0%,#e8c778 52%,#dcae51 100%)!important;color:#10233b!important;box-shadow:0 8px 22px rgba(172,125,35,.22)!important}

  /* Five useful quick links, including the important accumulated blog asset */
  .hero-v3 .hero-quicklinks{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:6px!important;margin:12px 0 0!important}
  .hero-v3 .hero-quicklinks a{min-height:72px;border:1px solid rgba(255,255,255,.23);border-radius:12px;background:rgba(5,24,45,.66);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:7px 3px;color:#fff;box-shadow:none;text-decoration:none}
  .hero-v3 .hero-quicklinks a b{font-size:9.5px;line-height:1.25;font-weight:790;white-space:normal}
  .hero-v3 .hero-quicklinks a small{display:none}
  .hero-v3 .hero-quicklinks .quick-blog{border-color:rgba(231,196,118,.55);background:rgba(20,42,67,.82)}

  /* secondary trust facts: clean 2x2 white panel */
  .trust-strip.v3{margin-top:0!important;padding:0 10px 0;background:#071425}
  .trust-strip.v3 .container{width:100%!important}
  .trust-strip.v3 .trust-grid{grid-template-columns:1fr 1fr!important;border-radius:16px!important;padding:8px 8px!important;box-shadow:0 12px 32px rgba(7,20,37,.13)!important}
  .trust-strip.v3 .trust-item{padding:11px 7px!important;gap:6px!important;flex-direction:column!important;text-align:center!important;border-right:1px solid #e9edf3!important;border-bottom:1px solid #e9edf3!important}
  .trust-strip.v3 .trust-item:nth-child(2n){border-right:0!important}
  .trust-strip.v3 .trust-item:nth-last-child(-n+2){border-bottom:0!important}
  .trust-icon{width:29px!important;height:29px!important;font-size:10px!important}
  .trust-strip.v3 .trust-item b{font-size:12px!important;line-height:1.28!important}
  .trust-strip.v3 .trust-item span{font-size:9.5px!important;line-height:1.35!important;margin-top:0!important}

  .intro-services{padding-top:64px!important}
}

@media(max-width:390px){
  .brand-logo img{width:145px}
  .mobile-subbar{font-size:10.5px}
  .hero-v3-copy{padding-top:25px!important}
  .hero-v3 h1{font-size:31px!important;line-height:1.17!important}
  .hero-v3 p{font-size:13px!important}
  .mobile-hero-scene{height:220px;background-position:61% 64%}
  .hero-v3 .hero-quicklinks a{min-height:68px}
  .hero-v3 .hero-quicklinks a b{font-size:9px}
}

/* v3.7 reservation form */
.reservation-form{margin-top:26px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid label{display:flex;flex-direction:column;gap:8px}.form-grid label.wide{grid-column:1/-1}.form-grid label>span{font-size:13px;font-weight:850;color:#1b2b40}.form-grid em,.reservation-help em{font-style:normal;color:#b06b16}.form-grid input,.form-grid textarea{width:100%;box-sizing:border-box;border:1px solid #dbe2ea;background:#fff;color:#0c1d31;border-radius:14px;padding:14px 15px;font:inherit;font-size:15px;line-height:1.45;outline:none;transition:border-color .18s,box-shadow .18s}.form-grid input{min-height:50px}.form-grid textarea{resize:vertical;min-height:110px}.form-grid input:focus,.form-grid textarea:focus{border-color:#c69c4d;box-shadow:0 0 0 4px rgba(198,156,77,.12)}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#9aa5b1}.reservation-help{margin:14px 0 0;color:#687587;font-size:12px}.reservation-actions{margin-top:18px}.reservation-actions button{border:0;cursor:pointer}.reservation-preview{margin-top:24px;padding:22px;border-radius:18px;background:#071425;color:#fff;box-shadow:0 18px 42px rgba(7,20,37,.18)}.preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.preview-head h3{margin:4px 0 0;font-size:24px}.preview-close{border:0;background:rgba(255,255,255,.12);color:#fff;width:34px;height:34px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer}.reservation-preview pre{white-space:pre-wrap;word-break:keep-all;margin:18px 0;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.055);font-family:inherit;font-size:14px;line-height:1.8;color:#f3f6fa}
@media(max-width:620px){.form-grid{grid-template-columns:1fr;gap:13px}.form-grid label.wide{grid-column:auto}.reservation-form{margin-top:20px}.form-grid input,.form-grid textarea{font-size:16px}.reservation-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reservation-actions .btn:first-child{grid-column:1/-1}.reservation-preview{padding:18px 15px}.preview-head h3{font-size:21px}.reservation-preview .form-actions{display:grid;grid-template-columns:1fr;gap:10px}.reservation-preview .form-actions .btn{width:100%}}


/* ===== V3.8 nationwide long-distance hub ===== */
.long-hero{position:relative;overflow:hidden;background:linear-gradient(128deg,#061426 0%,#0b2d50 62%,#153e67 100%);color:#fff;padding:78px 0 74px}
.long-hero:after{content:"";position:absolute;right:-120px;top:-140px;width:480px;height:480px;border:1px solid rgba(255,255,255,.10);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.02)}
.long-hero .container{position:relative;z-index:1}.long-hero h1{font-size:clamp(40px,5vw,62px);line-height:1.12;letter-spacing:-.05em;margin:10px 0 16px}.long-hero h1 em{font-style:normal;color:#f1d492}.long-hero p{max-width:760px;color:#d9e3ed;font-size:17px;margin:0 0 26px}.long-actions{display:flex;gap:10px;flex-wrap:wrap}.long-actions .btn{min-height:52px}
.long-summary{margin-top:-28px;position:relative;z-index:3}.long-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #edf0f4;border-radius:20px;box-shadow:0 18px 50px rgba(7,20,37,.12);overflow:hidden}.long-summary-grid div{padding:22px 24px;border-right:1px solid #edf0f4}.long-summary-grid div:last-child{border-right:0}.long-summary-grid b{display:block;color:#10243d;font-size:15px}.long-summary-grid span{display:block;margin-top:3px;font-size:12px;color:#738093}
.long-section{padding:84px 0}.long-section.soft{background:#f6f8fb}.long-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.long-section-head h2{margin:6px 0 0;font-size:clamp(30px,4vw,42px);line-height:1.2;letter-spacing:-.045em}.long-section-head p{max-width:550px;color:#667085;margin:0}
.long-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.long-step{padding:25px 22px;border:1px solid #e3e8ef;border-radius:18px;background:#fff;min-height:185px}.long-step .num{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#0d2e51;color:#fff;font-size:12px;font-weight:900}.long-step h3{font-size:18px;margin:20px 0 7px}.long-step p{font-size:13px;color:#667085;margin:0}
.long-regions{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.long-region{border:1px solid #e4e9ef;border-radius:20px;background:#fff;padding:24px;box-shadow:0 8px 28px rgba(15,35,58,.035)}.long-region .region-name{font-size:19px;font-weight:900;color:#102b4d}.long-region p{font-size:13px;color:#667085;margin:6px 0 14px}.route-tags{display:flex;flex-wrap:wrap;gap:7px}.route-tags span{font-size:12px;padding:6px 9px;border-radius:999px;background:#f3f6f9;color:#42546a}
.long-fleet{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.long-fleet-card{overflow:hidden;border:1px solid #e4e9ef;border-radius:20px;background:#fff}.long-fleet-card img{width:100%;height:230px;object-fit:cover;background:#f3f6f9}.long-fleet-card .copy{padding:20px}.long-fleet-card b{font-size:18px;color:#122a46}.long-fleet-card p{font-size:13px;color:#667085;margin:5px 0 0}
.long-history{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.history-card{padding:20px;border-radius:17px;border:1px solid #e4e9ef;background:#fff}.history-card small{display:block;color:#9a7433;font-weight:850;margin-bottom:8px}.history-card b{display:block;font-size:16px;line-height:1.45;color:#142b47}.history-card span{display:block;font-size:12px;color:#738093;margin-top:6px}.long-blog-cta{margin-top:22px;padding:25px 28px;border-radius:20px;background:linear-gradient(135deg,#071425,#123b63);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.long-blog-cta h3{font-size:22px;margin:0 0 5px}.long-blog-cta p{margin:0;color:#d3deea;font-size:13px}
@media(max-width:900px){.long-summary-grid,.long-steps{grid-template-columns:repeat(2,1fr)}.long-summary-grid div:nth-child(2){border-right:0}.long-summary-grid div:nth-child(-n+2){border-bottom:1px solid #edf0f4}.long-regions{grid-template-columns:repeat(2,1fr)}.long-fleet{grid-template-columns:1fr}.long-fleet-card{display:grid;grid-template-columns:180px 1fr}.long-fleet-card img{height:100%;min-height:180px}.long-history{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.long-hero{padding:52px 0 48px}.long-hero h1{font-size:37px;line-height:1.12}.long-hero p{font-size:14px;line-height:1.75}.long-actions{display:grid;grid-template-columns:1fr 1fr}.long-actions .btn:first-child{grid-column:1/-1}.long-summary{margin-top:0}.long-summary .container{width:100%}.long-summary-grid{border-radius:0;border-left:0;border-right:0;box-shadow:none}.long-summary-grid div{padding:16px 12px;text-align:center}.long-summary-grid b{font-size:12px}.long-summary-grid span{font-size:10px}.long-section{padding:58px 0}.long-section-head{display:block}.long-section-head p{margin-top:12px;font-size:13px}.long-steps{gap:10px}.long-step{min-height:160px;padding:18px 15px}.long-step h3{font-size:15px;margin:14px 0 5px}.long-step p{font-size:11.5px}.long-regions{grid-template-columns:1fr;gap:10px}.long-region{padding:19px}.long-fleet-card{grid-template-columns:125px 1fr}.long-fleet-card img{min-height:150px}.long-fleet-card .copy{padding:17px 14px}.long-fleet-card b{font-size:15px}.long-fleet-card p{font-size:11.5px}.long-history{grid-template-columns:1fr 1fr;gap:9px}.history-card{padding:15px 13px}.history-card b{font-size:13px}.history-card span{font-size:10.5px}.long-blog-cta{display:block;padding:22px 18px}.long-blog-cta .btn{width:100%;margin-top:16px}.long-blog-cta h3{font-size:19px}}

/* V3.9 - Long-distance vehicle guide: representative category cards */
.long-fleet-v39{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.long-fleet-card-v39{display:grid;grid-template-columns:42% 58%;min-height:265px;overflow:hidden;border:1px solid #e3e8ef;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(15,35,58,.06)}
.long-fleet-card-v39 .fleet-photo{min-width:0;background:#f4f7fa;overflow:hidden}
.long-fleet-card-v39 .fleet-photo img{display:block;width:100%;height:100%;min-height:265px;object-fit:cover;background:#f4f7fa}
.long-fleet-card-v39 .copy{padding:24px 22px;display:flex;flex-direction:column;justify-content:center}
.long-fleet-card-v39 .fleet-type{display:inline-flex;align-self:flex-start;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:#eef4fb;color:#15395f;font-size:11px;font-weight:800;letter-spacing:.02em}
.long-fleet-card-v39 b{font-size:20px;line-height:1.35;color:#0e2948}
.long-fleet-card-v39 p{font-size:13px;line-height:1.75;color:#65758a;margin:8px 0 15px}
.long-fleet-card-v39 .fleet-models{margin-top:auto;padding-top:13px;border-top:1px solid #edf0f4;display:grid;gap:4px}
.long-fleet-card-v39 .fleet-models strong{font-size:11px;color:#9a6e1e;letter-spacing:.02em}
.long-fleet-card-v39 .fleet-models span{font-size:12px;line-height:1.55;color:#33475f;font-weight:650}
.fleet-note{margin:16px 2px 0;color:#7a8797;font-size:11.5px;line-height:1.65}

@media(max-width:900px){
  .long-fleet-v39{grid-template-columns:1fr}
  .long-fleet-card-v39{grid-template-columns:200px 1fr;min-height:210px}
  .long-fleet-card-v39 .fleet-photo img{min-height:210px;height:100%}
}
@media(max-width:680px){
  .long-fleet-v39{gap:12px}
  .long-fleet-card-v39{grid-template-columns:1fr;min-height:0;border-radius:18px}
  .long-fleet-card-v39 .fleet-photo img{height:190px;min-height:190px;object-position:center}
  .long-fleet-card-v39 .copy{padding:18px 17px 19px}
  .long-fleet-card-v39 b{font-size:17px}
  .long-fleet-card-v39 p{font-size:12px;line-height:1.65;margin:7px 0 12px}
  .long-fleet-card-v39 .fleet-models{padding-top:11px}
  .long-fleet-card-v39 .fleet-models span{font-size:11.5px}
  .fleet-note{font-size:10.5px;margin-top:12px}
}
