/**
 * K-Withus standalone pages — 랜딩형 타이포·히어로·카드 (홈/코워크·기업·비자 상담 톤 참고)
 */

:root {
  --kw-point: #0b70f5;
  --kw-point-dark: #0956c7;
  --kw-navy: #2d4fa0;
  --kw-slate: #0f172a;
  --kw-muted: #64748b;
  --kw-border: #e5e7eb;
  --kw-mesh: radial-gradient(ellipse 90% 70% at 10% 0%, rgba(11, 112, 245, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 95% 20%, rgba(45, 79, 160, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 70% 100%, rgba(37, 99, 235, 0.08) 0%, transparent 45%);
}

/* ——— Image + text hero (employment, study, visa, consult) ——— */
.kw-hero-banner {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.kw-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--kw-mesh);
  pointer-events: none;
  z-index: 0;
}
.kw-hero-banner .page-banner-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .kw-hero-banner .page-banner-text {
    padding: 20px 16px 16px !important;
  }
}
@media (min-width: 768px) {
  .kw-hero-banner .page-banner-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(16px, 3vw, 40px);
    padding: clamp(28px, 4vw, 48px) clamp(16px, 3vw, 28px);
  }
  .kw-hero-banner .page-banner-img {
    order: 2;
  }
  .kw-hero-banner .page-banner-text {
    order: 1;
    padding: 0 !important;
    text-align: left !important;
  }
}

/* 배너 이미지: 영역 안에 contain — 비자·유학·상담·취업 공통 */
.kw-hero-banner .page-banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  padding: 4px 16px 16px;
  box-sizing: border-box;
}
.kw-hero-banner .page-banner-img img {
  width: 100%;
  max-width: min(100%, 420px);
  height: auto;
  max-height: clamp(140px, 36vw, 220px);
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 14px 28px rgba(45, 79, 160, 0.14));
}
@media (min-width: 768px) {
  .kw-hero-banner .page-banner-img {
    padding: 8px 0 8px 8px;
    min-height: clamp(200px, 26vw, 300px);
  }
  .kw-hero-banner .page-banner-img img {
    max-width: 100%;
    max-height: min(300px, 32vw);
    width: auto;
    height: auto;
    filter: drop-shadow(0 18px 36px rgba(45, 79, 160, 0.16));
  }
}
.kw-hero-banner .page-banner-text .title {
  font-size: clamp(1.85rem, 5vw, 2.85rem) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.04em !important;
  color: var(--kw-slate) !important;
  margin-bottom: 12px !important;
}
.kw-hero-banner .page-banner-text .sub {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem) !important;
  font-weight: 600 !important;
  color: #334155 !important;
  opacity: 1 !important;
  margin-bottom: 10px !important;
}
.kw-hero-banner .page-banner-text .tagline {
  font-size: clamp(0.92rem, 1.8vw, 1.05rem) !important;
  font-weight: 500 !important;
  color: var(--kw-point) !important;
  opacity: 1 !important;
}

/* ——— Text-only hero (about, settlement) ——— */
.kw-simple-hero {
  position: relative;
  padding: clamp(40px, 8vw, 72px) clamp(18px, 4vw, 32px) clamp(32px, 5vw, 48px);
  background: #fff;
  overflow: hidden;
}
.kw-simple-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--kw-mesh);
  pointer-events: none;
}
.kw-simple-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.kw-simple-hero .kw-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--kw-point);
  margin-bottom: 14px;
}
.kw-simple-hero h1 {
  font-size: clamp(1.85rem, 5vw, 2.65rem);
  font-weight: 900;
  color: var(--kw-slate);
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 0 0 16px;
}
.kw-simple-hero .kw-lead {
  font-size: clamp(1.02rem, 2.2vw, 1.2rem);
  color: var(--kw-muted);
  line-height: 1.65;
  font-weight: 500;
  margin: 0 auto;
  max-width: 36rem;
}

