:root{--sel-bg:#f5f7fa;--sel-fg:#1a1a2e;--sel-fg-muted:#475569;--sel-fg-light:#64748b;--sel-primary:#f97316;--sel-primary-light:#fb923c;--sel-primary-text:#c2410c;--sel-accent:#dc2626;--sel-cta:#15803d;--sel-cta-hover:#16a34a;--sel-border:#e2e8f0;--sel-border-hover:#cbd5e1}body{background:var(--sel-bg)!important;color:var(--sel-fg)!important;text-shadow:none!important}.select-page-bg{z-index:0;pointer-events:none;background:linear-gradient(#eef2f7 0%,#f5f7fa 40%,#fefefe 100%);position:fixed;inset:0}.select-page-bg:before{content:"";background:linear-gradient(90deg,#d52b1e,#fcd116,#006847,#74acdf,#d91023);height:4px;position:absolute;top:0;left:0;right:0}.select-page-bg:after{content:"";background:radial-gradient(#f973160d 0%,#0000 70%);width:1000px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.floating-images{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.float-img{object-fit:cover;will-change:transform;filter:brightness(1.05)saturate(.9);border-radius:14px;transition:opacity 1.5s;position:absolute;box-shadow:0 4px 20px #00000014}.select-content{z-index:1;position:relative}.select-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:38vh;padding:5rem 1.5rem 2.5rem;display:flex}.select-badge{border:1px solid var(--sel-border);color:var(--sel-fg-muted);background:#fff;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.8rem;animation:.8s ease-out selFadeInDown;display:inline-flex;box-shadow:0 1px 3px #0000000f}.select-badge .dot{background:var(--sel-cta);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite selPulse}.select-hero h1{color:var(--sel-fg);margin-bottom:1rem;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:900;line-height:1.08;animation:.8s ease-out selFadeInUp}.select-hero h1 .shimmer{background:linear-gradient(90deg,var(--sel-primary)0%,#e85d04 25%,var(--sel-accent)50%,#e85d04 75%,var(--sel-primary)100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite selShimmer}.select-hero .subtitle{color:var(--sel-fg-muted);max-width:520px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:400;animation:.8s ease-out .15s both selFadeInUp}.select-hero .scroll-hint{color:var(--sel-fg-light);flex-direction:column;align-items:center;gap:.5rem;margin-top:2.5rem;font-size:.85rem;animation:.8s ease-out .3s both selFadeInUp;display:flex}.scroll-arrow{border-right:2px solid var(--sel-primary);border-bottom:2px solid var(--sel-primary);width:18px;height:18px;animation:2s ease-in-out infinite selBounce;transform:rotate(45deg)}.countries-section{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.section-label{text-align:center;margin-bottom:2.5rem}.section-label h2{text-transform:uppercase;letter-spacing:.2em;color:var(--sel-fg-muted);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.section-label .line{background:var(--sel-primary);border-radius:2px;width:50px;height:3px;margin:0 auto}.countries-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;display:grid}.country-card:first-child,.country-card:nth-child(2),.country-card:nth-child(3){grid-column:span 2}.country-card:nth-child(4){grid-column:2/4}.country-card:nth-child(5){grid-column:4/6}.country-card{border:1px solid var(--sel-border);cursor:pointer;color:inherit;background:#fff;border-radius:16px;flex-direction:column;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);animation:.6s ease-out both selCardEnter;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000f}.country-card:first-child{animation-delay:50ms}.country-card:nth-child(2){animation-delay:.1s}.country-card:nth-child(3){animation-delay:.15s}.country-card:nth-child(4){animation-delay:.2s}.country-card:nth-child(5){animation-delay:.25s}.country-card:hover{border-color:var(--sel-border-hover);transform:translateY(-5px);box-shadow:0 12px 40px #0000001f}.card-flag-bg{justify-content:center;align-items:center;height:110px;display:flex;position:relative;overflow:hidden}.card-flag-bg .flag-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.card-flag-bg .overlay{z-index:2;background:linear-gradient(#0000000d 0%,#0000004d 100%);position:absolute;inset:0}.card-flag-bg .flag-icon{z-index:3;object-fit:cover;border:2px solid #fffc;border-radius:6px;width:64px;height:44px;transition:transform .3s;position:relative;box-shadow:0 4px 12px #0000004d}.country-card:hover .flag-icon{transform:scale(1.1)rotate(-2deg)}.card-body{flex-direction:column;flex:1;padding:1.25rem 1.5rem 1.5rem;display:flex}.card-country-name{color:var(--sel-fg);font-size:1.4rem;font-weight:800}.card-regulator{color:var(--sel-fg-muted);margin-top:.15rem;margin-bottom:1rem;font-size:.78rem}.card-stats{border-bottom:1px solid var(--sel-border);gap:1.25rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.card-stats .stat{flex-direction:column;display:flex}.card-stats .stat-value{color:var(--sel-primary-text);font-size:1.15rem;font-weight:700}.card-stats .stat-label{color:var(--sel-fg-light);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem}.card-popular{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.pop-tag{color:var(--sel-fg-muted);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.72rem;font-weight:500;transition:all .2s;display:inline-flex}.country-card:hover .pop-tag{color:#92400e;background:#fef3c7;border-color:#fbbf24}.pop-tag .tag-icon{flex-shrink:0;width:16px;height:16px;display:inline-flex}.pop-tag .tag-icon svg{width:100%;height:100%}.card-cta{background:var(--sel-cta);color:#fff;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .25s;display:flex}.country-card:hover .card-cta{background:var(--sel-cta-hover);transform:scale(1.02);box-shadow:0 4px 16px #1db95459}.card-cta .arrow-icon{width:16px;height:16px;transition:transform .25s}.country-card:hover .card-cta .arrow-icon{transform:translate(4px)}.features-strip{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 3rem}.features-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.feature-item{text-align:center;border:1px solid var(--sel-border);background:#fff;border-radius:12px;flex-direction:column;align-items:center;padding:1.5rem .75rem;transition:all .25s;display:flex;box-shadow:0 1px 3px #0000000f}.feature-item:hover{border-color:var(--sel-primary);box-shadow:0 4px 20px #f973161a}.feature-icon-img{width:40px;height:40px;margin-bottom:.6rem}.feature-icon-img svg{width:100%;height:100%}.feature-title{color:var(--sel-fg);margin-bottom:.2rem;font-size:.82rem;font-weight:700}.feature-desc{color:var(--sel-fg-light);font-size:.72rem;line-height:1.4}.select-divider{justify-content:center;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.select-divider:before,.select-divider:after{content:"";background:var(--sel-border);flex:1;max-width:100px;height:1px}.select-divider svg{opacity:.3}.select-footer{text-align:center;border-top:1px solid var(--sel-border);background:#fff;padding:2.5rem 1.5rem}.select-footer .brand{color:var(--sel-primary-text);margin-bottom:.35rem;font-size:1rem;font-weight:800}.select-footer .tagline{color:var(--sel-fg-muted);margin-bottom:.75rem;font-size:.82rem}.select-footer .legal{color:var(--sel-fg-light);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;font-size:.72rem;display:flex}.select-footer .legal a{color:var(--sel-primary-text);text-underline-offset:2px;text-decoration:underline}@keyframes selFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes selFadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes selPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes selShimmer{0%{background-position:-200%}to{background-position:200%}}@media (prefers-reduced-motion:reduce){.select-hero h1 .shimmer{animation:none}}@keyframes selBounce{0%,to{transform:rotate(45deg)translate(0)}50%{transform:rotate(45deg)translate(4px,4px)}}@keyframes selCardEnter{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:960px){.countries-grid{grid-template-columns:repeat(2,1fr)}.country-card:first-child,.country-card:nth-child(2),.country-card:nth-child(3),.country-card:nth-child(4),.country-card:nth-child(5){grid-column:span 1}.country-card:nth-child(5){grid-column:1/-1;max-width:calc(50% - .625rem);margin:0 auto}}@media (max-width:640px){.select-hero{min-height:30vh;padding:3.5rem 1.25rem 1.5rem}.countries-grid{grid-template-columns:1fr;gap:1rem}.country-card:first-child,.country-card:nth-child(2),.country-card:nth-child(3),.country-card:nth-child(4),.country-card:nth-child(5){grid-column:span 1;max-width:100%;margin:0}.card-flag-bg{height:90px}.card-body{padding:1rem 1.25rem 1.25rem}.card-country-name{font-size:1.2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width:400px){.features-grid{grid-template-columns:1fr}}
