:root {
  --navy: #06182f;
  --navy-2: #0b2748;
  --blue: #0a7fd6;
  --cyan: #20c7d9;
  --gold: #f4b84a;
  --emerald: #12b981;
  --rose: #f15b6c;
  --ink: #0a1728;
  --muted: #5c6675;
  --line: #dce6f2;
  --white: #ffffff;
  --soft: #f5f9ff;
  --cream: #fff9ec;
  --shadow: 0 24px 70px rgba(6, 24, 47, 0.14);
  --radius: 26px;
  --shell: min(1180px, calc(100vw - 40px));
  --site-hero-image: url("./assets/images/study-turkey-syrians-header.webp");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(32, 199, 217, 0.16), transparent 28rem),
    radial-gradient(circle at 96% 30%, rgba(244, 184, 74, 0.14), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 52%, #ffffff 100%);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 12px;
  right: 12px;
  z-index: 100;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: #fff;
  background: var(--navy);
  border-radius: 12px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(220, 230, 242, 0.78);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  color: var(--navy);
}

.brand span:last-child {
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(10, 127, 214, 0.25);
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #314054;
  font-size: 0.95rem;
  font-weight: 800;
}

.menu a {
  padding: 8px 0;
}

.menu a:hover {
  color: var(--blue);
}

.nav-cta,
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
}

.nav-cta {
  padding: 0 20px;
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 14px 30px rgba(244, 184, 74, 0.28);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
}

.section-dark {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 24, 47, 0.98), rgba(9, 46, 82, 0.92)),
    radial-gradient(circle at 20% 30%, rgba(32, 199, 217, 0.22), transparent 30rem);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 24, 47, 0.9), rgba(9, 46, 82, 0.8)),
    var(--site-hero-image) center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, #fff);
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 48px;
  align-items: center;
  padding: 74px 0 110px;
}

.hero-copy,
.hero-visual,
.split > *,
.final-card > * {
  min-width: 0;
}

.hero-copy,
.hero .eyebrow,
.hero-lead,
.hero-actions,
.trust-list {
  max-width: 100%;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #095375;
  background: rgba(32, 199, 217, 0.12);
  border: 1px solid rgba(32, 199, 217, 0.32);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 0.86rem;
  font-weight: 900;
}

.hero .eyebrow {
  color: #bff7ff;
  background: rgba(32, 199, 217, 0.14);
  border-color: rgba(191, 247, 255, 0.28);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 820px;
  margin-top: 18px;
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: 1.05;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.hero-lead {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.4vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  padding: 0 23px;
}

.btn-gold {
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 16px 42px rgba(244, 184, 74, 0.28);
}

.btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.trust-list li {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 800;
  min-width: 0;
  overflow-wrap: anywhere;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-visual img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 42px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.hero-card {
  position: absolute;
  right: -24px;
  bottom: -28px;
  max-width: 340px;
  padding: 22px;
  border-radius: 24px;
}

.glass {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.hero-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.hero-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
}

.answer-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: -62px;
}

.answer-strip article,
.feature-card,
.service-card,
.info-grid article,
.route-grid article,
.path-cards article,
.process-list li,
.faq-item,
.final-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(220, 230, 242, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.answer-strip article {
  padding: 22px;
}

.answer-strip span {
  color: var(--blue);
  font-weight: 950;
}

.answer-strip p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.95rem;
}

.section {
  padding: 92px 0;
}

.section-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-head.compact {
  margin-inline: auto;
  text-align: center;
}

.section-head .kicker,
.section-head.compact .kicker {
  margin-bottom: 14px;
}

h2 {
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 3.6rem);
  line-height: 1.18;
  font-weight: 950;
}

h3 {
  color: var(--navy);
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 950;
}

.section-head p,
.content-block > p,
.copy-panel p,
.final-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.02rem;
}

.feature-grid,
.service-grid,
.route-grid,
.path-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card,
.service-card,
.info-grid article,
.route-grid article,
.path-cards article {
  padding: 26px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card:hover,
.route-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 127, 214, 0.26);
  box-shadow: 0 28px 74px rgba(6, 24, 47, 0.18);
}

