:root {
  --brand-dark: #0a2e50;
  --brand-navy: #0d3f6f;
  --brand-blue: #1b7fc4;
  --brand-sky: #4badd3;
  --brand-pale: #c4e4f5;
  --brand-light: #ebf6fc;
  --brand-red: #e52b2b;
  --brand-crimson: #c41f1f;
  --brand-muted: #5a7a8e;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Noto Sans SC", sans-serif;
  line-height: 1.5;
  color: var(--brand-navy);
  font-size: 16px;
  min-width: 1200px;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 16px;
  color: inherit;
}
ul,
ol {
  list-style: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
/* ============================================
   NAVBAR
   ============================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: all 0.5s ease;
  background: #ffffff;
  display: none;
}
.navbar-inner {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  width: 200px;
}
.nav-logo-box {
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: var(--brand-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-logo-box span {
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}
.nav-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.nav-brand-cn {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #fff;
  transition: color 0.3s;
}
.nav-brand-en {
  color: var(--brand-pale);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.3s;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 32px;
}
.nav-desktop {
  display: flex;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
  white-space: nowrap;
  letter-spacing: 0.025em;
  color: var(--brand-muted);
  background: none;
}
.nav-link:hover {
  color: var(--brand-red);
}

.nav-phone {
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.025em;
  color: var(--brand-pale);
}
.nav-phone:hover {
  color: var(--brand-red);
}

.nav-cta {
  padding: 8px 20px;
  border-radius: 9999px;
  background: var(--brand-red);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
  cursor: pointer;
  white-space: nowrap;
}
.nav-cta:hover {
  background: var(--brand-crimson);
}
.nav-scrolled {
  display: block;
  box-shadow: 0px 0px 20px 0px #9f9f9f;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 800px;
  background: #2483bd url(../img/banner.jpg) no-repeat;
  background-position: top center;
}
.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  margin-bottom: 32px;
}
.hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #fff;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.hero-badge-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-title {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 16px;
}
.hero-title span {
  display: block;
  font-size: 48px;
  letter-spacing: -0.025em;
  color: #fff;
}
.hero-title span {
  font-size: 72px;
}
.hero-title span {
  font-size: 96px;
}

.hero-tagline {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
.hero-tagline {
  font-size: 36px;
}

.hero-red-box {
  display: inline-block;
  background: var(--brand-red);
  padding: 8px 24px;
  border-radius: 2px;
  margin-top: 4px;
}
.hero-red-box p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.hero-red-box p {
  font-size: 16px;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

.hero-actions {
  display: flex;
  gap: 26px;
  position: absolute;
  bottom: 117px;
  left: 0;
  width: 100%;
  justify-content: center;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 32px;
  border-radius: 9999px;
  background: var(--brand-red);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  box-shadow: 0 10px 15px -3px rgba(229, 43, 43, 0.3);
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background: var(--brand-crimson);
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 32px;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.2s;
  background: transparent;
}
.btn-outline-white:hover {
  background: #fff;
  color: var(--brand-navy);
}

.hero-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 20px 32px;
}
.hero-stats {
  flex-direction: row;
  gap: 48px;
}

.hero-stat {
  text-align: center;
  padding: 0 8px;
}
.hero-stat-num {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.hero-stat-num {
  font-size: 30px;
}
.hero-stat-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  margin-top: 4px;
  letter-spacing: 0.025em;
}
.hero-stat-sublabel {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.hero-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.6;
  transition: opacity 0.15s;
  background: none;
  border: none;
  color: inherit;
}
.hero-scroll:hover {
  opacity: 1;
}
.hero-scroll-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.1em;
}
.hero-scroll-box {
  width: 20px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4px;
}
.hero-scroll-dot {
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 9999px;
  animation: bounce 1s infinite;
}

/* ============================================
   SECTION COMMON
   ============================================ */
.section {
  padding: 96px 24px;
}
.section {
  padding: 96px 48px;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}
.section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
.section-label-bar {
  width: 32px;
  height: 1px;
  background: var(--brand-red);
}
.section-label-text {
  color: var(--brand-red);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
}
.section-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 12px;
}
.section-title {
  font-size: 36px;
}
.section-desc {
  color: var(--brand-muted);
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.625;
}
.section-desc {
  font-size: 16px;
}

.bg-white {
  background: #fff;
}
.bg-brand-light {
  background: var(--brand-light);
}

/* ============================================
   MANIFESTO
   ============================================ */
.manifesto-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.manifesto-grid {
  grid-template-columns: 1fr 1fr;
}

