*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--brand-deep:#4A0E0E;--brand-main:#A11D1D;--brand-mid:#D1392C;--brand-light:#F3B7AC;--brand-pale:#FCEAE6;--accent:#F2A93C;--accent-pale:#FFF4DC;--text-dark:#111C17;--text-body:#3A4A41;--text-muted:#6B7B72;--surface:#FFFFFF;--bg:#F4F9F6;--border:#D0E8D9;--r-sm:8px;--r-md:14px;--r-lg:20px;--r-xl:32px;--shadow:0 2px 20px rgba(27,107,71,0.10)}html{scroll-behavior:smooth}body{font-family:'Plus Jakarta Sans',sans-serif;font-size:16px;line-height:1.7;color:var(--text-body);background:var(--bg)}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 20px}.section-pad{padding:80px 0}.bg-alt{background:var(--surface)}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.section-eyebrow{font-size:12px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;color:var(--brand-mid);margin-bottom:10px}.section-title{font-size:clamp(22px,3vw,36px);font-weight:800;color:var(--text-dark);letter-spacing:-.02em;line-height:1.2;margin-bottom:14px}.section-sub{font-size:17px;color:var(--text-muted);max-width:520px;line-height:1.65;margin-bottom:48px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.topbar{background:var(--brand-deep);color:#fff;font-size:13px;text-align:center;padding:8px 20px;letter-spacing:.01em}.topbar a{color:var(--brand-light);text-decoration:none;font-weight:700}#navbar{position:sticky;top:0;z-index:200;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;height:64px;transition:box-shadow .2s}#navbar.scrolled{box-shadow:0 2px 16px rgba(0,0,0,.08)}.nav-logo{font-size:17px;font-weight:800;color:var(--brand-main);text-decoration:none;letter-spacing:-.02em}.nav-logo span{color:var(--brand-mid)}.nav-links{display:flex;align-items:center;gap:28px;list-style:none}.nav-links a{color:var(--text-body);text-decoration:none;font-size:14px;font-weight:500}.nav-links a:hover{color:var(--brand-main)}.nav-cta-mobile{display:none}.btn-nav-cta{background:var(--brand-main);color:#fff;font-weight:700;font-size:14px;padding:9px 20px;border-radius:50px;text-decoration:none;transition:background .2s}.btn-nav-cta:hover{background:var(--brand-deep)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;width:36px;height:36px;padding:4px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:2px;transition:transform .25s,opacity .25s}.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{background:linear-gradient(120deg,rgba(11,3,3,.88) 0%,rgba(74,14,14,.82) 45%,rgba(74,14,14,.60) 100%),url('../img/hero-bg.jpg') center center / cover no-repeat;background-image:linear-gradient(120deg,rgba(11,3,3,.88) 0%,rgba(74,14,14,.82) 45%,rgba(74,14,14,.60) 100%),image-set(url('../img/hero-bg.webp') type('image/webp'),url('../img/hero-bg.jpg') type('image/jpeg'));background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff;padding:72px 5vw 80px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;min-height:560px;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;right:-80px;top:-80px;width:500px;height:500px;border-radius:50%;background:var(--brand-main);opacity:.18;pointer-events:none}.hero-content{position:relative;z-index:1}.hero-eyebrow{display:inline-block;background:var(--brand-mid);color:#fff;font-size:12px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;padding:5px 14px;border-radius:50px;margin-bottom:20px}.hero h1{font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:18px;color:#fff}.hero h1 em{font-style:normal;color:var(--brand-light)}.hero-desc{font-size:17px;color:#E8C2BC;line-height:1.65;margin-bottom:32px;max-width:480px}.hero-btns{display:flex;gap:14px;flex-wrap:wrap}.btn-primary{background:var(--accent);color:#3A2500;font-weight:700;font-size:15px;padding:14px 28px;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:transform .15s}.btn-primary:hover{transform:translateY(-2px)}.btn-outline{border:2px solid rgba(255,255,255,.35);color:#fff;font-weight:600;font-size:15px;padding:13px 26px;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:border-color .2s}.btn-outline:hover{border-color:#fff}.hero-stats{display:flex;gap:32px;margin-top:40px;padding-top:32px;border-top:1px solid rgba(255,255,255,.12);flex-wrap:wrap}.hero-stat-num{font-size:28px;font-weight:800;color:var(--brand-light)}.hero-stat-label{font-size:12px;color:#C98C84;margin-top:2px}.hero-visual{display:flex;flex-direction:column;gap:14px;position:relative;z-index:1}.hero-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-md);padding:18px 22px;display:flex;align-items:center;gap:16px}.hero-card-icon{width:48px;height:48px;background:var(--brand-mid);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.hero-card-title{font-size:15px;font-weight:700;color:#fff}.hero-card-sub{font-size:13px;color:#C98C84}.hero-badge{background:var(--accent);color:#3A2500;font-size:13px;font-weight:700;padding:12px 20px;border-radius:var(--r-sm);display:inline-flex;align-items:center;gap:8px}.trust-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:18px 5vw;display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.trust-item span{font-size:18px}.services{background:var(--bg)}.service-card{border:1.5px solid var(--border);border-radius:var(--r-lg);padding:28px 24px;background:var(--surface);transition:box-shadow .2s,border-color .2s}.service-card:hover{box-shadow:var(--shadow);border-color:var(--brand-mid)}.service-icon{width:52px;height:52px;background:var(--brand-pale);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:18px}.service-title{font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.service-desc{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:0}.how{background:var(--bg)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-top:8px}.step{padding:0 24px 32px;position:relative;text-align:center}.step:not(:last-child)::after{content:'→';position:absolute;right:-8px;top:22px;font-size:20px;color:var(--border)}.step-num{width:56px;height:56px;background:var(--brand-main);color:#fff;font-size:20px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step-title{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.step-desc{font-size:14px;color:var(--text-muted)}.pricing{background:var(--surface)}.price-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:32px}.price-tab-btn{display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-size:14px;font-weight:700;color:var(--text-body);background:var(--bg);border:1.5px solid var(--border);padding:10px 20px;border-radius:50px;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.price-tab-icon{font-size:15px}.price-tab-btn:hover{border-color:var(--brand-mid)}.price-tab-btn.active{background:var(--brand-main);border-color:var(--brand-main);color:#fff}.price-panels{max-width:520px;margin:0 auto;text-align:left}.price-panel{display:none}.price-panel.active{display:block;animation:fadeInPanel .25s ease}@keyframes fadeInPanel{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.price-table{width:100%;border-collapse:collapse;border:1.5px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.price-table thead th{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);text-align:left;padding:14px 22px;background:var(--brand-pale)}.price-table thead th.align-right{text-align:right}.price-table tbody tr{border-top:1px solid var(--border)}.price-table tbody tr:hover{background:var(--bg)}.price-table tbody td{font-size:14.5px;color:var(--text-body);padding:13px 22px}.price-table tbody td.align-right{text-align:right;white-space:nowrap}.price-value{font-weight:800;color:var(--brand-deep);font-size:15px}.price-unit{font-size:12px;color:var(--text-muted);margin-left:2px}.price-note-box{margin-top:28px;display:inline-flex;align-items:center;gap:10px;background:var(--accent-pale);border:1.5px solid #F0D9A0;color:#6B4E0A;font-size:14px;font-weight:600;padding:14px 24px;border-radius:var(--r-md)}.price-note-icon{font-size:16px}.why{background:var(--bg)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.why-points{display:flex;flex-direction:column;gap:24px}.why-point{display:flex;gap:18px;align-items:flex-start}.why-point-icon{width:44px;height:44px;background:var(--brand-pale);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.why-point-title{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.why-point-desc{font-size:14px;color:var(--text-muted);line-height:1.6}.why-visual{background:var(--brand-deep);border-radius:var(--r-xl);padding:36px 30px;color:#fff}.rating-big{text-align:center;padding:20px 0 16px}.rating-num{font-size:48px;font-weight:800;color:#fff}.rating-stars{color:#F2A93C;font-size:20px;margin:4px 0}.rating-label{font-size:13px;color:#C98C84}.review-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-md);padding:20px;margin-top:16px}.review-stars{color:#F2A93C;font-size:14px;margin-bottom:8px}.review-text{font-size:14px;color:#E4C5C0;line-height:1.55;margin-bottom:12px}.review-name{font-size:13px;font-weight:700;color:#fff}.review-area{font-size:12px;color:#C98C84}.testi-card{border:1.5px solid var(--border);border-radius:var(--r-lg);padding:26px 24px;background:var(--surface)}.testi-stars{color:var(--accent);font-size:14px;margin-bottom:14px}.testi-text{font-size:15px;color:var(--text-body);line-height:1.65;margin-bottom:18px;font-style:italic}.testi-name{font-weight:700;color:var(--text-dark);font-size:15px}.testi-area{font-size:13px;color:var(--text-muted)}.area-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.area-chip{background:var(--brand-pale);color:var(--brand-deep);font-size:14px;font-weight:600;padding:8px 18px;border-radius:50px;border:1.5px solid var(--brand-light)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:900px;margin:0 auto;text-align:left}.faq-item{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-md);padding:22px 24px}.faq-q{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.faq-a{font-size:14px;color:var(--text-muted);line-height:1.6}.cta-section{background:var(--brand-deep);color:#fff;padding:80px 0;text-align:center}.cta-section h2{font-size:clamp(24px,3.5vw,42px);font-weight:800;letter-spacing:-.02em;margin-bottom:14px;color:#fff}.cta-section>.container>p{font-size:17px;color:#C98C84;margin-bottom:36px;max-width:480px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-wa{background:#25D366;color:#fff;font-weight:700;font-size:16px;padding:16px 32px;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:transform .15s}.btn-wa:hover{transform:translateY(-2px)}.btn-call{border:2px solid rgba(255,255,255,.35);color:#fff;font-weight:600;font-size:16px;padding:15px 30px;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:10px}footer{background:#2B0808;color:#C98C84;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand{font-size:18px;font-weight:800;color:#fff;margin-bottom:12px}.footer-brand span{color:var(--brand-mid)}.footer-desc{font-size:14px;line-height:1.65;max-width:260px}.footer-col-title{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{color:#C98C84;text-decoration:none;font-size:14px}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:8px}.wa-float{position:fixed;bottom:24px;right:24px;z-index:999;background:#25D366;color:#fff;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;text-decoration:none;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:transform .2s}.wa-float:hover{transform:scale(1.08)}.gallery{background:var(--bg)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-item{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4 / 3;background:var(--brand-pale);box-shadow:0 2px 12px rgba(0,0,0,.06);transition:box-shadow .25s,transform .25s}.gallery-item:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.gallery-item picture{display:block;width:100%;height:100%}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.08)}.gallery-caption{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;background:linear-gradient(180deg,rgba(74,14,14,0) 40%,rgba(74,14,14,.88) 100%);color:#fff;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}.gallery-item:hover .gallery-caption{opacity:1;transform:translateY(0)}.gallery-caption-title{font-size:16px;font-weight:800;margin-bottom:4px}.gallery-caption-desc{display:block;font-size:13px;color:#F3CFC8;line-height:1.4}@media (hover:none){.gallery-caption{opacity:1;transform:translateY(0);background:linear-gradient(180deg,rgba(74,14,14,0) 55%,rgba(74,14,14,.92) 100%)}.gallery-item:hover img{transform:none}}.video-section{background:var(--surface)}.video-wrapper{position:relative;width:100%;max-width:860px;margin:0 auto;aspect-ratio:16 / 9;border-radius:var(--r-lg);overflow:hidden;background:var(--brand-deep);box-shadow:0 8px 32px rgba(0,0,0,.16)}.video-wrapper iframe{width:100%;height:100%;border:0;display:block}.video-wrapper picture{display:block;width:100%;height:100%}.video-poster{width:100%;height:100%;object-fit:cover;display:block}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;background:rgba(255,255,255,.95);color:var(--brand-main);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 24px rgba(0,0,0,.35);transition:transform .2s,background .2s}.video-play-btn::before{content:'';position:absolute;inset:-14px;border-radius:50%;border:2px solid rgba(255,255,255,.55);animation:pulseRing 2.2s ease-out infinite}@keyframes pulseRing{0%{transform:scale(0.9);opacity:.8}70%{transform:scale(1.35);opacity:0}100%{opacity:0}}.video-play-btn:hover{transform:translate(-50%,-50%) scale(1.08);background:#fff}.video-play-btn svg{margin-left:4px}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr);gap:16px}.step:not(:last-child)::after{display:none}.footer-grid{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr}}@media (max-width:768px){#navbar{padding:0 20px}.nav-cta-desktop{display:none}.nav-toggle{display:flex}.nav-cta-mobile{display:block;margin-top:8px}.nav-links{display:none;flex-direction:column;gap:0;position:absolute;top:64px;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);padding:12px 20px 20px;box-shadow:0 8px 24px rgba(0,0,0,.08);z-index:199}.nav-links.open{display:flex}.nav-links li{border-bottom:1px solid var(--border)}.nav-links a{display:block;padding:12px 0;font-size:15px}.nav-links li:last-child{border-bottom:none}.nav-links .btn-nav-cta{display:block;text-align:center;margin-top:4px}.hero{grid-template-columns:1fr;padding:48px 20px 56px;min-height:auto;background:linear-gradient(160deg,rgba(11,3,3,.92) 0%,rgba(74,14,14,.88) 55%,rgba(74,14,14,.72) 100%),url('../img/hero-bg.jpg') center center / cover no-repeat;background-image:linear-gradient(160deg,rgba(11,3,3,.92) 0%,rgba(74,14,14,.88) 55%,rgba(74,14,14,.72) 100%),image-set(url('../img/hero-bg.webp') type('image/webp'),url('../img/hero-bg.jpg') type('image/jpeg'));background-size:cover;background-position:center center;background-repeat:no-repeat}.hero::before{width:280px;height:280px}.hero-visual{display:none}.hero-stats{gap:20px}.section-pad{padding:56px 0}.section-sub{font-size:15px;margin-bottom:32px}.video-play-btn{width:60px;height:60px}.video-play-btn svg{width:22px;height:22px}.grid-4,.grid-3{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.gallery-caption{opacity:1;transform:translateY(0);background:linear-gradient(180deg,rgba(74,14,14,0) 55%,rgba(74,14,14,.92) 100%)}.steps-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.price-tabs{gap:8px}.price-tab-btn{font-size:13px;padding:9px 16px}.price-table thead th,.price-table tbody td{padding-left:16px;padding-right:16px}.price-note-box{font-size:13px;text-align:left}.trust-bar{gap:16px;padding:16px 20px;justify-content:flex-start}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-about{order:-1}.footer-bottom{flex-direction:column;text-align:center}.wa-float{bottom:16px;right:16px;width:52px;height:52px;font-size:22px}}@media (max-width:480px){.hero-btns{flex-direction:column}.btn-primary,.btn-outline{justify-content:center}.cta-buttons{flex-direction:column;align-items:center}.hero-stats{flex-wrap:wrap;gap:16px}.trust-bar{flex-direction:column;align-items:flex-start}}