:root{--bg: #ffffff;--card: #f8fafc;--muted: #475569;--accent: #06b6d4;--text: #0f1724;--white: #ffffff;--max-width: 1100px;--radius: 10px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--max-width);margin:0 auto;padding:1rem}.site-header{background:transparent;position:sticky;top:0;z-index:40;padding:.5rem 0;transition:background-color .3s ease,box-shadow .3s ease,padding .3s ease}.site-header.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 20px #0000000d}.header-inner{display:flex;align-items:center;gap:1rem;justify-content:space-between}.brand{display:flex;align-items:center;text-decoration:none}.logo{height:40px;display:block}.brand .logo{max-height:44px}.brand img{display:block}.brand span{font-weight:700;color:var(--white);font-size:1.125rem}.primary-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1rem;align-items:center}.primary-nav{order:2}.primary-nav a{color:var(--muted);text-decoration:none;padding:.25rem .5rem;border-radius:6px}.primary-nav a:hover,.primary-nav a:focus{color:#059669;background:#10b9811a}.nav-toggle{background:transparent;border:0;color:var(--white);display:none}.nav-toggle:focus{outline:2px solid var(--accent);border-radius:6px}.hamburger{display:inline-block;width:22px;height:2px;background:var(--white);position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;width:22px;height:2px;background:var(--white)}.hamburger:before{top:-7px}.site-header.scrolled .nav-toggle{color:var(--text)}.site-header.scrolled .hamburger,.site-header.scrolled .hamburger:before,.site-header.scrolled .hamburger:after{background:var(--text)}.hamburger:after{top:7px}@media (max-width: 700px){.primary-nav a{color:var(--white)}}.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}.hero{padding:0;background:none}.hero.carousel{padding-top:0;padding-bottom:0}.hero h1{font-size:2rem;margin:0 0 .5rem;color:var(--text)}.hero p{color:var(--muted);margin:0 0 1rem}.btn{display:inline-block;background:linear-gradient(90deg,var(--accent),#10b981);color:#fff;padding:.6rem 1rem;border-radius:8px;text-decoration:none;font-weight:600}.carousel .carousel-container{position:relative;overflow:hidden;border-radius:0;width:100vw;margin-left:calc(50% - 50vw)}.carousel .slides{display:flex;transition:transform .42s ease;will-change:transform}.carousel .slide{min-width:100%;position:relative;display:flex;align-items:center;overflow:hidden;aspect-ratio:16 / 9}.slide-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.carousel .slide-inner{display:block;padding:3rem 1rem;color:var(--text)}.carousel .slide h1{color:var(--text);font-size:2rem}.carousel .slide p{color:var(--muted)}.carousel .carousel-control{position:absolute;top:50%;transform:translateY(-50%);border:0;background:#0f17240f;color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.carousel .carousel-control:focus{outline:2px solid var(--accent)}.carousel .carousel-control.prev{left:16px}.carousel .carousel-control.next{right:16px}.carousel .carousel-indicators{position:absolute;left:50%;transform:translate(-50%);bottom:12px;display:flex;gap:8px}.carousel .carousel-indicators button{width:10px;height:10px;border-radius:50%;border:0;background:#0f17241f;cursor:pointer}.carousel .carousel-indicators button[aria-selected=true]{background:var(--accent);box-shadow:0 0 0 3px #06b6d41f}@media (max-width:700px){.carousel .slide{width:100%;height:auto;min-height:unset;display:block;aspect-ratio:unset}.slide-bg{position:static;width:100%;height:auto;object-fit:contain;display:block}.carousel .slide-inner{padding:2rem 1rem}}body{overflow-x:hidden}.section{display:flex;align-items:center;padding:0;box-sizing:border-box}.section .container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;justify-content:center;min-height:100%;box-sizing:border-box}.section h2{font-size:2rem;margin:0 0 1rem;text-align:left;flex-shrink:0}.section.alt{background:#f9fafb}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.card{background:var(--card);padding:1rem;border-radius:var(--radius);box-shadow:0 6px 18px #0f17240f}.card h3{margin-top:0}.section.highlights{background-color:#064e3b;color:#fff;padding:.5rem 0;overflow:hidden;min-height:auto;white-space:nowrap}.section.highlights .container,.section.highlights .highlights-grid{display:none}.marquee-container{width:100%;overflow:hidden;position:relative}.marquee-track{display:inline-block;white-space:nowrap;animation:marquee 60s linear infinite}.feature-item{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;margin:0 2rem;padding:.5rem 1rem;vertical-align:middle}.feature-item .icon{display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.feature-item svg{display:block;width:24px;height:24px;fill:#fff}.feature-item .feature-title{color:#fff;font-weight:600;margin:0;white-space:nowrap;font-size:1rem;line-height:1}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.contact-form{max-width:640px;display:grid;gap:.5rem}.contact-form label{font-size:.875rem;color:var(--muted)}.contact-form input,.contact-form textarea{padding:.75rem;border-radius:8px;border:1px solid rgba(15,23,36,.06);background:var(--bg);color:var(--text)}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(6,182,212,.12);border-color:#06b6d42e}.form-status{margin-top:.5rem;color:var(--accent)}.site-footer{background:#fff;color:var(--text);padding:3rem 0;border-top:1px solid rgba(2,6,23,.04)}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.25rem;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo{height:42px}.footer-desc{margin:0;color:var(--muted);max-width:28rem}.footer-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:var(--text);text-decoration:none}.footer-nav a:hover{color:var(--accent)}.footer-contact .contact-title{font-weight:600;margin:0 0 .5rem}.footer-contact a{color:var(--text);text-decoration:none}.socials{display:flex;gap:.5rem;margin-top:.5rem}.social svg{display:block}.footer-bottom{border-top:1px solid rgba(2,6,23,.04);margin-top:1.5rem;padding-top:1rem;text-align:center;color:var(--muted)}@media (max-width:900px){.footer-grid{grid-template-columns:1fr;gap:1rem}.footer-brand{align-items:flex-start}}@media (max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.nav-toggle{display:inline-flex;margin-left:auto}.primary-nav{position:absolute;right:1rem;top:64px;background:#020617e6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px;padding:.75rem;display:none}.primary-nav[aria-hidden=false]{display:block}.primary-nav ul{flex-direction:column}.primary-nav a{display:block}.grid{grid-template-columns:1fr}.hero{padding:4rem 0}}a:focus{outline:2px solid rgba(94,234,212,.15);outline-offset:2px}.about{padding:4rem 1.5rem;background:#fff}.about-container{max-width:1100px;margin:0 auto}.about-header{text-align:left;max-width:680px;margin:0 0 3rem}.about-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#065f46;margin-bottom:1rem}.about-title{font-size:2.5rem;font-weight:700;color:#111827;line-height:1.25;margin:0 0 1.25rem}.about-title .text-accent{color:#065f46}.about-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.7;margin:0}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2.5rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-bottom:4rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#111827;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.about-features{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{text-align:center;padding:2rem 1.5rem;background:#f9fafb;border-radius:16px;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f}.feature-icon{width:56px;height:56px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:#d1fae5;border-radius:12px;color:#065f46}.feature-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .5rem}.feature-desc{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}@media (max-width: 900px){.about-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-features{grid-template-columns:repeat(2,1fr)}.about-title,.stat-number{font-size:2rem}}@media (max-width: 600px){.about{padding:4rem 1rem}.about-header{margin-bottom:3rem}.about-title{font-size:1.5rem}.about-subtitle{font-size:1rem}.about-stats{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:3rem}.stat-number{font-size:1.75rem}.stat-label{font-size:.75rem}.about-features{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.5rem 1rem}}.why-orgic{max-width:1200px;margin:0 auto;padding:4rem 2rem}.why-orgic-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.why-orgic-left{position:sticky;top:120px}.why-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#065f46;background:#ecfdf5;padding:.5rem 1rem;border-radius:100px;margin-bottom:1.5rem}.why-title{font-size:2.75rem;font-weight:700;line-height:1.15;color:var(--text);margin:0 0 1.5rem}.why-description{font-size:1.125rem;line-height:1.7;color:var(--muted);margin:0 0 2.5rem}.why-stats-row{display:flex;gap:3rem}.why-stat{display:flex;flex-direction:column}.why-stat-value{font-size:2rem;font-weight:700;color:#065f46;line-height:1}.why-stat-label{font-size:.875rem;color:var(--muted);margin-top:.5rem}.why-orgic-right{display:flex;flex-direction:column}.why-features-list{display:flex;flex-direction:column;gap:1.5rem}.why-feature-card{display:flex;gap:1.5rem;padding:1.75rem;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #0000000a;transition:all .3s ease}.why-feature-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.why-feature-number{font-size:1.25rem;font-weight:700;color:#065f46;min-width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#ecfdf5;border-radius:8px;flex-shrink:0}.why-feature-content{flex:1}.why-feature-title{font-size:1.125rem;font-weight:600;color:var(--text);margin:0 0 .5rem}.why-feature-desc{font-size:.9375rem;line-height:1.6;color:var(--muted);margin:0}@media (max-width: 900px){.why-orgic-grid{grid-template-columns:1fr;gap:3rem}.why-orgic-left{position:static}.why-title{font-size:2rem}.why-stats-row{gap:2rem}}@media (max-width: 600px){.why-orgic{padding:3rem 1rem}.why-title{font-size:1.75rem}.why-stats-row{flex-wrap:wrap;gap:1.5rem}.why-stat{min-width:calc(50% - .75rem)}.why-feature-card{flex-direction:column;gap:1rem;padding:1.5rem}.why-feature-number{width:2.5rem}}.support-section{max-width:1000px;margin:0 auto;padding:4rem 2rem}.support-header{text-align:left;margin-bottom:2.5rem}.support-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#065f46;background:#ecfdf5;padding:.5rem 1rem;border-radius:100px;margin-bottom:1rem}.support-title{font-size:2.5rem;font-weight:700;color:var(--text);margin:0 0 1rem}.support-subtitle{font-size:1.125rem;color:var(--muted);margin:0;max-width:500px}.support-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.support-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #0000000a;text-align:center;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.support-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-4px);border-color:#065f46}.support-card:hover .support-card-icon{background:#065f46;color:#fff}.support-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ecfdf5;border-radius:14px;margin-bottom:1.25rem;color:#065f46;transition:all .3s ease}.support-card-title{font-size:1.125rem;font-weight:600;color:var(--text);margin:0 0 .5rem}.support-card-desc{font-size:.875rem;color:var(--muted);margin:0 0 1rem;line-height:1.5}.support-card-action{font-size:.875rem;font-weight:600;color:#065f46}.support-faq{background:#f9fafb;border-radius:20px;padding:2.5rem;margin-bottom:2rem}.faq-title{font-size:1.25rem;font-weight:600;color:var(--text);margin:0 0 1.5rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);overflow:hidden;transition:box-shadow .2s ease}.faq-item.active{box-shadow:0 4px 12px #00000014}.faq-question{display:flex;align-items:center;gap:.75rem;font-weight:600;color:var(--text);width:100%;padding:1.25rem 1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:1rem;font-family:inherit;transition:background .2s ease}.faq-question:hover{background:#f9fafb}.faq-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ecfdf5;color:#065f46;border-radius:50%;flex-shrink:0;transition:transform .2s ease}.faq-item.active .faq-icon{background:#065f46;color:#fff}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer-wrapper.open{max-height:200px}.faq-answer{font-size:.9375rem;color:var(--muted);line-height:1.7;margin:0;padding:0 1.5rem 1.25rem 3.75rem}.support-hours-bar{display:flex;justify-content:center}.hours-info{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ecfdf5;border-radius:100px;color:#065f46;font-size:.875rem;font-weight:500}@media (max-width: 768px){.support-cards-grid{grid-template-columns:1fr;gap:1rem}.support-title{font-size:2rem}.support-faq{padding:1.5rem}.faq-answer{padding:0 1rem 1.25rem 2.75rem}}@media (max-width: 480px){.support-section{padding:3rem 1rem}.support-title{font-size:1.75rem}.hours-info{font-size:.8rem;padding:.75rem 1rem}}.products-section-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.products-section-new{max-width:1200px;margin:0 auto;padding:4rem 2rem}.products-header{text-align:left;margin-bottom:2.5rem}.products-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.view-all-link{font-size:1rem;font-weight:600;color:#065f46;text-decoration:none;white-space:nowrap;padding-top:2.5rem;transition:color .2s ease}.view-all-link:hover{color:#047857}.products-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#065f46;background:#ecfdf5;padding:.5rem 1rem;border-radius:100px;margin-bottom:1rem}.products-title{font-size:2.5rem;font-weight:700;color:var(--text);margin:0 0 1rem}.products-subtitle{font-size:1.125rem;color:var(--muted);margin:0;max-width:500px}.products-cta{text-align:center;margin-top:2.5rem}@media (max-width: 900px){.products-grid{grid-template-columns:repeat(2,1fr)}.products-title{font-size:2rem}}@media (max-width: 600px){.products-section-new{padding:3rem 1rem}.products-grid{grid-template-columns:1fr}.products-title{font-size:1.75rem}}.products-intro{text-align:center;font-size:1rem;line-height:1.6;color:var(--muted);max-width:700px;margin:0 auto 1.5rem;flex-shrink:0}.products-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem;flex:1;min-height:0}.product-preview-item{background:var(--card);padding:1.5rem;border-radius:var(--radius);box-shadow:0 4px 12px #0f17240f;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:center}.product-preview-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0f17241f}.product-preview-item h4{font-size:1.25rem;margin:0 0 .75rem;color:var(--text)}.product-preview-item p{color:var(--muted);line-height:1.6;margin:0;font-size:.9375rem}.testimonials-section{max-width:1400px;margin:0 auto;padding:4rem 3rem}.testimonials-header{text-align:left;margin-bottom:2.5rem}.testimonials-title{font-size:2.75rem;font-weight:700;color:var(--text);margin:0 0 1.5rem;line-height:1.2}.testimonials-title span{color:var(--text)}.testimonials-rating-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#f9fafb;border-radius:100px}.rating-score{font-weight:700;color:var(--text)}.rating-stars{display:flex;align-items:center}.rating-text{font-size:.875rem;color:var(--muted)}.testimonials-layout{display:grid;grid-template-columns:220px 1fr;gap:3rem;align-items:start}.testimonials-left{position:sticky;top:120px}.quote-icon{margin-bottom:1.5rem}.testimonials-left-title{font-size:1.75rem;font-weight:600;color:var(--text);line-height:1.3;margin:0 0 2rem}.testimonials-nav{display:flex;align-items:center;gap:1rem}.nav-btn{width:40px;height:40px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text);transition:color .2s ease}.nav-btn:hover{color:#065f46}.nav-line{flex:1;height:2px;background:#e5e7eb;max-width:60px}.testimonials-cards{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:1.5rem}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #0000000a;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.testimonial-text{font-size:.9375rem;line-height:1.7;color:var(--text);margin:0;flex:1}.testimonial-stars{display:flex;gap:.25rem}.testimonial-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column}.author-name{font-size:.875rem;font-weight:600;color:var(--text)}.author-role{font-size:.75rem;color:var(--muted)}@media (max-width: 1024px){.testimonials-layout{grid-template-columns:1fr;gap:2rem}.testimonials-left{position:static;text-align:center}.testimonials-left-title{font-size:1.5rem}.testimonials-nav{justify-content:center}.quote-icon{display:flex;justify-content:center}}@media (max-width: 900px){.testimonials-cards{grid-template-columns:repeat(2,1fr)}.testimonials-title{font-size:2rem}}@media (max-width: 600px){.testimonials-section{padding:3rem 1rem}.testimonials-cards{grid-template-columns:1fr}.testimonials-title{font-size:1.75rem}.testimonials-rating-badge{flex-wrap:wrap;justify-content:center}}@media (max-width: 900px){.benefits-grid{grid-template-columns:repeat(2,1fr)}.why-comparison,.support-options-grid,.hours-grid,.products-preview,.testimonials-grid,.testimonials-stats{grid-template-columns:1fr}}@media (max-width: 600px){.benefits-grid{grid-template-columns:1fr}.stat-value{font-size:2rem}}.products-page{padding:4rem 0}.section-intro{color:var(--muted);font-size:1.125rem;margin-bottom:2rem}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:0 6px 18px #0f17240f;text-decoration:none;color:var(--text);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0f17241f}.product-image-wrapper{width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#f9fafb}.product-image{width:100%;height:100%;object-fit:cover;transform:scale(1.15);transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.2)}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-info h3{margin:0 0 .75rem;font-size:1.25rem;color:var(--text)}.product-description-preview{color:var(--muted);font-size:.9375rem;line-height:1.6;margin:0 0 1rem;flex-grow:1}.product-link{color:var(--accent);font-weight:600;font-size:.9375rem;margin-top:auto}.product-details-page{padding:2rem 0 4rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted);margin-bottom:2rem}.breadcrumb a{color:var(--muted);text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:var(--accent)}.breadcrumb span:last-child{color:var(--text);font-weight:500}.product-details-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch}.product-details-image{background:#f9fafb;border-radius:16px;overflow:hidden}.product-detail-image{width:100%;height:100%;object-fit:cover}.product-details-content{display:flex;flex-direction:column}.product-badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#065f46;background:#ecfdf5;padding:.375rem .75rem;border-radius:100px;width:fit-content;margin-bottom:1rem}.product-details-content h1{font-size:2.25rem;font-weight:700;margin:0 0 1rem;color:var(--text);line-height:1.2}.product-description{font-size:1.0625rem;color:var(--muted);line-height:1.7;margin:0 0 2rem}.product-specs{background:#f9fafb;border-radius:12px;padding:.5rem 0;margin-bottom:2rem}.spec-row{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem}.spec-row:last-child{border-bottom:none}.spec-label{font-size:.9375rem;color:var(--muted);flex-shrink:0;min-width:120px}.spec-value{font-size:.9375rem;font-weight:600;color:var(--text);text-align:right;flex:1}.whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:#25d366;color:#fff;font-size:1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;margin-top:1.5rem;width:100%}.whatsapp-btn:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 8px 20px #25d3664d}.whatsapp-btn svg{flex-shrink:0}.similar-products-section{padding:4rem 0;background:#fff}.similar-products-title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0 0 2rem}.similar-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 900px){.similar-products-grid{grid-template-columns:repeat(2,1fr)}.product-details-container{grid-template-columns:1fr;gap:2rem}.product-details-image{position:static}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 600px){.similar-products-section{padding:3rem 0}.similar-products-grid{grid-template-columns:1fr}.similar-products-title{font-size:1.25rem}.products-grid{grid-template-columns:1fr}.product-details-content h1{font-size:1.75rem}.breadcrumb{font-size:.8125rem}.product-details-container{gap:1.5rem}}
