/* AirSimGo Marketplace UI 2.0
   Namespaced, responsive and intentionally non-destructive. */

.asgm-app{
  --asgm-text: var(--asgm-navy);
  --asgm-muted:#68738a;
  --asgm-border:#e7ebf2;
  --asgm-white:#fff;
  --asgm-soft:#f8fafc;
  --asgm-shadow:0 18px 50px rgba(15,31,64,.09);
  --asgm-shadow-lg:0 28px 80px rgba(9,27,61,.13);
  --asgm-content:1320px;
  --asgm-gutter:clamp(18px,4vw,56px);
  font-family:var(--asgm-font);
  color:var(--asgm-text);
  width:100%;
  min-width:0;
  overflow:hidden;
  background:#fff;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
.asgm-app.asgm-full-bleed{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.asgm-app *{box-sizing:border-box}
.asgm-app img{max-width:100%;height:auto}
.asgm-app a{text-decoration:none}
.asgm-shell{width:min(calc(100% - (var(--asgm-gutter) * 2)),var(--asgm-content));margin-inline:auto}
.asgm-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;font-size:11px;line-height:1;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--asgm-primary)}
.asgm-section{padding-block:clamp(46px,7vw,88px)}
.asgm-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}
.asgm-section-head--compact{margin-bottom:20px}
.asgm-section-head>div{max-width:760px}
.asgm-section-head h2,.asgm-compat h2,.asgm-partner-cta h2{margin:0;color:var(--asgm-text);font-size:clamp(30px,3.2vw,50px);line-height:1.06;letter-spacing:-.045em;font-weight:820}
.asgm-section-head p,.asgm-compat p,.asgm-partner-cta p{margin:10px 0 0;color:var(--asgm-muted);font-size:15px;line-height:1.65}
.asgm-text-link{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;color:var(--asgm-text)!important;font-weight:750;font-size:13px}
.asgm-text-link span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--asgm-surface);transition:.2s ease}
.asgm-text-link:hover span{transform:translateX(3px);background:var(--asgm-primary);color:#fff}

/* Optional marketplace header */
.asgm-market-header{position:relative;z-index:30;border-bottom:1px solid rgba(15,31,64,.07);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}
.asgm-market-header__inner{min-height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.asgm-brand{display:flex;align-items:center;gap:9px;color:var(--asgm-text)!important;font-size:20px;font-weight:850;letter-spacing:-.03em}
.asgm-brand img{display:block;max-height:38px;width:auto}
.asgm-brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--asgm-primary);color:#fff;font-size:18px}
.asgm-market-nav{display:flex;justify-content:center;align-items:center;gap:clamp(17px,2.2vw,32px)}
.asgm-market-nav a,.asgm-login-link{color:var(--asgm-text)!important;font-size:13px;font-weight:700;white-space:nowrap}
.asgm-market-nav a{position:relative;padding-block:26px}
.asgm-market-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:18px;height:2px;border-radius:2px;background:var(--asgm-primary);transition:.2s ease}
.asgm-market-nav a:hover:after{left:0;right:0}
.asgm-market-actions{display:flex;align-items:center;gap:16px}
.asgm-nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--asgm-border);border-radius:12px;background:#fff;padding:10px;cursor:pointer}
.asgm-nav-toggle span{display:block;width:100%;height:2px;margin:4px 0;background:var(--asgm-text);border-radius:2px}

/* CTA */
.asgm-cta,.asgm-plan-button,.asgm-device-check button,.asgm-reset-filters,.asgm-filter-toggle{
  appearance:none;border:0;cursor:pointer;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}