.manifesto-card {
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(196, 228, 245, 0.6);
  position: relative;
}
.manifesto-card-left {
  background: var(--brand-light);
}
.manifesto-card-right {
  background: linear-gradient(
    to bottom right,
    rgba(75, 173, 211, 0.15),
    rgba(27, 127, 196, 0.1)
  );
  position: relative;
  overflow: hidden;
  border-color: rgba(75, 173, 211, 0.3);
}
.manifesto-card-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 128px;
  background: rgba(75, 173, 211, 0.15);
  border-radius: 9999px;
  transform: translate(32px, -32px);
  filter: blur(40px);
}

.manifesto-label {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.manifesto-label-muted {
  color: var(--brand-muted);
}
.manifesto-label-blue {
  color: var(--brand-blue);
}

.manifesto-big-num {
  font-size: 48px;
  font-weight: 900;
  color: var(--brand-navy);
  margin-bottom: 12px;
}
.manifesto-big-num {
  font-size: 60px;
}
.manifesto-big-num span {
  font-size: 30px;
  font-weight: 700;
}
.manifesto-big-num .sky {
  color: var(--brand-sky);
}

.manifesto-text {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.625;
}
.manifesto-text-muted {
  color: var(--brand-muted);
}
.manifesto-text-navy {
  color: rgba(13, 63, 111, 0.7);
}

.manifesto-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.manifesto-link-muted {
  color: rgba(13, 63, 111, 0.5);
}
.manifesto-link-red {
  color: var(--brand-red);
  font-weight: 500;
}

.brand-statement {
  text-align: center;
}
.brand-statement-label {
  color: var(--brand-muted);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.brand-statement-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.625;
  margin-bottom: 16px;
}
.brand-statement-title {
  font-size: 36px;
}
.brand-statement-title .red {
  color: var(--brand-red);
}
.brand-statement-text {
  color: var(--brand-muted);
  font-size: 14px;
  max-width: 672px;
  margin: 0 auto;
  line-height: 1.625;
}
.brand-statement-text {
  font-size: 16px;
}
.brand-statement-text strong {
  color: rgba(13, 63, 111, 0.8);
  font-weight: 700;
}
.manifesto-card .btn-primary{
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/* ============================================
   FEATURE CARDS
   ============================================ */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(229, 43, 43, 0.2);
  background: linear-gradient(
    to bottom right,
    rgba(229, 43, 43, 0.1),
    rgba(229, 43, 43, 0.05)
  );
  background-color: #fff;
  cursor: pointer;
  transition: transform 0.3s;
}
.feature-card:hover {
  transform: scale(1.02);
}
.feature-card:nth-child(2) {
  border-color: rgba(75, 173, 211, 0.25);
  background: linear-gradient(
    to bottom right,
    rgba(75, 173, 211, 0.1),
    rgba(27, 127, 196, 0.05)
  );
}
.feature-card:nth-child(3) {
  border-color: rgba(43, 142, 200, 0.2);
  background: linear-gradient(
    to bottom right,
    rgba(43, 142, 200, 0.1),
    rgba(75, 173, 211, 0.05)
  );
}

.feature-card-img {
  width: 100%;
  height: 176px;
  overflow: hidden;
}
.feature-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s;
}
.feature-card:hover .feature-card-img img {
  transform: scale(1.05);
}
.feature-card-body {
  padding: 24px;
  background: #fff;
}
.feature-card-body .btn-primary{
  margin-top: 20px;
}
.feature-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.feature-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
  font-size: 18px;
}
.feature-icon-red {
  background: rgba(229, 43, 43, 0.1);
  color: var(--brand-red);
}
.feature-icon-blue {
  background: rgba(75, 173, 211, 0.15);
  color: var(--brand-blue);
}
.feature-icon-navy {
  background: rgba(43, 142, 200, 0.1);
  color: #1b6fa8;
}

.tag {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
}
.tag-red {
  background: rgba(229, 43, 43, 0.1);
  color: var(--brand-red);
}
.tag-blue {
  background: rgba(75, 173, 211, 0.15);
  color: var(--brand-blue);
}
.tag-navy {
  background: rgba(43, 142, 200, 0.1);
  color: #1b6fa8;
}

.feature-card-title {
  font-weight: 700;
  font-size: 20px;
  color: var(--brand-navy);
  margin-bottom: 4px;
}
.feature-card-subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.feature-card-subtitle-red {
  color: var(--brand-red);
}
.feature-card-subtitle-blue {
  color: var(--brand-blue);
}
.feature-card-subtitle-navy {
  color: #1b6fa8;
}
.feature-card-desc {
  color: var(--brand-muted);
  font-size: 14px;
  line-height: 1.625;
}

.feature-footer {
  text-align: center;
  margin-top: 48px;
}
.feature-footer-text {
  color: var(--brand-muted);
  font-size: 14px;
}
.feature-footer-text .red {
  color: var(--brand-red);
  font-weight: 600;
}

/* ============================================
   DESTINATIONS
   ============================================ */
