
:root{--red:#e30613;--red-dark:#b9000b;--ink:#111827;--text:#394150;--muted:#697386;--line:#e8ebf0;--soft:#fff6f6;--soft2:#f7f9fc;--green:#20bf64;--shadow:0 16px 44px rgba(17,24,39,.09);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.container{width:min(1160px,92%);margin:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.topbar{background:var(--red);color:#fff;text-align:center;padding:8px 12px;font-size:13px;font-weight:800}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-main{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:82px}.brand img{width:250px;height:auto}.language-switch{display:flex;gap:5px;padding:5px;background:#f2f4f7;border-radius:14px}.language-switch a{min-width:42px;height:38px;padding:0 11px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:12px;font-weight:900}.language-switch a.active{background:var(--red);color:#fff;box-shadow:0 8px 18px rgba(227,6,19,.24)}.site-nav{border-top:1px solid #f2f3f5}.nav-inner{display:flex;align-items:center;gap:8px;min-height:48px;overflow-x:auto;scrollbar-width:none}.nav-inner::-webkit-scrollbar{display:none}.nav-link{white-space:nowrap;padding:9px 13px;border-radius:12px;font-size:14px;font-weight:800;color:#4b5563}.nav-link:hover,.nav-link.active{background:var(--soft);color:var(--red)}.nav-spacer{flex:1}.nav-whatsapp{background:#ecfff4;color:#07863f;border:1px solid #c7f4d8}
.hero{padding:42px 0 24px;background:radial-gradient(circle at 85% 5%,#fff1e8 0,transparent 33%),linear-gradient(180deg,#fff,#fffafa)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #ffd5d8;color:var(--red);padding:8px 13px;border-radius:999px;font-size:13px;font-weight:900;box-shadow:0 8px 22px rgba(17,24,39,.04)}h1{font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-2.8px;margin:18px 0 16px;max-width:10ch}h1 span{color:var(--red)}.hero-copy>p{font-size:clamp(17px,2vw,21px);color:var(--text);max-width:590px;margin:0 0 24px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 21px;border-radius:15px;font-size:15px;font-weight:900;border:1px solid var(--line);cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;border-color:var(--red);box-shadow:0 13px 26px rgba(227,6,19,.22)}.btn-secondary{background:#fff;color:var(--ink);box-shadow:0 8px 22px rgba(17,24,39,.05)}.btn-green{background:var(--green);color:#fff;border-color:var(--green)}.hero-visual{position:relative}.hero-visual img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.hero-stat{position:absolute;left:-18px;bottom:22px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:13px 16px;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px}.hero-stat-icon{width:38px;height:38px;border-radius:12px;background:var(--soft);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:20px}.hero-stat-icon svg{width:22px;height:22px;display:block}.hero-stat b{display:block;font-size:14px}.hero-stat span{display:block;font-size:12px;color:var(--muted)}
.promo-wrap{padding:20px 0}.promo{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #ffd5d8;border-radius:20px;padding:17px 19px;box-shadow:0 14px 34px rgba(227,6,19,.08)}.promo-icon{width:52px;height:52px;border-radius:16px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:25px;flex:0 0 auto}.promo-text{flex:1}.promo-text b{display:block;font-size:18px;color:var(--red)}.promo-text small{display:block;color:var(--text)}.promo-code{display:flex;align-items:center;gap:10px;background:#fff;border:1px dashed #f0a6ad;border-radius:14px;padding:10px 13px;font-weight:900;color:var(--red);cursor:pointer}.promo-code.copied{background:#ecfff4;color:#07863f;border-color:#8ce5b1}
.section{padding:48px 0}.section.soft{background:var(--soft2)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:22px}.section-head h2{font-size:clamp(28px,4vw,43px);line-height:1.05;letter-spacing:-1.3px;margin:0}.section-head p{margin:8px 0 0;color:var(--muted);max-width:700px}.text-link{font-weight:900;color:var(--red);white-space:nowrap}.destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.destination-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(17,24,39,.06);transition:.2s ease}.destination-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(17,24,39,.1)}.destination-card img{width:100%;aspect-ratio:1.52;object-fit:cover}.destination-body{padding:16px}.destination-body h3{font-size:21px;margin:0 0 5px}.destination-meta{display:flex;flex-direction:column;align-items:stretch;gap:13px;color:var(--muted);font-size:14px}.destination-button{width:100%;min-height:48px;border-radius:14px;background:linear-gradient(135deg,#ec0016,#d90012);color:#fff;display:flex;align-items:center;justify-content:center;padding:12px 18px;font-size:15px;font-weight:900;box-shadow:0 10px 24px rgba(230,0,20,.18);transition:.2s ease}.destination-card:hover .destination-button{transform:translateY(-1px);box-shadow:0 13px 28px rgba(230,0,20,.25)}
.journey-grid{display:grid;gap:18px}.journey-card{display:grid;grid-template-columns:.95fr 1.05fr;gap:0;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 14px 38px rgba(17,24,39,.08)}.journey-card img{width:100%;height:100%;min-height:280px;object-fit:cover}.journey-copy{padding:30px 32px;display:flex;flex-direction:column;justify-content:center}.journey-copy h3{font-size:clamp(30px,3vw,44px);line-height:1.02;letter-spacing:-1.4px;margin:10px 0 12px}.journey-copy p{margin:0 0 16px;color:var(--text);font-size:18px;max-width:34ch}.journey-copy .eyebrow{margin-bottom:4px}.journey-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}.journey-meta span{font-size:13px;color:var(--muted);font-weight:800}.journey-actions{display:flex;gap:12px;flex-wrap:wrap}.tiny-note{font-size:13px;color:var(--muted)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 10px 28px rgba(17,24,39,.05)}.step-icon{width:58px;height:58px;border-radius:18px;background:var(--soft);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:16px}.step-number{position:absolute;top:18px;right:18px;width:29px;height:29px;border-radius:999px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.step-card h3{font-size:19px;margin:0 0 8px}.step-card p{margin:0;color:var(--text);font-size:14px}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.trust-card{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}.trust-icon{width:40px;height:40px;border-radius:13px;background:#ecfff4;color:#0a9147;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.trust-card b{display:block;font-size:15px}.trust-card p{margin:3px 0 0;color:var(--muted);font-size:13px}.security-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#fff,#fff6f6);border:1px solid #ffd5d8;border-radius:22px;padding:18px 20px}.security-copy{display:flex;align-items:center;gap:13px}.security-icon{width:48px;height:48px;border-radius:15px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px}.security-copy b{display:block;color:var(--red);font-size:17px}.security-copy span{font-size:13px;color:var(--text)}
.page-hero{padding:38px 0;background:linear-gradient(180deg,#fff,#fffafa)}.page-hero-grid{display:grid;grid-template-columns:1fr .58fr;gap:28px;align-items:center}.page-hero h1{font-size:clamp(38px,5vw,60px);max-width:13ch}.page-hero p{font-size:18px;color:var(--text);max-width:700px}.page-hero img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}.breadcrumbs{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:13px;font-weight:700;margin-bottom:14px}.breadcrumbs a{color:var(--red)}
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.plan-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:22px;padding:21px;box-shadow:0 12px 34px rgba(17,24,39,.06)}.plan-card.popular{border:2px solid var(--red);box-shadow:0 16px 40px rgba(227,6,19,.12)}.plan-badge{position:absolute;top:14px;right:14px;background:var(--red);color:#fff;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900}.plan-label{font-size:12px;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.4px}.plan-card h3{font-size:22px;margin:6px 0 0}.plan-data{font-size:35px;font-weight:950;letter-spacing:-1.2px;margin:4px 0 6px}.plan-desc{color:var(--text);font-size:14px;min-height:64px}.plan-price{font-size:29px;font-weight:950;margin:auto 0 13px}.plan-card .btn{width:100%}.note-card{margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;color:var(--text)}
.product-section{padding:38px 0}.product-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}.product-main,.checkout-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:25px;box-shadow:var(--shadow)}.product-main h1{font-size:clamp(38px,5vw,58px);max-width:none;margin:10px 0 6px}.product-data{font-size:46px;font-weight:950;color:var(--red);letter-spacing:-1.5px}.product-description{font-size:18px;color:var(--text)}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.feature{display:flex;gap:11px;align-items:flex-start;background:var(--soft2);border:1px solid var(--line);border-radius:17px;padding:14px}.feature-icon{width:38px;height:38px;border-radius:12px;background:#fff;color:var(--red);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.feature b{display:block;font-size:14px}.feature span{font-size:12px;color:var(--muted)}.checkout-card{position:sticky;top:148px}.checkout-price{font-size:42px;font-weight:950;letter-spacing:-1px}.checkout-sub{color:var(--muted);font-size:14px;margin-bottom:18px}.consent{display:flex;align-items:flex-start;gap:9px;margin:12px 0;color:var(--text);font-size:13px}.consent input{width:19px;height:19px;accent-color:var(--red);margin-top:1px}.consent a{color:var(--red);font-weight:800;text-decoration:underline}.checkout-button{width:100%;margin-top:8px}.checkout-button[aria-disabled="true"]{opacity:.55;cursor:not-allowed;filter:grayscale(.15)}.checkout-help{margin:10px 0 0;color:var(--muted);font-size:12px;text-align:center}.compat-card{margin-top:15px;border:1px solid #d8f3e3;background:#f4fff8;border-radius:18px;padding:15px}.compat-card b{display:block;margin-bottom:6px}.compat-card p{font-size:13px;color:var(--text);margin:0 0 10px}.mini-back{display:inline-flex;align-items:center;gap:6px;color:var(--red);font-weight:900;font-size:14px;margin-bottom:12px}
.install-hero{padding:34px 0 20px;background:linear-gradient(180deg,#fff,#fffafa)}.install-title{font-size:clamp(38px,5vw,60px);margin:0 0 8px;letter-spacing:-1.6px}.install-lead{font-size:18px;color:var(--text);margin:0}.version-pill{display:inline-flex;margin-top:13px;background:#fff;border:1px solid #ffd5d8;color:var(--red);border-radius:999px;padding:8px 12px;font-weight:900;font-size:12px}.tabs{display:grid;grid-template-columns:1fr 1fr;background:#f2f4f7;padding:5px;border-radius:18px;margin:20px 0;overflow:hidden}.tab-btn{border:0;background:transparent;border-radius:14px;min-height:52px;font-weight:900;cursor:pointer;padding:0 12px;text-align:center}.tab-btn.active{background:var(--red);color:#fff;box-shadow:0 9px 22px rgba(227,6,19,.22)}.tab-panel{display:none}.tab-panel.active{display:block}.install-steps{display:grid;gap:13px}.install-step{display:grid;grid-template-columns:58px 1fr 210px;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:21px;padding:15px;box-shadow:0 9px 26px rgba(17,24,39,.05)}.install-number{width:46px;height:46px;border-radius:999px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:950}.install-step h3{font-size:18px;margin:0 0 5px}.install-step p{font-size:14px;color:var(--text);margin:0}.install-step img{width:210px;height:132px;object-fit:cover;object-position:center;border-radius:15px;border:1px solid var(--line)}.warning{margin-top:16px;border:1px solid #ffb9bf;background:#fff7f7;border-radius:18px;padding:16px;display:flex;gap:12px}.warning-icon{width:40px;height:40px;border-radius:999px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:950;flex:0 0 auto}.warning b{display:block;color:var(--red)}.warning p{margin:3px 0 0;color:var(--text);font-size:14px}.install-bottom{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.guide-card{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px}.guide-card img{width:100%;border-radius:18px}
.device-search{width:100%;border:1px solid var(--line);border-radius:17px;padding:16px 17px;font-size:16px;outline:none;box-shadow:0 8px 22px rgba(17,24,39,.04)}.device-search:focus{border-color:#f2a6ad;box-shadow:0 0 0 4px #fff0f1}.device-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.device-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}.device-card h3{margin:0 0 8px;font-size:18px}.device-card p{color:var(--text);font-size:13px;margin:0}.device-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px}.device-tag{background:var(--soft);color:var(--red);border:1px solid #ffd5d8;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.no-results{display:none;margin-top:15px;background:#fff7f7;border:1px solid #ffd5d8;border-radius:16px;padding:14px;color:var(--text)}
.legal{padding:38px 0}.legal-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.legal-card h1{font-size:clamp(34px,4vw,48px);max-width:none}.legal-card h2{margin-top:26px;font-size:23px}.legal-card p,.legal-card li{color:var(--text)}
.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px 17px;margin-bottom:9px}.faq summary{font-weight:900;cursor:pointer}.faq p{color:var(--text);margin:10px 0 0;font-size:14px}.site-footer{margin-top:40px;background:#111827;color:#e5e7eb;padding:34px 0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.footer-brand img{width:235px;filter:brightness(0) invert(1)}.footer-brand p{max-width:520px;color:#b9c0cc;font-size:14px}.footer-links{display:flex;flex-wrap:wrap;gap:9px 15px;align-content:flex-start}.footer-links a{font-size:13px;color:#d6dbe3}.footer-bottom{border-top:1px solid #2a3341;margin-top:24px;padding-top:18px;color:#9da6b4;font-size:12px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.float-wa{position:fixed;right:17px;bottom:17px;z-index:120;width:58px;height:58px;border-radius:999px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 15px 32px rgba(32,191,100,.35);border:3px solid #fff}
@media(max-width:930px){.hero-grid,.page-hero-grid,.product-grid,.journey-card{grid-template-columns:1fr}.hero-visual{max-width:720px}.checkout-card{position:static}.destination-grid,.plan-grid,.device-grid{grid-template-columns:repeat(2,1fr)}.journey-copy{padding:24px}.install-step{grid-template-columns:52px 1fr 180px}.install-step img{width:180px}.footer-grid{grid-template-columns:1fr}}
@media(max-width:680px){.topbar{font-size:11px}.header-main{min-height:68px}.brand img{width:174px}.language-switch{gap:2px;padding:4px}.language-switch a{min-width:34px;height:34px;padding:0 8px;font-size:11px}.nav-inner{min-height:43px}.nav-link{font-size:12px;padding:8px 10px}.hero{padding:28px 0 16px}.hero-grid{gap:20px}h1{font-size:clamp(38px,12vw,56px);letter-spacing:-2px}.hero-copy>p{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn,.journey-actions .btn{width:100%}.hero-stat{left:12px;right:12px;bottom:12px}.promo{align-items:flex-start;flex-wrap:wrap}.promo-code{width:100%;justify-content:center}.section{padding:36px 0}.section-head{align-items:flex-start;display:block}.section-head .text-link{display:inline-block;margin-top:10px}.destination-grid,.steps-grid,.trust-grid,.plan-grid,.device-grid{grid-template-columns:1fr}.security-strip{align-items:flex-start;display:block}.security-strip .btn{width:100%;margin-top:14px}.page-hero-grid{gap:18px}.page-hero h1{font-size:40px}.page-hero img{max-height:230px;width:100%;object-fit:cover}.journey-card img{min-height:220px}.journey-copy{padding:20px}.journey-copy h3{font-size:34px}.journey-copy p{font-size:16px}.product-main,.checkout-card{padding:19px}.feature-grid{grid-template-columns:1fr}.product-main h1{font-size:40px}.product-data{font-size:42px}.install-step{grid-template-columns:48px 1fr}.install-step img{grid-column:1/-1;width:100%;height:180px}.tabs{position:sticky;top:112px;z-index:70}.install-bottom{display:grid;grid-template-columns:1fr}.install-bottom .btn{width:100%}.legal-card{padding:20px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}.float-wa{width:54px;height:54px}}

.tab-btn{display:flex;align-items:center;justify-content:center;gap:10px}.tab-icon,.brand-mark{width:18px;height:18px;display:inline-block;flex:0 0 18px;background-repeat:no-repeat;background-position:center;background-size:contain}.tab-icon.apple,.brand-mark.apple{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111827'%3E%3Cpath d='M15.28 2c.05 1.2-.43 2.1-1.02 2.82-.63.76-1.65 1.33-2.69 1.25-.13-1.14.41-2.1 1.01-2.77.66-.74 1.78-1.29 2.7-1.3zM18.83 17.65c-.48 1.1-.71 1.6-1.33 2.6-.87 1.41-2.1 3.16-3.62 3.17-1.35.01-1.7-.88-3.53-.87-1.84.01-2.23.88-3.58.86-1.52-.01-2.69-1.59-3.56-2.99-2.42-3.89-2.67-8.45-1.18-10.75 1.06-1.64 2.74-2.6 4.31-2.6 1.6 0 2.61.88 3.94.88 1.29 0 2.08-.88 3.93-.88 1.4 0 2.89.76 3.95 2.07-3.46 1.89-2.9 6.84.67 8.51z'/%3E%3C/svg%3E")}.tab-icon.android,.brand-mark.android{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 9h10v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2z' fill='%23111827' stroke='none'/%3E%3Cpath d='M8 7l-1.5-2M16 7l1.5-2M9 5.5h6M8 9V7.7A2.7 2.7 0 0 1 10.7 5h2.6A2.7 2.7 0 0 1 16 7.7V9M9.3 12h.01M14.7 12h.01M7 18v2M17 18v2M5 10v6M19 10v6'/%3E%3C/svg%3E")}.device-card h3{display:flex;align-items:center;gap:8px}
.page-packages .page-hero{padding:20px 0 8px}.page-packages .section{padding:14px 0 24px}.page-packages .journey-grid{gap:14px}.page-packages .journey-card{border-radius:22px}.page-packages .journey-card img{min-height:190px;max-height:240px}.page-packages .journey-copy{padding:18px 20px}.page-packages .journey-copy h3{font-size:clamp(26px,3vw,34px);margin:8px 0 8px}.page-packages .journey-copy p{font-size:16px;margin-bottom:12px}.page-packages .tiny-note{margin:4px 2px 0}.page-packages .security-strip{padding:16px 18px}
@media(max-width:680px){.page-packages .page-hero h1{font-size:32px;line-height:1.02}.page-packages .page-hero p{font-size:15px}.page-packages .journey-card img{min-height:160px;max-height:200px}.page-packages .journey-copy{padding:16px}.page-packages .journey-copy h3{font-size:28px}.page-packages .journey-copy p{font-size:15px}.tab-btn{font-size:15px;gap:8px}.tab-icon{width:16px;height:16px;flex-basis:16px}.install-step img{height:auto;max-height:220px;object-fit:contain;background:#fff}.device-card{padding:16px}}
/* Gurbet eSIM modern consistency update */
body{background:#fbfcfe}
.site-header{box-shadow:0 6px 24px rgba(17,24,39,.04)}
.page-hero{padding:28px 0 22px;background:linear-gradient(180deg,#fff 0%,#fff9f9 100%)}
.page-hero h1{max-width:none;margin:12px 0 10px;font-size:clamp(38px,5vw,56px);line-height:1.02}
.page-hero p{margin:0;max-width:760px}
.section{padding:38px 0}

/* Compact, modern all-destinations package overview */
.package-overview .page-hero{padding:24px 0 18px}
.package-overview .breadcrumbs{margin-bottom:10px}
.package-overview .page-hero h1{font-size:clamp(36px,5vw,52px);letter-spacing:-1.8px;margin:10px 0 8px}
.package-overview .page-hero p{font-size:17px}
.package-overview .section{padding:24px 0}
.package-overview .journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.package-overview .journey-card{display:flex;flex-direction:column;min-width:0;border-radius:24px;background:#fff;border:1px solid #e7eaf0;overflow:hidden;box-shadow:0 12px 34px rgba(17,24,39,.07);transition:transform .2s ease,box-shadow .2s ease}
.package-overview .journey-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(17,24,39,.11)}
.package-overview .journey-card img{width:100%;height:auto;min-height:0;aspect-ratio:16/10;object-fit:cover}
.package-overview .journey-copy{padding:18px;display:flex;flex-direction:column;justify-content:flex-start;flex:1}
.package-overview .journey-copy .eyebrow{font-size:12px;padding:6px 10px;margin:0 0 9px;width:max-content;max-width:100%}
.package-overview .journey-copy h3{font-size:25px;line-height:1.08;letter-spacing:-.7px;margin:0 0 8px}
.package-overview .journey-copy p{font-size:14px;line-height:1.48;margin:0 0 13px;max-width:none}
.package-overview .journey-meta{margin:0 0 11px}
.package-overview .journey-meta span{font-size:12px}
.package-overview .journey-actions{margin-top:auto}
.package-overview .journey-actions .btn{width:100%;min-height:46px;padding:0 14px;border-radius:13px;font-size:14px}

/* Category pages */
.category-page .page-hero{padding:24px 0}
.category-page .page-hero-grid{gap:20px}
.category-page .page-hero img{max-height:250px}
.category-page .plan-grid{gap:14px}
.category-page .plan-card{padding:19px;border-radius:20px}
.category-page .plan-data{font-size:32px}
.category-page .plan-price{font-size:27px}
.category-page .note-card{margin-top:0}

/* Modern product detail pages with real destination image */
.product-page{background:#f7f8fb}
.product-page .product-section{padding:28px 0 22px;background:linear-gradient(180deg,#fff 0%,#f7f8fb 100%)}
.product-page .product-grid{gap:18px}
.product-page .product-main,.product-page .checkout-card{border-radius:24px;border:1px solid #e6e9ef;box-shadow:0 14px 38px rgba(17,24,39,.08)}
.product-page .product-main{overflow:hidden;padding:0 24px 24px;background:linear-gradient(180deg,#fff,#fffafa)}
.product-page .product-cover{height:190px;margin:0 -24px 20px;overflow:hidden;background:#eef1f5}
.product-page .product-cover img{width:100%;height:100%;object-fit:cover}
.product-page .product-main h1{font-size:clamp(36px,5vw,54px);margin:9px 0 4px}
.product-page .product-data{font-size:44px;margin-top:0}
.product-page .product-description{font-size:17px;margin:5px 0 0}
.product-page .feature-grid{gap:10px;margin-top:17px}
.product-page .feature{padding:12px;border-radius:15px;background:#fff;border-color:#e6e9ef}
.product-page .feature-icon{width:36px;height:36px;border-radius:11px}
.product-page .checkout-card{padding:22px;background:#fff}
.product-page .checkout-price{font-size:40px;color:var(--red)}
.product-page .compat-card{border-radius:16px}
.product-page .faq details{box-shadow:0 7px 20px rgba(17,24,39,.04)}

/* Installation page: robust platform icons and no overlapping sticky tabs */
.installation-page .install-hero{padding:24px 0 14px}
.installation-page .install-title{font-size:clamp(36px,5vw,54px)}
.installation-page .tabs{position:static!important;top:auto!important;display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:14px 0 16px;padding:5px;border-radius:17px;background:#f1f3f7}
.installation-page .tab-btn{display:flex;align-items:center;justify-content:center;gap:10px;min-height:50px;border-radius:13px;font-size:16px;color:#111827}
.installation-page .tab-platform-icon{width:23px;height:23px;object-fit:contain;flex:0 0 auto}
.installation-page .tab-btn.active .tab-platform-icon{filter:brightness(0) invert(1)}
.installation-page .install-steps{gap:11px}
.installation-page .install-step{grid-template-columns:48px 1fr 190px;gap:13px;padding:13px;border-radius:18px}
.installation-page .install-number{width:42px;height:42px;font-size:18px}
.installation-page .install-step h3{font-size:17px}
.installation-page .install-step p{font-size:13px}
.installation-page .install-step img{width:190px;height:118px;border-radius:13px}
.installation-page .warning{margin-top:14px}
.installation-page .guide-card{padding:15px;border-radius:20px}

/* Device compatibility page with clear Apple and Android icons */
.device-page .page-hero{padding-bottom:18px}
.device-page .section{padding-top:24px}
.device-page .device-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.device-page .device-card{padding:17px;border-radius:18px;box-shadow:0 8px 24px rgba(17,24,39,.05)}
.device-page .device-card-title{display:flex;align-items:center;gap:10px;margin:0 0 9px}
.device-page .device-platform-icon{width:24px;height:24px;object-fit:contain;flex:0 0 auto}
.device-page .device-search{padding:14px 15px}

/* General polish */
.btn{min-height:48px}
.float-wa{width:54px;height:54px;font-size:25px}
.security-strip{box-shadow:0 10px 28px rgba(17,24,39,.05)}

@media(max-width:930px){
  .package-overview .journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .installation-page .install-step{grid-template-columns:46px 1fr 165px}
  .installation-page .install-step img{width:165px;height:108px}
}

@media(max-width:680px){
  .topbar{padding:6px 10px}
  .header-main{min-height:66px}
  .site-nav{background:#fff}
  .nav-inner{gap:3px}
  .page-hero{padding:20px 0 16px}
  .page-hero h1{font-size:36px;letter-spacing:-1.3px}
  .page-hero p{font-size:15px}
  .section{padding:28px 0}

  .package-overview .page-hero{padding:18px 0 14px}
  .package-overview .page-hero h1{font-size:38px;line-height:1.03;margin:8px 0}
  .package-overview .page-hero p{font-size:15px;line-height:1.5}
  .package-overview .section{padding:18px 0 26px}
  .package-overview .journey-grid{grid-template-columns:1fr;gap:14px}
  .package-overview .journey-card{border-radius:20px}
  .package-overview .journey-card img{aspect-ratio:16/9;min-height:0}
  .package-overview .journey-copy{padding:15px}
  .package-overview .journey-copy h3{font-size:24px}
  .package-overview .journey-copy p{font-size:14px;margin-bottom:11px}
  .package-overview .journey-actions .btn{min-height:44px}

  .category-page .page-hero{padding:18px 0}
  .category-page .page-hero img{max-height:190px}
  .category-page .plan-card{padding:17px}

  .product-page .product-section{padding:20px 0}
  .product-page .mini-back{margin-bottom:9px}
  .product-page .product-grid{gap:14px}
  .product-page .product-main{padding:0 17px 18px}
  .product-page .product-cover{height:145px;margin:0 -17px 16px}
  .product-page .product-main h1{font-size:36px}
  .product-page .product-data{font-size:38px}
  .product-page .product-description{font-size:15px}
  .product-page .feature-grid{grid-template-columns:1fr 1fr;gap:8px}
  .product-page .feature{padding:10px;gap:8px}
  .product-page .feature b{font-size:13px}
  .product-page .feature span{font-size:11px}
  .product-page .checkout-card{padding:18px}
  .product-page .checkout-price{font-size:36px}

  .installation-page .install-hero{padding:18px 0 10px}
  .installation-page .tabs{margin:10px 0 13px}
  .installation-page .tab-btn{min-height:46px;font-size:14px;gap:7px}
  .installation-page .tab-platform-icon{width:20px;height:20px}
  .installation-page .install-step{grid-template-columns:42px 1fr;gap:10px;padding:12px}
  .installation-page .install-number{width:38px;height:38px;font-size:16px}
  .installation-page .install-step h3{font-size:16px}
  .installation-page .install-step img{grid-column:1/-1;width:100%;height:145px;margin-top:2px}
  .installation-page .guide-card{margin-top:16px}

  .device-page .device-grid{grid-template-columns:1fr}
  .device-page .device-card{padding:15px}
  .device-page .device-platform-icon{width:22px;height:22px}

  .float-wa{width:50px;height:50px;font-size:23px;right:13px;bottom:13px}
}


/* Mobile quality pass — 2026-07-11 */
.footer-brand img{width:235px;max-width:100%;height:auto;max-height:72px;object-fit:contain;filter:none!important;background:transparent!important}
.tab-platform-icon,.device-platform-icon{display:block!important;width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;min-height:22px!important;max-height:22px!important;flex:0 0 22px!important;object-fit:contain!important;color:currentColor!important}
.installation-page .tab-btn.active .tab-platform-icon{filter:none!important;color:#fff!important}
.installation-page .tab-btn:not(.active) .tab-platform-icon{filter:none!important;color:#111827!important}

@media(max-width:680px){
  html,body{overflow-x:hidden}
  body{background:#f7f8fb}
  .container{width:calc(100% - 28px)}
  .site-header{position:sticky;top:0}
  .header-main{gap:8px;padding:0}
  .brand img{width:166px}
  .language-switch{flex:0 0 auto}
  .language-switch a{min-width:33px;height:33px;padding:0 7px}
  .nav-inner{padding:2px 0;justify-content:flex-start}
  .nav-link{padding:7px 9px;font-size:11.5px}
  .nav-whatsapp{display:none}

  /* All-package overview: compact mobile cards instead of very tall blocks */
  .package-overview .page-hero{padding:12px 0 10px;background:#fff}
  .package-overview .breadcrumbs,.package-overview .page-hero>.container>.eyebrow{display:none}
  .package-overview .page-hero h1{font-size:30px;line-height:1.05;letter-spacing:-1px;margin:0 0 5px}
  .package-overview .page-hero p{font-size:13.5px;line-height:1.42;margin:0}
  .package-overview .section{padding:12px 0 18px}
  .package-overview .journey-grid{display:grid;grid-template-columns:1fr;gap:12px}
  .package-overview .journey-card{display:grid;grid-template-columns:116px minmax(0,1fr);min-height:205px;border-radius:18px;border:1px solid #e2e6ed;background:#fff;box-shadow:0 10px 25px rgba(17,24,39,.07)}
  .package-overview .journey-card img{grid-column:1;width:116px;height:100%;min-height:205px;aspect-ratio:auto;object-fit:cover}
  .package-overview .journey-copy{grid-column:2;padding:12px 11px;min-width:0}
  .package-overview .journey-copy .eyebrow{font-size:10px;padding:5px 8px;margin-bottom:6px;white-space:normal}
  .package-overview .journey-copy h3{font-size:19px;line-height:1.12;letter-spacing:-.35px;margin:0 0 6px}
  .package-overview .journey-meta{margin:0 0 7px}
  .package-overview .journey-meta span{font-size:10.5px;line-height:1.3}
  .package-overview .journey-copy p{font-size:12px;line-height:1.38;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .package-overview .journey-actions{margin-top:auto}
  .package-overview .journey-actions .btn{width:100%;min-height:38px;padding:0 8px;border-radius:11px;font-size:11.5px;gap:5px}
  .package-overview .security-strip{padding:14px;border-radius:17px}
  .package-overview .security-copy span{font-size:12px}

  /* Installation: small reliable Apple/Android icons and compact steps */
  .installation-page .install-hero{padding:13px 0 8px;background:#fff}
  .installation-page .breadcrumbs{margin-bottom:8px}
  .installation-page .install-title{font-size:34px;line-height:1.02;letter-spacing:-1.1px}
  .installation-page .install-lead{font-size:14px;line-height:1.45}
  .installation-page .version-pill{font-size:10.5px;padding:6px 9px;margin-top:9px}
  .installation-page .tabs{position:static!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px!important;margin:10px 0 12px!important;padding:4px!important;border-radius:15px!important}
  .installation-page .tab-btn{min-height:44px!important;padding:0 8px!important;font-size:13px!important;gap:7px!important;border-radius:11px!important}
  .installation-page .tab-platform-icon{width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;min-height:18px!important;max-height:18px!important;flex-basis:18px!important}
  .installation-page .install-steps{gap:10px}
  .installation-page .install-step{grid-template-columns:38px minmax(0,1fr);gap:9px;padding:11px;border-radius:16px}
  .installation-page .install-number{width:34px;height:34px;font-size:15px}
  .installation-page .install-step h3{font-size:15px;margin-bottom:3px}
  .installation-page .install-step p{font-size:12px;line-height:1.4}
  .installation-page .install-step img{grid-column:1/-1;width:100%;height:auto;max-height:210px;object-fit:contain;margin-top:3px;border-radius:12px;background:#fff}
  .installation-page .warning{padding:13px;border-radius:15px}
  .installation-page .warning p{font-size:12px}

  /* Product/category pages: remove unnecessary empty space */
  .category-page .page-hero{padding:13px 0}
  .category-page .page-hero-grid{gap:12px}
  .category-page .page-hero h1{font-size:32px;margin:7px 0 6px}
  .category-page .page-hero p{font-size:13.5px}
  .category-page .page-hero img{max-height:155px;border-radius:17px}
  .category-page .section{padding:18px 0}
  .category-page .plan-grid{gap:11px}
  .category-page .plan-card{padding:15px;border-radius:17px}
  .category-page .plan-desc{min-height:0}

  .product-page .product-section{padding:13px 0 18px}
  .product-page .product-main,.product-page .checkout-card{border-radius:18px}
  .product-page .product-main{padding:0 14px 15px}
  .product-page .product-cover{height:125px;margin:0 -14px 13px}
  .product-page .product-main h1{font-size:31px;line-height:1.05}
  .product-page .product-data{font-size:34px}
  .product-page .feature-grid{grid-template-columns:1fr;gap:7px}
  .product-page .checkout-card{padding:15px}

  .device-page .page-hero{padding:13px 0}
  .device-page .section{padding:15px 0}
  .device-page .device-card-title{font-size:17px}
  .device-page .device-platform-icon{width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;min-height:20px!important;max-height:20px!important;flex-basis:20px!important}

  .site-footer{margin-top:22px;padding:25px 0}
  .footer-brand img{width:205px;max-height:55px}
  .footer-brand p{margin-top:10px}
}

@media(max-width:370px){
  .brand img{width:148px}
  .language-switch a{min-width:30px;padding:0 5px}
  .nav-link{padding:7px 7px;font-size:11px}
  .package-overview .journey-card{grid-template-columns:104px minmax(0,1fr);min-height:212px}
  .package-overview .journey-card img{width:104px;min-height:212px}
}


/* FAQ help center */
.faq-page .faq-hero{padding:30px 0 18px;background:linear-gradient(180deg,#fff 0%,#fff8f8 100%)}
.faq-page .faq-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px;align-items:end}
.faq-page .faq-hero h1{max-width:none;margin:12px 0 10px;font-size:clamp(40px,5vw,62px);line-height:1;letter-spacing:-2px}
.faq-page .faq-hero p{font-size:17px;color:var(--text);max-width:760px;margin:0}
.faq-search-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:12px;box-shadow:var(--shadow)}
.faq-search{width:100%;height:54px;border:1px solid #e1e5eb;border-radius:15px;padding:0 16px;font-size:15px;outline:none;background:#f9fafb}
.faq-search:focus{border-color:#f0a4ab;box-shadow:0 0 0 4px #fff0f1;background:#fff}
.faq-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
.faq-quick a{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:14px;font-weight:900;font-size:14px;box-shadow:0 8px 24px rgba(17,24,39,.045)}
.faq-quick span{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--soft);color:var(--red);flex:0 0 auto}
.faq-controls{position:sticky;top:130px;z-index:55;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);padding:10px 0}
.faq-chips{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding:2px 0}.faq-chips::-webkit-scrollbar{display:none}
.faq-chip{border:1px solid var(--line);background:#fff;color:#4b5563;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900;white-space:nowrap;cursor:pointer}
.faq-chip.active{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 8px 18px rgba(227,6,19,.2)}
.faq-content{padding:28px 0 38px;background:#f7f8fb}
.faq-group{margin-bottom:24px}.faq-group[hidden]{display:none}.faq-group-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.faq-group-title h2{font-size:25px;margin:0;letter-spacing:-.5px}.faq-group-title span{font-size:12px;color:var(--muted);font-weight:800}
.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:17px;padding:0;box-shadow:0 7px 22px rgba(17,24,39,.045);overflow:hidden}.faq-list details[hidden]{display:none}.faq-list summary{list-style:none;cursor:pointer;padding:16px 48px 16px 17px;font-weight:900;font-size:15px;line-height:1.35;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:16px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:9px;background:var(--soft);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:900}.faq-list details[open] summary:after{content:'–';background:var(--red);color:#fff}.faq-answer{padding:0 17px 16px;color:var(--text);font-size:14px;line-height:1.58}.faq-answer a{color:var(--red);font-weight:850;text-decoration:underline}.faq-empty{display:none;background:#fff7f7;border:1px solid #ffd5d8;border-radius:17px;padding:16px;color:var(--text);font-weight:750}.faq-empty.show{display:block}
.faq-support{background:linear-gradient(135deg,#111827,#202938);border-radius:24px;padding:24px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}.faq-support h2{font-size:29px;margin:0 0 7px;color:#fff}.faq-support p{margin:0;color:#d7dce5;font-size:14px;max-width:760px}.faq-legal-note{font-size:11.5px;color:var(--muted);margin:12px 2px 0}
@media(max-width:930px){.faq-page .faq-hero-grid{grid-template-columns:1fr}.faq-list{grid-template-columns:1fr}.faq-quick{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.faq-page .faq-hero{padding:15px 0 12px}.faq-page .faq-hero h1{font-size:34px;letter-spacing:-1.2px;margin:8px 0 7px}.faq-page .faq-hero p{font-size:13.5px;line-height:1.46}.faq-search-box{padding:8px;border-radius:16px}.faq-search{height:46px;border-radius:12px;font-size:13px;padding:0 12px}.faq-quick{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.faq-quick a{padding:10px;border-radius:13px;font-size:11.5px;gap:7px}.faq-quick span{width:29px;height:29px;border-radius:9px}.faq-controls{top:109px;padding:7px 0}.faq-chip{padding:7px 10px;font-size:10.5px}.faq-content{padding:17px 0 24px}.faq-group{margin-bottom:18px}.faq-group-title h2{font-size:20px}.faq-list{gap:8px}.faq-list summary{padding:13px 43px 13px 14px;font-size:13.5px}.faq-list summary:after{right:12px;width:24px;height:24px}.faq-answer{padding:0 14px 14px;font-size:12.5px;line-height:1.55}.faq-support{grid-template-columns:1fr;padding:18px;border-radius:18px}.faq-support h2{font-size:23px}.faq-support .btn{width:100%}.faq-legal-note{font-size:10.5px}.nav-link{padding-left:8px;padding-right:8px}}

/* Final hero info icon polish */
.hero-stat{border:1px solid rgba(227,6,19,.12);background:rgba(255,255,255,.97);box-shadow:0 18px 44px rgba(17,24,39,.13)}
.hero-stat-icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;box-shadow:0 10px 22px rgba(227,6,19,.22);flex:0 0 auto}
.hero-stat-icon svg{width:23px;height:23px}
.hero-stat b{font-size:15px;line-height:1.25}
.hero-stat span:not(.hero-stat-icon){font-size:12.5px}
@media(max-width:680px){.hero-stat{left:16px;right:16px;bottom:16px;padding:14px 16px;border-radius:20px}.hero-stat-icon{width:42px;height:42px}.hero-stat b{font-size:15px}.hero-stat span:not(.hero-stat-icon){font-size:12px}}


/* FINAL HERO INFO CARD — clean, text only */
.hero-stat{
  left:18px!important;
  right:auto!important;
  bottom:18px!important;
  max-width:calc(100% - 36px)!important;
  min-width:290px!important;
  padding:14px 18px 14px 20px!important;
  gap:0!important;
  border:1px solid rgba(227,6,19,.16)!important;
  border-left:5px solid var(--red)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 16px 36px rgba(17,24,39,.16)!important;
  backdrop-filter:blur(12px)!important;
}
.hero-stat-icon{display:none!important}
.hero-stat>div{min-width:0}
.hero-stat b{font-size:16px!important;line-height:1.2!important;color:var(--ink)!important}
.hero-stat span:not(.hero-stat-icon){font-size:13px!important;line-height:1.35!important;color:var(--muted)!important;margin-top:3px!important}

/* Cookie settings button: smaller and less intrusive */
.cky-btn-revisit-wrapper{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  left:12px!important;
  bottom:12px!important;
  box-shadow:0 8px 22px rgba(17,24,39,.2)!important;
}
.cky-btn-revisit-wrapper img{width:22px!important;height:22px!important}

@media(max-width:680px){
  .hero-stat{
    left:18px!important;
    right:18px!important;
    bottom:16px!important;
    max-width:none!important;
    min-width:0!important;
    padding:13px 16px 13px 17px!important;
    border-radius:15px!important;
  }
  .hero-stat b{font-size:15px!important}
  .hero-stat span:not(.hero-stat-icon){font-size:12.5px!important}
}


/* English language switch support */
.language-switch{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;max-width:100%}
.language-switch::-webkit-scrollbar{display:none}
@media(max-width:680px){
  .brand img{width:154px}
  .language-switch{gap:2px;padding:3px}
  .language-switch a{min-width:29px;height:32px;padding:0 5px;font-size:10.5px}
}
@media(max-width:370px){
  .brand img{width:134px}
  .language-switch a{min-width:27px;padding:0 4px;font-size:10px}
}

/* Language switch and legal update 2026-07-12 */
.legal-updated{display:inline-flex;margin:0 0 18px;padding:7px 11px;border:1px solid #ffd5d8;border-radius:999px;background:#fff7f7;color:#c9000c;font-size:12px;font-weight:900}
.legal-note{padding:13px 15px;border-left:4px solid var(--red);background:#fff7f7;border-radius:12px;color:var(--text)}
.footer-withdraw{color:#fff!important;background:var(--red);padding:8px 11px;border-radius:10px;font-weight:900!important}
.withdraw-form{display:grid;gap:15px;margin-top:18px}.withdraw-form label{display:grid;gap:6px;font-weight:800;color:var(--ink)}.withdraw-form input,.withdraw-form textarea,.withdraw-form select{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:#fff;color:var(--ink);outline:none}.withdraw-form input:focus,.withdraw-form textarea:focus,.withdraw-form select:focus{border-color:#ee8e96;box-shadow:0 0 0 4px #fff0f1}.withdraw-form textarea{min-height:120px;resize:vertical}.withdraw-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.withdraw-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px;font-weight:600!important}.withdraw-check input{width:20px;height:20px;margin-top:2px;accent-color:var(--red);flex:0 0 auto}.withdraw-actions{display:flex;gap:12px;flex-wrap:wrap}.withdraw-receipt{border:1px solid #bce9cd;background:#f1fff6;border-radius:18px;padding:18px}.withdraw-error{border:1px solid #ffb9bf;background:#fff7f7;border-radius:18px;padding:18px;color:#8d0009}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:680px){
  .header-main{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:10px 0 9px!important;min-height:0!important}
  .brand{justify-self:center!important}
  .brand img{width:180px!important;max-width:58vw!important}
  .language-switch{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:100%!important;max-width:none!important;overflow:visible!important;gap:3px!important;padding:4px!important}
  .language-switch a{min-width:0!important;width:100%!important;height:35px!important;padding:0 2px!important;font-size:11px!important}
  .withdraw-grid{grid-template-columns:1fr}
  .withdraw-actions .btn{width:100%}
}

/* Compact language selector — final override */
.language-switch{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  gap:3px!important;
  width:auto!important;
  max-width:none!important;
  padding:4px!important;
  border-radius:13px!important;
  background:#f2f4f7!important;
  overflow:visible!important;
}
.language-switch a{
  min-width:36px!important;
  width:36px!important;
  height:34px!important;
  padding:0!important;
  border-radius:9px!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
  flex:0 0 36px!important;
}
.language-switch a.active{
  box-shadow:0 5px 13px rgba(227,6,19,.20)!important;
}

@media(max-width:680px){
  .header-main{
    display:flex!important;
    grid-template-columns:none!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:7px!important;
    min-height:66px!important;
    padding:7px 0!important;
  }
  .brand{justify-self:auto!important;flex:0 1 auto!important;min-width:0!important}
  .brand img{
    width:148px!important;
    max-width:39vw!important;
    height:auto!important;
  }
  .language-switch{
    flex:0 0 auto!important;
    display:flex!important;
    grid-template-columns:none!important;
    width:auto!important;
    gap:2px!important;
    padding:3px!important;
    border-radius:12px!important;
  }
  .language-switch a{
    min-width:31px!important;
    width:31px!important;
    height:32px!important;
    padding:0!important;
    border-radius:8px!important;
    font-size:10.5px!important;
    flex:0 0 31px!important;
  }
}

@media(max-width:380px){
  .brand img{width:132px!important;max-width:37vw!important}
  .language-switch a{
    min-width:29px!important;
    width:29px!important;
    height:30px!important;
    font-size:10px!important;
    flex-basis:29px!important;
  }
}


/* ==== Gurbet x LivaGoo footer + centered success page ==== */
.brand img{background:transparent!important}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-brand img{width:min(290px,100%);max-width:100%;height:auto;max-height:72px;object-fit:contain;filter:none!important;background:transparent!important}
.footer-collab{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap;padding:10px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);transition:.18s ease;margin-top:2px}
.footer-collab:hover{background:rgba(255,255,255,.08);transform:translateY(-1px)}
.footer-collab-x{font-size:22px;font-weight:900;line-height:1;color:#ffffff;display:inline-block}
.footer-collab img{height:34px;width:auto;display:block;background:transparent!important}
.success-page .section{min-height:100vh;display:flex;align-items:flex-start}
.success-shell{max-width:760px!important;padding-top:54px!important;padding-bottom:40px!important}
.success-card{display:flex;flex-direction:column;align-items:center;text-align:center}
.success-logo{width:min(100%,360px);height:auto;margin:0 auto 18px;background:transparent!important}
.success-card h1{max-width:none!important;margin:0 0 14px!important;text-align:center!important}
.success-card p{max-width:640px;margin:0 0 18px;font-size:clamp(18px,2vw,21px);color:var(--text)}
.success-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:8px}
@media(max-width:680px){
  .footer-grid,.footer-brand,.footer-links,.footer-bottom{text-align:center}
  .footer-brand{align-items:center}
  .footer-links{justify-content:center}
  .footer-collab{justify-content:center}
  .success-shell{padding-top:26px!important}
  .success-logo{width:min(100%,320px)}
  .success-card h1{font-size:clamp(46px,16vw,72px)!important;letter-spacing:-2px!important;line-height:.98!important}
  .success-card p{font-size:16px;line-height:1.55;margin-bottom:14px}
  .success-actions{display:grid;grid-template-columns:1fr;width:100%;max-width:320px}
  .success-actions .btn{width:100%}
}


/* ==== FINAL: Gurbet eSIM × LivaGoo side-by-side HQ footer ==== */
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.footer-brand-row{display:flex;align-items:center;gap:18px;max-width:100%;flex-wrap:nowrap}
.footer-brand-logo,.footer-livagoo-logo{display:flex;align-items:center;justify-content:center;background:transparent!important}
.footer-brand-logo img{width:310px!important;max-width:34vw!important;height:auto!important;max-height:none!important;object-fit:contain!important;filter:none!important;background:transparent!important}
.footer-livagoo-logo img{width:250px!important;max-width:28vw!important;height:auto!important;max-height:none!important;object-fit:contain!important;filter:none!important;background:transparent!important}
.footer-brand-x{font-size:34px;font-weight:900;line-height:1;color:#fff;flex:0 0 auto}
.footer-collab{display:none!important}
@media(max-width:930px){
 .footer-brand-row{justify-content:center;width:100%}
 .footer-brand{align-items:center;text-align:center}
 .footer-brand-logo img{width:280px!important;max-width:42vw!important}
 .footer-livagoo-logo img{width:220px!important;max-width:36vw!important}
}
@media(max-width:680px){
 .footer-brand-row{gap:10px;flex-wrap:nowrap}
 .footer-brand-logo img{width:190px!important;max-width:45vw!important}
 .footer-livagoo-logo img{width:150px!important;max-width:36vw!important}
 .footer-brand-x{font-size:24px}
}

.float-wa svg{width:30px;height:30px;display:block;color:#fff}
@media(max-width:680px){.float-wa svg{width:28px;height:28px}}

/* Unlimited: Fair Use darf auf der Produktseite nicht übersehen werden. */
.unlimited-fair-use-product{margin:14px 0 18px;padding:20px;border:3px solid #e30613;border-radius:18px;background:linear-gradient(135deg,#fff1f2,#fff);box-shadow:0 12px 28px rgba(227,6,19,.1)}
.unlimited-fair-use-product>strong{display:block;color:#e30613;font-size:25px;line-height:1.15;margin-bottom:5px}
.unlimited-fair-use-product>span{display:block;color:#10233f;font-size:18px;line-height:1.3;font-weight:800;margin-bottom:11px}
.unlimited-fair-use-product p{font-size:14px;line-height:1.55;margin:0 0 10px}
.unlimited-fair-use-product .unlimited-purpose{margin:0;padding-top:10px;border-top:1px solid #f3b8bd;color:#7f1d1d;font-weight:600}
@media(max-width:680px){.unlimited-fair-use-product{padding:16px}.unlimited-fair-use-product>strong{font-size:21px}.unlimited-fair-use-product>span{font-size:16px}}
.webtreu-credit{margin-top:14px;text-align:center;color:#b9c0cc;font-size:15px;line-height:1.5}.webtreu-credit a{color:#fff;font-weight:800;text-decoration:none}.webtreu-credit a:hover{text-decoration:underline}
