@charset "UTF-8";:root{--bg-color: #f5fbfb;--primary-color: #00CED3;--secondary-color: #006C79;--secondary-color-rgb: 0, 108, 121;--surface-color: #ffffff;--surface-lighter: #eaf7f7;--text-primary: #09252b;--text-secondary: #426069;--text-muted: #8299a0;--accent-gradient: linear-gradient(135deg, #00CED3 0%, #00A7BD 52%, #006C79 100%);--border-glass: 1px solid rgba(8, 48, 56, .11);--glass-bg: rgba(255, 255, 255, .76);--shadow-premium: 0 14px 36px rgba(7, 72, 82, .1);--shadow-soft: 0 8px 22px rgba(7, 72, 82, .07);--ring-primary: 0 0 0 4px rgba(0, 206, 211, .16);--radius-xl: .75rem;--spacing: .25rem;color-scheme:light}[data-theme=light]{--bg-color: #f5fbfb;--surface-color: #ffffff;--surface-lighter: #eaf7f7;--text-primary: #09252b;--text-secondary: #426069;--text-muted: #8299a0;--border-glass: 1px solid rgba(8, 48, 56, .11);--glass-bg: rgba(255, 255, 255, .76);--shadow-premium: 0 14px 36px rgba(7, 72, 82, .1);--shadow-soft: 0 8px 22px rgba(7, 72, 82, .07);--ring-primary: 0 0 0 4px rgba(0, 206, 211, .16);color-scheme:light}[data-theme=dark]{--bg-color: #0b0b0f;--surface-color: #151519;--surface-lighter: #202027;--text-primary: #f5f5f6;--text-secondary: rgba(229, 231, 235, .72);--text-muted: rgba(229, 231, 235, .48);--border-glass: 1px solid rgba(255, 255, 255, .1);--glass-bg: rgba(17, 17, 21, .82);--shadow-premium: 0 14px 36px rgba(0, 0, 0, .32);--shadow-soft: 0 8px 22px rgba(0, 0, 0, .24);--ring-primary: 0 0 0 4px rgba(0, 206, 211, .18);color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;max-width:100%;min-height:100%;background-color:var(--bg-color)}body{font-family:Inter,sans-serif;background:linear-gradient(180deg,#00ced314,#f5fbfb00 38rem),var(--bg-color);color:var(--text-primary);overflow-x:hidden;line-height:1.5;min-height:100vh}[data-theme=light] body{background:linear-gradient(180deg,#00ced314,#f5fbfb00 38rem),#f5fbfb}[data-theme=dark] body{background:linear-gradient(180deg,#ffffff06,#0b0b0f00 34rem),var(--bg-color)}.layout{min-height:100vh;position:relative;width:100%;max-width:100%;overflow-x:clip}.background-blur{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-10;pointer-events:none;overflow:hidden}.background-blur:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(9,37,43,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(9,37,43,.035) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,black 0%,transparent 70%);mask-image:linear-gradient(to bottom,black 0%,transparent 70%)}.background-blur .blob-1,.background-blur .blob-2{display:none}.navbar{display:flex;justify-content:space-between;align-items:center;padding:0;height:88px;background:var(--glass-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:var(--border-glass);position:sticky;top:0;z-index:100}.navbar .nav-container{display:flex;justify-content:space-between;align-items:center;width:100%}.navbar .logo{display:flex;align-items:center;cursor:pointer}.navbar .logo>img{width:196px;height:auto;display:block}[data-theme=dark] .navbar:before{background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px)}.navbar .nav-right{display:flex;align-items:center;gap:3rem}.navbar .nav-links{display:flex;gap:2rem;font-size:.875rem;font-weight:600;color:var(--text-secondary)}.navbar .nav-links a,.navbar .nav-links button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;font:inherit;text-decoration:none;color:inherit;padding:.55rem 0;position:relative;transition:color .3s;cursor:pointer}.navbar .nav-links a:after,.navbar .nav-links button:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--primary-color);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.navbar .nav-links a:hover,.navbar .nav-links button:hover{color:var(--primary-color)}.navbar .nav-links a:hover:after,.navbar .nav-links button:hover:after{transform:scaleX(1)}.navbar .nav-selectors{display:flex;align-items:center;gap:1.25rem}.navbar .nav-selectors .selector-wrapper{position:relative}.navbar .nav-selectors .region-selector{display:flex;align-items:center;gap:.6rem;background:#ffffffad;border:var(--border-glass);padding:.65rem .9rem;border-radius:16px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=light] .navbar .nav-selectors .region-selector{background:#ffffffc7}[data-theme=dark] .navbar .nav-selectors .region-selector{background:#19191ec7}.navbar .nav-selectors .region-selector:hover{background:var(--surface-color);border-color:#00ced373;transform:translateY(-1px)}.navbar .nav-selectors .region-selector .divider{opacity:.2;font-weight:300;margin:0 .2rem}.navbar .nav-selectors .region-selector svg{opacity:.6;transition:transform .3s}.navbar .nav-selectors .region-selector svg.rotate{transform:rotate(180deg)}.navbar .nav-selectors .region-menu{position:absolute;top:calc(100% + 12px);right:0;background:var(--surface-color);border:var(--border-glass);border-radius:16px;min-width:220px;padding:.5rem;box-shadow:var(--shadow-premium);z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:dropdownFade .2s ease-out}.navbar .nav-selectors .region-menu .dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:10px;cursor:pointer;transition:all .2s}.navbar .nav-selectors .region-menu .dropdown-item:hover{background:var(--surface-lighter)}.navbar .nav-selectors .region-menu .dropdown-item .reg-info{display:flex;align-items:center;gap:.8rem}.navbar .nav-selectors .region-menu .dropdown-item .reg-info .reg-icon{font-size:1.25rem}.navbar .nav-selectors .region-menu .dropdown-item .reg-info .reg-text{display:flex;flex-direction:column;line-height:1.2}.navbar .nav-selectors .region-menu .dropdown-item .reg-info .reg-text .reg-label{font-size:.875rem;font-weight:700;color:var(--text-primary)}.navbar .nav-selectors .region-menu .dropdown-item .reg-info .reg-text .reg-sub{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase}.navbar .nav-selectors .region-menu .dropdown-item svg{color:var(--primary-color)}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar .nav-selectors .theme-toggle{background:var(--accent-gradient);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.navbar .nav-selectors .theme-toggle:hover{transform:rotate(15deg) scale(1.1)}.hero{padding-block:5.5rem 5rem;text-align:left;position:relative;overflow:clip}.hero .hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:stretch;gap:3rem}.hero .hero-copy{min-width:0;position:relative;z-index:3}.hero .hero-kicker{display:inline-flex;align-items:center;margin-bottom:1.15rem;padding:.45rem .75rem;border-radius:999px;background:#00ced31f;color:var(--secondary-color)}[data-theme=dark] .hero .hero-kicker{color:#fff}.hero .hero-kicker{border:1px solid rgba(0,206,211,.2);font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.hero h1{max-width:620px;margin:0 0 1.4rem;color:var(--text-primary);text-wrap:balance}.hero .hero-subtitle{max-width:560px;margin:0 0 1.5rem;font-size:1.08rem;line-height:1.65;color:var(--text-secondary)}.hero .hero-benefits{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-bottom:1.45rem}.hero .hero-benefits.hero-benefits-desktop{display:flex}.hero .hero-benefits.hero-benefits-mobile{display:none}.hero .hero-benefits span{display:inline-flex;align-items:center;gap:.45rem;color:var(--text-secondary);font-size:.88rem;font-weight:400}.hero .hero-benefits span svg{color:var(--secondary-color)}.hero .hero-media{position:relative;height:100%;min-height:0;border-radius:34px;overflow:hidden;box-shadow:0 10px 24px #0748521a;border:10px solid rgba(255,255,255,.72);background:var(--surface-lighter)}[data-theme=dark] .hero .hero-media{border-color:#ffffff14;box-shadow:0 10px 24px #00000047}.hero .hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.16));pointer-events:none}.hero .hero-media img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:64% center;display:block}.hero .search-box-container{width:100%;max-width:620px;margin:0;display:flex;flex-direction:column;gap:.75rem;padding:.75rem;background:#ffffffd1;border:var(--border-glass);border-radius:24px;box-shadow:0 10px 24px #07485214;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:relative;z-index:5}[data-theme=dark] .hero .search-box-container{background:#121216c7}.hero .search-box-container .date-range-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.hero .search-box-container .search-box{background:var(--surface-color);border:var(--border-glass);padding:.72rem .78rem;border-radius:16px;display:flex;align-items:center;gap:.75rem;box-shadow:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero .search-box-container .search-box:focus-within{border-color:var(--primary-color);box-shadow:var(--ring-primary);transform:none}.hero .search-box-container .search-box .search-icon{color:var(--secondary-color);margin-left:.35rem;flex:0 0 auto}.hero .search-box-container .search-box input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--text-primary);font-size:1rem;font-weight:600}.hero .search-box-container .search-box input::placeholder{color:var(--text-muted);font-weight:400}.hero .search-box-container .search-box.date-search{position:relative;border-radius:16px;padding:.78rem .85rem}.hero .search-box-container .search-box.date-search .date-input-wrapper{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.hero .search-box-container .search-box.date-search .date-input-wrapper label{font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.28rem}.hero .search-box-container .search-box.date-search .date-input-wrapper input[type=date]{width:100%;min-width:0;height:24px;padding:0;font-size:.82rem;cursor:pointer;color:var(--text-primary);font-weight:700;font-family:inherit;border:none;background:transparent}.hero .search-box-container .search-box.date-search .date-input-wrapper input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.5);cursor:pointer}.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-trigger{width:100%;min-width:0;min-height:24px;padding:0;border:none;outline:none;background:transparent;color:var(--text-primary);font-family:inherit;font-size:.82rem;font-weight:700;line-height:1.35;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;text-align:left}.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-trigger svg{flex:0 0 auto;color:var(--text-muted);transition:transform .2s ease}.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-trigger svg.rotate{transform:rotate(180deg)}.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-menu{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:1000;padding:.5rem;background:var(--surface-color);border:var(--border-glass);border-radius:18px;box-shadow:0 10px 24px #0748521f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;gap:.35rem}.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-option{width:100%;padding:.85rem 1rem;border:none;border-radius:12px;background:transparent;color:var(--text-primary);font-family:inherit;font-size:.9375rem;font-weight:700;line-height:1.35;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease}.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-option:hover,.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-option.active{background:var(--accent-gradient);color:#fff}.hero .search-box-container .search-box.date-search.usage-profile{grid-column:1/-1;overflow:visible}.hero .search-box-container .search-box .btn{margin-left:auto}.hero .search-box-container .search-btn-mobile{display:none}.hero .search-box-container .popular-tags{display:flex;align-items:center;justify-content:center;gap:1.5rem;font-size:.875rem;font-weight:600;margin-top:.5rem}.hero .search-box-container .popular-tags span{color:var(--text-muted)}.hero .search-box-container .popular-tags button{background:transparent;border:var(--border-glass);border-radius:999px;padding:.45rem .8rem;color:var(--text-secondary);cursor:pointer;transition:all .2s}.hero .search-box-container .popular-tags button:hover{color:var(--secondary-color);transform:translateY(-1px);background:var(--surface-color)}@media(max-width:768px){.hero .search-box-container{padding:.85rem;gap:.85rem}.hero .search-box-container .date-range-grid{grid-template-columns:1fr;gap:.75rem}.hero .search-box-container .search-box{border-radius:16px;padding:.5rem .75rem;height:auto;min-height:50px}.hero .search-box-container .search-box.main-search .search-icon{margin-left:.5rem}.hero .search-box-container .search-box.main-search input{font-size:1rem}.hero .search-box-container .search-box.main-search .btn{display:none}.hero .search-box-container .search-box.date-search{padding:.75rem 1rem}.hero .search-box-container .search-box.date-search .search-icon{margin-left:0}.hero .search-box-container .search-box.date-search .date-input-wrapper label{font-size:.6rem}.hero .search-box-container .search-box.date-search .date-input-wrapper input[type=date]{font-size:.85rem;height:20px}.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-trigger{font-size:.85rem;min-height:28px;padding-top:.2rem;padding-bottom:.2rem}.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-menu{border-radius:14px;padding:.4rem}.hero .search-box-container .search-box.date-search .date-input-wrapper .usage-profile-option{padding:.75rem .85rem;font-size:.85rem}.hero .search-box-container .search-btn-mobile{display:block;width:100%;margin-top:.25rem;height:54px;font-size:1rem}.hero .search-box-container .popular-tags{flex-wrap:wrap;gap:.75rem;font-size:.8rem}}.trust-badges{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.trust-badges .badge{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;color:var(--text-secondary);background:#ffffffb3;padding:.72rem 1rem;border-radius:100px;border:var(--border-glass);box-shadow:var(--shadow-soft)}.trust-badges .badge svg{color:var(--primary-color)}.btn{padding:.52rem .95rem;padding-inline:calc(var(--spacing, .25rem) * 4);border-radius:var(--radius-xl, .75rem);border:var(--border-glass);background:var(--surface-color);color:var(--text-primary);font-weight:300;font-size:.86rem;letter-spacing:0;cursor:pointer;transition:all .3s ease}[data-theme=dark] .btn{border-color:#ffffff1a}.btn:hover{background:var(--surface-lighter);transform:translateY(-1px);box-shadow:0 6px 14px #07485214}.btn.btn-primary{background:var(--primary-color);border:1px solid var(--primary-color);color:#fff;box-shadow:none;font-weight:300}[data-theme=dark] .btn.btn-primary{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.btn.btn-primary:hover{opacity:1;background:#00b9be;border-color:#00b9be;color:#fff;box-shadow:0 7px 16px #006c7929}.btn.btn-danger,.btn.logout-mini{background:transparent}.login-btn,.search-btn-desktop,.search-btn-mobile{min-height:36px}.search-btn-desktop,.search-btn-mobile{min-height:44px;padding:.72rem 1.35rem;padding-inline:calc(var(--spacing, .25rem) * 6);font-size:1.05rem;font-weight:900}.logout-mini{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding-inline:calc(var(--spacing, .25rem) * 4);border-radius:var(--radius-xl, .75rem);border:var(--border-glass);background:var(--surface-lighter);color:var(--text-primary);font-weight:400;font-size:.86rem;cursor:pointer;transition:all .3s ease}.logout-mini:hover{background:var(--surface-color);transform:translateY(-1px);box-shadow:0 6px 14px #07485214}.user-profile-menu{display:flex;align-items:center;gap:.5rem;min-width:0}.user-btn{display:inline-flex;align-items:center;gap:.45rem;min-width:0;max-width:180px}.user-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-btn .user-btn-icon{display:none;flex:0 0 auto}.pagination-controls{display:flex;justify-content:center;margin-top:1rem;padding:2rem 0}.pagination-controls .btn{min-width:240px}.btn-secondary{background:var(--surface-lighter)!important;color:var(--text-primary)!important;border:var(--border-glass)!important}.btn-secondary:hover{background:var(--surface-color)!important}.btn-outline{background:transparent!important;color:var(--secondary-color)!important;border:1px solid rgba(0,108,121,.32)!important}.btn-outline:hover{background:#00ced31a!important;color:var(--secondary-color)!important}.container{width:100%;max-width:1200px;margin:0 auto;padding-inline:clamp(1rem,4vw,2rem)}.section{padding-block:5rem}#results-section{padding-bottom:2.5rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{margin-bottom:.5rem;color:var(--text-primary);font-size:2.5rem;font-weight:800;letter-spacing:0}.section-header p{color:var(--text-secondary);font-size:1.02rem;line-height:1.7}.plan-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:1.5rem;margin:2.5rem 0}.recommendation-view{background:var(--surface-color);border-radius:28px;padding:4rem 2rem;border:1px solid rgba(0,206,211,.38);box-shadow:0 10px 28px #00ced31f;margin-bottom:4rem;position:relative;overflow:hidden}.recommendation-view:before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:var(--accent-gradient)}.recommendation-view .recommendation-badge{background:var(--accent-gradient);color:#fff;padding:.5rem 1.25rem;border-radius:100px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;display:inline-block;margin-bottom:1.5rem}.recommendation-view .recommended-card-wrapper{max-width:400px;margin:3rem auto}.recommendation-view .recommended-card-wrapper .card-premium{border-width:3px;animation:pulseHighlight 2s infinite}.recommendation-view .view-all-trigger{text-align:center;margin-top:2rem}@keyframes pulseHighlight{0%{transform:scale(1);border-color:var(--primary-color)}50%{transform:scale(1.02);border-color:var(--secondary-color)}to{transform:scale(1);border-color:var(--primary-color)}}.animate-fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card-premium{background:var(--surface-color);border:var(--border-glass);border-radius:24px;padding:2.5rem;transition:all .5s cubic-bezier(.19,1,.22,1);box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.card-premium:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 100%);opacity:0;transition:opacity .5s;pointer-events:none}.card-premium:hover{transform:translateY(-7px);border-color:var(--primary-color);box-shadow:0 14px 32px -22px #0748524d,0 0 0 1px #00ced32e}.card-premium:hover:before{opacity:1}[data-theme=dark] .card-premium{background:linear-gradient(165deg,var(--surface-color) 0%,#11111d 100%);box-shadow:0 10px 40px -10px #00000080,inset 0 1px 1px #ffffff0d}.loading-state,.error-state,.no-results{text-align:center;padding:clamp(2rem,8vw,4rem);display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:var(--text-secondary)}.loading-state .spinning,.error-state .spinning,.no-results .spinning{animation:spin 2s linear infinite}.footer{border-top:var(--border-glass);padding:3rem 0;text-align:center;font-size:.875rem;color:var(--text-muted)}.footer .footer-links{margin-top:1rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1rem}.footer .footer-links button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--text-secondary);font:inherit;font-weight:700;cursor:pointer}.footer .footer-links button:hover{color:var(--primary-color)}.static-page .static-back{margin-bottom:1.25rem}.static-page .static-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.static-page .static-page-block{background:var(--surface-color);border:var(--border-glass);border-radius:18px;padding:1.25rem}.static-page .static-page-block h3{margin-bottom:.65rem;color:var(--text-primary)}.static-page .static-page-block p{color:var(--text-secondary);line-height:1.65}@media(max-width:760px){.static-page .static-page-grid{grid-template-columns:1fr}}.static-page-faq .faq-list{display:grid;gap:1rem}.static-page-faq .faq-item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:1rem;align-items:start;background:var(--surface-color);border:var(--border-glass);border-radius:22px;padding:1.35rem}.static-page-faq .faq-number{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:#00ced31f;color:var(--primary-color);font-size:1.1rem;font-weight:800}.static-page-faq .faq-copy h3{margin-bottom:.55rem;color:var(--text-primary)}.static-page-faq .faq-copy p{color:var(--text-secondary);line-height:1.72;margin:0}.static-page-legal .legal-document{display:grid;gap:1.1rem}.static-page-legal .legal-section{background:var(--surface-color);border:var(--border-glass);border-radius:22px;padding:1.5rem}.static-page-legal .legal-section-head{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1rem}.static-page-legal .legal-section-head span{color:var(--primary-color);font-weight:800;font-size:.95rem;letter-spacing:.08em}.static-page-legal .legal-section-head h3{margin:0;color:var(--text-primary)}.static-page-legal .legal-clauses{display:grid;gap:.9rem}.static-page-legal .legal-clause{margin:0;color:var(--text-secondary);line-height:1.8}.static-page-legal .legal-clause strong{color:var(--text-primary);margin-right:.4rem}h1{font-size:clamp(2.65rem,5vw,5.15rem);font-weight:900;letter-spacing:0;line-height:.98}h2{font-size:2.5rem;font-weight:800}h3{font-size:1.5rem}@media(max-width:1100px){.hero{--hero-stack-width: 760px}.hero .hero-content{grid-template-columns:1fr;gap:2.5rem}.hero .hero-copy,.hero .hero-media{width:100%;max-width:var(--hero-stack-width)}.hero h1,.hero .hero-subtitle{max-width:720px}.hero .search-box-container{max-width:760px}.hero .hero-media,.hero .hero-media img{min-height:360px}}@media(max-width:860px){.navbar .nav-right{gap:1.25rem}.navbar .nav-links{display:none}.hero .search-box-container{max-width:none}.hero .search-box-container .date-range-grid{grid-template-columns:1fr}.hero .search-box-container .search-box.main-search .btn{display:none}.hero .search-box-container .search-btn-mobile{display:block;width:100%;margin-top:.25rem;height:54px;font-size:1rem}.hero .search-box-container .popular-tags{flex-wrap:wrap;justify-content:flex-start;gap:.75rem}}@media(max-width:768px){h1{font-size:clamp(2rem,8.5vw,2.65rem);margin-bottom:2rem}h2{font-size:1.85rem}.navbar{height:80px}.navbar .nav-container{padding:0 1.5rem}.navbar .logo>img{width:156px}.navbar .nav-right{gap:1rem}.navbar .nav-links{display:none}.navbar .nav-selectors{gap:1rem}.navbar .nav-selectors .region-selector{padding:.5rem .75rem;font-size:.85rem;gap:.5rem}.navbar .nav-selectors .region-selector .divider{display:none}.navbar .nav-selectors .region-selector span:nth-child(2){display:none}.static-page-faq .faq-item{grid-template-columns:1fr}.static-page-faq .faq-number{width:52px;height:52px;border-radius:14px}.static-page-legal .legal-section{padding:1.2rem}.static-page-legal .legal-section-head{flex-direction:column;align-items:flex-start;gap:.4rem}.hero{padding-block:3.25rem 3.5rem}.hero:before{display:none}.hero .hero-content{grid-template-columns:1fr;gap:1.75rem}.hero .hero-copy{text-align:left}.hero .hero-benefits.hero-benefits-desktop{display:none!important}.hero .hero-benefits.hero-benefits-mobile{display:flex!important;justify-content:center;width:100%;margin-top:1rem;margin-bottom:.25rem;gap:.5rem .85rem}.hero .hero-benefits.hero-benefits-mobile span{font-size:.75rem;font-weight:500;gap:.3rem}.hero .hero-benefits.hero-benefits-mobile span svg{width:13px;height:13px}.hero .hero-media{display:none}.search-box-container{padding:.85rem;gap:.85rem}.search-box-container .date-range-grid{grid-template-columns:1fr;gap:1rem}.search-box-container .search-box{border-radius:20px;padding:.75rem 1rem;min-height:56px}.search-box-container .search-box.main-search .search-icon{margin-left:.5rem}.search-box-container .search-box.main-search input{font-size:1.05rem}.search-box-container .search-box.date-search{padding:1rem 1.25rem}.search-box-container .search-box.date-search .date-input-wrapper label{font-size:.65rem}.search-box-container .search-box.date-search .date-input-wrapper input[type=date]{font-size:.9rem;height:24px}.search-box-container .search-btn-mobile{margin-top:.5rem;height:60px;font-size:16px;border-radius:20px}.search-box-container .popular-tags{gap:.75rem;font-size:.85rem;margin-top:1rem}.trust-badges{margin-top:3.5rem;gap:1.25rem}.trust-badges .badge{padding:.6rem 1.2rem;font-size:.8rem}.section-header{margin-bottom:3.5rem}.section-header h2{font-size:2rem}.plan-grid{gap:2rem;padding:0}.section{padding-block:3.75rem}.container{padding-left:1.5rem;padding-right:1.5rem}}@media(max-width:480px){h1{margin-bottom:1.5rem}.container{padding-left:1rem;padding-right:1rem}.navbar .nav-container{padding-inline:1rem}.navbar .logo>img{width:126px}.navbar .nav-right,.navbar .nav-selectors{gap:.5rem}.navbar .nav-selectors .region-selector{padding:.5rem .6rem;gap:.4rem}.navbar .nav-selectors .theme-toggle{width:38px;height:38px}.navbar .nav-selectors .login-btn{min-height:38px;padding:.55rem .7rem;font-size:.84rem}.navbar .nav-selectors .user-profile-menu{gap:.35rem}.navbar .nav-selectors .user-btn{width:38px;height:38px;justify-content:center;padding:0}.navbar .nav-selectors .user-btn span{display:none}.navbar .nav-selectors .user-btn .user-btn-icon{display:block}.navbar .nav-selectors .logout-mini{display:none}.hero{padding-block:2.75rem 3rem}.hero .hero-kicker{font-size:.72rem;letter-spacing:.06em}.hero .hero-subtitle{font-size:1rem;line-height:1.58}.hero .hero-benefits{flex-direction:column;gap:.65rem;margin-bottom:1.25rem}.hero .hero-media{display:none}.search-box-container{border-radius:22px;padding:.75rem}.search-box-container .search-box{padding:.72rem .85rem;min-height:54px}.search-box-container .search-box.date-search{padding:.85rem .9rem}.search-box-container .popular-tags{justify-content:flex-start;margin-top:.5rem}.section-header{margin-bottom:2rem}.plan-grid{gap:1.25rem;margin:1.75rem 0}}@media(max-width:380px){h1{font-size:clamp(1.95rem,10vw,2.18rem)}.navbar .nav-container{padding-inline:.75rem}.navbar .logo>img{width:104px}.navbar .nav-right,.navbar .nav-selectors{gap:.35rem}.navbar .nav-selectors .region-selector{padding:.45rem .5rem;font-size:.78rem;gap:.3rem}.navbar .nav-selectors .theme-toggle,.navbar .nav-selectors .user-btn{width:36px;height:36px}.navbar .nav-selectors .login-btn{min-height:36px;padding:.48rem .58rem;font-size:.78rem}.hero .hero-subtitle{font-size:.96rem}.search-box-container{margin-inline:-.15rem;width:calc(100% + .3rem)}.search-box-container .search-box{gap:.6rem}.search-box-container .search-box .search-icon{margin-left:0}.search-box-container .search-box.date-search .date-input-wrapper label{letter-spacing:.035em}.search-box-container .search-btn-mobile{height:54px}}.plan-card{display:flex;flex-direction:column;position:relative;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;overflow:hidden;padding:2rem;border-radius:24px}.plan-card .launch-discount-badge{align-self:flex-start;display:inline-flex;align-items:center;min-height:28px;padding:.42rem .72rem;margin-bottom:1rem;border-radius:999px;background:linear-gradient(135deg,#10b98129,#00ced324);border:1px solid rgba(16,185,129,.22);color:#047857;font-size:.7rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.04em}[data-theme=dark] .plan-card .launch-discount-badge{color:#67e8f9;background:linear-gradient(135deg,#10b98124,#00ced31f);border-color:#67e8f93d}.plan-card.unlimited-highlight{border:1px solid rgba(0,206,211,.34);background:linear-gradient(145deg,var(--surface-color) 0%,rgba(0,206,211,.075) 100%);box-shadow:0 10px 24px -18px #006c7957}[data-theme=dark] .plan-card.unlimited-highlight{background:linear-gradient(145deg,var(--surface-color) 0%,#1b1b21 100%);border-color:#00ced342;box-shadow:0 10px 24px -18px #000000b8}.plan-card.unlimited-highlight:hover{box-shadow:0 12px 28px -18px #006c796b;transform:translateY(-6px)}.plan-card .unlimited-badge{position:absolute;top:1.1rem;right:1.1rem;background:var(--accent-gradient);color:#fff;padding:.42rem .72rem;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase;display:flex;align-items:center;gap:.35rem;box-shadow:none;z-index:2}.plan-card .plan-header{margin-bottom:1.75rem}.plan-card .plan-header .country-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.48rem .8rem;background:var(--surface-lighter);border:var(--border-glass);border-radius:999px;font-size:.75rem;font-weight:700;color:var(--text-secondary);margin-bottom:1.1rem;max-width:calc(100% - 110px)}.plan-card .plan-header .country-badge span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plan-card .plan-header h3{font-size:1.18rem;font-weight:800;color:var(--text-primary);line-height:1.32;letter-spacing:0}.plan-card .plan-header h3 .multi-country-title{display:flex;flex-direction:column}.plan-card .plan-header h3 .multi-country-title .main-title{font-size:1.35rem;background:var(--accent-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.plan-card .plan-header h3 .multi-country-title .subtitle{font-size:.8rem;color:var(--text-muted);font-weight:600;margin-top:.35rem;line-height:1.4}.plan-card .plan-header h3 .multi-country-title .subtitle .view-all-link{color:var(--primary-color);cursor:pointer;text-decoration:underline;text-underline-offset:2px;font-weight:700;transition:opacity .2s}.plan-card .plan-header h3 .multi-country-title .subtitle .view-all-link:hover{opacity:.8}.plan-card .plan-header h3 .multi-country-title .plan-type{font-size:1.05rem;color:var(--text-primary);margin-top:.6rem;font-weight:800}.plan-card .plan-details{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:1.8rem}.plan-card .plan-details .detail{display:flex;flex-direction:column;gap:.38rem;padding:1rem;background:#eaf7f7ad;border:var(--border-glass);border-radius:16px}[data-theme=dark] .plan-card .plan-details .detail{background:#ffffff09}.plan-card .plan-details .detail .label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.plan-card .plan-details .detail .value{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:var(--text-primary)}.plan-card .plan-details .detail .value svg{color:var(--primary-color);opacity:.8}.plan-card .plan-price{margin-top:auto;margin-bottom:1.25rem;padding-top:1.1rem;border-top:var(--border-glass);display:flex;flex-direction:column;gap:.25rem}.plan-card .plan-price .original-price{color:var(--text-muted);font-size:.85rem;font-weight:700;text-decoration:line-through;opacity:.78}.plan-card .plan-price .price{font-size:2.15rem;font-weight:900;color:var(--text-primary);letter-spacing:0}.plan-card .btn-block{width:100%;justify-content:center}.plan-card:hover{transform:translateY(-6px)}@media(max-width:420px){.plan-card{padding:1.55rem}.plan-card .plan-details{grid-template-columns:1fr}.plan-card .plan-header .country-badge{max-width:100%}.plan-card .launch-discount-badge{max-width:100%;white-space:normal;line-height:1.2}}.countries-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.countries-modal-overlay .countries-modal-content{background:var(--surface-color);width:100%;max-width:450px;border-radius:24px;border:var(--border-glass);box-shadow:0 12px 28px -16px #0000006b;display:flex;flex-direction:column;max-height:80vh;overflow:hidden}[data-theme=dark] .countries-modal-overlay .countries-modal-content{background:linear-gradient(165deg,#1e1e2d,#14141e)}.countries-modal-overlay .countries-modal-content .countries-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(15,23,42,.05)}[data-theme=dark] .countries-modal-overlay .countries-modal-content .countries-modal-header{border-bottom-color:#ffffff0d}.countries-modal-overlay .countries-modal-content .countries-modal-header h4{margin:0;font-size:1.25rem;font-weight:800;color:var(--text-primary)}.countries-modal-overlay .countries-modal-content .countries-modal-header .close-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:50%;transition:all .2s}.countries-modal-overlay .countries-modal-content .countries-modal-header .close-btn:hover{background:#0000000d;color:var(--text-primary)}[data-theme=dark] .countries-modal-overlay .countries-modal-content .countries-modal-header .close-btn:hover{background:#ffffff1a}.countries-modal-overlay .countries-modal-content .countries-search{padding:1rem 1.5rem;background:var(--surface-lighter);position:relative;display:flex;align-items:center}.countries-modal-overlay .countries-modal-content .countries-search .search-icon{position:absolute;left:2.25rem;color:var(--text-muted)}.countries-modal-overlay .countries-modal-content .countries-search input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border-radius:12px;border:var(--border-glass);background:var(--surface-color);color:var(--text-primary);font-size:.95rem;outline:none;transition:border-color .2s}.countries-modal-overlay .countries-modal-content .countries-search input:focus{border-color:var(--primary-color)}.countries-modal-overlay .countries-modal-content .countries-list{padding:1rem 1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.countries-modal-overlay .countries-modal-content .countries-list::-webkit-scrollbar{width:6px}.countries-modal-overlay .countries-modal-content .countries-list::-webkit-scrollbar-thumb{background:#0f172a33;border-radius:3px}[data-theme=dark] .countries-modal-overlay .countries-modal-content .countries-list::-webkit-scrollbar-thumb{background:#fff3}.countries-modal-overlay .countries-modal-content .countries-list .country-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:12px;background:#0f172a05;color:var(--text-primary);font-weight:600;font-size:.95rem;transition:background .2s}[data-theme=dark] .countries-modal-overlay .countries-modal-content .countries-list .country-item{background:#ffffff08}.countries-modal-overlay .countries-modal-content .countries-list .country-item:hover{background:#0f172a0d}[data-theme=dark] .countries-modal-overlay .countries-modal-content .countries-list .country-item:hover{background:#ffffff14}.countries-modal-overlay .countries-modal-content .countries-list .country-item .country-check{color:var(--primary-color);font-weight:900;font-size:1rem}.countries-modal-overlay .countries-modal-content .countries-list .no-countries-found{text-align:center;padding:2rem;color:var(--text-muted);font-size:.9rem;font-weight:500}.compatibility-checker{margin-top:1.5rem;padding:1.5rem;background:var(--surface-lighter);border-radius:24px;border:var(--border-glass);position:relative;transition:all .3s ease}.compatibility-checker .checker-label{display:block;margin-bottom:1rem;font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.compatibility-checker .checker-input-group{display:flex;gap:.75rem;margin-bottom:.5rem}.compatibility-checker .checker-input-group .checker-input-wrapper{flex:1;position:relative;display:flex;align-items:center;background:var(--surface-color);border:var(--border-glass);border-radius:16px;padding:0 1.25rem;height:56px;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 2px 4px #0000000d}.compatibility-checker .checker-input-group .checker-input-wrapper:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 4px #00ced31a,inset 0 2px 4px #00000005;transform:translateY(-1px)}.compatibility-checker .checker-input-group .checker-input-wrapper .checker-icon{color:var(--text-muted);transition:color .3s}.compatibility-checker .checker-input-group .checker-input-wrapper:focus-within .checker-icon{color:var(--primary-color)}.compatibility-checker .checker-input-group .checker-input-wrapper input{flex:1;background:transparent;border:none;outline:none;color:var(--text-primary);font-size:1rem;font-weight:600}.compatibility-checker .checker-input-group .checker-input-wrapper input::placeholder{color:var(--text-muted);font-weight:400}.compatibility-checker .checker-input-group .checker-input-wrapper .spinning{color:var(--primary-color);animation:spin 1s linear infinite}.compatibility-checker .checker-input-group .search-action-btn{padding:0 1.75rem;height:56px;font-weight:800;font-size:.9rem;border-radius:16px;text-transform:uppercase;letter-spacing:.02em}.compatibility-checker .device-suggestions{list-style:none;margin-top:.75rem;background:var(--surface-color);border:var(--border-glass);border-radius:16px;overflow:hidden;position:absolute;left:1.5rem;right:1.5rem;z-index:100;box-shadow:0 10px 24px #00000024;animation:slideDown .3s cubic-bezier(.19,1,.22,1)}.compatibility-checker .device-suggestions li{padding:1rem 1.25rem;font-size:.9rem;font-weight:600;cursor:pointer;color:var(--text-primary);display:flex;align-items:center;gap:.75rem;transition:all .2s}.compatibility-checker .device-suggestions li:not(:last-child){border-bottom:1px solid rgba(255,255,255,.03)}.compatibility-checker .device-suggestions li:hover{background:var(--surface-lighter);color:var(--primary-color);padding-left:1.5rem}.compatibility-checker .compatibility-sweet-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box{margin:0;padding:2.5rem 2rem;border-radius:24px;border:1px solid transparent;position:relative;overflow:hidden;max-width:400px;width:100%;text-align:center;background:var(--surface-color);box-shadow:0 12px 28px -16px #0000006b}[data-theme=dark] .compatibility-checker .compatibility-sweet-overlay .compatibility-result-box{background:linear-gradient(165deg,#1e1e2d,#14141e)}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .close-sweet{position:absolute;top:1rem;right:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-muted);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .close-sweet:hover{background:#ffffff1a;color:var(--text-primary);transform:rotate(90deg)}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);pointer-events:none}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box.success{border-color:#10b98133;box-shadow:0 10px 24px -14px #10b98124}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box.success .result-header svg{color:#10b981}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box.error{border-color:#ef444433;box-shadow:0 10px 24px -14px #ef444424}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box.error .result-header svg{color:#ef4444}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .result-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .result-header{display:flex;flex-direction:column;gap:.75rem;align-items:center;margin-bottom:1rem}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .result-header h3{font-size:1.5rem;font-weight:900;margin:0;color:var(--text-primary)}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .sweet-text{font-size:.95rem;line-height:1.5;color:var(--text-muted);margin-bottom:1.5rem}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .sweet-text strong{color:var(--text-primary);font-weight:800}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .matching-models-list{list-style:none;padding:1rem;margin:0 0 1.5rem;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;background:#0000000d}[data-theme=dark] .compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .matching-models-list{background:#0003}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .matching-models-list{border-radius:16px;font-size:.8rem;font-weight:600;text-align:left;color:var(--text-primary)}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .matching-models-list li{display:flex;align-items:center;gap:.5rem;color:var(--text-muted)}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .matching-models-list li:before{content:"✓";color:#10b981;font-size:.7rem;font-weight:700}.compatibility-checker .compatibility-sweet-overlay .compatibility-result-box .w-100{width:100%;padding:.75rem;border-radius:12px}@media(max-width:520px){.compatibility-checker{padding:1.25rem}.compatibility-checker .checker-input-group{display:flex;flex-direction:column!important;gap:.75rem}.compatibility-checker .checker-input-group .checker-input-wrapper{width:100%!important;flex:none}.compatibility-checker .checker-input-group .search-action-btn{width:100%!important;margin:0;height:50px}.compatibility-checker .device-suggestions{left:1rem;right:1rem;width:auto}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes revealResult{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:2.5vh 1rem;overflow-y:auto}.checkout-page{width:100%;max-width:min(1180px,100%);overflow-x:clip;padding-inline:clamp(.875rem,4vw,2rem);padding-top:3rem;padding-bottom:5rem}.checkout-page *,.checkout-page *:before,.checkout-page *:after{min-width:0}.checkout-page .checkout-page-shell{width:100%;max-width:100%}.checkout-page .checkout-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(8,48,56,.1)}.checkout-page .checkout-page-heading p{color:var(--secondary-color);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;text-align:right}.checkout-page .checkout-page-heading h1{margin:0;text-align:right;font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.045em}.checkout-page .checkout-form{width:100%;max-width:100%}.checkout-page .checkout-form .checkout-grid{grid-template-columns:minmax(0,1fr) minmax(300px,410px);gap:2rem;width:100%}.checkout-page .checkout-left{width:100%;background:#ffffffdb;border:1px solid rgba(8,48,56,.1);border-radius:28px;padding:clamp(1.1rem,2vw,1.65rem);box-shadow:0 18px 50px #07485214}[data-theme=dark] .checkout-page .checkout-left{background:#151519d1;border-color:#ffffff17}.checkout-page .checkout-right{position:sticky;top:112px;align-self:start;gap:1rem;width:100%}.checkout-page .checkout-order-summary{background:linear-gradient(180deg,#00ced311,#fff0 120px),var(--surface-color);border:1px solid rgba(8,48,56,.12);border-radius:28px;padding:1.35rem;box-shadow:0 20px 55px #0748521c}.checkout-page .checkout-order-summary .summary-eyebrow{display:block;margin-bottom:.65rem;color:var(--secondary-color);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.checkout-page .checkout-order-summary h3{margin-bottom:1.1rem;font-size:1.1rem;line-height:1.25;color:var(--text-primary);overflow-wrap:anywhere}.checkout-page .checkout-order-summary .invoice-lines{display:grid;gap:.75rem;padding-bottom:1rem;border-bottom:var(--border-glass)}.checkout-page .checkout-order-summary .invoice-line,.checkout-page .checkout-order-summary .invoice-total{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;color:var(--text-secondary);font-size:.9rem}.checkout-page .checkout-order-summary .invoice-line span,.checkout-page .checkout-order-summary .invoice-total span{overflow-wrap:anywhere}.checkout-page .checkout-order-summary .invoice-line strong,.checkout-page .checkout-order-summary .invoice-total strong{color:var(--text-primary);white-space:nowrap}.checkout-page .checkout-order-summary .invoice-line.discount strong,.checkout-page .checkout-order-summary .invoice-total.discount strong{color:#059669}.checkout-page .checkout-order-summary .invoice-total{align-items:baseline;padding-top:1rem;font-weight:900}.checkout-page .checkout-order-summary .invoice-total strong{font-size:1.6rem}.checkout-page .checkout-order-summary p{margin-top:1rem;color:var(--text-muted);font-size:.82rem;line-height:1.5}.checkout-page .compatibility-section,.checkout-page .payment-methods,.checkout-page .trust-footer,.checkout-page .total-discount-row{background:#ffffffdb;border:1px solid rgba(8,48,56,.1);border-radius:22px;padding:1rem;box-shadow:0 10px 30px #0748520f}[data-theme=dark] .checkout-page .compatibility-section,[data-theme=dark] .checkout-page .payment-methods,[data-theme=dark] .checkout-page .trust-footer,[data-theme=dark] .checkout-page .total-discount-row{background:#151519d1;border-color:#ffffff17}.checkout-page .payment-methods>label{margin-bottom:.8rem}.checkout-page .trust-footer{border-top:0!important;margin-top:0!important}.checkout-page .trust-footer .submit-btn{min-height:56px}.checkout-page .security-note{margin-top:1.5rem}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.checkout-modal{margin:auto;max-width:1040px;width:100%;max-height:95dvh;overflow-x:hidden;overflow-y:auto;position:relative;z-index:1;padding:1.5rem;background:var(--surface-color);border:var(--border-glass);border-radius:24px;box-shadow:0 14px 34px -18px #00000073,0 0 0 1px #ffffff0d}[data-theme=dark] .checkout-modal{background:linear-gradient(165deg,#161625e6,#0a0a0ff2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.checkout-modal::-webkit-scrollbar{width:8px}.checkout-modal::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.checkout-modal::-webkit-scrollbar-thumb{background:#0000004d;border-radius:10px}[data-theme=dark] .checkout-modal::-webkit-scrollbar-track{background:#ffffff05}[data-theme=dark] .checkout-modal::-webkit-scrollbar-thumb{background:#fff3}.checkout-modal .modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.checkout-modal .modal-header .header-title h2{font-size:1.55rem;font-weight:900;letter-spacing:0;line-height:1.1;margin-bottom:.35rem}.checkout-modal .modal-header .header-title .plan-name{color:var(--primary-color);font-weight:800;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;line-height:1.35}.checkout-modal .modal-header .close-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.05);color:var(--text-muted);cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.checkout-modal .modal-header .close-btn:hover{background:#ef44441a;color:#ef4444;transform:rotate(90deg) scale(1.1);border-color:#ef444433}.checkout-modal .summary-card{background:var(--accent-gradient);border-radius:16px;padding:.85rem 1rem;display:flex;align-items:center;gap:.9rem;margin-bottom:1rem;color:#fff;position:relative;overflow:hidden;box-shadow:0 8px 20px -12px #006c7947}.checkout-modal .summary-card:before{content:"";position:absolute;top:-50%;left:-20%;width:100%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);transform:rotate(45deg)}.checkout-modal .summary-card .summary-icon{background:#fff3;width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 16px #0000001a}.checkout-modal .summary-card .summary-info .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:800;opacity:.8;margin-bottom:4px}.checkout-modal .summary-card .summary-info .total{font-size:1.35rem;font-weight:900;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.1)}.checkout-form{display:block;width:100%;max-width:100%}.checkout-form .checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);gap:1.35rem;align-items:start;width:100%;max-width:100%}.checkout-form .checkout-left,.checkout-form .checkout-right{display:flex;flex-direction:column;gap:.9rem;min-width:0;width:100%}.checkout-form .form-wrapper{display:flex;flex-direction:column;gap:.8rem;position:relative;z-index:10;width:100%}.checkout-form .input-group{display:flex;flex-direction:column;position:relative}.checkout-form .input-group:first-child{z-index:100}.checkout-form .input-group:nth-child(2){z-index:50}.checkout-form .input-group label{display:block;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.45rem}.checkout-form .input-group .input-wrapper{position:relative;display:flex;align-items:center;background:var(--surface-lighter);border:var(--border-glass);border-radius:16px;padding:0 1.25rem;min-height:46px;width:100%;min-width:0;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.checkout-form .input-group .input-wrapper:focus-within{border-color:var(--primary-color);background:var(--surface-color);box-shadow:var(--ring-primary);transform:translateY(-2px)}.checkout-form .input-group .input-wrapper .input-icon{color:var(--text-muted);transition:color .3s}.checkout-form .input-group .input-wrapper:focus-within .input-icon{color:var(--primary-color)}.checkout-form .input-group .input-wrapper input{flex:1;min-width:0;width:100%;background:transparent;border:none;outline:none;color:var(--text-primary);font-size:.95rem;font-weight:600}.checkout-form .input-group .input-wrapper input::placeholder{color:var(--text-muted);font-weight:400}.checkout-form .input-group .input-wrapper .prefix-selector-container{position:relative;height:100%;display:flex;align-items:center}.checkout-form .input-group .input-wrapper .prefix-selector-container .prefix-toggle-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);height:36px;padding:0 .75rem;border-radius:10px;display:flex;align-items:center;gap:.5rem;color:var(--text-primary);cursor:pointer;transition:all .2s}.checkout-form .input-group .input-wrapper .prefix-selector-container .prefix-toggle-btn:hover{background:#ffffff1a;border-color:var(--primary-color)}.checkout-form .input-group .input-wrapper .prefix-selector-container .prefix-toggle-btn .rotate{transform:rotate(180deg)}.checkout-form .input-group .input-wrapper .prefix-dropdown{position:absolute;top:calc(100% + 10px);left:0;width:min(280px,100vw - 2rem);max-width:calc(100vw - 2rem);background:var(--surface-color);border:var(--border-glass);border-radius:16px;box-shadow:0 10px 40px #00000080;z-index:1000;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-search-wrapper{padding:.75rem;background:#ffffff0d;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-search-wrapper svg{color:var(--text-muted)}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-search-wrapper input{background:transparent;border:none;outline:none;color:var(--text-primary);font-size:.9rem;width:100%}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-search-wrapper input::placeholder{color:var(--text-muted)}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-list{list-style:none;margin:0;padding:.5rem;max-height:250px;overflow-y:auto}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-list::-webkit-scrollbar{width:6px}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-list li{padding:.75rem;border-radius:10px;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-list li:hover{background:#00ced321;transform:translate(4px)}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-list li .c-emoji{font-size:1.2rem}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-list li .c-name{flex:1;font-size:.85rem;font-weight:500}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-list li .c-prefix{color:var(--primary-color);font-weight:800;font-size:.85rem}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-list li.no-res{justify-content:center;color:var(--text-muted);font-size:.85rem}.checkout-form .input-group .input-wrapper .prefix-dropdown .prefix-list li.no-res:hover{transform:none;background:transparent}.checkout-form .discount-badges{display:flex;flex-wrap:wrap;gap:.5rem}.checkout-form .discount-badges .discount-badge{display:inline-flex;align-items:center;gap:.4rem;min-height:30px;padding:.45rem .7rem;border-radius:999px;font-size:.72rem;font-weight:800;color:var(--primary-color);background:#00ced317;border:1px solid rgba(0,206,211,.18)}.checkout-form .promo-code-section,.checkout-form .points-section,.checkout-form .total-discount-row,.checkout-form .compatibility-section{background:#eaf7f78a;border:var(--border-glass);border-radius:16px;padding:.85rem}[data-theme=dark] .checkout-form .promo-code-section,[data-theme=dark] .checkout-form .points-section,[data-theme=dark] .checkout-form .total-discount-row,[data-theme=dark] .checkout-form .compatibility-section{background:#ffffff09}.checkout-form .promo-code-section .compatibility-checker,.checkout-form .points-section .compatibility-checker,.checkout-form .total-discount-row .compatibility-checker,.checkout-form .compatibility-section .compatibility-checker{margin:0;padding:0;background:transparent;border:0;border-radius:0}.checkout-form .promo-code-section .compatibility-checker .checker-label,.checkout-form .points-section .compatibility-checker .checker-label,.checkout-form .total-discount-row .compatibility-checker .checker-label,.checkout-form .compatibility-section .compatibility-checker .checker-label{margin-bottom:.55rem;font-size:.72rem;letter-spacing:.06em}.checkout-form .promo-code-section .compatibility-checker .checker-input-group,.checkout-form .points-section .compatibility-checker .checker-input-group,.checkout-form .total-discount-row .compatibility-checker .checker-input-group,.checkout-form .compatibility-section .compatibility-checker .checker-input-group{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;align-items:stretch;margin-bottom:0}.checkout-form .promo-code-section .compatibility-checker .checker-input-wrapper,.checkout-form .points-section .compatibility-checker .checker-input-wrapper,.checkout-form .total-discount-row .compatibility-checker .checker-input-wrapper,.checkout-form .compatibility-section .compatibility-checker .checker-input-wrapper{min-width:0;height:44px;padding:0 .9rem;border-radius:14px}.checkout-form .promo-code-section .compatibility-checker .search-action-btn,.checkout-form .points-section .compatibility-checker .search-action-btn,.checkout-form .total-discount-row .compatibility-checker .search-action-btn,.checkout-form .compatibility-section .compatibility-checker .search-action-btn{width:auto;min-width:88px;height:44px;padding:0 .95rem;border-radius:14px;white-space:nowrap}.checkout-form .promo-code-section .compatibility-checker .device-suggestions,.checkout-form .points-section .compatibility-checker .device-suggestions,.checkout-form .total-discount-row .compatibility-checker .device-suggestions,.checkout-form .compatibility-section .compatibility-checker .device-suggestions{left:0;right:0;margin-top:.5rem}.checkout-form .promo-code-section label{display:block;margin-bottom:.55rem;color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.checkout-form .promo-code-section .promo-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;align-items:stretch}.checkout-form .promo-code-section .promo-input-wrapper{position:relative;display:flex;align-items:center;gap:.65rem;min-height:42px;height:auto;padding:0 .9rem;border:var(--border-glass);border-radius:14px;background:var(--surface-color);transition:border-color .2s ease,box-shadow .2s ease}.checkout-form .promo-code-section .promo-input-wrapper:focus-within{border-color:var(--primary-color);box-shadow:var(--ring-primary)}.checkout-form .promo-code-section .promo-input-wrapper .input-icon{flex:0 0 auto;color:var(--text-muted)}.checkout-form .promo-code-section .promo-input-wrapper input{flex:1;min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--text-primary);font:inherit;font-size:.9rem;font-weight:700;text-transform:uppercase}.checkout-form .promo-code-section .promo-input-wrapper input::placeholder{color:var(--text-muted);font-weight:500}.checkout-form .promo-code-section .btn-validate-promo{min-width:92px;min-height:42px;padding:0 .95rem;border:1px solid rgba(0,206,211,.35);border-radius:14px;background:var(--accent-gradient);color:#fff;font-family:inherit;font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 8px 18px -12px #006c7980}.checkout-form .promo-code-section .btn-validate-promo:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px -12px #006c79a6}.checkout-form .promo-code-section .btn-validate-promo:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}.checkout-form .promo-code-section .promo-feedback{margin-top:.55rem;font-size:.8rem;font-weight:700}.checkout-form .promo-code-section .promo-feedback.valid{color:#059669}.checkout-form .promo-code-section .promo-feedback.invalid{color:#dc2626}.checkout-form .points-section .points-toggle{display:flex;align-items:center;gap:.6rem;cursor:pointer;color:var(--text-secondary);font-size:.82rem;font-weight:700}.checkout-form .points-section .points-toggle input{accent-color:var(--primary-color)}.checkout-form .total-discount-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--text-secondary);font-size:.82rem;font-weight:800}.checkout-form .total-discount-row .saving-pct{color:#059669;white-space:nowrap}.checkout-form .payment-methods>label{display:flex;align-items:center;gap:.5rem;margin-bottom:.55rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.checkout-form .payment-methods>label:before{content:"";width:3px;height:14px;background:var(--accent-gradient);border-radius:2px}.checkout-form .payment-methods .methods-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.checkout-form .payment-methods .methods-grid .method-btn{position:relative;flex:1;background:var(--surface-lighter);border:2px solid transparent;min-height:56px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--text-secondary)}[data-theme=light] .checkout-form .payment-methods .methods-grid .method-btn{color:var(--primary-color)}.checkout-form .payment-methods .methods-grid .method-btn{cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);font-family:inherit;font-weight:700;font-size:.78rem;overflow:hidden}.checkout-form .payment-methods .methods-grid .method-btn .method-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .35s;background:#ffffff0d}.checkout-form .payment-methods .methods-grid .method-btn .method-check{position:absolute;top:6px;right:6px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.checkout-form .payment-methods .methods-grid .method-btn span{letter-spacing:.02em}@media(max-width:520px){.checkout-form .payment-methods .methods-grid .method-btn span{font-size:.7rem}}.checkout-form .payment-methods .methods-grid .method-btn:hover{transform:translateY(-3px);background:var(--surface-color);color:var(--text-primary);box-shadow:0 8px 24px -8px #0000004d}.checkout-form .payment-methods .methods-grid .method-btn:hover .method-icon{background:#ffffff1a;transform:scale(1.05)}.checkout-form .payment-methods .methods-grid .method-btn.active .method-check{opacity:1;transform:scale(1)}.checkout-form .payment-methods .methods-grid .method-btn.apple{padding:1rem}.checkout-form .payment-methods .methods-grid .method-btn.apple .method-icon{background:#ffffff14}.checkout-form .payment-methods .methods-grid .method-btn.apple.active{background:linear-gradient(145deg,#fff,#f0f0f5);color:#000;border-color:#ffffffe6;box-shadow:0 10px 25px -5px #fff3,inset 0 1px #ffffff80}.checkout-form .payment-methods .methods-grid .method-btn.apple.active .method-icon{background:#00000014}.checkout-form .payment-methods .methods-grid .method-btn.apple.active .method-check{background:#000;color:#fff}.checkout-form .payment-methods .methods-grid .method-btn.google{padding:1rem}.checkout-form .payment-methods .methods-grid .method-btn.google .method-icon{background:#4285f414}.checkout-form .payment-methods .methods-grid .method-btn.google.active{background:linear-gradient(145deg,#4285f4,#356ac3);color:#fff;border-color:#4285f4;box-shadow:0 10px 25px -5px #4285f466,inset 0 1px #ffffff26}.checkout-form .payment-methods .methods-grid .method-btn.google.active .method-icon{background:#fff3}.checkout-form .payment-methods .methods-grid .method-btn.google.active .method-check{background:#ffffff4d;color:#fff}.checkout-form .payment-methods .methods-grid .method-btn.card{padding:1rem}.checkout-form .payment-methods .methods-grid .method-btn.card .method-icon{background:#00ced314}.checkout-form .payment-methods .methods-grid .method-btn.card.active{background:linear-gradient(145deg,#00ced329,#00ced314);border-color:var(--primary-color);box-shadow:0 10px 25px -5px #006c7947,inset 0 1px #ffffff0d}.checkout-form .payment-methods .methods-grid .method-btn.card.active .method-icon{background:#00ced32e;color:var(--primary-color)}.checkout-form .payment-methods .methods-grid .method-btn.card.active .method-check{background:var(--primary-color);color:#fff}.checkout-form .card-details{background:#0000000d;padding:1.5rem;border-radius:20px;display:flex;flex-direction:column;gap:1rem;border:1px dashed rgba(255,255,255,.1)}.checkout-form .card-details .card-input-row.double{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-form .trust-footer{border-top:1px solid rgba(255,255,255,.05);padding-top:.85rem;display:flex;flex-direction:column;gap:.75rem;margin-top:auto}.checkout-form .trust-footer .refund-bubble{background:#10b9810d;border:1px solid rgba(16,185,129,.1);padding:.65rem .85rem;border-radius:12px;display:flex;gap:.75rem;align-items:center;color:#10b981}.checkout-form .trust-footer .refund-bubble p{font-size:.75rem;line-height:1.4;font-weight:600}.checkout-form .trust-footer .submit-btn{min-height:52px;font-size:1rem;font-weight:900;letter-spacing:.02em;border-radius:var(--radius-xl, .75rem);display:flex;align-items:center;justify-content:center;gap:.75rem}.checkout-form .trust-footer .submit-btn.disabled{background:#ffffff0d!important;color:var(--text-muted)!important;border-color:transparent!important;cursor:not-allowed;box-shadow:none!important;transform:none!important}.checkout-form .trust-footer .submit-btn .spinning{animation:spin 1s linear infinite}.security-note{text-align:center;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;font-weight:800;color:var(--text-muted);margin-top:1rem;opacity:.6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:620px){.modal-overlay{padding:.75rem}.checkout-page{padding-top:1.25rem;padding-bottom:3rem;padding-inline:.875rem}.checkout-page .checkout-page-heading{gap:.75rem;margin-bottom:1rem;padding-bottom:1rem}.checkout-page .checkout-page-heading .btn{width:100%;justify-content:center}.checkout-page .checkout-page-heading h1{font-size:clamp(1.75rem,10vw,2.25rem)}.checkout-page .checkout-left,.checkout-page .checkout-order-summary,.checkout-page .payment-methods,.checkout-page .trust-footer,.checkout-page .total-discount-row{border-radius:20px}.checkout-page .checkout-left{padding:.875rem}.checkout-page .checkout-order-summary{padding:1rem}.checkout-page .checkout-order-summary .invoice-line,.checkout-page .checkout-order-summary .invoice-total{gap:.75rem}.checkout-page .checkout-order-summary .invoice-total strong{font-size:1.35rem}.checkout-modal{max-height:calc(100dvh - 1.5rem);padding:1rem;border-radius:20px}.checkout-modal .summary-card .summary-icon{width:42px;height:42px;border-radius:12px}.checkout-form .checkout-grid{grid-template-columns:1fr}.checkout-form .input-group .input-wrapper{padding-inline:.9rem}.checkout-form .input-group .input-wrapper.phone-input-wrapper{gap:.55rem}.checkout-form .input-group .input-wrapper .prefix-selector-container .prefix-toggle-btn{padding-inline:.6rem}.checkout-form .promo-code-section .promo-input-row{grid-template-columns:1fr}.checkout-form .promo-code-section .btn-validate-promo{width:100%}.checkout-form .payment-methods .methods-grid{grid-template-columns:1fr}.checkout-form .trust-footer{margin:0;padding-top:.8rem}}@media(max-width:1024px){.checkout-page .checkout-form .checkout-grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:1.25rem}.checkout-page .checkout-right{top:96px}}@media(max-width:900px){.checkout-page{max-width:760px}.checkout-page .checkout-form .checkout-grid{grid-template-columns:minmax(0,1fr)}.checkout-page .checkout-right{position:static;order:0}}@media(max-width:860px){.checkout-page .checkout-page-heading{flex-direction:column-reverse}.checkout-page .checkout-page-heading p,.checkout-page .checkout-page-heading h1{text-align:left}.checkout-page .checkout-right{position:static;order:0}.checkout-modal{max-width:680px}.checkout-form .checkout-grid{grid-template-columns:1fr}}@media(max-width:430px){.checkout-form .compatibility-section .compatibility-checker .checker-input-group{grid-template-columns:1fr}.checkout-form .compatibility-section .compatibility-checker .search-action-btn{width:100%}}.success-modal{text-align:center;max-width:480px}.success-modal .success-icon-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.success-modal .success-icon-wrapper .success-icon-circle{width:80px;height:80px;background:#10b98126;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#10b981;animation:pulse 2s infinite}.success-modal .success-title{font-size:2rem;font-weight:800;margin-bottom:.5rem}.success-modal .success-subtitle{font-size:1rem;color:var(--text-muted);opacity:.8;margin-bottom:2.5rem}.success-modal .qr-container{background:#fff;border-radius:32px;padding:2rem;display:inline-block;margin-bottom:2.5rem;box-shadow:0 0 40px #ffffff1a}.success-modal .qr-container .qr-code-wrapper{position:relative;background:#f8fafc;padding:1rem;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#0f172a;overflow:hidden;cursor:pointer}.success-modal .qr-container .qr-code-wrapper .qr-hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .3s}.success-modal .qr-container .qr-code-wrapper:hover .qr-hover-overlay{opacity:1}.success-modal .info-cards{display:flex;flex-direction:column;gap:1rem;text-align:left;margin-bottom:2.5rem}.success-modal .info-cards .info-card{background:#ffffff08;border:var(--border-glass);border-radius:20px;padding:1.25rem 1.5rem}.success-modal .info-cards .info-card .card-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:var(--text-muted);margin-bottom:.5rem}.success-modal .info-cards .info-card .card-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.success-modal .info-cards .info-card .card-row .link-wrapper{flex:1;background:#0003;padding:.5rem .75rem;border-radius:8px;overflow:hidden}.success-modal .info-cards .info-card .card-row .link-wrapper .link-text{font-size:.75rem;color:var(--secondary-color);white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.success-modal .info-cards .info-card .card-row .iccid-code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;color:var(--primary-color)}.success-modal .info-cards .info-card .card-row .copy-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;transition:all .2s}.success-modal .info-cards .info-card .card-row .copy-btn:hover{color:#fff;background:#ffffff0d}.success-modal .info-cards .info-card.highlight-card{border-color:rgba(var(--secondary-color-rgb),.3);background:rgba(var(--secondary-color-rgb),.05)}.success-modal .info-cards .info-card .install-note{font-size:.75rem;color:#fffc}.success-modal .info-cards .qr-container{background:#fff;border-radius:24px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}.success-modal .info-cards .qr-container .card-label{color:#64748b;font-size:.75rem;font-weight:700;margin-bottom:0}.success-modal .info-cards .qr-container .qr-code-wrapper{background:#f1f5f9;padding:12px;border-radius:16px}.success-modal .info-cards .qr-container .qr-code-wrapper .real-qr-code{width:160px;height:160px;display:block}.success-modal .info-cards .qr-container .qr-code-wrapper svg{color:#0f172a}.success-modal .info-cards .qr-container .download-link{display:flex;align-items:center;gap:.5rem;color:#3b82f6;font-size:.875rem;font-weight:600;text-decoration:none;padding:8px 16px;background:#eff6ff;border-radius:12px;transition:all .2s}.success-modal .info-cards .qr-container .download-link:hover{background:#dbeafe}.success-modal .close-modal-btn{width:100%;height:56px;font-size:1.125rem}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #10b98166}70%{transform:scale(1.05);box-shadow:0 0 0 15px #10b98100}to{transform:scale(1);box-shadow:0 0 #10b98100}}@media(max-width:768px){.success-modal .qr-container{padding:1rem}.success-modal .qr-container .qr-code-wrapper svg{width:120px;height:120px}.success-modal .success-title{font-size:1.5rem}}.cookie-banner{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:min(640px,100vw - 2rem);z-index:9999;animation:slideUp .35s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(24px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.cookie-inner{background:var(--card-bg, #fff);border:1px solid var(--border, #e5e7eb);border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 12px 28px #0000001f;position:relative}[data-theme=dark] .cookie-inner{background:#1e1e2e;border-color:#2d2d44;box-shadow:0 12px 28px #00000061}.cookie-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;cursor:pointer;color:var(--text-muted, #9ca3af);padding:4px;border-radius:6px;display:flex;transition:background .15s}.cookie-close:hover{background:#0000000f}.cookie-header{display:flex;gap:.875rem;align-items:flex-start;margin-bottom:1rem}.cookie-header h3{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:var(--text, #111827)}.cookie-header p{margin:0;font-size:.85rem;color:var(--text-muted, #6b7280);line-height:1.5}.cookie-icon{flex-shrink:0;color:var(--primary-color);margin-top:2px}.cookie-details{border-top:1px solid var(--border, #e5e7eb);padding-top:.875rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.cookie-type{display:grid;grid-template-columns:20px 1fr auto;gap:.625rem;align-items:center}.cookie-type svg{color:var(--primary-color);margin-top:2px}.cookie-type strong{display:block;font-size:.85rem;font-weight:600;color:var(--text, #111827);margin-bottom:2px}.cookie-type span{font-size:.78rem;color:var(--text-muted, #6b7280);line-height:1.4}.cookie-type input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary-color);cursor:pointer}.cookie-type input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.cookie-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.btn-cookie-primary{background:var(--primary-color);color:#073136;color:#fff;border:none;border-radius:8px;padding:.5rem 1.25rem;font-weight:600;font-size:.85rem;cursor:pointer;transition:opacity .2s}.btn-cookie-primary:hover{opacity:.9}.btn-cookie-secondary{background:transparent;color:var(--text-muted, #6b7280);border:1px solid var(--border, #e5e7eb);border-radius:8px;padding:.5rem 1rem;font-size:.85rem;cursor:pointer;transition:border-color .2s,color .2s}.btn-cookie-secondary:hover{border-color:var(--primary-color);color:var(--secondary-color)}@media(max-width:480px){.cookie-actions{flex-direction:column}.cookie-actions button{width:100%}}
