*{margin:0;padding:0;box-sizing:border-box}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#fff;background:#333a70;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
header{background:#1c2460;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,0.3)}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;max-width:100%;margin:0 auto}
.brand-identity img{width:180px;height:48px}
.global-links{display:none;gap:28px;align-items:center}
.global-links a,.global-links .current-location{font-size:15px;font-weight:500;transition:color 0.3s}
.global-links a:hover{color:#ffd700}
.global-links .current-location{color:#ffd700;font-weight:600}
.account-actions{display:none;gap:12px;align-items:center}
.btn-signin,.btn-signup{padding:9px 22px;border-radius:6px;font-weight:600;font-size:14px;transition:all 0.3s}
.btn-signin{background:transparent;border:2px solid #fff}
.btn-signin:hover{background:#fff;color:#1c2460}
.btn-signup{background:#ffd700;color:#1c2460;border:2px solid #ffd700}
.btn-signup:hover{background:transparent;color:#ffd700}
.burger-trigger{display:flex;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px}
.burger-trigger span{width:28px;height:3px;background:#fff;border-radius:2px;transition:all 0.3s}
.burger-menu{display:none;flex-direction:column;background:#1c2460;padding:20px 10px;gap:16px;border-top:1px solid rgba(255,255,255,0.1)}
.burger-menu.active{display:flex}
.mobile-link{padding:12px;border-bottom:1px solid rgba(255,255,255,0.1);font-size:16px;font-weight:500;transition:background 0.3s}
.mobile-link:hover{background:rgba(255,255,255,0.05)}
.mobile-signin,.mobile-signup{padding:12px 24px;text-align:center;border-radius:6px;font-weight:600;font-size:15px;margin-top:8px}
.mobile-signin{background:transparent;border:2px solid #fff}
.mobile-signup{background:#ffd700;color:#1c2460;border:2px solid #ffd700}
.app-showcase{position:relative;background:linear-gradient(135deg,#1c2460 0%,#333a70 100%);padding:50px 10px;display:flex;flex-direction:column;align-items:center;gap:40px;overflow:hidden}
.app-showcase::before{content:'';position:absolute;top:20%;left:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,215,0,0.15) 0%,transparent 70%);border-radius:50%;z-index:1}
.app-showcase::after{content:'';position:absolute;bottom:15%;right:10%;width:400px;height:400px;background:radial-gradient(circle,rgba(74,222,128,0.1) 0%,transparent 70%);border-radius:50%;z-index:1}
.showcase-text{position:relative;z-index:2;max-width:600px;text-align:center}
.showcase-text h1{font-size:36px;margin-bottom:24px;line-height:1.3;color:#ffd700}
.showcase-text p{font-size:16px;margin-bottom:20px;line-height:1.8}
.download-buttons{display:flex;flex-direction:column;gap:16px;margin-top:32px;align-items:center;width:100%;max-width:400px}
.download-android,.download-ios{display:flex;align-items:center;justify-content:center;gap:14px;background:rgba(255,255,255,0.1);padding:16px 28px;border-radius:12px;transition:all 0.3s;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,0.2);width:100%;max-width:320px}
.download-android:hover,.download-ios:hover{background:rgba(255,255,255,0.2);transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.3)}
.download-android img,.download-ios img{width:48px;height:48px;flex-shrink:0}
.download-android span,.download-ios span{font-size:17px;font-weight:600;white-space:nowrap}
.showcase-visual{position:relative;z-index:2}
.showcase-visual img{filter:drop-shadow(0 20px 40px rgba(0,0,0,0.4))}
.cta-placement{text-align:center;margin:32px 0}
.primary-action{display:inline-block;background:#ffd700;color:#1c2460;padding:14px 36px;border-radius:8px;font-weight:700;font-size:16px;transition:all 0.3s;box-shadow:0 4px 12px rgba(255,215,0,0.4)}
.primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,215,0,0.6)}
main{max-width:1200px;margin:0 auto;padding:50px 10px}
.info-segment{margin-bottom:60px}
.info-segment h2{font-size:32px;margin-bottom:20px;color:#ffd700;text-shadow:1px 1px 4px rgba(0,0,0,0.3)}
.info-segment h3{font-size:24px;margin:24px 0 16px;color:#fff}
.info-segment p{margin-bottom:18px;line-height:1.8;font-size:16px}
.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:28px auto;max-width:750px}
.facts-overview{width:100%;min-width:500px;margin:0;border-collapse:collapse;background:rgba(255,255,255,0.05);border-radius:8px;overflow:hidden}
.facts-overview td{padding:14px 18px;font-size:15px;border-bottom:1px solid rgba(255,255,255,0.1)}
.facts-overview tr:last-child td{border-bottom:none}
.facts-overview td:first-child{font-weight:600;color:#ffd700;width:40%}
.facts-overview td:last-child{width:60%}
.pros-cons-layout{display:grid;grid-template-columns:1fr;gap:30px;margin-top:24px}
.advantages-column,.limitations-column{background:rgba(255,255,255,0.05);padding:24px;border-radius:8px;word-wrap:break-word;overflow-wrap:break-word}
.advantages-column h3{color:#4ade80}
.limitations-column h3{color:#fb923c}
.advantages-column ul li,.limitations-column ul li{margin-bottom:12px;padding-left:28px;position:relative;line-height:1.7;word-wrap:break-word;overflow-wrap:break-word}
.advantages-column ul li::before{content:'✓';position:absolute;left:0;color:#4ade80;font-weight:700;font-size:18px}
.limitations-column ul li::before{content:'−';position:absolute;left:0;color:#fb923c;font-weight:700;font-size:20px}
.feature-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:28px}
.feature-card{background:rgba(255,255,255,0.05);padding:24px;border-radius:8px;transition:all 0.3s}
.feature-card:hover{transform:translateY(-4px);background:rgba(255,255,255,0.08)}
.card-icon{font-size:42px;margin-bottom:16px}
.feature-card h3{font-size:20px;margin-bottom:12px;color:#ffd700}
.feature-card p{font-size:15px;line-height:1.7;margin:0}
footer{background:#1c2460;padding:40px 10px 20px;margin-top:80px}
.payment-strip,.provider-strip{margin-bottom:36px}
.strip-label{text-align:center;font-size:14px;font-weight:600;margin-bottom:16px;color:#ffd700;text-transform:uppercase;letter-spacing:1px}
.payment-carousel,.provider-carousel{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;max-width:1000px;margin:0 auto;padding:20px;background:rgba(255,255,255,0.05);border-radius:8px}
.payment-carousel img,.provider-carousel img{opacity:0.85;transition:opacity 0.3s,transform 0.3s}
.payment-carousel img:hover,.provider-carousel img:hover{opacity:1;transform:scale(1.08)}
.footer-navigation{max-width:900px;margin:0 auto 36px;text-align:center}
.link-cluster{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 24px}
.link-cluster a{font-size:14px;transition:color 0.3s}
.link-cluster a:hover{color:#ffd700}
.legal-notice{max-width:800px;margin:0 auto;text-align:center;padding-top:28px;border-top:1px solid rgba(255,255,255,0.1)}
.legal-notice p{font-size:13px;margin-bottom:10px;line-height:1.6;color:rgba(255,255,255,0.7)}
@media(min-width:1081px){
.global-links{display:flex}
.account-actions{display:flex}
.burger-trigger{display:none}
.topbar{padding:16px 10px}
.app-showcase{flex-direction:row;justify-content:center;padding:70px 10px}
.showcase-text{text-align:left;max-width:550px}
.download-buttons{flex-direction:row;justify-content:flex-start;max-width:none}
.pros-cons-layout{grid-template-columns:1fr 1fr}
.feature-grid{grid-template-columns:repeat(3,1fr)}
}
@media(min-width:769px) and (max-width:1080px){
.showcase-text h1{font-size:32px}
.showcase-text p{font-size:15px}
.feature-grid{grid-template-columns:repeat(2,1fr)}
.app-showcase{flex-direction:row;justify-content:center;padding:60px 10px}
.showcase-text{max-width:500px}
}
@media(max-width:768px){
.showcase-text h1{font-size:28px}
.showcase-text p{font-size:15px}
.info-segment h2{font-size:26px}
.info-segment h3{font-size:21px}
.feature-grid{grid-template-columns:1fr}
.facts-overview{min-width:480px;font-size:14px}
.facts-overview td{padding:12px 14px}
.facts-overview td:first-child{width:45%}
.facts-overview td:last-child{width:55%}
}
@media(max-width:480px){
.brand-identity img{width:150px;height:40px}
.showcase-text h1{font-size:24px}
.showcase-text p{font-size:14px}
.download-buttons{gap:12px;max-width:100%}
.download-android,.download-ios{padding:12px 18px;gap:10px;max-width:100%}
.download-android span,.download-ios span{font-size:14px}
.download-android img,.download-ios img{width:38px;height:38px}
.showcase-visual img{width:200px;height:400px}
.info-segment h2{font-size:23px}
.info-segment h3{font-size:19px}
.info-segment p{font-size:15px}
.primary-action{padding:12px 28px;font-size:15px}
.facts-overview{min-width:420px;font-size:13px}
.facts-overview td{padding:10px 12px}
.card-icon{font-size:36px}
.feature-card{padding:20px}
.feature-card h3{font-size:18px}
.feature-card p{font-size:14px}
.advantages-column ul li,.limitations-column ul li{font-size:14px}
}
@media(max-width:320px){
.brand-identity img{width:130px;height:35px}
.showcase-text h1{font-size:21px}
.showcase-text p{font-size:13px}
.download-buttons{gap:10px}
.download-android,.download-ios{padding:10px 14px;gap:8px;flex-direction:column}
.download-android span,.download-ios span{font-size:13px;text-align:center}
.download-android img,.download-ios img{width:34px;height:34px}
.showcase-visual img{width:180px;height:360px}
.info-segment h2{font-size:18px}
.info-segment h3{font-size:16px}
.info-segment p{font-size:14px}
.primary-action{padding:10px 24px;font-size:14px}
.facts-overview{min-width:380px;font-size:12px}
.facts-overview td{padding:9px 10px}
.feature-card{padding:16px}
.feature-card h3{font-size:17px}
.feature-card p{font-size:13px}
.card-icon{font-size:32px}
.advantages-column ul li,.limitations-column ul li{font-size:13px}
}
