:root {
  color-scheme: light;
  --ink: #071b24;
  --ink-soft: #14303a;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --mint: #78d8ae;
  --mint-deep: #2aa77c;
  --coral: #ff7c5c;
  --violet: #beb1ff;
  --line: rgba(7, 27, 36, .14);
  --muted: #65747a;
  --shadow: 0 32px 80px rgba(2, 18, 24, .2);
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); overflow-x: hidden; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button, select { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; right: 8px; padding: 10px 14px; background: white; color: var(--ink); transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; inset-inline: 0; color: white; }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: flex; align-items: center; direction: ltr; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; background: var(--mint); color: var(--ink); border-radius: 12px 12px 5px 12px; transform: rotate(-4deg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.brand-mark span { font: 900 24px/1 Georgia, serif; transform: rotate(4deg) translateY(-1px); }
.brand-name { display: grid; line-height: 1; }
.brand-name b { font-size: 18px; letter-spacing: -.5px; }
.brand-name small { margin-top: 5px; color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: 1.8px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; color: rgba(255,255,255,.7); }
.main-nav a { position: relative; padding-block: 27px; transition: color .2s; }
.main-nav a:hover, .main-nav a.active { color: white; }
.main-nav a.active::after { content: ""; position: absolute; bottom: 14px; right: 0; width: 20px; height: 2px; border-radius: 5px; background: var(--mint); }
.nav-actions { display: flex; gap: 8px; align-items: center; }
.plain-button, .pill-button { border: 0; background: transparent; color: white; padding: 11px 17px; }
.pill-button { border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.pill-button span { color: var(--mint); padding-right: 4px; }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 6px auto; background: white; }

.hero { position: relative; overflow: hidden; min-height: 820px; padding-top: 76px; background: var(--ink); color: white; }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; top: -190px; right: -210px; border: 1px solid rgba(120,216,174,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(120,216,174,.025), 0 0 0 180px rgba(120,216,174,.018); }
.hero::after { content: "04"; position: absolute; left: -25px; top: 70px; font: 900 260px/1 Arial, sans-serif; color: rgba(255,255,255,.018); }
.hero-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 52px; align-items: center; min-height: 695px; padding-block: 38px 82px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.74); font-size: 11px; }
.live-dot { position: relative; width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(120,216,174,.12); }
.hero h1 { max-width: 520px; margin: 20px 0 18px; font-size: clamp(46px, 4.6vw, 66px); line-height: 1.08; letter-spacing: -2.5px; font-weight: 900; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 470px; margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 25px; }
.primary-cta { display: flex; align-items: center; justify-content: space-between; min-width: 174px; padding: 13px 17px; border-radius: 12px; background: var(--coral); color: var(--ink); font-size: 13px; font-weight: 800; box-shadow: 0 12px 30px rgba(255,124,92,.18); transition: transform .2s, box-shadow .2s; }
.primary-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(255,124,92,.27); }
.primary-cta span { font-size: 22px; }
.text-link { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.77); font-size: 12px; }
.play-icon { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--mint); font-size: 9px; }
.trust-row { display: flex; gap: 20px; margin-top: 29px; color: rgba(255,255,255,.55); font-size: 10px; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(120,216,174,.13); color: var(--mint); font-style: normal; font-size: 10px; }

