.hero{position:relative;background:#1d1915;color:white;padding:clamp(5.2rem,10vw,7.4rem) var(--spacing-md) clamp(4rem,8vw,5.5rem);text-align:center;overflow:hidden;min-height:640px;display:flex;align-items:center;justify-content:center}.hero:before{top:-30%;right:-10%;width:580px;height:580px;background:radial-gradient(circle,rgba(192,124,53,.35) 0,rgba(192,124,53,0) 68%)}.hero:after,.hero:before{content:"";position:absolute;z-index:1;pointer-events:none}.hero:after{inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E")}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.3));z-index:1}.hero-preload-image{position:absolute;inset:0;display:block;width:100%;height:100%;z-index:0;pointer-events:none}.hero-preload-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.hero h1{color:#faf5ea;font-family:Georgia,Palatino Linotype,Palatino,serif;font-size:clamp(2.2rem,4.8vw,3.8rem);margin-bottom:1.4rem;font-weight:700;letter-spacing:-.01em;line-height:1.12;text-shadow:0 2px 18px rgba(0,0,0,.35)}.hero p{color:rgba(250,242,220,.92);font-size:clamp(1.05rem,2.1vw,1.3rem);margin-bottom:2.2rem;line-height:1.62;max-width:760px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.7rem}.hero .btn{min-width:210px}.hero .btn-primary{background:linear-gradient(145deg,#faf5e4,#f0e6cc);color:var(--primary-dark);border:1px solid rgba(255,255,255,.55);box-shadow:0 6px 20px rgba(0,0,0,.28)}.hero .btn-primary:hover{background:#faf0e0;color:var(--primary-dark)}.hero .btn-call-now{background:linear-gradient(145deg,#f3bf6c,#c07c35);color:#1b140c;border:1px solid rgba(255,226,178,.55)}.hero .btn-call-now:hover{background:linear-gradient(145deg,#f6c879,#ce8840);color:#1b140c}.hero .btn-secondary{background:transparent;color:#faf5ea;border:1.5px solid rgba(240,208,150,.55);box-shadow:none}.hero .btn-secondary:hover{background:rgba(240,208,150,.14);color:#faf5ea}.hero-phone-note{margin:-1rem 0 1.6rem;color:rgba(250,242,220,.95);font-size:.98rem}.hero-phone-note a{color:#f7cd8c;font-weight:700;text-decoration:underline;text-underline-offset:3px}.hero-phone-note a:hover{color:#ffe4bd}.hero-features{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.28)}.hero-feature{gap:.65rem;font-weight:600;color:rgba(255,255,255,.95);padding:.3rem .5rem}.feature-icon,.hero-feature{display:flex;align-items:center}.feature-icon{justify-content:center;width:32px;height:32px;background:linear-gradient(145deg,var(--accent-light) 0,var(--accent-color) 100%);border-radius:999px;color:#1e1a13;font-weight:800;font-size:1rem;box-shadow:0 3px 8px rgba(192,124,53,.4)}.hero-scroll-indicator{position:absolute;bottom:1.4rem;left:50%;transform:translateX(-50%);z-index:2;font-size:1.25rem;animation:bounce 2s infinite;cursor:pointer;color:rgba(255,255,255,.72)}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(9px)}}@media (max-width:768px){.hero{padding:4.4rem var(--spacing-md) 3.4rem;min-height:540px}.hero p{margin-bottom:1.7rem}.hero-buttons{gap:.75rem;margin-bottom:1.9rem}.hero-phone-note{margin:-.5rem 0 1.2rem}.hero .btn{min-width:165px}.hero-features{gap:.7rem;padding-top:1.05rem}.hero-feature{font-size:.9rem}}@media (max-width:480px){.hero{padding:3.5rem var(--spacing-sm) 2.5rem;min-height:460px}.hero-buttons{flex-direction:column;gap:.65rem}.hero .btn,.hero .btn-lg{width:100%;min-width:auto}.hero-features{flex-direction:column;gap:.85rem;padding-top:1.2rem}.hero-feature{justify-content:center}.hero-scroll-indicator{display:none}}.services-section{background:transparent}.services-section h2{text-align:center;margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(1rem,2.2vw,1.8rem)}.service-card{background:var(--surface-color);border-radius:var(--border-radius-lg);padding:clamp(1.2rem,2.2vw,1.8rem);box-shadow:var(--shadow);transition:var(--transition);text-decoration:none;color:inherit;display:flex;flex-direction:column;border:1px solid var(--border-color);position:relative;overflow:hidden}.service-card-image{width:100%;height:170px;object-fit:cover;border-radius:12px;margin-bottom:.85rem;border:1px solid var(--border-color)}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent-dark) 0,var(--accent-light) 55%,var(--accent-color) 100%)}.service-card:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,248,230,.5);pointer-events:none}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-7px)}.service-icon{font-size:2.15rem;margin-bottom:.85rem;width:58px;height:58px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f5efe2,#ede4d0);border:1px solid var(--border-color);box-shadow:inset 0 1px 0 rgba(255,248,230,.7),0 2px 6px rgba(28,18,5,.08)}.service-card h3{margin-bottom:.55rem;color:var(--primary-color)}.service-card p{color:var(--text-light);margin-bottom:1.3rem;flex:1}.service-features{list-style:none;margin:0 0 1.2rem}.service-features li{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.6rem;font-size:.95rem;color:var(--text-light)}.feature-check{color:var(--success-color);font-weight:700;flex-shrink:0}.service-link{color:var(--primary-color);font-weight:700;display:flex;align-items:center;gap:.45rem;transition:var(--transition)}.service-card:hover .service-link{gap:.8rem;color:var(--accent-dark)}@media (max-width:768px){.services-grid{gap:var(--spacing-md)}.service-card{padding:1.2rem}.service-icon{font-size:2rem;width:52px;height:52px}}@media (max-width:480px){.services-grid{grid-template-columns:1fr;gap:.95rem}.service-card{padding:1.05rem}}.advantages-section{background:transparent}.advantages-section h2{text-align:center;margin-bottom:1rem}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1rem,2.2vw,1.6rem)}.advantage-card{background:var(--surface-color);border-radius:var(--border-radius-lg);padding:clamp(1.2rem,2vw,1.65rem);text-align:center;transition:var(--transition);border:1px solid var(--border-color);box-shadow:var(--shadow);position:relative}.advantage-card:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:68px;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--accent-dark),var(--accent-light))}.advantage-card:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,248,230,.5);pointer-events:none}.advantage-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.advantage-icon{font-size:2.15rem;margin:.25rem auto .9rem;display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:14px;background:linear-gradient(145deg,#f5efe2,#ede4d0);border:1px solid var(--border-color);box-shadow:inset 0 1px 0 rgba(255,248,230,.7),0 2px 5px rgba(28,18,5,.07)}.advantage-card h3{color:var(--primary-color);margin-bottom:.6rem}.advantage-card p{color:var(--text-light);font-size:.97rem;margin:0}@media (max-width:768px){.advantages-grid{grid-template-columns:repeat(2,1fr);gap:var(--spacing-md)}.advantage-card{padding:1.15rem}.advantage-icon{font-size:1.9rem;width:54px;height:54px}}@media (max-width:480px){.advantages-grid{grid-template-columns:1fr;gap:.9rem}}