*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#2d2d2d;background:#fff}#app-root{padding-top:72px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#2d2d2d}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}a{color:#2c5f2d;text-decoration:none;transition:color 150ms ease}a:hover{color:#1e4020}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width: 640px){.container{padding:0 1rem}}.section{padding:6rem 0;scroll-margin-top:72px}@media(max-width: 768px){.section{padding:4rem 0}}.section-title{text-align:center;margin-bottom:2rem;position:relative}.section-title::after{content:"";display:block;width:60px;height:4px;background:#d4a017;margin:1rem auto 0;border-radius:9999px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;transition:all 250ms ease;text-align:center}.btn--primary{background:#2c5f2d;color:#fff}.btn--primary:hover{background:#1e4020;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.btn--accent{background:#d4a017;color:#fff}.btn--accent:hover{background:#b8860b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.btn--outline{background:rgba(0,0,0,0);color:#2c5f2d;border:2px solid #2c5f2d}.btn--outline:hover{background:#2c5f2d;color:#fff}.btn--outline-light{background:hsla(0,0%,100%,.1);color:#fff;border:2px solid hsla(0,0%,100%,.6)}.btn--outline-light:hover{background:hsla(0,0%,100%,.2);border-color:#fff;transform:translateY(-2px)}.btn--lg{padding:1.5rem 3rem;font-size:1.125rem}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(2, 1fr)}.grid--3{grid-template-columns:repeat(3, 1fr)}.grid--4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 1024px){.grid--3,.grid--4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.nav{position:fixed;top:0;left:0;right:0;height:72px;background:hsla(0,0%,100%,.98);backdrop-filter:blur(8px);box-shadow:0 1px 3px rgba(0,0,0,.08);z-index:100;transition:height 250ms ease,box-shadow 250ms ease,background 250ms ease}.nav.scrolled{height:56px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.nav.scrolled .nav__logo{font-size:1.125rem}.nav.scrolled .nav__logo-icon{font-size:1.25rem}.nav.scrolled .nav__menu li a{font-size:.875rem}.nav.scrolled .nav__cta{padding:.25rem 1rem;font-size:.75rem}@media(max-width: 768px){.nav.scrolled+.nav__menu,.nav.scrolled .nav__menu{top:56px}}.nav__container{max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;color:#2c5f2d;text-decoration:none}.nav__logo-icon{font-size:1.5rem}.nav__logo-text{letter-spacing:-0.5px}.nav__menu{display:flex;gap:2rem;align-items:center}.nav__menu li a{color:#2d2d2d;font-weight:500;font-size:1rem;padding:.5rem 0;border-bottom:2px solid rgba(0,0,0,0);transition:all 150ms ease}.nav__menu li a:hover,.nav__menu li a.active{color:#2c5f2d;border-bottom-color:#d4a017}.nav__cta{padding:.5rem 1.5rem;font-size:.875rem;white-space:nowrap}.nav__toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}.nav__toggle-bar{width:24px;height:3px;background:#2d2d2d;border-radius:9999px;transition:all 250ms ease}.nav__toggle.open .nav__toggle-bar:nth-child(1){transform:rotate(45deg) translate(6px, 6px)}.nav__toggle.open .nav__toggle-bar:nth-child(2){opacity:0}.nav__toggle.open .nav__toggle-bar:nth-child(3){transform:rotate(-45deg) translate(6px, -6px)}@media(max-width: 768px){.nav__toggle{display:flex}.nav__menu{position:fixed;top:72px;left:0;right:0;flex-direction:column;background:#fff;padding:1.5rem;gap:0;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;pointer-events:none;transition:all 250ms ease}.nav__menu.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav__menu li{width:100%}.nav__menu li a{display:block;padding:1rem 0;border-bottom:1px solid #e0e0e0}.nav__cta{display:none}}.hero{position:relative;min-height:600px;display:flex;align-items:center;background:linear-gradient(135deg, #1e4020 0%, #2c5f2d 100%);color:#fff;overflow:hidden;padding-top:72px}.hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/images/hero-fence.6e6e1fe2b22ce969376f.jpg) center/cover;opacity:.15;z-index:0}.hero__content{position:relative;z-index:1;padding:6rem 1.5rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.15);padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero__badge-icon{font-size:1rem}.hero__title{color:#fff;font-size:3.5rem;margin-bottom:1.5rem;max-width:700px;line-height:1.1}.hero__subtitle{font-size:1.25rem;max-width:600px;margin-bottom:2rem;opacity:.9}.hero__actions{display:flex;gap:1rem;margin-bottom:4rem;flex-wrap:wrap}.hero__stats{display:flex;gap:4rem}.hero__stat{display:flex;flex-direction:column}.hero__stat-number{font-size:2.5rem;font-weight:800;color:#d4a017}.hero__stat-number--animate{animation:countUp .8s ease}.hero__stat-label{font-size:.875rem;opacity:.8}@media(max-width: 768px){.hero{min-height:500px}.hero__title{font-size:2rem}.hero__subtitle{font-size:1rem}.hero__stats{gap:2rem}.hero__stat-number{font-size:1.5rem}.hero__actions .btn{width:100%}}@keyframes countUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.services{background:#f5f6f0}.services__intro{text-align:center;max-width:700px;margin:0 auto 3rem;font-size:1.125rem;color:#6b6b6b}.services__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}@media(max-width: 1024px){.services__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.services__grid{grid-template-columns:1fr}}.service-card{background:#fff;border-radius:16px;padding:0;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all 250ms ease;display:flex;flex-direction:column;overflow:hidden}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.service-card__image{width:100%;height:200px;object-fit:cover;display:block}.service-card__body{padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.service-card__icon{width:64px;height:64px;border-radius:8px;background:rgba(44,95,45,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-card__icon-emoji{font-size:2rem}.service-card__title{font-size:1.25rem;margin-bottom:.5rem}.service-card__desc{font-size:.875rem;color:#6b6b6b;margin-bottom:1rem;line-height:1.5}.service-card__features{flex:1;margin-bottom:1.5rem;padding:0;list-style:none}.service-card__features-feature{font-size:.875rem;padding:.5rem 0;color:#2d2d2d;border-bottom:1px solid rgba(224,224,224,.5)}.service-card__features-feature:last-child{border-bottom:none}.service-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;margin-top:auto;border-top:1px solid #e0e0e0}.service-card__price{font-weight:700;color:#2c5f2d;font-size:.875rem}.service-card__link{font-weight:600;font-size:.875rem;color:#b8860b}.service-card__link:hover{color:#d4a017}.fence-visualizer{background:linear-gradient(180deg, #f5f9f3 0%, #e8f0e3 100%);padding:6rem 0}@media(max-width: 768px){.fence-visualizer{padding:4rem 0}}.fence-visualizer__subtitle{text-align:center;font-size:1.125rem;color:#6b6b6b;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.fence-visualizer__layout{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem;align-items:start}@media(max-width: 768px){.fence-visualizer__layout{grid-template-columns:1fr}}.fence-visualizer__canvas-wrap{position:relative;background:#fff;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:1.5rem;overflow:hidden}.fence-visualizer__svg{width:100%;height:auto;display:block;border-radius:8px;background:#f5f9f3}.fence-visualizer__price-tag{position:absolute;bottom:1.5rem;right:1.5rem;background:#2c5f2d;color:#fff;padding:.5rem 1rem;border-radius:8px;display:flex;align-items:baseline;gap:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .2s ease}.fence-visualizer__price-label{font-size:.75rem;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.fence-visualizer__price-value{font-size:1.5rem;font-weight:800}.fence-visualizer__price-unit{font-size:.75rem;opacity:.8}.fence-visualizer__controls{display:flex;flex-direction:column;gap:1.5rem}.fence-visualizer__control-group{display:flex;flex-direction:column;gap:.25rem}.fence-visualizer__label{font-size:.875rem;font-weight:700;color:#2d2d2d;text-transform:uppercase;letter-spacing:.5px;display:flex;justify-content:space-between;align-items:center}.fence-visualizer__length-display{font-size:.875rem;font-weight:800;color:#2c5f2d;text-transform:none;letter-spacing:0}.fence-visualizer__slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:#e0e0e0;outline:none;cursor:pointer}.fence-visualizer__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#2c5f2d;cursor:pointer;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:transform .15s ease}.fence-visualizer__slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.fence-visualizer__slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#2c5f2d;cursor:pointer;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2)}.fence-visualizer__options{display:flex;gap:.25rem;flex-wrap:wrap}.fence-visualizer__option{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all 150ms ease;font-size:.875rem;font-weight:600;color:#2d2d2d}.fence-visualizer__option:hover{border-color:#3a7d3c;background:rgba(44,95,45,.04)}.fence-visualizer__option.active{border-color:#2c5f2d;background:rgba(44,95,45,.08);color:#1e4020}.fence-visualizer__option-swatch{width:16px;height:16px;border-radius:4px;border:1px solid rgba(0,0,0,.1);display:inline-block}.fence-visualizer__option-name{font-size:.875rem}.fence-visualizer__info{margin-top:.5rem;padding:1rem;background:rgba(44,95,45,.05);border-radius:8px;border-left:3px solid #2c5f2d}.fence-visualizer__desc{font-size:.875rem;color:#6b6b6b;margin-bottom:.5rem}.fence-visualizer__estimate{background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:1.5rem;border:1px solid #e0e0e0}.fence-visualizer__estimate-title{font-size:1rem;font-weight:800;color:#2d2d2d;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.fence-visualizer__estimate-rows{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.fence-visualizer__estimate-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem .5rem;border-bottom:1px solid rgba(224,224,224,.5)}.fence-visualizer__estimate-row:last-child{border-bottom:none}.fence-visualizer__estimate-row-label{font-size:.875rem;color:#6b6b6b;font-weight:500}.fence-visualizer__estimate-row-value{font-size:.875rem;font-weight:700;color:#2d2d2d}.fence-visualizer__estimate-total{display:flex;justify-content:space-between;align-items:center;padding:1rem .5rem;background:rgba(44,95,45,.08);border-radius:8px;margin-bottom:.5rem}.fence-visualizer__estimate-total-label{font-size:1rem;font-weight:800;color:#2d2d2d}.fence-visualizer__estimate-total-value{font-size:1.25rem;font-weight:800;color:#2c5f2d}.fence-visualizer__estimate-disclaimer{font-size:.75rem;color:#6b6b6b;line-height:1.5;margin-bottom:1rem;font-style:italic}.fence-visualizer__cta{width:100%;text-align:center}.fv-sun-rays{transform-origin:center;animation:fv-spin 20s linear infinite}@keyframes fv-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.fv-cloud-1-wrap{animation:fv-drift-right 30s ease-in-out infinite}.fv-cloud-2-wrap{animation:fv-drift-left 25s ease-in-out infinite}@keyframes fv-drift-right{0%,100%{transform:translateX(0)}50%{transform:translateX(40px)}}@keyframes fv-drift-left{0%,100%{transform:translateX(0)}50%{transform:translateX(-40px)}}.fv-smoke-1{animation:fv-smoke 3s ease-out infinite}.fv-smoke-2{animation:fv-smoke 3s ease-out infinite 1s}.fv-smoke-3{animation:fv-smoke 3s ease-out infinite 2s}@keyframes fv-smoke{0%{opacity:.5;transform:translateY(0)}100%{opacity:0;transform:translateY(-15px)}}.fv-characters{opacity:0;transition:opacity .8s ease-in}.fv-characters.fv-show{opacity:1}.fv-person-1{animation:fv-bob 2.5s ease-in-out infinite;transform-origin:center bottom}.fv-person-2{animation:fv-bob 3s ease-in-out infinite .5s;transform-origin:center bottom}.fv-person-3{animation:fv-bob 2.8s ease-in-out infinite .3s;transform-origin:center bottom}@keyframes fv-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-1.5px)}}.fv-wave-arm{transform-origin:0px -12px;animation:fv-wave 1.5s ease-in-out infinite}@keyframes fv-wave{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}.fv-tail{transform-origin:3px -9px;animation:fv-wag .5s ease-in-out infinite}@keyframes fv-wag{0%,100%{transform:rotate(0deg)}50%{transform:rotate(20deg)}}.fv-bird-1-wrap{animation:fv-fly-1 15s linear infinite}.fv-bird-2-wrap{animation:fv-fly-2 18s linear infinite}.fv-bird-3-wrap{animation:fv-fly-3 12s linear infinite}@keyframes fv-fly-1{0%{transform:translate(0, 0)}50%{transform:translate(250px, -20px)}100%{transform:translate(0, 0)}}@keyframes fv-fly-2{0%{transform:translate(0, 0)}50%{transform:translate(250px, 20px)}100%{transform:translate(0, 0)}}@keyframes fv-fly-3{0%{transform:translate(0, 0)}50%{transform:translate(-250px, -20px)}100%{transform:translate(0, 0)}}.fv-tree{transform-origin:center bottom;animation:fv-sway 6s ease-in-out infinite}.fv-tree-2{animation:fv-sway 7s ease-in-out infinite 1s}@keyframes fv-sway{0%,100%{transform:rotate(0deg)}50%{transform:rotate(0.5deg)}}.fv-house{transform-origin:center bottom;animation:fv-house-in .8s ease-out}@keyframes fv-house-in{0%{opacity:0;transform:scale(0.95)}100%{opacity:1;transform:scale(1)}}.about{background:#fff}.about__grid{align-items:center}.about__lead{font-size:1.25rem;color:#2d2d2d;margin-bottom:1rem;font-weight:500}.about__text{font-size:1rem;color:#6b6b6b;margin-bottom:1rem;line-height:1.7}.about__values{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about__value{display:flex;gap:.5rem;align-items:flex-start}.about__value-icon{flex-shrink:0;width:28px;height:28px;border-radius:9999px;background:#2c5f2d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.about__value h4{font-size:1rem;margin-bottom:2px}.about__value p{font-size:.875rem;color:#6b6b6b}.about__image-placeholder{background:linear-gradient(135deg, #3a7d3c, #2c5f2d);border-radius:16px;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.12)}.about__image-icon{font-size:4rem;margin-bottom:1rem}@media(max-width: 768px){.about__values{grid-template-columns:1fr}}.gallery{background:#f5f6f0}.gallery__intro{text-align:center;color:#6b6b6b;margin-bottom:2rem}.gallery__filters{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.gallery__filter{padding:.5rem 1.5rem;border-radius:9999px;background:#fff;color:#2d2d2d;font-weight:500;font-size:.875rem;border:2px solid #e0e0e0;transition:all 150ms ease}.gallery__filter:hover{border-color:#2c5f2d}.gallery__filter.active{background:#2c5f2d;color:#fff;border-color:#2c5f2d}.gallery__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 1024px){.gallery__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.gallery__grid{grid-template-columns:1fr}}.gallery__item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);cursor:pointer;transition:all 250ms ease}.gallery__item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.gallery__item-image{width:100%;height:240px;object-fit:cover;display:block;transition:transform 250ms ease}.gallery__item:hover .gallery__item-image{transform:scale(1.05)}.gallery__item-info{padding:1rem}.gallery__item-title{font-size:1rem;margin-bottom:.25rem}.gallery__item-location{font-size:.75rem;color:#2c5f2d;font-weight:600;margin-bottom:.25rem}.gallery__item-desc{font-size:.875rem;color:#6b6b6b}.testimonials{background:#fff}.testimonials__carousel{display:flex;align-items:center;gap:1rem;max-width:900px;margin:0 auto}.testimonials__viewport{overflow:hidden;flex:1}.testimonials__track{display:flex;transition:transform 400ms ease}.testimonials__slide{min-width:100%;padding:2rem;text-align:center}.testimonials__stars{color:#d4a017;font-size:1.25rem;margin-bottom:1rem;letter-spacing:4px}.testimonials__text{font-size:1.125rem;line-height:1.7;color:#2d2d2d;margin-bottom:1.5rem;font-style:italic}.testimonials__author{display:flex;flex-direction:column;gap:2px}.testimonials__author strong{font-size:1rem;color:#2c5f2d}.testimonials__author span{font-size:.875rem;color:#6b6b6b}.testimonials__service{color:#b8860b !important;font-weight:600 !important}.testimonials__nav{flex-shrink:0;width:44px;height:44px;border-radius:9999px;background:#f5f6f0;color:#2c5f2d;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all 150ms ease}.testimonials__nav:hover{background:#2c5f2d;color:#fff}@media(max-width: 640px){.testimonials__nav{display:none}}.testimonials__dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.testimonials__dot{width:10px;height:10px;border-radius:9999px;background:#e0e0e0;transition:all 150ms ease}.testimonials__dot.active{background:#2c5f2d;width:28px}.service-area{background:#f5f6f0}.service-area__lead{font-size:1.125rem;color:#6b6b6b;margin-bottom:1.5rem}.service-area__list{display:grid;grid-template-columns:repeat(4, 1fr);gap:.5rem;margin-bottom:2rem}@media(max-width: 768px){.service-area__list{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.service-area__list{grid-template-columns:1fr}}.service-area__item{display:flex;align-items:center;gap:.5rem;font-size:1rem;padding:.25rem 0}.service-area__check{color:#2c5f2d;font-weight:700}.service-area__map{border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);min-height:450px;margin-top:2rem}.service-area__map iframe{width:100%;height:450px;border:0;display:block}.quote-form{background:#1e4020;color:#fff}.quote-form__container{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}@media(max-width: 1024px){.quote-form__container{grid-template-columns:1fr}}.quote-form__info h2{color:#fff;font-size:2rem;margin-bottom:1rem}.quote-form__lead{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.quote-form__benefits{display:flex;flex-direction:column;gap:1rem}.quote-form__benefit{display:flex;align-items:center;gap:1rem}.quote-form__benefit span{font-size:1.5rem}.quote-form__benefit strong{font-size:1rem}.quote-form__benefit p{font-size:.875rem;opacity:.8;margin:0}.quote-form__form-wrapper{background:#fff;border-radius:16px;padding:2rem;color:#2d2d2d}.quote-form__form{display:flex;flex-direction:column;gap:1rem}.quote-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 640px){.quote-form__row{grid-template-columns:1fr}}.quote-form__field{display:flex;flex-direction:column;gap:.25rem}.quote-form__field label{font-size:.875rem;font-weight:600;color:#2d2d2d}.quote-form__field input,.quote-form__field select,.quote-form__field textarea{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color 150ms ease}.quote-form__field input:focus,.quote-form__field select:focus,.quote-form__field textarea:focus{outline:none;border-color:#2c5f2d}.quote-form__field textarea{resize:vertical}.quote-form__error{color:#c62828;font-size:.75rem;min-height:.75rem}.quote-form__optional{font-weight:400;font-size:.75rem;color:#6b6b6b}.quote-form__submit{width:100%;margin-top:.5rem}.quote-form__status{text-align:center;font-size:.875rem;padding:.5rem;border-radius:8px;min-height:1.5rem}.quote-form__status--success{background:rgba(46,125,50,.1);color:#2e7d32}.quote-form__status--error{background:rgba(198,40,40,.1);color:#c62828}.quote-form__status--info{color:#6b6b6b}.contact{background:#f5f6f0}.contact__grid{align-items:start}.contact__info{display:flex;flex-direction:column;gap:1rem}.contact__card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.contact__card h3{font-size:1rem;margin-bottom:.5rem;color:#2c5f2d}.contact__card p{font-size:1rem;color:#2d2d2d;line-height:1.6}.contact__form-wrapper{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.contact__form{display:flex;flex-direction:column;gap:1rem}.contact__field{display:flex;flex-direction:column;gap:.25rem}.contact__field label{font-size:.875rem;font-weight:600}.contact__field input,.contact__field textarea{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem}.contact__field input:focus,.contact__field textarea:focus{outline:none;border-color:#2c5f2d}.contact__status{text-align:center;font-size:.875rem;padding:.5rem;border-radius:8px}.contact__status--success{background:rgba(46,125,50,.1);color:#2e7d32}.contact__status--error{background:rgba(198,40,40,.1);color:#c62828}.footer{background:#1a1a1a;color:#fff}.footer__top{padding:4rem 0}.footer__grid{gap:2rem}.footer__brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer__brand-icon{font-size:1.25rem}.footer__brand-text{font-size:1.25rem;font-weight:800}.footer__about{font-size:.875rem;opacity:.7;line-height:1.6}.footer__heading{font-size:1rem;margin-bottom:1rem;color:#fff}.footer__links li{margin-bottom:.5rem}.footer__links li a{color:hsla(0,0%,100%,.7);font-size:.875rem;transition:color 150ms ease}.footer__links li a:hover{color:#d4a017}.footer__contact li{color:hsla(0,0%,100%,.7);font-size:.875rem;margin-bottom:.5rem}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding:1rem 0}.footer__bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer__bottom p{font-size:.75rem;opacity:.6}.footer__bottom-license{text-align:right}@media(max-width: 640px){.footer__grid{grid-template-columns:1fr 1fr}.footer__bottom .container{flex-direction:column;text-align:center}}.live-chat-wrapper{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.live-chat__bubble{width:60px;height:60px;border-radius:50%;background:#2c5f2d;color:#fff;border:none;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;font-size:28px;transition:transform 250ms ease,box-shadow 250ms ease;position:relative}.live-chat__bubble:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.25)}.live-chat__badge{position:absolute;top:-4px;right:-4px;background:#e53e3e;color:#fff;font-size:12px;font-weight:bold;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px}.live-chat__window{position:absolute;bottom:75px;right:0;width:360px;max-width:calc(100vw - 40px);height:500px;max-height:calc(100vh - 120px);background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.live-chat__header{background:#2c5f2d;color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.live-chat__header-info{display:flex;align-items:center;gap:10px}.live-chat__header-avatar{font-size:24px}.live-chat__header-title{font-weight:600;font-size:15px}.live-chat__header-status{font-size:12px;opacity:.85;margin-top:2px}.live-chat__close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px;opacity:.8;transition:opacity 250ms ease}.live-chat__close:hover{opacity:1;background:hsla(0,0%,100%,.15)}.live-chat__messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#f7f7f8}.live-chat__msg{max-width:80%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.4;word-wrap:break-word;animation:live-chat-fade-in .2s ease}.live-chat__msg--client{align-self:flex-end;background:#2c5f2d;color:#fff}.live-chat__msg--ai{align-self:flex-start;background:#fff;border:1px solid rgba(0,0,0,.06)}.live-chat__msg--human{align-self:flex-start;background:#fff;border:1px solid rgba(0,0,0,.06)}.live-chat__msg--system{align-self:center;background:rgba(0,0,0,0);color:#6b6b6b;font-size:12px;font-style:italic;padding:4px 8px}.live-chat__msg--error{align-self:center;background:#fee;color:#c00;font-size:13px;border-radius:8px}.live-chat__input-area{display:flex;padding:10px;gap:8px;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.live-chat__input{flex:1;border:1px solid #ddd;border-radius:8px;padding:10px 12px;font-size:14px;outline:none;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.live-chat__input:focus{border-color:#2c5f2d}.live-chat__input:disabled{background:#f0f0f0}.live-chat__send{background:#2c5f2d;color:#fff;border:none;border-radius:8px;padding:0 16px;cursor:pointer;font-size:16px;transition:background 250ms ease}.live-chat__send:hover{background:#1e4020}@keyframes live-chat-fade-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 640px){.live-chat__window{width:calc(100vw - 40px);height:calc(100vh - 120px)}}