.feature-card .icon {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 18px;
  color: #fff;
  font-weight: 950;
}

.accent-blue .icon {
  background: var(--blue);
}

.accent-green .icon {
  background: var(--emerald);
}

.accent-gold .icon {
  color: var(--navy);
  background: var(--gold);
}

.feature-card p,
.service-card p,
.info-grid p,
.route-grid p,
.path-cards p,
.process-list span {
  margin-top: 10px;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 52px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 1fr 0.78fr;
}

.image-panel img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: auto;
  border-radius: 36px;
  box-shadow: var(--shadow);
}

.image-panel.small img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.copy-panel {
  padding: 8px 0;
}

.check-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.check-list p {
  position: relative;
  margin: 0;
  padding: 14px 48px 14px 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.check-list p::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 16px;
  height: 16px;
  background: var(--emerald);
  border-radius: 50%;
}

.services-section,
.costs-section,
.paths-section {
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.72), rgba(255, 255, 255, 0.86));
  border-block: 1px solid rgba(220, 230, 242, 0.8);
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
}

.content-block {
  max-width: 1080px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.pricing-table {
  overflow: hidden;
  margin-top: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.table-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1.2fr;
  gap: 18px;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
}

.table-row:first-child {
  border-top: 0;
}

.table-head {
  color: #fff;
  background: var(--navy);
  font-weight: 950;
}

.table-row span {
  color: var(--muted);
}

.table-head span,
.table-row span:first-child {
  color: var(--ink);
  font-weight: 900;
}

.table-head span {
  color: #fff;
}

.note {
  margin-top: 24px;
  padding: 18px 20px;
  color: #4b3100;
  background: var(--cream);
  border: 1px solid rgba(244, 184, 74, 0.44);
  border-radius: 18px;
  font-weight: 800;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.timeline article {
  padding: 24px;
  background: #fff;
  border-right: 4px solid var(--blue);
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(6, 24, 47, 0.08);
}

.timeline span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue);
  font-weight: 950;
}

.timeline p {
  margin-top: 8px;
  color: var(--muted);
}

.path-cards {
  grid-template-columns: repeat(4, 1fr);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  counter-reset: steps;
}

.process-list li {
  position: relative;
  min-height: 230px;
  padding: 30px 24px;
  counter-increment: steps;
}

.process-list li::before {
  content: counter(steps);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 16px;
  font-weight: 950;
}

.process-list strong {
  display: block;
  color: var(--navy);
  font-size: 1.08rem;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 940px;
  margin-inline: auto;
}

.faq-item {
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  min-height: 68px;
  padding: 18px 24px;
  text-align: right;
  color: var(--navy);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 950;
}

.faq-item button::after {
  content: "+";
  float: left;
  color: var(--blue);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-item button[aria-expanded="true"]::after {
  content: "-";
}

.faq-answer {
  padding: 0 24px 22px;
  color: var(--muted);
}

.final-cta {
  padding-top: 60px;
}

.final-card {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(6, 24, 47, 0.96), rgba(9, 46, 82, 0.92)),
    radial-gradient(circle at 80% 20%, rgba(244, 184, 74, 0.2), transparent 22rem);
}

.final-card h2,
.final-card p {
  color: #fff;
}

.final-card p {
  color: rgba(255, 255, 255, 0.78);
}

.consult-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
}

.consult-form label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

.consult-form input {
  min-height: 50px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid transparent;
  border-radius: 15px;
  outline: none;
}

.consult-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(244, 184, 74, 0.18);
}

.consult-form .consent-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  line-height: 1.6;
}

.consult-form .consent-field input {
  width: 20px;
  min-height: 20px;
  margin-top: 4px;
  accent-color: var(--gold);
}

.consult-form .consent-field a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 0.84rem;
  line-height: 1.6;
}

