@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#2b2b2b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}body{margin:0;min-width:320px;overflow-x:hidden}.container{max-width:1080px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4{line-height:1.2}@media (min-width: 768px){.container{padding:0 1.5rem}}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.page-fade-in{animation:pageFadeIn .25s ease-out}.page-loading{opacity:.4;min-height:60vh;display:flex;align-items:center;justify-content:center;transition:opacity .2s}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skel{background:linear-gradient(90deg,#e8ecf4 25%,#f5f7fc,#e8ecf4 75%);background-size:1200px 100%;animation:shimmer 1.4s infinite linear;border-radius:6px}.site-header{background:#fff;border-bottom:1px solid #e2e6ef;position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:56px;flex-wrap:wrap}.header-logo{display:flex;align-items:center;gap:.55rem;text-decoration:none;color:#1a1a2e}.logo-icon{width:36px;height:27px;flex-shrink:0}.logo-text{font-weight:700;font-size:.95rem;color:#1a1a2e}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:6px}.menu-toggle span{display:block;height:2px;background:#2b2b2b;border-radius:2px;transition:transform .25s,opacity .2s}.menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-nav{display:none;flex-basis:100%;flex-direction:column;padding:.5rem 0 .75rem;gap:.15rem}.header-nav.is-open{display:flex}.header-nav a{text-decoration:none;color:#4a4a5e;font-size:.92rem;font-weight:500;padding:.6rem .75rem;border-radius:8px;transition:background .15s,color .15s}.header-nav a:hover,.header-nav a.active{background:#edf0fa;color:#039}.header-nav a.active{font-weight:600}@media (min-width: 768px){.header-inner{height:64px;flex-wrap:nowrap}.logo-icon{width:40px;height:30px}.logo-text{font-size:1.05rem}.menu-toggle{display:none}.header-nav{display:flex;flex-basis:auto;flex-direction:row;align-items:center;padding:0;gap:.25rem}.header-nav a{font-size:.9rem;padding:.45rem .9rem;border-radius:6px}}.hero{background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff;padding:3rem 0 2.5rem;text-align:center}.hero h1{font-size:1.65rem;font-weight:800;line-height:1.15;margin-bottom:1rem;color:#fff;letter-spacing:-.01em}.hero h1 br{display:none}.hero-sub{font-size:.95rem;color:#ffffffbf;margin:0 auto 1.75rem;line-height:1.55;max-width:400px}.hero-prompt{font-size:.85rem;font-weight:600;color:#ffffff8c;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.quick-picks{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:480px;margin:0 auto}.pick-chip{display:inline-flex;align-items:center;gap:.35rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.78rem;font-weight:500;padding:.35rem .65rem;border-radius:20px;text-decoration:none;transition:background .2s,border-color .2s}.pick-chip:hover{background:#ffffff38;border-color:#ffffff59}.pick-icon{width:14px;height:14px;border-radius:3px}.replacements{padding:2.5rem 0;background:#fff}.replacements h2{text-align:center;margin-bottom:1.25rem;color:#1a1a2e;font-size:1.3rem}.replacements-grid{display:flex;flex-direction:column;gap:.5rem}.replacement-card{display:flex;align-items:center;gap:.75rem;background:#fafbff;border:1px solid #e2e6ef;border-radius:10px;padding:.8rem 1rem;text-decoration:none;color:#2b2b2b;transition:border-color .2s,box-shadow .2s}.replacement-card:active{background:#f0f3fb}.replacement-logo{width:28px;height:28px;border-radius:6px;object-fit:contain;flex-shrink:0;background:#fff;border:1px solid #eee;padding:2px}.replacement-text{flex:1;display:flex;flex-direction:column;min-width:0}.replacement-label{font-size:.65rem;color:#8c8c9e;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1;margin-bottom:.15rem}.replacement-name{font-weight:700;font-size:.9rem;color:#1a1a2e}.replacement-arrow{color:#039;font-size:1rem;flex-shrink:0;opacity:.5;transition:opacity .2s}.replacement-card:hover .replacement-arrow{opacity:1}.categories-section{padding:2.5rem 0 3rem;background:#f5f7fc}.categories-section h2{text-align:center;margin-bottom:1.25rem;color:#1a1a2e;font-size:1.3rem}.categories-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.category-chip{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid #dde2ee;border-radius:8px;padding:.55rem .85rem;text-decoration:none;color:#2b2b2b;font-size:.82rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.category-chip:hover{border-color:#a3b5db;box-shadow:0 2px 8px #00339914}.category-count{font-size:.7rem;color:#039;font-weight:600;background:#edf2ff;padding:.1rem .4rem;border-radius:10px;line-height:1.4}@media (min-width: 600px){.hero{padding:4rem 0 3rem}.hero h1{font-size:2.1rem}.hero h1 br{display:inline}.replacements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}.categories-grid{max-width:700px;margin:0 auto}}@media (min-width: 960px){.hero{padding:5.5rem 0 4rem}.hero h1{font-size:2.75rem;letter-spacing:-.02em}.hero-sub{font-size:1.05rem;max-width:480px}.quick-picks{max-width:520px}.pick-chip{font-size:.82rem;padding:.4rem .75rem}.replacements{padding:4rem 0}.replacements h2{font-size:1.65rem;margin-bottom:1.5rem}.replacements-grid{grid-template-columns:repeat(2,1fr);max-width:720px;margin:0 auto;gap:.75rem}.replacement-card{padding:.9rem 1.15rem}.replacement-card:hover{border-color:#a3b5db;box-shadow:0 3px 12px #00339912}.categories-section{padding:4rem 0 4.5rem}.categories-section h2{font-size:1.65rem;margin-bottom:1.5rem}.categories-grid{max-width:800px}.category-chip{font-size:.85rem;padding:.6rem .95rem}.mission-section{padding:4rem 0 4.5rem}.mission-section h2{font-size:1.65rem;margin-bottom:1.25rem}}.mission-section{padding:2.5rem 0 3rem;text-align:center}.mission-section h2{font-size:1.35rem;font-weight:800;color:#0a1a3a;margin-bottom:1rem}.mission-text{max-width:640px;margin:0 auto 1rem;font-size:.95rem;line-height:1.7;color:#3a4a6a}.mission-link{color:#039;font-weight:600;text-decoration:underline;text-underline-offset:2px}.mission-link:hover{color:#0055a4}.ci-header{padding:2rem 0 1.5rem;background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff}.ci-header h1{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.ci-subtitle{font-size:.92rem;color:#ffffffc7;line-height:1.6}.ci-list-section{padding:1.5rem 0 2.5rem;background:#f5f7fc}.ci-grid{display:flex;flex-direction:column;gap:.7rem}.ci-card{display:flex;flex-direction:column;gap:.4rem;background:#fff;border:1px solid #e2e6ef;border-radius:10px;padding:1.1rem 1.15rem;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent;transition:border-color .2s,box-shadow .2s;position:relative}.ci-card:active{background:#fafbff}.ci-card--coming{opacity:.7}.ci-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ci-card-top h2{font-size:.95rem;font-weight:700;color:#1a1a2e;margin:0}.ci-count{font-size:.72rem;color:#039;font-weight:600;white-space:nowrap;background:#edf2ff;padding:.2rem .55rem;border-radius:20px;flex-shrink:0}.ci-desc{font-size:.82rem;color:#6b6b7b;line-height:1.5;margin:0}.ci-badge{display:inline-block;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#8c6d46;background:#fef6e8;padding:.18rem .5rem;border-radius:4px;align-self:flex-start}@media (min-width: 600px){.ci-header{padding:2.5rem 0 2rem}.ci-header h1{font-size:1.85rem}.ci-list-section{padding:2rem 0 3rem}.ci-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (min-width: 960px){.ci-header{padding:3rem 0 2.5rem}.ci-header h1{font-size:2.2rem}.ci-subtitle{font-size:1rem;max-width:560px}.ci-grid{grid-template-columns:repeat(3,1fr);gap:.85rem}.ci-card{padding:1.25rem 1.35rem}.ci-card:hover{border-color:#a3b5db;box-shadow:0 4px 16px #00339912}}.not-found{padding:4rem 1rem;text-align:center}.not-found h1{margin-bottom:.5rem}.not-found p{margin-bottom:1.5rem;color:#6b6b7b}.breadcrumb{background:#f5f7fc;padding:.75rem 0;font-size:.8rem}.breadcrumb .container{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.breadcrumb a{color:#039;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.bc-sep{color:#bbb}.bc-current{color:#6b6b7b}.cat-header-skel{padding:2rem 0 1.5rem;background:linear-gradient(160deg,#001a66,#039 40%,#0055a4)}.cat-header{padding:2rem 0 1.5rem;background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff}.cat-header h1{font-size:1.5rem;font-weight:800;margin-bottom:.75rem}.cat-description{font-size:.9rem;line-height:1.6;color:#fffc;margin-bottom:1.25rem}.cat-stats{display:flex;align-items:center;gap:.75rem;font-size:.82rem;color:#ffffffa6;flex-wrap:wrap}.cat-stats strong{color:#fc0}.cat-stats-sep{width:4px;height:4px;border-radius:50%;background:#ffffff4d}.filters-section{padding:1rem 0;background:#fff;border-bottom:1px solid #e2e6ef;position:sticky;top:56px;z-index:50}.filters-bar{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.filter-group{display:flex;align-items:center;gap:.35rem}.filter-group label{font-size:.78rem;font-weight:600;color:#6b6b7b}.filter-group select{font-size:.82rem;padding:.4rem .5rem;border:1px solid #d5d9e4;border-radius:6px;background:#f9fafc;color:#2b2b2b;outline:none}.filter-group select:focus{border-color:#039}.filter-toggle{display:flex;align-items:center;gap:.3rem;font-size:.82rem;color:#4a4a5e;cursor:pointer;padding:.35rem .6rem;border-radius:6px;border:1px solid #d5d9e4;background:#f9fafc;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.filter-toggle input{accent-color:#003399}.takeaways{padding:1.5rem 0}.takeaways-box{background:#edf2ff;border-left:4px solid #003399;border-radius:0 10px 10px 0;padding:1.25rem 1.15rem}.takeaways-box h2{font-size:1.05rem;margin-bottom:.65rem;color:#1a1a2e}.takeaways-box ul{list-style:none;padding:0}.takeaways-box ul li{position:relative;padding-left:1.25rem;margin-bottom:.45rem;font-size:.88rem;color:#3a3a4e;line-height:1.55}.takeaways-box ul li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#039}.products-section{padding:1.5rem 0 2rem}.no-results{text-align:center;color:#6b6b7b;padding:2rem 0}.products-list{display:flex;flex-direction:column;gap:.85rem}.product-card{background:#fff;border:1px solid #e2e6ef;border-radius:12px;padding:1.15rem}.product-card-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.65rem}.product-logo{width:36px;height:36px;border-radius:8px;object-fit:contain;background:#f9fafc;border:1px solid #eee;padding:3px;flex-shrink:0}.product-card-info h3{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0}.product-country{font-size:.78rem;color:#6b6b7b}.product-oneliner{font-size:.88rem;color:#4a4a5e;line-height:1.55;margin-bottom:.65rem}.product-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.55rem}.tag{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.tag-oss{background:#e8f5e9;color:#2e7d32}.tag-free{background:#e3f2fd;color:#1565c0}.tag-gdpr{background:#edf2ff;color:#039}.product-replaces{font-size:.78rem;color:#8c8c9e;margin-bottom:.85rem}.product-card-actions{display:flex;gap:.5rem}.btn-outline{background:none;border:1.5px solid #003399;color:#039;padding:.5rem 1rem;border-radius:6px;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .15s}.btn-outline:hover{background:#edf2ff}.btn-sm{padding:.5rem 1rem;font-size:.82rem;text-decoration:none}.comparison-section{padding:2rem 0;background:#f5f7fc}.comparison-section h2{font-size:1.3rem;margin-bottom:1rem;color:#1a1a2e}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px;border:1px solid #e2e6ef}.comparison-table{width:100%;min-width:500px;border-collapse:collapse;background:#fff;font-size:.82rem}.comparison-table th{background:#edf2ff;color:#039;font-weight:600;text-align:left;padding:.7rem .75rem;white-space:nowrap}.comparison-table td{padding:.65rem .75rem;border-top:1px solid #f0f2f8;color:#3a3a4e}.comparison-table tr:hover td{background:#fafbff}.td-product{font-weight:600;color:#1a1a2e}.related-section{padding:2rem 0}.related-section h3{font-size:1.15rem;margin-bottom:.85rem;color:#1a1a2e}.related-grid{display:flex;flex-direction:column;gap:.5rem}.related-card{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:#fff;border:1px solid #e2e6ef;border-radius:8px;text-decoration:none;color:#2b2b2b;font-weight:500;font-size:.88rem;-webkit-tap-highlight-color:transparent}.related-card:active{background:#f5f7fc}.related-count{font-size:.72rem;color:#039;font-weight:600;background:#edf2ff;padding:.2rem .5rem;border-radius:20px}.faq-section{padding:2rem 0;background:#f5f7fc}.faq-section h2{font-size:1.3rem;margin-bottom:1rem;color:#1a1a2e}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:#fff;border:1px solid #e2e6ef;border-radius:10px;overflow:hidden}.faq-item summary{padding:.9rem 1rem;font-size:.9rem;font-weight:600;color:#1a1a2e;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;-webkit-tap-highlight-color:transparent}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.2rem;color:#039;font-weight:700;flex-shrink:0;margin-left:.5rem}.faq-item[open] summary:after{content:"−"}.faq-item p{padding:0 1rem 1rem;font-size:.88rem;line-height:1.6;color:#5a5a6e}.migration-cta{padding:2rem 0}.migration-box{background:linear-gradient(135deg,#001a66,#039);border-radius:12px;padding:2rem 1.25rem;text-align:center;color:#fff}.migration-box h2{font-size:1.2rem;margin-bottom:.5rem}.migration-box p{font-size:.88rem;color:#ffffffbf;margin-bottom:1.25rem;line-height:1.55}.migration-box .btn-primary{background:#fc0;color:#039}.migration-box .btn-primary:hover{background:#e6b800}@media (min-width: 600px){.cat-header{padding:2.5rem 0 2rem}.cat-header h1{font-size:1.85rem}.filters-section{top:64px}.products-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.migration-box{padding:2.5rem 2rem}}@media (min-width: 960px){.cat-header{padding:3rem 0 2.5rem}.cat-header h1{font-size:2.2rem}.cat-description{font-size:1rem;max-width:680px}.filters-bar{gap:1rem}.takeaways{padding:2rem 0}.takeaways-box{padding:1.75rem 2rem}.products-section{padding:2rem 0 3rem}.products-list{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{padding:1.35rem}.product-card:hover{box-shadow:0 4px 16px #00339912;border-color:#a3b5db}.comparison-section{padding:3rem 0}.related-grid{grid-template-columns:repeat(4,1fr)}.related-card:hover{box-shadow:0 2px 10px #0033990f;border-color:#a3b5db}.faq-section{padding:3rem 0}.faq-list{max-width:720px}.migration-box{padding:3rem 2.5rem}.migration-box h2{font-size:1.5rem}}.alt-header{padding:2rem 0 1.5rem;background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff}.alt-header-top{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.alt-us-logo{width:44px;height:44px;border-radius:10px;object-fit:contain;background:#ffffff26;border:1px solid rgba(255,255,255,.2);padding:4px;flex-shrink:0}.alt-header h1{font-size:1.5rem;font-weight:800;margin-bottom:.75rem;line-height:1.2}.alt-header-desc{font-size:.9rem;line-height:1.6;color:#fffc}.alt-header-stats{display:flex;align-items:center;gap:.75rem;font-size:.82rem;color:#ffffffa6;flex-wrap:wrap}.alt-header-stats strong{color:#fc0}.alt-stats-sep{width:4px;height:4px;border-radius:50%;background:#ffffff4d}.alt-cat-link{color:#fc0;text-decoration:none;font-weight:600}.alt-cat-link:hover{text-decoration:underline}.why-switch{padding:1.5rem 0}.why-switch-box{background:#fff5f5;border-left:4px solid #c0392b;border-radius:0 10px 10px 0;padding:1.25rem 1.15rem}.why-switch-box h2{font-size:1.05rem;margin-bottom:.65rem;color:#1a1a2e}.why-switch-box ul{list-style:none;padding:0}.why-switch-box ul li{position:relative;padding-left:1.25rem;margin-bottom:.45rem;font-size:.88rem;color:#4a3a3e;line-height:1.55}.why-switch-box ul li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#c0392b}.alt-products-section{padding:1.5rem 0 2rem}.alt-products-section>.container>h2{font-size:1.3rem;color:#1a1a2e;margin-bottom:1rem}.alt-products-list{display:flex;flex-direction:column;gap:1rem}.alt-product-card{display:flex;gap:0;background:#fff;border:1px solid #e2e6ef;border-radius:12px;overflow:hidden}.alt-product-rank{display:flex;align-items:center;justify-content:center;min-width:36px;background:#edf2ff;color:#039;font-size:1rem;font-weight:800;flex-shrink:0}.alt-product-body{padding:1.15rem;flex:1;min-width:0}.alt-product-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.65rem}.alt-product-info h3{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0}.alt-product-pitch{font-size:.88rem;color:#4a4a5e;line-height:1.55;margin-bottom:.65rem}.alt-product-features{margin-bottom:.65rem}.features-label{font-size:.75rem;font-weight:600;color:#6b6b7b;text-transform:uppercase;letter-spacing:.03em;display:block;margin-bottom:.3rem}.alt-product-features ul{list-style:none;padding:0;margin:0}.alt-product-features ul li{position:relative;padding-left:1rem;font-size:.82rem;color:#3a3a4e;line-height:1.55;margin-bottom:.2rem}.alt-product-features ul li:before{content:"+";position:absolute;left:0;color:#2e7d32;font-weight:700}.alt-product-actions{display:flex;gap:.5rem;margin-top:.85rem}.us-product-row td{background:#fef9e7;color:#8c6d1f;font-style:italic}.related-alt-section{padding:2rem 0}.related-alt-section h3{font-size:1.15rem;margin-bottom:.85rem;color:#1a1a2e}.related-alt-grid{display:flex;flex-direction:column;gap:.5rem}.related-alt-card{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:#fafbff;border:1px solid #e2e6ef;border-radius:10px;text-decoration:none;color:#2b2b2b;-webkit-tap-highlight-color:transparent}.related-alt-card:active{background:#f0f3fb}.related-alt-logo{width:28px;height:28px;border-radius:6px;object-fit:contain;background:#fff;border:1px solid #eee;padding:2px;flex-shrink:0}.related-alt-text{flex:1;display:flex;flex-direction:column;min-width:0}.related-alt-label{font-size:.65rem;color:#8c8c9e;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1;margin-bottom:.1rem}.related-alt-name{font-weight:700;font-size:.88rem;color:#1a1a2e}.alt-arrow{color:#039;font-size:1.1rem;flex-shrink:0}@media (min-width: 600px){.alt-header{padding:2.5rem 0 2rem}.alt-header h1{font-size:1.85rem}.alt-us-logo{width:52px;height:52px}.alt-products-list{gap:1rem}.alt-product-rank{min-width:44px;font-size:1.15rem}.related-alt-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}}@media (min-width: 960px){.alt-header{padding:3rem 0 2.5rem}.alt-header h1{font-size:2.2rem}.alt-header-desc{font-size:1rem;max-width:680px}.alt-us-logo{width:56px;height:56px}.why-switch{padding:2rem 0}.why-switch-box{padding:1.75rem 2rem}.alt-products-section{padding:2rem 0 3rem}.alt-products-section>.container>h2{font-size:1.5rem}.alt-product-card:hover{box-shadow:0 4px 16px #00339912;border-color:#a3b5db}.alt-product-rank{min-width:52px;font-size:1.3rem}.alt-product-body{padding:1.35rem}.related-alt-grid{grid-template-columns:repeat(4,1fr)}.related-alt-card:hover{box-shadow:0 2px 10px #0033990f;border-color:#a3b5db}}.about-header{padding:2rem 0 1.5rem;background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff}.about-header h1{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.about-subtitle{font-size:.92rem;color:#ffffffc7;line-height:1.6}.about-section{padding:2.5rem 0;background:#fff}.about-section--alt{background:#f5f7fc}.about-section h2{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.about-section>.container>p{font-size:.92rem;color:#5a5a6e;line-height:1.7;max-width:640px}.eu-stack-grid{margin-top:1.25rem;border:1px solid #e2e6ef;border-radius:10px;overflow:hidden}.eu-stack-item{display:flex;justify-content:space-between;align-items:center;padding:.7rem .85rem;border-bottom:1px solid #e2e6ef;gap:.5rem}.eu-stack-item:last-child{border-bottom:none}.eu-stack-item:nth-child(2n){background:#f9fafd}.eu-stack-service{font-size:.82rem;font-weight:600;color:#1a1a2e;white-space:nowrap;flex-shrink:0}.eu-stack-provider{font-size:.8rem;color:#039;font-weight:500;text-align:right}.eu-stack-provider--pending{color:#999;font-style:italic;font-weight:400}.eu-stack-badge{display:inline-block;background:#039;color:#fff;font-size:.62rem;font-weight:700;letter-spacing:.04em;padding:.15em .4em;border-radius:3px;vertical-align:middle;margin-left:.25rem}.about-cards{display:flex;flex-direction:column;gap:1rem}.about-card{background:#fff;border:1px solid #e2e6ef;border-radius:10px;padding:1.25rem 1.15rem}.about-card h3{font-size:1rem;font-weight:700;color:#039;margin-bottom:.5rem}.about-card p{font-size:.88rem;color:#5a5a6e;line-height:1.6;margin:0}.about-reasons{display:flex;flex-direction:column;gap:1.25rem}.about-reason strong{display:block;font-size:.95rem;color:#1a1a2e;margin-bottom:.35rem}.about-reason p{font-size:.88rem;color:#5a5a6e;line-height:1.6;margin:0}.about-cta{padding:2.5rem 0;text-align:center;background:#039;color:#fff}.about-cta h2{font-size:1.3rem;margin-bottom:.5rem}.about-cta p{font-size:.9rem;color:#ffffffb8;margin-bottom:1.5rem}@media (min-width: 600px){.about-header{padding:2.5rem 0 2rem}.about-header h1{font-size:1.85rem}.about-section{padding:3rem 0}.eu-stack-grid{max-width:560px}.eu-stack-service{font-size:.88rem}.eu-stack-provider{font-size:.85rem}.about-cards{flex-direction:row;flex-wrap:wrap}.about-card{flex:1;min-width:220px}}@media (min-width: 960px){.about-header{padding:3rem 0 2.5rem}.about-header h1{font-size:2.2rem}.about-subtitle{font-size:1rem;max-width:560px}.about-section{padding:4rem 0}.about-section h2{font-size:1.65rem}.about-section>.container>p{font-size:1rem}.about-cards{gap:1.25rem;flex-wrap:nowrap}.about-card{padding:1.5rem 1.35rem}.about-card:hover{border-color:#a3b5db;box-shadow:0 4px 16px #00339912}.about-reasons{max-width:640px}.about-cta{padding:4rem 0}.about-cta h2{font-size:1.75rem}}.guides-header{padding:2rem 0 1.5rem;background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff}.guides-header h1{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.guides-subtitle{font-size:.92rem;color:#ffffffc7;line-height:1.6;max-width:560px}.guides-body{padding:2rem 0 3rem;background:#f5f7fc}.guides-coming-soon{background:#fff;border:1px solid #e2e6ef;border-radius:12px;padding:2rem 1.5rem;text-align:center;margin-bottom:2.5rem}.guides-icon{font-size:2.5rem;margin-bottom:.75rem}.guides-coming-soon h2{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.guides-coming-soon p{font-size:.92rem;color:#5a5a6e;line-height:1.6;max-width:480px;margin:0 auto 1rem}.guides-coming-soon .btn{margin-top:.5rem}.guides-planned h2{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.guides-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:2rem}.guide-card{background:#fff;border:1px solid #e2e6ef;border-radius:8px;padding:.85rem 1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.85rem;color:#2b2b2b}.guide-from{font-weight:600;color:#1a1a2e}.guide-arrow{color:#039;font-weight:700;flex-shrink:0}.guide-to{color:#5a5a6e}.guide-badge{font-size:.7rem;font-weight:600;color:#039;background:#e8edf8;padding:.2rem .5rem;border-radius:999px;white-space:nowrap;margin-left:auto}.guides-cta-bottom{text-align:center;padding-top:.5rem}.guides-cta-bottom p{font-size:.9rem;color:#5a5a6e;margin-bottom:.75rem}@media (min-width: 600px){.guides-header{padding:2.5rem 0 2rem}.guides-header h1{font-size:1.85rem}.guides-body{padding:2.5rem 0 3.5rem}.guides-grid{grid-template-columns:repeat(2,1fr)}.guides-coming-soon{padding:2.5rem 2rem}}@media (min-width: 960px){.guides-header{padding:3rem 0 2.5rem}.guides-header h1{font-size:2.2rem}.guides-subtitle{font-size:1rem}.guides-body{padding:3rem 0 4rem}.guides-grid{grid-template-columns:repeat(3,1fr)}.guides-coming-soon{padding:3rem 2.5rem}}.contact-header{padding:2rem 0 1.5rem;background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff}.contact-header h1{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.contact-subtitle{font-size:.92rem;color:#ffffffc7;line-height:1.6}.contact-body{padding:2rem 0 3rem;background:#f5f7fc}.contact-grid{display:flex;flex-direction:column;gap:2rem}.contact-form-wrap{background:#fff;border:1px solid #e2e6ef;border-radius:12px;padding:1.5rem 1.25rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.3rem}.form-group label{font-size:.82rem;font-weight:600;color:#2b2b2b}.form-group input,.form-group textarea{padding:.7rem .85rem;border:1px solid #d5dae8;border-radius:8px;font-size:.9rem;font-family:inherit;color:#2b2b2b;background:#fafbff;outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#039}.form-group textarea{resize:vertical;min-height:100px}.contact-form .btn{align-self:flex-start;padding:.75rem 1.75rem;border:none;border-radius:8px;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s;background:#fc0;color:#039}.contact-form .btn:hover:not(:disabled){background:#e6b800}.contact-form .btn:disabled{opacity:.7;cursor:not-allowed}.contact-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px;padding:.75rem 1rem;font-size:.88rem}.contact-success{text-align:center;padding:2rem 0}.contact-success h2{font-size:1.2rem;color:#1a1a2e;margin-bottom:.5rem}.contact-success p{color:#5a5a6e;font-size:.92rem}.contact-info h3{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.contact-info-item{margin-bottom:1rem}.contact-info-item strong{display:block;font-size:.88rem;color:#039;margin-bottom:.2rem}.contact-info-item p{font-size:.85rem;color:#5a5a6e;line-height:1.6;margin:0}@media (min-width: 600px){.contact-header{padding:2.5rem 0 2rem}.contact-header h1{font-size:1.85rem}.contact-body{padding:2.5rem 0 3.5rem}.contact-grid{flex-direction:row;align-items:flex-start}.contact-form-wrap{flex:1.5}.contact-info{flex:1}}@media (min-width: 960px){.contact-header{padding:3rem 0 2.5rem}.contact-header h1{font-size:2.2rem}.contact-subtitle{font-size:1rem;max-width:560px}.contact-body{padding:3rem 0 4rem}.contact-grid{gap:3rem}.contact-form-wrap{padding:2rem 1.75rem}.form-group input,.form-group textarea{padding:.8rem 1rem}}.info-hero{background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff;padding:2rem 0 1.75rem;text-align:center}.info-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:600;color:#8eaadc;margin-bottom:.75rem}.info-hero h1{font-size:1.45rem;font-weight:800;line-height:1.25;margin-bottom:.65rem}.info-hero-sub{font-size:.88rem;color:#ffffffc7;line-height:1.65;max-width:520px;margin:0 auto 1.15rem}.info-hero-stats{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:.78rem;color:#fff9;flex-wrap:wrap}.info-hero-stats strong{color:#fc0;font-weight:700}.info-stat-dot{width:4px;height:4px;border-radius:50%;background:#ffffff47;flex-shrink:0}.info-tabs{position:sticky;top:56px;z-index:50;background:#fff;border-bottom:1px solid #e2e6ef;overflow:hidden}.info-tabs-track{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;padding:0 .5rem}.info-tabs-track::-webkit-scrollbar{display:none}.info-tab{display:flex;align-items:center;gap:.35rem;flex-shrink:0;padding:.7rem .85rem;font-size:.78rem;font-weight:600;color:#6a6a7e;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s}.info-tab:hover{color:var(--cat-color, #003399)}.info-tab--active{color:var(--cat-color, #003399);border-bottom-color:var(--cat-color, #003399)}.info-tab-icon{font-size:.95rem;line-height:1}.info-content{padding:1.25rem 0 3rem;background:#f5f7fc;min-height:60vh}.info-cat{margin-bottom:2rem;scroll-margin-top:120px}.info-cat-header{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.85rem}.info-cat-icon{font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:.1rem}.info-cat-title{font-size:1.1rem;font-weight:700;color:var(--cat-color, #003399);margin-bottom:.15rem;line-height:1.3}.info-cat-desc{font-size:.82rem;color:#6a6a7e;line-height:1.55}.info-article{background:#fff;border-radius:12px;margin-bottom:.65rem;overflow:hidden;box-shadow:0 1px 4px #0000000a;transition:box-shadow .2s}.info-article--open{box-shadow:0 4px 24px #00000012}.info-article-btn{display:flex;align-items:stretch;width:100%;text-align:left;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:44px}.info-article-btn:hover{background:#fafbff}.info-article-accent{width:5px;flex-shrink:0;background:var(--cat-color, #003399);border-radius:12px 0 0 12px;transition:width .15s}.info-article--open .info-article-accent{width:5px;border-radius:12px 0 0}.info-article-preview{flex:1;min-width:0;padding:.85rem .75rem}.info-article-preview h3{font-size:.95rem;font-weight:700;color:#1a1a2e;line-height:1.35;margin:0 0 .3rem}.info-article-summary{font-size:.82rem;color:#5a5a6e;line-height:1.55;margin:0 0 .45rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.info-article--open .info-article-summary{-webkit-line-clamp:unset;overflow:visible}.info-article-meta{display:flex;gap:.75rem;font-size:.72rem;color:#8c8c9e;font-weight:500}.info-read-time:before{content:"◷ "}.info-ref-count:before{content:"↗ "}.info-chevron{display:flex;align-items:center;justify-content:center;width:40px;flex-shrink:0;font-size:.6rem;color:#8c8c9e;transition:color .15s}.info-article-btn:hover .info-chevron{color:var(--cat-color, #003399)}.info-body{padding:0 .85rem 1.25rem 1.1rem;border-top:1px solid #f0f0f5;animation:infoFadeIn .25s ease-out}@keyframes infoFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.info-takeaways{background:linear-gradient(135deg,#f0f7ff,#f7f9ff);border-radius:10px;padding:.85rem .9rem;margin:.85rem 0 1.25rem}.info-takeaways h4{font-size:.78rem;font-weight:700;color:var(--cat-color, #003399);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .55rem}.info-takeaways ul{list-style:none;margin:0;padding:0}.info-takeaways li{display:flex;gap:.5rem;align-items:flex-start;font-size:.84rem;color:#2a2a3e;line-height:1.55;margin-bottom:.5rem}.info-takeaways li:last-child{margin-bottom:0}.info-check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--cat-color, #003399);color:#fff;border-radius:50%;font-size:.6rem;font-weight:700;margin-top:.1rem}.info-section{margin-bottom:1.25rem}.info-section h4{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0 0 .5rem;line-height:1.35}.info-prose{font-size:.88rem;color:#3a3a4e;line-height:1.75}.info-prose p{margin:0 0 .85rem}.info-prose p:last-child{margin-bottom:0}.info-prose a{color:var(--cat-color, #003399);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .15s}.info-prose a:hover{color:#0055a4}.info-prose ul,.info-prose ol{margin:.5rem 0 .85rem;padding-left:1.25rem}.info-prose li{margin-bottom:.4rem;line-height:1.6}.info-prose strong{color:#1a1a2e;font-weight:600}.info-refs{background:#fafbff;border:1px solid #edf0f8;border-radius:10px;padding:.85rem .9rem;margin-bottom:.75rem}.info-refs h4{font-size:.76rem;font-weight:700;color:var(--cat-color, #003399);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem}.info-refs ol{margin:0;padding-left:1.15rem;counter-reset:ref-counter}.info-refs li{font-size:.8rem;line-height:1.5;margin-bottom:.35rem;color:#5a5a6e}.info-refs a{color:#039;text-decoration:none;border-bottom:1px solid #d0d8ed;transition:border-color .15s,color .15s;word-break:break-word}.info-refs a:hover{color:#0055a4;border-bottom-color:#0055a4}.info-ext{font-size:.7em;margin-left:.2em;opacity:.5}.info-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.6rem;margin-bottom:.5rem}.info-tag{font-size:.66rem;font-weight:600;color:var(--cat-color, #003399);background:#edf2ff;background:color-mix(in srgb,var(--cat-color, #003399) 8%,white);padding:.2rem .55rem;border-radius:20px;white-space:nowrap}.info-collapse-btn{display:block;width:100%;padding:.65rem;margin-top:.5rem;background:#f5f7fc;border:1px solid #e8ecf4;border-radius:8px;font-size:.78rem;font-weight:600;color:#6a6a7e;cursor:pointer;transition:background .15s,color .15s}.info-collapse-btn:hover{background:#edf2ff;color:#039}.info-top-btn{position:fixed;bottom:1.25rem;right:1.25rem;z-index:60;background:#039;color:#fff;border:none;border-radius:10px;padding:.55rem .85rem;font-size:.78rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #0033994d;animation:infoFadeIn .2s ease-out;-webkit-tap-highlight-color:transparent}.info-top-btn:hover{background:#027}@media (min-width: 600px){.info-hero{padding:2.75rem 0 2.25rem}.info-hero h1{font-size:1.85rem}.info-hero-sub{font-size:.92rem}.info-tab{padding:.75rem 1rem;font-size:.82rem}.info-content{padding:1.75rem 0 3.5rem}.info-cat-title{font-size:1.2rem}.info-article-preview{padding:1rem 1.1rem}.info-article-preview h3{font-size:1.02rem}.info-article-summary{font-size:.85rem;-webkit-line-clamp:4}.info-body{padding:0 1.25rem 1.5rem 1.4rem}.info-section h4{font-size:1.08rem}.info-prose{font-size:.9rem}}@media (min-width: 960px){.info-hero{padding:3.5rem 0 3rem}.info-hero h1{font-size:2.25rem}.info-hero-sub{font-size:.98rem;max-width:580px}.info-hero-stats{font-size:.85rem;gap:1rem}.info-tabs{top:64px}.info-tabs-track{justify-content:center;padding:0}.info-tab{padding:.8rem 1.25rem;font-size:.85rem}.info-content{padding:2.5rem 0 4rem}.info-cat{margin-bottom:2.5rem}.info-cat-header{gap:.75rem;margin-bottom:1rem}.info-cat-icon{font-size:1.75rem}.info-cat-title{font-size:1.35rem}.info-cat-desc{font-size:.88rem;max-width:600px}.info-article{max-width:780px}.info-article-preview{padding:1.15rem 1.25rem}.info-article-preview h3{font-size:1.1rem}.info-article-summary{font-size:.88rem;-webkit-line-clamp:unset;overflow:visible}.info-body{padding:0 1.5rem 1.75rem}.info-section h4{font-size:1.15rem}.info-prose{font-size:.93rem;max-width:680px}.info-takeaways,.info-refs{padding:1rem 1.15rem}.info-collapse-btn{max-width:240px;margin-left:auto;margin-right:auto}}@media (min-width: 1200px){.info-article{max-width:820px}.info-prose{max-width:720px}}@media (prefers-reduced-motion: reduce){.info-body,.info-top-btn{animation:none}}.submit-header{padding:2rem 0 1.5rem;background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff}.submit-header h1{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.submit-subtitle{font-size:.92rem;color:#ffffffc7;line-height:1.6}.submit-body{padding:2rem 0 3rem;background:#f5f7fc}.submit-grid{display:flex;flex-direction:column;gap:2rem}.submit-form-wrap{background:#fff;border:1px solid #e2e6ef;border-radius:12px;padding:1.5rem 1.25rem}.submit-form{display:flex;flex-direction:column;gap:1rem}.submit-form .form-group select{padding:.7rem .85rem;border:1px solid #d5dae8;border-radius:8px;font-size:.9rem;font-family:inherit;color:#2b2b2b;background:#fafbff;outline:none;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6b7b' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center}.submit-form .form-group select:focus{border-color:#039}.submit-form .btn{align-self:flex-start;padding:.75rem 1.75rem;border:none;border-radius:8px;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s;background:#fc0;color:#039}.submit-form .btn:hover:not(:disabled){background:#e6b800}.submit-form .btn:disabled{opacity:.7;cursor:not-allowed}.submit-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px;padding:.75rem 1rem;font-size:.88rem}.submit-success{text-align:center;padding:2rem 0}.submit-success h2{font-size:1.2rem;color:#1a1a2e;margin-bottom:.5rem}.submit-success p{color:#5a5a6e;font-size:.92rem;line-height:1.6;max-width:400px;margin:0 auto}.submit-info h3{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.submit-info-item{margin-bottom:1rem}.submit-info-item strong{display:block;font-size:.88rem;color:#039;margin-bottom:.2rem}.submit-info-item p{font-size:.85rem;color:#5a5a6e;line-height:1.6;margin:0}.submit-info-item a{color:#039;text-decoration:underline}@media (min-width: 600px){.submit-header{padding:2.5rem 0 2rem}.submit-header h1{font-size:1.85rem}.submit-body{padding:2.5rem 0 3.5rem}.submit-grid{flex-direction:row;align-items:flex-start}.submit-form-wrap{flex:1.5}.submit-info{flex:1}}@media (min-width: 960px){.submit-header{padding:3rem 0 2.5rem}.submit-header h1{font-size:2.2rem}.submit-subtitle{font-size:1rem;max-width:560px}.submit-body{padding:3rem 0 4rem}.submit-grid{gap:3rem}.submit-form-wrap{padding:2rem 1.75rem}.submit-form .form-group select{padding:.8rem 1rem}}.prod-header{padding:2rem 0 1.5rem;background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff}.prod-header-top{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.prod-logo{width:56px;height:56px;border-radius:12px;object-fit:contain;background:#ffffff26;border:1px solid rgba(255,255,255,.2);padding:6px;flex-shrink:0}.prod-header-info h1{font-size:1.5rem;font-weight:800;margin:0 0 .35rem;line-height:1.2}.prod-country{font-size:.88rem;color:#ffffffb3;margin-bottom:.5rem}.prod-oneliner{font-size:.95rem;line-height:1.6;color:#ffffffd9}.prod-header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.prod-tags-section{padding:1.25rem 0 .5rem}.prod-tags{display:flex;gap:.5rem;flex-wrap:wrap}.prod-features-section{padding:1.5rem 0}.prod-features-section h2{font-size:1.2rem;color:#1a1a2e;margin-bottom:.85rem}.prod-features-list{list-style:none;padding:0;margin:0}.prod-features-list li{position:relative;padding-left:1.25rem;margin-bottom:.55rem;font-size:.92rem;color:#3a3a4e;line-height:1.6}.prod-features-list li:before{content:"+";position:absolute;left:0;color:#2e7d32;font-weight:700}.prod-replaces-section{padding:.5rem 0 1.5rem}.prod-replaces-box{background:#fff5f5;border-left:4px solid #c0392b;border-radius:0 10px 10px 0;padding:1.15rem}.prod-replaces-box h2{font-size:1rem;margin-bottom:.65rem;color:#1a1a2e}.prod-replaces-list{display:flex;gap:.4rem;flex-wrap:wrap}.prod-replaces-chip{display:inline-block;padding:.3rem .75rem;background:#fce4e4;color:#8c2d2d;border-radius:20px;font-size:.82rem;font-weight:600}.prod-glance-section{padding:1.5rem 0 2rem}.prod-glance-section h2{font-size:1.2rem;color:#1a1a2e;margin-bottom:.85rem}.prod-glance-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.glance-item{background:#fafbff;border:1px solid #e2e6ef;border-radius:10px;padding:.85rem 1rem}.glance-label{display:block;font-size:.7rem;font-weight:600;color:#8c8c9e;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.glance-value{font-size:.92rem;font-weight:600;color:#1a1a2e}.glance-value a{color:#039;text-decoration:none}.glance-value a:hover{text-decoration:underline}.prod-cta-section{padding:2rem 0}.prod-cta-box{background:linear-gradient(135deg,#edf2ff,#f8f9ff);border:1px solid #d0d8f0;border-radius:14px;padding:1.5rem;text-align:center}.prod-cta-box h2{font-size:1.15rem;color:#1a1a2e;margin-bottom:.5rem}.prod-cta-box p{font-size:.88rem;color:#4a4a5e;margin-bottom:1rem;line-height:1.6}@media (min-width: 600px){.prod-header{padding:2.5rem 0 2rem}.prod-header-info h1{font-size:1.85rem}.prod-logo{width:64px;height:64px}.prod-glance-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 960px){.prod-header{padding:3rem 0 2.5rem}.prod-header-info h1{font-size:2.2rem}.prod-logo{width:72px;height:72px}.prod-oneliner{font-size:1.05rem;max-width:680px}.prod-features-section h2,.prod-glance-section h2{font-size:1.4rem}.prod-glance-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.glance-item:hover{box-shadow:0 2px 10px #0033990f;border-color:#a3b5db}.prod-cta-box{padding:2.5rem}.prod-cta-box h2{font-size:1.35rem}}.scan-hero{background:linear-gradient(160deg,#001a66,#039 40%,#0055a4);color:#fff;padding:3rem 0 2.5rem;text-align:center}.scan-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:600;color:#8eaadc;margin-bottom:1rem}.scan-hero h1{font-size:1.65rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:#fff}.scan-subtitle{font-size:.95rem;color:#ffffffc7;margin-bottom:1.75rem;margin-left:auto;margin-right:auto;line-height:1.6;max-width:480px}.scan-form{display:flex;flex-direction:column;max-width:520px;margin:0 auto;border-radius:10px;overflow:hidden;box-shadow:0 6px 28px #0003}.scan-input{padding:.9rem 1rem;border:none;font-size:.95rem;outline:none;background:#fff;color:#2b2b2b;width:100%}.scan-input::placeholder{color:#999}.scan-btn{padding:.85rem 1.25rem;border:none;background:#fc0;color:#039;font-weight:700;font-size:.95rem;cursor:pointer;transition:background .2s}.scan-btn:hover:not(:disabled){background:#e6b800}.scan-btn:disabled{opacity:.7;cursor:not-allowed}.scan-loading{text-align:center;padding:3rem 0}.scan-spinner{width:40px;height:40px;border:4px solid #e2e6ef;border-top-color:#039;border-radius:50%;margin:0 auto 1rem;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.scan-loading p{color:#5a5a6e;font-size:.95rem;margin-bottom:1rem}.scan-loading-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.scan-loading-cat{font-size:.78rem;color:#6b6b7b;background:#f5f7fc;padding:.3rem .6rem;border-radius:6px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.scan-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:10px;padding:1rem 1.25rem;margin:1.5rem 0;font-size:.9rem}.scan-results{padding:2rem 0 3rem}.scan-results-header{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center;margin-bottom:2rem}.scan-results-meta h2{font-size:1.35rem;color:#1a1a2e;margin-bottom:.25rem}.scan-results-url{font-size:.85rem;color:#039;word-break:break-all;margin-bottom:.15rem}.scan-results-duration{font-size:.78rem;color:#8c8c9e}.score-ring-wrap{position:relative;width:120px;height:120px;flex-shrink:0}.score-ring-svg{width:100%;height:100%}.score-ring-progress{transition:stroke-dashoffset .8s ease}.score-ring-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.score-ring-number{font-size:2rem;font-weight:800;color:#1a1a2e;line-height:1}.score-ring-pct{font-size:.9rem;font-weight:600;color:#8c8c9e;margin-top:.3rem}.scan-categories-grid{display:flex;flex-direction:column;gap:.85rem}.scan-category-card{background:#fff;border:1px solid #e2e6ef;border-radius:12px;padding:1.25rem}.scan-cat-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.65rem}.scan-cat-icon{font-size:1.3rem;flex-shrink:0}.scan-cat-title-wrap{flex:1;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.scan-cat-title{font-size:.95rem;font-weight:700;color:#1a1a2e;margin:0}.scan-cat-score{font-size:1.1rem;font-weight:800;flex-shrink:0}.status-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .5rem;border-radius:20px;white-space:nowrap}.status-eu{background:#dcfce7;color:#166534}.status-non_eu{background:#fef2f2;color:#991b1b}.status-mixed{background:#fef9c3;color:#854d0e}.status-unknown{background:#f1f5f9;color:#64748b}.scan-cat-bar-track{height:6px;background:#e2e6ef;border-radius:3px;margin-bottom:.75rem;overflow:hidden}.scan-cat-bar-fill{height:100%;border-radius:3px;transition:width .6s ease}.scan-findings{list-style:none;padding:0;margin:0 0 .5rem}.scan-finding{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.35rem 0;border-bottom:1px solid #f5f7fc;font-size:.85rem}.scan-finding:last-child{border-bottom:none}.finding-label{color:#6b6b7b;flex-shrink:0}.finding-value{color:#2b2b2b;font-weight:500;text-align:right}.finding-country{color:#8c8c9e;font-weight:400}.finding-eu-tag{display:inline-block;font-size:.6rem;font-weight:700;background:#dcfce7;color:#166534;padding:.05rem .35rem;border-radius:4px;margin-left:.35rem;vertical-align:middle}.finding-noeu-tag{display:inline-block;font-size:.6rem;font-weight:700;background:#fef2f2;color:#991b1b;padding:.05rem .35rem;border-radius:4px;margin-left:.35rem;vertical-align:middle}.scan-cat-weight{font-size:.72rem;color:#8c8c9e;text-align:right}.scan-suggestions{margin-top:2rem;background:#f5f7fc;border-radius:12px;padding:1.5rem;text-align:center}.scan-suggestions h3{font-size:1.05rem;color:#1a1a2e;margin-bottom:.5rem}.scan-suggestions p{font-size:.9rem;color:#5a5a6e;line-height:1.6}.scan-suggestions a{color:#039;font-weight:600;text-decoration:none}.scan-suggestions a:hover{text-decoration:underline}.scan-premium-section{margin-top:2.5rem;margin-bottom:4rem;text-align:center}.scan-premium-heading{font-size:1.2rem;font-weight:800;color:#1a1a2e;margin-bottom:.35rem}.scan-premium-subtext{font-size:.9rem;color:#5a5a6e;margin-bottom:1.5rem}.scan-premium-grid{display:grid;grid-template-columns:1fr;gap:.85rem}.scan-premium-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:#fff;border:1px solid #e2e6ef;border-radius:12px;padding:1.25rem;cursor:pointer;transition:border-color .2s,box-shadow .2s;font-family:inherit;font-size:inherit;color:inherit}.scan-premium-card:hover{border-color:#039;box-shadow:0 4px 16px #0033991a}.scan-premium-icon{font-size:1.5rem;margin-bottom:.5rem}.scan-premium-title{font-size:.95rem;font-weight:700;color:#1a1a2e;margin:0 0 .35rem}.scan-premium-desc{font-size:.82rem;color:#5a5a6e;line-height:1.55;margin:0 0 .75rem}.scan-premium-cta{font-size:.82rem;font-weight:700;color:#039;margin-top:auto}.scan-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.scan-modal{position:relative;background:#fff;border-radius:16px;padding:2.5rem 2rem 2rem;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 60px #0003;animation:slideUp .25s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.scan-modal-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;color:#8c8c9e;cursor:pointer;line-height:1;padding:.25rem}.scan-modal-close:hover{color:#1a1a2e}.scan-modal-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.scan-modal-title{font-size:1.15rem;font-weight:800;color:#1a1a2e;margin:0 0 .5rem}.scan-modal-text{font-size:.9rem;color:#5a5a6e;line-height:1.6;margin:0 0 1.5rem}.scan-modal-btn{background:#039;color:#fff;border:none;border-radius:8px;padding:.7rem 2rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s}.scan-modal-btn:hover{background:#027}.scan-modal-btn:disabled{opacity:.7;cursor:not-allowed}.scan-modal-btn-secondary{background:none;border:none;color:#8c8c9e;font-size:.82rem;cursor:pointer;margin-top:.75rem;padding:.4rem 1rem}.scan-modal-btn-secondary:hover{color:#1a1a2e}.scan-notify-form{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:.5rem;width:100%}.scan-notify-input{width:100%;padding:.65rem .85rem;border:1px solid #e2e6ef;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .2s;box-sizing:border-box}.scan-notify-input:focus{border-color:#039}.scan-notify-success{color:#166534;background:#dcfce7;border-radius:8px;padding:.65rem 1rem;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.scan-notify-error{color:#991b1b;font-size:.82rem;margin:0}@media (min-width: 600px){.scan-hero{padding:4rem 0 3.5rem}.scan-hero h1{font-size:2.1rem}.scan-form{flex-direction:row}.scan-input{border-radius:10px 0 0 10px}.scan-btn{border-radius:0 10px 10px 0;white-space:nowrap}.scan-results-header{flex-direction:row;text-align:left}.scan-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.scan-premium-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.scan-hero{padding:5.5rem 0 4.5rem}.scan-eyebrow{font-size:.78rem}.scan-hero h1{font-size:2.75rem}.scan-subtitle{font-size:1.1rem;max-width:560px}.scan-input{padding:1rem 1.25rem}.scan-btn{padding:1rem 1.75rem}.score-ring-wrap{width:140px;height:140px}.score-ring-number{font-size:2.5rem}.scan-results-meta h2{font-size:1.65rem}.scan-categories-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.scan-premium-grid{grid-template-columns:repeat(4,1fr)}.scan-category-card:hover{box-shadow:0 4px 16px #00339914;border-color:#a3b5db}}.site-footer{background:#0a0a1e;color:#aaa;padding:2.5rem 0 1.25rem}.footer-grid{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:1.75rem}.footer-col h4{color:#fff;margin-bottom:.5rem;font-size:.9rem}.footer-col>p{font-size:.85rem;line-height:1.6}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:.4rem}.footer-col ul li a{color:#888;text-decoration:none;font-size:.85rem;transition:color .15s}.footer-col ul li a:hover{color:#fc0}.footer-bottom{border-top:1px solid #1e1e38;padding-top:1rem;text-align:center;font-size:.78rem;color:#555}@media (min-width: 600px){.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem}}@media (min-width: 960px){.site-footer{padding:3.5rem 0 1.5rem}}
