:root{color-scheme:light;--background: #f6f2eb;--surface: rgba(255, 255, 255, .82);--text: #16181d;--muted: #646a76;--line: rgba(20, 24, 29, .08);--line-strong: rgba(20, 24, 29, .14);--brand: #6d57c8;--brand-deep: #5136bb;--accent: #f5a524;--danger: #b64040;--shadow: 0 30px 80px rgba(41, 32, 84, .08);--content-width: 1120px;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--ease-premium: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#fbfaf7}body{background:radial-gradient(circle at top left,rgba(109,87,200,.18),transparent 26rem),radial-gradient(circle at top right,rgba(245,165,36,.16),transparent 22rem),linear-gradient(180deg,#fbfaf7 0%,var(--background) 100%);color:var(--text);font-family:var(--font-sans)}a{color:inherit;text-decoration:none}button,a,input{font:inherit}button{border:0;background:none;color:inherit}.site-shell{min-height:100vh;width:min(100%,var(--content-width));margin:0 auto;padding:calc(env(safe-area-inset-top,0px) + 18px) 18px 28px;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 0 28px}.brand{display:inline-flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto}.brand-mark-image{display:block;width:100%;height:100%;object-fit:contain;border-radius:5px;box-shadow:0 12px 28px #5136bb3d}.brand-copy{display:flex;flex-direction:column;align-items:flex-start}.brand-name{font-family:var(--font-display);font-size:1.1rem;font-weight:700;line-height:1.05}.brand-tag{color:var(--muted);font-size:.78rem}.topnav{display:none;align-items:center;gap:10px}.topnav-link{padding:12px 16px;color:var(--muted);border-radius:999px}.topnav-link:hover{background:#6d57c81a;color:var(--brand-deep)}.app-view{flex:1 0 auto}.page{display:flex;flex-direction:column;gap:20px}.reveal-section{opacity:0;filter:blur(10px);transform:translateY(44px);transition:opacity .82s var(--ease-premium),filter .82s var(--ease-premium),transform .82s var(--ease-premium);will-change:opacity,filter,transform}.reveal-section.is-visible{opacity:1;filter:blur(0);transform:translateY(0)}.hero,.section-card,.u-card,.privacy-card,.secondary-highlight{border:1px solid rgba(255,255,255,.74);border-radius:30px;box-shadow:var(--shadow)}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffffeb,#ffffffc2),linear-gradient(135deg,#6d57c829,#f5a5241f)}.hero:before,.hero:after{content:"";position:absolute;border-radius:999px}.hero:before{width:14rem;height:14rem;right:-4rem;top:-4rem;background:#6d57c81f}.hero:after{width:12rem;height:12rem;left:-4rem;bottom:-5rem;background:#f5a5241f}.hero-grid{position:relative;display:grid;gap:28px;padding:28px 22px}.hero-copy{display:flex;flex-direction:column;gap:14px}.eyebrow{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:10px 14px;border-radius:999px;background:#6d57c81a;color:var(--brand-deep);font-size:.85rem;font-weight:600}.hero h1,.section-head h2,.u-card h1,.privacy-card h1{margin:0;font-family:var(--font-display);letter-spacing:-.04em}.hero h1{font-size:clamp(2.3rem,7vw,4.8rem);line-height:.95;max-width:11ch}.hero-punchline{margin:0;max-width:none;color:var(--text);font-family:var(--font-display);font-size:clamp(1rem,2.3vw,1.7rem);font-weight:600;line-height:1.1;letter-spacing:-.03em;display:grid;gap:.16em;width:fit-content}.hero-punchline-step{display:block;width:fit-content;opacity:0;filter:blur(8px);transform:translateY(12px);animation:premiumReveal .76s var(--ease-premium) forwards}.hero-punchline-step:nth-child(1){animation-delay:.22s}.hero-punchline-step:nth-child(2){animation-delay:.62s}.hero-punchline-step:nth-child(3){animation-delay:1.02s}.hero-subtitle{margin:0;max-width:36ch;font-size:1rem}.hero p,.section-head p,.feature-card p,.secondary-highlight p,.u-card p,.privacy-card p,.privacy-card li,.u-meta,.u-caption{color:var(--muted);line-height:1.55}.hero p.hero-punchline{color:var(--text);line-height:1.1}.store-badge-row{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;align-items:center}.store-badge-link{display:inline-flex;align-items:center;justify-content:center;width:calc((100% - 12px)/2);min-width:0;max-width:190px;height:auto;border-radius:14px;transition:transform .18s ease,opacity .18s ease}.store-badge-link:hover{transform:translateY(-1px);opacity:.96}.store-badge-image{display:block;width:auto;height:auto}.store-badge-link-android .store-badge-image{width:100%;max-width:188px}.store-badge-link-ios .store-badge-image{width:100%;max-width:174px}.cta-button,.ghost-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 20px;border-radius:999px;cursor:pointer;transition:transform .18s ease}.cta-button{background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;box-shadow:0 16px 28px #5136bb38}.ghost-button{border:1px solid var(--line-strong);background:#ffffffa8}.secondary-button{background:#6d57c814;color:var(--brand-deep)}.whatsapp-button{background:#e9fbef;color:#0f7a3d}.whatsapp-button svg{width:18px;height:18px}.cta-button:hover,.ghost-button:hover,.secondary-button:hover{transform:translateY(-1px)}.hero-panel{padding:22px;border-radius:28px;background:#12161df5;color:#f5f6fb;box-shadow:0 24px 48px #12161d33}.hero-panel-stats{display:grid;gap:12px}.hero-stat{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;background:#ffffff0d}.hero-stat-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:14px;background:#6d57c82e;color:#d8cffd;box-shadow:inset 0 1px #ffffff0f}.hero-stat-icon svg{width:20px;height:20px}.hero-stat-title{font-weight:600}.hero-stat-value{color:#f5f6fbb3;font-size:.9rem}.section-card,.u-card,.privacy-card{background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:24px 18px}.section-head{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.section-head h2{font-size:clamp(1.55rem,5vw,2.6rem)}.feature-grid{display:grid;gap:14px}.sim-type-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.sim-type-card{padding:18px;border-radius:22px;background:#ffffffb8;border:1px solid var(--line)}.sim-type-card h3{margin:0 0 14px;font-size:1rem}.sim-type-template-list{display:grid;gap:10px}.sim-type-template{display:grid;gap:6px;padding:12px 13px;border-radius:16px;background:#12161d0a}.sim-type-template-name{font-size:.92rem;font-weight:600;letter-spacing:-.02em;color:var(--brand-deep)}.sim-type-template code{font-size:.8rem;line-height:1.45;white-space:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.sim-type-template code::-webkit-scrollbar{display:none}.feature-card{padding:18px;border-radius:22px;background:#ffffffb8;border:1px solid var(--line);opacity:0;transform:translateY(14px);animation:premiumReveal .72s var(--ease-premium) forwards}.feature-card:nth-child(1){animation-delay:.12s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.28s}.feature-card:nth-child(4){animation-delay:.36s}.feature-card:nth-child(5){animation-delay:.44s}.feature-index{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#6d57c81f;color:var(--brand-deep);font-size:.82rem;font-weight:700}.feature-card h3{margin:16px 0 8px;font-size:1rem}@keyframes premiumReveal{0%{opacity:0;filter:blur(8px);transform:translateY(12px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.reveal-section,.reveal-section.is-visible,.hero-punchline-step,.feature-card{opacity:1;filter:none;transform:none;animation:none}}.secondary-highlight{display:block;padding:24px 18px;background:linear-gradient(180deg,#ffffffe6,#ffffffb3),linear-gradient(135deg,#6d57c81f,#f5a5241a)}.secondary-highlight h2{margin:0;font-family:var(--font-display);font-size:clamp(1.7rem,5vw,3rem)}.secondary-detail-grid{display:grid;gap:14px;margin-top:18px}.secondary-detail-card{display:grid;gap:16px;align-items:start;padding:16px 18px;border-radius:22px;background:#ffffff8f;border:1px solid rgba(20,24,29,.08)}.secondary-detail-head{display:flex;align-items:flex-start;gap:12px}.secondary-detail-heading{display:grid;gap:8px;min-width:0}.secondary-detail-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#6d57c81a;color:var(--brand-deep);flex:0 0 auto}.secondary-detail-icon svg{width:20px;height:20px}.secondary-detail-head h3{margin:0;font-size:1rem;letter-spacing:-.02em}.secondary-detail-badge{display:inline-flex;align-items:center;width:fit-content;padding:6px 10px;border-radius:999px;background:#6d57c81a;color:var(--brand-deep);font-size:.78rem;font-weight:700;letter-spacing:.01em}.secondary-detail-body p{margin:0}.secondary-detail-process{margin:10px 0 0;padding-left:0;list-style:none;color:var(--text)}.secondary-detail-process li{position:relative;padding-left:1.1rem}.secondary-detail-process li:before{content:"";position:absolute;left:0;top:.6em;width:.38rem;height:.38rem;border-radius:999px;background:var(--brand-deep);opacity:.85}.secondary-detail-process li+li{margin-top:6px}.u-actions{display:grid;gap:14px}.u-columns{display:grid;gap:18px}.u-card--compact{max-width:none;margin-inline:0}.u-simple-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:22px}.u-header-main{display:flex;align-items:center;gap:14px;min-width:0}.u-title-block{display:grid;gap:2px}.u-title-block p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.25}.u-title-block b{display:block;font-family:var(--font-display);line-height:1.08;text-wrap:balance}.u-warning-text{display:inline-flex;align-items:flex-start;gap:8px;margin:0 0 20px;padding:10px 12px;border-radius:14px;background:#12161d0a;color:#5c616d;font-size:.82rem;line-height:1.55}.u-warning-text svg{flex:0 0 auto;width:14px;height:14px;margin-top:.12rem;color:#5c616d}.u-carrier-logo,.u-carrier-mark{width:52px;height:52px;border-radius:14px;flex:0 0 52px}.u-carrier-logo{display:block;object-fit:cover;background:#ffffffe6;border:1px solid rgba(18,22,29,.06);box-shadow:0 10px 24px #12161d14}.u-carrier-mark{display:grid;place-items:center;background:linear-gradient(145deg,var(--brand),var(--brand-deep));color:#fff;font-weight:800;box-shadow:0 12px 28px #6d57c838}.u-action-card{display:grid;gap:8px;padding:18px 20px;border-radius:22px;text-decoration:none;text-align:center;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.u-action-card:hover{transform:translateY(-1px)}.u-action-card--primary{background:linear-gradient(145deg,var(--brand),var(--brand-deep));color:#fff;box-shadow:0 18px 36px #6d57c83d}.u-action-card--secondary{border:1px solid var(--line);background:#ffffffd1;color:var(--text);box-shadow:0 12px 28px #12161d0f;cursor:pointer}.u-action-topline{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:1rem;font-weight:700}.u-action-topline svg{width:18px;height:18px}.u-action-subline{color:#ffffffbd;font-size:.9rem;line-height:1.5;font-family:SFMono-Regular,JetBrains Mono,monospace;word-break:break-all}.u-action-card--secondary .u-action-subline{color:var(--muted)}.u-download-card{display:grid;align-content:center;gap:20px}.u-download-card h2{margin:0}.u-download-badges{justify-content:flex-start}.privacy-card ul{margin:0;padding-left:18px}.privacy-card li+li{margin-top:12px}.error-card{border:1px solid rgba(182,64,64,.14);background:#b640400f;color:var(--danger)}.footer{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:26px 4px 4px;color:var(--muted);font-size:.94rem}.footer-mobile-nav{display:flex;gap:10px}.footer-copy{width:100%;text-align:center}.footer-brand{color:#5c616d;font-weight:700;letter-spacing:.03em}.scroll-hint{position:fixed;left:50%;bottom:22px;z-index:20;transform:translate(-50%);display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(255,255,255,.76);border-radius:999px;background:#ffffffdb;box-shadow:0 14px 30px #12161d14;color:var(--muted);font-size:.84rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}.scroll-hint svg{width:14px;height:14px}@media (max-width: 767px){.u-simple-header{flex-wrap:wrap}.footer-mobile-nav{width:100%;align-self:center;justify-content:center;gap:4px;flex-wrap:nowrap}.footer-mobile-nav .topnav-link{padding:10px;font-size:.84rem;min-width:0;white-space:nowrap}.whatsapp-button{align-self:center}.scroll-hint{bottom:18px;padding:9px 12px;font-size:.8rem}}@media (min-width: 768px){.footer-mobile-nav{display:none}.site-shell{padding:24px 24px 34px}.topnav{display:inline-flex}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;padding:38px}.store-badge-row{flex-direction:row;flex-wrap:wrap}.feature-grid,.sim-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.secondary-highlight{padding:32px}.secondary-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.u-columns{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:stretch}.section-card,.u-card,.privacy-card{padding:30px}}
