@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-black:#000;--color-white:#fff;--color-red:#e02b20;--color-red-hover:#c41f15;--color-gold:#d4a64e;--color-gold-light:#f0d68a;--color-gray-50:#fafafa;--color-gray-100:#f5f5f5;--color-gray-200:#e8e8e8;--color-gray-300:#ccc;--color-gray-500:#888;--color-gray-600:#666;--color-gray-700:#444;--color-gray-800:#222;--color-gray-900:#111;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max-width:1200px;--header-height:80px;--transition:.3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--color-gray-800);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-gray-900);font-weight:600;line-height:1.3}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}a{color:inherit;transition:color var(--transition);text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.btn{font-family:var(--font-body);cursor:pointer;transition:all var(--transition);border:2px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-red);color:var(--color-white);border-color:var(--color-red)}.btn-primary:hover{background:var(--color-red-hover);border-color:var(--color-red-hover);transform:translateY(-2px);box-shadow:0 8px 25px #e02b204d}.btn-outline{color:var(--color-white);border-color:var(--color-white);background:0 0}.btn-outline:hover{background:var(--color-white);color:var(--color-black);transform:translateY(-2px)}.btn-outline-dark{color:var(--color-gray-800);border-color:var(--color-gray-800);background:0 0}.btn-outline-dark:hover{background:var(--color-gray-800);color:var(--color-white);transform:translateY(-2px)}.btn-gold{background:var(--color-gold);color:var(--color-black);border-color:var(--color-gold)}.btn-gold:hover{background:var(--color-gold-light);border-color:var(--color-gold-light);transform:translateY(-2px);box-shadow:0 8px 25px #d4a64e4d}.section{padding:80px 0}.section-dark{background:var(--color-black);color:var(--color-white)}.section-dark h2,.section-dark h3{color:var(--color-white)}.section-light{background:var(--color-gray-50)}.section-title{text-align:center;margin-bottom:16px}.section-subtitle{text-align:center;color:var(--color-gray-600);max-width:650px;margin:0 auto 48px;font-size:1.1rem;line-height:1.8}.section-dark .section-subtitle{color:var(--color-gray-300)}.grid-2{grid-template-columns:repeat(2,1fr);align-items:center;gap:48px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=968px){.grid-2{grid-template-columns:1fr;gap:32px}.grid-3,.grid-4{grid-template-columns:1fr 1fr}}@media (width<=600px){.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr 1fr}.section{padding:48px 0}.container{padding:0 16px}}.header{z-index:1000;height:var(--header-height);-webkit-backdrop-filter:blur(12px);background:#000000d9;transition:all .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{background:#000000f2;box-shadow:0 4px 30px #0000004d}.header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.header__logo img{width:auto;height:50px}.header__nav{align-items:center;gap:32px;display:flex}.header__nav a{color:var(--color-white);letter-spacing:.5px;text-transform:uppercase;padding:4px 0;font-size:.95rem;font-weight:500;position:relative}.header__nav a:after{content:"";background:var(--color-red);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.header__nav a:hover:after,.header__nav a.active:after{width:100%}.header__phone-mobile{display:none}.header__phone{padding:10px 24px;font-size:.9rem}.header__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.header__hamburger span{background:var(--color-white);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.header__hamburger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.header__hamburger{display:flex}.header__phone{display:none}.header__nav{background:#000000f7;flex-direction:column;justify-content:center;gap:32px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;inset:0;transform:translate(100%)}.header__nav--open{transform:translate(0)}.header__nav a{letter-spacing:1px;font-size:1.25rem}.header__phone-mobile{margin-top:16px;display:inline-flex}}.footer{background:var(--color-gray-900);color:var(--color-gray-300);padding:64px 0 0}.footer__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.footer__logo{width:auto;height:60px;margin-bottom:16px}.footer__tagline{color:var(--color-gray-500);margin-bottom:24px;font-size:.9rem;line-height:1.7}.footer__cta{padding:10px 24px;font-size:.85rem}.footer__links h4{color:var(--color-white);font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px;font-size:.85rem;font-weight:700}.footer__links ul{flex-direction:column;gap:10px;display:flex}.footer__links a{color:var(--color-gray-500);font-size:.9rem;transition:color .3s}.footer__links a:hover{color:var(--color-white)}.footer__bottom{color:var(--color-gray-600);justify-content:space-between;align-items:center;padding:24px 0;font-size:.8rem;display:flex}@media (width<=968px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}.footer__brand{grid-column:1/-1}}@media (width<=600px){.footer__grid{grid-template-columns:1fr;gap:32px}.footer__bottom{text-align:center;flex-direction:column;gap:8px}}.hero{height:90vh;min-height:500px;max-height:900px;margin-top:var(--header-height);position:relative;overflow:hidden}.hero__slide{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.5s;position:absolute;inset:0}.hero__slide--active{opacity:1}.hero__overlay{z-index:1;background:linear-gradient(#00000080 0%,#0000004d 50%,#0009 100%);position:absolute;inset:0}.hero__content{z-index:2;text-align:center;height:100%;color:var(--color-white);opacity:0;flex-direction:column;justify-content:center;align-items:center;transition:all 1s .3s;display:flex;position:relative;transform:translateY(30px)}.hero__content--visible{opacity:1;transform:translateY(0)}.hero__badge{color:var(--color-white);letter-spacing:2px;text-transform:uppercase;background:#e02b20e6;border-radius:50px;margin-bottom:24px;padding:6px 20px;font-size:.8rem;font-weight:600;display:inline-block}.hero h1{color:var(--color-white);text-shadow:0 2px 20px #0000004d;max-width:800px;margin-bottom:20px;font-size:clamp(2.5rem,6vw,4.5rem)}.hero__sub{opacity:.9;max-width:600px;margin-bottom:36px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.hero__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-lg{padding:16px 40px;font-size:1.1rem}.hero__dots{z-index:2;gap:12px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero__dot{border:2px solid var(--color-white);cursor:pointer;background:0 0;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.hero__dot--active{background:var(--color-white);transform:scale(1.2)}.intro{padding:60px 0}.intro__content{text-align:center;max-width:800px;margin:0 auto}.intro__content p{color:var(--color-gray-600);font-size:1.1rem;line-height:1.9}.gallery-section{padding:8px}.gallery-section__inner{max-width:100%}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.gallery-grid__item{aspect-ratio:4/3;border-radius:4px;overflow:hidden}.gallery-grid__item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-grid__item:hover img{transform:scale(1.08)}.about__label{color:var(--color-red);letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:.85rem;font-weight:700;display:inline-block}.about__text p{color:var(--color-gray-600);margin-bottom:16px;line-height:1.8}.about__features{grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;display:grid}.about__feature{align-items:center;gap:10px;font-size:.95rem;font-weight:500;display:flex}.about__feature-icon{text-align:center;width:28px;font-size:1.2rem}.about__image{position:relative}.about__image img{border-radius:12px;box-shadow:0 20px 60px #0000001a}.process__intro{color:var(--color-gray-600);margin-bottom:32px;line-height:1.8}.process__steps{flex-direction:column;gap:28px;display:flex}.process__step{align-items:flex-start;gap:20px;display:flex}.process__step-num{background:var(--color-red);width:44px;height:44px;color:var(--color-white);font-size:1.1rem;font-weight:700;font-family:var(--font-body);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.process__step h3{margin-bottom:8px}.process__step p{color:var(--color-gray-600);font-size:.95rem;line-height:1.7}.process__image img{border-radius:12px;box-shadow:0 20px 60px #0000001a}.service-preview__grid{grid-template-columns:1fr 1fr;gap:0 48px;max-width:600px;margin:0 auto;display:grid}.service-preview__item{color:var(--color-gray-300);border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;padding:14px 0;font-size:1rem;transition:all .3s;display:flex}.service-preview__item:hover{color:var(--color-white);padding-left:8px}.service-preview__pin{background:var(--color-red);border-radius:50%;flex-shrink:0;width:8px;height:8px}.cta-section{background:linear-gradient(135deg, var(--color-gray-50) 0%, var(--color-gray-100) 100%);padding:80px 0}.cta-section__inner{text-align:center;max-width:650px;margin:0 auto}.cta-section__inner h2{margin-bottom:16px}.cta-section__inner p{color:var(--color-gray-600);margin-bottom:32px;font-size:1.1rem;line-height:1.8}.cta-section__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=768px){.hero{height:80vh;min-height:450px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.about__features{grid-template-columns:1fr}.service-preview__grid{grid-template-columns:1fr;max-width:300px}}@media (width<=480px){.hero{height:75vh}.hero__buttons{flex-direction:column;align-items:center}}.page-hero{margin-top:var(--header-height);background-position:50%;background-size:cover;align-items:center;min-height:300px;padding:160px 0 80px;display:flex;position:relative}.page-hero__overlay{background:#0009;position:absolute;inset:0}.page-hero__content{z-index:1;color:var(--color-white);position:relative}.page-hero__content h1{color:var(--color-white);text-shadow:0 2px 20px #0000004d;margin-bottom:12px}.page-hero__content p{opacity:.9;max-width:500px;font-size:1.15rem}.sa-layout{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.sa-layout__info h2{margin-bottom:16px;font-size:1.6rem}.sa-layout__info p{color:var(--color-gray-600);margin-bottom:16px;line-height:1.8}.sa-layout__info .btn{margin-bottom:32px}.sa-layout__areas{grid-template-columns:1fr 1fr;gap:0 32px;display:grid}.sa-area-link{border-bottom:1px solid var(--color-gray-200);color:var(--color-gray-700);align-items:center;gap:10px;padding:12px 0;font-size:.95rem;transition:all .3s;display:flex}.sa-area-link:hover{color:var(--color-red);padding-left:6px}.sa-area-link__pin{background:var(--color-red);border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (width<=968px){.sa-layout{grid-template-columns:1fr}}@media (width<=600px){.sa-layout__areas{grid-template-columns:1fr}.page-hero{min-height:220px;padding:120px 0 60px}}.sad-hero{margin-top:var(--header-height);background-position:50%;background-size:cover;align-items:center;min-height:350px;padding:160px 0 80px;display:flex;position:relative}.sad-hero__overlay{background:#000000a6;position:absolute;inset:0}.sad-hero__content{z-index:1;color:var(--color-white);max-width:700px;position:relative}.sad-hero__content h1{color:var(--color-white);text-shadow:0 2px 20px #0000004d;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);line-height:1.3}.sad-hero__content p{opacity:.9;margin-bottom:24px;font-size:1.15rem}.sad-heading{max-width:800px;margin-bottom:32px;font-size:1.4rem;line-height:1.5}.sad-map{margin-bottom:32px}.sad-description{color:var(--color-gray-600);background:var(--color-gray-50);border-left:4px solid var(--color-red);border-radius:8px;margin-bottom:32px;padding:20px 24px;font-size:.95rem;line-height:1.8}.sad-content{margin-bottom:48px}.sad-content p{color:var(--color-gray-600);margin-bottom:20px;font-size:1.05rem;line-height:1.8}.sad-benefits{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-bottom:48px;display:grid}.sad-benefits__text h3{margin-bottom:20px}.sad-benefits__text ul{flex-direction:column;gap:12px;list-style:none;display:flex}.sad-benefits__text li{color:var(--color-gray-600);padding-left:24px;line-height:1.6;position:relative}.sad-benefits__text li:before{content:"";background:var(--color-red);border-radius:50%;width:10px;height:10px;position:absolute;top:10px;left:0}.sad-benefits__image img{object-fit:cover;border-radius:12px;width:100%;box-shadow:0 15px 40px #0000001a}.sad-cta{text-align:center;background:var(--color-gray-50);border-radius:16px;margin-bottom:48px;padding:48px}.sad-cta p{color:var(--color-gray-600);max-width:600px;margin:0 auto 24px;font-size:1.1rem;line-height:1.8}.sad-cta__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.sad-other-areas{border-top:1px solid var(--color-gray-200);padding-top:32px}.sad-other-areas h3{text-align:center;margin-bottom:20px}.sad-other-areas__grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.sad-other-areas__link{background:var(--color-gray-50);text-align:center;color:var(--color-gray-700);border-radius:8px;padding:12px 16px;font-size:.9rem;font-weight:500;transition:all .3s;display:block}.sad-other-areas__link:hover{background:var(--color-red);color:var(--color-white);transform:translateY(-2px)}@media (width<=768px){.sad-benefits{grid-template-columns:1fr;gap:32px}.sad-other-areas__grid{grid-template-columns:repeat(2,1fr)}.sad-cta{padding:32px 20px}.sad-hero{min-height:280px;padding:120px 0 60px}}.contact-intro{text-align:center;max-width:700px;margin:0 auto 48px}.contact-intro>p{color:var(--color-gray-600);margin-bottom:24px;font-size:1.05rem;line-height:1.8}.contact-services{text-align:left;background:var(--color-gray-50);border-radius:12px;margin-bottom:24px;padding:32px}.contact-services h3{margin-bottom:16px}.contact-services ul{flex-direction:column;gap:10px;display:flex}.contact-services li{color:var(--color-gray-600);padding-left:20px;line-height:1.6;position:relative}.contact-services li:before{content:"";background:var(--color-red);border-radius:50%;width:8px;height:8px;position:absolute;top:10px;left:0}.contact-cta{text-align:center;background:var(--color-gray-900);color:var(--color-white);border-radius:16px;margin-bottom:48px;padding:48px}.contact-cta h2{color:var(--color-white);margin-bottom:20px}.contact-form-section{max-width:700px;margin:0 auto}.contact-form-section h2{text-align:center;margin-bottom:8px}.contact-form-subtitle{text-align:center;color:var(--color-gray-600);margin-bottom:32px}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contact-form__field{flex-direction:column;gap:6px;display:flex}.contact-form__field label{color:var(--color-gray-700);letter-spacing:.3px;font-size:.85rem;font-weight:600}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{border:1px solid var(--color-gray-200);font-family:var(--font-body);color:var(--color-gray-800);background:var(--color-white);border-radius:8px;outline:none;padding:14px 16px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{border-color:var(--color-red);box-shadow:0 0 0 3px #e02b201a}.contact-form__field textarea{resize:vertical;min-height:120px}.contact-form__field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8.5L1 3.5h10z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.contact-form .btn{align-self:flex-start}.contact-form .btn:disabled{opacity:.6;cursor:not-allowed}.contact-form__status{border-radius:8px;padding:16px 20px;font-size:.95rem;font-weight:500}.contact-form__status--success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.contact-form__status--error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}@media (width<=600px){.contact-form__row{grid-template-columns:1fr}.contact-cta{padding:32px 20px}.contact-form .btn{width:100%}}.privacy__content{max-width:750px;margin:0 auto}.privacy__content h1{border-bottom:2px solid var(--color-gray-200);margin-bottom:40px;padding-bottom:20px}.privacy__content h2{margin-top:40px;margin-bottom:16px;font-size:1.4rem}.privacy__content p{color:var(--color-gray-600);margin-bottom:16px;line-height:1.8}main{min-height:calc(100vh - var(--header-height))}