.inline-contact {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-date {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

.official-sources {
  padding: 20px !important;
  border: 1px solid rgba(10, 127, 214, 0.22) !important;
  border-radius: 20px;
  background: var(--soft);
}

.official-sources ul {
  margin-bottom: 0;
}

.site-footer {
  padding: 54px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  background: #041225;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 30px;
}

.footer-brand,
.site-footer h2 {
  color: #fff;
}

.site-footer h2 {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.site-footer p {
  max-width: 520px;
  margin-top: 12px;
}

.site-footer a:not(.footer-brand) {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 26px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.92rem;
}

.mobile-sticky-cta {
  display: none;
}

.subpage-main {
  overflow: hidden;
}

.subpage-hero {
  position: relative;
  overflow: hidden;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 24, 47, 0.94), rgba(11, 39, 72, 0.8)),
    radial-gradient(circle at 16% 28%, rgba(32, 199, 217, 0.18), transparent 30rem),
    radial-gradient(circle at 86% 22%, rgba(244, 184, 74, 0.18), transparent 24rem),
    var(--site-hero-image) center / cover no-repeat;
}

.subpage-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: end;
  padding: 72px 0 92px;
}

.subpage-hero h1 {
  max-width: 860px;
  margin: 12px 0 16px;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  line-height: 1.08;
}

.subpage-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.subpage-summary {
  padding: 24px;
  border-radius: var(--radius);
}

.subpage-summary strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.08rem;
}

.subpage-summary ul,
.check-list,
.compact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.subpage-summary li {
  display: flex;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
}

.subpage-summary li + li {
  margin-top: 8px;
}

.subpage-summary li::before,
.check-list li::before,
.compact-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 0.78em;
  border-radius: 999px;
  background: var(--gold);
}

.page-section {
  padding: 64px 0;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.page-stack {
  display: grid;
  gap: 20px;
}

.page-card,
.side-card,
.notice-box {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(220, 230, 242, 0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-card {
  padding: 30px;
}

.side-card {
  position: sticky;
  top: 102px;
  padding: 22px;
}

.page-card h2,
.side-card h2,
.notice-box h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.28;
}

.page-card h3 {
  margin: 22px 0 8px;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.35;
}

.page-card p,
.side-card p,
.notice-box p {
  margin: 0;
  color: var(--muted);
}

.page-card p + p {
  margin-top: 12px;
}

.check-list,
.compact-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.check-list li,
.compact-list li {
  display: flex;
  gap: 10px;
  color: var(--muted);
}

.notice-box {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(244, 184, 74, 0.18), rgba(32, 199, 217, 0.12)),
    #fff;
}

.mini-steps {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  counter-reset: step;
}

.mini-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
}

.mini-steps li::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  border-radius: 14px;
  font-weight: 950;
}

.page-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.page-link-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.page-link-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  color: var(--navy);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
  font-weight: 850;
}

.page-link-list a:hover {
  border-color: rgba(10, 127, 214, 0.45);
  transform: translateY(-1px);
}

@media (max-width: 1040px) {
  .hero-grid,
  .split,
  .split.reverse,
  .final-card,
  .subpage-hero-grid,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .side-card {
    position: static;
  }

  .service-grid,
  .path-cards,
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-grid {
    min-height: auto;
    gap: 34px;
    padding: 62px 0 90px;
  }

  h1 {
    font-size: clamp(2.8rem, 7vw, 5.4rem);
  }

  .hero-visual {
    max-width: 720px;
    margin-inline: auto;
  }
}

