*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:'Karla',sans-serif;color:#1E1C2E;background:#fff;line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer}:root{--primary:#2E2A70;--primary-l:#3D3896;--accent:#CC5A1A;--accent-d:#a84415;--bg:#F7F6FB;--fg:#1E1C2E;--muted:#4B4869;--border:#DDD9F0;--white:#fff;--radius:6px;--shd:0 4px 20px rgba(46,42,112,.12)}h1,h2,h3,h4,h5,h6{font-family:'Spectral',serif;color:#1E1C2E;line-height:1.25}h1{font-size:clamp(2rem,4vw,3.25rem);font-weight:700}h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600}h3{font-size:clamp(1.15rem,2vw,1.55rem);font-weight:600}p{color:#4B4869;font-size:1rem}.pg-wrap{max-width:1180px;margin:0 auto;padding:0 1.5rem}.sec-pad{padding:5rem 0}.sec-hd{text-align:center;max-width:680px;margin:0 auto 3.5rem}.sec-label{display:inline-block;color:#CC5A1A;font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.sec-title{margin-bottom:1rem}.sec-desc{color:#4B4869;font-size:1.05rem}
.btn-main{display:inline-block;background:#CC5A1A;color:#fff;padding:.875rem 2rem;border-radius:4px;font-family:'Karla',sans-serif;font-weight:600;font-size:1rem;transition:background .25s,transform .2s;cursor:pointer;border:none;letter-spacing:.01em}.btn-main:hover{background:#a84415;transform:translateY(-2px)}.btn-out{display:inline-block;border:2px solid rgba(255,255,255,.7);color:#fff;padding:.8rem 1.8rem;border-radius:4px;font-family:'Karla',sans-serif;font-weight:600;font-size:1rem;transition:all .25s}.btn-out:hover{border-color:#fff;background:rgba(255,255,255,.1)}.btn-wh{display:inline-block;background:#fff;color:#CC5A1A;padding:.875rem 2rem;border-radius:4px;font-family:'Karla',sans-serif;font-weight:600;font-size:1rem;transition:all .25s}.btn-wh:hover{background:#f0eaff;transform:translateY(-2px)}
.nav-bar{background:#2E2A70;position:sticky;top:0;z-index:900;box-shadow:0 2px 14px rgba(46,42,112,.3)}.nav-in{max-width:1180px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-brand{color:#fff;font-family:'Spectral',serif;font-size:1.45rem;font-weight:700;letter-spacing:-.3px}.nav-brand em{color:#CC5A1A;font-style:normal}.nav-menu{display:flex;align-items:center;gap:1.75rem;list-style:none}.nav-menu a{color:rgba(255,255,255,.82);font-size:.95rem;font-weight:500;transition:color .2s;padding:.25rem 0;position:relative}.nav-menu a::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:#CC5A1A;transform:scaleX(0);transition:transform .25s}.nav-menu a:hover,.nav-menu a.on{color:#fff}.nav-menu a:hover::after,.nav-menu a.on::after{transform:scaleX(1)}.nav-cta.btn-main{padding:.5rem 1.25rem;font-size:.9rem}.nav-tog{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none}.nav-tog span{width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}
.sec-hero{background:linear-gradient(140deg,#18154a 0%,#2E2A70 55%,#3D3896 100%);padding:6rem 0 5rem;position:relative;overflow:hidden}.sec-hero::before{content:'';position:absolute;top:-120px;right:-80px;width:520px;height:520px;border-radius:50%;background:rgba(204,90,26,.07);pointer-events:none}.sec-hero::after{content:'';position:absolute;bottom:-100px;left:-100px;width:380px;height:380px;border-radius:50%;background:rgba(255,255,255,.03);pointer-events:none}.hero-in{max-width:1180px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-block;background:rgba(204,90,26,.18);color:#F5B48A;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35rem 1rem;border-radius:3px;margin-bottom:1.25rem}.hero-h1{font-family:'Spectral',serif;font-size:clamp(2.1rem,4.5vw,3.4rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.25rem}.hero-h1 em{color:#F5A348;font-style:normal}.hero-sub{color:rgba(255,255,255,.72);font-size:1.08rem;margin-bottom:2rem;max-width:480px}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-img-side{position:relative}.hero-img-side img{border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.35);width:100%}.float-badge{background:#fff;border-radius:8px;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 30px rgba(0,0,0,.2);position:absolute}.float-badge-a{bottom:-18px;left:-18px}.float-badge-b{top:-14px;right:-14px}.fb-icon{width:40px;height:40px;background:rgba(46,42,112,.08);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.fb-num{font-family:'Spectral',serif;font-size:1.25rem;font-weight:700;color:#1E1C2E;line-height:1}.fb-lbl{font-size:.73rem;color:#4B4869;margin-top:.15rem}
.sec-svc{background:#fff;padding:5rem 0}.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.crd-svc{background:#F7F6FB;border-radius:10px;padding:2rem;border:1px solid #DDD9F0;transition:all .3s;position:relative;overflow:hidden}.crd-svc::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2E2A70,#CC5A1A);transform:scaleX(0);transition:transform .3s;transform-origin:left}.crd-svc:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(46,42,112,.13)}.crd-svc:hover::before{transform:scaleX(1)}.svc-ico{width:54px;height:54px;background:linear-gradient(135deg,#2E2A70,#3D3896);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.svc-ico svg{width:26px;height:26px;fill:#fff}.crd-svc h3{margin-bottom:.7rem;font-size:1.2rem}.crd-svc p{font-size:.93rem;margin-bottom:1.25rem}.svc-lnk{color:#CC5A1A;font-weight:600;font-size:.92rem;display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s}.svc-lnk::after{content:'→'}.crd-svc:hover .svc-lnk{gap:.75rem}
.stats-strip{background:linear-gradient(90deg,#2E2A70,#3D3896);padding:3.5rem 0}.stats-in{max-width:1180px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.st-num{font-family:'Spectral',serif;font-size:2.4rem;font-weight:700;color:#fff}.st-unit{color:#F5A348}.st-lbl{color:rgba(255,255,255,.68);font-size:.88rem;margin-top:.25rem}
.sec-about{background:#F7F6FB;padding:5.5rem 0}.about-in{max-width:1180px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.abt-img-wrap{position:relative;flex-shrink:0}.abt-img-wrap picture img{border-radius:12px;width:100%}.abt-badge{position:absolute;bottom:24px;left:24px;background:#2E2A70;color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.25)}.abt-badge .num{font-family:'Spectral',serif;font-size:1.75rem;font-weight:700;color:#F5A348;line-height:1}.abt-badge .lbl{font-size:.78rem;color:rgba(255,255,255,.75);margin-top:.2rem}.abt-txt .sec-label{display:block;text-align:left}.abt-txt h2{margin-bottom:1rem}.abt-txt p{margin-bottom:1rem}.abt-feats{margin:1.5rem 0 2rem}.abt-feats li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;color:#4B4869}.abt-feats li::before{content:'✓';color:#CC5A1A;font-weight:700;flex-shrink:0;margin-top:.05rem}
.sec-testi{background:#fff;padding:5rem 0}.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:960px;margin:0 auto}.crd-testi{background:#F7F6FB;border-radius:10px;padding:2rem;border-left:4px solid #CC5A1A}.testi-stars{color:#F5A348;font-size:1rem;margin-bottom:.75rem;letter-spacing:.1em}.testi-quote{font-style:italic;color:#4B4869;margin-bottom:1.25rem;font-size:.96rem;line-height:1.75}.testi-who{display:flex;align-items:center;gap:.75rem}.testi-av{width:44px;height:44px;border-radius:50%;background:#DDD9F0;object-fit:cover;flex-shrink:0}.testi-nm{font-weight:600;font-size:.93rem;color:#1E1C2E}.testi-rl{font-size:.78rem;color:#4B4869}
.sec-blog{background:#F7F6FB;padding:5rem 0}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.crd-blog{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 16px rgba(46,42,112,.07);transition:transform .3s,box-shadow .3s}.crd-blog:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(46,42,112,.14)}.blog-thumb{height:200px;overflow:hidden}.blog-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.crd-blog:hover .blog-thumb img{transform:scale(1.06)}.blog-bdy{padding:1.5rem}.blog-cat{color:#CC5A1A;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.crd-blog h3{font-size:1.05rem;margin:.45rem 0 .7rem;line-height:1.35}.crd-blog p{font-size:.88rem;color:#4B4869;margin-bottom:.875rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-meta{font-size:.8rem;color:#7A7895;display:flex;gap:1rem}
.sec-faq{background:#fff;padding:5rem 0}.faq-inner{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid #DDD9F0}.faq-item:first-child{border-top:1px solid #DDD9F0}details.faq-item summary{list-style:none;padding:1.2rem 1rem 1.2rem 0;font-weight:600;cursor:pointer;color:#1E1C2E;display:flex;justify-content:space-between;align-items:center;font-family:'Karla',sans-serif;font-size:1rem}details.faq-item summary::-webkit-details-marker{display:none}details.faq-item summary::after{content:'+';font-size:1.35rem;color:#CC5A1A;line-height:1;transition:transform .3s;flex-shrink:0}details.faq-item[open] summary::after{transform:rotate(45deg)}.faq-body{padding:.25rem 0 1.2rem;color:#4B4869;font-size:.96rem;line-height:1.75}
.sec-cta{background:linear-gradient(135deg,#CC5A1A,#a84415);padding:4.5rem 0;text-align:center}.sec-cta h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.2rem)}.sec-cta p{color:rgba(255,255,255,.85);font-size:1.05rem;margin:0 auto 2rem;max-width:560px}
.site-ft{background:#18154a;padding:4rem 0 0}.ft-grid{max-width:1180px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.ft-brand{font-family:'Spectral',serif;font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.75rem}.ft-brand em{color:#CC5A1A;font-style:normal}.ft-about{color:rgba(255,255,255,.58);font-size:.88rem;line-height:1.7;margin-bottom:1.25rem}.ft-contact li{display:flex;align-items:flex-start;gap:.6rem;color:rgba(255,255,255,.6);font-size:.85rem;margin-bottom:.6rem}.ft-col h4{color:#fff;font-family:'Spectral',serif;font-size:.97rem;font-weight:600;margin-bottom:1.1rem}.ft-lnks li{margin-bottom:.55rem}.ft-lnks a{color:rgba(255,255,255,.58);font-size:.85rem;transition:color .2s}.ft-lnks a:hover{color:#CC5A1A}.ft-bot{max-width:1180px;margin:0 auto;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.ft-copy{color:rgba(255,255,255,.4);font-size:.8rem}.ft-pol{display:flex;gap:1.5rem}.ft-pol a{color:rgba(255,255,255,.4);font-size:.8rem;transition:color .2s}.ft-pol a:hover{color:#CC5A1A}
.pg-hdr{background:linear-gradient(140deg,#18154a,#2E2A70);padding:4rem 0;text-align:center}.pg-hdr h1{color:#fff;margin-bottom:.6rem}.pg-hdr p{color:rgba(255,255,255,.72);font-size:1.03rem}.breadc{display:flex;justify-content:center;gap:.5rem;align-items:center;margin-bottom:.75rem;font-size:.85rem}.breadc a{color:rgba(255,255,255,.62)}.breadc span{color:rgba(255,255,255,.35)}.breadc-cur{color:#F5A348}
.contact-lay{display:grid;grid-template-columns:1fr 1.6fr;gap:3.5rem;align-items:start}.c-info-box{background:#F7F6FB;padding:2.5rem;border-radius:10px}.c-info-box h3{margin-bottom:1.5rem}.c-info-row{display:flex;gap:.875rem;margin-bottom:1.5rem}.c-ico{width:44px;height:44px;background:#2E2A70;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.c-ico svg{width:20px;height:20px;fill:#fff}.c-lbl{font-size:.78rem;color:#CC5A1A;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}.c-val{color:#1E1C2E;font-size:.93rem;line-height:1.5}.c-form-box{background:#fff;border:1px solid #DDD9F0;border-radius:10px;padding:2.5rem}.frow{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.fg{margin-bottom:1.2rem}.fg label{display:block;font-size:.85rem;font-weight:600;color:#1E1C2E;margin-bottom:.45rem}.fg input,.fg select,.fg textarea{width:100%;padding:.75rem 1rem;border:1.5px solid #DDD9F0;border-radius:var(--radius);font-family:'Karla',sans-serif;font-size:1rem;color:#1E1C2E;background:#fff;transition:border-color .2s,box-shadow .2s;min-height:44px}.fg input:focus,.fg select:focus,.fg textarea:focus{outline:none;border-color:#2E2A70;box-shadow:0 0 0 3px rgba(46,42,112,.1)}.fg textarea{min-height:130px;resize:vertical}.ferr{color:#c0392b;font-size:.78rem;margin-top:.3rem;display:none}.success-msg{background:#e6f9ed;border:1px solid #a8e0c0;border-radius:var(--radius);padding:1rem 1.25rem;color:#1a6e3f;margin-bottom:1.5rem;display:none}
.svc-inner-intro{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;margin-bottom:5rem}.svc-inner-intro img{border-radius:10px;width:100%}.svc-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2.5rem 0}.ben-item{background:#F7F6FB;padding:1.5rem;border-radius:8px;border:1px solid #DDD9F0}.ben-item h4{margin-bottom:.5rem;font-size:1rem;color:#2E2A70}.ben-item p{font-size:.9rem}
.blog-lay{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:start}.blog-art h2{margin:2rem 0 .875rem;color:#2E2A70}.blog-art h3{margin:1.5rem 0 .625rem;color:#1E1C2E}.blog-art p{margin-bottom:1.2rem;font-size:1rem;line-height:1.8}.blog-art ul,.blog-art ol{margin:1rem 0 1.5rem 1.5rem;color:#4B4869}.blog-art li{margin-bottom:.5rem;line-height:1.7}.blog-art blockquote{border-left:4px solid #CC5A1A;padding:.75rem 1.25rem;background:#F7F6FB;margin:1.5rem 0;border-radius:0 6px 6px 0;color:#4B4869;font-style:italic}.blog-art figure{margin:1.5rem 0}.blog-art figure img{border-radius:8px;width:100%}.blog-art figure figcaption{font-size:.82rem;color:#7A7895;text-align:center;margin-top:.4rem}.blog-sidebar .widget{background:#F7F6FB;border-radius:8px;padding:1.5rem;margin-bottom:1.75rem;border:1px solid #DDD9F0}.blog-sidebar .widget h4{font-size:1rem;margin-bottom:1rem;color:#2E2A70}.recent-posts li{margin-bottom:.875rem;padding-bottom:.875rem;border-bottom:1px solid #DDD9F0}.recent-posts li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.recent-posts a{color:#1E1C2E;font-size:.9rem;font-weight:500;transition:color .2s;line-height:1.4}.recent-posts a:hover{color:#CC5A1A}.blog-author-box{background:#F7F6FB;border-radius:10px;padding:2rem;margin-top:3rem;display:flex;gap:1.5rem;align-items:flex-start}.blog-author-box img{width:70px;height:70px;border-radius:50%;flex-shrink:0}.blog-author-box h4{margin-bottom:.4rem}.blog-author-box p{font-size:.9rem}
.pol-content{max-width:860px;margin:0 auto}.pol-content .upd-note{background:#F7F6FB;border:1px solid #DDD9F0;border-radius:var(--radius);padding:.875rem 1.25rem;font-size:.85rem;color:#4B4869;margin-bottom:2rem}.pol-content h2{margin:2rem 0 .75rem;font-size:1.35rem;color:#2E2A70}.pol-content h3{margin:1.5rem 0 .5rem;font-size:1.1rem;color:#1E1C2E}.pol-content p{margin-bottom:1rem;line-height:1.8}.pol-content ul{margin:.75rem 0 1.25rem 1.5rem;color:#4B4869}.pol-content li{margin-bottom:.4rem;line-height:1.7}
.ty-sec{text-align:center;padding:6rem 1.5rem}.ty-sec h1{margin-bottom:1rem}.ty-sec p{max-width:480px;margin:0 auto 2rem}
@media(max-width:1016px){.hero-in{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-btns{justify-content:center}.hero-img-side{max-width:480px;margin:0 auto}.stats-in{grid-template-columns:repeat(2,1fr)}.about-in{grid-template-columns:1fr;gap:2.5rem}.abt-img-wrap{max-width:520px}.ft-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.svc-inner-intro{grid-template-columns:1fr;gap:2rem}.contact-lay{grid-template-columns:1fr}.blog-lay{grid-template-columns:1fr}}
@media(max-width:760px){.nav-menu{display:none;position:absolute;top:70px;left:0;right:0;background:#2E2A70;flex-direction:column;padding:1.5rem;gap:.875rem;border-top:1px solid rgba(255,255,255,.1);align-items:flex-start}.nav-menu.open{display:flex}.nav-tog{display:flex}.svc-grid{grid-template-columns:1fr}.testi-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr}.stats-in{grid-template-columns:repeat(2,1fr)}.ft-grid{grid-template-columns:1fr}.ft-bot{flex-direction:column;text-align:center}.frow{grid-template-columns:1fr}.svc-benefits{grid-template-columns:1fr}.blog-author-box{flex-direction:column}}
@media(max-width:400px){.hero-btns{flex-direction:column;align-items:center}.float-badge{display:none}}
