:root{--primary:#487548;--primary-hover:#355835;--primary-light:#f2f7f2;--primary-glow:#4875481f;--primary-gradient:linear-gradient(135deg, #487548 0%, #2f4f2f 100%);--wood-accent:#a27b5c;--wood-hover:#8f6a4e;--wood-light:#f7f3ef;--cream:#faf7f2;--beige:#f4eee1;--bg-main:#fff;--bg-alt:#fafbfa;--bg-card:#fff;--bg-navbar:#fffffff0;--text-main:#1f2721;--text-muted:#566459;--text-light:#89988d;--border-color:#e5ebe5;--border-light:#f0f4f0;--shadow-sm:0 4px 20px #00000008;--shadow-md:0 10px 35px #4875480f;--shadow-lg:0 20px 50px #19231914;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--font-family:"Plus Jakarta Sans", "Inter", -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit;border:none;outline:none}button{cursor:pointer;transition:var(--transition);background:0 0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.section-padding{padding:7.5rem 0}.alt-bg{background-color:var(--bg-alt)}.text-center{text-align:center}.section-label{letter-spacing:2px;color:var(--wood-accent);text-transform:uppercase;margin-bottom:.8rem;font-size:.8rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.5px;color:var(--text-main);margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.25}.section-desc{color:var(--text-muted);max-width:650px;margin:0 auto;font-size:1.1rem}.section-header{margin-bottom:4.5rem}.btn{border-radius:var(--radius-sm);transition:var(--transition);justify-content:center;align-items:center;gap:.6rem;padding:.8rem 1.8rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 15px var(--primary-glow)}.btn-primary:hover{box-shadow:0 8px 25px var(--primary-glow);background:var(--primary-hover);transform:translateY(-2px)}.btn-secondary{background:var(--wood-light);color:var(--wood-accent);border:1px solid #a27b5c33}.btn-secondary:hover{background:var(--wood-accent);color:#fff;transform:translateY(-2px)}.btn-lg{padding:1rem 2.2rem;font-size:1rem}.btn-block{width:100%}.navbar-header{z-index:1000;background:var(--bg-navbar);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border-color);width:100%;transition:var(--transition);position:fixed;top:0;left:0}.navbar-header.scrolled{box-shadow:var(--shadow-sm);padding:.2rem 0}.nav-container{justify-content:space-between;align-items:center;height:80px;display:flex}.nav-logo{align-items:center;gap:.8rem;display:flex}.logo-wrapper{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.brand-logo-img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.logo-text-group{flex-direction:column;display:flex}.brand-name{letter-spacing:-.5px;color:var(--primary);font-size:1.15rem;font-weight:800;line-height:1.1}.brand-accent{color:var(--wood-accent)}.brand-tagline{letter-spacing:1px;color:var(--text-light);margin-top:.1rem;font-size:.65rem;font-weight:700}.nav-list{align-items:center;gap:2.2rem;display:flex}.nav-link{color:var(--text-muted);padding:.5rem 0;font-size:.92rem;font-weight:600;position:relative}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-actions-wrapper{align-items:center;gap:1.2rem;display:flex}.lang-switcher{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-alt);align-items:center;gap:.2rem;padding:.25rem .5rem;display:flex}.lang-btn{color:var(--text-light);border-radius:4px;padding:.2rem .4rem;font-size:.8rem;font-weight:700}.lang-btn.active{background:var(--primary);color:#fff}.btn-nav-cta{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 12px var(--primary-glow);padding:.65rem 1.4rem;font-size:.88rem}.btn-nav-cta:hover{background:var(--primary-hover);transform:translateY(-1px)}.hamburger-btn{z-index:1100;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:none}.hamburger-btn span{background:var(--text-main);width:100%;height:2px;transition:var(--transition);border-radius:1px}.hamburger-btn.open span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger-btn.open span:nth-child(2){opacity:0}.hamburger-btn.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.hero-section{background:linear-gradient(#f7faf7 0%,#fff 100%);align-items:center;min-height:calc(100vh - 80px);padding-top:130px;padding-bottom:7rem;display:flex;position:relative;overflow:hidden}.hero-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.hero-badge{background:var(--primary-light);border-radius:var(--radius-full);color:var(--primary);border:1px solid #48754826;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.45rem 1.1rem;font-size:.82rem;font-weight:700;display:inline-flex}.badge-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.2rem;font-weight:800;line-height:1.15}.text-highlight{color:var(--primary)}.hero-desc{color:var(--text-muted);max-width:540px;margin-bottom:2.5rem;font-size:1.12rem}.hero-cta-group{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-bottom:3.5rem;display:flex}.hero-trust-bar{border-top:1px solid var(--border-color);align-items:center;gap:1.5rem;padding-top:1.8rem;display:flex}.trust-item{color:var(--text-muted);align-items:center;gap:.6rem;font-size:.8rem;font-weight:700;display:flex}.trust-item i{color:var(--primary);font-size:1rem}.trust-divider{background-color:var(--border-color);width:1px;height:16px}.hero-visual-card{width:100%;position:relative}.visual-image-wrapper{border-radius:var(--radius-lg);width:100%;height:480px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.hero-visual-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform 6s}.hero-visual-card:hover .hero-visual-img{transform:scale(1.05)}.visual-gradient-overlay{background:linear-gradient(#19231900 60%,#19231966 100%);position:absolute;inset:0}.hero-stat-floating{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);background:#fff;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:absolute;bottom:-20px;left:-20px}.stat-icon-box{border-radius:var(--radius-sm);background:var(--primary-light);width:44px;height:44px;color:var(--primary);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.stat-meta{flex-direction:column;display:flex}.stat-val{color:var(--text-main);font-size:1.25rem;font-weight:800;line-height:1.2}.stat-lbl{color:var(--text-light);font-size:.72rem;font-weight:700}.stats-overview-section{background:var(--cream);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:3.5rem 0}.stats-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.stat-box{text-align:center;flex:220px;max-width:260px}.stat-number{color:var(--primary);letter-spacing:-1px;font-size:2.8rem;font-weight:800}.stat-plus,.stat-percent{color:var(--wood-accent);font-size:1.8rem;font-weight:800}.stat-title{color:var(--text-main);margin:.3rem 0;font-size:.95rem;font-weight:700}.stat-sub{color:var(--text-muted);font-size:.78rem}.about-wrapper{grid-template-columns:1.2fr .8fr;align-items:center;gap:5rem;display:grid}.about-lead-text{color:var(--primary);margin-bottom:1.2rem;font-size:1.2rem;font-weight:600}.about-body-text{color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem}.about-right{flex-direction:column;justify-content:center;display:flex}.about-pillars-grid{flex-direction:column;gap:2rem;display:flex}.pillar-card{flex-direction:column;gap:.5rem;display:flex}.pillar-icon{border-radius:var(--radius-sm);background:var(--wood-light);width:42px;height:42px;color:var(--wood-accent);justify-content:center;align-items:center;margin-bottom:.3rem;font-size:1.1rem;display:flex}.pillar-card h4{font-size:1.05rem;font-weight:700}.pillar-card p{color:var(--text-muted);font-size:.88rem;line-height:1.5}.about-image-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.about-img{-o-object-fit:cover;object-fit:cover;width:100%;height:520px}.about-badge-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fffffff2;padding:1.2rem 1.8rem;position:absolute;bottom:2rem;left:2rem;right:2rem}.overlay-title{color:var(--text-main);font-size:1rem;font-weight:800;display:block}.overlay-desc{color:var(--text-light);font-size:.8rem;font-weight:700}.products-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.product-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:var(--shadow-sm);overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-6px)}.product-img-holder{height:320px;position:relative;overflow:hidden}.product-img-holder img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform 4s}.product-card:hover .product-img-holder img{transform:scale(1.05)}.product-badge{background:var(--wood-accent);color:#fff;border-radius:var(--radius-full);padding:.35rem .9rem;font-size:.75rem;font-weight:700;position:absolute;top:1.2rem;right:1.2rem}.product-body{padding:2.2rem}.product-title{margin-bottom:.6rem;font-size:1.4rem;font-weight:800}.product-desc{color:var(--text-muted);height:70px;margin-bottom:1.5rem;font-size:.92rem;overflow:hidden}.product-specs{border-top:1px solid var(--border-light);grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:1.8rem;padding-top:1.2rem;display:grid}.product-specs li{color:var(--text-main);align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.product-specs li i{color:var(--primary)}.btn-product-inquire{color:var(--primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:inline-flex}.btn-product-inquire:hover{gap:.8rem}.services-grid-3{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.service-box{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition);box-shadow:var(--shadow-sm);padding:2.5rem}.service-box:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-5px)}.service-icon{border-radius:var(--radius-sm);background:var(--primary-light);width:52px;height:52px;color:var(--primary);justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.4rem;display:flex}.service-box h3{margin-bottom:.8rem;font-size:1.2rem;font-weight:800}.service-box p{color:var(--text-muted);font-size:.88rem}.projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.project-card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);overflow:hidden}.project-img-wrapper{height:230px;overflow:hidden}.project-img-wrapper img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform 4s}.project-card:hover .project-img-wrapper img{transform:scale(1.05)}.project-info{padding:1.5rem}.project-category{text-transform:uppercase;color:var(--wood-accent);letter-spacing:.5px;font-size:.72rem;font-weight:800}.project-name{margin:.2rem 0 .5rem;font-size:1.15rem;font-weight:800}.project-meta{color:var(--text-muted);font-size:.82rem}.faq-wrapper{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);transition:var(--transition);overflow:hidden}.faq-question{cursor:pointer;color:var(--text-main);justify-content:space-between;align-items:center;padding:1.4rem 1.8rem;font-size:1.05rem;font-weight:700;display:flex}.faq-question i{color:var(--wood-accent);transition:transform .3s}.faq-answer{max-height:0;color:var(--text-muted);padding:0 1.8rem;font-size:.95rem;transition:max-height .3s ease-out,padding .3s ease-out;overflow:hidden}.faq-item.active{border-color:var(--primary)}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-item.active .faq-answer{max-height:200px;padding-bottom:1.4rem}.contact-card-main{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.contact-left{background:var(--primary-gradient);color:#fff;flex-direction:column;justify-content:space-between;padding:4.5rem 3.5rem;display:flex}.section-label-light{letter-spacing:2px;color:var(--beige);margin-bottom:.8rem;font-size:.8rem;font-weight:700;display:inline-block}.contact-title{margin-bottom:1rem;font-size:2.2rem;font-weight:800;line-height:1.2}.contact-desc{color:var(--primary-light);opacity:.9;margin-bottom:3.5rem;font-size:1rem}.contact-details-list{flex-direction:column;gap:1.8rem;display:flex}.detail-item{align-items:flex-start;gap:1.2rem;display:flex}.detail-item i{color:var(--beige);margin-top:.3rem;font-size:1.25rem}.detail-item h5{color:#fff;margin-bottom:.2rem;font-size:.95rem;font-weight:700}.detail-item p{opacity:.85;font-size:.88rem}.contact-right{background:var(--bg-card);padding:4.5rem 3.5rem}.form-title{margin-bottom:1.8rem;font-size:1.6rem;font-weight:800}.corporate-form .form-group{margin-bottom:1.4rem}.corporate-form label{color:var(--text-main);margin-bottom:.4rem;font-size:.85rem;font-weight:700;display:block}.corporate-form input,.corporate-form select,.corporate-form textarea{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--bg-alt);width:100%;color:var(--text-main);transition:var(--transition);padding:.8rem 1.1rem;font-family:inherit}.corporate-form input:focus,.corporate-form select:focus,.corporate-form textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #48754814}.site-footer{background:var(--cream);border-top:1px solid var(--border-color);padding-top:5rem}.footer-container{grid-template-columns:1.4fr .8fr .8fr 1fr;gap:3rem;padding-bottom:4rem;display:grid}.footer-logo{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.footer-logo img{height:38px}.footer-desc{color:var(--text-muted);max-width:320px;margin-bottom:1.5rem;font-size:.88rem}.footer-socials{gap:.8rem;display:flex}.footer-socials a{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-main);box-shadow:var(--shadow-sm);background:#fff;justify-content:center;align-items:center;display:flex}.footer-socials a:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.footer-heading{color:var(--text-main);margin-bottom:1.4rem;font-size:1rem;font-weight:800}.footer-links{flex-direction:column;gap:.8rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.88rem}.footer-links a:hover{color:var(--primary);padding-left:4px}.footer-newsletter-text{color:var(--text-muted);font-size:.88rem}.footer-bottom{border-top:1px solid var(--border-color);color:var(--text-light);padding:1.5rem 0;font-size:.82rem;font-weight:600}.toast-container{z-index:3000;flex-direction:column;gap:.8rem;display:flex;position:fixed;bottom:24px;right:24px}.toast{border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);border-left:4px solid var(--primary);transition:var(--transition);background:#fff;align-items:center;gap:.8rem;padding:.9rem 1.4rem;font-size:.88rem;font-weight:700;animation:.4s cubic-bezier(.4,0,.2,1) toastIn;display:flex}.toast.success{border-left-color:var(--primary)}.toast.error{border-left-color:#ef4444}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes toastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.nav-list{display:none}.hamburger-btn{display:flex}.nav-menu{width:100%;height:calc(100vh - 80px);transition:var(--transition);box-shadow:var(--shadow-md);border-top:1px solid var(--border-color);background:#fff;padding:3rem 2rem;position:fixed;top:80px;left:-100%;overflow-y:auto}.nav-menu.active{left:0}.nav-list{flex-direction:column;align-items:flex-start;gap:1.8rem;display:flex}.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-desc{margin:0 auto 2.5rem}.hero-cta-group{justify-content:center}.hero-trust-bar{flex-wrap:wrap;justify-content:center}.hero-visual-card{max-width:500px;margin:0 auto}.stats-grid{gap:2.5rem}.about-wrapper{grid-template-columns:1fr;gap:3rem}.about-image-card{max-width:550px;margin:0 auto}.products-grid{grid-template-columns:1fr;max-width:550px;margin:0 auto}.services-grid-3,.projects-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.contact-left{padding:3.5rem 2rem}.footer-container{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.brand-name{font-size:.95rem}.brand-tagline{letter-spacing:.5px;font-size:.52rem}.logo-wrapper{width:40px;height:40px}.stats-grid{gap:2rem}.footer-container{grid-template-columns:1fr}.hero-title{font-size:2.3rem}.section-title{font-size:1.8rem}.about-pillars-grid{grid-template-columns:1fr}}.desktop-only-auth{align-items:center;gap:1rem;display:flex}.mobile-only-auth{display:none}@media (width<=992px){.desktop-only-auth{display:none!important}.mobile-only-auth{border-top:1px solid var(--border-color);width:100%;margin-top:1.5rem;padding-top:1.5rem;display:block!important}.mobile-only-auth a{padding:.8rem 0;font-size:1.1rem;display:block}}.product-spec-heading{margin-bottom:.5rem;font-size:.85rem;font-weight:700}.gallery-card{box-shadow:none!important;border:none!important}.gallery-img-wrapper{border-radius:var(--radius-md);overflow:hidden}.footer-cert-text{color:var(--text-muted);margin-bottom:1rem;font-size:.88rem;line-height:1.5}.footer-cert-badges{gap:.5rem;display:flex}.footer-badge{border-radius:var(--radius-sm);border:1px solid var(--border-color);padding:.3rem .6rem;font-size:.7rem;font-weight:800}.footer-badge-svlk{background:var(--primary-light);color:var(--primary)}.footer-badge-vlegal{background:var(--wood-light);color:var(--wood-accent)}.advantages-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.export-locations{flex-direction:column;gap:.8rem;margin-top:2rem;display:flex}.export-loc-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:1rem;padding:.8rem 1.2rem;display:flex}.export-loc-item:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.export-loc-item.domestic{border-left:3px solid var(--primary)}.export-loc-icon{background:var(--wood-light);width:36px;height:36px;color:var(--wood-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;display:flex}.export-loc-item.domestic .export-loc-icon{background:var(--primary-light);color:var(--primary)}.export-loc-name{color:var(--text-main);font-size:.9rem;font-weight:700;display:block}.export-loc-desc{color:var(--text-muted);margin-top:.15rem;font-size:.78rem;display:block}.export-map-card{border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#fff;padding:1.5rem;overflow:hidden}.process-timeline{grid-template-columns:repeat(6,1fr);gap:1rem;padding-top:1.5rem;display:grid;position:relative}.process-step{text-align:center;flex-direction:column;align-items:center;padding:0 .5rem;display:flex;position:relative}.step-header{justify-content:center;align-items:center;width:100%;margin-bottom:1.25rem;display:flex;position:relative}.step-number{background:var(--primary-gradient);color:#fff;z-index:2;width:52px;height:52px;box-shadow:0 4px 18px var(--primary-glow);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex;position:relative}.step-connector{background:linear-gradient(90deg, var(--primary-light) 0%, var(--primary) 100%);z-index:1;opacity:.35;width:calc(100% + 1rem - 56px);height:3px;position:absolute;top:26px;left:calc(50% + 28px)}.process-step:last-child .step-connector{display:none}.step-card{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;min-height:230px;box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;flex:1;align-items:center;padding:1.5rem 1rem;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),border-color .3s;display:flex}.process-step:hover .step-card{border-color:var(--primary-light);transform:translateY(-8px);box-shadow:0 14px 32px #00000014}.step-icon{background:var(--cream);width:48px;height:48px;color:var(--primary);border:2px solid var(--primary-light);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.15rem;display:flex}.step-card h4{color:var(--primary);margin-bottom:.65rem;font-size:.95rem;font-weight:700;line-height:1.35}.step-card p{color:var(--text-muted);font-size:.81rem;line-height:1.55}@media (width<=1200px){.process-timeline{grid-template-columns:repeat(3,1fr);gap:2rem 1rem}.process-step:nth-child(3) .step-connector,.process-step:nth-child(6) .step-connector{display:none}}@media (width<=768px){.process-timeline{grid-template-columns:repeat(2,1fr);gap:1.5rem .75rem}.process-step .step-connector{display:none}.step-card{min-height:210px;padding:1.25rem .75rem}}@media (width<=480px){.process-timeline{grid-template-columns:1fr;gap:1.5rem;max-width:320px;margin:0 auto}.step-header{margin-bottom:.8rem}.step-connector{display:none}}.highlights-section{background:var(--bg-main)}.highlights-grid{grid-template-columns:repeat(4,1fr);gap:1.8rem;display:grid}.highlight-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition);text-align:center;padding:2rem;position:relative;overflow:hidden}.highlight-card:before{content:"";background:var(--primary-gradient);opacity:0;height:3px;transition:var(--transition);position:absolute;top:0;left:0;right:0}.highlight-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.highlight-card:hover:before{opacity:1}.highlight-icon{border-radius:var(--radius-sm);background:var(--primary-light);width:52px;height:52px;color:var(--primary);justify-content:center;align-items:center;margin:0 auto 1.2rem;font-size:1.3rem;display:flex}.highlight-card h4{color:var(--text-main);margin-bottom:.5rem;font-size:.95rem;font-weight:800}.highlight-card p{color:var(--text-muted);font-size:.82rem;line-height:1.55}@media (width<=1024px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.highlights-grid{grid-template-columns:1fr}}.certifications-section{background:var(--bg-alt)}.cert-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.cert-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);text-align:center;transition:var(--transition);box-shadow:var(--shadow-sm);padding:2.8rem 2.2rem}.cert-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.cert-badge{background:var(--primary-light);width:72px;height:72px;color:var(--primary);letter-spacing:.5px;border:2px solid #48754826;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:.85rem;font-weight:900;display:inline-flex}.cert-badge.vlegal{background:var(--wood-light);color:var(--wood-accent);border-color:#a27b5c33}.cert-badge.phpl{background:var(--cream);color:var(--primary);border-color:#4875481a}.cert-card h4{color:var(--text-main);margin-bottom:.8rem;font-size:1.05rem;font-weight:800}.cert-card p{color:var(--text-muted);margin-bottom:1.2rem;font-size:.88rem;line-height:1.55}.cert-number{background:var(--bg-alt);color:var(--text-light);border-radius:var(--radius-full);border:1px solid var(--border-color);padding:.35rem .9rem;font-size:.75rem;font-weight:800;display:inline-block}@media (width<=768px){.cert-grid{grid-template-columns:1fr}}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}