@media (max-width: 860px) {
  body {
    font-size: 17px;
    padding-bottom: 74px;
  }

  .nav {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 72px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    font-size: 0.95rem;
  }

  .brand span:last-child {
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu-toggle {
    display: block;
  }

  .menu {
    position: fixed;
    inset: 72px 16px auto;
    display: none;
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

  .menu.is-open {
    display: grid;
  }

  .menu a {
    padding: 12px;
    border-radius: 12px;
  }

  .nav-cta {
    justify-self: end;
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .hero-grid {
    padding: 44px 0 62px;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(2.45rem, 10vw, 4rem);
    line-height: 1.12;
  }

  .hero-lead {
    max-width: 680px;
    line-height: 1.75;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    height: 420px;
    border-radius: 28px;
  }

  .hero-card {
    position: static;
    max-width: none;
    margin-top: 14px;
    margin-inline: 0;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(220, 230, 242, 0.92);
    box-shadow: var(--shadow);
  }

  .hero-card p {
    color: var(--muted);
  }

  .answer-strip,
  .feature-grid,
  .info-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .answer-strip {
    margin-top: 24px;
  }

  .section {
    padding: 58px 0;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .subpage-hero-grid {
    padding: 54px 0 72px;
  }

  .page-section {
    padding: 48px 0;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 16px;
    left: 16px;
    bottom: 14px;
    z-index: 45;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    background: var(--gold);
    border-radius: 999px;
    box-shadow: 0 18px 44px rgba(6, 24, 47, 0.24);
    font-weight: 950;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: min(1180px, calc(100vw - 24px));
  }

  body {
    font-size: 16px;
  }

  .site-header {
    background: rgba(255, 255, 255, 0.92);
  }

  .nav {
    min-height: 66px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .brand span:last-child {
    max-width: 56vw;
    font-size: 0.9rem;
  }

  .nav-cta {
    display: none;
  }

  .menu {
    inset: 66px 12px auto;
  }

  h1 {
    font-size: clamp(2rem, 10.8vw, 3.05rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-grid {
    padding: 34px 0 46px;
  }

  .subpage-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .page-card,
  .side-card,
  .notice-box {
    padding: 20px;
    border-radius: 20px;
  }

  .hero-actions,
  .trust-list {
    display: grid;
  }

  .hero .eyebrow {
    width: auto;
    white-space: normal;
  }

  .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero-visual img {
    height: 280px;
    border-radius: 22px;
  }

  .hero-card,
  .answer-strip article,
  .feature-card,
  .service-card,
  .info-grid article,
  .route-grid article,
  .path-cards article,
  .process-list li,
  .faq-item {
    border-radius: 20px;
  }

  .answer-strip article,
  .feature-card,
  .service-card,
  .info-grid article,
  .route-grid article,
  .path-cards article {
    padding: 18px;
  }

  .service-grid,
  .route-grid,
  .path-cards,
  .process-list {
    grid-template-columns: 1fr;
  }

  .final-card {
    padding: 24px;
    border-radius: 22px;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 420px) {
  :root {
    --shell: min(1180px, calc(100vw - 20px));
  }

  .brand span:last-child {
    max-width: 52vw;
    font-size: 0.82rem;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  h1 {
    font-size: clamp(1.86rem, 10vw, 2.6rem);
  }

  h2 {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
  }

  .hero-visual img {
    height: 235px;
  }

  .hero-actions .btn {
    min-height: 50px;
    padding-inline: 16px;
  }

  .trust-list li {
    border-radius: 18px;
  }

  .mobile-sticky-cta {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
}

.btn-outline {
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(10, 127, 214, 0.28);
  box-shadow: 0 14px 30px rgba(10, 127, 214, 0.08);
}

.btn-outline:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.support-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 255, 0.96));
  border: 1px solid rgba(220, 230, 242, 0.95);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.support-card h3 {
  margin: 6px 0 8px;
  color: var(--navy);
  font-size: 1.35rem;
}

.support-card p {
  margin: 0;
  color: var(--muted);
}

.article-hero {
  padding: 72px 0 78px;
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.breadcrumbs a:hover {
  color: var(--gold);
}

.article-lead {
  max-width: 840px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.16rem;
  line-height: 2;
}

.article-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.article-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
}

.article-quick-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: var(--shadow);
}

.article-quick-card h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  color: var(--navy);
}

.article-quick-card p {
  color: var(--muted);
  margin: 0 0 18px;
}

.article-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 54px 0 80px;
}

.article-toc {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 8px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(6, 24, 47, 0.08);
}

.article-toc strong {
  color: var(--navy);
  margin-bottom: 4px;
}

.article-toc a {
  color: var(--muted);
  font-weight: 800;
  padding: 8px 10px;
  border-radius: 12px;
}

.article-toc a:hover {
  color: var(--blue);
  background: var(--soft);
}

.article-content {
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 22px 64px rgba(6, 24, 47, 0.08);
}

.article-content section {
  padding: 28px 0;
  border-bottom: 1px solid rgba(220, 230, 242, 0.9);
}

.article-content section:first-child {
  padding-top: 0;
}

.article-content section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.article-content h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  line-height: 1.35;
}

.article-content h3 {
  margin: 0 0 8px;
  color: var(--navy-2);
  font-size: 1.18rem;
}

.article-content p {
  color: var(--muted);
  margin: 0 0 14px;
}

.article-content a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-content a:hover {
  color: var(--navy);
}

.article-content p:last-child {
  margin-bottom: 0;
}

.answer-box {
  padding: 22px !important;
  border: 1px solid rgba(18, 185, 129, 0.22) !important;
  background: linear-gradient(135deg, rgba(18, 185, 129, 0.09), rgba(32, 199, 217, 0.08));
  border-radius: 22px;
}

.article-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.article-card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-card-grid article {
  padding: 20px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.article-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 16px 0;
  list-style: none;
}

.article-list li {
  padding: 14px 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--muted);
}

.warning-list li {
  border-color: rgba(241, 91, 108, 0.22);
  background: rgba(241, 91, 108, 0.06);
}

.article-steps {
  counter-reset: step;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.article-steps li {
  position: relative;
  padding: 16px 58px 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--muted);
}

.article-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.table-wrap {
  overflow-x: auto;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  background: #fff;
}

.article-table th,
.article-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: right;
  vertical-align: top;
}

.article-table th {
  background: var(--navy);
  color: #fff;
}

.article-table tr:last-child td {
  border-bottom: 0;
}

.article-faq details {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  margin: 10px 0;
}

.article-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--navy);
}

