:root{--bg:#f7f8fb;--card:#ffffff;--text:#172033;--muted:#667085;--line:#e5e7ef;--primary:#111827;--accent:#0b63e5;--soft:#eef5ff;--radius:22px;--shadow:0 20px 45px rgba(15,23,42,.08)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans KR",Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:70px;display:flex;align-items:center;gap:20px;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#111827;color:#fff}.nav-links{display:flex;gap:18px;color:#344054;font-size:14px;font-weight:700}.nav-links a:hover{color:var(--accent)}.lang-switch{display:flex;gap:5px;background:#f1f3f8;border:1px solid var(--line);padding:4px;border-radius:999px}.lang-switch a{font-size:12px;padding:6px 8px;border-radius:999px;color:var(--muted);font-weight:800}.lang-switch a.active{background:#fff;color:var(--text);box-shadow:0 2px 8px rgba(0,0,0,.06)}.hero{position:relative;overflow:hidden;padding:86px 0 70px;background:linear-gradient(135deg,#fff 0%,#edf5ff 100%)}.hero:before{content:"";position:absolute;inset:auto 0 0 0;height:210px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(219,234,254,.7));pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}.eyebrow{font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0 0 12px}.hero h1{font-size:clamp(42px,6vw,70px);line-height:1.05;margin:0 0 18px;letter-spacing:-.06em}.hero-subtitle{font-size:clamp(20px,2.2vw,28px);font-weight:900;margin:0 0 20px;color:#111827}.hero-subtitle strong{color:var(--accent)}.hero-text{font-size:18px;color:#475467;max-width:720px;margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0 14px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:14px;font-weight:900;border:1px solid var(--line);cursor:pointer;transition:.15s transform,.15s box-shadow}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.08)}.btn.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn.secondary,.btn.listen{background:#fff;color:var(--text)}.notice,.small-text{font-size:13px;color:#5c6b82}.notice span{color:var(--accent);font-weight:900}.hero-card{background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow);border-radius:var(--radius);padding:30px}.card-badge{display:inline-flex;background:#111827;color:#fff;border-radius:999px;padding:6px 13px;font-weight:900;margin-bottom:16px}.hero-card h2{margin:0 0 18px;font-size:28px;letter-spacing:-.04em}.summary-list{display:grid;gap:18px}.summary-list>div{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start}.summary-list p{margin:0;color:#475467}.summary-list strong{color:#172033}.summary-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:#eaf2ff;color:var(--accent);font-size:20px}.section{padding:76px 0}.section.soft{background:#fff}.section-head{max-width:780px;margin-bottom:30px}.section-head h2,.guide-layout h2,.cta-box h2{font-size:clamp(28px,4vw,44px);line-height:1.15;letter-spacing:-.04em;margin:0 0 14px}.section-head p,.guide-layout p,.cta-box p{color:#475467}.feature-grid.three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature,.tour-grid article,.request-panel,.cta-box,.faq-list details,.step-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 12px 32px rgba(15,23,42,.05)}.feature span,.step-card>span{display:inline-flex;color:var(--accent);font-weight:900;margin-bottom:18px}.feature h3,.tour-grid h3,.step-card h3{margin:0 0 10px}.feature p,.tour-grid p,.step-card p{color:#475467;margin:0}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step-card{min-height:230px}.step-icon{display:grid;place-items:center;width:62px;height:62px;margin-bottom:18px;border-radius:20px;background:#edf5ff;font-size:30px}.info-strip{display:flex;align-items:center;gap:14px;margin-top:22px;padding:18px 20px;border:1px solid #cfe1ff;background:#f0f7ff;border-radius:16px;color:#344054}.info-strip span{color:var(--accent);font-weight:900}.info-strip p{margin:0;flex:1}.info-strip a{color:var(--accent);font-weight:900;white-space:nowrap}.guide-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:start}.request-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.request-buttons button{border:1px solid var(--line);background:#f8fafc;border-radius:14px;padding:12px;font-weight:800;text-align:left;color:#172033}.tour-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cta-section{background:#111827;color:#fff}.cta-box{display:flex;gap:20px;align-items:center;justify-content:space-between;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.15);box-shadow:none}.cta-box p{color:#d1d5db}.cta-box .eyebrow{color:#93c5fd}.cta-box .btn.primary{background:#fff;color:#111827}.faq-list{display:grid;gap:12px}.faq-list summary{font-weight:900;cursor:pointer}.faq-list p{color:#475467}.site-footer{padding:28px 0;background:#0b1220;color:#cbd5e1}.footer-grid{display:flex;justify-content:space-between;gap:20px;font-size:13px}.footer-grid p{margin:0}@media (max-width:980px){.hero-grid,.guide-layout{grid-template-columns:1fr}.steps-grid,.tour-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.nav-links{display:none}.feature-grid.three,.steps-grid,.tour-grid{grid-template-columns:1fr}.hero{padding:58px 0}.section{padding:52px 0}.cta-box{display:block}.cta-box .btn{margin-top:18px}.footer-grid{display:block}.request-buttons{grid-template-columns:1fr}.info-strip{align-items:flex-start;flex-direction:column}.hero h1{font-size:42px}.hero-subtitle{font-size:20px}}

/* Basic information panels */
.status-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  background:#edf4ff;
  color:#075fd9;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  margin-bottom:14px;
}
.info-placeholder-panel{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:220px;
}
.info-placeholder-box{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:34px;
  box-shadow:0 18px 50px rgba(15,23,42,.06);
  max-width:820px;
}
.info-placeholder-box h3,
.info-placeholder-panel h3{
  margin:0 0 10px;
  color:var(--ink);
  font-size:24px;
}
.info-placeholder-box p,
.info-placeholder-panel p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}
.cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.web-call-note{margin-top:12px;font-size:14px;color:#5c6b82}.cta-actions .btn{white-space:nowrap}

.notice-section{padding:34px 0;background:#fff}.notice-card{border:1px solid #cfe1ff;background:#f0f7ff;border-radius:var(--radius);padding:22px 24px;box-shadow:0 12px 30px rgba(15,23,42,.04)}.notice-card p:last-child{margin:0;color:#344054}.web-call-section{background:#f7f8fb}.web-flow-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:26px 0}.flow-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.05)}.flow-card span{display:inline-flex;color:var(--accent);font-weight:900;margin-bottom:12px}.flow-card p{margin:0;color:#344054;font-weight:800}.info-stack{display:grid;gap:14px;margin-top:18px}.info-strip.warning{background:#fff7ed;border-color:#fed7aa}.info-strip div p{margin:6px 0 0;color:#475467}.web-call-note+.web-call-note{margin-top:8px}
@media(max-width:900px){.web-flow-grid{grid-template-columns:1fr 1fr}.notice-section{padding:24px 0}.flow-card{padding:16px}}
@media(max-width:560px){.web-flow-grid{grid-template-columns:1fr}.info-strip{align-items:flex-start}.info-strip a{white-space:normal}}


/* Go Move Korea v2.0 additions */
.nav-links a.active{color:var(--accent)}
.feature-grid.two{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card-actions{margin-top:18px}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 12px 30px rgba(15,23,42,.05)}.info-card.warning{border-color:#fed7aa;background:#fffaf4}.info-card h3{margin:0 0 8px}.info-card p{margin:0;color:#475467}.sub-hero{padding:76px 0 58px;background:linear-gradient(135deg,#fff 0%,#edf5ff 100%)}.sub-hero h1{font-size:clamp(38px,5vw,62px);line-height:1.05;letter-spacing:-.06em;margin:0 0 18px}.sub-hero p{max-width:760px;color:#475467;font-size:18px}.guide-steps{display:grid;gap:26px}.guide-step{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 16px 36px rgba(15,23,42,.06)}.guide-step:nth-child(even){grid-template-columns:360px 1fr}.guide-step:nth-child(even) .guide-step-copy{grid-column:2}.guide-step:nth-child(even) .phone-shot{grid-column:1;grid-row:1}.step-number{display:inline-flex;color:var(--accent);font-weight:900;margin-bottom:12px}.guide-step h2{margin:0 0 10px;font-size:30px;letter-spacing:-.04em}.guide-step p{color:#475467}.phone-shot{background:#f1f5f9;border-radius:24px;padding:12px;display:flex;justify-content:center;max-height:580px;overflow:hidden}.phone-shot img{width:100%;max-width:300px;border-radius:18px;display:block;box-shadow:0 12px 30px rgba(15,23,42,.12)}.web-flow-grid.large{grid-template-columns:repeat(5,1fr)}.web-flow-grid.large .flow-card h3{margin:10px 0 8px}.web-flow-grid.large .flow-card p{font-weight:500;color:#475467}.info-placeholder-box{margin-top:20px}.status-badge{display:inline-flex;align-items:center;width:max-content;padding:8px 12px;border-radius:999px;background:#edf4ff;color:#075fd9;font-size:13px;font-weight:800;letter-spacing:.02em;margin-bottom:14px}.info-placeholder-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 18px 50px rgba(15,23,42,.06);max-width:820px}.info-placeholder-box h3{margin:0 0 10px;color:var(--text);font-size:24px}.info-placeholder-box p{margin:0;color:var(--muted);line-height:1.8}@media(max-width:980px){.feature-grid.two,.info-grid{grid-template-columns:1fr}.guide-step,.guide-step:nth-child(even){grid-template-columns:1fr}.guide-step:nth-child(even) .guide-step-copy,.guide-step:nth-child(even) .phone-shot{grid-column:auto;grid-row:auto}.web-flow-grid.large{grid-template-columns:1fr 1fr}.phone-shot img{max-width:260px}}@media(max-width:560px){.web-flow-grid.large{grid-template-columns:1fr}.guide-step{padding:20px}.guide-step h2{font-size:24px}}


/* APP guide multi-image updates */
.phone-shot.phone-shot-stack{
  flex-direction:column;
  align-items:center;
  gap:14px;
  max-height:none;
}
.phone-shot.phone-shot-stack img{
  max-width:300px;
}
.guide-step-copy p{
  white-space:normal;
}
@media(max-width:980px){
  .phone-shot.phone-shot-stack img{max-width:260px;}
}

/* Mobile navigation */
.nav-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:0 13px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  color:var(--text);
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.nav-toggle-bars{
  position:relative;
  display:inline-block;
  width:16px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}
.nav-toggle-bars::before,
.nav-toggle-bars::after{
  content:"";
  position:absolute;
  left:0;
  width:16px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}
.nav-toggle-bars::before{top:-5px}
.nav-toggle-bars::after{top:5px}
@media(max-width:860px){
  .nav-wrap{
    position:relative;
    gap:12px;
  }
  .nav-toggle{
    display:inline-flex;
    margin-left:auto;
  }
  .nav-links{
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    z-index:30;
    display:none;
    flex-direction:column;
    gap:0;
    padding:10px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 40px rgba(15,23,42,.14);
  }
  .nav-links.is-open{
    display:flex;
  }
  .nav-links a{
    display:block;
    padding:13px 12px;
    border-radius:12px;
  }
  .nav-links a.active{
    background:#eef5ff;
  }
  .lang-switch{
    flex-shrink:0;
  }
}
@media(max-width:420px){
  .nav-wrap{
    gap:8px;
  }
  .brand span:last-child{
    display:none;
  }
  .lang-switch a{
    padding:6px 7px;
  }
  .nav-toggle{
    padding:0 11px;
  }
}

/* Content cards and safe image rendering */
.content-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.content-card,
.area-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:22px;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.content-card.compact{
  min-height:0;
}
.content-card h3,
.area-card h3{
  margin:0 0 10px;
}
.content-card p,
.area-card p{
  margin:0;
  color:#475467;
}
.content-card .step-number{
  display:inline-flex;
  color:var(--accent);
  font-weight:900;
  margin-bottom:12px;
}
.meta-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.meta-list span,
.nearby{
  display:inline-flex;
  width:auto;
  max-width:100%;
  padding:6px 10px;
  border-radius:999px;
  background:#edf5ff;
  color:#075fd9;
  font-size:13px;
  font-weight:800;
}
.nearby{
  margin-top:14px!important;
}
.area-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.phone-shot{
  max-height:none;
  overflow:visible;
  align-items:center;
}
.guide-figure{
  width:100%;
  max-width:330px;
  margin:0;
  padding:14px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 26px rgba(15,23,42,.06);
}
.phone-shot.phone-shot-stack .guide-figure{
  max-width:320px;
}
.guide-figure img,
.phone-shot img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:contain;
  display:block;
  border-radius:12px;
}
.guide-figure figcaption{
  margin-top:10px;
  color:#667085;
  font-size:13px;
  line-height:1.55;
}
@media(max-width:980px){
  .content-grid{
    grid-template-columns:1fr;
  }
  .area-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:560px){
  .content-card,
  .area-card{
    padding:18px;
  }
  .area-grid{
    grid-template-columns:1fr;
  }
  .guide-figure{
    max-width:280px;
  }
}

/* Expandable photo guide sections */
.photo-guide-container{
  display:grid;
  gap:8px;
}
.photo-info-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.photo-info-card{
  min-width:0;
}
.photo-info-media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:300px;
  aspect-ratio:4/3;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#f8fafc;
  box-shadow:0 16px 36px rgba(15,23,42,.07);
}
.photo-info-media img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:contain;
  display:block;
}
.photo-info-media.is-placeholder{
  background:
    linear-gradient(135deg,rgba(17,24,39,.92),rgba(11,99,229,.74)),
    #111827;
}
.photo-info-media.is-placeholder::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
}
.photo-info-overlay{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:1;
  padding:16px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:18px;
  background:rgba(11,18,32,.82);
  color:#fff;
  backdrop-filter:blur(10px);
}
.photo-info-overlay span{
  display:inline-flex;
  margin-bottom:8px;
  color:#93c5fd;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.photo-info-overlay h3{
  margin:0 0 6px;
  font-size:22px;
  line-height:1.2;
}
.photo-info-overlay p{
  margin:0;
  color:#e5edf8;
  line-height:1.55;
}
@media(max-width:900px){
  .photo-info-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .photo-info-media{
    min-height:260px;
    aspect-ratio:3/4;
  }
  .photo-info-overlay{
    left:12px;
    right:12px;
    bottom:12px;
    padding:14px;
  }
  .photo-info-overlay h3{
    font-size:19px;
  }
}