.dest-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 40px;
}
.dest-tab {
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid rgba(196, 228, 245, 0.6);
  background: var(--brand-light);
  color: var(--brand-muted);
}
.dest-tab.active {
  background: var(--brand-red);
  color: #fff;
  border-color: var(--brand-red);
  box-shadow: 0 4px 6px -1px rgba(229, 43, 43, 0.2);
}
.dest-tab:hover:not(.active) {
  color: var(--brand-navy);
}

.dest-panel {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  transition: all 0.5s;
  padding-bottom: 30px;
}
.dest-panel-inner {
  display: grid;
  grid-template-columns: 1fr;
}
.dest-panel-inner {
  grid-template-columns: 2fr 3fr;
}
.dest-panel .btn-primary{
  margin: 30px auto 0;
  display: block;
  width: 384px;
  text-align: center;
}
.dest-panel .btn-primary i{
  margin-left: 8px;
}
.dest-img-wrap {
  position: relative;
  height: 224px;
  overflow: hidden;
}
.dest-img-wrap {
  height: auto;
}
.dest-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.dest-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.1),
    transparent
  );
}
.dest-img-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.dest-img-flag {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}
.dest-img-tag {
  padding: 4px 12px;
  border-radius: 9999px;
  background: var(--brand-red);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.dest-img-tagline {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}

.dest-info {
  padding: 24px;
}
.dest-info {
  padding: 32px;
}
.dest-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.dest-info-box {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.dest-info-label {
  font-size: 12px;
  color: var(--brand-muted);
  margin-bottom: 4px;
}
.dest-info-value-red {
  font-weight: 700;
  font-size: 18px;
  color: var(--brand-red);
}
.dest-info-value-navy {
  font-weight: 700;
  font-size: 18px;
  color: var(--brand-navy);
}

.dest-advantage {
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}
.dest-advantage-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.dest-advantage-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-navy);
}
.dest-advantage-text {
  font-size: 14px;
  color: rgba(13, 63, 111, 0.8);
  line-height: 1.625;
}

.dest-tip {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(196, 228, 245, 0.6);
}
.dest-tip-text {
  font-size: 14px;
  color: rgba(13, 63, 111, 0.8);
  line-height: 1.625;
}

.dest-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(196, 228, 245, 0.6);
}
.dest-detail-grid {
  grid-template-columns: repeat(3, 1fr);
}
.dest-detail-col {
  padding: 24px;
}
.dest-detail-col {
  border-bottom: none;
  border-right: 1px solid rgba(196, 228, 245, 0.6);
}
.dest-detail-col:last-child {
  border-right: none;
}

.dest-detail-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.dest-detail-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-sky);
  font-size: 14px;
}
.dest-detail-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-navy);
}

.dest-school-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
  background: var(--brand-light);
  border: 1px solid transparent;
}
.dest-school-btn:hover {
  background: rgba(196, 228, 245, 0.4);
}
.dest-school-btn.active {
  background: rgba(75, 173, 211, 0.1);
  border-color: rgba(75, 173, 211, 0.3);
}
.dest-school-name {
  font-size: 12px;
  font-weight: 500;
  color: rgba(13, 63, 111, 0.8);
}
.dest-school-note {
  font-size: 12px;
  color: var(--brand-muted);
}
.dest-school-rank {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.dest-req {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.dest-req-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: var(--brand-red);
  flex-shrink: 0;
  margin-top: 6px;
}
.dest-req-label {
  font-size: 12px;
  color: var(--brand-muted);
}
.dest-req-value {
  font-size: 14px;
  font-weight: 500;
  color: rgba(13, 63, 111, 0.8);
}

.dest-timeline {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.dest-timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  border: 2px solid var(--brand-red);
  background: #fff;
  flex-shrink: 0;
}
.dest-timeline-line {
  width: 1px;
  height: 20px;
  background: var(--brand-pale);
  margin-top: 4px;
}
.dest-timeline-date {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--brand-red);
}
.dest-timeline-event {
  font-size: 12px;
  color: rgba(13, 63, 111, 0.7);
  line-height: 1.25;
}

.dest-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.dest-nav-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid var(--brand-pale);
  color: var(--brand-muted);
  cursor: pointer;
  transition: all 0.2s;
  background: transparent;
  font-size: 14px;
}
.dest-nav-btn:hover {
  border-color: var(--brand-sky);
  color: var(--brand-blue);
}

/* ============================================
   DOMESTIC
   ============================================ */

