.section-title{gap:var(--space-sm);flex-direction:column;display:flex}.section-title__eyebrow{color:var(--secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:700}.section-title__title{max-width:700px}.section-title__subtitle{max-width:700px;color:var(--text)}.hero{padding-block:var(--space-xl);background:radial-gradient(circle at 82% 34%, #5095341a, transparent 25%), linear-gradient(180deg, var(--light) 0%, var(--white) 100%)}.hero__content{align-items:center;gap:var(--space-lg);display:flex}.hero__text,.hero__image{flex:1}.hero__text{max-width:650px}.hero .section-title__title{font-size:clamp(2.4rem,4vw,3.7rem)}.hero__actions{gap:var(--space-md);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.hero__phone{margin:var(--space-md) 0 0;color:var(--text);flex-wrap:wrap;gap:5px;font-size:.94rem;line-height:1.5;display:flex}.hero__phone a{color:var(--primary);transition:color var(--transition);font-weight:700;text-decoration:none}.hero__phone a:hover{color:var(--secondary-dark)}.hero__phone strong{white-space:nowrap}.hero__benefits{gap:var(--space-sm) var(--space-md);margin-top:var(--space-md);flex-wrap:wrap;display:flex}.hero__benefits li{color:var(--primary);font-size:.95rem;font-weight:600}.hero__benefits li:before{content:"✓";color:var(--secondary);margin-right:8px;font-weight:800}.hero__image{position:relative}.hero__image:before{content:"";aspect-ratio:1;z-index:0;background:#eef5fb;border-radius:50%;width:70%;position:absolute;top:-40px;right:-40px}.hero__image img{z-index:1;border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-md);position:relative}.hero__text{max-width:650px;animation:.8s both fadeInLeft}.hero__image{animation:.8s both fadeInRight;position:relative}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.hero__text,.hero__image{animation:none}}@media (width<=850px){.hero{padding:var(--space-lg) 0 var(--space-md)}.hero__content{text-align:center;flex-direction:column}.hero__actions,.hero__benefits,.hero__phone{justify-content:center}.hero__image:before{top:-20px;right:-20px}.hero .section-title__title{font-size:clamp(2.1rem,10vw,3rem)}}.services{padding:var(--space-lg) 0 var(--space-2xl);background:var(--white)}.services__heading{max-width:760px;margin:0 auto var(--space-lg);text-align:center}.services__heading .section-title__title,.services__heading .section-title__subtitle{margin-inline:auto}.services__grid{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr));max-width:1200px;margin-inline:auto;display:grid}.service-card{background:var(--light);border:1px solid var(--border);border-radius:var(--radius-lg);min-height:350px;transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);flex-direction:column;align-items:flex-start;padding:32px;display:flex;position:relative;overflow:hidden}.service-card__details{margin-bottom:var(--space-md);flex-direction:column;gap:8px;display:flex}.service-card__details li{color:var(--text);padding-left:18px;font-size:.95rem;position:relative}.service-card__details li:before{content:"";background:var(--secondary);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}.service-card:hover{box-shadow:var(--shadow-md);border-color:#76b82a66;transform:translateY(-8px)}.service-card__title{margin-bottom:var(--space-sm);align-items:center;gap:14px;display:flex}.service-card__title span{background:var(--secondary);border-radius:999px;flex-shrink:0;width:5px;height:34px}.service-card__title h3{margin:0}.service-card>p{margin-bottom:var(--space-md);color:var(--text);font-size:1rem;position:relative}.service-card__link{color:var(--primary);transition:color var(--transition), gap var(--transition);align-items:center;gap:10px;margin-top:auto;font-weight:700;display:inline-flex}.service-card__link span{color:var(--secondary);font-size:1.35rem}.service-card__link:hover{color:var(--secondary);gap:15px}@media (width<=900px){.services__grid{grid-template-columns:1fr;max-width:650px;margin-inline:auto}.service-card{min-height:320px}}@media (width<=600px){.services{padding:var(--space-md) 0 var(--space-lg)}.services__heading{margin-bottom:var(--space-lg)}.service-card{min-height:auto;padding:28px}}.about{padding-block:var(--space-lg);background:var(--light)}.about__grid{align-items:center;gap:var(--space-xl);grid-template-columns:1fr .9fr;display:grid}.about__content{max-width:650px}.about__text{gap:var(--space-sm);margin:var(--space-md) 0 var(--space-lg);flex-direction:column;display:flex}.about__text p{color:var(--text)}.about__panel{color:var(--white);background:var(--primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:42px}.about__panel-eyebrow{margin-bottom:var(--space-sm);color:var(--secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:700}.about__panel h3{margin-bottom:var(--space-sm);color:var(--white);font-size:clamp(1.6rem,3vw,2.2rem)}.about__panel-intro{margin-bottom:var(--space-lg);color:#ffffffbf;font-size:1rem}.about__commitments{gap:var(--space-md);flex-direction:column;display:flex}.about__commitments li{align-items:flex-start;gap:14px;display:flex}.about__commitments li>span{width:28px;height:28px;color:var(--primary);background:var(--secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex}.about__commitments strong{color:var(--white);font-family:var(--font-heading);margin-bottom:3px;display:block}.about__commitments p{color:#ffffffb3;font-size:.95rem}@media (width<=850px){.about{padding:var(--space-lg) 0 var(--space-lg)}.about__grid{gap:var(--space-lg);grid-template-columns:1fr}.about__content{text-align:center;max-width:none}.about__text{text-align:left}}@media (width<=600px){.about__panel{padding:28px}}.featured-products{padding:var(--space-lg) 0;background:var(--light)}.featured-products__heading{max-width:800px;margin:0 auto var(--space-md);text-align:center}.featured-products__heading .section-title__title,.featured-products__heading .section-title__subtitle{margin-inline:auto}.featured-products__notice{width:fit-content;margin:0 auto var(--space-lg);color:var(--text);background:var(--white);border:1px dashed var(--border);border-radius:var(--radius-sm);text-align:center;padding:9px 14px;font-size:.86rem}.featured-products__grid{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.featured-products__grid>[data-reveal]{display:flex}.featured-products__grid>[data-reveal] .product-card{width:100%}.featured-products__actions{margin-top:var(--space-lg);justify-content:center;display:flex}@media (width<=900px){.featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-products__grid>:last-child{grid-column:1/-1;justify-self:center;width:min(100%,520px)}}@media (width<=650px){.featured-products{padding:var(--space-md) 0}.featured-products__grid{grid-template-columns:1fr}.featured-products__grid>:last-child{grid-column:auto;width:auto}}.service-area{color:var(--white);background:var(--primary);padding:clamp(4rem,8vw,7rem) 0}.service-area__content{grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr);align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}.service-area .section-title__title{color:var(--white)}.service-area .section-title__subtitle{color:#ffffffd1}.service-area__details{border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#ffffff1a;border:1px solid #ffffff38;padding:clamp(1.5rem,4vw,2.25rem)}.service-area__details p{margin:0;line-height:1.75}.service-area__details p+p{padding-top:var(--space-sm);margin-top:var(--space-sm);border-top:1px solid #ffffff2e}@media (width<=800px){.service-area__content{grid-template-columns:1fr;gap:2rem}}
