.sr-hero{background:#1a2744;padding:64px 40px 0;color:#fff;position:relative;overflow:hidden}
.sr-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(61,184,168,0.08) 0%,transparent 70%);pointer-events:none}
.sr-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(61,184,168,0.3),transparent)}
.sr-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;padding-bottom:48px}
.sr-hero-left{position:relative;z-index:1}
.sr-hero-right{position:relative;z-index:1}
.sr-breadcrumb{font-size:13px;color:rgba(255,255,255,0.35);margin-bottom:24px;display:flex;align-items:center;gap:8px}
.sr-breadcrumb a{color:rgba(255,255,255,0.35);text-decoration:none;transition:color .2s}
.sr-breadcrumb a:hover{color:#3db8a8}
.sr-breadcrumb-sep{color:rgba(255,255,255,0.15)}
.sr-hero-category{display:inline-flex;align-items:center;gap:8px;background:rgba(61,184,168,0.1);border:1px solid rgba(61,184,168,0.2);color:#3db8a8;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:4px;margin-bottom:20px}
.sr-hero h1{font-size:48px;font-weight:900;line-height:1.05;margin-bottom:16px;letter-spacing:-1px;color:#fff!important}
.sr-hero h1 em{color:#3db8a8!important;font-style:normal}
.sr-hero p{font-size:15px;color:rgba(255,255,255,0.55);max-width:520px;line-height:1.75;margin-bottom:28px}
.sr-meta{display:flex;gap:0;flex-wrap:wrap;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:12px;overflow:hidden}
.sr-meta-item{padding:16px 24px;flex:1;min-width:120px;position:relative}
.sr-meta-item+.sr-meta-item{border-left:1px solid rgba(255,255,255,0.08)}
.sr-meta-item strong{display:block;font-size:16px;color:#fff;font-weight:800;margin-bottom:3px;white-space:nowrap}
.sr-meta-item span{font-size:11px;color:rgba(255,255,255,0.35);letter-spacing:0.5px}
.sr-hero-badge-wrap{display:flex;flex-direction:column;gap:12px;min-width:200px}
.sr-hero-stat{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:20px 24px;text-align:center}
.sr-hero-stat-num{font-size:28px;font-weight:900;color:#3db8a8;line-height:1;margin-bottom:4px}
.sr-hero-stat-lbl{font-size:11px;color:rgba(255,255,255,0.35);letter-spacing:0.5px}
.sr-body{padding:32px 40px 0;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start}
.sr-article{font-size:15px;color:#3a5060;line-height:1.8;margin-bottom:40px}
.sr-article p{margin-bottom:18px}
.sr-article p:last-child{margin-bottom:0}
.sr-article-h3{font-size:20px;font-weight:900;color:#1a2744!important;margin:36px 0 14px;padding-left:16px;border-left:4px solid #3db8a8;line-height:1.2}
.sr-section-title{font-size:22px;font-weight:900;color:#1a2744;margin-bottom:20px}
.sr-divider{display:flex;align-items:center;gap:12px;margin:24px 0 16px}
.sr-divider span:not(.sr-divider-dot){flex:1;height:1px;background:#e2e8f0}
.sr-divider-dot{width:8px;height:8px;background:#3db8a8;border-radius:50%;flex-shrink:0}
.faq-item{border:1px solid #e5ecf0;border-radius:12px;margin-bottom:10px;overflow:hidden}
.faq-q{padding:16px 20px;font-weight:700;font-size:14px;color:#1a2744;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq-q:hover{background:#f8f9fb}
.faq-toggle{width:26px;height:26px;min-width:26px;background:#eaf7f4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3db8a8;flex-shrink:0;transition:all .3s}
.faq-item.open .faq-toggle{transform:rotate(45deg);background:#3db8a8;color:#fff}
.faq-a{max-height:0;overflow:hidden;transition:max-height .5s ease}
.faq-a-inner{padding:0 20px 16px;font-size:14px;color:#5a7080;line-height:1.65}
.faq-item.open .faq-a{max-height:600px}
.sr-cta-card{background:#1a2744;border-radius:20px;padding:36px;position:sticky;top:88px}
.sr-cta-card h3{font-size:22px;font-weight:900;color:#fff;margin-bottom:8px}
.sr-cta-card p{font-size:14px;color:rgba(255,255,255,0.5);margin-bottom:24px;line-height:1.6}
.sr-price{font-size:36px;font-weight:900;color:#3db8a8;margin-bottom:24px}
.sr-price span{font-size:14px;color:rgba(255,255,255,0.4);font-weight:400}
.sr-cta-btn{display:block;width:100%;background:#3db8a8;color:#fff;border:none;padding:16px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;margin-bottom:12px;transition:background .2s}
.sr-cta-btn:hover{background:#2da898}
.sr-cta-tel{display:block;text-align:center;font-size:16px;font-weight:700;color:#fff;text-decoration:none;padding:10px}
.sr-calc-btn{display:block;width:100%;background:rgba(61,184,168,0.1);color:#3db8a8;border:1px solid rgba(61,184,168,0.3);padding:12px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;text-align:center;margin-top:12px;transition:all .2s}
.sr-calc-btn:hover{background:rgba(61,184,168,0.2)}
.sr-trust{display:flex;flex-direction:column;gap:10px;margin-top:20px}
.sr-trust-item{display:flex;align-items:center;gap:10px;font-size:12px;color:rgba(255,255,255,0.45)}
.sr-trust-item::before{content:'';width:16px;height:16px;min-width:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' stroke='%233db8a8' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.sr-counter-bar{display:inline-flex;align-items:center;gap:10px;background:rgba(61,184,168,0.12);border:1px solid rgba(61,184,168,0.25);border-radius:8px;padding:8px 16px;margin-bottom:24px}
.sr-counter-pulse{width:8px;height:8px;background:#3db8a8;border-radius:50%;flex-shrink:0;position:relative}
.sr-counter-pulse::after{content:'';position:absolute;inset:-4px;border:2px solid #3db8a8;border-radius:50%;animation:cpulse 1.5s ease-out infinite;opacity:0}
@keyframes cpulse{0%{transform:scale(1);opacity:0.8}100%{transform:scale(2.2);opacity:0}}
.sr-counter-text{font-size:13px;color:rgba(255,255,255,0.7);font-weight:500}
.sr-counter-num{color:#3db8a8;font-weight:800;font-size:15px}
.sr-steps-section{padding:24px 40px 40px;background:#f8f9fb;border-top:1px solid #e2e8f0}
.sr-steps-inner{max-width:1200px;margin:0 auto}
.sr-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.sr-step{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;transition:all .2s}
.sr-step:hover{border-color:#3db8a8;box-shadow:0 6px 20px rgba(61,184,168,0.1);transform:translateY(-2px)}
.sr-step-num{width:44px;height:44px;background:#1a2744;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:900;color:#3db8a8}
.sr-step-title{font-size:16px;font-weight:700;color:#1a2744}
.sr-step-desc{font-size:13px;color:#6b7a90;line-height:1.6}
.sr-methods-section{padding:40px 40px;background:#fff;border-top:1px solid #e2e8f0}
.sr-methods-inner{max-width:1200px;margin:0 auto}
.sr-methods-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
.sr-method-card{background:#f8f9fb;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;transition:all .2s;display:flex;flex-direction:column}
.sr-method-card:hover{border-color:#3db8a8;box-shadow:0 6px 20px rgba(61,184,168,0.1)}
.sr-method-card-body{padding:24px 24px 20px;flex:1}
.sr-method-card-title{font-size:16px;font-weight:800;color:#1a2744;margin-bottom:8px}
.sr-method-card-desc{font-size:13px;color:#6b7a90;line-height:1.65}
.sr-method-card-img{height:160px;overflow:hidden}
.sr-method-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.sr-method-card:hover .sr-method-card-img img{transform:scale(1.05)}
.sr-districts-section{background:#1a2744;padding:40px 40px}
.sr-districts-inner{max-width:1200px;margin:0 auto}
.sr-districts-section .sr-section-title{color:#fff;margin-bottom:8px}
.sr-districts-sub{font-size:14px;color:rgba(255,255,255,0.4);margin-bottom:32px}
.sr-districts-grid{display:flex;flex-wrap:wrap;gap:10px}
.sr-district-tag{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:10px 16px;font-size:13px;font-weight:500;color:rgba(255,255,255,0.7);transition:all .2s}
.sr-district-tag:hover{background:rgba(61,184,168,0.15);border-color:#3db8a8;color:#fff}
.sr-district-tag::before{content:'';width:6px;height:6px;background:#3db8a8;border-radius:50%;flex-shrink:0}
.sr-districts-section .sr-divider span:not(.sr-divider-dot){background:rgba(255,255,255,0.1)}
.sr-faq-section{padding:40px 40px;background:#f8f9fb;border-top:1px solid #e2e8f0}
.sr-faq-inner{max-width:1200px;margin:0 auto}
.sr-faq-grid{display:flex;flex-direction:column;gap:8px;margin-top:32px}
.faq-item{background:#fff;border:1px solid #e5ecf0;border-radius:12px;overflow:hidden;transition:border-color .2s}
.faq-item:hover{border-color:#3db8a8}
.faq-item.open{border-color:#3db8a8}
.faq-q{padding:20px 24px;font-weight:700;font-size:15px;color:#1a2744;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;line-height:1.4}
.faq-q:hover{background:#f8f9fb}
.faq-toggle{width:26px;height:26px;min-width:26px;background:#eaf7f4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3db8a8;flex-shrink:0;transition:all .3s}
.faq-item.open .faq-toggle{background:#3db8a8;color:#fff;transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .5s ease}
.faq-a-inner{padding:0 24px 20px;font-size:14px;color:#5a7080;line-height:1.7;border-top:1px solid #f0f4f8}
.faq-item.open .faq-a{max-height:600px}
.calc-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.7);z-index:1000;display:none;align-items:center;justify-content:center;padding:20px}
.calc-popup-overlay.open{display:flex}
.calc-popup{background:#0d1525;border-radius:20px;padding:36px;width:100%;max-width:480px;position:relative;border:1px solid rgba(255,255,255,0.1);max-height:90vh;overflow-y:auto}
.calc-popup-close{position:absolute;top:16px;right:16px;background:rgba(255,255,255,0.08);border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .2s}
.calc-popup-close:hover{background:rgba(255,255,255,0.15)}
.calc-popup h4{font-size:20px;font-weight:900;color:#fff;margin-bottom:4px}
.calc-popup-sub{font-size:13px;color:rgba(255,255,255,0.45);margin-bottom:24px}
.calc-popup-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:10px}
.calc-popup-opts{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.calc-popup-opt{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.7);padding:8px 14px;border-radius:8px;font-size:13px;cursor:pointer;transition:all .2s}
.calc-popup-opt.active{background:#3db8a8;border-color:#3db8a8;color:#fff;font-weight:700}
.calc-popup-range{width:100%;accent-color:#3db8a8;margin:8px 0}
.calc-popup-result-wrap{background:#1a2744;border-radius:12px;padding:20px 24px;margin:20px 0;display:flex;align-items:center;justify-content:space-between}
.calc-popup-price{font-size:32px;font-weight:900;color:#3db8a8}
.calc-popup-guar{font-size:12px;color:rgba(255,255,255,0.4);text-align:right}
.calc-popup-btn{display:block;width:100%;background:#3db8a8;color:#fff;border:none;padding:14px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;transition:background .2s}
.calc-popup-btn:hover{background:#2da898}
@media(max-width:900px){.sr-hero-inner{grid-template-columns:1fr}.sr-hero-right{display:none}.sr-hero h1{font-size:32px}.sr-hero{padding:40px 20px 0}.sr-body{grid-template-columns:1fr}.sr-cta-card{position:static}.sr-hero h1{font-size:30px}.sr-hero,.sr-body,.sr-steps-section,.sr-methods-section,.sr-districts-section,.sr-faq-section{padding:40px 20px}.sr-steps{grid-template-columns:1fr 1fr}.sr-methods-grid{grid-template-columns:1fr 1fr}.sr-faq-grid{grid-template-columns:1fr}}
@media(max-width:600px){.sr-steps,.sr-methods-grid{grid-template-columns:1fr}.sr-hero h1{font-size:26px}.sr-meta{gap:12px}.sr-meta-item strong{font-size:14px}.sr-hero-category{font-size:10px}.sr-faq-grid{grid-template-columns:1fr}}.sr-reviews-section{padding:60px 40px;background:#fff;border-top:1px solid #e2e8f0}
.sr-reviews-inner{max-width:1200px;margin:0 auto}
.sr-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}
.sr-review-card{background:#f8f9fb;border:1px solid #e2e8f0;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:16px}
.sr-review-stars{display:flex;gap:3px}
.sr-review-star{color:#f59e0b;font-size:16px}
.sr-review-text{font-size:14px;color:#3a5060;line-height:1.75;flex:1}
.sr-review-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #e2e8f0}
.sr-review-avatar{width:40px;height:40px;border-radius:50%;background:#1a2744;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#3db8a8;flex-shrink:0}
.sr-review-name{font-size:14px;font-weight:700;color:#1a2744}
.sr-review-city{font-size:12px;color:#9ab0c4}
.sr-review-date{font-size:12px;color:#9ab0c4;margin-left:auto}
@media(max-width:900px){.sr-reviews-grid{grid-template-columns:1fr 1fr}.sr-reviews-section{padding:40px 20px}}
@media(max-width:600px){.sr-reviews-grid{grid-template-columns:1fr}}