/* Overview */
.dom-overview {
  background: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 28px 32px;
  box-shadow: 0 4px 24px rgba(13, 63, 111, 0.06);
  border: 1px solid rgba(196, 228, 245, 0.6);
}
.dom-overview-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.dom-overview-item {
  flex: 1;
  min-width: 220px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(238, 248, 251, 0.5);
  border: 1px solid rgba(196, 228, 245, 0.4);
  transition: all 0.25s ease;
}
.dom-overview-item:hover {
  background: #fff;
  border-color: rgba(75, 173, 211, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(13, 63, 111, 0.06);
}
.dom-overview-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
.dom-overview-icon.blue { background: rgba(42, 111, 143, 0.1); color: #2a6f8f; }
.dom-overview-icon.orange { background: rgba(230, 138, 46, 0.1); color: #e68a2e; }
.dom-overview-icon.green { background: rgba(47, 125, 92, 0.1); color: #2f7d5c; }
.dom-overview-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 10px;
  line-height: 1.3;
}
.dom-overview-list {
  margin: 0;
  font-size: 13px;
  color: rgba(13, 63, 111, 0.75);
  line-height: 1.8;
}
.dom-overview-list li {
  margin-bottom: 4px;
}
.dom-overview-note {
  text-align: center;
  font-size: 12px;
  color: var(--brand-muted);
  margin-top: 16px;
  line-height: 1.6;
}

/* Featured */
.featured-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  font-weight: 700;
  color: var(--brand-navy);
  margin-top: 40px;
  margin-bottom: 25px;
  border-left: 4px solid var(--brand-navy);
  line-height: 23px;
}
.featured-title i {
  color: var(--brand-red);
  font-size: 20px;
}

/* Recommend cards */
.rec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.rec-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(13, 63, 111, 0.05);
  border: 1px solid rgba(196, 228, 245, 0.5);
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 70px;
}
.rec-card .btn-primary{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.rec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(13, 63, 111, 0.1);
}
.rec-header {
  padding: 20px 24px;
  background: linear-gradient(135deg, rgb(33 126 185) 0%, #2d85bd 100%);
  border-bottom: 1px solid rgba(196, 228, 245, 0.5);
}
.rec-header h3 {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.rec-header h3 i {
  color: var(--brand-sky);
  font-size: 18px;
}
.rec-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-blue);
  background: rgb(255 255 255);
  border: 1px solid rgba(27, 127, 196, 0.15);
}
.rec-badge i {
  font-size: 11px;
}
.rec-content {
  padding: 20px 24px;
  font-size: 13px;
  color: rgba(13, 63, 111, 0.8);
  line-height: 1.7;
}

/* Content elements */
.icon-text {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.icon-text i {
  margin-top: 3px;
  font-size: 14px;
  flex-shrink: 0;
  color: var(--brand-blue);
}
.icon-text strong {
  color: var(--brand-navy);
  font-weight: 600;
  flex-shrink: 0;
}

.divider-light {
  height: 1px;
  background: rgba(196, 228, 245, 0.6);
  margin: 16px 0;
}

.uni-list {
  margin: 8px 0 0 0;
  padding-left: 18px;
  font-size: 13px;
  color: rgba(13, 63, 111, 0.75);
  line-height: 1.8;
}
.uni-list li {
  margin-bottom: 4px;
}

.stat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.stat-bubble {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--brand-navy);
  background: rgba(196, 228, 245, 0.4);
  border: 1px solid rgba(196, 228, 245, 0.6);
  transition: all 0.2s;
}
.stat-bubble:hover {
  background: rgba(75, 173, 211, 0.15);
  border-color: rgba(75, 173, 211, 0.3);
}
.stat-bubble i {
  font-size: 11px;
  color: var(--brand-sky);
}

.small-note {
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12px;
  color: rgba(13, 63, 111, 0.7);
  background: rgba(75, 173, 211, 0.06);
  border: 1px solid rgba(75, 173, 211, 0.12);
  line-height: 1.6;
}
.small-note i {
  margin-right: 4px;
}

.tool-tabs {
  display: inline-flex;
  background: #ffffff;
  border-radius: 9999px;
  padding: 4px;
  margin-bottom: 40px;
  gap: 17px;
  box-shadow: 0 2px 12px rgba(13, 63, 111, 0.06);
}
.tool-tab {
  padding: 10px 20px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  color: var(--brand-muted);
  background: transparent;
}
.tool-tab:hover {
  color: var(--brand-navy);
  background: rgba(196, 228, 245, 0.3);
}
.tool-tab.active {
  background: var(--brand-red);
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.tool-panel-wrap {
  max-width: 672px;
  margin: 0 auto;
}

.score-table-header {
  display: none;
}
.score-table-header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  padding: 0 20px 8px;
  color: var(--brand-muted);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.score-table-header .col-2 {
  grid-column: span 2;
}
.score-table-header .col-4 {
  grid-column: span 4;
}
.score-table-header .text-right{
  text-align: right;
  padding: 0 10px;
}

.score-row {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(196, 228, 245, 0.6);
  padding: 20px;
  transition: all 0.15s;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px rgba(13, 63, 111, 0.04);
}
.score-row:hover {
  border-color: rgba(75, 173, 211, 0.4);
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(13, 63, 111, 0.08);
}
.score-row-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
}
.score-row-inner {
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.score-bar-col {
  display: none;
}
.score-bar-col {
  display: block;
  grid-column: span 2;
}
.score-col-2 {
  grid-column: span 2;
}
.score-col-4 {
  grid-column: span 4;
}
.score-text-right {
  text-align: right;
}

.score-bar-wrap {
  height: 6px;
  background: rgba(196, 228, 245, 0.8);
  border-radius: 9999px;
  overflow: hidden;
}
.score-bar {
  height: 100%;
  border-radius: 9999px;
}

.score-tag {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 9999px;
  display: inline-block;
}

/* Matcher */
.matcher-q {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(13, 63, 111, 0.04);
}
.matcher-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.matcher-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue);
  font-size: 16px;
}
.matcher-label {
  font-weight: 600;
  font-size: 14px;
  color: var(--brand-navy);
}
.matcher-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.matcher-opt {
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid rgba(196, 228, 245, 0.6);
  background: #fff;
  color: rgba(13, 63, 111, 0.7);
}
.matcher-opt:hover {
  border-color: rgba(75, 173, 211, 0.5);
  color: var(--brand-navy);
}
.matcher-opt.active {
  background: var(--brand-red);
  color: #fff;
  border-color: var(--brand-red);
  box-shadow: 0 1px 2px 0 rgba(229, 43, 43, 0.2);
}

