:root{--white:#fff;--cream:#fbf7ef;--soft:#f6efe3;--gold:#c48718;--gold-2:#df970d;--gold-soft:#f3e4c8;--dark:#15110b;--black:#0d0c0a;--muted:#5c5144;--line:#eadfce;--shadow:0 22px 60px rgba(36,28,14,.10);--shadow-soft:0 14px 36px rgba(36,28,14,.065);--radius:28px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;background:var(--white);color:var(--dark);line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none}.container{width:min(1180px,92%);margin:auto}.section{padding:78px 0}.soft-bg{background:linear-gradient(180deg,#fff 0%,var(--cream) 100%)}.section-head{max-width:900px;margin:0 auto 42px;text-align:center}.section-head.wide{max-width:1020px}.eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:14px;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase}.eyebrow:before,.eyebrow:after{content:"";width:42px;height:1px;background:var(--gold);opacity:.6}.eyebrow.light{color:#f0c36c}.eyebrow.light:before,.eyebrow.light:after{background:#f0c36c}h1,h2,h3{letter-spacing:-.6px;color:var(--black)}.section-head h2,.split-content h2,.content-card h2,.cost-copy h2{font-size:clamp(32px,4vw,58px);line-height:1.08;margin-bottom:14px}.section-head h2 span{color:var(--gold)}.section-head p,.split-content p,.content-card p,.cost-copy p{font-size:17px;line-height:1.85;color:var(--muted);margin-bottom:12px}.btn{height:56px;padding:0 26px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;transition:.25s ease;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;box-shadow:0 16px 34px rgba(196,135,24,.24)}.btn-primary:hover{transform:translateY(-2px)}.btn-glass{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.10);backdrop-filter:blur(10px);color:#fff}.site-header{position:absolute;top:0;left:0;width:100%;z-index:100;padding:22px 4%;display:flex;align-items:center;justify-content:space-between}.brand img{height:52px}.main-nav{display:flex;gap:30px}.main-nav a{color:#fff;font-size:15px;font-weight:800}.header-call{height:48px;padding:0 20px;border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);display:flex;align-items:center;gap:10px;color:#fff;font-weight:900;border:1px solid rgba(255,255,255,.18)}.hero-section{position:relative;min-height:100vh;overflow:hidden;padding:125px 0 46px;display:flex;flex-direction:column;justify-content:center;isolation:isolate}.hero-slider,.hero-slide,.hero-overlay{position:absolute;inset:0}.hero-slider{z-index:-3}.hero-slide{background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease;transform:scale(1.04)}.hero-slide.active{opacity:1}.hero-overlay{z-index:-2;background:linear-gradient(90deg,rgba(12,10,7,.86) 0%,rgba(12,10,7,.74) 42%,rgba(12,10,7,.44) 100%)}.hero-container{width:min(1240px,92%);margin:auto;display:grid;grid-template-columns:1fr 420px;gap:54px;align-items:center;position:relative;z-index:2}.hero-copy{max-width:790px}.hero-copy h1{font-size:clamp(44px,5.4vw,78px);line-height:1.02;color:#fff;margin-bottom:22px}.hero-copy h1 span{color:#f0c36c}.hero-copy p{font-size:19px;line-height:1.8;color:rgba(255,255,255,.82);margin-bottom:12px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.quote-card{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-radius:30px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.18)}.quote-card span{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--gold-soft);color:var(--gold);font-size:11px;font-weight:900;letter-spacing:1px;margin-bottom:14px}.quote-card h2{font-size:30px;line-height:1.1;margin-bottom:8px}.quote-card p{color:var(--muted);line-height:1.65;margin-bottom:18px}.lead-form{display:grid;gap:12px}.lead-form input,.lead-form select{height:54px;border-radius:14px;border:1px solid var(--line);padding:0 14px;background:#fff;outline:none;font-size:15px}.lead-form button{height:56px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;font-weight:900;cursor:pointer;font-size:15px}.trust-strip{width:min(1180px,92%);margin:46px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;position:relative;z-index:2}.trust-item{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-radius:20px;padding:18px;display:flex;gap:13px;align-items:flex-start;border:1px solid rgba(255,255,255,.16);box-shadow:0 14px 36px rgba(0,0,0,.10)}.trust-item i{color:var(--gold);font-size:24px;margin-top:4px}.trust-item h3{font-size:16px;margin-bottom:4px}.trust-item p{font-size:14px;color:var(--muted)}.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.icon-grid.three{grid-template-columns:repeat(3,1fr)}.icon-card{background:#fff;border:1px solid rgba(196,135,24,.15);border-radius:24px;padding:26px;box-shadow:var(--shadow-soft);transition:.25s ease;min-height:230px}.icon-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.icon-card i{width:58px;height:58px;border-radius:18px;background:var(--gold-soft);color:var(--gold);display:grid;place-items:center;font-size:23px;margin-bottom:18px}.icon-card h3{font-size:21px;margin-bottom:9px}.icon-card p{color:var(--muted);line-height:1.7}.split-layout,.balanced-layout{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:stretch}.split-layout.reverse{grid-template-columns:1fr 1fr}.image-frame{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;min-height:560px}.image-frame img{width:100%;height:100%;object-fit:cover}.image-badge{position:absolute;left:24px;right:24px;bottom:24px;border-radius:18px;padding:18px 20px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);box-shadow:0 18px 38px rgba(0,0,0,.16)}.image-badge.dark-badge{background:rgba(15,13,10,.82);color:#fff}.image-badge span{display:block;color:var(--gold);text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.8px;margin-bottom:4px}.image-badge strong{display:block;font-size:20px;line-height:1.3;color:inherit}.split-content,.content-card{background:#fff;border:1px solid rgba(196,135,24,.14);border-radius:30px;padding:36px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;justify-content:center}.split-content .eyebrow:before,.split-content .eyebrow:after,.content-card .eyebrow:before,.content-card .eyebrow:after{display:none}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.check-grid span{display:flex;gap:10px;align-items:flex-start;background:var(--cream);border:1px solid var(--line);border-radius:16px;padding:14px;font-weight:850;color:var(--dark)}.check-grid i{color:var(--gold);margin-top:4px}.scroll-section{overflow:hidden}.scroll-grid{display:flex;gap:22px;overflow-x:auto;scrollbar-width:none;padding:8px 4px 26px;scroll-behavior:smooth}.scroll-grid::-webkit-scrollbar{display:none}.scroll-card{flex:0 0 360px;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow-soft)}.scroll-card img{width:100%;height:240px;object-fit:cover}.scroll-card-body{padding:26px}.scroll-card-body h3{font-size:25px;margin-bottom:12px}.scroll-card-body p{color:var(--muted);line-height:1.75;margin-bottom:14px}.scroll-card-body li{display:flex;gap:10px;padding:7px 0;color:var(--muted);font-weight:700}.scroll-card-body li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gold);margin-top:8px;flex:0 0 auto}.dark-section{background:linear-gradient(135deg,#15100a,#31200c);color:#fff}.dark-section h2,.dark-section h3{color:#fff}.dark-section .section-head p{color:rgba(255,255,255,.74)}.safety-showcase{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}.safety-image{min-height:520px;border-color:rgba(255,255,255,.16)}.safety-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.safety-grid article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);border-radius:22px;padding:24px;backdrop-filter:blur(12px);transition:.25s ease}.safety-grid article:hover{transform:translateY(-5px);background:rgba(255,255,255,.10)}.safety-grid i{width:54px;height:54px;border-radius:17px;background:rgba(196,135,24,.18);color:#f0c36c;display:grid;place-items:center;font-size:24px;margin-bottom:14px}.safety-grid h3{font-size:18px;line-height:1.35}.area-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.area-tags span{padding:12px 18px;background:#fff;border:1px solid var(--line);border-radius:999px;font-weight:850;box-shadow:0 8px 22px rgba(0,0,0,.04)}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.review-grid article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow-soft)}.stars{color:var(--gold);font-size:18px;margin-bottom:14px}.review-grid p{color:var(--muted);line-height:1.75;margin-bottom:18px}.faq-list{max-width:980px;margin:auto;display:grid;gap:14px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px 22px;box-shadow:0 10px 28px rgba(0,0,0,.04)}.faq-list summary{cursor:pointer;font-weight:900}.faq-list p{color:var(--muted);line-height:1.7;margin-top:14px}.final-cta{padding:76px 0;background:linear-gradient(135deg,#18110a,#34220a);color:#fff}.final-box{display:flex;align-items:center;justify-content:space-between;gap:36px}.final-box h2{color:#fff;font-size:clamp(30px,3.2vw,48px);line-height:1.14;margin-bottom:14px;max-width:820px}.final-box p{color:rgba(255,255,255,.78);line-height:1.75;max-width:850px;margin-bottom:12px}.footer{background:#120d08;color:#fff;padding:64px 0 24px}.footer-top{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:center;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.10)}.footer-brand{display:flex;gap:18px;align-items:center}.footer-brand img{width:92px}.footer-brand h2{font-size:30px;line-height:1.18;color:#fff;margin-bottom:8px}.footer-brand p{color:rgba(255,255,255,.72)}.footer-social{display:flex;gap:10px;margin-top:18px}.footer-social a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10)}.footer-form{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);border-radius:24px;padding:22px}.footer-form h3{font-size:22px;color:#fff;margin-bottom:14px}.footer-form form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.footer-form input,.footer-form select{height:50px;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:0 14px;background:rgba(255,255,255,.10);color:#fff;outline:none}.footer-form input::placeholder{color:rgba(255,255,255,.62)}.footer-form button{grid-column:1/-1;height:52px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;font-weight:900}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:34px;padding:34px 0}.footer-grid h3{font-size:20px;color:#f0c36c;margin-bottom:16px}.footer-grid a,.footer-grid p{display:block;color:rgba(255,255,255,.72);margin-bottom:10px}.footer-bottom{padding-top:20px;border-top:1px solid rgba(255,255,255,.10);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:rgba(255,255,255,.62);font-size:14px}.footer-bottom div{display:flex;gap:18px;flex-wrap:wrap}.floating-contact{position:fixed;right:22px;bottom:22px;display:grid;gap:12px;z-index:999}.floating-contact a{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:22px;box-shadow:0 14px 34px rgba(0,0,0,.22)}.float-call{background:var(--gold)}.float-whatsapp{background:#25d366}@media(max-width:1100px){.hero-container,.split-layout,.split-layout.reverse,.balanced-layout,.safety-showcase,.footer-top,.footer-grid{grid-template-columns:1fr}.trust-strip,.icon-grid,.icon-grid.three,.review-grid{grid-template-columns:repeat(2,1fr)}.final-box{display:block}.final-box .btn{margin-top:22px}.footer-form form{grid-template-columns:1fr}}@media(max-width:760px){.section{padding:54px 0}.site-header{position:absolute;flex-direction:column;gap:16px}.main-nav{flex-wrap:wrap;justify-content:center;gap:15px}.hero-section{padding-top:190px}.hero-copy h1{font-size:42px}.hero-copy p{font-size:16px}.hero-actions{flex-direction:column}.btn{width:100%}.trust-strip,.icon-grid,.icon-grid.three,.safety-grid,.review-grid,.check-grid{grid-template-columns:1fr}.image-frame{min-height:380px}.section-head h2,.split-content h2,.content-card h2,.cost-copy h2{font-size:32px}.scroll-card{flex:0 0 86%}.footer-brand{display:block}.footer-brand img{margin-bottom:16px}.footer-bottom{display:block}.footer-bottom div{margin-top:12px}.floating-contact{right:16px;bottom:16px}}
