.pro-about-page{--green: #113e2a;--orange: #f99015;--dark: #1a1a1a;--gray: #666;--light: #f8f9fa}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:36px;font-weight:700;color:var(--green);margin:0 0 12px}.section-subtitle{font-size:18px;color:var(--gray);margin:0}.about-hero{background:linear-gradient(135deg,var(--green) 0%,#1a5c40 100%);padding:80px 0;color:#fff}.about-hero .about-container{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.hero-badge{display:inline-block;background:#ffffff26;padding:8px 20px;border-radius:30px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.hero-title{font-size:48px;font-weight:800;line-height:1.15;margin:0 0 24px}.hero-subtitle{font-size:18px;line-height:1.7;opacity:.9;margin:0}.hero-image img{width:100%;border-radius:16px;box-shadow:0 20px 60px #0000004d}.hero-placeholder{background:#ffffff1a;border-radius:16px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.hero-placeholder svg{width:80px;height:80px;opacity:.3}.about-story{padding:80px 0;background:#fff}.story-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:start}.story-content .section-title{margin-bottom:24px}.story-text p{font-size:17px;line-height:1.8;color:#444;margin:0 0 20px}.story-text p:last-child{margin-bottom:0}.story-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.stat-card{background:var(--light);border-radius:12px;padding:28px;text-align:center;border:2px solid transparent;transition:all .3s ease}.stat-card:hover{border-color:var(--orange);transform:translateY(-4px)}.stat-number{display:block;font-size:42px;font-weight:800;color:var(--green);line-height:1;margin-bottom:8px}.stat-label{font-size:14px;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:.5px}.about-mission{padding:80px 0;background:var(--light)}.mission-header{text-align:center;margin-bottom:50px}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.value-card{background:#fff;border-radius:16px;padding:35px 30px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.value-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}.value-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--green) 0%,#1a5c40 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.value-icon svg{width:32px;height:32px;stroke:#fff}.value-card h3{font-size:20px;font-weight:700;color:var(--dark);margin:0 0 12px}.value-card p{font-size:15px;line-height:1.7;color:var(--gray);margin:0}.about-customers{padding:80px 0;background:#fff}.customers-header{text-align:center;margin-bottom:50px}.customers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.customer-type{padding:30px;border:2px solid #eee;border-radius:12px;transition:all .3s ease}.customer-type:hover{border-color:var(--green);background:var(--light)}.customer-icon{width:50px;height:50px;background:var(--light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.customer-icon svg{width:26px;height:26px;stroke:var(--green)}.customer-type h3{font-size:18px;font-weight:700;color:var(--dark);margin:0 0 10px}.customer-type p{font-size:14px;line-height:1.7;color:var(--gray);margin:0}.about-accreditations{padding:60px 0;background:var(--light)}.accred-header{text-align:center;margin-bottom:40px}.accred-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.accred-item{display:flex;align-items:center;gap:12px;background:#fff;padding:16px 24px;border-radius:50px;box-shadow:0 2px 8px #0000000d}.accred-badge{width:28px;height:28px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center}.accred-badge svg{width:16px;height:16px;stroke:#fff}.accred-item span{font-size:14px;font-weight:600;color:var(--dark)}.about-cta{padding:80px 0;background:linear-gradient(135deg,var(--green) 0%,#1a5c40 100%);text-align:center;color:#fff}.cta-content h2{font-size:36px;font-weight:700;margin:0 0 16px}.cta-content p{font-size:18px;opacity:.9;margin:0 0 32px}.cta-buttons{display:flex;justify-content:center;gap:16px;margin-bottom:30px}.cta-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:8px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s ease}.cta-btn.primary{background:var(--orange);color:#fff}.cta-btn.primary:hover{background:#e8820a;transform:translateY(-2px)}.cta-btn.primary svg{width:20px;height:20px;transition:transform .2s ease}.cta-btn.primary:hover svg{transform:translate(4px)}.cta-btn.secondary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-btn.secondary:hover{background:#ffffff40}.cta-contact{display:flex;align-items:center;justify-content:center;gap:12px;font-size:15px;opacity:.9}.cta-phone{color:#fff;font-weight:700;font-size:18px;text-decoration:none}.cta-phone:hover{text-decoration:underline}@media(max-width:1024px){.about-hero .about-container{grid-template-columns:1fr;gap:40px}.hero-content{text-align:center}.hero-title{font-size:38px}.hero-image{max-width:500px;margin:0 auto}.story-grid{grid-template-columns:1fr;gap:40px}.values-grid,.customers-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section-title{font-size:28px}.about-hero,.about-story,.about-mission,.about-customers,.about-cta{padding:60px 0}.about-accreditations{padding:50px 0}.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.story-stats{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:32px}.values-grid,.customers-grid{grid-template-columns:1fr;gap:20px}.value-card,.customer-type{padding:25px 20px}.cta-content h2{font-size:28px}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:300px;justify-content:center}.cta-contact{flex-direction:column;gap:8px}}@media(max-width:480px){.hero-title{font-size:28px}.stat-card{padding:20px}.stat-number{font-size:28px}.accred-grid{flex-direction:column;align-items:center}.accred-item{width:100%;max-width:280px;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pro-about-page.css.map */