.asgm-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:14px;background:var(--asgm-primary)!important;color:#fff!important;font-size:14px;font-weight:820;box-shadow:0 10px 26px rgba(15,67,182,.18)}
.asgm-cta:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(15,67,182,.24)}
.asgm-cta--small{min-height:42px;padding:0 17px;border-radius:12px;font-size:13px}
.asgm-cta--light{background:#fff!important;color:var(--asgm-text)!important;box-shadow:none;white-space:nowrap}

/* Hero */
.asgm-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(400px,.96fr);gap:clamp(26px,5vw,72px);align-items:center;min-height:650px;padding-block:clamp(54px,7vw,92px)}
.asgm-hero:before{content:"";position:absolute;inset:auto auto 8% -22%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(0,168,198,.11),rgba(0,168,198,0) 69%);pointer-events:none}
.asgm-hero__copy{position:relative;z-index:2;min-width:0}
.asgm-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 11px;border:1px solid var(--asgm-border);border-radius:999px;background:#fff;color:#4f5a70;font-size:11px;font-weight:780;box-shadow:0 6px 20px rgba(12,30,65,.04)}
.asgm-pulse{width:8px;height:8px;border-radius:50%;background:var(--asgm-accent);box-shadow:0 0 0 5px rgba(22,166,106,.12)}
.asgm-hero h1{max-width:820px;margin:20px 0 18px;font-size:clamp(46px,5.35vw,78px);line-height:.98;letter-spacing:-.058em;font-weight:850;color:var(--asgm-text)}
.asgm-hero__lead{max-width:680px;margin:0;color:#5e6980;font-size:clamp(16px,1.5vw,20px);line-height:1.65}
.asgm-search-card{position:relative;z-index:4;display:grid;grid-template-columns:minmax(220px,1.65fr) minmax(130px,.8fr) minmax(130px,.8fr) auto;gap:8px;align-items:end;width:min(100%,880px);margin-top:30px;padding:10px;border:1px solid rgba(15,31,64,.07);border-radius:18px;background:#fff;box-shadow:0 20px 48px rgba(12,31,69,.12)}
.asgm-field{min-width:0;padding:5px 9px}
.asgm-field label,.asgm-field>label{display:block;margin:0 0 6px;color:#7a8498;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.asgm-field select,.asgm-field input{width:100%;min-width:0;height:36px;padding:0 26px 0 0;border:0!important;outline:0!important;background-color:transparent!important;background-position:right 4px center!important;box-shadow:none!important;color:var(--asgm-text)!important;font-family:inherit;font-size:13px;font-weight:730}
.asgm-input-wrap{display:grid;grid-template-columns:24px 1fr;align-items:center}
.asgm-input-wrap>span{color:var(--asgm-primary);font-weight:800}
.asgm-search-submit{height:54px;min-width:148px;border-radius:13px}
.asgm-search-submit b{font-size:18px}
.asgm-proof-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px;margin-top:20px}
.asgm-proof-row>span{display:inline-flex;align-items:center;gap:7px;color:#566279;font-size:12px}
.asgm-proof-row i{font-style:normal;color:var(--asgm-primary)}
.asgm-proof-row b{font-weight:730}
.asgm-hero__visual{position:relative;min-width:0}
.asgm-hero__image-wrap{position:relative;isolation:isolate;min-height:540px;border-radius:32px;overflow:hidden;background:linear-gradient(145deg,var(--asgm-surface),#e9f3ff);box-shadow:var(--asgm-shadow-lg)}
.asgm-hero__image-wrap:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,17,40,0) 48%,rgba(5,17,40,.24) 100%);pointer-events:none}
.asgm-hero__image-wrap>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.asgm-hero-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:40px;background:linear-gradient(145deg,var(--asgm-primary),var(--asgm-secondary));color:#fff}
.asgm-hero-placeholder span{font-size:52px}
.asgm-hero-placeholder strong{max-width:420px;margin-top:16px;font-size:36px;line-height:1.05;letter-spacing:-.04em}
.asgm-floating-card{position:absolute;z-index:3;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.88);backdrop-filter:blur(16px);box-shadow:0 20px 50px rgba(8,28,66,.16)}
.asgm-floating-card--coverage{top:28px;right:22px;display:flex;flex-direction:column;min-width:148px;padding:18px;border-radius:20px}
.asgm-floating-card--coverage span,.asgm-floating-card--coverage small{color:#69758b;font-size:10px;font-weight:700}
.asgm-floating-card--coverage strong{margin:7px 0 0;color:var(--asgm-primary);font-size:34px;line-height:1;letter-spacing:-.04em}
.asgm-floating-card--coverage small{text-transform:uppercase;letter-spacing:.08em}
.asgm-floating-card--signal{left:22px;bottom:24px;display:flex;align-items:center;gap:12px;padding:13px 15px;border-radius:18px}
.asgm-floating-card--signal div{display:flex;flex-direction:column}
.asgm-floating-card--signal strong{font-size:12px}
.asgm-floating-card--signal small{margin-top:2px;color:#727d91;font-size:10px}
.asgm-signal-bars{display:flex;align-items:flex-end;gap:2px;width:26px;height:24px}
.asgm-signal-bars i{display:block;width:4px;border-radius:3px;background:var(--asgm-accent)}
.asgm-signal-bars i:nth-child(1){height:7px}.asgm-signal-bars i:nth-child(2){height:11px}.asgm-signal-bars i:nth-child(3){height:16px}.asgm-signal-bars i:nth-child(4){height:21px}

/* Destination rail */
.asgm-popular{padding-top:18px;padding-bottom:42px}
.asgm-destination-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.asgm-destination-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-width:0;padding:15px;border:1px solid var(--asgm-border);border-radius:16px;background:#fff;color:var(--asgm-text)!important;box-shadow:0 7px 24px rgba(18,35,72,.035);transition:.22s ease}
.asgm-destination-card:hover{transform:translateY(-3px);border-color:rgba(13,84,206,.18);box-shadow:0 14px 32px rgba(18,35,72,.09)}
.asgm-destination-flag{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--asgm-soft);font-size:24px}
.asgm-destination-card>div:nth-child(2){display:flex;flex-direction:column;min-width:0}
.asgm-destination-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.asgm-destination-card small{margin-top:3px;color:var(--asgm-muted);font-size:10px}
.asgm-card-arrow{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--asgm-surface);font-size:11px;transition:.2s ease}
.asgm-destination-card:hover .asgm-card-arrow{background:var(--asgm-primary);color:#fff}

/* Regions */
.asgm-region-section{padding-top:48px}
.asgm-region-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}
.asgm-region-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:170px;padding:20px;border-radius:20px;border:1px solid var(--asgm-border);background:#fbfcfe;color:var(--asgm-text)!important;transition:.25s ease}
.asgm-region-card:before{content:"";position:absolute;width:120px;height:120px;right:-38px;bottom:-42px;border-radius:50%;background:rgba(255,255,255,.48)}
.asgm-region-card:hover{transform:translateY(-4px);box-shadow:var(--asgm-shadow)}
.asgm-region-card--1{background:#eef4ff}.asgm-region-card--2{background:#edf9f7}.asgm-region-card--3{background:#f3f8ed}.asgm-region-card--4{background:#f1f5fa}.asgm-region-card--5{background:#fff7eb}.asgm-region-card--6{background:#eefafd}.asgm-region-card--7{background:#f5f1ff}
.asgm-region-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:rgba(255,255,255,.75);font-size:18px}
.asgm-region-card>div{display:flex;flex-direction:column;margin-top:auto;position:relative;z-index:2}
.asgm-region-card strong{font-size:13px}.asgm-region-card small{margin-top:4px;color:#6c778c;font-size:10px}
.asgm-region-card>b{position:absolute;right:17px;bottom:18px;z-index:2;font-size:15px}

/* Value band */
.asgm-value-band{display:grid;grid-template-columns:repeat(4,1fr);margin-top:12px;margin-bottom:10px;border:1px solid var(--asgm-border);border-radius:22px;background:var(--asgm-text);overflow:hidden}
.asgm-value-band>div{position:relative;padding:24px 22px;color:#fff}
.asgm-value-band>div+div:before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:1px;background:rgba(255,255,255,.13)}
.asgm-value-band span{display:inline-block;margin-bottom:18px;color:rgba(255,255,255,.52);font-size:10px;font-weight:800;letter-spacing:.08em}
.asgm-value-band strong{display:block;font-size:13px}.asgm-value-band small{display:block;margin-top:5px;color:rgba(255,255,255,.62);font-size:10px;line-height:1.5}

/* Steps */
.asgm-how{padding-top:84px}
.asgm-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.asgm-step-grid article{position:relative;min-height:245px;padding:24px;border:1px solid var(--asgm-border);border-radius:20px;background:#fff;transition:.22s ease}
.asgm-step-grid article:hover{transform:translateY(-4px);box-shadow:var(--asgm-shadow)}
.asgm-step-grid article:not(:last-child):after{content:"→";position:absolute;right:-14px;top:48%;z-index:3;display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--asgm-border);border-radius:50%;background:#fff;color:var(--asgm-primary);font-size:12px}
.asgm-step-top{display:flex;align-items:center;justify-content:space-between}
.asgm-step-top span{color:#9aa3b3;font-size:10px;font-weight:850;letter-spacing:.08em}
.asgm-step-top i{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--asgm-surface);color:var(--asgm-primary);font-style:normal;font-size:18px}
.asgm-step-grid h3{margin:40px 0 8px;font-size:18px;letter-spacing:-.025em}
.asgm-step-grid p{margin:0;color:var(--asgm-muted);font-size:12px;line-height:1.65}

/* Plan explorer */
.asgm-plan-explorer{min-width:0}
.asgm-plan-toolbar{position:relative;z-index:6;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;padding:13px 14px 13px 18px;border:1px solid var(--asgm-border);border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(14,32,69,.04)}
.asgm-results-summary{display:flex;align-items:baseline;gap:6px;white-space:nowrap}
.asgm-results-summary strong{font-size:18px}.asgm-results-summary span{color:var(--asgm-muted);font-size:11px}
.asgm-plan-filters{display:flex;align-items:end;gap:8px}
.asgm-plan-filters label{display:flex;flex-direction:column;gap:5px;color:#8a93a3;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.asgm-plan-filters select{min-width:130px;height:38px;padding:0 28px 0 11px;border:1px solid var(--asgm-border)!important;border-radius:11px!important;background-color:#fff!important;color:var(--asgm-text)!important;font-size:11px;font-weight:700;box-shadow:none!important}
.asgm-reset-filters{height:38px;padding:0 12px;border-radius:11px;background:var(--asgm-soft);color:#5f6a7f;font-size:10px;font-weight:750}
.asgm-filter-toggle{display:none;align-items:center;gap:8px;height:40px;padding:0 13px;border:1px solid var(--asgm-border);border-radius:11px;background:#fff;color:var(--asgm-text);font-size:11px;font-weight:800}
.asgm-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.asgm-plan-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:24px;border:1px solid var(--asgm-border);border-radius:22px;background:#fff;box-shadow:0 8px 28px rgba(14,32,69,.04);transition:.23s ease}
.asgm-plan-card:hover{transform:translateY(-4px);box-shadow:var(--asgm-shadow)}
.asgm-plan-card.is-featured{border-color:var(--asgm-primary);box-shadow:0 18px 42px rgba(15,72,188,.12)}
.asgm-plan-ribbon{position:absolute;top:-1px;right:18px;padding:7px 11px;border-radius:0 0 10px 10px;background:var(--asgm-primary);color:#fff;font-size:9px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.asgm-plan-card__head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.asgm-plan-use{display:inline-flex;padding:5px 8px;border-radius:999px;background:var(--asgm-surface);color:var(--asgm-primary);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.asgm-plan-card h3{margin:13px 0 3px;font-size:clamp(30px,3vw,42px);line-height:1;letter-spacing:-.045em}
.asgm-plan-card__head p{margin:0;color:var(--asgm-muted);font-size:11px}
.asgm-plan-card__head p span{margin-inline:4px;color:#bcc3ce}
.asgm-price{text-align:right;padding-top:7px}
.asgm-price strong{display:block;color:var(--asgm-text);font-size:22px;letter-spacing:-.03em}
.asgm-price small{display:block;margin-top:2px;color:#9098a8;font-size:9px}
.asgm-plan-divider{height:1px;margin:20px 0;background:var(--asgm-border)}
.asgm-plan-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:0;padding:0;list-style:none}
.asgm-plan-specs li{min-width:0}
.asgm-plan-specs span{display:block;color:#9199a9;font-size:9px}
.asgm-plan-specs strong{display:block;overflow:hidden;margin-top:3px;text-overflow:ellipsis;white-space:nowrap;color:#364157;font-size:11px;font-weight:750}
.asgm-plan-note{display:flex;align-items:center;gap:7px;margin:20px 0 14px;padding:10px 11px;border-radius:11px;background:#f8fafc;color:#657086;font-size:9px}
.asgm-plan-note span{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#e7f8ef;color:var(--asgm-accent);font-size:9px;font-weight:900}
.asgm-plan-button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:45px;margin-top:auto;padding:0 14px;border:1px solid rgba(15,74,190,.24);border-radius:12px;background:#fff;color:var(--asgm-primary)!important;font-size:11px;font-weight:820}
.asgm-plan-button:hover{border-color:var(--asgm-primary);transform:translateY(-1px)}
.asgm-plan-button.is-primary{border-color:var(--asgm-primary);background:var(--asgm-primary);color:#fff!important;box-shadow:0 10px 24px rgba(15,74,190,.16)}
.asgm-plan-button b,.asgm-plan-button span:last-child{font-size:15px}
.asgm-no-filter-results,.asgm-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:260px;padding:36px;border:1px dashed #d9dfE9;border-radius:20px;background:#fbfcfe;text-align:center}
.asgm-no-filter-results span,.asgm-empty-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:13px;border-radius:17px;background:var(--asgm-surface);color:var(--asgm-primary);font-size:22px}
.asgm-no-filter-results strong,.asgm-empty b{font-size:15px}
.asgm-no-filter-results small,.asgm-empty>span:last-child{margin-top:6px;color:var(--asgm-muted);font-size:11px}
.asgm-empty--error{border-color:rgba(195,41,41,.38);background:#fff7f5}.asgm-empty--error .asgm-empty-icon{background:#ffebe7;color:#c32929}
.asgm-no-filter-results button{margin-top:15px;padding:9px 13px;border:0;border-radius:9px;background:var(--asgm-primary);color:#fff;font-size:10px;font-weight:800;cursor:pointer}
.asgm-home-plans .asgm-plan-toolbar{display:none}

/* Compatibility */
.asgm-compat{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:40px;align-items:center;margin-top:38px;margin-bottom:clamp(54px,7vw,94px);padding:clamp(34px,5vw,62px);border-radius:28px;background:linear-gradient(135deg,var(--asgm-surface),#eef5ff);overflow:hidden}
.asgm-compat:before{content:"";position:absolute;right:-80px;top:-110px;width:380px;height:380px;border-radius:50%;border:1px solid rgba(12,79,194,.08)}
.asgm-compat__copy{position:relative;z-index:2;max-width:680px}
.asgm-device-check{display:flex;align-items:flex-end;gap:9px;width:min(100%,560px);margin-top:20px}
.asgm-device-check label{flex:1;display:flex;flex-direction:column;gap:5px;color:#7d8799;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.asgm-device-check select{height:46px;padding:0 34px 0 13px;border:1px solid #dfe5ee!important;border-radius:12px!important;background:#fff!important;color:var(--asgm-text)!important;font-size:12px;font-weight:700;box-shadow:none!important}
.asgm-device-check button{height:46px;padding:0 17px;border-radius:12px;background:var(--asgm-primary);color:#fff;font-size:11px;font-weight:820;white-space:nowrap}
.asgm-device-result{margin-top:12px;padding:12px 14px;border:1px solid #dfe5ee;border-radius:12px;background:#fff;color:#566176;font-size:11px;line-height:1.6}
.asgm-device-visual{position:relative;min-height:330px;display:grid;place-items:center}
.asgm-device-ring{position:absolute;width:290px;height:290px;border:1px solid rgba(13,79,193,.12);border-radius:50%;box-shadow:0 0 0 40px rgba(255,255,255,.28),0 0 0 80px rgba(255,255,255,.16)}
.asgm-phone-frame{position:relative;z-index:2;width:155px;height:295px;padding:9px;border-radius:31px;background:var(--asgm-text);box-shadow:0 24px 50px rgba(8,25,55,.24);transform:rotate(5deg)}
.asgm-phone-notch{position:absolute;z-index:3;top:15px;left:50%;width:54px;height:13px;border-radius:10px;background:var(--asgm-text);transform:translateX(-50%)}
.asgm-phone-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;border-radius:23px;background:linear-gradient(155deg,#fff,#edf5ff);color:var(--asgm-text)}
.asgm-phone-screen span{font-size:11px;font-weight:750}.asgm-phone-screen strong{display:grid;place-items:center;width:58px;height:58px;margin:14px 0;border-radius:50%;background:var(--asgm-accent);color:#fff;font-size:25px}.asgm-phone-screen small{color:#758095;font-size:9px}
.asgm-device-chip{position:absolute;z-index:4;display:grid;place-items:center;width:50px;height:50px;border:1px solid rgba(255,255,255,.8);border-radius:16px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);box-shadow:0 14px 30px rgba(12,31,68,.1);color:var(--asgm-primary);font-size:11px;font-weight:850}
.asgm-device-chip--1{left:12%;top:25%}.asgm-device-chip--2{right:10%;bottom:22%}

/* Testimonials */
.asgm-stories{padding-top:12px}
.asgm-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.asgm-story-grid blockquote{margin:0;padding:24px;border:1px solid var(--asgm-border);border-radius:20px;background:#fff}
.asgm-stars{color:#ffb020;font-size:12px;letter-spacing:2px}
.asgm-story-grid blockquote>p{min-height:66px;margin:16px 0 24px;color:#4f5a6f;font-size:13px;line-height:1.7}
.asgm-story-grid footer{display:flex;align-items:center;gap:10px}
.asgm-story-grid footer>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--asgm-surface);color:var(--asgm-primary);font-size:10px;font-weight:850}
.asgm-story-grid footer div{display:flex;flex-direction:column}.asgm-story-grid footer strong{font-size:11px}.asgm-story-grid footer small{margin-top:2px;color:#8992a2;font-size:9px}

/* Partner CTA */
.asgm-partner-cta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:34px;margin-bottom:70px;padding:clamp(32px,5vw,58px);border-radius:28px;background:linear-gradient(120deg,var(--asgm-text),#102c69);overflow:hidden}
.asgm-partner-cta:after{content:"";position:absolute;right:-90px;top:-120px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 0 52px rgba(255,255,255,.03),0 0 0 104px rgba(255,255,255,.025)}
.asgm-partner-cta>div{position:relative;z-index:2;max-width:780px}
.asgm-partner-cta .asgm-kicker{color:#83b8ff}.asgm-partner-cta h2{color:#fff}.asgm-partner-cta p{color:rgba(255,255,255,.68)}
.asgm-partner-cta .asgm-cta{position:relative;z-index:2}

/* Destination page */
.asgm-destination-hero{background:linear-gradient(135deg,#f7faff,#eef5ff);border-bottom:1px solid #edf0f5}
.asgm-destination-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:50px;min-height:410px;padding-block:54px}
.asgm-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:28px;color:#8790a0;font-size:10px}
.asgm-breadcrumb a{color:#8790a0!important}.asgm-breadcrumb strong{color:#4e586b}
.asgm-destination-title{display:flex;align-items:center;gap:18px}
.asgm-country-flag{display:grid;place-items:center;width:66px;height:66px;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(15,31,64,.08);font-size:36px}
.asgm-destination-title h1{margin:1px 0 0;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.055em}
.asgm-destination-hero__copy>p{max-width:720px;margin:20px 0 0;color:#606b80;font-size:16px;line-height:1.65}
.asgm-destination-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.asgm-destination-meta>span{padding:9px 11px;border:1px solid rgba(15,31,64,.07);border-radius:999px;background:rgba(255,255,255,.78);color:#59647a;font-size:10px;font-weight:700}
.asgm-destination-orbit{position:relative;display:grid;place-items:center;width:270px;height:270px;margin-left:auto;border:1px solid rgba(14,79,192,.1);border-radius:50%;box-shadow:0 0 0 30px rgba(255,255,255,.35),0 0 0 60px rgba(255,255,255,.18)}
.asgm-orbit-flag{display:grid;place-items:center;width:104px;height:104px;border-radius:30px;background:#fff;box-shadow:0 18px 45px rgba(15,31,64,.1);font-size:56px}
.asgm-destination-orbit i{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--asgm-primary)}
.asgm-destination-orbit i:nth-of-type(1){top:18%;left:22%}.asgm-destination-orbit i:nth-of-type(2){right:14%;bottom:31%;background:var(--asgm-secondary)}.asgm-destination-orbit i:nth-of-type(3){left:28%;bottom:10%;width:7px;height:7px;background:var(--asgm-accent)}
.asgm-destination-plans{padding-bottom:42px}

/* Dashboard */
.asgm-dashboard-v2{overflow:visible;background:transparent}
.asgm-dashboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.asgm-dashboard-head h2{margin:0;font-size:clamp(32px,4vw,48px);letter-spacing:-.045em}
.asgm-dashboard-head p{margin:7px 0 0;color:var(--asgm-muted);font-size:12px}
.asgm-dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px}
.asgm-dashboard-stats>div{display:flex;align-items:center;gap:13px;padding:17px;border:1px solid var(--asgm-border);border-radius:17px;background:#fff}
.asgm-stat-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--asgm-surface);color:var(--asgm-primary);font-size:15px}
.asgm-dashboard-stats>div>div{display:flex;flex-direction:column}.asgm-dashboard-stats small{color:#8b94a4;font-size:9px}.asgm-dashboard-stats strong{margin-top:3px;font-size:17px}
.asgm-dashboard-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:18px;align-items:start}
.asgm-dashboard-section-head{margin-bottom:12px}.asgm-dashboard-section-head h3{margin:0;font-size:17px}.asgm-dashboard-section-head p{margin:4px 0 0;color:var(--asgm-muted);font-size:10px}
.asgm-esim-stack{display:grid;gap:12px}
.asgm-esim-card{padding:20px;border:1px solid var(--asgm-border);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(16,33,69,.035)}
.asgm-esim-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.asgm-esim-identity{display:flex;align-items:flex-start;gap:13px;min-width:0}.asgm-esim-flag{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:14px;background:var(--asgm-soft);font-size:26px}
.asgm-status-pill{display:inline-flex;padding:4px 7px;border-radius:999px;background:#edf4ff;color:var(--asgm-primary);font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.asgm-status-pill.is-live{background:#eaf8f1;color:#138453}
.asgm-esim-identity h3{margin:6px 0 2px;font-size:16px}.asgm-esim-identity p{margin:0;color:var(--asgm-muted);font-size:10px}
.asgm-esim-order{display:flex;flex-direction:column;text-align:right}.asgm-esim-order small{color:#8f97a6;font-size:8px}.asgm-esim-order strong{margin-top:3px;font-size:11px}
.asgm-esim-progress{margin:18px 0}.asgm-esim-progress>div:first-child{display:flex;justify-content:space-between;gap:12px;margin-bottom:7px;color:#8a93a4;font-size:9px}.asgm-esim-progress strong{color:#49546a}
.asgm-progress-track{height:6px;border-radius:999px;background:#edf0f4;overflow:hidden}.asgm-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--asgm-primary),var(--asgm-secondary))}
.asgm-esim-card__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.asgm-esim-card__actions .asgm-plan-button{width:auto;min-width:140px;margin:0}.asgm-soft-note{color:#9098a6;font-size:9px}
.asgm-dashboard-aside{display:grid;gap:14px;position:sticky;top:20px}
.asgm-install-panel,.asgm-help-panel{padding:22px;border:1px solid var(--asgm-border);border-radius:20px;background:#fff}
.asgm-install-panel h3,.asgm-help-panel h3{margin:4px 0 12px;font-size:18px;letter-spacing:-.025em}
.asgm-install-panel ol{display:grid;gap:14px;margin:18px 0;padding:0;list-style:none}.asgm-install-panel li{display:flex;gap:10px}.asgm-install-panel li>span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:9px;background:var(--asgm-surface);color:var(--asgm-primary);font-size:9px;font-weight:850}.asgm-install-panel li div{display:flex;flex-direction:column}.asgm-install-panel li strong{font-size:10px}.asgm-install-panel li small{margin-top:3px;color:#8992a2;font-size:9px;line-height:1.45}.asgm-install-panel>a{color:var(--asgm-primary)!important;font-size:10px;font-weight:800}
.asgm-help-panel{background:linear-gradient(145deg,var(--asgm-text),#143475);color:#fff}.asgm-help-panel>span{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#8dbaff}.asgm-help-panel h3{color:#fff}.asgm-help-panel p{margin:0 0 16px;color:rgba(255,255,255,.65);font-size:10px;line-height:1.6}
.asgm-notice{display:flex;flex-direction:column;gap:5px;padding:24px;border:1px solid var(--asgm-border);border-radius:16px;background:#fff}.asgm-notice strong{font-size:14px}.asgm-notice span{color:var(--asgm-muted);font-size:11px}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){.asgm-app *{scroll-behavior:auto!important;transition:none!important}}

/* 1200 */
@media(max-width:1200px){
  .asgm-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);min-height:600px}
  .asgm-hero h1{font-size:clamp(46px,6vw,66px)}
  .asgm-search-card{grid-template-columns:minmax(200px,1.5fr) minmax(120px,.8fr) minmax(120px,.8fr) auto}
  .asgm-region-grid{grid-template-columns:repeat(4,1fr)}
  .asgm-region-card{min-height:150px}
  .asgm-destination-rail{grid-template-columns:repeat(4,1fr)}
  .asgm-market-nav{gap:16px}
}

/* 1024 tablet */
@media(max-width:1024px){
  .asgm-market-header__inner{grid-template-columns:auto auto 1fr;gap:12px}
  .asgm-nav-toggle{display:block;grid-column:2}
  .asgm-market-nav{position:absolute;left:var(--asgm-gutter);right:var(--asgm-gutter);top:66px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:9px;border:1px solid var(--asgm-border);border-radius:16px;background:#fff;box-shadow:var(--asgm-shadow-lg)}
  .asgm-market-nav.is-open{display:flex}.asgm-market-nav a{padding:13px 11px}.asgm-market-nav a:after{display:none}
  .asgm-market-actions{justify-self:end}.asgm-login-link{display:none}
  .asgm-hero{grid-template-columns:1fr;gap:30px;min-height:0;padding-top:56px}
  .asgm-hero__copy{max-width:820px}
  .asgm-hero__visual{display:none}
  .asgm-search-card{width:100%}
  .asgm-destination-rail{grid-template-columns:repeat(4,minmax(220px,1fr));overflow-x:auto;padding-bottom:7px;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-width:none}
  .asgm-destination-rail::-webkit-scrollbar{display:none}.asgm-destination-card{scroll-snap-align:start}
  .asgm-step-grid{grid-template-columns:repeat(2,1fr)}.asgm-step-grid article:not(:last-child):after{display:none}
  .asgm-value-band{grid-template-columns:repeat(2,1fr)}.asgm-value-band>div:nth-child(3):before{display:none}
  .asgm-plan-grid{grid-template-columns:repeat(2,1fr)}
  .asgm-plan-toolbar{align-items:flex-start}.asgm-plan-filters{flex-wrap:wrap;justify-content:flex-end}
  .asgm-compat{grid-template-columns:1fr minmax(260px,.7fr)}
  .asgm-story-grid{grid-template-columns:repeat(3,minmax(250px,1fr));overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:8px}.asgm-story-grid blockquote{scroll-snap-align:start}
  .asgm-destination-hero__inner{grid-template-columns:1fr 220px}.asgm-destination-orbit{width:210px;height:210px}.asgm-orbit-flag{width:82px;height:82px;font-size:44px}
  .asgm-dashboard-layout{grid-template-columns:1fr}.asgm-dashboard-aside{grid-template-columns:1fr 1fr;position:static}
}

/* 760 phones / small tablets */
@media(max-width:760px){
  .asgm-app{--asgm-gutter:18px}
  .asgm-section{padding-block:48px}
  .asgm-section-head{align-items:flex-start;margin-bottom:20px}.asgm-section-head p{font-size:13px}.asgm-section-head>.asgm-text-link,.asgm-section-head>a{display:none}
  .asgm-market-header__inner{min-height:64px}.asgm-market-actions .asgm-cta{display:none}
  .asgm-hero{padding-top:40px;padding-bottom:36px}
  .asgm-eyebrow{font-size:9px}.asgm-hero h1{margin-top:16px;font-size:clamp(40px,12vw,56px)}.asgm-hero__lead{font-size:15px}
  .asgm-search-card{grid-template-columns:1fr 1fr;margin-top:24px;padding:8px;border-radius:16px}
  .asgm-field--destination{grid-column:1/-1}
  .asgm-field{padding:4px 8px}.asgm-field select{font-size:12px}
  .asgm-search-submit{grid-column:1/-1;width:100%;min-height:50px;margin-top:1px}
  .asgm-proof-row{display:grid;grid-template-columns:1fr 1fr;gap:9px 12px}.asgm-proof-row>span{font-size:10px}
  .asgm-popular{padding-top:20px}.asgm-destination-rail{grid-template-columns:repeat(8,230px);margin-right:calc(var(--asgm-gutter) * -1);padding-right:var(--asgm-gutter)}
  .asgm-region-grid{grid-template-columns:repeat(2,1fr)}.asgm-region-card{min-height:135px;padding:16px}
  .asgm-value-band{grid-template-columns:1fr;margin-top:0}.asgm-value-band>div{padding:20px}.asgm-value-band>div+div:before{left:20px;right:20px;top:0;bottom:auto;width:auto;height:1px}.asgm-value-band>div:nth-child(3):before{display:block}
  .asgm-step-grid{grid-template-columns:1fr}.asgm-step-grid article{min-height:190px}.asgm-step-grid h3{margin-top:28px}
  .asgm-plan-grid{grid-template-columns:1fr}.asgm-plan-card{padding:20px}.asgm-plan-card h3{font-size:36px}
  .asgm-plan-toolbar{display:grid;grid-template-columns:1fr auto;align-items:center;padding:11px 12px}.asgm-filter-toggle{display:flex}.asgm-plan-filters{display:none;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px;padding-top:10px;border-top:1px solid var(--asgm-border)}.asgm-plan-filters.is-open{display:grid}.asgm-plan-filters label:last-of-type{grid-column:1/-1}.asgm-plan-filters select{width:100%;min-width:0}.asgm-reset-filters{grid-column:1/-1}
  .asgm-compat{grid-template-columns:1fr;margin-top:14px;padding:28px 20px;border-radius:22px}.asgm-device-visual{display:none}.asgm-device-check{align-items:stretch;flex-direction:column}.asgm-device-check button{width:100%}
  .asgm-story-grid{grid-template-columns:repeat(3,280px);margin-right:calc(var(--asgm-gutter) * -1);padding-right:var(--asgm-gutter)}
  .asgm-partner-cta{align-items:flex-start;flex-direction:column;margin-bottom:50px;padding:28px 22px;border-radius:22px}.asgm-partner-cta .asgm-cta{width:100%}
  .asgm-destination-hero__inner{grid-template-columns:1fr;min-height:0;padding-block:38px}.asgm-destination-orbit{display:none}.asgm-country-flag{width:54px;height:54px;border-radius:16px;font-size:30px}.asgm-destination-title{gap:13px}.asgm-destination-title h1{font-size:42px}.asgm-destination-hero__copy>p{font-size:14px}.asgm-destination-meta{gap:7px}.asgm-destination-meta>span{font-size:9px}
  .asgm-dashboard-head{align-items:flex-start;flex-direction:column}.asgm-dashboard-head .asgm-cta{width:100%}.asgm-dashboard-stats{grid-template-columns:1fr}.asgm-dashboard-aside{grid-template-columns:1fr}.asgm-esim-card__top{align-items:flex-start}.asgm-esim-order{display:none}
}

/* 480 compact phones */
@media(max-width:480px){
  .asgm-app{--asgm-gutter:14px}
  .asgm-market-header__inner{min-height:60px}.asgm-brand{font-size:18px}.asgm-brand-mark{width:34px;height:34px}.asgm-nav-toggle{width:40px;height:40px}
  .asgm-hero{padding-top:30px}.asgm-hero h1{font-size:40px}.asgm-hero__lead{font-size:14px;line-height:1.58}
  .asgm-search-card{grid-template-columns:1fr}.asgm-field--destination{grid-column:auto}.asgm-search-submit{grid-column:auto}.asgm-field{padding:5px 7px 8px;border-bottom:1px solid #f0f2f5}.asgm-search-submit{margin-top:3px}
  .asgm-proof-row{grid-template-columns:1fr 1fr}.asgm-proof-row>span{align-items:flex-start}
  .asgm-region-grid{grid-template-columns:1fr 1fr;gap:9px}.asgm-region-card{min-height:120px;padding:14px}.asgm-region-icon{width:34px;height:34px}.asgm-region-card small{display:none}
  .asgm-plan-card__head{gap:10px}.asgm-price strong{font-size:19px}.asgm-plan-specs{gap:10px 12px}.asgm-plan-note{font-size:8px}
  .asgm-plan-filters{grid-template-columns:1fr}.asgm-plan-filters label:last-of-type{grid-column:auto}
  .asgm-esim-card{padding:16px}.asgm-esim-flag{width:42px;height:42px;flex-basis:42px}.asgm-esim-card__actions{align-items:flex-start;flex-direction:column}.asgm-esim-card__actions .asgm-plan-button{width:100%}.asgm-soft-note{align-self:center}
}
.asgm-app :focus-visible{outline:3px solid color-mix(in srgb,var(--asgm-primary) 55%,white);outline-offset:3px}
.asgm-app [hidden]{display:none!important}.asgm-plan-button[disabled]{opacity:.6;cursor:wait}
.asgm-live-esims{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),1fr));gap:18px;margin:20px 0 28px}
.asgm-live-esims details{margin:14px 0}.asgm-live-esims summary{cursor:pointer;list-style:none}.asgm-live-esims code{overflow-wrap:anywhere}
.asgm-qr{display:block;width:190px;height:190px;object-fit:contain;margin:18px auto;border:10px solid #fff;border-radius:12px;box-shadow:0 4px 18px rgba(15,31,64,.12)}
.asgm-partner-portal{max-width:900px;margin:40px auto;padding:clamp(24px,5vw,54px);border:1px solid var(--asgm-border);border-radius:var(--asgm-radius);background:var(--asgm-white);box-shadow:var(--asgm-shadow)}
.asgm-partner-portal label{display:block;margin:24px 0 18px;font-weight:700}.asgm-partner-portal input{display:block;width:100%;margin-top:8px;padding:13px;border:1px solid var(--asgm-border);border-radius:10px}
@media (prefers-reduced-motion:reduce){.asgm-app *,.asgm-market-header *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media (prefers-contrast:more){.asgm-app{--asgm-border:#52617d;--asgm-muted:#34415c}.asgm-plan-card,.asgm-destination-card{border-width:2px}}