.article-faq details p {
  margin-top: 10px;
}

.article-cta {
  padding: 28px !important;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff;
}

.article-cta h2,
.article-cta p {
  color: #fff;
}

.article-cta p {
  opacity: 0.88;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #20c763;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 38px rgba(32, 199, 99, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px);
  background: #16b957;
  box-shadow: 0 22px 46px rgba(32, 199, 99, 0.34);
  outline: none;
}

.floating-whatsapp__icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.floating-whatsapp__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 920px) {
  .support-card,
  .article-hero-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-toc {
    position: static;
  }

  .article-card-grid,
  .article-card-grid.two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .floating-whatsapp {
    bottom: 86px;
  }
}

@media (max-width: 640px) {
  .article-hero {
    padding: 50px 0;
  }

  .article-content {
    padding: 22px;
    border-radius: 22px;
  }

  .article-layout {
    padding: 34px 0 62px;
  }

  .support-card {
    padding: 20px;
  }

  .article-table {
    min-width: 640px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 82px;
    min-height: 48px;
    padding: 12px 15px;
    font-size: 0.95rem;
  }
}


/* Mobile consultation UX hardening */
#consultation {
  scroll-margin-top: 88px;
}

.consult-form input[type="text"] {
  font-size: 16px;
  line-height: 1.35;
}

.consult-form button[type="submit"] {
  min-height: 52px;
  touch-action: manipulation;
}

.consult-form .consent-field {
  cursor: pointer;
}

.consult-form .consent-field input[type="checkbox"] {
  flex: 0 0 auto;
}

.consult-form input:focus-visible,
.consult-form button:focus-visible,
.consult-form a:focus-visible {
  outline: 3px solid rgba(244, 184, 74, 0.72);
  outline-offset: 3px;
}

