@font-face {
  font-family: "Vazirmatn";
  src: url("fonts/Vazirmatn-Variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --background: #ffffff;
  --foreground: #17203a;
  --card: #ffffff;
  --card-foreground: #17203a;
  --popover: #ffffff;
  --popover-foreground: #17203a;
  --primary: #26335f;
  --primary-foreground: #ffffff;
  --secondary: #f3f6fb;
  --secondary-foreground: #26335f;
  --muted: #f5f7fa;
  --muted-foreground: #667085;
  --accent: #c9161d;
  --accent-foreground: #ffffff;
  --destructive: #c9161d;
  --border: #e3e8f0;
  --input: #dbe2ea;
  --ring: #26335f;
  --radius: 1rem;
  --brand-navy: #26335f;
  --brand-navy-dark: #17203a;
  --brand-red: #c9161d;
  --brand-soft: #f3f6fb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Vazirmatn, IRANSansX, Tahoma, Arial, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.icon-lg { width: 25px; height: 25px; }

.site-shell { min-height: 100vh; overflow-x: hidden; padding-bottom: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 98px;
  border-bottom: 1px solid rgb(255 255 255 / 38%);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 76px; height: 76px; border-radius: 18px; background: white; padding: 5px; box-shadow: 0 10px 35px rgb(22 31 61 / 10%); overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; gap: 34px; color: var(--brand-navy-dark); font-size: 15px; font-weight: 650; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--brand-red); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-phone { direction: ltr; display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border: 1px solid rgb(38 51 95 / 16%); border-radius: 13px; background: rgb(255 255 255 / 82%); color: var(--brand-navy); font-weight: 800; backdrop-filter: blur(8px); }

.hero { min-height: 800px; position: relative; display: flex; align-items: center; padding: 138px 0 80px; background: #f4f7fb; isolation: isolate; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url('assets/seoul-hero.webp') left center / cover no-repeat; }
.hero-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 72%) 49%, #fff 75%, #fff 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; z-index: -1; background: linear-gradient(0deg, #fff, transparent); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(320px, .72fr); gap: 84px; align-items: center; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--brand-red); font-weight: 800; font-size: 15px; }
.kr-mark { direction: ltr; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(from 45deg, var(--brand-red) 0 50%, var(--brand-navy) 0); color: #fff; font-size: 10px; letter-spacing: .06em; box-shadow: 0 0 0 5px rgb(255 255 255 / 78%); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; max-width: 630px; font-size: clamp(2.65rem, 4.7vw, 4.65rem); line-height: 1.2; letter-spacing: -.045em; font-weight: 900; color: var(--brand-navy-dark); text-wrap: balance; }
.hero-lead { max-width: 610px; margin-bottom: 30px; color: #536078; font-size: 18px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border-radius: 13px; font-size: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand-red); color: #fff; box-shadow: 0 12px 28px rgb(201 22 29 / 21%); }
.button-primary:hover { background: #ad1117; box-shadow: 0 15px 32px rgb(201 22 29 / 26%); }
.button-secondary { background: #fff; color: var(--brand-navy); box-shadow: inset 0 0 0 1px #dfe5ed, 0 8px 25px rgb(38 51 95 / 7%); }
.trust-line { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 24px; color: #667085; font-size: 14px; }
.trust-line span { display: inline-flex; align-items: center; gap: 7px; }
.trust-line svg { color: #17935b; }

.hero-card { align-self: end; margin-bottom: -6px; padding: 27px; border: 1px solid rgb(255 255 255 / 72%); border-radius: 24px; background: rgb(255 255 255 / 84%); box-shadow: 0 24px 65px rgb(30 42 79 / 16%); backdrop-filter: blur(13px); }
.hero-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 21px; border-bottom: 1px solid #e5e9f0; }
.hero-card-top svg { color: var(--brand-red); }
.card-kicker { display: block; margin-bottom: 3px; color: var(--brand-red); font-size: 12px; font-weight: 800; }
.hero-card-top strong { color: var(--brand-navy-dark); font-size: 18px; }
.hero-card ol { list-style: none; margin: 20px 0; padding: 0; display: grid; gap: 17px; }
.hero-card li { display: flex; align-items: center; gap: 12px; }
.hero-card li > span { flex: 0 0 33px; width: 33px; height: 33px; display: grid; place-items: center; border-radius: 10px; background: var(--brand-soft); color: var(--brand-navy); font-weight: 900; font-size: 13px; }
.hero-card li p { margin: 0; color: #667085; font-size: 14px; }
.hero-card li strong { color: var(--brand-navy-dark); }
.hero-card-note { display: flex; align-items: center; gap: 10px; padding: 13px 14px; border-radius: 13px; background: #eef8f3; color: #25684b; }
.hero-card-note p { margin: 0; font-size: 12px; line-height: 1.7; }

.proof-strip { position: relative; z-index: 2; margin-top: -22px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 26px 32px; border: 1px solid #e7ebf1; border-radius: 22px; background: #fff; box-shadow: 0 16px 48px rgb(30 42 79 / 9%); }
.proof-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border-left: 1px solid #e8ecf2; }
.proof-grid > div:last-child { border-left: 0; }
.proof-grid svg { flex: 0 0 auto; width: 25px; color: var(--brand-red); }
.proof-grid span { display: grid; }
.proof-grid strong { color: var(--brand-navy-dark); font-size: 14px; }
.proof-grid small { margin-top: 2px; color: #7b8599; font-size: 12px; }

.section { padding: 108px 0; }
.section-heading { max-width: 640px; }
.section-heading.centered { margin: 0 auto 52px; text-align: center; }
.section-label { display: inline-block; margin-bottom: 10px; color: var(--brand-red); font-size: 14px; font-weight: 850; }
.section-label.light { color: #f4a6a9; }
.section h2 { margin-bottom: 17px; color: var(--brand-navy-dark); font-size: clamp(2rem, 3.1vw, 3rem); line-height: 1.35; letter-spacing: -.035em; font-weight: 900; text-wrap: balance; }
.section-heading p, .review-copy > p { color: #697386; font-size: 16px; line-height: 2; }
.process-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; overflow: hidden; min-height: 280px; padding: 30px; border: 1px solid #e5e9f0; border-radius: 22px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.step-card:hover { transform: translateY(-5px); border-color: #d7dde8; box-shadow: 0 18px 46px rgb(32 43 78 / 9%); }
.step-number { position: absolute; top: 15px; left: 20px; color: #eef1f6; font-size: 51px; line-height: 1; font-weight: 900; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 16px; background: var(--brand-soft); color: var(--brand-navy); }
.step-card h3 { margin-bottom: 11px; color: var(--brand-navy-dark); font-size: 20px; font-weight: 850; }
.step-card p { margin-bottom: 0; color: #727c8e; font-size: 15px; line-height: 2; }

.review-section { background: var(--brand-soft); }
.review-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.review-copy h2 { max-width: 570px; }
.review-copy > p { margin-bottom: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-red); font-weight: 850; }
.review-panel { padding: 34px; border: 1px solid #e1e6ee; border-radius: 24px; background: #fff; box-shadow: 0 20px 52px rgb(30 42 79 / 8%); }
.review-panel-title { display: flex; align-items: center; gap: 11px; padding-bottom: 21px; border-bottom: 1px solid #e8ecf2; }
.review-panel-title svg { color: var(--brand-red); }
.review-panel-title h3 { margin: 0; color: var(--brand-navy-dark); font-size: 18px; }
.review-panel ul { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.review-panel li { display: flex; align-items: center; gap: 9px; color: #5d687c; font-size: 14px; }
.review-panel li svg { flex: 0 0 auto; color: #17935b; }

.audience-section { padding-top: 80px; padding-bottom: 80px; }
.audience-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; padding: 56px 62px; border-radius: 28px; background: var(--brand-navy-dark); color: #fff; }
.audience-card::after { content: ""; position: absolute; width: 260px; height: 260px; left: -80px; bottom: -140px; border-radius: 50%; border: 54px solid rgb(201 22 29 / 26%); }
.audience-intro { position: relative; z-index: 1; }
.audience-intro h2 { margin: 0; color: #fff; }
.audience-items { position: relative; z-index: 1; display: grid; gap: 13px; }
.audience-items > div { display: flex; align-items: center; gap: 14px; padding: 15px 17px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 15px; background: rgb(255 255 255 / 7%); }
.audience-items svg { flex: 0 0 auto; color: #f4a6a9; }
.audience-items p { margin: 0; display: grid; }
.audience-items strong { font-size: 14px; }
.audience-items span { color: #bfc6d6; font-size: 12px; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 30px; }
.faq-heading .button { margin-top: 10px; direction: ltr; }
.button-outline { border: 1px solid #dfe4ec; color: var(--brand-navy); background: #fff; }
.faq-list { border-top: 1px solid #dfe4ec; }
.faq-list details { border-bottom: 1px solid #dfe4ec; }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; color: var(--brand-navy-dark); font-size: 17px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(180deg); color: var(--brand-red); }
.faq-list details p { margin: -6px 0 25px; color: #687386; font-size: 15px; line-height: 2; }

.final-cta { padding: 0 0 84px; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 44px 50px; border-radius: 25px; background: var(--brand-red); color: #fff; box-shadow: 0 20px 50px rgb(201 22 29 / 18%); }
.final-cta-inner span { color: #ffd9da; font-size: 14px; font-weight: 750; }
.final-cta-inner h2 { margin: 7px 0 0; color: #fff; font-size: clamp(1.65rem, 2.5vw, 2.4rem); }
.button-white { flex: 0 0 auto; background: #fff; color: var(--brand-red); }

.footer { padding: 55px 0 34px; background: #11182d; color: #fff; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 65px; height: 65px; border-radius: 13px; object-fit: contain; background: #fff; padding: 4px; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 16px; }
.footer-brand span { color: #9ca7bd; font-size: 13px; }
.footer-contact { display: grid; text-align: left; }
.footer-contact > span { color: #9ca7bd; font-size: 12px; }
.footer-contact a { direction: ltr; display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; color: #fff; font-weight: 850; font-size: 19px; }
.footer-contact svg { color: #f08e92; }
.disclaimer { margin-top: 34px; padding-top: 23px; border-top: 1px solid rgb(255 255 255 / 10%); }
.disclaimer p { margin: 0; color: #8f9ab0; font-size: 12px; line-height: 1.9; }
.mobile-cta { display: none; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { max-width: 680px; }
  .hero-card { width: min(470px, 100%); justify-self: end; }
  .hero-wash { background: linear-gradient(90deg, rgb(255 255 255 / 18%), rgb(255 255 255 / 87%) 58%, #fff 100%); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .proof-grid > div:nth-child(2) { border-left: 0; }
  .review-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-heading { position: static; }
  .audience-card { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-shell { padding-bottom: 72px; }
  .site-header { height: 82px; }
  .brand { width: 64px; height: 64px; border-radius: 14px; }
  .header-phone { padding: 9px 12px; font-size: 13px; }
  .header-phone svg { display: none; }
  .hero { padding: 118px 0 55px; min-height: 780px; align-items: flex-start; }
  .hero-image { background-position: 30% center; opacity: .5; }
  .hero-wash { background: linear-gradient(0deg, #fff 6%, rgb(255 255 255 / 74%) 52%, rgb(255 255 255 / 93%) 100%); }
  .hero-grid { gap: 35px; }
  h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); line-height: 1.27; }
  .hero-lead { font-size: 16px; line-height: 1.9; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .trust-line { display: grid; gap: 8px; }
  .hero-card { padding: 21px; }
  .proof-strip { margin-top: 0; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 22px 15px; border-radius: 18px; }
  .proof-grid > div { align-items: flex-start; justify-content: flex-start; padding: 9px 11px; border-left: 0; }
  .proof-grid small { display: none; }
  .section { padding: 78px 0; }
  .section-heading.centered { margin-bottom: 37px; text-align: right; }
  .section h2 { font-size: 2rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .review-grid { gap: 34px; }
  .review-panel { padding: 23px; }
  .review-panel ul { grid-template-columns: 1fr; }
  .audience-section { padding-block: 55px; }
  .audience-card { width: calc(100% - 28px); padding: 38px 25px; border-radius: 22px; }
  .faq-grid { gap: 30px; }
  .final-cta { padding-bottom: 55px; }
  .final-cta-inner { width: calc(100% - 28px); flex-direction: column; align-items: stretch; padding: 34px 25px; }
  .button-white { width: 100%; }
  .footer { padding-top: 44px; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-contact { text-align: right; }
  .disclaimer { margin-top: 26px; }
  .mobile-cta { position: fixed; z-index: 50; inset: auto 0 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); border-top: 1px solid #e3e7ed; background: rgb(255 255 255 / 94%); box-shadow: 0 -9px 30px rgb(24 34 65 / 11%); backdrop-filter: blur(12px); }
  .mobile-cta a { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 12px; font-size: 14px; font-weight: 850; }
  .mobile-cta a:first-child { border: 1px solid #dfe4ec; color: var(--brand-navy); }
  .mobile-cta a:last-child { background: var(--brand-red); color: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
