:root{--clay:#ccb47f;--mid-green:#053e3f;--lime:#c0e66e;--dark:#303333;--text:#555b5b;--text-light:#7a8080;--font-heading:"Sora","Inter",sans-serif;--font-body:"Manrope","Inter",sans-serif}.product-tabs{margin:0 auto;max-width:1200px;padding:clamp(48px,8vw,96px) 24px}.product-tabs .section-header{margin-bottom:48px;text-align:center}.product-tabs .section-badge{background-color:var(--mid-green);border-radius:24px;color:#fff;display:inline-block;font-family:var(--font-heading);font-size:.9rem;font-weight:700;letter-spacing:.05em;margin-bottom:24px;padding:10px 24px;text-transform:uppercase}.product-tabs h2{color:var(--mid-green);font-family:var(--font-heading);font-size:clamp(28px,4vw,40px);font-weight:600;line-height:1.2;margin-bottom:16px}.product-tabs .section-description{color:var(--text-light);font-family:var(--font-body);font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:720px}.product-tabs .tab-nav{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:48px}.product-tabs .tab-button{background-color:#f0f0f0;border:none;border-radius:24px;color:var(--text);cursor:pointer;font-family:var(--font-body);font-size:.95rem;font-weight:500;padding:12px 28px;transition:all .25s ease}.product-tabs .tab-button:hover{background-color:#e5e5e5}.product-tabs .tab-button.active{background-color:var(--clay);color:var(--dark);font-weight:600}.product-tabs .tab-button:focus-visible{outline:2px solid var(--clay);outline-offset:2px}.product-tabs .tab-panels{min-height:400px;position:relative}.product-tabs .tab-panel{display:none;opacity:0;transition:opacity .3s ease}.product-tabs .tab-panel.active{display:block;opacity:1}.product-tabs .tab-content-grid{align-items:center;display:grid;gap:48px;grid-template-columns:45% 1fr}.product-tabs .tab-image img{border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);height:auto;width:100%}.product-tabs .tab-image-placeholder{align-items:center;aspect-ratio:4/3;background:#f5f5f5;border-radius:12px;color:var(--text-light);display:flex;flex-direction:column;justify-content:center}.product-tabs .tab-image-placeholder svg{margin-bottom:12px;opacity:.4}.product-tabs .tab-image-placeholder p{font-family:var(--font-body);font-size:.9rem;margin:0}.product-tabs .tab-content h3{color:var(--mid-green);font-family:var(--font-heading);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;line-height:1.3;margin-bottom:16px}.product-tabs .tab-body{color:var(--text);font-family:var(--font-body);font-size:1rem;line-height:1.7;margin-bottom:24px}.product-tabs .tab-body p{margin-bottom:16px}.product-tabs .tab-body p:last-child{margin-bottom:0}.product-tabs .tab-body ul{list-style:none;margin:16px 0;padding:0}.product-tabs .tab-body ul li{font-size:.95rem;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative}.product-tabs .tab-body ul li:before{background:var(--clay);border-radius:50%;content:"";height:8px;left:0;position:absolute;top:8px;width:8px}.product-tabs .tab-cta{align-items:center;border-bottom:2px solid var(--clay);color:var(--mid-green);display:inline-flex;font-family:var(--font-heading);font-size:.95rem;font-weight:600;padding-bottom:2px;text-decoration:none;transition:border-color .2s ease}.product-tabs .tab-cta:hover{border-color:var(--mid-green)}@media (max-width:991px){.product-tabs .tab-content-grid{gap:32px;grid-template-columns:1fr}.product-tabs .tab-image{order:1}.product-tabs .tab-content{order:2}}@media (max-width:768px){.product-tabs{padding:48px 16px}.product-tabs .section-header{margin-bottom:32px}.product-tabs .tab-nav{gap:8px;margin-bottom:32px}.product-tabs .tab-button{font-size:.85rem;padding:10px 20px}.product-tabs .tab-content-grid{gap:24px}.product-tabs .tab-body{font-size:.95rem}.product-tabs .tab-panels{min-height:auto}}@media (prefers-reduced-motion:reduce){.product-tabs .tab-button,.product-tabs .tab-panel{transition:none}}