/*
 * Sanad components. Every selector is prefixed .snd- so nothing collides with
 * Elementor, Bricks, Divi, or the parent theme.
 */

/* ============================================================ Header */

.snd-header { position: sticky; top: 0; z-index: 100; }
.snd-util { background: var(--snd-navy-900); color: rgba(255,255,255,.68); font-size: 12.5px; display: none; }
@media (min-width: 1024px) { .snd-util { display: block; } }
.snd-util__row { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.snd-util p { margin: 0; }
.snd-util__right { display: flex; align-items: center; gap: 20px; }
.snd-util a { color: inherit; text-decoration: none; }
.snd-util a:hover { color: var(--snd-gold); }

.snd-bar { background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid transparent; transition: border-color .3s var(--snd-ease), box-shadow .3s var(--snd-ease); }
.snd-header.is-stuck .snd-bar { border-bottom-color: var(--snd-hairline); box-shadow: 0 1px 16px rgba(10,25,47,.07); }
.snd-bar__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; }
@media (min-width: 1024px) { .snd-bar__row { min-height: 78px; } }

.snd-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: none; }
.snd-brand__text { display: flex; flex-direction: column; line-height: 1; }
.snd-brand__main { font-family: var(--snd-display); font-size: 23px; font-weight: 600; color: var(--snd-navy); letter-spacing: .06em; }
.snd-brand__sub { margin-top: 5px; font-family: var(--snd-body); font-size: 9px; font-weight: 500; text-transform: uppercase; letter-spacing: .26em; color: var(--snd-gold); }
[dir='rtl'] .snd-brand__main { letter-spacing: 0; }
[dir='rtl'] .snd-brand__sub { text-transform: none; letter-spacing: 0; font-size: 10px; }
.snd-brand--light .snd-brand__main { color: var(--snd-alabaster); }