.matcher-result {
  background: var(--brand-navy);
  border-radius: 16px;
  padding: 24px;
  color: #fff;
}
.matcher-result-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}
.matcher-result-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.625;
}
.matcher-dest-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.matcher-dest-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.matcher-dest-tag {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.matcher-tip {
  background: rgba(229, 43, 43, 0.2);
  border: 1px solid rgba(229, 43, 43, 0.3);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.matcher-tip-icon {
  color: var(--brand-red);
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}
.matcher-tip-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.625;
}
.matcher-reset {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s;
  background: none;
  border: none;
}
.matcher-reset:hover {
  color: #fff;
}

.matcher-submit-btn {
  width: 100%;
  padding: 16px;
  background: var(--brand-red);
  color: #fff;
  border-radius: 16px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.15s;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.matcher-submit-btn:hover {
  background: var(--brand-crimson);
}

/* Budget */
.budget-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
.budget-tabs {
  grid-template-columns: repeat(4, 1fr);
}
.budget-tab {
  padding: 16px;
  border-radius: 12px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid rgba(196, 228, 245, 0.6);
  background: #ffffff;
  color: var(--brand-muted);
  box-shadow: 0 1px 6px rgba(13, 63, 111, 0.03);
}
.budget-tab:hover {
  background: rgba(196, 228, 245, 0.3);
}

.budget-tab-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 18px;
}
.budget-tab-label {
  font-size: 14px;
  font-weight: 700;
}
.budget-tab-range {
  font-size: 12px;
  margin-top: 2px;
}

.budget-panel {
  border-radius: 16px;
  border: 1px solid;
  padding: 28px;
}
.budget-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.budget-panel-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.budget-panel-range {
  font-weight: 700;
  font-size: 20px;
}
.budget-panel-note {
  font-size: 14px;
  line-height: 1.625;
  opacity: 0.8;
  margin-bottom: 20px;
}
.budget-section-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.6;
  margin-bottom: 12px;
}

.budget-dest-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.budget-dest-icon {
  font-size: 14px;
  opacity: 0.6;
}
.budget-dest-text {
  font-size: 14px;
  font-weight: 500;
}

.budget-cost-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.budget-cost-label {
  font-size: 14px;
}
.budget-cost-value {
  font-size: 14px;
  font-weight: 600;
}

.budget-bonus {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 16px;
}
.budget-bonus-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}
.budget-bonus-text {
  font-size: 12px;
  line-height: 1.625;
  opacity: 0.8;
}

/* ============================================
   SUCCESS CARDS
   ============================================ */
.success-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 30px;
}

.success-card {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  transition: all 0.3s;
  border: 1px solid rgba(229, 43, 43, 0.2);
}
.success-card:hover {
  border-color: rgba(75, 173, 211, 0.5);
}
.success-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.success-card-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.success-card-avatar {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(75, 173, 211, 0.15);
  color: var(--brand-blue);
  font-size: 14px;
  flex-shrink: 0;
}
.success-card-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--brand-navy);
}
.success-card-school {
  font-size: 12px;
  color: var(--brand-muted);
}

.success-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.success-tag {
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
}