/* Home guide layout */
.feature-grid.five{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.feature-grid.five .feature{
  min-width:0;
}
.hero-site-notice{
  margin:22px 0 0;
  max-width:760px;
  padding:16px 18px;
  border:1px solid #cfe1ff;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.hero-site-notice span{
  display:inline-flex;
  margin-bottom:6px;
  color:#075fd9;
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
}
.hero-site-notice p{
  margin:0;
  color:#475467;
  font-size:14px;
  line-height:1.62;
}
.hero-site-notice p+p{
  margin-top:5px;
}
.summary-list .summary-card{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:12px;
  align-items:start;
  min-width:0;
  border-radius:14px;
}
.summary-list .summary-card:hover strong{
  color:var(--accent);
}
.section-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.home-preview-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
@media(max-width:1120px){
  .feature-grid.five{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .home-preview-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .feature-grid.five,
  .home-preview-grid{
    grid-template-columns:1fr;
  }
  .hero-site-notice{
    padding:14px;
  }
  .hero-site-notice p{
    font-size:13px;
  }
}

/* Transportation guide cards */
.transport-card-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.transport-option-card{
  min-width:0;
  padding:22px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.transport-option-card h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.25;
}
.transport-option-card>p{
  margin:0;
  color:#475467;
}
.transport-card-note,
.transport-card-detail{
  margin-top:16px;
  padding:14px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid var(--line);
}
.transport-card-note{
  background:#f0f7ff;
  border-color:#cfe1ff;
}
.transport-card-note strong,
.transport-card-detail strong{
  display:block;
  margin-bottom:6px;
  color:#172033;
  font-size:13px;
  font-weight:900;
}
.transport-card-note p,
.transport-card-detail p{
  margin:0;
  color:#475467;
  font-size:14px;
  line-height:1.55;
}
.transport-card-link{
  width:auto;
  max-width:100%;
  margin-top:16px;
  padding:9px 12px;
  border-radius:12px;
  background:#fff;
  color:#344054;
  box-shadow:none;
  font-size:13px;
  font-weight:800;
}
.transport-card-link:hover{
  box-shadow:0 8px 18px rgba(15,23,42,.06);
}
@media(max-width:1120px){
  .transport-card-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .transport-card-grid{
    grid-template-columns:1fr;
  }
  .transport-option-card{
    padding:18px;
  }
}
/* Representative routes */
.representative-route-card{
  max-width:860px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.route-steps{
  display:grid;
  gap:14px;
}
.route-step{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:14px;
  align-items:start;
  padding:14px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#f8fafc;
}
.route-step span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:#edf5ff;
  color:#075fd9;
  font-size:13px;
  font-weight:900;
}
.route-step strong{
  display:block;
  margin-bottom:4px;
  color:#172033;
}
.route-step p{
  margin:0;
  color:#475467;
}
.route-anchor-link{
  margin-top:18px;
}
@media(max-width:560px){
  .representative-route-card{
    padding:18px;
  }
  .route-step{
    grid-template-columns:1fr;
  }
}
/* Transportation map preview */
.transport-map-card,
.transport-map-placeholder{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.transport-map-card{
  padding:18px;
}
.transport-map{
  width:100%;
  min-height:360px;
  overflow:hidden;
  border-radius:18px;
  background:#eef5ff;
}
.map-note{
  margin:12px 2px 0;
  color:#667085;
  font-size:14px;
}
.transport-map-placeholder{
  padding:30px;
}
.transport-map-placeholder strong{
  display:block;
  margin-bottom:8px;
  color:#172033;
  font-size:20px;
}
.transport-map-placeholder p{
  margin:0;
  color:#475467;
}
@media(max-width:560px){
  .transport-map-card{
    padding:12px;
  }
  .transport-map{
    min-height:280px;
    border-radius:16px;
  }
  .transport-map-placeholder{
    padding:22px;
  }
}

/* Language help */
.phrase-card{margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 12px 30px rgba(15,23,42,.05)}
.phrase-card h3{margin:0 0 14px;font-size:20px;letter-spacing:0}
.phrase-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.phrase-list p{margin:0;padding:12px 14px;border:1px solid #d8e6ff;background:#f5f9ff;border-radius:14px;color:#344054;font-weight:800}
@media(max-width:700px){.phrase-list{grid-template-columns:1fr}.phrase-card{padding:18px}}
/* Visitor feedback */
.feedback-fab{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:90;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:116px;
  min-height:46px;
  padding:0 17px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:#111827;
  color:#fff;
  box-shadow:0 14px 32px rgba(15,23,42,.22);
  font-size:14px;
  font-weight:900;
  line-height:1.2;
}
.feedback-fab:hover{
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 18px 38px rgba(15,23,42,.26);
}
.feedback-modal{
  position:fixed;
  inset:0;
  z-index:120;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transition:opacity .16s ease,visibility .16s ease;
}
.feedback-modal.is-open{
  visibility:visible;
  opacity:1;
  pointer-events:auto;
}
.feedback-backdrop{
  position:absolute;
  inset:0;
  background:rgba(11,18,32,.45);
}
.feedback-panel{
  position:fixed;
  right:20px;
  bottom:84px;
  width:min(430px,calc(100vw - 32px));
  max-height:calc(100vh - 112px);
  overflow:auto;
  padding:26px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 24px 70px rgba(15,23,42,.22);
}
.feedback-panel h2{
  margin:0 36px 10px 0;
  font-size:26px;
  line-height:1.2;
  letter-spacing:0;
}
.feedback-intro{
  margin:0 0 18px;
  color:#475467;
}
.feedback-close{
  position:absolute;
  top:14px;
  right:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.feedback-form{
  display:grid;
  gap:14px;
}
.feedback-form label{
  display:grid;
  gap:8px;
  color:#172033;
  font-size:14px;
  font-weight:900;
}
.feedback-form textarea,
.feedback-form input[type=email]{
  width:100%;
  max-width:100%;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  color:#172033;
  font:inherit;
  font-size:15px;
  line-height:1.55;
  outline:none;
}
.feedback-form textarea{
  min-height:104px;
  resize:vertical;
  padding:12px 14px;
}
.feedback-form input[type=email]{
  min-height:46px;
  padding:0 14px;
}
.feedback-form textarea:focus,
.feedback-form input[type=email]:focus{
  border-color:#0b63e5;
  box-shadow:0 0 0 4px rgba(11,99,229,.12);
}
.feedback-note{
  margin:-4px 0 2px;
  color:#667085;
  font-size:13px;
}
.feedback-honeypot,
.hp-field{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
  opacity:0;
  pointer-events:none;
}
body.feedback-modal-open{
  overflow:hidden;
}
.feedback-page-wrap{
  max-width:760px;
}
.feedback-page-form{
  padding:26px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 36px rgba(15,23,42,.06);
}
.feedback-message{
  margin-bottom:16px;
}
.feedback-message p{
  margin:0;
}
.feedback-message p+p{
  margin-top:6px;
}
.feedback-message.success{
  border-color:#bbf7d0;
  background:#f0fdf4;
  color:#166534;
}
.feedback-message.error{
  border-color:#fecaca;
  background:#fff1f2;
  color:#9f1239;
}
@media(max-width:560px){
  .feedback-fab{
    right:14px;
    bottom:14px;
    min-width:104px;
    min-height:44px;
    padding:0 14px;
    font-size:13px;
  }
  .feedback-panel{
    left:14px;
    right:14px;
    bottom:72px;
    width:auto;
    max-height:calc(100dvh - 96px);
    padding:22px;
    border-radius:20px;
  }
  .feedback-panel h2{
    font-size:22px;
  }
  .feedback-page-form{
    padding:20px;
  }
}

/* Phase 2 airport, hotel, and language help */
.section[id]{scroll-margin-top:88px}
.transport-situation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.transport-situation-card{display:block;min-width:0;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.transport-situation-card:hover,.transport-situation-card:focus-visible{transform:translateY(-1px);border-color:#bfd5f6;box-shadow:0 16px 34px rgba(15,23,42,.08)}
.transport-hotel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.transport-hotel-card{min-width:0;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.05)}
.transport-hotel-card h3{margin:0 0 10px}
.transport-hotel-card>p{margin:0;color:#475467}
.transport-fit-block{margin-top:16px}
.transport-fit-block>strong{display:block;margin-bottom:8px;font-size:13px}
.transport-fit-list{display:flex;flex-wrap:wrap;gap:8px}
.transport-fit-list span{display:inline-flex;max-width:100%;padding:6px 10px;border-radius:999px;background:#edf5ff;color:#075fd9;font-size:13px;font-weight:800}
.transport-section-notice{margin-top:18px}
.transport-section-notice p{margin:0}
.help-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.help-phrase-item{min-width:0;padding:14px;border:1px solid #d8e6ff;border-radius:14px;background:#f8fbff}
.phrase-list .help-phrase-line{margin:0;padding:0;border:0;border-radius:0;background:transparent;color:#344054;font-weight:800}
.phrase-list .help-phrase-line+.help-phrase-line{margin-top:10px;padding-top:10px;border-top:1px solid #d8e6ff}
.help-phrase-line span{display:block;margin-bottom:4px;color:#667085;font-size:12px;font-weight:800}
.phrase-list .help-phrase-korean{color:#075fd9}
@media(max-width:980px){.transport-situation-grid,.help-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.transport-situation-grid,.transport-hotel-grid,.help-channel-grid{grid-template-columns:1fr}.transport-hotel-card{padding:18px}.transport-situation-card{min-height:0}}
