.hero-content{display:grid !important;}.features-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;}.pricing-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;}.results-grid{display:grid !important;grid-template-columns:260px 1fr !important;}.lead-grid{display:grid !important;grid-template-columns:1fr 1fr !important;}.footer-grid{display:grid !important;grid-template-columns:2fr 1fr 1fr 1fr !important;}.footer-bottom{display:flex !important;}.nav-inner{display:flex !important;}.nav-links{display:flex !important;}.search-box{display:flex !important;}.search-input-wrap{display:flex !important;}.hero-stats{display:flex !important;}.trust-bar-inner{display:flex !important;flex-wrap:wrap !important;}.checks-panel{display:flex !important;flex-direction:column !important;}.check-item{display:flex !important;}.lead-fields{display:flex !important;flex-direction:column !important;}.field-row{display:grid !important;grid-template-columns:1fr 1fr !important;}.benefits li{display:flex !important;}.contact-inner{display:flex !important;}.contact-details{display:flex !important;flex-direction:column !important;}.footer-links{display:flex !important;}.rec-box{display:flex !important;}@media (max-width:900px){.hero-content,.features-grid,.pricing-grid,.results-grid,.lead-grid{grid-template-columns:1fr !important;}.footer-grid{grid-template-columns:1fr 1fr !important;}.contact-inner{flex-direction:column !important;}.nav-links{display:none !important;}.nav-links.show{display:flex !important;flex-direction:column !important;}}@media (max-width:600px){.footer-grid,.field-row{grid-template-columns:1fr !important;}.search-box{flex-direction:column !important;}#ds-scan-btn{display:flex !important;justify-content:center !important;}}:root{--brand:#1a73e8;--brand-dark:#1557b0;--brand-light:#e8f0fe;--accent:#f59e0b;--accent-dark:#d97706;--dark:#1e293b;--gray:#64748b;--light:#f1f5f9;--white:#ffffff;--green:#16a34a;--red:#dc2626;--yellow:#ca8a04;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{overflow-x:hidden;}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;color:var(--dark);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;margin:0;padding:0;overflow-x:hidden;}.container{max-width:1140px;margin:0 auto;padding:0 24px;}img,svg{max-width:100%;}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06);}.nav-inner{max-width:1140px;margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;justify-content:space-between;}.nav-logo{display:flex;align-items:center;gap:10px;color:var(--dark);text-decoration:none;font-weight:800;font-size:16px;}.nav-logo svg,.nav-logo-icon{width:24px;height:24px;color:var(--brand);}.nav-links{display:flex;align-items:center;gap:32px;}.nav-links a{color:var(--gray);text-decoration:none;font-size:14px;font-weight:500;}.nav-links a:hover{color:var(--dark);}.nav-cta{padding:10px 22px;background:var(--brand);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;}.nav-cta:hover{background:var(--brand-dark);}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--dark);}.hero{padding:150px 24px 90px;background:linear-gradient(160deg,#0d2137,#0f3460,#1a4a7a);position:relative;overflow:hidden;}.hero-bg{position:absolute;inset:0;pointer-events:none;}.hero-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.2;}.orb-1{width:500px;height:500px;background:#4285f4;top:-100px;right:-50px;}.orb-2{width:400px;height:400px;background:#34a853;bottom:-150px;left:-100px;opacity:.1;}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:50px 50px;mask-image:radial-gradient(ellipse at 30% 50%,black 20%,transparent 70%);}.hero-content{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:center;position:relative;z-index:2;}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:rgba(66,133,244,.15);border:1px solid rgba(66,133,244,.25);border-radius:100px;font-size:13px;font-weight:600;color:#93c5fd;margin-bottom:24px;}.badge-dot{width:7px;height:7px;border-radius:50%;background:#34a853;animation:pulse 2s infinite;}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}.hero h1{font-size:48px;font-weight:900;line-height:1.12;color:#fff;margin-bottom:20px;}.hero-desc{font-size:17px;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:36px;max-width:500px;}.search-box{display:flex;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:5px;max-width:480px;}.search-box:focus-within{border-color:rgba(66,133,244,.5);box-shadow:0 0 0 4px rgba(66,133,244,.12);}.search-input-wrap{flex:1;display:flex;align-items:center;gap:12px;padding:0 16px;}.search-icon{width:20px;height:20px;color:rgba(255,255,255,.35);flex-shrink:0;}.search-box input{flex:1;background:none;border:none;color:#fff;font-size:16px;font-family:inherit;padding:14px 0;outline:none;}.search-box input::placeholder{color:rgba(255,255,255,.3);}#ds-scan-btn{display:flex;align-items:center;gap:8px;padding:0 28px;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;}#ds-scan-btn:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 4px 16px rgba(245,158,11,.35);}#ds-scan-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;}.btn-arrow{width:18px;height:18px;}.hero-stats{display:flex;align-items:center;gap:28px;margin-top:40px;}.stat strong{display:block;font-size:22px;font-weight:800;color:#fff;}.stat span{font-size:12px;color:rgba(255,255,255,.45);}.stat-divider{width:1px;height:36px;background:rgba(255,255,255,.12);}.hero-card{background:#0d1117;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;font-family:monospace;font-size:13px;box-shadow:0 24px 64px rgba(0,0,0,.4);}.hc-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.4);font-size:12px;}.hc-dots{display:flex;gap:6px;}.hc-dots span{width:10px;height:10px;border-radius:50%;}.hc-dots span:nth-child(1){background:#ef4444;}.hc-dots span:nth-child(2){background:#f59e0b;}.hc-dots span:nth-child(3){background:#22c55e;}.hc-body{padding:16px;}.hc-line{padding:3px 0;color:rgba(255,255,255,.7);}.hc-dim{color:rgba(255,255,255,.3);}.hc-green{color:#34a853;}.hc-red{color:#ea4335;}.hc-yellow{color:#fbbc04;}.hc-spacer{height:8px;}.trust-bar{background:var(--white);border-bottom:1px solid rgba(0,0,0,.06);padding:18px 24px;}.trust-bar-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;}.trust-badge-ms{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:var(--brand-light);border-radius:8px;font-size:13px;font-weight:600;color:var(--brand);text-decoration:none;}.trust-badge-ms svg{width:18px;height:18px;}.trust-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--gray);}.trust-item svg{width:18px;height:18px;color:var(--brand);}.trust-item strong{color:var(--dark);}#ds-loading{padding:80px 24px;text-align:center;background:var(--light);}.loading-content h3{font-size:20px;margin-bottom:8px;}.loading-content p{color:var(--gray);font-size:14px;margin-bottom:24px;}.loader{position:relative;width:64px;height:64px;margin:0 auto 24px;}.loader-ring{position:absolute;inset:0;border:3px solid #e5e7eb;border-top-color:var(--brand);border-radius:50%;animation:spin .8s linear infinite;}@keyframes spin{to{transform:rotate(360deg);}}.loader-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;color:var(--brand);}.loading-bar{max-width:300px;height:4px;background:#e5e7eb;border-radius:2px;margin:0 auto;overflow:hidden;}.loading-bar-fill{height:100%;background:var(--brand);border-radius:2px;animation:lp 8s ease-out forwards;}@keyframes lp{0%{width:0}30%{width:40%}60%{width:70%}100%{width:95%}}#ds-results{padding:60px 24px;background:var(--light);}.results-header{text-align:center;margin-bottom:40px;}.results-badge{display:inline-block;padding:5px 14px;background:#dcfce7;color:var(--green);border-radius:100px;font-size:13px;font-weight:600;margin-bottom:12px;}.results-header h2{font-size:26px;font-weight:800;}.results-header h2 span{color:var(--brand);}.results-grid{display:grid;grid-template-columns:260px 1fr;gap:20px;max-width:1140px;margin:0 auto 24px;}.score-panel{background:var(--white);border-radius:16px;padding:36px 24px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.04);}.score-ring-wrap{position:relative;width:140px;height:140px;margin:0 auto 16px;}.score-ring{width:100%;height:100%;transform:rotate(-90deg);}.ring-bg{fill:none;stroke:#f1f5f9;stroke-width:8;}.ring-fill{fill:none;stroke:var(--brand);stroke-width:8;stroke-linecap:round;stroke-dasharray:326.7;stroke-dashoffset:326.7;transition:stroke-dashoffset 1.5s ease,stroke .5s;}.ring-fill.score-high{stroke:var(--green);}.ring-fill.score-mid{stroke:var(--yellow);}.ring-fill.score-low{stroke:var(--red);}.score-number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:42px;font-weight:900;}.score-number small{font-size:16px;font-weight:400;color:var(--gray);}.score-label{font-size:16px;font-weight:700;margin-bottom:8px;}.provider-badge{display:inline-block;font-size:12px;color:var(--gray);background:var(--light);padding:5px 12px;border-radius:6px;}.checks-panel{display:flex;flex-direction:column;gap:10px;}.check-item{display:flex;align-items:center;gap:16px;background:var(--white);padding:18px 20px;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.04);}.check-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.06);}.check-dot{width:12px;height:12px;border-radius:50%;background:#e2e8f0;}.check-item.pass .check-dot{background:var(--green);box-shadow:0 0 8px rgba(22,163,74,.3);}.check-item.warn .check-dot{background:var(--yellow);}.check-item.fail .check-dot{background:var(--red);box-shadow:0 0 8px rgba(220,38,38,.3);}.check-content{flex:1;}.check-title{font-size:15px;font-weight:700;}.check-sub{font-size:12px;color:var(--gray);}.ds-detail{font-size:13px;color:var(--gray);margin-top:4px;}.check-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;}.check-item.pass .check-badge{background:#dcfce7;color:var(--green);}.check-item.pass .check-badge::after{content:'GEÇTİ';}.check-item.warn .check-badge{background:#fefce8;color:var(--yellow);}.check-item.warn .check-badge::after{content:'UYARI';}.check-item.fail .check-badge{background:#fef2f2;color:var(--red);}.check-item.fail .check-badge::after{content:'BAŞARISIZ';}.rec-box{display:flex;gap:16px;padding:24px;background:#fefce8;border:1px solid #fde68a;border-radius:12px;margin-bottom:32px;max-width:1140px;margin-left:auto;margin-right:auto;}.rec-icon svg{width:28px;height:28px;color:#d97706;}.rec-text h4{font-size:15px;font-weight:700;margin-bottom:4px;}.rec-text p{font-size:14px;color:#92400e;line-height:1.6;}.lead-section{background:linear-gradient(135deg,#0d2137,#0f3460);border-radius:16px;padding:56px;color:#fff;max-width:1140px;margin:0 auto;}.lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;}.lead-info h3{font-size:28px;font-weight:800;line-height:1.3;margin-bottom:28px;color:#fff;}.benefits{list-style:none;}.benefits li{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:15px;color:rgba(255,255,255,.8);}.benefits svg{width:18px;height:18px;color:#34a853;flex-shrink:0;}.lead-form-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;}.lead-form-card h4{font-size:22px;font-weight:800;margin-bottom:4px;color:#fff;}.lead-form-card>p{font-size:14px;color:rgba(255,255,255,.5);margin-bottom:24px;}.lead-fields{display:flex;flex-direction:column;gap:12px;}.lead-fields input,.lead-fields select,.lead-fields textarea{width:100%;padding:13px 16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:15px;font-family:inherit;outline:none;}.lead-fields input::placeholder,.lead-fields textarea::placeholder{color:rgba(255,255,255,.3);}.lead-fields input:focus,.lead-fields select:focus,.lead-fields textarea:focus{border-color:var(--brand);}.lead-fields select{color:rgba(255,255,255,.6);}.lead-fields select option{background:#1e293b;color:#fff;}.lead-fields textarea{resize:vertical;min-height:60px;}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}#ds-lead-btn{padding:15px;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;}#ds-lead-btn:hover{background:var(--accent-dark);}.privacy-note{font-size:12px;color:rgba(255,255,255,.3);margin-top:12px;text-align:center;}.ds-success{text-align:center;padding:40px;color:#34a853;font-weight:700;font-size:18px;}.features{padding:100px 24px;background:var(--light);}.section-header{text-align:center;margin-bottom:56px;}.section-badge{display:inline-block;padding:6px 18px;background:var(--brand-light);color:var(--brand);border-radius:100px;font-size:13px;font-weight:600;margin-bottom:16px;}.section-header h2{font-size:34px;font-weight:900;}.section-header p{font-size:16px;color:var(--gray);margin-top:12px;}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1140px;margin:0 auto;}.feature-card{background:var(--white);padding:32px 28px;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.04);}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.06);}.feature-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:12px;margin-bottom:20px;}.feature-icon svg{width:24px;height:24px;}.feature-card h3{font-size:18px;font-weight:700;margin-bottom:8px;}.feature-card p{font-size:14px;color:var(--gray);line-height:1.7;}.pricing{padding:100px 24px;background:var(--white);}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto;}.price-card{background:var(--white);border-radius:16px;padding:36px 28px;box-shadow:0 1px 3px rgba(0,0,0,.06);border:2px solid transparent;}.price-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08);}.price-card.popular{border-color:var(--brand);box-shadow:0 8px 24px rgba(26,115,232,.12);}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:5px 18px;background:var(--brand);color:#fff;border-radius:100px;font-size:12px;font-weight:700;}.price-card{position:relative;}.price-card h3{font-size:22px;font-weight:800;margin-bottom:4px;}.price-desc{font-size:14px;color:var(--gray);margin-bottom:16px;}.price-tag{font-size:14px;font-weight:700;color:var(--brand);margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--light);}.price-card ul{list-style:none;margin-bottom:24px;}.price-card li{padding:8px 0;font-size:14px;color:#475569;padding-left:24px;position:relative;}.price-card li::before{content:'';position:absolute;left:0;top:13px;width:14px;height:14px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;}.price-btn{width:100%;padding:13px;background:var(--light);color:var(--dark);border:1px solid rgba(0,0,0,.06);border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;}.price-card.popular .price-btn{background:var(--brand);color:#fff;border-color:var(--brand);}.price-btn:hover{transform:translateY(-1px);}.contact{padding:80px 24px;background:var(--light);}.contact-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));padding:56px;border-radius:16px;color:#fff;max-width:1140px;margin:0 auto;}.contact-inner h2{font-size:28px;font-weight:800;margin-bottom:8px;color:#fff;}.contact-inner p{opacity:.8;margin-bottom:20px;}.contact-details{display:flex;flex-direction:column;gap:8px;}.contact-item{display:flex;align-items:center;gap:10px;font-size:15px;color:rgba(255,255,255,.9);}.contact-item svg{width:18px;height:18px;opacity:.7;}.contact-cta{display:flex;align-items:center;gap:10px;padding:18px 40px;background:var(--accent);color:#fff;border:none;border-radius:14px;font-size:18px;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;}.contact-cta:hover{background:var(--accent-dark);transform:translateY(-2px);}.contact-cta svg{width:20px;height:20px;}.footer{padding:56px 24px 32px;background:#0c1524;color:rgba(255,255,255,.5);}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1140px;margin:0 auto;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08);}.footer-logo{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.9);text-decoration:none;font-weight:700;font-size:17px;margin-bottom:12px;}.footer-logo svg{width:22px;height:22px;color:var(--brand);}.footer-tagline{font-size:14px;line-height:1.7;color:rgba(255,255,255,.4);max-width:280px;margin-bottom:12px;}.footer-ms-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:rgba(255,255,255,.06);border-radius:8px;font-size:13px;font-weight:600;color:rgba(255,255,255,.6);text-decoration:none;margin-top:8px;}.footer-ms-badge svg{width:18px;height:18px;}.footer-col h4{font-size:13px;font-weight:700;color:rgba(255,255,255,.7);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px;}.footer-col ul{list-style:none;}.footer-col ul li a{display:block;font-size:14px;color:rgba(255,255,255,.4);text-decoration:none;padding:4px 0;}.footer-col ul li a:hover{color:rgba(255,255,255,.9);}.footer-contact-item{display:flex;align-items:center;gap:8px;font-size:14px;color:rgba(255,255,255,.4);padding:4px 0;}.footer-contact-item svg{width:16px;height:16px;color:rgba(255,255,255,.3);}.footer-bottom{display:flex;justify-content:space-between;align-items:center;max-width:1140px;margin:24px auto 0;}.footer-copy{font-size:13px;color:rgba(255,255,255,.3);}.footer-links{display:flex;gap:24px;}.footer-links a{font-size:13px;color:rgba(255,255,255,.3);text-decoration:none;}.footer-links a:hover{color:rgba(255,255,255,.7);}@media (max-width:900px){.nav-links{display:none;position:absolute;top:68px;left:0;right:0;flex-direction:column;background:#fff;padding:20px;gap:16px;box-shadow:0 8px 24px rgba(0,0,0,.08);}.nav-links.show{display:flex;}.nav-hamburger{display:flex;}.hero-content{grid-template-columns:1fr;text-align:center;}.hero-right{display:none;}.hero h1{font-size:34px;}.hero-desc{margin:0 auto 36px;}.search-box{max-width:100%;margin:0 auto;}.hero-stats{justify-content:center;}.results-grid{grid-template-columns:1fr;}.lead-grid{grid-template-columns:1fr;}.features-grid{grid-template-columns:1fr;}.pricing-grid{grid-template-columns:1fr;}.lead-section{padding:36px 24px;}.contact-inner{flex-direction:column;text-align:center;padding:40px 24px;}.footer-grid{grid-template-columns:1fr 1fr;}.footer-bottom{flex-direction:column;gap:12px;text-align:center;}.field-row{grid-template-columns:1fr;}}@media (max-width:600px){.hero{padding:120px 16px 60px;}.hero h1{font-size:28px;}.search-box{flex-direction:column;}#ds-scan-btn{justify-content:center;padding:14px;}.section-header h2{font-size:26px;}.footer-grid{grid-template-columns:1fr;}.trust-bar-inner{gap:16px;}}.trust-bar{background:#fff;border-bottom:1px solid #e5e7eb;padding:14px 24px;}.trust-bar-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;font-size:14px;color:#64748b;}.trust-badge-ms{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:#e8f0fe;border-radius:6px;font-size:13px;font-weight:600;color:#1a73e8;text-decoration:none;}.trust-badge-ms:hover{background:#d2e3fc;}.trust-badge-ms svg{width:16px;height:16px;}.trust-sep{color:#d1d5db;font-size:18px;line-height:1;}.trust-item{font-weight:500;color:#475569;font-size:13px;}#ds-results[style*="display:none"],#ds-results[style*="display:none"],#ds-loading[style*="display:none"],#ds-loading[style*="display:none"],#ds-recommendation[style*="display:none"],#ds-recommendation[style*="display:none"],[style*="display:none"],[style*="display:none"]{display:none !important;}.loading-animation{margin-bottom:24px;}.loading-circle{position:relative;width:80px;height:80px;margin:0 auto;}.loading-ring-outer{position:absolute;inset:0;border:3px solid #e5e7eb;border-top-color:#1a73e8;border-radius:50%;animation:spin-slow 1.2s linear infinite;}.loading-ring-inner{position:absolute;inset:8px;border:3px solid #e5e7eb;border-bottom-color:#f59e0b;border-radius:50%;animation:spin-reverse .9s linear infinite;}.loading-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;animation:pulse-icon 1.5s ease infinite;}@keyframes spin-slow{to{transform:rotate(360deg);}}@keyframes spin-reverse{to{transform:rotate(-360deg);}}@keyframes pulse-icon{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.15)}}.loading-content h3{font-size:22px;font-weight:700;margin-bottom:8px;color:#1e293b;}#ds-loading-step{font-size:15px;color:#64748b;margin-bottom:20px;min-height:24px;transition:opacity .3s;}.step-icon{margin-right:4px;}.loading-progress{max-width:320px;height:6px;background:#e5e7eb;border-radius:3px;margin:0 auto;overflow:hidden;}.loading-progress-fill{height:100%;width:0;background:linear-gradient(90deg,#1a73e8,#4285f4);border-radius:3px;transition:width .6s ease;}.ds-hidden{display:none !important;}#ds-loading{padding:60px 24px !important;text-align:center;background:#f8fafc;min-height:300px;}#ds-loading .loading-progress{max-width:320px;height:6px;background:#e5e7eb;border-radius:3px;margin:0 auto;overflow:hidden;display:block !important;visibility:visible !important;opacity:1 !important;}#ds-loading .loading-progress-fill{height:100%;width:0;background:linear-gradient(90deg,#1a73e8,#4285f4);border-radius:3px;transition:width .5s ease;display:block !important;}.footer-contact-item svg{width:16px !important;height:16px !important;min-width:16px !important;display:inline-block !important;vertical-align:middle;color:rgba(255,255,255,.4);flex-shrink:0 !important;}.rec-box .rec-icon svg{width:32px !important;height:32px !important;min-width:32px !important;color:#d97706 !important;}.rec-box .rec-icon{display:flex !important;align-items:flex-start;flex-shrink:0;}.score-panel{background:linear-gradient(135deg,#0f3460,#1a4a7a) !important;color:#fff !important;border:none !important;box-shadow:0 8px 32px rgba(15,52,96,.3) !important;padding:40px 28px !important;}.score-ring-wrap{margin-bottom:20px !important;}.ring-bg{stroke:rgba(255,255,255,.12) !important;}.score-number{color:#fff !important;text-shadow:0 2px 8px rgba(0,0,0,.2);}.score-number small{color:rgba(255,255,255,.5) !important;}.score-label{color:#fff !important;font-size:18px !important;font-weight:800 !important;margin-bottom:12px !important;}.provider-badge{background:rgba(255,255,255,.12) !important;color:rgba(255,255,255,.85) !important;border:1px solid rgba(255,255,255,.15);padding:6px 16px !important;font-size:13px !important;font-weight:600 !important;border-radius:8px !important;}.ring-fill.score-high{filter:drop-shadow(0 0 8px rgba(22,163,74,.5));}.ring-fill.score-mid{filter:drop-shadow(0 0 8px rgba(202,138,4,.5));}.ring-fill.score-low{filter:drop-shadow(0 0 8px rgba(220,38,38,.5));}