:root {
  --ink: #123331;
  --ink-2: #214845;
  --orange: #ff6744;
  --orange-dark: #e84d2c;
  --mint: #ddf4e8;
  --mint-2: #b9ead5;
  --yellow: #ffd66b;
  --sand: #fff8e7;
  --sand-soft: #fffcf4;
  --sand-strong: #fff1c9;
  --cobalt: #225ee8;
  --white: #fff;
  --wash: #fffaf0;
  --line: #d8e1dd;
  --text: #123331;
  --muted: #5c6f6d;
  --danger: #b72d2d;
  --shadow: 0 22px 70px rgba(18, 51, 49, 0.12);
  --shadow-sm: 0 10px 30px rgba(18, 51, 49, 0.1);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: var(--sans);
  color: var(--text);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--text); min-width: 320px; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 999;
  padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px;
  transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.demo-bar {
  min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 7px 18px; background: var(--yellow); color: #2e2b1c; font-size: 12px; font-weight: 750;
  letter-spacing: .015em; text-align: center;
}
.demo-bar svg { width: 15px; height: 15px; }

.site-header {
  position: sticky; top: 0; z-index: 50; height: 76px; background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(16px);
}
.nav-shell {
  max-width: 1440px; height: 100%; margin: auto; padding: 0 36px; display: flex;
  align-items: center; gap: 34px;
}
.brand { display: inline-flex; align-items: baseline; gap: 7px; font-weight: 850; font-size: 27px; letter-spacing: -.055em; white-space: nowrap; }
.brand-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); margin-left: -4px; }
.brand em { color: var(--orange); font-size: 18px; font-style: normal; letter-spacing: -.04em; }
.main-nav { display: flex; gap: 32px; margin: auto; font-size: 14px; font-weight: 650; }
.main-nav a { padding: 27px 0 25px; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { border-color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.currency-select, .nav-button, .icon-button {
  border: 1px solid var(--line); background: white; color: var(--ink); min-height: 42px; border-radius: 12px;
}
.currency-select { padding: 0 32px 0 12px; font-size: 13px; font-weight: 700; }
.nav-button { padding: 0 14px; display: inline-flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 750; }
.icon-button { width: 42px; display: inline-grid; place-items: center; position: relative; }
.nav-button svg, .icon-button svg { width: 19px; height: 19px; }
.cart-count {
  position: absolute; top: -7px; right: -7px; min-width: 20px; height: 20px; padding: 0 5px;
  background: var(--orange); color: white; border: 2px solid white; border-radius: 999px;
  font-size: 10px; line-height: 16px; font-weight: 850;
}
.mobile-menu-button { display: none; }

.container { width: min(1360px, calc(100% - 72px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-heading { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 74px); line-height: .98; letter-spacing: -.055em; }
.section-kicker { color: var(--orange-dark); font-size: 13px; text-transform: uppercase; letter-spacing: .13em; font-weight: 850; }
.section-copy { color: var(--muted); font-size: 17px; line-height: 1.65; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid {
  min-height: 650px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 26px;
  padding-block: 72px 60px;
}
.hero-copy { position: relative; z-index: 2; padding-left: 18px; }
.hero h1 { margin: 0 0 20px; font-size: clamp(58px, 5.2vw, 84px); line-height: .91; letter-spacing: -.07em; max-width: 660px; }
.hero h1 span { color: var(--orange); }
.hero .lead { margin: 0 0 28px; max-width: 440px; font-size: 19px; line-height: 1.5; color: var(--ink-2); }
.destination-search { position: relative; display: flex; gap: 10px; max-width: 610px; }
.search-box { position: relative; flex: 1; }
.search-box > svg { position: absolute; left: 17px; top: 50%; width: 20px; transform: translateY(-50%); color: var(--ink); }
.search-box input { width: 100%; height: 58px; border: 1px solid #aebdb7; border-radius: 12px; padding: 0 18px 0 49px; color: var(--ink); font-size: 16px; outline: none; }
.search-box input:focus { border-color: var(--cobalt); box-shadow: 0 0 0 4px rgba(34,94,232,.12); }
.primary-button, .secondary-button, .text-button {
  min-height: 50px; border-radius: 12px; padding: 0 20px; font-weight: 800; border: 1px solid transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; transition: transform .18s, background .18s, box-shadow .18s;
}
.primary-button { background: var(--orange); color: white; box-shadow: 0 10px 26px rgba(255,103,68,.2); }
.primary-button:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 13px 32px rgba(255,103,68,.28); }
.secondary-button { background: white; border-color: var(--ink); color: var(--ink); }
.secondary-button:hover { background: var(--mint); }
.text-button { color: var(--orange-dark); background: transparent; padding-inline: 0; }
.primary-button svg, .secondary-button svg, .text-button svg { width: 18px; height: 18px; }
.destination-search > .primary-button { min-width: 145px; height: 58px; }
.search-suggestions {
  display: none; position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: white;
  border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); padding: 8px; z-index: 20;
}
.search-suggestions.active { display: block; }
.suggestion { width: 100%; border: 0; background: transparent; border-radius: 9px; padding: 11px 12px; display: flex; align-items: center; gap: 10px; text-align: left; color: var(--ink); }
.suggestion:hover, .suggestion[aria-selected="true"] { background: var(--mint); }
.suggestion small { color: var(--muted); margin-left: auto; }
.suggestion-flag, .suggestion-mark { width:30px; height:30px; display:grid; place-items:center; flex:0 0 30px; overflow:hidden; border:1px solid var(--line); border-radius:50%; background:var(--wash); color:var(--ink); font-size:10px; font-weight:900; }
.suggestion-flag svg, .suggestion-mark svg { width:100%; height:100%; display:block; }
.suggestion-empty { display:grid; gap:3px; padding:14px 15px; color:var(--ink); }
.suggestion-empty small { color:var(--muted); }
.hero-art { position: relative; align-self: stretch; display: grid; place-items: center; min-width: 0; }
.hero-art::before {
  content: ""; position: absolute; inset: 9% 6%; background: radial-gradient(circle at center, var(--mint) 0 38%, transparent 70%); border-radius: 50%; opacity: .85;
}
.hero-art img { position: relative; width: 108%; max-width: none; mix-blend-mode: multiply; transform: translateX(1.5%); }
.route-line { position: absolute; width: 160px; height: 90px; border: 2px dashed var(--ink); border-left: 0; border-bottom: 0; border-radius: 0 90px 0 0; opacity: .6; }
.route-one { top: 12%; right: 1%; transform: rotate(12deg); }
.route-two { left: 1%; bottom: 10%; transform: rotate(190deg); border-color: var(--orange); }
.stamp { position: absolute; z-index: 3; padding: 9px 13px; border: 2px solid currentColor; border-radius: 12px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-align: center; transform: rotate(8deg); background: rgba(255,255,255,.88); }
.stamp-one { right: 2%; top: 23%; }
.stamp-two { left: 8%; top: 18%; color: var(--ink); transform: rotate(-7deg); }

.trust-rail { border-top: 1px solid var(--line); background: var(--sand); }
.trust-items { min-height: 86px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 44px; border-right: 1px solid var(--line); font-size: 13px; font-weight: 750; }
.trust-item:last-child { border: 0; }
.trust-item svg { width: 20px; height: 20px; color: var(--orange); }

.explore { padding: 76px 0 100px; background: linear-gradient(180deg, var(--sand-strong) 0%, var(--sand-soft) 78%); }
.tabs { display: flex; gap: 26px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.tab-button { border: 0; background: transparent; padding: 0 4px 14px; color: var(--muted); font-size: 14px; font-weight: 750; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.tab-button.active { color: var(--ink); border-color: var(--orange); }
.explore-layout { display: grid; grid-template-columns: 300px 1fr; gap: 36px; align-items: stretch; }
.explore-intro { padding: 25px 42px 20px 5px; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.explore-intro h2 { margin: 0 0 20px; font-family: var(--serif); font-size: 46px; line-height: 1.03; letter-spacing: -.045em; }
.explore-intro p { color: var(--muted); line-height: 1.6; margin: 0 0 18px; }
.destination-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 13px; min-width: 0; }
.destination-card { position: relative; height: 335px; border: 0; padding: 0; overflow: hidden; background: var(--ink); border-radius: 3px 3px 18px 18px; text-align: left; color: white; }
.destination-card:nth-child(even) { transform: translateY(24px); }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.destination-card::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 42%, rgba(4,29,27,.84)); }
.destination-card:hover img { transform: scale(1.045); }
.destination-card .card-copy { position: absolute; z-index: 2; left: 15px; right: 12px; bottom: 15px; }
.destination-card strong { display: block; font-family: var(--serif); font-size: 20px; line-height: 1.06; }
.destination-card small { display: block; margin-top: 5px; opacity: .8; }
.destination-arrow { position:absolute; right: 12px; top: 12px; z-index:2; width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:rgba(18,51,49,.82); border:1px solid rgba(255,255,255,.7); }
.destination-arrow svg { width: 17px; }
.scope-card { height: 335px; padding: 22px; color: var(--ink); display:flex; flex-direction:column; justify-content:space-between; border:1px solid var(--line); background: var(--mint); }
.scope-card:nth-child(2n) { background: #fff3ce; }
.scope-card:nth-child(3n) { background: #e8efff; }
.scope-card::after { display:none; }
.scope-card strong { font-size: 26px; }
.scope-card .scope-mark { font-family:var(--serif); font-size:60px; line-height:1; color:var(--orange); }

.plans-section { padding: 100px 0 110px; border-top: 1px solid var(--line); }
.plans-header { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:35px; }
.plans-header h2 { margin:0; font-family:var(--serif); font-size:clamp(44px,5vw,68px); letter-spacing:-.05em; line-height:1; }
.selected-place { display:inline-flex; align-items:center; gap:8px; color:var(--orange-dark); font-weight:800; }
.selected-place svg { width:20px; }
.filters { display:grid; grid-template-columns:repeat(4,minmax(150px,1fr)); gap:14px; padding:18px; background:var(--wash); border:1px solid var(--line); border-radius:18px; margin-bottom:24px; }
.field label { display:block; font-size:12px; font-weight:800; margin-bottom:8px; }
.field select, .field input, .field textarea { width:100%; border:1px solid #b9c5c0; border-radius:10px; background:white; color:var(--ink); min-height:44px; padding:0 12px; outline:none; }
.field textarea { min-height:100px; resize:vertical; padding-top:12px; }
.field select:focus, .field input:focus, .field textarea:focus { border-color:var(--cobalt); box-shadow:0 0 0 3px rgba(34,94,232,.1); }
.plans-layout { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr); gap:28px; align-items:start; }
.plan-list { display:flex; flex-direction:column; gap:12px; }
.plan-row { width:100%; border:1px solid var(--line); background:white; min-height:128px; border-radius:16px; padding:18px 20px; display:grid; grid-template-columns:1.35fr .7fr .7fr .65fr 34px; align-items:center; gap:14px; color:var(--ink); text-align:left; transition:border .2s,background .2s,transform .2s; position:relative; }
.plan-row:hover { transform:translateX(3px); border-color:#91aaa2; }
.plan-row.active { border:2px solid var(--ink); background:linear-gradient(90deg,var(--mint),white 80%); }
.plan-row .best { position:absolute; left:-1px; top:-11px; background:var(--yellow); padding:4px 13px; font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; border-radius:7px 7px 7px 0; }
.plan-name { display:flex; align-items:center; gap:14px; }
.plan-icon { flex:0 0 auto; width:58px; height:58px; border-radius:50%; background:var(--mint); display:grid; place-items:center; overflow:hidden; }
.plan-icon svg { width:40px; height:40px; }
.plan-name strong { display:block; font-size:18px; }
.mini-features { display:flex; gap:12px; margin-top:8px; color:var(--muted); font-size:11px; flex-wrap:wrap; }
.mini-features span { display:inline-flex; align-items:center; gap:4px; }
.mini-features svg { width:13px; height:13px; }
.plan-stat small { display:block; margin-bottom:4px; color:var(--muted); font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.plan-stat strong { font-size:18px; }
.plan-price { text-align:right; font-size:20px; font-weight:900; white-space:nowrap; }
.plan-row > svg { width:22px; }
.empty-state { border:1px dashed #9dafaa; border-radius:16px; padding:42px; text-align:center; color:var(--muted); }

.plan-detail { position:sticky; top:99px; border-radius:22px; overflow:hidden; box-shadow:var(--shadow); border:1px solid var(--line); background:white; }
.detail-top { padding:26px; background:var(--ink); color:white; }
.detail-top-line { display:flex; justify-content:space-between; gap:16px; align-items:flex-start; }
.detail-top h3 { margin:0 0 8px; font-size:27px; }
.detail-price { color:var(--yellow); font-size:31px; font-weight:900; }
.detail-summary { display:flex; align-items:center; gap:16px; font-size:18px; font-weight:800; }
.detail-features { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:22px; }
.detail-feature { display:flex; align-items:center; gap:6px; font-size:12px; }
.detail-feature svg { width:17px; }
.detail-body { padding:5px 25px 22px; }
.detail-line { padding:18px 0; border-bottom:1px solid var(--line); display:grid; grid-template-columns:38px 1fr; gap:12px; }
.detail-line-icon { width:34px; height:34px; border-radius:50%; background:var(--mint); display:grid; place-items:center; }
.detail-line-icon svg { width:17px; }
.detail-line strong { display:block; margin-bottom:4px; font-size:14px; }
.detail-line p { margin:0; color:var(--muted); font-size:12px; line-height:1.5; }
.detail-body .primary-button { width:100%; margin-top:20px; min-height:56px; }
.demo-note { margin:14px 0 0; color:var(--muted); font-size:11px; text-align:center; }

.steps { background:white; }
.steps-title { display:flex; align-items:center; justify-content:center; gap:24px; margin-bottom:56px; text-align:center; }
.steps-title::before, .steps-title::after { content:""; width:70px; border-top:2px dashed #65bd93; }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid var(--line); }
.step { padding:38px 48px 20px; min-height:420px; border-right:1px solid var(--line); display:grid; grid-template-columns:80px 1fr; grid-template-rows:auto 1fr; align-items:start; gap:10px; }
.step:last-child { border:0; }
.step-number { color:var(--orange); font-family:var(--serif); font-size:66px; line-height:1; }
.step h3 { margin:7px 0 0; font-family:var(--serif); font-size:32px; line-height:1; letter-spacing:-.04em; }
.phone-art { grid-column:1/-1; align-self:end; justify-self:center; width:170px; height:270px; padding:14px; border:8px solid var(--ink); border-radius:35px; box-shadow:0 20px 38px rgba(18,51,49,.17); background:white; transform:rotate(-3deg); }
.step:nth-child(2) .phone-art { transform:rotate(2deg); }
.phone-speaker { width:50px; height:6px; border-radius:9px; background:var(--ink); margin:0 auto 24px; }
.phone-screen { height:calc(100% - 30px); background:linear-gradient(160deg,var(--mint),white); border-radius:20px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; text-align:center; padding:12px; }
.phone-screen svg { width:48px; color:var(--cobalt); }
.phone-screen strong { font-size:14px; }
.phone-screen small { color:var(--muted); line-height:1.4; }
.phone-button { background:var(--orange); color:white; border-radius:8px; padding:8px 12px; font-size:10px; font-weight:800; }

.compatibility { margin-top:70px; padding:48px 54px; border-radius:32px; background:linear-gradient(120deg,#e8faf2,#f8fffb); display:grid; grid-template-columns:1fr 1.05fr 1fr; gap:34px; align-items:center; position:relative; overflow:hidden; }
.compatibility::after { content:""; position:absolute; width:310px; height:120px; border:2px dashed #65bd93; border-radius:50%; right:-150px; bottom:-70px; }
.compatibility h3 { margin:0; font-family:var(--serif); font-size:45px; line-height:1.02; letter-spacing:-.045em; }
.compat-fields { display:grid; grid-template-columns:1fr 1.2fr; gap:12px; }
.compat-result { min-height:145px; border:1px solid #97d9bb; background:rgba(255,255,255,.65); border-radius:16px; padding:22px; display:flex; align-items:center; gap:18px; }
.result-check { flex:0 0 auto; width:56px; height:56px; display:grid; place-items:center; background:var(--mint-2); border-radius:50%; color:#138359; }
.result-check svg { width:30px; }
.compat-result strong { display:block; font-family:var(--serif); font-size:22px; line-height:1.1; }
.compat-result small { display:block; margin-top:8px; color:var(--muted); line-height:1.4; }
.compat-links { grid-column:2/4; display:flex; gap:24px; justify-content:center; }
.compat-links a { color:var(--cobalt); font-size:13px; font-weight:750; text-decoration:underline; text-underline-offset:4px; }

.support-section { padding-top:50px; }
.support-card { display:grid; grid-template-columns:1fr 1.05fr; align-items:center; gap:50px; min-height:390px; }
.support-copy { padding:30px 0 30px 60px; }
.support-copy h2 { margin:0 0 18px; font-family:var(--serif); font-size:54px; letter-spacing:-.05em; line-height:1.02; }
.support-copy p { color:var(--muted); font-size:17px; line-height:1.6; max-width:520px; }
.support-actions { display:flex; gap:12px; margin-top:26px; }
.support-image { height:390px; border-radius:90px 28px 90px 90px; overflow:hidden; background:var(--yellow); }
.support-image img { width:100%; height:100%; object-fit:cover; }
.benefits { margin:40px 0 70px; border-radius:18px; background:var(--mint); display:grid; grid-template-columns:repeat(4,1fr); padding:24px 18px; }
.benefit { display:flex; align-items:center; justify-content:center; gap:10px; min-height:48px; border-right:1px solid #b8d8ca; font-size:13px; font-weight:750; }
.benefit:last-child { border:0; }
.benefit-icon { width:36px; height:36px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.55); }
.benefit svg { width:18px; }

.faq { display:grid; grid-template-columns:.55fr 1fr; gap:60px; align-items:start; padding-bottom:100px; }
.faq h2 { margin:0; font-family:var(--serif); font-size:52px; line-height:1; letter-spacing:-.05em; }
.faq-list { border-top:1px solid var(--line); }
.faq details { border-bottom:1px solid var(--line); }
.faq summary { list-style:none; padding:20px 4px; display:flex; align-items:center; justify-content:space-between; gap:20px; cursor:pointer; font-weight:750; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary svg { width:20px; transition:transform .2s; }
.faq details[open] summary svg { transform:rotate(180deg); }
.faq details p { margin:-4px 40px 20px 4px; color:var(--muted); line-height:1.6; }

.site-footer { background:var(--ink); color:white; border-radius:46px 46px 0 0; padding:58px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.35fr repeat(3,1fr) 1fr; gap:35px; }
.footer-brand { font-size:36px; font-weight:850; letter-spacing:-.055em; }
.footer-brand em { color:var(--orange); font-size:20px; font-style:normal; }
.site-footer h4 { margin:0 0 17px; font-size:13px; }
.site-footer ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:11px; color:#dbe7e3; font-size:13px; }
.site-footer a:hover { color:var(--yellow); }
.site-footer .currency-select { color:white; background:transparent; border-color:#76918e; width:100%; }
.footer-bottom { border-top:1px solid #55716e; margin-top:45px; padding-top:24px; display:flex; justify-content:space-between; gap:20px; color:#dbe7e3; font-size:11px; }
.legal-links { display:flex; flex-wrap:wrap; gap:24px; }

.backdrop { position:fixed; inset:0; z-index:80; background:rgba(6,28,27,.5); opacity:0; pointer-events:none; transition:opacity .25s; backdrop-filter:blur(3px); }
.backdrop.active { opacity:1; pointer-events:auto; }
.drawer { position:fixed; z-index:90; top:0; right:0; bottom:0; width:min(460px,100%); background:white; box-shadow:-25px 0 80px rgba(18,51,49,.2); transform:translateX(105%); transition:transform .3s ease; display:flex; flex-direction:column; }
.drawer.active { transform:translateX(0); }
.drawer-header, .modal-header { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:22px 24px; border-bottom:1px solid var(--line); }
.drawer-header h2, .modal-header h2 { margin:0; font-family:var(--serif); font-size:28px; letter-spacing:-.035em; }
.close-button { border:0; width:40px; height:40px; border-radius:50%; background:var(--wash); color:var(--ink); display:grid; place-items:center; }
.close-button svg { width:21px; }
.drawer-body { flex:1; overflow:auto; padding:22px 24px; }
.cart-empty { text-align:center; padding:70px 20px; color:var(--muted); }
.cart-empty svg { width:60px; margin:0 auto 18px; color:#9eb0aa; }
.cart-item { display:grid; grid-template-columns:54px 1fr auto; gap:13px; padding:16px 0; border-bottom:1px solid var(--line); align-items:center; }
.cart-item .plan-icon { width:50px; height:50px; }
.cart-item strong { display:block; font-size:14px; }
.cart-item small { display:block; color:var(--muted); margin-top:4px; font-size:11px; }
.remove-item { border:0; background:transparent; color:var(--danger); font-size:11px; font-weight:750; padding:5px 0; }
.drawer-footer { border-top:1px solid var(--line); padding:18px 24px 24px; }
.cart-total { display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.cart-total strong { font-size:24px; }
.drawer-footer .primary-button { width:100%; }

.modal { position:fixed; z-index:100; left:50%; top:50%; width:min(720px,calc(100% - 32px)); max-height:min(820px,calc(100vh - 32px)); background:white; border-radius:24px; box-shadow:var(--shadow); transform:translate(-50%,-45%) scale(.96); opacity:0; pointer-events:none; transition:transform .25s,opacity .25s; display:flex; flex-direction:column; overflow:hidden; }
.modal.active { transform:translate(-50%,-50%) scale(1); opacity:1; pointer-events:auto; }
.modal-body { overflow:auto; padding:24px; }
.modal-copy { color:var(--muted); line-height:1.6; }
.checkout-progress { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:0 0 24px; }
.progress-step { height:5px; border-radius:5px; background:#dce5e1; }
.progress-step.active { background:var(--orange); }
.checkout-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.checkout-grid .full { grid-column:1/-1; }
.checkout-actions { display:flex; justify-content:space-between; gap:12px; margin-top:24px; }
.checkout-summary { padding:18px; background:var(--wash); border-radius:14px; }
.checkout-summary-row { display:flex; justify-content:space-between; padding:9px 0; border-bottom:1px solid var(--line); }
.checkout-summary-row:last-child { border:0; }
.payment-option { display:flex; align-items:center; gap:12px; border:1px solid var(--line); border-radius:12px; padding:15px; margin-bottom:10px; }
.payment-option input { accent-color:var(--orange); }
.order-success { text-align:center; padding:10px 0 22px; }
.success-icon { width:72px; height:72px; border-radius:50%; background:var(--mint); color:#168359; display:grid; place-items:center; margin:0 auto 18px; }
.success-icon svg { width:38px; }
.order-code { margin:20px auto; max-width:380px; background:var(--ink); color:white; padding:17px; border-radius:12px; font-size:23px; font-weight:900; letter-spacing:.08em; }
.qr-demo { width:160px; height:160px; margin:20px auto; border:10px solid white; outline:1px solid var(--line); background-color:white; background-image:repeating-conic-gradient(var(--ink) 0 25%, white 0 50%); background-size:18px 18px; position:relative; }
.qr-demo::after { content:"DEMO"; position:absolute; inset:55px 31px; background:white; color:var(--orange-dark); font-weight:900; font-size:12px; display:grid; place-items:center; border:3px solid var(--ink); }
.lookup-form { display:flex; gap:10px; margin:20px 0; }
.lookup-form input { flex:1; height:52px; border:1px solid #afbeb8; border-radius:10px; padding:0 15px; text-transform:uppercase; }
.demo-code { background:#fff5d8; border:1px solid #f0d277; border-radius:10px; padding:12px; font-size:12px; color:#584b25; }
.esim-card { margin-top:20px; overflow:hidden; border:1px solid var(--line); border-radius:18px; }
.esim-card-top { background:var(--ink); color:white; padding:22px; display:flex; justify-content:space-between; gap:20px; }
.esim-card-top h3 { margin:0 0 6px; }
.esim-card-top small { opacity:.75; }
.balance-number { text-align:right; }
.balance-number strong { color:var(--yellow); font-size:28px; }
.usage-bar { height:10px; border-radius:10px; background:#dbe4e0; overflow:hidden; margin:10px 0; }
.usage-bar span { display:block; height:100%; width:42%; background:var(--orange); }
.esim-card-body { padding:20px; }
.esim-meta { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin:18px 0; }
.esim-meta div { background:var(--wash); padding:12px; border-radius:10px; }
.esim-meta small { display:block; color:var(--muted); margin-bottom:4px; }
.esim-meta strong { font-size:13px; }
.support-form { display:grid; gap:15px; }
.legal-content h3 { margin-top:24px; }
.legal-content p, .legal-content li { color:var(--muted); line-height:1.65; }
.toast { position:fixed; z-index:150; left:50%; bottom:28px; transform:translate(-50%,140%); background:var(--ink); color:white; border-radius:12px; padding:13px 18px; box-shadow:var(--shadow-sm); font-size:13px; font-weight:750; transition:transform .25s; }
.toast.active { transform:translate(-50%,0); }

.mobile-nav { display:none; }

@media (max-width: 1120px) {
  .main-nav { gap:18px; }
  .hero-grid { grid-template-columns:1fr 1fr; min-height:590px; }
  .destination-grid { grid-template-columns:repeat(3,1fr); row-gap:36px; }
  .destination-card:nth-child(even) { transform:none; }
  .plans-layout { grid-template-columns:1fr; }
  .plan-detail { position:relative; top:auto; }
  .step { padding-inline:28px; }
  .compatibility { grid-template-columns:1fr 1fr; }
  .compatibility h3 { grid-column:1/-1; }
  .compat-links { grid-column:1/-1; }
  .footer-grid { grid-template-columns:1.4fr repeat(3,1fr); }
  .footer-grid > :last-child { grid-column:1/-1; width:220px; }
}

@media (max-width: 860px) {
  .demo-bar { padding-bottom:8px; }
  .site-header { height:66px; }
  .nav-shell { padding:0 20px; }
  .main-nav, .nav-actions .currency-select, .nav-actions .nav-button { display:none; }
  .nav-actions { margin-left:auto; }
  .mobile-menu-button { display:grid; }
  .container { width:min(100% - 36px, 680px); }
  .hero-grid { grid-template-columns:1fr; padding:58px 0 10px; }
  .hero-copy { padding:0; text-align:center; }
  .hero h1 { margin-inline:auto; font-size:clamp(55px,14vw,78px); }
  .hero .lead { margin-inline:auto; }
  .destination-search { margin-inline:auto; }
  .hero-art { min-height:450px; }
  .hero-art img { width:104%; }
  .stamp { display:none; }
  .trust-items { grid-template-columns:1fr 1fr; padding:10px 0; }
  .trust-item { border-bottom:1px solid var(--line); }
  .trust-item:nth-child(2) { border-right:0; }
  .trust-item:nth-child(n+3) { border-bottom:0; }
  .explore-layout { grid-template-columns:1fr; }
  .explore-intro { border-right:0; border-bottom:1px solid var(--line); padding:10px 0 30px; }
  .destination-grid { grid-template-columns:repeat(2,1fr); }
  .destination-card, .scope-card { height:360px; }
  .plans-header { align-items:flex-start; flex-direction:column; }
  .filters { grid-template-columns:1fr 1fr; }
  .plan-row { grid-template-columns:1.2fr .7fr .7fr; }
  .plan-row .plan-price { grid-column:2; text-align:left; }
  .plan-row > svg { grid-column:3; grid-row:2; justify-self:end; }
  .steps-title::before, .steps-title::after { display:none; }
  .steps-grid { grid-template-columns:1fr; }
  .step { border-right:0; border-bottom:1px solid var(--line); min-height:380px; }
  .compatibility { padding:38px 30px; grid-template-columns:1fr; }
  .compatibility h3, .compat-links { grid-column:auto; }
  .compat-links { justify-content:flex-start; }
  .support-card { grid-template-columns:1fr; gap:15px; }
  .support-copy { padding:20px 0 0; }
  .support-image { grid-row:1; height:320px; }
  .benefits { grid-template-columns:1fr 1fr; }
  .benefit:nth-child(2) { border-right:0; }
  .faq { grid-template-columns:1fr; gap:30px; }
  .footer-grid { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-grid > :nth-child(4) { grid-column:2; }
  .footer-grid > :last-child { grid-column:3; width:auto; }
  .mobile-nav { position:fixed; z-index:70; top:100px; left:18px; right:18px; background:white; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); padding:12px; display:none; }
  .mobile-nav.active { display:block; }
  .mobile-nav a, .mobile-nav button { width:100%; display:flex; align-items:center; gap:10px; padding:14px; border:0; border-radius:10px; background:transparent; color:var(--ink); font-weight:750; text-align:left; }
  .mobile-nav svg { flex:0 0 auto; width:20px; height:20px; }
  .mobile-nav a:hover, .mobile-nav button:hover { background:var(--mint); }
  .mobile-nav a[aria-current="page"] { background:var(--mint); }
}

@media (max-width: 560px) {
  .brand { font-size:23px; }
  .brand em { font-size:15px; }
  .section { padding-block:72px; }
  .hero-grid { padding-top:44px; }
  .hero h1 { font-size:54px; }
  .hero .lead { font-size:16px; }
  .destination-search { display:grid; }
  .destination-search > .primary-button { width:100%; }
  .hero-art { min-height:320px; }
  .trust-items { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line) !important; justify-content:flex-start; padding-left:28px; }
  .trust-item:last-child { border-bottom:0 !important; }
  .explore { padding-top:54px; }
  .tabs { gap:18px; }
  .explore-intro h2 { font-size:39px; }
  .destination-grid { grid-template-columns:1fr 1fr; gap:10px; }
  .destination-card, .scope-card { height:275px; }
  .destination-card strong { font-size:17px; }
  .plans-section { padding-block:72px; }
  .plans-header h2 { font-size:45px; }
  .filters { grid-template-columns:1fr; }
  .plan-row { min-height:0; grid-template-columns:1fr auto; padding:20px 17px; }
  .plan-name { grid-column:1/-1; }
  .plan-stat { padding-top:7px; }
  .plan-row .plan-price { grid-column:1; }
  .plan-row > svg { grid-column:2; grid-row:3; }
  .plan-detail { border-radius:17px; }
  .detail-features { grid-template-columns:1fr; }
  .steps-title .section-heading { font-size:44px; }
  .step { grid-template-columns:65px 1fr; padding:30px 15px; }
  .step-number { font-size:55px; }
  .compatibility { margin-top:40px; padding:30px 20px; }
  .compatibility h3 { font-size:40px; }
  .compat-fields { grid-template-columns:1fr; }
  .compat-links { flex-direction:column; gap:12px; }
  .support-copy h2 { font-size:44px; }
  .support-actions { flex-direction:column; }
  .support-image { height:240px; border-radius:50px 20px 50px 50px; }
  .benefits { grid-template-columns:1fr; }
  .benefit { justify-content:flex-start; padding-left:18px; border-right:0; border-bottom:1px solid #b8d8ca; }
  .benefit:last-child { border-bottom:0; }
  .faq h2 { font-size:44px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column:1/-1; }
  .footer-grid > :nth-child(4) { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .modal { width:calc(100% - 18px); max-height:calc(100vh - 18px); border-radius:18px; }
  .checkout-grid { grid-template-columns:1fr; }
  .checkout-grid .full { grid-column:auto; }
  .checkout-actions, .lookup-form { flex-direction:column; }
  .esim-card-top { flex-direction:column; }
  .balance-number { text-align:left; }
}

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

/* Oro 2026 storefront layout */
body { background:var(--sand-soft); }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline:3px solid rgba(255,103,68,.28); outline-offset:3px; }
.demo-bar { min-height:32px; padding:6px 18px; }
.error-page { min-height:100vh; display:grid; place-content:center; justify-items:start; gap:18px; max-width:720px; margin:auto; padding:48px 24px; }
.error-page .brand { position:static; }
.error-page .eyebrow { margin:18px 0 0; color:var(--orange-dark); font-weight:900; letter-spacing:.12em; }
.error-page h1 { margin:0; font-family:var(--serif); font-size:clamp(42px,8vw,72px); line-height:1; }
.error-page > p:not(.eyebrow) { max-width:590px; margin:0 0 10px; color:var(--muted); font-size:17px; line-height:1.65; }
.site-header { height:72px; }
.nav-shell { max-width:1400px; padding-inline:44px; }
.brand { font-size:31px; }
.brand em { font-size:20px; }
.main-nav { gap:42px; }
.main-nav a { padding:26px 0 23px; }
.currency-select, .nav-button, .icon-button { min-height:44px; border-color:#cbd8d3; border-radius:14px; }
.nav-button { background:var(--ink); color:white; padding-inline:18px; }
.nav-button:hover { background:var(--ink-2); }

.hero { overflow:visible; background:var(--sand-soft); border-bottom:1px solid var(--line); }
.hero-grid { min-height:440px; grid-template-columns:.82fr 1.18fr; gap:70px; padding:28px 0 52px; }
.hero-copy { padding:0; }
.hero h1 { max-width:620px; margin:0 0 24px; font-size:clamp(56px,4.2vw,64px); line-height:.94; letter-spacing:-.065em; }
.hero .lead { max-width:500px; margin-bottom:30px; color:var(--muted); font-size:18px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; align-items:center; }
.hero-actions .primary-button, .hero-actions .secondary-button { min-height:56px; padding-inline:24px; }
.hero-inline-search { width:100%; max-width:500px; margin-top:22px; }
.hero-inline-search .search-box input { height:58px; border-color:#67827d; border-radius:16px; background:rgba(255,255,255,.94); box-shadow:0 12px 32px rgba(18,51,49,.08); }
.hero-inline-search > .primary-button { height:58px; min-width:118px; }
.hero-media { position:relative; min-height:340px; }
.hero-media > img { width:100%; height:340px; object-fit:cover; object-position:center; border-radius:28px 28px 28px 90px; box-shadow:var(--shadow); }
.hero-phone { position:absolute; left:-42px; bottom:-22px; width:230px; min-height:170px; padding:20px; border:7px solid var(--ink); border-radius:30px; background:white; box-shadow:0 24px 50px rgba(18,51,49,.2); transform:rotate(-2deg); }
.phone-status { display:inline-flex; align-items:center; gap:6px; color:#19825a; font-size:11px; font-weight:800; }
.phone-status svg { width:14px; }
.hero-phone > strong { display:block; margin:15px 0 4px; font-size:18px; }
.hero-phone > small { color:var(--muted); }
.phone-usage { height:7px; margin:18px 0 9px; overflow:hidden; border-radius:10px; background:#dce6e2; }
.phone-usage span { display:block; width:42%; height:100%; background:var(--orange); }
.phone-meta { display:flex; justify-content:space-between; color:var(--muted); font-size:9px; }
.coverage-chip { position:absolute; right:-18px; bottom:32px; display:flex; align-items:center; gap:8px; max-width:225px; padding:12px 15px; border:1px solid var(--line); border-radius:14px; background:white; box-shadow:var(--shadow-sm); font-size:11px; font-weight:800; }
.coverage-chip svg { width:18px; color:var(--orange); }

@media (min-width:861px) {
  .hero-grid { padding-bottom:70px; }
  .hero-media { transform:translateY(18px); }
}

.plans-section { padding:72px 0 100px; border:0; background:var(--sand); }
.home-plans-heading { display:none; align-items:end; justify-content:space-between; gap:30px; margin-bottom:34px; }
.home-plans-heading h2 { margin:0 0 8px; font-size:42px; letter-spacing:-.04em; }
.home-plans-heading p { margin:0; color:var(--muted); }
.plan-mode-tabs { display:flex; padding:4px; border:1px solid var(--line); border-radius:12px; background:#edf3f1; }
.plan-mode-tabs button { min-width:108px; min-height:38px; border:0; border-radius:9px; background:transparent; color:var(--muted); font-size:12px; font-weight:800; }
.plan-mode-tabs button.active { background:var(--ink); color:white; box-shadow:var(--shadow-sm); }
.store-intro { padding-bottom:30px; }
.breadcrumbs { display:flex; align-items:center; gap:10px; margin:0 0 20px; color:var(--muted); font-size:13px; }
.breadcrumbs a { color:var(--ink); }
.store-intro h1 { margin:0 0 8px; font-size:clamp(46px,5vw,66px); letter-spacing:-.055em; line-height:1; }
.store-intro > p:not(.breadcrumbs) { margin:0 0 28px; color:var(--muted); font-size:17px; }
.destination-pills { display:flex; gap:10px; overflow:auto; padding-bottom:5px; scrollbar-width:thin; }
.destination-pill { flex:0 0 auto; min-height:42px; display:flex; align-items:center; gap:9px; padding:0 18px; border:1px solid #b9c9c3; border-radius:999px; background:white; color:var(--ink); font-size:13px; font-weight:750; }
.destination-pill.active, .destination-pill:hover { border-color:var(--orange); background:var(--orange); color:white; }
.destination-pill span { font-size:15px; }
.store-layout { display:grid; grid-template-columns:250px minmax(0,1fr); gap:28px; align-items:start; }
.store-sidebar { position:sticky; top:92px; padding:22px; border:1px solid var(--line); border-radius:20px; background:white; box-shadow:var(--shadow-sm); }
.store-filter-summary { display:none; list-style:none; }
.store-filter-summary::-webkit-details-marker { display:none; }
.filter-title { display:flex; align-items:center; justify-content:space-between; margin-bottom:26px; }
.filter-title h2 { margin:0; font-size:20px; }
.filter-title button { border:0; background:transparent; color:var(--orange-dark); font-size:12px; font-weight:800; }
.filter-group { margin:0; padding:0 0 22px; border:0; border-bottom:1px solid var(--line); }
.filter-group + .filter-group { padding-top:22px; }
.filter-group legend { margin-bottom:13px; font-size:12px; font-weight:850; text-transform:uppercase; letter-spacing:.06em; }
.choice { display:flex; align-items:center; gap:10px; margin:11px 0; color:var(--ink-2); font-size:13px; cursor:pointer; }
.choice input { width:17px; height:17px; margin:0; accent-color:var(--orange); }
.filter-select { margin-top:20px; }
.filter-select label { text-transform:uppercase; letter-spacing:.06em; }
.store-results { min-width:0; }
.store-toolbar { min-height:66px; display:grid; grid-template-columns:minmax(240px,1fr) 230px; gap:16px; align-items:center; margin-bottom:18px; padding:9px; border:1px solid var(--line); border-radius:17px; background:white; box-shadow:var(--shadow-sm); }
.plan-search { position:relative; display:flex; align-items:center; }
.plan-search svg { position:absolute; left:14px; width:19px; color:#68807b; }
.plan-search input { width:100%; height:46px; padding:0 14px 0 45px; border:0; border-radius:11px; background:transparent; color:var(--ink); outline:none; font-size:14px; }
.plan-search input:focus { background:var(--wash); }
.sort-control { min-height:46px; display:flex; align-items:center; gap:8px; padding-left:14px; border:1px solid var(--line); border-radius:11px; }
.sort-control span { color:var(--muted); font-size:11px; white-space:nowrap; }
.sort-control select { width:100%; height:44px; border:0; background:transparent; color:var(--ink); outline:none; font-size:12px; font-weight:800; }
.results-meta { display:flex; justify-content:space-between; gap:20px; margin:0 2px 14px; }
.results-meta strong { font-size:15px; }
.results-meta span { color:var(--muted); font-size:12px; }
.plan-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.plan-card { position:relative; min-width:0; display:flex; flex-direction:column; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:white; box-shadow:0 9px 24px rgba(18,51,49,.07); transition:transform .2s,border-color .2s,box-shadow .2s; }
.plan-card:hover { transform:translateY(-3px); border-color:#9ab0a9; box-shadow:0 18px 38px rgba(18,51,49,.12); }
.plan-card .best { position:absolute; z-index:2; top:0; right:0; padding:6px 12px; border-radius:0 18px 0 10px; background:var(--mint-2); color:var(--ink); font-size:9px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.plan-card-head { min-height:92px; display:flex; justify-content:space-between; gap:14px; align-items:flex-start; padding:22px 18px 14px; }
.plan-card-head h3 { margin:0 0 5px; font-size:18px; line-height:1.15; letter-spacing:-.025em; }
.plan-card-head p { margin:0; color:var(--muted); font-size:11px; }
.plan-mark { flex:0 0 auto; width:48px; height:48px; display:grid; place-items:center; border-radius:50%; background:var(--mint); color:var(--ink); font-size:20px; font-weight:900; }
.plan-specs { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:0 14px 18px; }
.plan-specs > div { min-width:0; display:block; min-height:66px; padding:12px; border-radius:13px; background:#f7f9f8; }
.plan-specs small, .plan-specs strong { display:block; overflow:hidden; text-overflow:ellipsis; }
.plan-specs small { margin-bottom:3px; color:var(--muted); font-size:9px; }
.plan-specs strong { font-size:13px; white-space:nowrap; }
.plan-coverage { padding:0 18px 20px; }
.plan-coverage > strong { display:block; margin-bottom:11px; font-size:11px; text-transform:uppercase; letter-spacing:.035em; }
.coverage-flags { display:flex; align-items:center; min-height:34px; padding-left:1px; }
.country-flag, .coverage-total { position:relative; width:32px; height:32px; display:grid; place-items:center; flex:0 0 32px; margin-left:-7px; overflow:hidden; border:2px solid white; border-radius:50%; box-shadow:0 2px 7px rgba(18,51,49,.14); }
.country-flag:first-child { margin-left:0; }
.country-flag { background:#eef4f1; }
.country-flag svg { width:100%; height:100%; display:block; }
.coverage-total { z-index:7; background:var(--ink); color:white; font-size:9px; font-weight:900; letter-spacing:-.02em; }
.plan-card-foot { margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 16px; border-top:1px solid var(--line); }
.plan-card-foot > div > strong { display:block; margin-bottom:5px; font-size:17px; }
.details-link { border:0; padding:0; background:transparent; color:var(--ink); font-size:11px; font-weight:750; text-decoration:underline; text-underline-offset:3px; }
.buy-button { min-height:40px; display:flex; align-items:center; justify-content:center; gap:7px; padding:0 14px; border:0; border-radius:11px; background:var(--yellow); color:#272b20; font-size:11px; font-weight:900; box-shadow:0 8px 18px rgba(255,214,107,.32); }
.buy-button:hover { background:#ffc93a; transform:translateY(-1px); }
.buy-button svg { width:16px; }
.store-more { display:none; margin-top:28px; text-align:center; }
body[data-page="home"] .plans-section { padding:26px 0 70px; }
body[data-page="home"] .home-plans-heading { display:flex; flex-direction:column; align-items:center; gap:8px; margin-bottom:20px; text-align:center; }
body[data-page="home"] .home-plans-heading h2 { font-size:36px; }
body[data-page="home"] .home-plans-heading p { display:none; }
body[data-page="home"] .store-intro, body[data-page="home"] .store-sidebar, body[data-page="home"] .store-toolbar, body[data-page="home"] .results-meta { display:none; }
body[data-page="home"] .store-layout { display:block; }
body[data-page="home"] .store-more { display:block; }

.about-section { background:var(--sand-soft); }
.about-hero { min-height:510px; display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:center; padding-block:58px; }
.about-copy h1 { margin:0 0 24px; font-size:clamp(60px,6vw,88px); line-height:.94; letter-spacing:-.065em; }
.about-copy h1 span { color:var(--orange); }
.about-copy > p { max-width:580px; margin:0 0 28px; color:var(--ink-2); font-size:18px; line-height:1.55; }
.about-media { height:430px; overflow:hidden; border-radius:28px; box-shadow:var(--shadow); }
.about-media img { width:100%; height:100%; object-fit:cover; object-position:center 58%; }
.about-principles { padding:52px 0 70px; border-top:1px solid var(--line); background:var(--sand); }
.principles-heading { text-align:center; }
.principles-heading h2 { margin:0 0 10px; font-size:38px; letter-spacing:-.04em; }
.principles-heading p { margin:0; color:var(--muted); }
.principles-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin:42px 0; }
.principle { display:grid; grid-template-columns:70px 1fr; gap:18px; padding:5px 32px; border-right:1px solid var(--line); }
.principle:last-child { border:0; }
.principle > span { width:66px; height:66px; display:grid; place-items:center; border-radius:50%; background:var(--mint); color:var(--ink); }
.principle svg { width:32px; }
.principle h3 { margin:4px 0 8px; font-size:17px; }
.principle p { margin:0; color:var(--muted); font-size:13px; line-height:1.55; }
.trial-panel { max-width:930px; min-height:86px; display:flex; align-items:center; gap:18px; margin-inline:auto; padding:18px 24px; border:1px solid #a9d4c0; border-radius:16px; background:#f1fbf6; }
.trial-panel > svg { flex:0 0 auto; width:28px; }
.trial-panel strong, .trial-panel span { display:block; }
.trial-panel strong { margin-bottom:4px; }
.trial-panel span { color:var(--muted); font-size:13px; }

.steps { padding:48px 0 92px; background:var(--sand); }
.how-heading { max-width:1120px; margin-bottom:38px; text-align:center; }
.how-heading h1 { margin:0 0 14px; font-size:clamp(48px,4.4vw,64px); line-height:1; letter-spacing:-.055em; }
.how-heading p { margin:0; color:var(--muted); font-size:17px; }
.steps-list { max-width:1000px; display:flex; flex-direction:column; gap:18px; }
.step { min-height:220px; display:grid; grid-template-columns:280px 1fr; grid-template-rows:auto; gap:44px; align-items:center; padding:30px 56px; border:1px solid var(--line); border-radius:22px; background:white; box-shadow:0 10px 28px rgba(18,51,49,.07); }
.step.reverse { grid-template-columns:1fr 280px; }
.step.reverse .step-visual { grid-column:2; }
.step.reverse .step-copy { grid-column:1; grid-row:1; }
.step-visual { width:190px; height:160px; display:grid; place-items:center; justify-self:center; border-radius:50%; background:var(--mint); color:var(--ink); }
.step-visual svg { width:76px; height:76px; stroke-width:1.35; }
.step-copy { position:relative; }
.step-number { width:40px; height:40px; display:grid; place-items:center; margin-bottom:14px; border-radius:50%; background:var(--orange); color:white; font-family:var(--sans); font-size:17px; font-weight:900; }
.step h2 { margin:0 0 12px; font-size:28px; letter-spacing:-.035em; }
.step p { margin:0 0 6px; color:var(--ink-2); line-height:1.55; }
.step small { color:var(--muted); font-size:13px; line-height:1.5; }
.steps .compatibility { margin-top:26px; padding:34px; grid-template-columns:.8fr 1.2fr 1fr; border:1px solid #acd5c3; border-radius:22px; background:#eaf8f1; }
.steps .compatibility::after { display:none; }
.steps .compatibility h3 { font-size:32px; }
.how-cta { margin-top:34px; text-align:center; }

@media (max-width:1120px) {
  .nav-shell { padding-inline:28px; }
  .main-nav { gap:24px; }
  .hero-grid { gap:42px; }
  .plan-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .principle { grid-template-columns:55px 1fr; padding-inline:20px; }
  .principle > span { width:54px; height:54px; }
  .steps .compatibility { grid-template-columns:1fr 1fr; }
}

@media (max-width:860px) {
  .demo-bar { padding-bottom:6px; }
  .site-header { height:66px; }
  .nav-shell { padding-inline:20px; }
  .mobile-nav { top:108px; }
  .hero-grid { min-height:0; grid-template-columns:1fr; gap:42px; padding:42px 0 70px; }
  .hero-copy { text-align:left; }
  .hero h1 { margin-inline:0; }
  .hero .lead { margin-inline:0; }
  .destination-search { max-width:none; }
  .hero-media { width:min(100%,680px); margin-inline:auto; }
  .hero-media > img { height:380px; }
  .store-layout { grid-template-columns:1fr; }
  .store-sidebar { position:static; display:grid; grid-template-columns:1fr 1fr; gap:20px; }
  .filter-title { grid-column:1/-1; margin-bottom:0; }
  .filter-select { margin-top:0; }
  .about-hero { grid-template-columns:1fr; gap:34px; padding-block:46px; }
  .about-media { height:360px; }
  .principles-grid { grid-template-columns:1fr; gap:24px; }
  .principle { border-right:0; padding:0; }
  .step, .step.reverse { grid-template-columns:210px 1fr; padding:26px 34px; }
  .step.reverse .step-visual { grid-column:1; }
  .step.reverse .step-copy { grid-column:2; }
  .step-visual { width:160px; height:140px; }
}

@media (max-width:620px) {
  .brand { font-size:25px; }
  .brand em { font-size:16px; }
  .container { width:min(100% - 32px,680px); }
  .hero-inline-search { display:grid; grid-template-columns:1fr auto; max-width:none; }
  .hero-inline-search > .primary-button { width:auto; min-width:58px; padding-inline:14px; font-size:0; }
  .hero-inline-search > .primary-button svg { width:20px; }
  .hero-grid { padding-top:34px; }
  .hero h1 { font-size:clamp(48px,15vw,64px); }
  .hero .lead { font-size:16px; }
  .hero-actions { align-items:stretch; flex-direction:column; }
  .hero-media { min-height:330px; }
  .hero-media > img { height:300px; border-radius:22px 22px 22px 58px; }
  .hero-phone { left:12px; bottom:-26px; width:195px; min-height:145px; padding:15px; border-width:5px; border-radius:24px; }
  .hero-phone > strong { margin-top:10px; }
  .coverage-chip { right:8px; bottom:18px; max-width:160px; }
  .home-plans-heading { align-items:flex-start; flex-direction:column; }
  .home-plans-heading h2 { font-size:35px; }
  .plan-grid { grid-template-columns:1fr; }
  .store-intro h1 { font-size:48px; }
  .store-sidebar { grid-template-columns:1fr; }
  .store-sidebar:not([open]) { display:block; padding:0; }
  .store-filter-summary { min-height:58px; display:flex; align-items:center; justify-content:space-between; padding:0 18px; border-radius:18px; cursor:pointer; font-weight:850; }
  .store-filter-summary small { color:var(--orange-dark); font-size:11px; }
  .filter-title { grid-column:auto; }
  .store-toolbar { grid-template-columns:1fr; }
  .sort-control { margin-top:-2px; }
  .plan-card-head { min-height:84px; }
  .about-copy h1 { font-size:56px; }
  .about-copy > p { font-size:16px; }
  .about-media { height:300px; }
  .principles-heading { text-align:left; }
  .trial-panel { align-items:flex-start; }
  .step, .step.reverse { grid-template-columns:1fr; gap:20px; padding:26px 24px; }
  .step.reverse .step-visual, .step.reverse .step-copy { grid-column:1; }
  .step.reverse .step-copy { grid-row:2; }
  .step-visual { width:130px; height:120px; justify-self:start; }
  .step-visual svg { width:58px; height:58px; }
  .step h2 { font-size:25px; }
  .steps .compatibility { grid-template-columns:1fr; padding:26px 20px; }
  .steps .compatibility h3 { grid-column:auto; }
}