.snd-nav { display: none; }
@media (min-width: 1180px) { .snd-nav { display: block; } }
.snd-nav ul { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.snd-nav a { display: block; padding: 8px 11px; border-radius: var(--snd-r-btn); font-size: 14.5px; font-weight: 500; color: var(--snd-navy); text-decoration: none; }
.snd-nav a:hover { color: var(--snd-amber-hover); }

.snd-bar__actions { display: none; align-items: center; gap: 12px; }
@media (min-width: 1180px) { .snd-bar__actions { display: flex; } }
.snd-bar__div { width: 1px; height: 24px; background: var(--snd-hairline); }
.snd-bar__mobile { display: flex; align-items: center; gap: 8px; }
@media (min-width: 1180px) { .snd-bar__mobile { display: none; } }

.snd-iconbtn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: var(--snd-r-btn);
  border: 1px solid var(--snd-hairline); background: #fff; color: var(--snd-heritage); cursor: pointer;
}
.snd-iconbtn:hover { background: var(--snd-heritage); border-color: var(--snd-heritage); color: #fff; }

/* ------------------------------------------------- Language toggle */

.snd-lang { display: inline-flex; align-items: center; gap: 2px; padding: 4px; border-radius: var(--snd-r-btn); border: 1px solid var(--snd-hairline); background: var(--snd-mist); }
.snd-lang--dark { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.snd-lang__seg {
  display: inline-flex; align-items: center; height: 36px; padding-inline: 14px;
  border-radius: 5px; font-size: 13.5px; font-weight: 600; line-height: 1;
  color: var(--snd-slate); text-decoration: none;
  transition: background-color .2s var(--snd-ease), color .2s var(--snd-ease);
}
.snd-lang--sm .snd-lang__seg { height: 40px; padding-inline: 12px; }
.snd-lang__seg:hover { color: var(--snd-navy); }
.snd-lang__seg.is-active { background: var(--snd-navy); color: #fff; }
.snd-lang--dark .snd-lang__seg { color: rgba(255,255,255,.7); }
.snd-lang--dark .snd-lang__seg.is-active { background: #fff; color: var(--snd-navy); }
.snd-lang__short { display: none; }
@media (max-width: 480px) {
  .snd-lang__long { display: none; }
  .snd-lang__short { display: inline; }
}

/* ------------------------------------------------------- Drawer */

.snd-drawer { position: fixed; inset: 0; z-index: 120; }
.snd-drawer__scrim { position: absolute; inset: 0; background: rgba(10,25,47,.5); border: 0; }
.snd-drawer__panel { position: absolute; inset-block: 0; inset-inline-end: 0; width: min(100%, 420px); background: var(--snd-alabaster); display: flex; flex-direction: column; overflow-y: auto; }
.snd-drawer__top { display: flex; align-items: center; justify-content: space-between; min-height: 70px; padding-inline: 20px; background: #fff; border-bottom: 1px solid var(--snd-hairline); }
.snd-drawer__nav { list-style: none; margin: 0; padding: 12px 20px; }
.snd-drawer__nav a { display: flex; align-items: center; min-height: 52px; border-bottom: 1px solid var(--snd-hairline); font-size: 17px; font-weight: 500; color: var(--snd-navy); text-decoration: none; }
.snd-drawer__lang { padding: 20px; border-top: 1px solid var(--snd-hairline); }
.snd-drawer__lang .snd-eyebrow { margin-bottom: 12px; }
.snd-drawer__actions { display: grid; gap: 12px; padding: 0 20px 28px; }

/* =============================================================== Hero */

.snd-hero { position: relative; overflow: hidden; background: var(--snd-alabaster); }
.snd-hero__grid { display: grid; gap: 44px; padding-block: 48px 64px; align-items: center; }
@media (min-width: 1024px) { .snd-hero__grid { grid-template-columns: 55fr 45fr; gap: 64px; padding-block: 80px 112px; } }

.snd-hero__eyebrow { border-inline-start: 2px solid var(--snd-gold); padding-inline-start: 20px; }
.snd-hero__copy .snd-h1 { margin-top: 24px; }
.snd-micro { list-style: none; margin: 40px 0 0; padding: 0; display: grid; gap: 12px 32px; }
@media (min-width: 640px) { .snd-micro { grid-template-columns: repeat(2, 1fr); } }
.snd-micro li { position: relative; padding-inline-start: 26px; font-size: 14.5px; color: var(--snd-navy); }
.snd-micro li::before {
  content: ''; position: absolute; inset-inline-start: 0; top: 6px; width: 12px; height: 7px;
  border-inline-start: 2px solid var(--snd-heritage); border-bottom: 2px solid var(--snd-heritage);
  transform: rotate(-45deg);
}

.snd-hero__frame { position: relative; margin: 0; aspect-ratio: 4 / 5; border-radius: var(--snd-r-card); overflow: hidden; border: 1px solid var(--snd-hairline); box-shadow: var(--snd-shadow-lift); background: var(--snd-navy); }
.snd-hero__frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.snd-hero__frame--empty {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px;
  text-align: center; padding: 40px; background: linear-gradient(160deg, #0A192F 0%, #0D3B2E 130%);
}
.snd-hero__frame--empty p { max-width: 26em; font-size: 13px; line-height: 1.8; color: rgba(255,255,255,.55); margin: 0; }
.snd-hero__plate { position: relative; z-index: 2; margin: -40px 24px 0; background: #fff; border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-card); box-shadow: var(--snd-shadow-card); padding: 20px; }
.snd-hero__plate p { margin: 0; font-size: 13px; line-height: 1.7; color: var(--snd-slate); }
.snd-hero__plate strong { color: var(--snd-navy); }

/* ========================================================== Trust bar */

.snd-trust { background: #fff; border-block: 1px solid var(--snd-hairline); }
.snd-trust__grid { display: grid; gap: 32px; padding-block: 40px; }
@media (min-width: 640px) { .snd-trust__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .snd-trust__grid { grid-template-columns: repeat(4, 1fr); gap: 40px; padding-block: 48px; } }
.snd-trust__item { border-inline-start: 2px solid rgba(200,169,81,.4); padding-inline-start: 18px; }
.snd-trust__item h2 { font-family: var(--snd-display); font-size: 16px; font-weight: 600; color: var(--snd-navy); margin: 0; line-height: 1.35; }
.snd-trust__item p { font-size: 13.5px; line-height: 1.7; color: var(--snd-slate); margin: 8px 0 0; }

/* ======================================================= How it works */

.snd-steps { list-style: none; margin: 56px 0 0; padding: 0; display: grid; gap: 1px; background: var(--snd-hairline); border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-card); overflow: hidden; }
@media (min-width: 640px) { .snd-steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .snd-steps { grid-template-columns: repeat(4, 1fr); } }
.snd-step { position: relative; background: #fff; padding: 28px; }
.snd-step__n { font-family: var(--snd-display); font-size: 13px; font-weight: 600; letter-spacing: .2em; color: var(--snd-gold-deep); }
.snd-step h3 { font-family: var(--snd-display); font-size: 20px; font-weight: 600; color: var(--snd-navy); margin: 16px 0 0; line-height: 1.3; }
.snd-step p { font-size: 14.5px; line-height: 1.75; color: var(--snd-slate); margin: 12px 0 0; }
.snd-step::after { content: ''; position: absolute; inset-inline: 0; bottom: 0; height: 3px; background: var(--snd-gold); transform: scaleX(0); transition: transform .5s var(--snd-ease); }
.snd-step:hover::after { transform: scaleX(1); }

/* ============================================== The Sanad Difference */

.snd-cmp__table-wrap { display: none; margin-top: 56px; }
@media (min-width: 1080px) { .snd-cmp__table-wrap { display: block; } }
.snd-cmp { width: 100%; border-collapse: collapse; text-align: start; }
.snd-cmp__spacer { width: 15%; padding: 0; }
.snd-cmp__col { width: 26.5%; padding: 48px 24px 20px; vertical-align: bottom; text-align: start; }

/* The pillar. Sanad means something you lean on, so the Sanad column stands on
   white, starts higher than the others, and carries a gold cap. */
.snd-cmp__col--sanad {
  width: 32%; position: relative; background: #fff; padding-top: 28px;
  border: 1px solid var(--snd-hairline); border-bottom: 0;
  border-start-start-radius: var(--snd-r-card); border-start-end-radius: var(--snd-r-card);
}
.snd-cmp__col--sanad::before { content: ''; position: absolute; inset-inline: -1px; top: -1px; height: 3px; background: linear-gradient(90deg, var(--snd-gold), var(--snd-gold-deep)); }
.snd-cmp__title { display: block; font-family: var(--snd-display); font-size: 19px; font-weight: 600; line-height: 1.25; color: var(--snd-navy); }
.snd-cmp__title--muted { font-size: 17px; color: rgba(10,25,47,.7); }
.snd-cmp__tag { display: block; margin-top: 8px; font-size: 12.5px; font-weight: 500; text-transform: uppercase; letter-spacing: .14em; color: var(--snd-gold-deep); }
[dir='rtl'] .snd-cmp__tag { text-transform: none; letter-spacing: 0; }

.snd-cmp__rowlabel {
  border-top: 1px solid var(--snd-hairline); padding: 28px 24px 28px 0; text-align: start; vertical-align: top;
  font-family: var(--snd-body); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; line-height: 1.4; color: var(--snd-navy);
}
[dir='rtl'] .snd-cmp__rowlabel { padding: 28px 0 28px 24px; text-transform: none; letter-spacing: 0; font-size: 14px; }
.snd-cmp__cell { border-top: 1px solid var(--snd-hairline); padding: 28px 24px; vertical-align: top; font-size: 14px; line-height: 1.75; color: rgba(71,85,105,.9); }
.snd-cmp__cell--sanad { background: #fff; border-inline: 1px solid var(--snd-hairline); }
.snd-cmp__cell--sanad.is-last { border-bottom: 1px solid var(--snd-hairline); border-end-start-radius: var(--snd-r-card); border-end-end-radius: var(--snd-r-card); }
.snd-cmp__headline { font-family: var(--snd-display); font-size: 16.5px; font-weight: 600; line-height: 1.35; color: var(--snd-navy); margin: 0 0 8px; }
.snd-cmp__body { font-size: 14.5px; line-height: 1.75; color: var(--snd-slate); margin: 0; }
.snd-cmp__note { margin: 12px 0 0; padding-top: 12px; border-top: 1px solid var(--snd-hairline); font-size: 13px; line-height: 1.7; color: var(--snd-heritage); }

.snd-cmp__cards { margin-top: 40px; }
@media (min-width: 1080px) { .snd-cmp__cards { display: none; } }
.snd-cmp__prompt { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--snd-slate); margin: 0 0 10px; }
[dir='rtl'] .snd-cmp__prompt { text-transform: none; letter-spacing: 0; }
.snd-seg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 4px; border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-btn); background: #fff; }
.snd-seg__btn { min-height: 48px; border: 0; border-radius: 6px; background: transparent; font-family: var(--snd-body); font-size: 13.5px; font-weight: 600; line-height: 1.25; color: var(--snd-slate); cursor: pointer; }
.snd-seg__btn.is-active { background: var(--snd-navy); color: #fff; }
.snd-cmp__list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 16px; }
.snd-cmp__card { position: relative; background: #fff; border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-card); box-shadow: var(--snd-shadow-card); overflow: hidden; }
.snd-cmp__card::before { content: ''; position: absolute; inset-inline: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--snd-gold), var(--snd-gold-deep)); }
.snd-cmp__card-top { padding: 24px 20px 20px; }
.snd-cmp__card-bottom { padding: 20px; border-top: 1px solid var(--snd-hairline); background: var(--snd-mist); }
.snd-cmp__card-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--snd-gold-deep); margin: 0 0 16px; }
[dir='rtl'] .snd-cmp__card-label { text-transform: none; letter-spacing: 0; font-size: 13px; }
.snd-cmp__who { font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: rgba(10,25,47,.45); margin: 0 0 6px; }
[dir='rtl'] .snd-cmp__who { text-transform: none; letter-spacing: 0; font-size: 12.5px; }

/* ==================================================== Commitment anchor */

.snd-anchor { position: relative; overflow: hidden; background: var(--snd-navy); border-radius: var(--snd-r-card); box-shadow: var(--snd-shadow-lift); padding: 48px 28px; display: grid; gap: 36px; }
@media (min-width: 1024px) { .snd-anchor { grid-template-columns: 1.6fr 1fr; align-items: center; gap: 64px; padding: 64px; } }
.snd-anchor::after { content: ''; position: absolute; bottom: -96px; inset-inline-end: -64px; width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(255,255,255,.06); pointer-events: none; }
.snd-anchor__copy .snd-h2 { margin-top: 20px; max-width: 22em; font-size: clamp(26px, 2.8vw, 36px); }
.snd-anchor__copy .snd-intro { margin-top: 24px; }
.snd-anchor__actions { position: relative; display: grid; gap: 12px; align-content: start; }
.snd-anchor__actions .snd-emblem { margin-bottom: 8px; }

/* =========================================================== Packages */

.snd-plans { list-style: none; margin: 56px 0 0; padding: 0; display: grid; gap: 20px; }
@media (min-width: 720px) { .snd-plans { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .snd-plans { grid-template-columns: repeat(4, 1fr); align-items: start; } }
.snd-plans > li { display: flex; }
.snd-plan { position: relative; display: flex; flex-direction: column; width: 100%; background: #fff; border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-card); box-shadow: var(--snd-shadow-card); padding: 28px; }
.snd-plan--featured { border-color: var(--snd-gold); box-shadow: var(--snd-shadow-lift); }
@media (min-width: 1200px) { .snd-plan--featured { margin-top: -16px; } }
.snd-plan__badge { position: absolute; top: -12px; inset-inline-start: 28px; background: var(--snd-gold); color: var(--snd-navy); border-radius: 4px; padding: 4px 12px; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
[dir='rtl'] .snd-plan__badge { text-transform: none; letter-spacing: 0; font-size: 12px; }
.snd-plan h3 { font-family: var(--snd-display); font-size: 19px; font-weight: 600; color: var(--snd-navy); margin: 0; line-height: 1.3; }
.snd-plan__price { font-family: var(--snd-display); font-size: 36px; font-weight: 600; line-height: 1; color: var(--snd-navy); margin: 16px 0 0; }
.snd-plan__summary { font-size: 14px; line-height: 1.7; color: var(--snd-slate); margin: 16px 0 0; }
@media (min-width: 720px) { .snd-plan__summary { min-height: 4.5em; } }
.snd-plan .snd-btn { margin-top: 24px; }
.snd-plan__includes { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--snd-hairline); }
.snd-plan__inherits { font-size: 13px; font-weight: 600; color: var(--snd-heritage); margin: 0 0 16px; }
.snd-plan__label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: rgba(10,25,47,.45); margin: 0 0 12px; }
[dir='rtl'] .snd-plan__label { text-transform: none; letter-spacing: 0; font-size: 12.5px; }
.snd-plan__includes ul, .snd-transfer__list, .snd-ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.snd-plan__includes li, .snd-transfer__list li, .snd-ticks li { position: relative; padding-inline-start: 22px; font-size: 13.5px; line-height: 1.65; color: var(--snd-slate); }
.snd-plan__includes li::before, .snd-transfer__list li::before, .snd-ticks li::before {
  content: ''; position: absolute; inset-inline-start: 0; top: 6px; width: 10px; height: 6px;
  border-inline-start: 2px solid var(--snd-gold-deep); border-bottom: 2px solid var(--snd-gold-deep); transform: rotate(-45deg);
}
.snd-ticks li { color: rgba(255,255,255,.8); font-size: 14.5px; line-height: 1.75; }
.snd-ticks li::before { border-color: var(--snd-gold); }

.snd-transfer { display: grid; gap: 24px; margin-top: 20px; background: #fff; border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-card); box-shadow: var(--snd-shadow-card); padding: 32px; }
@media (min-width: 1024px) { .snd-transfer { grid-template-columns: 1fr 1.15fr; gap: 40px; padding: 40px; } }
.snd-transfer__name { font-family: var(--snd-display); font-size: 19px; font-weight: 600; color: var(--snd-navy); margin: 24px 0 0; }
.snd-transfer__list { align-self: center; }
@media (min-width: 640px) { .snd-transfer__list { grid-template-columns: repeat(2, 1fr); gap: 10px 24px; } }

.snd-addons { margin-top: 20px; background: #fff; border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-card); box-shadow: var(--snd-shadow-card); padding: 32px; }
.snd-addons__head { display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: baseline; justify-content: space-between; }
.snd-addons__head p { font-size: 13.5px; color: var(--snd-slate); margin: 0; }
.snd-addons ul { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 0 40px; }
@media (min-width: 640px) { .snd-addons ul { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .snd-addons ul { grid-template-columns: repeat(3, 1fr); } }
.snd-addons li { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--snd-hairline); padding-block: 14px; font-size: 14px; color: var(--snd-slate); }
.snd-addons__price { font-family: var(--snd-display); font-size: 16px; font-weight: 600; color: var(--snd-navy); flex: none; }

/* ======================================================== Experience */

.snd-panel { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.15); border-radius: var(--snd-r-card); padding: 32px; }
.snd-panel h3 { font-family: var(--snd-display); font-size: 21px; font-weight: 600; color: #fff; margin: 0 0 24px; }
.snd-panel p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.8; }
.snd-panel__title { font-family: var(--snd-display); font-size: 19px; font-weight: 600; color: #fff; margin: 0; line-height: 1.35; }
.snd-panel__price { font-family: var(--snd-display); font-size: 34px; font-weight: 600; color: var(--snd-gold); margin: 12px 0 0; }

/* ========================================================= State hubs */

.snd-hub { display: flex; flex-direction: column; background: var(--snd-alabaster); border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-card); box-shadow: var(--snd-shadow-card); padding: 32px; }
@media (min-width: 1024px) { .snd-hub { padding: 40px; } }
.snd-hub p { font-size: 15px; line-height: 1.8; color: var(--snd-slate); margin: 0; flex: 1; }
.snd-hub__links { list-style: none; margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid var(--snd-hairline); display: grid; gap: 10px; }
.snd-hub__links a { display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 500; color: var(--snd-navy); text-decoration: none; }
.snd-hub__links a::before { content: ''; width: 16px; height: 1px; background: var(--snd-gold); transition: width .3s var(--snd-ease); }
.snd-hub__links a:hover { color: var(--snd-amber-hover); }
.snd-hub__links a:hover::before { width: 28px; }
.snd-hub .snd-btn { margin-top: 28px; align-self: flex-start; }
.snd-hub__foot { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; margin-top: 32px; }
.snd-hub__foot .snd-note { flex: 1 1 420px; margin: 0; }

/* ============================================================ Wizard */

.snd-finder { display: grid; gap: 44px; }
@media (min-width: 1024px) { .snd-finder { grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; } }
.snd-finder__intro .snd-h2 { margin-top: 16px; }

.snd-wiz { background: #fff; border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-card); box-shadow: var(--snd-shadow-lift); }
.snd-wiz__bar { padding: 20px 24px; border-bottom: 1px solid var(--snd-hairline); }
@media (min-width: 1024px) { .snd-wiz__bar { padding: 20px 32px; } }
.snd-wiz__meta { display: flex; align-items: baseline; justify-content: space-between; font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--snd-slate); }
[dir='rtl'] .snd-wiz__meta { text-transform: none; letter-spacing: 0; font-size: 13.5px; }
.snd-wiz__pct { color: var(--snd-gold-deep); }
.snd-wiz__track { margin-top: 12px; height: 4px; border-radius: 999px; background: var(--snd-mist); overflow: hidden; }
.snd-wiz__track span { display: block; height: 100%; border-radius: 999px; background: var(--snd-gold); transition: width .5s var(--snd-ease); }

.snd-wiz__step { border: 0; margin: 0; padding: 28px 24px 8px; }
@media (min-width: 1024px) { .snd-wiz__step { padding: 32px 32px 8px; } }
.snd-wiz__title { font-family: var(--snd-display); font-size: 22px; font-weight: 600; color: var(--snd-navy); margin: 0; line-height: 1.3; }
.snd-wiz__sub { font-size: 14px; line-height: 1.7; color: var(--snd-slate); margin: 8px 0 0; }

.snd-field { margin-top: 24px; }
.snd-field__label { display: block; font-size: 14px; font-weight: 600; color: var(--snd-navy); margin: 0; }
.snd-field__req { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; color: rgba(71,85,105,.75); margin-inline-start: 8px; }
[dir='rtl'] .snd-field__req { text-transform: none; font-size: 12px; }
.snd-field__hint { font-size: 12.5px; color: rgba(71,85,105,.85); margin: 4px 0 0; }
.snd-input {
  display: block; width: 100%; min-height: 48px; margin-top: 8px; padding-inline: 12px;
  border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-btn); background: #fff;
  font-family: var(--snd-body); font-size: 16px; color: var(--snd-ink);
}
.snd-field.is-invalid .snd-input { border-color: var(--snd-amber-hover); }
.snd-field__err { font-size: 13px; font-weight: 500; color: var(--snd-amber-hover); margin: 8px 0 0; }

.snd-chips { display: grid; gap: 8px; margin-top: 12px; }
@media (min-width: 560px) { .snd-chips { grid-template-columns: repeat(3, 1fr); } }
.snd-chip { min-height: 48px; padding-inline: 12px; border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-btn); background: #fff; font-family: var(--snd-body); font-size: 14px; font-weight: 500; color: var(--snd-slate); cursor: pointer; }
.snd-chip[aria-pressed='true'] { background: var(--snd-heritage); border-color: var(--snd-heritage); color: #fff; }

.snd-wiz__alert { padding: 0 24px; font-size: 13.5px; font-weight: 500; color: var(--snd-amber-hover); }
@media (min-width: 1024px) { .snd-wiz__alert { padding: 0 32px; } }
.snd-wiz__nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; padding: 24px; border-top: 1px solid var(--snd-hairline); }
@media (min-width: 1024px) { .snd-wiz__nav { padding: 24px 32px; } }
.snd-wiz__back { min-height: 48px; padding-inline: 16px; border: 0; background: none; font-family: var(--snd-body); font-size: 14px; font-weight: 600; color: var(--snd-slate); cursor: pointer; }
.snd-wiz__back[disabled] { opacity: .35; cursor: default; }
.snd-wiz__done { padding: 40px 24px; }
@media (min-width: 1024px) { .snd-wiz__done { padding: 40px 32px; } }
.snd-wiz__tick { display: inline-flex; width: 44px; height: 44px; border-radius: 50%; background: var(--snd-heritage); position: relative; margin-bottom: 20px; }
.snd-wiz__tick::after { content: ''; position: absolute; inset-inline-start: 14px; top: 15px; width: 16px; height: 8px; border-inline-start: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
.snd-wiz__done .snd-slot { margin-top: 20px; }

/* =============================================================== FAQ */

.snd-faq { display: grid; gap: 44px; }
@media (min-width: 1024px) { .snd-faq { grid-template-columns: .85fr 1.15fr; gap: 72px; } }
.snd-faq__list { border-block: 1px solid var(--snd-hairline); }
.snd-faq__item { border-bottom: 1px solid var(--snd-hairline); padding-block: 20px; }
.snd-faq__item:last-child { border-bottom: 0; }
.snd-faq__item summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; }
.snd-faq__item summary::-webkit-details-marker { display: none; }
.snd-faq__item summary h3 { font-family: var(--snd-display); font-size: 17.5px; font-weight: 600; color: var(--snd-navy); margin: 0; line-height: 1.35; }
.snd-faq__mark { position: relative; flex: none; width: 24px; height: 24px; margin-top: 4px; border: 1px solid var(--snd-hairline); border-radius: 50%; transition: transform .3s var(--snd-ease); }
.snd-faq__mark::before, .snd-faq__mark::after { content: ''; position: absolute; background: var(--snd-navy); }
.snd-faq__mark::before { inset-inline-start: 10.5px; top: 5px; width: 1.5px; height: 12px; }
.snd-faq__mark::after { inset-inline-start: 5px; top: 10.5px; width: 12px; height: 1.5px; }
.snd-faq__item[open] .snd-faq__mark { transform: rotate(45deg); }
.snd-faq__item p { max-width: 52em; margin: 16px 0 0; padding-inline-end: 44px; font-size: 14.5px; line-height: 1.85; color: var(--snd-slate); }

/* ========================================================= Final CTA */

.snd-final { display: grid; gap: 44px; }
@media (min-width: 1024px) { .snd-final { grid-template-columns: 1.25fr .75fr; gap: 72px; } }
.snd-final .snd-h2 { margin-top: 20px; max-width: 18em; }

/* ============================================================ Footer */

.snd-footer { background: var(--snd-navy); color: rgba(255,255,255,.7); padding-block: 64px 40px; }
.snd-footer__top { display: grid; gap: 48px; }
@media (min-width: 1024px) { .snd-footer__top { grid-template-columns: 1.15fr 2.4fr; } }
.snd-footer__brand p { max-width: 32ch; font-size: 14.5px; line-height: 1.8; margin: 24px 0 0; }
.snd-footer__office { margin-top: 20px; font-size: 14px; }
.snd-footer__office p { margin: 0; color: rgba(255,255,255,.55); }
.snd-footer__office-label { font-weight: 600; color: rgba(255,255,255,.9) !important; }
.snd-footer__cols { display: grid; gap: 40px 32px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .snd-footer__cols { grid-template-columns: repeat(4, 1fr); } }
.snd-footer__cols ul { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.snd-footer__cols a { font-size: 14px; line-height: 1.4; color: inherit; text-decoration: none; }
.snd-footer__cols a:hover { color: #fff; }
.snd-footer__legal { margin-top: 64px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.12); }
.snd-disclaimer p { max-width: 80ch; font-size: 13px; line-height: 1.85; color: rgba(255,255,255,.55); margin: 16px 0 0; }
.snd-disclaimer--light p { color: var(--snd-slate); }
.snd-footer__base { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: space-between; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.snd-footer__base p { margin: 0; color: rgba(255,255,255,.45); }
.snd-footer__base ul { display: flex; flex-wrap: wrap; gap: 8px 24px; list-style: none; margin: 0; padding: 0; }
.snd-footer__base a { color: inherit; text-decoration: none; }
.snd-footer__base a:hover { color: #fff; }

/* ============================================================== Dock */

.snd-dock-desktop {
  position: fixed; bottom: 28px; inset-inline-end: 28px; z-index: 90;
  display: none; align-items: center; gap: 12px;
  background: var(--snd-heritage); color: #fff; text-decoration: none;
  border-radius: var(--snd-r-btn); padding: 12px 20px 12px 16px; box-shadow: var(--snd-shadow-lift);
}
.snd-dock-desktop:hover { background: var(--snd-heritage-light); color: #fff; }
@media (min-width: 1024px) { .snd-dock-desktop { display: inline-flex; } }
.snd-dock-desktop span { font-size: 14px; font-weight: 600; }

.snd-dock-mobile { position: fixed; inset-inline: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 12px; background: rgba(255,255,255,.97); backdrop-filter: blur(8px); border-top: 1px solid var(--snd-hairline); }
@media (min-width: 1024px) { .snd-dock-mobile { display: none; } }
body.snd-has-dock .snd-footer { padding-bottom: 104px; }
@media (min-width: 1024px) { body.snd-has-dock .snd-footer { padding-bottom: 40px; } }

/* ====================================================== Brand imagery
 *
 * Logo files are sized by height so a replacement of any aspect ratio drops in
 * without touching the layout. The mark is an accent only; it never carries
 * the brand name on its own.
 */

.snd-logo { display: block; width: auto; height: 44px; max-width: 240px; object-fit: contain; }
@media (min-width: 1024px) { .snd-logo { height: 52px; max-width: 280px; } }
.snd-footer .snd-logo { height: 56px; max-width: 260px; }
.snd-drawer__top .snd-logo { height: 40px; }

.snd-mark { display: block; width: 40px; height: 40px; object-fit: contain; }
.snd-mark--anchor { width: 48px; height: 48px; margin-bottom: 8px; }
.snd-hero__frame--empty .snd-mark { width: 56px; height: 56px; }

/* The hero photograph fills a 4:5 frame. A supplied image of any ratio is
   cropped from the centre rather than letterboxed. */
.snd-hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

/* A very light navy scrim keeps the white plate legible against a bright
   photograph without tinting the image. */
.snd-hero__frame::after {
  content: ''; position: absolute; inset: auto 0 0 0; height: 45%;
  background: linear-gradient(to top, rgba(10,25,47,.34), transparent);
  pointer-events: none;
}
.snd-hero__frame--empty::after { display: none; }

.snd-brand__compact { display: none; }
@media (max-width: 419px) {
  .snd-brand__full { display: none; }
  .snd-brand__compact { display: block; }
  .snd-brand__compact .snd-mark { width: 44px; height: 44px; }
}

/* ==================================================== Section opener
 *
 * A wide plate above The Sanad Difference. It leads into the argument rather
 * than sitting inside it, so the comparison itself is never interrupted. The
 * gold cap ties it to the pillar the Sanad column uses below.
 */

.snd-opener {
  position: relative; margin: 0 0 56px; overflow: hidden;
  border: 1px solid var(--snd-hairline); border-radius: var(--snd-r-card);
  box-shadow: var(--snd-shadow-card); background: var(--snd-navy);
  aspect-ratio: 3 / 2;
}
@media (min-width: 720px) { .snd-opener { aspect-ratio: 2.4 / 1; } }
@media (min-width: 1080px) { .snd-opener { aspect-ratio: 3 / 1; margin-bottom: 64px; } }
.snd-opener img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; display: block; }
.snd-opener::before {
  content: ''; position: absolute; inset-inline: 0; top: 0; height: 3px; z-index: 2;
  background: linear-gradient(90deg, var(--snd-gold), var(--snd-gold-deep));
}

/* ==========================================================================
   MOBILE
   Designed mobile first, but these are the corrections that only matter on a
   phone: a sticky header and a sticky dock together eat roughly 140px of a
   660px viewport, so everything between them has to earn its space.
   ========================================================================== */

/* Nothing may scroll sideways. This is a guard, not a substitute for fixing
   the cause: every decorative overflow below is clipped at its own container. */
html { overflow-x: hidden; }
body { overflow-x: clip; }

/* The header is sticky, so in-page anchors must clear it. */
[id] { scroll-margin-top: 88px; }

/* Respect the iPhone home indicator. */
.snd-dock-mobile { padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)); }
body.snd-has-dock .snd-footer { padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px)); }
@media (min-width: 1024px) { body.snd-has-dock .snd-footer { padding-bottom: 40px; } }

@media (max-width: 719px) {

  /* Rhythm. 64px between every band reads as monotonous on a narrow column;
     56px with tighter heads keeps the page moving. */
  :root { --snd-band: 56px; }

  .snd-shell { padding-inline: 18px; }

  /* Type. The desktop clamp floors are a touch large for a 360px column. */
  .snd-h1 { font-size: 31px; line-height: 1.16; }
  .snd-h2 { font-size: 26px; line-height: 1.22; }
  .snd-h3 { font-size: 20px; }
  .snd-lede { font-size: 16px; margin-top: 20px; }
  .snd-intro { font-size: 15.5px; }
  .snd-head .snd-h2 { margin-top: 12px; }
  .snd-rule { margin-block: 18px; }
  [dir='rtl'] .snd-h1 { font-size: 29px; line-height: 1.4; }
  [dir='rtl'] .snd-h2 { font-size: 24px; }

  /* Buttons go full width and stack. Two ragged inline buttons on a phone
     look like an accident; a stacked pair reads as a decision. */
  .snd-actions { gap: 10px; margin-top: 24px; }
  .snd-actions .snd-btn { width: 100%; }
  .snd-actions .snd-btn--ghost { width: auto; }

  /* Hero. Copy first, photograph second, so the CTAs sit above the fold. */
  .snd-hero__grid { gap: 32px; padding-block: 32px 48px; }
  .snd-hero__eyebrow { padding-inline-start: 14px; }
  .snd-hero__copy .snd-h1 { margin-top: 18px; }
  .snd-micro { gap: 10px; margin-top: 28px; }
  .snd-hero__frame { aspect-ratio: 1 / 1; }
  .snd-hero__plate { margin: -28px 14px 0; padding: 16px; }

  .snd-trust__grid { gap: 24px; padding-block: 32px; }
  .snd-steps { margin-top: 36px; }
  .snd-step { padding: 22px; }
  .snd-step h3 { font-size: 18px; margin-top: 12px; }
  .snd-cards { margin-top: 36px; gap: 14px; }
  .snd-card { padding: 22px; }
  .snd-two { margin-top: 36px; gap: 16px; }

  /* Section opener above the comparison. */
  .snd-opener { margin-bottom: 32px; aspect-ratio: 16 / 10; }

  /* Comparison. The model selector is the only control on the card, so it
     gets full-width segments rather than a cramped two-up. */
  .snd-cmp__cards { margin-top: 32px; }
  .snd-cmp__card-top { padding: 20px 18px 18px; }
  .snd-cmp__card-bottom { padding: 18px; }
  .snd-seg__btn { font-size: 13px; padding-inline: 6px; }

  .snd-anchor { padding: 32px 20px; gap: 28px; border-radius: var(--snd-r-card); }
  .snd-anchor__copy .snd-h2 { font-size: 24px; margin-top: 14px; }
  .snd-anchor__actions .snd-btn { width: 100%; }
  .snd-anchor::after { display: none; }

  /* Questionnaire. This is the piece most likely to be filled in on a phone,
     so the step body gets the full column and the nav row stays reachable. */
  .snd-finder { gap: 32px; }
  .snd-wiz__bar { padding: 16px 18px; }
  .snd-wiz__step { padding: 24px 18px 4px; }
  .snd-wiz__title { font-size: 20px; }
  .snd-wiz__nav { padding: 20px 18px; gap: 10px; }
  .snd-wiz__nav .snd-btn { flex: 1; }
  .snd-wiz__back { padding-inline: 8px; }
  .snd-wiz__done { padding: 32px 18px; }
  .snd-field { margin-top: 20px; }
  .snd-chips { gap: 8px; }

  /* Pricing. Stacked cards do not need the featured card lifted out of line. */
  .snd-plans { margin-top: 36px; gap: 14px; }
  .snd-plan { padding: 24px; }
  .snd-plan__price { font-size: 32px; }
  .snd-transfer, .snd-addons { padding: 24px; }
  .snd-addons li { padding-block: 12px; }
  .snd-hub { padding: 24px; }
  .snd-hub__links a { min-height: 44px; }
  .snd-panel { padding: 24px; }

  /* FAQ. The desktop reserves 44px beside the answer for the plus marker;
     on a phone that is 12 percent of the column. */
  .snd-faq { gap: 32px; }
  .snd-faq__item p { padding-inline-end: 0; }
  .snd-faq__item summary { gap: 14px; }
  .snd-faq__item summary h3 { font-size: 16.5px; }

  /* Footer. Two columns of long link text wrap into unreadable ribbons. */
  .snd-footer { padding-block: 48px 32px; }
  .snd-footer__top { gap: 36px; }
  .snd-footer__cols { grid-template-columns: 1fr; gap: 32px; }
  .snd-footer__cols a { display: flex; align-items: center; min-height: 40px; }
  .snd-footer__legal { margin-top: 40px; }
  .snd-footer__base { gap: 12px; }
  .snd-footer__base ul { gap: 4px 20px; }
  .snd-footer__base a { display: inline-flex; align-items: center; min-height: 36px; }
}

/* Very small phones. */
@media (max-width: 400px) {
  .snd-shell { padding-inline: 15px; }
  .snd-h1 { font-size: 28px; }
  .snd-bar__row { gap: 10px; }
  .snd-dock-mobile .snd-btn { font-size: 13px; padding-inline: 8px; }
  .snd-chips { grid-template-columns: 1fr; }
}

/* Landscape phones: the sticky dock plus a 70px header leaves very little,
   so the dock releases its grip and scrolls with the page. */
@media (max-height: 480px) and (orientation: landscape) {
  .snd-dock-mobile { position: static; }
  .snd-header { position: static; }
  body.snd-has-dock .snd-footer { padding-bottom: 40px; }
}