.success-offers-title {
  color: var(--brand-muted);
  font-size: 12px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.success-offers-title i {
  color: var(--brand-sky);
}
.success-offer {
  font-size: 12px;
  color: rgba(13, 63, 111, 0.8);
  line-height: 1.625;
  padding-left: 16px;
}

.success-footer {
  text-align: center;
  margin-top: 40px;
}
.success-footer-text {
  color: var(--brand-muted);
  font-size: 14px;
  margin-bottom: 21px;
}
.success-footer .btn-primary{
  font-size: 14px;
  display: block;
  width: 200px;
  margin: 0 auto;
}
.success-footer-btn:hover {
  background: var(--brand-red);
  color: #fff;
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
  position: relative;
  padding: 80px 24px;
}
.cta-banner {
  padding: 80px 48px;
}
.cta-bg-sky {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, #1b6fa8, #2b8ec8, #4badd3);
}
.cta-bg-img {
  position: absolute;
  inset: 0;
}
.cta-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0.25;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(13, 63, 111, 0.8),
    rgba(27, 111, 168, 0.6),
    rgba(43, 142, 200, 0.4)
  );
}

.cta-glow-1 {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 256px;
  height: 256px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  filter: blur(60px);
  pointer-events: none;
}
.cta-glow-2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 192px;
  height: 192px;
  background: rgba(196, 228, 245, 0.2);
  border-radius: 9999px;
  filter: blur(50px);
  pointer-events: none;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.cta-grid {
  grid-template-columns: 1fr 1fr;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.cta-badge-icon {
  color: #fff;
  font-size: 14px;
}
.cta-badge-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.cta-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.65;
  margin-bottom: 16px;
}
.cta-title {
  font-size: 36px;
}
.cta-title-highlight {
  background: var(--brand-red);
  padding: 0 8px;
  border-radius: 2px;
}

.cta-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 24px;
}

.cta-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
.cta-check-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
}
.cta-check-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.cta-form {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 28px;
}
.cta-form-title {
  font-weight: 700;
  font-size: 18px;
  color: var(--brand-navy);
  margin-bottom: 4px;
}
.cta-form-subtitle {
  color: var(--brand-muted);
  font-size: 14px;
  margin-bottom: 20px;
}

.form-input,
.form-select {
  width: 100%;
  background: var(--brand-light);
  border: 1px solid var(--brand-pale);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--brand-navy);
  transition: border-color 0.15s;
}
.form-input::placeholder {
  color: var(--brand-muted);
}
.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: rgba(75, 173, 211, 0.6);
}

.form-row {
  display: flex;
  gap: 12px;
}
.form-col {
  flex: 1;
  position: relative;
}
.form-group {
  margin-bottom: 12px;
}

