*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-950: #071409;--green-900: #0a1c0d;--green-800: #145220;--green-700: #1b6e2c;--green-600: #227836;--green-500: #2da842;--green-400: #4fc462;--green-300: #7ed89c;--green-100: #d4f1dc;--green-50: #f0faf3;--sky-700: #0369a1;--sky-600: #0284c7;--sky-500: #2ba7d9;--sky-300: #7dd3fc;--white: #ffffff;--off-white: #f4faf5;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--bg-primary: var(--green-900);--bg-surface: var(--green-50);--text-heading: var(--gray-900);--text-body: var(--gray-600);--text-muted: var(--gray-400);--text-on-dark: var(--white);--section-py: 7rem;--container-max: 1200px;--container-px: 1.5rem;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .14), 0 4px 12px rgba(0, 0, 0, .08);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .18);--ease-out: cubic-bezier(.22, 1, .36, 1);--transition: .3s var(--ease-out)}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-heading);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;border:none;background:none}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-px)}.section{padding:var(--section-py) 0}.section--dark{background:var(--green-900);color:var(--text-on-dark)}.section--alt{background:var(--off-white)}.section--green{background:var(--green-700);color:var(--text-on-dark)}.section-header{text-align:center;margin-bottom:4rem}.section-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green-600);margin-bottom:.75rem}.section--dark .section-eyebrow,.section--green .section-eyebrow{color:var(--green-300)}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.2;color:var(--gray-900);margin-bottom:1rem}.section--dark .section-title,.section--green .section-title{color:var(--white)}.section-subtitle{font-size:1.05rem;color:var(--text-body);max-width:560px;margin:0 auto;line-height:1.7}.section--dark .section-subtitle,.section--green .section-subtitle{color:var(--green-100)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:50px;font-size:.95rem;font-weight:600;transition:all var(--transition);white-space:nowrap}.btn--primary{background:var(--green-600);color:var(--white);box-shadow:0 4px 14px #1b6e2c59}.btn--primary:hover{background:var(--green-700);box-shadow:0 6px 20px #1b6e2c73;transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}.btn--outline:hover{background:#ffffff1a;border-color:var(--white)}.btn--ghost{background:transparent;color:var(--green-600);padding:.5rem 0;border-radius:0}.btn--ghost:hover{color:var(--green-700);gap:.75rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem var(--container-px);transition:all var(--transition)}.navbar__inner{max-width:var(--container-max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar--scrolled{background:#fffffff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--gray-200);box-shadow:0 2px 20px #00000012;padding:.85rem var(--container-px)}.navbar__brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.navbar__logo{width:42px;height:42px;border-radius:50%;object-fit:cover}.navbar__brand-name{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--white);transition:color var(--transition)}.navbar--scrolled .navbar__brand-name{color:var(--green-700)}.navbar__nav{display:flex;align-items:center;gap:.25rem;list-style:none}.navbar__link{padding:.5rem .9rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;color:#ffffffe6;transition:all var(--transition)}.navbar--scrolled .navbar__link{color:var(--gray-700)}.navbar__link:hover{background:#ffffff26;color:var(--white)}.navbar--scrolled .navbar__link:hover{background:var(--green-50);color:var(--green-700)}.navbar__cta{flex-shrink:0}.navbar__cta .btn--primary{padding:.6rem 1.4rem;font-size:.875rem}.navbar__hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer}.navbar__hamburger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:all var(--transition)}.navbar--scrolled .navbar__hamburger span{background:var(--gray-700)}.navbar__mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--green-900);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;z-index:999}.navbar__mobile-nav{list-style:none;display:flex;flex-direction:column;align-items:center;gap:.5rem}.navbar__mobile-link{font-size:1.5rem;font-weight:600;color:var(--white);padding:.75rem 2rem;border-radius:var(--radius-md);transition:all var(--transition)}.navbar__mobile-link:hover{background:#ffffff1a}.navbar__mobile-close{position:absolute;top:1.5rem;right:1.5rem;color:var(--white);padding:.5rem}.hero{position:relative;height:100vh;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#071409d9,#0a1c0dbf,#1b6e2c8c)}.hero__content{position:relative;z-index:1;padding:8rem var(--container-px) 5rem;max-width:var(--container-max);margin:0 auto;width:100%}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#2da84233;border:1px solid rgba(45,168,66,.4);border-radius:50px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--green-300);margin-bottom:1.5rem}.hero__title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;color:var(--white);max-width:750px;margin-bottom:1.5rem}.hero__title-accent{color:var(--green-400)}.hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#fffc;max-width:540px;line-height:1.7;margin-bottom:2.5rem}.hero__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffff80;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.hero__scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent)}.hero__stats{display:flex;gap:3rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.15);flex-wrap:wrap}.hero__stat-value{font-size:2rem;font-weight:800;color:var(--green-400);line-height:1}.hero__stat-label{font-size:.8rem;color:#fff9;margin-top:.25rem}.features{padding:var(--section-py) 0;background:var(--white)}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.feature-card{padding:2.25rem 2rem;border:1px solid var(--gray-100);border-radius:var(--radius-lg);background:var(--white);transition:all var(--transition);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--green-50),transparent);opacity:0;transition:opacity var(--transition)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--green-200)}.feature-card:hover:before{opacity:1}.feature-card__icon{width:56px;height:56px;border-radius:var(--radius-md);background:var(--green-50);display:flex;align-items:center;justify-content:center;color:var(--green-700);margin-bottom:1.5rem;position:relative;transition:all var(--transition)}.feature-card:hover .feature-card__icon{background:var(--green-700);color:var(--white)}.feature-card__title{font-size:1.1rem;font-weight:700;color:var(--gray-900);margin-bottom:.6rem;position:relative}.feature-card__desc{font-size:.9rem;color:var(--text-body);line-height:1.6;position:relative}.services{padding:var(--section-py) 0;background:var(--off-white)}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}.service-card{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem 2rem;border:1px solid var(--gray-100);transition:all var(--transition);display:flex;flex-direction:column;gap:1.25rem}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--green-300)}.service-card__header{display:flex;align-items:flex-start;gap:1rem}.service-card__icon{width:52px;height:52px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--green-700),var(--green-500));display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0;box-shadow:0 4px 12px #1b6e2c40}.service-card__title{font-size:1.05rem;font-weight:700;color:var(--gray-900);line-height:1.3}.service-card__desc{font-size:.9rem;color:var(--text-body);line-height:1.65}.service-card__features{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--gray-100)}.service-card__feature{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--gray-600)}.service-card__feature-dot{width:6px;height:6px;border-radius:50%;background:var(--green-500);flex-shrink:0}.products{padding:var(--section-py) 0;background:linear-gradient(180deg,var(--green-900) 0%,#061006 100%)}.products__filter-wrap{margin-bottom:2rem;margin-left:calc(-1 * var(--container-px, 1.5rem));margin-right:calc(-1 * var(--container-px, 1.5rem));padding-left:var(--container-px, 1.5rem);padding-right:var(--container-px, 1.5rem);-webkit-overflow-scrolling:touch}.products__filter{padding-top:1rem;padding-left:.5rem;display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.products__filter::-webkit-scrollbar{height:6px}.products__filter::-webkit-scrollbar-track{background:#ffffff14;border-radius:3px}.products__filter::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.products__filter-chip{flex-shrink:0;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-width:100px;padding:.6rem .55rem;border:none;border-radius:var(--radius-sm);background:var(--filter-color, rgba(255, 255, 255, .12));color:var(--white);font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.products__filter-chip:hover{transform:scale(1.03);opacity:.95}.products__filter-chip--active{box-shadow:0 4px 20px #00000059;outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.products__filter-chip:first-child{background:#ffffff26;border:1px solid rgba(255,255,255,.25)}.products__filter-chip:first-child.products__filter-chip--active{background:#ffffff40;border-color:#fff6}.products__filter-chip:not(:first-child){background:var(--filter-color)}.products__filter-chip-icon{width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(1)}.products__filter-chip-icon--svg{display:flex;align-items:center;justify-content:center;filter:none}.products__filter-chip-label{text-align:center;line-height:1.2}.products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.product-card{background:linear-gradient(165deg,#ffffff14,#ffffff08);border:1px solid rgba(255,255,255,.12);border-radius:1rem;overflow:hidden;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover,.product-card:focus-visible{transform:translateY(-8px);box-shadow:0 24px 48px #00000059,0 0 0 1px #2da84240;border-color:#2da84259}.product-card:focus-visible{outline:none}.product-card__visual{height:220px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(180deg,#00000026,#00000059)}.product-card__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.25) 100%);pointer-events:none}.product-card__bottle{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;padding:1.25rem;z-index:0;transition:transform .3s ease}.product-card:hover .product-card__bottle{transform:scale(1.03)}.product-card__icon-wrap{width:40px;height:40px;border-radius:50%;background:#fffffffa;box-shadow:0 2px 10px #0003;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;border:1px solid rgba(255,255,255,.5);overflow:hidden}.product-card__category-icon{width:24px;height:24px;object-fit:contain}.product-card__category-row{position:absolute;top:1rem;left:1rem;right:1rem;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-card__category{background:var(--category-color, #2e7d32);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);border-radius:50px;padding:.25rem .55rem;font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fffffff2;box-shadow:0 2px 6px #00000040}.product-card__body{padding:1.5rem 1.5rem 1.75rem;border-top:1px solid rgba(255,255,255,.06)}.product-card__title{font-size:1.2rem;font-weight:700;color:var(--white);margin-bottom:.5rem;letter-spacing:-.02em}.product-card__desc{font-size:.85rem;color:#fff9;line-height:1.55;margin-bottom:1.25rem;min-height:2.5em}.product-card__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--green-400);padding:.5rem 0;border-radius:6px;transition:gap .2s ease,color .2s ease,padding-left .2s ease}.product-card:hover .product-card__cta{gap:.65rem;color:var(--green-300);padding-left:.25rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.modal{background:var(--white);border-radius:var(--radius-xl);max-width:680px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:var(--shadow-xl)}.modal__header{min-height:100px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:var(--radius-xl) var(--radius-xl) 0 0;overflow:hidden}.modal__header--with-bg{background:linear-gradient(135deg,var(--green-800) 0%,var(--green-700) 100%)}.modal__category-row{position:absolute;top:1rem;left:1rem;right:4rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.modal__header-icon{width:56px;height:56px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;color:var(--white);border:1px solid rgba(255,255,255,.3)}.modal__header-icon--img{background:#fffffff2;overflow:hidden}.modal__category-icon{width:36px;height:36px;object-fit:contain}.modal__technical-sheet{margin:1.5rem 0;border-radius:var(--radius-md);overflow:hidden;background:var(--gray-50)}.modal__technical-sheet-img{width:100%;height:auto;display:block;vertical-align:top}.modal__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:#0000004d;display:flex;align-items:center;justify-content:center;color:var(--white);transition:background var(--transition);z-index:1}.modal__close:hover{background:#00000080}.modal__category{background:var(--category-color, #2e7d32);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);border-radius:50px;padding:.25rem .55rem;font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--white);box-shadow:0 2px 6px #0003}.modal__body{padding:2.25rem 2.5rem 2.5rem}.modal__title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.modal__description{font-size:.95rem;color:var(--gray-600);line-height:1.75;margin-bottom:1.75rem}.modal__section-title{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green-700);margin-bottom:.75rem}.modal__benefits{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.75rem}.modal__benefit{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--gray-700);line-height:1.5}.modal__benefit-check{width:20px;height:20px;border-radius:50%;background:var(--green-50);display:flex;align-items:center;justify-content:center;color:var(--green-700);flex-shrink:0;margin-top:.1rem}.modal__composition,.modal__application{background:var(--gray-50);border-radius:var(--radius-md);padding:1.25rem 1.5rem;margin-bottom:1.25rem}.modal__info-text{font-size:.875rem;color:var(--gray-600);line-height:1.65}.about{padding:var(--section-py) 0;background:var(--white)}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.about__card{padding:3rem 2.5rem;border-radius:var(--radius-xl);position:relative;overflow:hidden}.about__card--mission{background:var(--green-700);color:var(--white)}.about__card--vision{background:var(--off-white);border:1px solid var(--gray-200)}.about__card-deco{position:absolute;top:-30px;right:-30px;width:160px;height:160px;border-radius:50%;background:#ffffff0f}.about__card-deco-2{position:absolute;bottom:-60px;left:-40px;width:240px;height:240px;border-radius:50%;background:#ffffff0a}.about__card-icon{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem;position:relative}.about__card--mission .about__card-icon{background:#ffffff26;color:var(--white)}.about__card--vision .about__card-icon{background:var(--green-50);color:var(--green-700)}.about__card-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;position:relative}.about__card--mission .about__card-label{color:var(--green-300)}.about__card--vision .about__card-label{color:var(--green-600)}.about__card-title{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;margin-bottom:1.25rem;line-height:1.2;position:relative}.about__card--mission .about__card-title{color:var(--white)}.about__card--vision .about__card-title{color:var(--gray-900)}.about__card-text{font-size:.95rem;line-height:1.75;position:relative}.about__card--mission .about__card-text{color:#fffc}.about__card--vision .about__card-text{color:var(--gray-600)}.about__values{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:2rem}.about__value{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:var(--gray-700)}.about__value-icon{color:var(--green-600);flex-shrink:0}.group-logo{padding:3.5rem 0;background:var(--off-white);border-top:1px solid var(--gray-200)}.group-logo__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center}.group-logo__label{font-size:.85rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500)}.group-logo__img{max-width:220px;width:100%;height:auto;object-fit:contain;opacity:.92}.group-logo__img:hover{opacity:1}.contact{padding:var(--section-py) 0;background:var(--green-900)}.contact__card{max-width:820px;margin:0 auto;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);overflow:hidden}.contact__card-header{padding:3rem 3.5rem 2.5rem;border-bottom:1px solid rgba(255,255,255,.08);text-align:center}.contact__card-header h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.contact__card-header p{font-size:1rem;color:#fff9;line-height:1.6}.contact__card-body{padding:2.5rem 3.5rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact__item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);transition:all var(--transition)}.contact__item:hover{background:#ffffff14;border-color:#2da8424d}.contact__item-icon{width:44px;height:44px;border-radius:var(--radius-sm);background:#2da84233;display:flex;align-items:center;justify-content:center;color:var(--green-400);flex-shrink:0}.contact__item-label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green-400);margin-bottom:.25rem}.contact__item-value{font-size:.9rem;color:var(--white);font-weight:500}.contact__item-sub{font-size:.8rem;color:#ffffff73;margin-top:.15rem}.footer{background:var(--green-950);padding:2rem var(--container-px);border-top:1px solid rgba(255,255,255,.06)}.footer__inner{max-width:var(--container-max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__brand{display:flex;align-items:center;gap:.6rem}.footer__logo{width:32px;height:32px;border-radius:50%;object-fit:cover}.footer__brand-name{font-weight:700;font-size:.95rem;color:#ffffffb3}.footer__copy,.footer__ravn{font-size:.8rem;color:#ffffff59}.footer__ravn a{color:var(--green-400);font-weight:600;transition:color var(--transition)}.footer__ravn a:hover{color:var(--green-300)}@media (max-width: 900px){:root{--section-py: 5rem}.navbar__nav,.navbar__cta{display:none}.navbar__hamburger{display:flex}.about__grid{grid-template-columns:1fr}.contact__card-body{grid-template-columns:1fr;padding:2rem 2rem 2.5rem}.contact__card-header{padding:2.5rem 2rem 2rem}}@media (max-width: 640px){:root{--section-py: 4rem}.hero__stats{gap:2rem}.products__grid{grid-template-columns:1fr}.modal__body{padding:1.75rem 1.5rem 2rem}.modal__title{font-size:1.4rem}.footer__inner{flex-direction:column;text-align:center}.hero__actions{flex-direction:column;align-items:flex-start}}.modal::-webkit-scrollbar{width:5px}.modal::-webkit-scrollbar-track{background:var(--gray-100)}.modal::-webkit-scrollbar-thumb{background:var(--green-300);border-radius:5px}