/* ——— Stat strip ——— */
.kw-stat-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(22px, 3vw, 36px) clamp(14px, 3vw, 24px);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-top: 1px solid var(--kw-border);
  border-bottom: 1px solid var(--kw-border);
}
.kw-stat-strip__rule {
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--kw-border), transparent);
  align-self: stretch;
  min-height: 64px;
}
.kw-stat-strip__cell {
  text-align: center;
  padding: 10px 12px;
}
.kw-stat-strip__cell strong {
  display: block;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  font-weight: 900;
  color: var(--kw-slate);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  line-height: 1.3;
}
.kw-stat-strip__cell span {
  font-size: clamp(0.85rem, 1.6vw, 0.95rem);
  color: var(--kw-muted);
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .kw-stat-strip {
    grid-template-columns: 1fr;
  }
  .kw-stat-strip__rule {
    display: none;
  }
  .kw-stat-strip__cell {
    border-bottom: 1px solid var(--kw-border);
    padding: 16px 8px;
  }
  .kw-stat-strip__cell:last-child {
    border-bottom: none;
  }
}

/* ——— Page shell ——— */
.kw-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px) clamp(16px, 3vw, 24px) 80px;
}
.kw-shell--wide {
  max-width: 1200px;
}

/* ——— About page ——— */
.kw-about-page.kw-shell {
  max-width: 1040px;
}
.kw-about-identity {
  border-radius: 22px;
  padding: clamp(24px, 4vw, 38px);
  background: linear-gradient(
    145deg,
    rgba(11, 112, 245, 0.07) 0%,
    #fff 42%,
    rgba(45, 79, 160, 0.06) 100%
  );
  border: 1px solid rgba(11, 112, 245, 0.2);
  margin-bottom: clamp(20px, 3vw, 28px);
  box-shadow: 0 16px 48px -20px rgba(11, 112, 245, 0.18);
}
.kw-about-identity__quote {
  font-size: clamp(1.08rem, 2.2vw, 1.38rem);
  font-weight: 900;
  color: var(--kw-slate);
  line-height: 1.4;
  letter-spacing: -0.035em;
  margin: 0 0 14px;
}
.kw-about-identity__mission {
  margin: 0;
  color: var(--kw-muted);
  line-height: 1.75;
  font-size: clamp(0.94rem, 1.65vw, 1.05rem);
  font-weight: 500;
}
.kw-about-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.kw-about-pills span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--kw-point-dark);
  border: 1px solid rgba(11, 112, 245, 0.22);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.kw-about-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .kw-about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.kw-about-grid .kw-card-pro {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.kw-about-grid .kw-card-pro p {
  flex: 1;
}
.kw-about-roadmap {
  margin-top: 8px;
  margin-bottom: 16px;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 22px;
  background: linear-gradient(180deg, #f1f5f9 0%, #fff 55%);
  border: 1px solid var(--kw-border);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.05);
}
.kw-about-roadmap h2 {
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  font-weight: 900;
  color: var(--kw-slate);
  margin: 0 0 18px;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.kw-about-roadmap h2 i {
  color: var(--kw-point);
  font-size: 1.05rem;
}
.kw-about-roadmap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kw-about-roadmap li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: clamp(0.9rem, 1.55vw, 0.98rem);
  color: var(--kw-muted);
  line-height: 1.65;
  font-weight: 500;
}
.kw-about-roadmap li:last-child {
  margin-bottom: 0;
}
.kw-about-roadmap li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--kw-point), var(--kw-point-dark));
  box-shadow: 0 0 0 3px rgba(11, 112, 245, 0.22);
}
.kw-about-cta {
  margin-top: 28px;
  padding: clamp(24px, 3.5vw, 36px);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(11, 112, 245, 0.11), rgba(9, 86, 199, 0.05));
  border: 1px solid rgba(11, 112, 245, 0.22);
  text-align: center;
}
.kw-about-cta > p {
  margin: 0 0 18px;
  color: var(--kw-slate);
  font-weight: 700;
  font-size: clamp(0.98rem, 1.75vw, 1.08rem);
  line-height: 1.55;
}
.kw-about-cta .d-flex {
  justify-content: center;
}
.kw-about-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.kw-about-brand__mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(11, 112, 245, 0.18), rgba(9, 86, 199, 0.09));
  border: 1px solid rgba(11, 112, 245, 0.28);
}
.kw-about-brand__mark i {
  font-size: 1.5rem;
  color: var(--kw-point);
}
.kw-about-brand__name {
  font-size: clamp(1.2rem, 2.2vw, 1.4rem);
  font-weight: 900;
  color: var(--kw-slate);
  letter-spacing: -0.03em;
}