.form-submit {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: var(--brand-red);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.15s;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.form-submit:hover {
  background: var(--brand-crimson);
}

.form-note {
  color: var(--brand-muted);
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
}

/* ============================================
   SELECT OPTIONS POPUP
   ============================================ */
.select-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(13, 63, 111, 0.12);
  border: 1px solid rgba(196, 228, 245, 0.8);
  padding: 12px;
  z-index: 100;
  display: none;
}
.select-options.show {
  display: block;
}
.select-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s;
  font-size: 14px;
  color: var(--brand-navy);
}
.select-option:hover {
  background: rgba(196, 228, 245, 0.3);
}
.select-option em {
  font-style: normal;
}
.check-box {
  width: 18px;
  height: 18px;
  border: 2px solid var(--brand-pale);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.15s;
}
.select-option.selected .check-box {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
}
.select-option.selected .check-box::after {
  content: '';
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.select-option.selected em {
  color: var(--brand-blue);
  font-weight: 600;
}
.select-option-other {
  padding: 8px 12px;
}
.select-option-other .other-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--brand-pale);
  border-radius: 8px;
  font-size: 14px;
  color: var(--brand-navy);
  outline: none;
  transition: border-color 0.2s;
}
.select-option-other .other-input:focus {
  border-color: var(--brand-blue);
}
.select-option-other .other-input::placeholder {
  color: var(--brand-muted);
}
.confirm {
  margin-top: 8px;
  padding: 10px;
  text-align: center;
  background: var(--brand-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.confirm:hover {
  background: var(--brand-navy);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--brand-navy);
  padding: 64px 24px;
}
.footer {
  padding: 64px 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-grid {
  grid-template-columns: repeat(3, 1fr);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-brand-name {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.footer-brand-en {
  color: var(--brand-pale);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.footer-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 16px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-social-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s;
  cursor: pointer;
  font-size: 14px;
}
.footer-social-icon:hover {
  border-color: var(--brand-sky);
  color: var(--brand-sky);
}

.footer-section-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.footer-phone {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.footer-phone:hover {
  color: var(--brand-pale);
}
.footer-phone-note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-bottom: 20px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.footer-nav-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding: 4px 0;
  transition: color 0.2s;
}
.footer-nav-link:hover {
  color: var(--brand-sky);
}

.footer-region-title {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  margin-bottom: 4px;
}
.footer-region-list {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.625;
  margin-bottom: 12px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer-bottom {
  flex-direction: row;
  justify-content: space-between;
}
.footer-copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.footer-links a {
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--brand-sky);
}

/* ============================================
   ANIMATIONS & UTILITIES
   ============================================ */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.js-hidden {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.js-visible {
  opacity: 1;
  transform: translateY(0);
}
.js-hidden-x {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease;
}
.js-visible-x {
  opacity: 1;
  transform: translateX(0);
}

.feature-card-init {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.success-card-init {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.score-bar-init {
  width: 0%;
  transition: width 1s ease-out;
}

.text-center {
  text-align: center;
}
.hidden {
  display: none;
}

/* ============================================
   MOVED FROM main.js INLINE STYLES
   ============================================ */
.mobile-menu-btn i {
  font-size: 20px;
}
.nav-scrolled .mobile-menu-btn {
  color: var(--brand-navy);
}

.hero-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.card-animate-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.dest-dot {
  height: 8px;
  border-radius: 9999px;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}
.dest-timeline-start {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.dest-star {
  color: var(--brand-red);
  font-size: 14px;
}

.dest-theme-0 {
  --dest-border: rgba(229, 43, 43, 0.3);
  --dest-bg: rgba(229, 43, 43, 0.05);
  --dest-bar: var(--brand-red);
}
.dest-theme-1 {
  --dest-border: rgba(27, 127, 196, 0.3);
  --dest-bg: rgba(27, 127, 196, 0.05);
  --dest-bar: var(--brand-blue);
}
.dest-theme-2 {
  --dest-border: rgba(27, 127, 196, 0.3);
  --dest-bg: rgba(27, 127, 196, 0.05);
  --dest-bar: var(--brand-blue);
}
.dest-theme-3 {
  --dest-border: rgba(13, 63, 111, 0.3);
  --dest-bg: rgba(13, 63, 111, 0.05);
  --dest-bar: var(--brand-navy);
}
.dest-theme-4 {
  --dest-border: rgba(75, 173, 211, 0.3);
  --dest-bg: rgba(75, 173, 211, 0.05);
  --dest-bar: var(--brand-sky);
}

.dest-panel {
  border-color: var(--dest-border);
}
.dest-info {
  background: var(--dest-bg);
}
.dest-advantage {
  background: var(--dest-bg);
  border: 1px solid var(--dest-border);
}

.flex-a-c-g8 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flex-a-c-g16 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.flex-a-c-g8-mb2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}
.flex-col-g8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.flex-col-g12 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.flex-col-g4 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.text-12-muted {
  font-size: 12px;
  color: var(--brand-muted);
}
.text-12-muted-mb2 {
  font-size: 12px;
  color: var(--brand-muted);
  margin-bottom: 2px;
}
.text-18-700-red {
  font-weight: 700;
  font-size: 18px;
  color: var(--brand-red);
}
.text-12-op70 {
  font-size: 12px;
  opacity: 0.7;
}

.score-level-text {
  font-weight: 700;
  font-size: 14px;
}
.inline-flex-col {
  display: inline-flex;
  flex-direction: column;
}
.score-value-text {
  font-weight: 600;
  font-size: 14px;
  color: var(--brand-navy);
}
.score-desc-text {
  font-size: 12px;
  color: var(--brand-muted);
}
.score-schools-text {
  font-size: 12px;
  color: rgba(13, 63, 111, 0.7);
  line-height: 1.625;
}

.tool-flex-col-g12 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#tools .btn-primary{
  width: 380px;
  margin: 40px auto 0;
  text-align: center;
  display: block;
  position: relative;
}

#tools .btn-primary .laywechtcode{
  position: absolute;
  width: 150px;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background: #ffffff;
  border-radius: 6px;
  display: none;
}
#tools .btn-primary:hover .laywechtcode{
  display: block;
}
#tools .btn-primary .laywechtcode img{
  width: 100%;
}
#tools .btn-primary .laywechtcode::after {
    content: "";
    border: 10px solid #ffffff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    /* opacity: 0; */
}
.tool-note {
  text-align: center;
  color: var(--brand-muted);
  font-size: 12px;
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.tool-flex-col-g24 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.budget-tab-sky.active {
  background: rgba(75, 173, 211, 0.1);
  border-color: rgba(75, 173, 211, 0.3);
  color: var(--brand-sky);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-weight: 600;
}
.budget-tab-blue.active {
  background: rgba(27, 127, 196, 0.1);
  border-color: rgba(27, 127, 196, 0.3);
  color: var(--brand-blue);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-weight: 600;
}
.budget-tab-navy.active {
  background: rgba(13, 63, 111, 0.1);
  border-color: rgba(13, 63, 111, 0.3);
  color: var(--brand-navy);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-weight: 600;
}
.budget-tab-red.active {
  background: rgba(229, 43, 43, 0.1);
  border-color: rgba(229, 43, 43, 0.3);
  color: var(--brand-red);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-weight: 600;
}
.budget-tab .budget-tab-icon {
  font-size: 18px;
  color: var(--brand-muted);
}
.budget-tab-sky.active .budget-tab-icon {
  color: var(--brand-sky);
}
.budget-tab-blue.active .budget-tab-icon {
  color: var(--brand-blue);
}
.budget-tab-navy.active .budget-tab-icon {
  color: var(--brand-navy);
}
.budget-tab-red.active .budget-tab-icon {
  color: var(--brand-red);
}

.budget-panel-sky {
  border-color: rgba(75, 173, 211, 0.3);
  background: rgba(75, 173, 211, 0.1);
  color: var(--brand-sky);
}
.budget-panel-blue {
  border-color: rgba(27, 127, 196, 0.3);
  background: rgba(27, 127, 196, 0.1);
  color: var(--brand-blue);
}
.budget-panel-navy {
  border-color: rgba(13, 63, 111, 0.3);
  background: rgba(13, 63, 111, 0.1);
  color: var(--brand-navy);
}
.budget-panel-red {
  border-color: rgba(229, 43, 43, 0.3);
  background: rgba(229, 43, 43, 0.1);
  color: var(--brand-red);
}
.budget-panel-sky .budget-panel-icon {
  color: var(--brand-sky);
}
.budget-panel-blue .budget-panel-icon {
  color: var(--brand-blue);
}
.budget-panel-navy .budget-panel-icon {
  color: var(--brand-navy);
}
.budget-panel-red .budget-panel-icon {
  color: var(--brand-red);
}

.budget-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.budget-panel-grid>div{
  position: relative;
}
.budget-panel-grid .btn-primary{
  width: 374px;
  display: block;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.tag-default {
  background: var(--brand-light);
  color: var(--brand-muted);
}

/* ============================================
   TIMELINE SCHEDULE TABLE
   ============================================ */
.timeline-table-wrap {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(13, 63, 111, 0.06);
  border: 1px solid rgba(196, 228, 245, 0.6);
}
.timeline-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.timeline-table thead {
  background: var(--brand-blue);
}
.timeline-table thead th {
  color: #fff;
  font-weight: 600;
  padding: 16px 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.timeline-table thead th:first-child {
  border-radius: 16px 0 0 0;
}
.timeline-table thead th:last-child {
  border-radius: 0 16px 0 0;
}
.timeline-table tbody tr {
  border-bottom: 1px solid rgba(196, 228, 245, 0.6);
  transition: background 0.2s;
}
.timeline-table tbody tr:last-child {
  border-bottom: none;
}
.timeline-table tbody tr:hover {
  background: rgba(75, 173, 211, 0.05);
}
.timeline-table td {
  padding: 20px;
  line-height: 1.625;
  color: var(--brand-navy);
}
.timeline-stage {
  font-weight: 700;
  color: var(--brand-navy);
  white-space: nowrap;
  min-width: 120px;
}
.timeline-stage i {
  color: var(--brand-red);
  margin-right: 4px;
  font-size: 14px;
}
.timeline-time {
  font-weight: 700;
  color: var(--brand-red);
  white-space: nowrap;
  min-width: 130px;
}
.timeline-task {
  font-weight: 500;
  color: rgba(13, 63, 111, 0.85);
  white-space: nowrap;
  min-width: 140px;
}
.timeline-action {
  color: rgba(13, 63, 111, 0.7);
  font-size: 13px;
}
#timeline .btn-primary{
  display: block;
  width: 380px;
  margin: 40px auto 0;
  text-align: center;
}

/* Success Swiper */
.success-swiper {
  overflow: hidden;
  padding-bottom: 48px;
}
.success-swiper .swiper-slide {
  height: auto;
}
.success-swiper .swiper-pagination {
  bottom: 0;;
}
.success-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--brand-pale);
  opacity: 1;
  transition: all 0.2s;
}
.success-swiper .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background: var(--brand-red);
}
.success-swiper .swiper-button-prev,
.success-swiper .swiper-button-next {
  width: 32px;
  height: 32px;
  background-size: 14px 14px;
  top: auto;
  bottom: 4px;
}
.success-swiper .swiper-button-prev {
  left: calc(50% - 80px);
}
.success-swiper .swiper-button-next {
  right: calc(50% - 80px);
}
