/* NexaEsim public storefront chrome: header, announcement bar, CTAs and footer shared by every /esim page. */

.nexa-store{margin:0;background:#fcfbf6;color:#15332e;font-family:"Be Vietnam Pro",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.nexa-store *{box-sizing:border-box}
.nexa-store a{color:inherit;text-decoration:none}
.nexa-store a:focus-visible,.nexa-store summary:focus-visible{outline:3px solid #558b36;outline-offset:4px;border-radius:4px}
.nexa-store p{line-height:1.7}
.nexa-store section[id]{scroll-margin-top:32px}

/* Skip link */
.nexa-skip{position:absolute;top:-60px;left:20px;padding:13px 18px;background:#fff;z-index:50;font-size:14px;font-weight:650;border-radius:8px;box-shadow:0 8px 24px rgba(15,35,25,.2)}
.nexa-skip:focus{top:12px}

/* Announcement bar */
.nexa-announcement{background:#153631;color:#fff;text-align:center;padding:12px 20px;font-size:13.5px;font-weight:500;letter-spacing:.2px}
.nexa-announcement span{color:#d3ecab;margin-left:8px;font-weight:650}

/* Header */
.nexa-header{max-width:1280px;margin:auto;padding:22px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #e4e8dc}
.nexa-brand{display:inline-flex;align-items:center;font-size:26px;font-weight:800;letter-spacing:-.9px}
.nexa-brand>span:last-child{color:#5c7f3d}
.nexa-mark{display:grid;place-items:center;background:#d8f29d;border-radius:12px;width:40px;height:40px;margin-right:11px;font-style:italic;font-size:33px;line-height:1;color:#173e37!important}
.nexa-header nav{display:flex;gap:32px;font-size:15px;font-weight:650}
.nexa-header nav a:hover,.nexa-text-link:hover{text-decoration:underline;text-underline-offset:5px}
.nexa-cart{border:1px solid #d2dbc9;padding:12px 19px;border-radius:30px;display:flex;gap:9px;align-items:center;font-size:14.5px;font-weight:650;transition:border-color .15s,background .15s}
.nexa-cart:hover{border-color:#8ea968;background:#f6f9ef}
.nexa-cart svg{width:19px;height:19px}

/* CTA / links */
.nexa-cta{display:inline-flex;gap:16px;align-items:center;background:#1c3f32;color:#fff!important;border-radius:10px;padding:17px 25px;font-size:16px;font-weight:700;letter-spacing:-.1px;box-shadow:0 12px 24px -10px rgba(18,48,34,.55);transition:background .15s,transform .15s,box-shadow .15s}
.nexa-cta:hover{background:#2f5940;transform:translateY(-2px);box-shadow:0 16px 30px -10px rgba(18,48,34,.6)}
.nexa-text-link{font-size:14.5px;font-weight:650}

/* Private-layout shell shared min-height when rendered inside the store theme */
.nexa-store .esim-shell{min-height:55vh}

/* Footer */
.nexa-footer{background:#edf1e4;border-top:1px solid #dae2ce;padding:58px max(36px,calc((100% - 1208px)/2)) 26px}
.nexa-footer-grid{display:grid;grid-template-columns:1.15fr .8fr 1fr 1fr;gap:42px}
.nexa-footer h2{font-size:14px;letter-spacing:.4px;font-weight:750;color:#1b362b;margin:6px 0 20px;text-transform:uppercase}
.nexa-footer p{font-size:15px;line-height:1.7;color:#495a42}
.nexa-footer small{font-size:13px;color:#576a4d}
.nexa-footer-grid>div>a:not(.nexa-brand){display:block;font-size:14.5px;margin-bottom:13px;overflow-wrap:anywhere;color:#31492f}
.nexa-footer-grid a:hover{text-decoration:underline}
.nexa-payment{margin-top:24px;font-size:14px}
.nexa-footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #d1ddc4;margin-top:46px;padding-top:22px;font-size:13px;color:#54654a}

@media(max-width:1100px){
 .nexa-header nav{gap:22px}
 .nexa-footer-grid{gap:26px}
}
@media(max-width:760px){
 .nexa-header{padding:18px 22px;flex-wrap:wrap;gap:18px}
 .nexa-brand{font-size:23px}
 .nexa-header nav{order:3;width:100%;justify-content:center;gap:26px;font-size:13.5px}
 .nexa-announcement{font-size:12px;padding:10px 16px}
 .nexa-announcement span{display:none}
 .nexa-cta{padding:15px 20px;font-size:15px}
 .nexa-footer{padding:38px 22px 24px}
 .nexa-footer-grid{grid-template-columns:1fr 1fr;gap:30px 22px}
 .nexa-footer-bottom{display:block;line-height:2}
 .nexa-footer-bottom>span{display:block}
 .nexa-cart{padding:10px 15px;font-size:13px}
}
@media(prefers-reduced-motion:reduce){
 .nexa-store *{transition:none!important}
}