/* ——— Pro cards ——— */
.kw-card-pro {
  position: relative;
  background: #fff;
  border: 1px solid var(--kw-border);
  border-radius: 20px;
  padding: clamp(22px, 3vw, 28px);
  margin-bottom: 16px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  overflow: hidden;
}
.kw-card-pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--kw-point-dark), var(--kw-point), #3b82f6);
}
.kw-card-pro:hover {
  border-color: rgba(11, 112, 245, 0.35);
  box-shadow: 0 16px 40px -8px rgba(11, 112, 245, 0.12);
  transform: translateY(-2px);
}
.kw-card-pro h3 {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.kw-card-pro h3 i {
  color: var(--kw-point);
  font-size: 1.1rem;
}
.kw-card-pro p {
  margin: 0;
  font-size: clamp(0.92rem, 1.6vw, 1rem);
  color: var(--kw-muted);
  line-height: 1.7;
}

/* ——— Buttons ——— */
.kw-btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 14px;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  font-weight: 800;
  background: linear-gradient(135deg, var(--kw-point), var(--kw-point-dark));
  color: #fff !important;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 28px rgba(11, 112, 245, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.kw-btn-solid:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(11, 112, 245, 0.38);
}
.kw-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid rgba(11, 112, 245, 0.4);
  color: var(--kw-point) !important;
  background: #fff;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.kw-btn-outline:hover {
  background: rgba(11, 112, 245, 0.08);
  border-color: var(--kw-point);
  color: var(--kw-point-dark) !important;
}

/* ——— Consult / form panel ——— */
.kw-form-panel {
  background: #fff;
  border: 1px solid var(--kw-border);
  border-radius: 20px;
  padding: clamp(22px, 3vw, 32px);
  margin-top: 24px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}
.kw-form-panel > h3 {
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 900;
  color: var(--kw-slate);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

/* ——— Employment / Study section titles boost ——— */
.emp-section-title,
.study-section-title {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}
.emp-section-title::before,
.study-section-title::before {
  height: 24px !important;
}

.emp-job-item,
.study-prog-item {
  border-radius: 18px !important;
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.04);
}
.emp-job-item:hover,
.study-prog-item:hover {
  box-shadow: 0 12px 32px rgba(11, 112, 245, 0.1) !important;
}
.emp-job-title,
.study-prog-title {
  font-size: clamp(1.02rem, 2vw, 1.12rem) !important;
}

.emp-search-box,
.study-search-box {
  border-radius: 18px !important;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  border-width: 2px !important;
}
.emp-search-btn,
.study-search-btn {
  border-radius: 14px !important;
  font-weight: 800 !important;
  padding: 14px 28px !important;
}

/* ——— Visa page ——— */
.visa-panel-title {
  font-size: clamp(1.2rem, 2.8vw, 1.5rem) !important;
  font-weight: 900 !important;
}
.visa-accordion-head {
  padding: 16px 20px !important;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem) !important;
  font-weight: 800 !important;
}
.visa-content-wrap {
  border-radius: 20px !important;
  box-shadow: 0 4px 28px rgba(15, 23, 42, 0.06);
}
.visa-chat-open-btn {
  padding: 14px 24px !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  border-radius: 14px !important;
}

/* ——— Enterprise page typography bump ——— */
.enterprise-page .ent-hero .title {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem) !important;
}
.enterprise-page .ent-hero .sub {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem) !important;
}
.enterprise-page .ent-section-title {
  font-size: clamp(1.25rem, 3vw, 1.65rem) !important;
}
.enterprise-page .ent-trust {
  padding: clamp(24px, 3vw, 32px) 16px !important;
}

/* ——— Plain white / centered text layouts ——— */
.kw-plain-page {
  max-width: 40rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 5rem;
  background: #fff;
  color: #111;
  text-align: center;
}
.kw-plain-page .kw-plain-section {
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
}
.kw-plain-page .kw-plain-section:last-child {
  border-bottom: none;
}
.kw-plain-page .kw-plain-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 0.5rem;
}
.kw-plain-page h1 {
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}
.kw-plain-page h2 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.kw-plain-page p,
.kw-plain-page li {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 0.75rem;
}
.kw-plain-page ul {
  text-align: left;
  max-width: 34rem;
  margin: 0 auto;
  padding-left: 1.25rem;
}
.kw-plain-page .kw-plain-lead {
  font-size: 1rem;
  color: #4b5563;
}
.kw-plain-page .kw-plain-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
}
.kw-plain-page a.kw-plain-link {
  color: #0b70f5;
  font-weight: 600;
  text-decoration: none;
}
.kw-plain-page a.kw-plain-link:hover {
  text-decoration: underline;
}
.kw-plain-page .kw-plain-btn {
  display: inline-block;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  background: #0b70f5;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.kw-plain-page .kw-plain-btn--ghost {
  background: #fff;
  color: #0b70f5 !important;
  border: 1px solid #d1d5db;
}