.noscript-whatsapp {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-sticky-cta {
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    min-height: 54px;
    padding-inline: 18px;
    touch-action: manipulation;
  }

  .floating-whatsapp {
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    touch-action: manipulation;
  }

  .consult-form {
    padding: 16px;
  }

  .consult-form input[type="text"] {
    min-height: 52px;
    width: 100%;
  }

  .consult-form .consent-field {
    min-height: 44px;
    align-items: center;
  }

  .consult-form .consent-field input[type="checkbox"] {
    width: 22px;
    height: 22px;
    min-height: 22px;
    margin-top: 0;
  }
}

@media (max-width: 420px) {
  .consult-form {
    padding: 14px;
    border-radius: 18px;
  }

  .final-card {
    padding-inline: 16px;
  }

  .mobile-sticky-cta {
    right: 10px;
    left: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .floating-whatsapp {
    right: 10px;
  }
}


/* V9: full mobile interface hardening */
@media (max-width: 860px) {
  .site-header {
    z-index: 2000;
  }

  .menu {
    max-height: calc(100dvh - 88px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .menu a {
    min-height: 46px;
    display: flex;
    align-items: center;
  }

  body.menu-open .floating-whatsapp,
  body.menu-open .mobile-sticky-cta {
    visibility: hidden;
    pointer-events: none;
  }

  h1,
  h2,
  h3,
  .article-content,
  .page-card,
  .support-card {
    overflow-wrap: anywhere;
  }

  .table-wrap {
    max-width: 100%;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .article-table th,
  .article-table td {
    min-width: 150px;
  }

  .article-table th:first-child,
  .article-table td:first-child {
    min-width: 135px;
  }

  .article-toc a,
  .page-link-list a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  a,
  button {
    -webkit-tap-highlight-color: rgba(10, 127, 214, 0.14);
  }
}

@media (max-width: 640px) {
  .section,
  .page-section {
    scroll-margin-top: 78px;
  }

  .article-content p,
  .article-content li,
  .page-card p,
  .page-card li {
    line-height: 1.82;
  }

  .article-content ul,
  .article-content ol,
  .page-card ul,
  .page-card ol {
    padding-inline-start: 22px;
  }

  .table-wrap {
    margin-inline: -2px;
    border-radius: 14px;
  }

  .article-table th,
  .article-table td {
    padding: 12px 13px;
    font-size: 0.94rem;
  }

  .breadcrumbs {
    line-height: 1.6;
  }
}

@media (max-width: 360px) {
  :root {
    --shell: min(1180px, calc(100vw - 16px));
  }

  .brand span:last-child {
    max-width: 50vw;
    font-size: 0.78rem;
  }

  .hero-visual img {
    height: 215px;
  }

  .article-content,
  .page-card,
  .side-card,
  .notice-box,
  .support-card {
    padding-inline: 16px;
  }

  .floating-whatsapp {
    padding-inline: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Editorial trust and review information */
.editorial-note{margin:28px 0;padding:22px 24px;border:1px solid rgba(176,139,62,.28);border-radius:18px;background:rgba(176,139,62,.07)}
.editorial-note h2{margin-top:0;font-size:1.2rem}
.editorial-note p:last-child{margin-bottom:0}
.editorial-note a{text-decoration:underline;text-underline-offset:3px}
.editorial-meta-link{font-weight:700}
@media (max-width:600px){.editorial-note{padding:18px 16px;margin:22px 0}.article-meta{gap:8px}}


/* Concise answer summaries for readers and answer engines */
.quick-summary{margin:1rem 0 1.5rem;padding-inline-start:1.35rem}
.quick-summary li{margin:.45rem 0;line-height:1.8}


/* V15 — lighter hero visual effects */
.hero-visual img {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}
.hero-card {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


/* V17 hard no-crop fix for content images */
.image-panel img,
.image-panel.small img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}


/* V18 — lighter effects on the ORIGINAL main hero image only */
.hero-visual img {
  filter: none !important;
  opacity: 1 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14) !important;
}

/* Soften decorative layers around the hero without changing layout/content */
.hero-visual::before,
.hero-visual::after {
  opacity: 0.28 !important;
}

/* Keep the floating information card, but make its blur/shadow lighter */
.hero-card {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}