.catalog-wrap { position: relative; min-width: 0; direction: rtl; }
.catalog-shadow { position: absolute; inset: 20px -16px -18px 16px; border: 1px solid rgba(120,216,174,.22); border-radius: 26px; transform: rotate(-2.5deg); }
.catalog-card { position: relative; z-index: 2; padding: 24px; border-radius: 24px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.catalog-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.step-label { color: var(--mint-deep); font-size: 11px; font-weight: 800; letter-spacing: .3px; }
.catalog-head h2 { margin: 5px 0 0; font-size: 21px; }
.status-chip { display: flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #eff2ed; color: var(--muted); font-size: 10px; }
.status-chip i { width: 6px; height: 6px; border-radius: 50%; background: #a2aaa7; }
.status-chip.live { color: #197b5c; background: #e2f6ed; }
.status-chip.live i { background: var(--mint-deep); box-shadow: 0 0 0 3px rgba(42,167,124,.12); }
.status-chip.error { color: #a8422b; background: #ffebe4; }
.status-chip.error i { background: var(--coral); }
.catalog-meta { display: flex; align-items: center; gap: 7px; }
.inventory-chip { display: flex; align-items: center; gap: 4px; min-height: 31px; padding: 7px 10px; border-radius: 999px; background: var(--ink); color: rgba(255,255,255,.65); font-size: 9px; white-space: nowrap; }
.inventory-chip b { color: white; font-size: 10px; direction: ltr; }
.field-row { display: grid; grid-template-columns: 1fr 130px; gap: 10px; margin-top: 18px; }
.select-field, .availability-box { display: grid; gap: 7px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; }
.select-field span, .availability-box span { color: var(--muted); font-size: 10px; }
.select-field select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-weight: 800; }
.select-field .field-help { color: var(--mint-deep); font-size: 8px; font-weight: 700; }
.availability-box { align-content: center; background: var(--ink); color: white; border-color: var(--ink); }
.availability-box span { color: rgba(255,255,255,.55); }
.availability-box strong { direction: ltr; font-size: 17px; }
.search-field { position: relative; display: flex; align-items: center; margin: 0 0 12px; }
.search-field svg { position: absolute; right: 14px; width: 18px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.search-field input { width: 100%; height: 46px; padding: 0 43px 0 52px; border: 1px solid var(--line); border-radius: 14px; background: #f8f6f0; outline: none; font-size: 12px; transition: border .2s, box-shadow .2s; }
.search-field input:focus { border-color: var(--mint-deep); box-shadow: 0 0 0 3px rgba(42,167,124,.1); }
.search-field kbd { position: absolute; left: 12px; padding: 4px 6px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); background: white; font: 9px/1 Tahoma, sans-serif; direction: ltr; }
.list-head { display: flex; justify-content: space-between; padding: 0 70px 9px 38px; color: var(--muted); font-size: 9px; }
.service-list { height: 300px; overflow-y: auto; padding-left: 5px; scrollbar-width: thin; scrollbar-color: #c9cfcb transparent; }
.service-row { display: grid; grid-template-columns: 22px 38px minmax(0,1fr) auto 21px; gap: 9px; align-items: center; width: 100%; min-height: 60px; padding: 7px 9px; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--ink); text-align: right; transition: background .15s, transform .15s; }
.service-row:hover, .service-row:focus-visible { background: #f2f7f2; outline: 0; transform: translateX(-2px); }
.service-row.is-selected { background: #e8f7ef; }
.favorite-mark { color: #9aa7a8; font: 300 24px/1 Arial, sans-serif; }
.row-arrow { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #edf1ec; color: var(--mint-deep); font-size: 12px; opacity: 0; transform: translateX(5px); transition: opacity .15s, transform .15s; }
.service-row:hover .row-arrow, .service-row:focus-visible .row-arrow { opacity: 1; transform: translateX(0); }
.service-logo { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--service-color, #e8eee9); color: var(--ink); font-weight: 900; direction: ltr; text-transform: uppercase; }
.service-name { min-width: 0; }
.service-name strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.service-name span { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }
.service-price { text-align: left; direction: ltr; }
.service-price strong { display: block; font-size: 12px; }
.service-price span { display: block; margin-top: 5px; color: var(--mint-deep); font-size: 9px; }
.pricing-note { margin: 13px 3px 0; color: var(--muted); font-size: 9px; text-align: center; line-height: 1.7; }
.selector-steps { display: grid; margin-top: 6px; }
.selection-step { position: relative; padding: 15px 0; border-bottom: 1px solid var(--line); transition: opacity .2s; }
.selection-step:last-child { border-bottom: 0; padding-bottom: 0; }
.selection-step-head { display: grid; grid-template-columns: 37px minmax(0,1fr) auto; gap: 12px; align-items: center; }
.step-number { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); font-weight: 900; font-size: 12px; }
.selection-step-head div > span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 8px; }
.selection-step-head h3 { margin: 0; font-size: 14px; }
.step-state { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--ink); color: var(--mint); font: 700 19px/1 Arial, sans-serif; }
.step-check { display: none; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #e3f5ec; color: var(--mint-deep); font-size: 11px; }
.selection-step.is-active .step-number { border-color: var(--mint-deep); background: #e5f6ee; color: #18795b; }
.selection-step.is-complete .step-number { border-color: var(--ink); background: var(--ink); color: var(--mint); }
.selection-step.is-complete .step-check { display: grid; }
.selection-step.is-locked { opacity: .36; pointer-events: none; }
.selection-step.is-locked .step-picker { display: none; }
.step-picker { margin-top: 14px; padding-right: 46px; }
.selected-choice { display: grid; grid-template-columns: 42px minmax(0,1fr) auto 46px; gap: 10px; align-items: center; margin: 13px 46px 0 0; padding: 9px 11px; border-radius: 14px; background: var(--ink); color: white; }
.selected-logo { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--service-color, var(--mint)); color: var(--ink); font-weight: 900; direction: ltr; }
.selected-choice small, .selected-choice strong, .selected-choice span { display: block; }
.selected-choice small { color: rgba(255,255,255,.5); font-size: 8px; }
.selected-choice > div > strong { margin-top: 5px; font-size: 13px; }
.selected-choice-meta { text-align: left; direction: ltr; }
.selected-choice-meta strong { font-size: 12px; }.selected-choice-meta span { margin-top: 5px; color: var(--mint); font-size: 8px; }
.selected-choice button { border: 1px solid rgba(255,255,255,.17); padding: 7px 9px; border-radius: 9px; background: rgba(255,255,255,.08); color: white; font-size: 9px; }
.compact-choice { grid-template-columns: 42px minmax(0,1fr) 48px; }
.country-flag { display: grid !important; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.1); font-size: 21px; }
.country-flag img { width: 29px; height: 21px; object-fit: cover; border-radius: 4px; }
.country-picker { display: block; }
.country-search-field { margin-bottom: 11px; }
.country-list-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 68px 9px 38px; color: var(--muted); font-size: 9px; }
.country-list-head span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.country-list { height: 300px; overflow-y: auto; padding-left: 5px; border-block: 1px solid var(--line); scrollbar-width: thin; scrollbar-color: #c9cfcb transparent; }
.country-row { display: grid; grid-template-columns: 22px 38px minmax(0,1fr) auto 21px; gap: 9px; align-items: center; width: 100%; min-height: 60px; padding: 7px 9px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: right; transition: background .15s, transform .15s; }
.country-row:last-child { border-bottom: 0; }
.country-row:hover, .country-row:focus-visible { background: #f2f7f2; outline: 0; transform: translateX(-2px); }
.country-row.is-selected { background: #e8f7ef; }
.country-row:hover .row-arrow, .country-row:focus-visible .row-arrow { opacity: 1; transform: translateX(0); }
.country-row-flag { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #edf1ec; font-size: 21px; line-height: 1; }
.country-row-flag img { width: 27px; height: 20px; object-fit: cover; border-radius: 4px; box-shadow: 0 1px 3px rgba(7,27,36,.16); }
.country-row-name { min-width: 0; }
.country-row-name strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.country-row-name span { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; direction: ltr; text-align: right; }
.country-row-price { text-align: left; direction: rtl; white-space: nowrap; }
.country-row-price small { color: var(--muted); font-size: 8px; }
.country-row-price strong { display: inline; font-size: 12px; }
.country-row-price > span { display: block; margin-top: 5px; color: var(--mint-deep); font-size: 9px; }
.country-empty { display: grid; place-items: center; min-height: 190px; padding: 28px; color: var(--muted); text-align: center; font-size: 11px; line-height: 2; }
.country-empty button { margin-top: 10px; border: 1px solid var(--line); padding: 8px 13px; border-radius: 8px; background: white; color: var(--ink); }
.country-skeleton { display: grid; grid-template-columns: 38px 1fr 88px; gap: 10px; align-items: center; height: 60px; padding: 7px 40px 7px 32px; border-bottom: 1px solid var(--line); }
.country-skeleton i, .country-skeleton span, .country-skeleton b { display: block; height: 12px; border-radius: 8px; background: linear-gradient(90deg,#e8eae6,#f6f7f4,#e8eae6); background-size: 220% 100%; animation: shimmer 1.3s infinite; }
.country-skeleton i { width: 36px; height: 36px; border-radius: 50%; }
.country-skeleton b { width: 82px; }
.operator-picker { display: block; }
.operator-list-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 62px 9px 38px; color: var(--muted); font-size: 9px; }
.operator-list-head span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.operator-list { max-height: 242px; overflow-y: auto; padding-left: 5px; border-block: 1px solid var(--line); scrollbar-width: thin; scrollbar-color: #c9cfcb transparent; }
.operator-row { display: grid; grid-template-columns: 25px 38px minmax(0,1fr) auto 21px; gap: 9px; align-items: center; width: 100%; min-height: 60px; padding: 7px 9px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: right; transition: background .15s, transform .15s; }
.operator-row:last-child { border-bottom: 0; }
.operator-row:hover, .operator-row:focus-visible { background: #f2f7f2; outline: 0; transform: translateX(-2px); }
.operator-row.is-selected { background: #e8f7ef; }
.operator-row:hover .row-arrow, .operator-row:focus-visible .row-arrow { opacity: 1; transform: translateX(0); }
.operator-check { display: grid; place-items: center; width: 19px; height: 19px; border: 1px solid var(--line); border-radius: 50%; color: white; font-size: 10px; }
.operator-row.is-selected .operator-check { border-color: var(--mint-deep); background: var(--mint-deep); }
.operator-logo { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #edf1ec; color: var(--ink); font: 900 13px/1 Arial, sans-serif; direction: ltr; }
.operator-name { min-width: 0; }
.operator-name strong { display: flex; align-items: center; gap: 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; direction: ltr; justify-content: flex-end; }
.operator-name strong em { padding: 3px 6px; border-radius: 999px; background: #d9f3e8; color: #197b5c; font-size: 7px; font-style: normal; direction: rtl; }
.operator-name > span { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; direction: ltr; text-align: right; }
.operator-price { text-align: left; direction: rtl; white-space: nowrap; }
.operator-price strong { display: block; font-size: 11px; }
.operator-price > span { display: block; margin-top: 4px; color: var(--mint-deep); font-size: 8px; }
.operator-empty { display: grid; place-items: center; min-height: 100px; color: var(--muted); font-size: 10px; }
.operator-inline-error { padding: 9px; color: #a8422b; text-align: center; font-size: 9px; }
.operator-inline-error button { margin-right: 6px; border: 1px solid var(--line); padding: 5px 8px; border-radius: 7px; background: white; color: var(--ink); }
.operator-skeleton { display: grid; grid-template-columns: 34px 1fr 82px; gap: 10px; align-items: center; height: 60px; padding: 7px 42px 7px 36px; border-bottom: 1px solid var(--line); }
.operator-skeleton i, .operator-skeleton span, .operator-skeleton b { display: block; height: 11px; border-radius: 8px; background: linear-gradient(90deg,#e8eae6,#f6f7f4,#e8eae6); background-size: 220% 100%; animation: shimmer 1.3s infinite; }
.operator-skeleton i { width: 34px; height: 34px; border-radius: 10px; }
.operator-skeleton b { width: 76px; }
.operator-continue { width: 100%; min-height: 43px; margin-top: 11px; }
.step-continue { display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 13px; padding: 0 15px; background: var(--coral); color: var(--ink); font-size: 10px; font-weight: 900; }
.step-continue span { font-size: 18px; }
.empty-state { display: grid; place-items: center; height: 250px; padding: 30px; color: var(--muted); text-align: center; line-height: 1.8; }
.empty-state button { margin-top: 12px; border: 1px solid var(--line); padding: 8px 13px; background: white; border-radius: 8px; }
.skeleton-row { display: grid; grid-template-columns: 40px 1fr 80px; gap: 10px; align-items: center; height: 63px; border-top: 1px solid var(--line); }
.skeleton-row i, .skeleton-row span, .skeleton-row b { display: block; height: 12px; border-radius: 8px; background: linear-gradient(90deg,#e8eae6,#f6f7f4,#e8eae6); background-size: 220% 100%; animation: shimmer 1.3s infinite; }
.skeleton-row i { width: 36px; height: 36px; border-radius: 10px; }.skeleton-row b { width: 70px; }
@keyframes shimmer { to { background-position: -220% 0; } }
.float-note { position: absolute; z-index: 4; display: grid; padding: 11px 15px; border-radius: 12px; color: var(--ink); box-shadow: 0 15px 35px rgba(0,0,0,.15); transform: rotate(3deg); }
.float-note b { font-size: 15px; }.float-note span { margin-top: 3px; font-size: 8px; opacity: .65; }
.note-one { left: -48px; top: 90px; background: var(--mint); }
.note-two { right: -32px; bottom: 53px; background: var(--violet); transform: rotate(-5deg); }
.hero-ticker { position: absolute; bottom: 0; inset-inline: 0; height: 48px; display: flex; align-items: center; overflow: hidden; background: var(--mint); color: var(--ink); direction: ltr; transform: rotate(-1.2deg) scale(1.02); font: 800 13px/1 Arial, sans-serif; letter-spacing: 2px; white-space: nowrap; }
.hero-ticker div { min-width: max-content; animation: ticker 20s linear infinite; }
.hero-ticker i { margin-inline: 25px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-30%); } }

.how-section { padding: 82px 0 76px; }
.section-heading { display: grid; grid-template-columns: 78px 1fr 310px; gap: 18px; align-items: end; margin-bottom: 36px; }
.section-number { align-self: start; color: var(--mint-deep); font: 700 11px/1 Arial, sans-serif; direction: ltr; letter-spacing: 1.4px; }
.section-heading p, .mini-title { margin: 0 0 8px; color: var(--mint-deep); font-size: 11px; font-weight: 800; }
.section-heading h2, .faq-section h2 { margin: 0; font-size: clamp(31px, 3.2vw, 44px); line-height: 1.28; letter-spacing: -1.5px; }
.section-heading .section-summary { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; font-weight: normal; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { position: relative; min-height: 330px; overflow: hidden; padding: 24px; border-radius: 20px; color: var(--ink); }
.mint-card { background: var(--mint); }.violet-card { background: var(--violet); }.coral-card { background: var(--coral); }
.step-index { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(7,27,36,.22); border-radius: 50%; font-size: 12px; }
.step-card h3 { margin: 17px 0 7px; font-size: 19px; }.step-card p { margin: 0; font-size: 11px; line-height: 1.8; opacity: .68; }
.step-art { position: relative; height: 155px; margin: 8px 0 0; }
.select-art i { position: absolute; width: 150px; height: 150px; top: 15px; left: 50%; transform: translateX(-50%); border: 1px dashed rgba(7,27,36,.3); border-radius: 50%; }
.select-art b { position: absolute; display: grid; place-items: center; width: 63px; height: 63px; border-radius: 19px; background: var(--paper); box-shadow: 0 11px 20px rgba(7,27,36,.12); font: 900 15px Arial; }
.select-art b:nth-of-type(1) { top: 12px; right: 60px; transform: rotate(8deg); }.select-art b:nth-of-type(2) { bottom: 5px; left: 70px; transform: rotate(-7deg); }.select-art b:nth-of-type(3) { bottom: 20px; right: 28px; transform: rotate(4deg); }
.pay-art { display: grid; place-items: center; align-content: center; direction: ltr; }
.pay-art::before, .pay-art::after { content: ""; position: absolute; width: 170px; height: 95px; border: 1px solid rgba(7,27,36,.18); border-radius: 17px; transform: rotate(-7deg); }
.pay-art::after { transform: rotate(7deg); background: rgba(255,255,255,.19); }
.pay-art span { position: relative; z-index: 2; font: 900 29px Arial; }.pay-art i { position: relative; z-index: 2; font-style: normal; font-size: 10px; }.pay-art b { position: absolute; z-index: 3; bottom: 29px; right: 55px; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--ink); color: white; }
.sms-art { display: grid; align-content: center; justify-items: center; direction: ltr; }
.sms-art::before { content: ""; position: absolute; inset: 28px 38px 20px; background: var(--paper); border-radius: 20px 20px 5px 20px; transform: rotate(-3deg); box-shadow: 0 12px 25px rgba(7,27,36,.12); }
.sms-art span, .sms-art i { position: relative; z-index: 2; }.sms-art span { font: 900 27px Arial; letter-spacing: 7px; }.sms-art i { margin-top: 8px; font-style: normal; font-size: 10px; color: var(--muted); }
.payment-warning { display: flex; align-items: center; gap: 15px; margin-top: 17px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.42); }
.payment-warning > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--coral); font-weight: 900; }.payment-warning p { margin: 0; flex: 1; color: var(--muted); font-size: 11px; }.payment-warning p b { color: var(--ink); margin-left: 5px; }.payment-warning button { border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 5px 0; color: var(--ink); font-weight: 800; font-size: 11px; }

.trust-section { padding: 82px 0; overflow: hidden; background: var(--ink-soft); color: white; }
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.section-number.light { color: var(--mint); }.trust-copy .mini-title { margin-top: 25px; color: var(--mint); }
.trust-copy h2 { margin: 0; font-size: clamp(43px, 5vw, 64px); line-height: 1.08; letter-spacing: -2px; }.trust-copy > p:last-of-type { max-width: 430px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.9; }
.metric-row { display: flex; gap: 50px; margin-top: 37px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.metric-row div { display: grid; }.metric-row strong { color: var(--mint); font: 900 31px Arial; direction: rtl; }.metric-row strong small { margin-right: 4px; font: 400 9px Tahoma; }.metric-row span { margin-top: 6px; color: rgba(255,255,255,.48); font-size: 9px; }
.number-visual { position: relative; min-height: 420px; transform: scale(.88); transform-origin: center; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(120,216,174,.15); border-radius: 50%; transform: translate(-50%,-50%); }.orbit-one { width: 440px; height: 440px; }.orbit-two { width: 315px; height: 315px; }
.phone-card { position: absolute; display: grid; align-content: center; width: 285px; height: 180px; padding: 28px; border-radius: 24px; color: var(--ink); box-shadow: 0 35px 60px rgba(0,0,0,.28); direction: ltr; }
.back-card { top: 100px; left: 65px; background: var(--violet); transform: rotate(-13deg); opacity: .65; }.front-card { top: 145px; left: 195px; z-index: 2; background: var(--mint); transform: rotate(7deg); }.phone-card small { margin-bottom: 15px; font-size: 9px; opacity: .5; }.phone-card i { font: 600 16px Arial; font-style: normal; }.phone-card b { margin-top: 3px; font: 900 31px Arial; letter-spacing: 1px; }.phone-card span { margin-top: 16px; padding-top: 12px; border-top: 1px solid rgba(7,27,36,.17); font-size: 9px; }
.shield { position: absolute; z-index: 4; top: 112px; left: 460px; display: grid; place-items: center; width: 62px; height: 70px; background: var(--coral); color: var(--ink); border-radius: 20px 20px 26px 26px; font-size: 25px; transform: rotate(-5deg); box-shadow: 0 18px 30px rgba(0,0,0,.22); }

.faq-section { padding: 82px 0; }.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 78px; }.faq-section .mini-title { margin-top: 20px; }.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }.accordion summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 19px 0; font-size: 13px; font-weight: 800; cursor: pointer; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { color: var(--mint-deep); font: 300 22px Arial; transition: transform .2s; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { max-width: 650px; margin: -6px 0 18px; color: var(--muted); font-size: 11px; line-height: 1.9; }

.site-footer { padding-top: 58px; background: #06171f; color: white; }.footer-top { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 52px; }.footer-top p { margin: 0 0 10px; color: var(--mint); font-size: 10px; }.footer-top h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.08; letter-spacing: -2px; }.footer-top h2 em { color: var(--mint); font-style: normal; }.footer-cta { display: flex; align-items: center; justify-content: space-between; width: 190px; padding: 15px 17px; border-radius: 12px; background: var(--coral); color: var(--ink); font-size: 13px; font-weight: 800; }.footer-cta span { font-size: 20px; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.12); }.footer-bottom p { color: rgba(255,255,255,.43); font-size: 10px; }.footer-bottom > div { display: flex; gap: 22px; color: rgba(255,255,255,.55); font-size: 10px; }
.toast { position: fixed; z-index: 100; bottom: 24px; left: 50%; padding: 13px 19px; border-radius: 11px; background: white; color: var(--ink); box-shadow: 0 12px 35px rgba(0,0,0,.2); font-size: 12px; transform: translate(-50%, 130px); transition: transform .3s; }.toast.show { transform: translate(-50%, 0); }

@media (max-width: 1000px) {
  .main-nav { gap: 18px; }.hero-grid { gap: 34px; grid-template-columns: .78fr 1.22fr; }.hero h1 { font-size: 48px; }.float-note { display: none; }.trust-grid { gap: 20px; }.front-card { left: 155px; }.shield { left: 405px; }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 30px, 650px); }.nav-wrap { height: 76px; }.main-nav, .nav-actions { display: none; }.menu-toggle { display: block; }.site-header.menu-open .main-nav { position: absolute; top: 68px; inset-inline: 15px; display: grid; gap: 0; padding: 12px 18px; border-radius: 15px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }.site-header.menu-open .main-nav a { padding: 12px; }.site-header.menu-open .main-nav a::after { display: none; }
  .hero { padding-top: 76px; }.hero-grid { display: flex; flex-direction: column; min-height: 0; padding-block: 28px 100px; }.hero-copy { width: 100%; }.hero h1 { max-width: 500px; font-size: clamp(40px, 12vw, 56px); }.hero-lead { font-size: 13px; }.catalog-wrap { order: -1; width: 100%; max-width: 570px; }.trust-row { flex-wrap: wrap; }.catalog-shadow { inset: 15px -5px -12px 10px; }
  .section-heading { grid-template-columns: 55px 1fr; }.section-summary { grid-column: 2; }.steps-grid { grid-template-columns: 1fr; }.step-card { min-height: 330px; }.step-art { height: 150px; }.payment-warning { align-items: flex-start; }.payment-warning button { display: none; }
  .trust-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }.number-visual { min-height: 420px; transform: scale(.85); transform-origin: center; }.faq-section { padding-block: 80px; }.footer-top { align-items: flex-start; flex-direction: column; gap: 40px; }.footer-bottom { flex-wrap: wrap; gap: 20px; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }.primary-cta { width: 100%; }.text-link { justify-content: center; }.trust-row { gap: 12px; justify-content: space-between; }.trust-row span { font-size: 10px; }.catalog-card { padding: 19px 15px; border-radius: 20px; }.catalog-head { align-items: flex-start; }.catalog-head h2 { font-size: 20px; }.catalog-meta { align-items: flex-end; flex-direction: column; }.inventory-chip { display: none; }.selection-step { padding-block: 16px; }.step-picker { padding-right: 0; }.selected-choice { margin-right: 0; grid-template-columns: 40px minmax(0,1fr) 44px; }.selected-choice-meta { display: none; }.step-continue { min-height: 47px; }.service-list, .country-list { height: 320px; }.list-head, .country-list-head, .operator-list-head { padding-right: 48px; }.service-row, .country-row, .operator-row { grid-template-columns: 18px 34px minmax(0,1fr) auto; gap: 8px; padding-inline: 4px; }.service-logo, .country-row-flag, .operator-logo { width: 33px; height: 33px; }.service-price strong, .country-row-price strong, .operator-price strong { font-size: 10px; }.operator-check { width: 17px; height: 17px; }.row-arrow { display: none; }.favorite-mark { font-size: 19px; }.section-heading { grid-template-columns: 1fr; }.section-number { margin-bottom: 12px; }.section-summary { grid-column: 1; }.step-card { padding: 22px; }.number-visual { min-height: 340px; transform: scale(.65); margin: -60px -90px; }.footer-top h2 { letter-spacing: -2px; }.footer-bottom > div { width: 100%; }.footer-brand { order: -1; }
}

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