/* Visa: minimal guide (accordion + panels) */
.visa-plain-wrap {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1rem 5rem;
  background: #fff;
}
.visa-plain-wrap .visa-layout {
  flex-direction: column !important;
  gap: 1.5rem !important;
  margin-top: 1rem !important;
}
.visa-plain-wrap .visa-menu-wrap {
  width: 100% !important;
  position: static !important;
}
.visa-plain-wrap .visa-content-wrap {
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  text-align: center;
}
.visa-plain-wrap .visa-panel {
  text-align: center;
}
.visa-plain-wrap .visa-panel-title {
  justify-content: center;
}
.visa-plain-wrap .visa-panel-title .section-bar {
  display: none;
}
.visa-plain-wrap .visa-panel-body {
  text-align: left;
  max-width: 36rem;
  margin: 0 auto;
}
.visa-plain-wrap .visa-accordion-head {
  text-align: center;
  justify-content: center;
}
.visa-plain-wrap .visa-submenu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}
.visa-plain-wrap .visa-submenu-btn {
  text-align: center;
  justify-content: center;
}
.visa-plain-wrap .visa-submenu-btn i {
  display: none;
}
.visa-plain-wrap .visa-chat-open-btn {
  background: #0b70f5 !important;
  box-shadow: none !important;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex !important;
}
.visa-chat-modal-header {
  background: #0b70f5 !important;
  border: none !important;
}
.visa-chat-modal-dialog {
  max-width: 420px;
  width: 92%;
  margin: 1rem auto;
}
.visa-chat-modal-content {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
.visa-chat-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  min-height: 0;
  max-height: 55vh;
}
.visa-chat-input-wrap {
  display: flex;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
  align-items: center;
}
.visa-chat-input {
  flex: 1;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
}
.visa-chat-send-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 8px;
  background: #0b70f5;
  color: #fff;
  cursor: pointer;
}
.visa-chat-modal-body {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  max-height: 75vh;
  padding: 0 !important;
}
.visa-plain-wrap .visa-accordion-head i.chevron {
  font-size: 0.65rem;
  margin-left: 0.35rem;
  transition: transform 0.2s ease;
}
.visa-plain-wrap .visa-accordion-item.open .visa-accordion-head i.chevron {
  transform: rotate(180deg);
}
.visa-plain-wrap .visa-accordion {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.visa-plain-wrap .visa-accordion-item {
  border-bottom: 1px solid #e5e7eb;
}
.visa-plain-wrap .visa-accordion-item:last-child {
  border-bottom: none;
}
.visa-plain-wrap .visa-accordion-head {
  width: 100%;
  padding: 0.85rem 1rem;
  background: #fafafa;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.visa-plain-wrap .visa-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.visa-plain-wrap .visa-accordion-item.open .visa-accordion-body {
  max-height: 560px;
}
.visa-plain-wrap .visa-submenu {
  padding: 0.5rem 0.75rem 0.75rem;
}
.visa-plain-wrap .visa-submenu-btn {
  width: 100%;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.35rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  color: #374151;
}
.visa-plain-wrap .visa-submenu-btn:hover {
  border-color: #0b70f5;
  color: #0b70f5;
}
.visa-plain-wrap .visa-submenu-btn.active {
  border-color: #0b70f5;
  background: #f0f6ff;
  color: #0b70f5;
  font-weight: 600;
}
.visa-plain-wrap .visa-panel {
  display: none;
  padding: 1.25rem 1rem;
}
.visa-plain-wrap .visa-panel.active {
  display: block;
}
.visa-plain-wrap .visa-panel-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.visa-plain-wrap .visa-panel-desc {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
}
.visa-plain-wrap .visa-panel-body .card-block {
  background: #f9fafb;
  border-left: 3px solid #0b70f5;
  padding: 0.75rem 1rem;
  margin-top: 0.75rem;
  border-radius: 4px;
  font-size: 0.9rem;
}
