.blog-page{width:100%}.blog-banner{align-items:center;background-position:50%;background-size:cover;display:flex;height:500px;justify-content:flex-start;margin-top:70px;position:relative}.banner-overlay{background:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.blog-banner-content{color:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:1400px;padding:0 40px;position:relative;width:100%;z-index:2}.blog-banner-content h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:20px;text-shadow:2px 2px 4px #0000004d;width:100%}.blog-banner-content p{font-size:1.3rem;font-weight:400;line-height:1.6;opacity:.95;width:100%}.blog-section{background:#f8f9fa;padding:80px 0}.container{padding:0 40px}.section-header{margin-bottom:50px}.section-header h2{font-size:2.5rem;margin-bottom:10px}.section-header p{font-size:1.1rem}.blog-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.blog-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s}.blog-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.blog-image{height:220px;overflow:hidden;width:100%}.blog-image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-content{display:flex;flex:1 1;flex-direction:column;padding:25px}.blog-meta{color:#666;display:flex;flex-wrap:wrap;font-size:.85rem;gap:12px;margin-bottom:15px}.blog-category{background:linear-gradient(135deg,#004d99,#ff6b35);border-radius:15px;color:#fff;font-weight:600;padding:4px 12px}.blog-title{color:#1a1a1a;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:12px}.blog-excerpt{color:#555;flex:1 1;line-height:1.6;margin-bottom:20px}.blog-footer{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;padding-top:15px}.blog-author{color:#666;font-size:.9rem}.read-more{align-items:center;color:#004d99;display:flex;font-weight:600;gap:5px;text-decoration:none;transition:color .3s}.read-more:hover{color:#ff6b35}.no-blogs{color:#666;font-size:1.1rem;grid-column:1/-1;padding:40px;text-align:center}.pagination{display:flex;gap:10px;justify-content:center;margin-top:50px}.page-btn{background:#fff;border:1px solid #ddd;border-radius:6px;color:#004d99;cursor:pointer;font-weight:500;padding:10px 18px;transition:all .3s}.page-btn.active,.page-btn:hover:not(.disabled){background:#004d99;border-color:#004d99;color:#fff}.page-btn.disabled{cursor:not-allowed;opacity:.5}.newsletter-section{background:linear-gradient(135deg,#004d99,#06c);color:#fff;padding:80px 0}.newsletter-section .section-header h2{color:#fff}.newsletter-section .section-header p{color:#ffffffe6}.newsletter-form{display:flex;gap:15px;margin:0 auto;max-width:600px}.newsletter-form input{background:#fff;border:2px solid #fff;border-radius:8px;color:#333;flex:1 1;font-size:16px;padding:16px 20px}.newsletter-form input::placeholder{color:#999}.newsletter-form input:focus{box-shadow:0 0 0 3px #ffffff4d;outline:none}.newsletter-form button{background:#ff6b35;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px 32px;transition:all .3s;white-space:nowrap}.newsletter-form button:hover{background:#e55a2b;box-shadow:0 4px 15px #0003;transform:translateY(-2px)}@media (max-width:1200px){.blog-banner-content h1{font-size:3rem}.blog-banner-content p{font-size:1.2rem}}@media (max-width:768px){.blog-banner{height:300px}.blog-banner-content{padding:0 20px}.blog-banner-content h1{font-size:2.2rem;margin-bottom:15px}.blog-banner-content p{font-size:1rem}.blog-section{padding:60px 0}.container{padding:0 20px}.section-header h2{font-size:2rem}.blog-grid{gap:20px;grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}}@media (max-width:480px){.blog-banner{height:280px}.blog-banner-content h1{font-size:1.8rem;margin-bottom:12px}.blog-banner-content p{font-size:.9rem}.section-header h2{font-size:1.5rem}.blog-content{padding:20px}.blog-title{font-size:1.1rem}}.industry-detail{overflow-x:hidden;width:100%}.industry-hero{background:#fff;padding:100px 40px}.hero-container{grid-gap:100px;align-items:center;display:grid;gap:100px;grid-template-columns:1fr 1.2fr;margin:0 auto;max-width:1400px}.hero-left{padding:40px 60px 40px 0;text-align:left}.hero-eyebrow{display:inline-block;font-size:42px;line-height:1.2;margin-bottom:16px}.hero-eyebrow,.hero-title{color:#003057;font-weight:700}.hero-title{font-size:28px;letter-spacing:.5px;line-height:1.3;margin-bottom:8px;text-transform:uppercase}.hero-title:after{background:#ff6b35;content:"";display:block;height:4px;margin-top:20px;width:80px}.hero-description{color:#333;font-size:18px;font-weight:400;line-height:1.7;margin-bottom:40px;margin-top:30px}.hero-btn{background:#06c;border-radius:50px;box-shadow:0 4px 15px #0066cc4d;color:#fff;display:inline-block;font-size:16px;font-weight:600;padding:16px 48px;text-decoration:none;transition:all .3s ease}.hero-btn:hover{background:#0052a3;box-shadow:0 6px 20px #06c6;transform:translateY(-2px)}.hero-right{align-items:center;display:flex;justify-content:center;position:relative}.hero-image{border-radius:12px;box-shadow:0 20px 60px #00000026;height:auto;object-fit:cover;width:100%}.highlights-section{background:#f5f5f5;padding:80px 40px}.highlights-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1400px}.highlight-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:40px 30px;text-align:center;transition:transform .3s ease}.highlight-card:hover{transform:translateY(-5px)}.highlight-logo{height:60px;margin-bottom:20px;object-fit:contain;width:60px}.highlight-text{color:#333;font-size:16px;line-height:1.6}.use-cases-section{background:#fafafa;padding:100px 40px}.use-cases-header{margin-bottom:60px;text-align:left}.use-cases-header .section-eyebrow{color:#666;display:block;font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:16px;padding-bottom:8px;position:relative;text-transform:uppercase}.use-cases-header .section-eyebrow:after{animation:slideInLeft .6s ease-out;background:#ff6b35;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}@keyframes slideInLeft{0%{width:0}to{width:60px}}.use-cases-header .section-title{color:#003057;font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px}.use-cases-header .section-description{color:#333;font-size:18px;line-height:1.7;margin:0}.use-cases-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr)}.use-case-group{background:#f0f0f0;border-radius:12px;display:flex;flex-direction:column;padding:40px}.use-case-group-title{color:#003057;display:block;font-size:24px;font-weight:700;margin-bottom:24px;width:100%}.use-case-accordion{display:flex;flex-direction:column;gap:12px}.accordion-item{background:#fff;border-radius:8px;overflow:hidden}.accordion-header{align-items:center;background:#fff;border:none;color:#003057;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:20px 24px;text-align:left;transition:background .3s ease;width:100%}.accordion-header:hover{background:#f8f9fa}.accordion-icon{align-items:center;border:2px solid #06c;border-radius:50%;color:#06c;display:flex;flex-shrink:0;font-size:20px;font-weight:400;height:28px;justify-content:center;transition:transform .3s ease;width:28px}.accordion-icon.expanded{transform:rotate(45deg)}.accordion-content{animation:slideDown .3s ease;color:#666;line-height:1.7;padding:0 24px 24px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.organizations-section{background:#f5f5f5;padding:100px 40px}.container{margin:0 auto;max-width:1400px}.org-tabs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:40px}.org-tab{background:#fff;border:2px solid #e0e0e0;border-radius:50px;color:#003057;cursor:pointer;font-size:16px;font-weight:600;padding:12px 32px;transition:all .3s ease}.org-tab:hover{border-color:#06c;color:#06c}.org-tab.active{background:#06c;border-color:#06c;color:#fff}.org-tab-content{animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.organizations-section .section-header{margin-bottom:60px;text-align:left}.organizations-section .section-eyebrow{color:#666;display:block;font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:16px;padding-bottom:8px;position:relative;text-transform:uppercase}.organizations-section .section-eyebrow:after{animation:slideInLeft .6s ease-out;background:#ff6b35;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.organizations-section .section-title{color:#003057;font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px}.organizations-section .section-description{color:#333;font-size:18px;line-height:1.7;margin:0;max-width:100%}.organizations-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr)}.organization-card{border:1px solid #e0e0e0;border-radius:8px;padding:20px;text-align:left}.org-logo{color:#06c;height:60px;margin-bottom:20px;object-fit:contain;width:60px}.org-name{color:#003057;font-size:20px;font-weight:700;margin-bottom:12px}.org-description{color:#666;font-size:16px;line-height:1.6}.success-section{background:#fafafa;padding:100px 40px}.success-section .section-header{margin-bottom:60px;text-align:center}.success-section .section-eyebrow{color:#666;display:inline-block;font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:16px;padding-bottom:8px;position:relative;text-transform:uppercase}.success-section .section-eyebrow:after{animation:slideInCenter .6s ease-out;background:#ff6b35;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}@keyframes slideInCenter{0%{width:0}to{width:60px}}.success-section .section-title{color:#003057;font-size:42px;font-weight:700;line-height:1.3;margin-bottom:20px}.success-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.success-card{background:#f8f9fa;border-radius:16px;overflow:hidden;transition:transform .3s ease}.success-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.success-logo{height:50px;margin:30px 30px 20px;object-fit:contain;width:100px}.success-image{height:250px;object-fit:cover;width:100%}.success-title{color:#1a1a1a;font-size:20px;font-weight:600;line-height:1.4;padding:20px 30px}.success-link{color:#06c;display:inline-block;font-weight:600;padding:0 30px 30px;text-decoration:none;transition:color .3s ease}.success-link:hover{color:#0052a3}.resources-section{background:#1a1a1a;color:#fff;padding:100px 40px}.resources-section .section-header{margin-bottom:60px;text-align:center}.resources-section .section-eyebrow{color:#fff;display:inline-block;font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:16px;padding-bottom:8px;position:relative;text-transform:uppercase}.resources-section .section-eyebrow:after{animation:slideInCenter .6s ease-out;background:#ff6b35;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.resources-section .section-title{color:#fff;font-size:42px;font-weight:700;line-height:1.3;margin-bottom:20px}.resources-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:60px}.resource-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:40px;transition:all .3s ease}.resource-card:hover{background:#ffffff14;border-color:#06c}.resource-tag{background:#06c;border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-weight:700;margin-bottom:20px;padding:6px 16px;text-transform:uppercase}.resource-title{color:#fff;font-size:22px;font-weight:600;line-height:1.4;margin-bottom:20px}.resource-cta{align-items:center;color:#06c;display:inline-flex;font-weight:600;gap:8px;text-decoration:none;transition:gap .3s ease}.resource-cta:hover{gap:12px}.resource-cta:after{content:"→"}.resources-footer{text-align:center}.resources-btn{background:#0000;border:2px solid #fff;border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:16px 40px;text-decoration:none;transition:all .3s ease}.resources-btn:hover{background:#fff;color:#1a1a1a}.loading,.not-found{color:#666;font-size:24px;padding:100px 20px;text-align:center}@media (max-width:1200px){.hero-container{gap:60px}.hero-left{padding:20px 40px 20px 0}.hero-eyebrow{font-size:36px}.hero-title{font-size:24px}.use-cases-container{gap:60px;grid-template-columns:350px 1fr}}@media (max-width:992px){.organizations-grid{gap:30px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.industry-hero{padding:60px 20px}.hero-container{gap:40px;grid-template-columns:1fr;padding-top:40px}.hero-left{padding:0}.hero-eyebrow{font-size:24px}.hero-title{font-size:16px}.hero-btn,.hero-description{font-size:14px}.hero-btn{padding:12px 32px}.highlight-text{font-size:14px}.use-cases-section{padding:60px 20px}.use-cases-header .section-eyebrow{font-size:11px}.use-cases-header .section-title{font-size:28px}.use-cases-header .section-description{font-size:15px}.use-cases-grid{gap:30px;grid-template-columns:1fr}.use-case-group{padding:30px 20px}.use-case-group-title{font-size:20px}.accordion-header{font-size:14px;padding:16px 20px}.accordion-content{font-size:14px}.highlights-section,.organizations-section,.resources-section,.success-section{padding:60px 20px}.organizations-section .section-eyebrow,.resources-section .section-eyebrow,.section-eyebrow,.success-section .section-eyebrow{font-size:11px}.organizations-section .section-title,.resources-section .section-title,.section-title,.success-section .section-title{font-size:28px}.organizations-section .section-description,.section-description{font-size:15px}.org-name{font-size:16px}.org-description{font-size:13px}.resource-title,.success-title{font-size:18px}.resource-tag{font-size:10px}.resources-grid,.success-grid{gap:30px;grid-template-columns:1fr}.organizations-grid{gap:20px;grid-template-columns:1fr}.org-tabs{flex-wrap:nowrap;gap:8px;justify-content:flex-start;overflow-x:auto;padding-bottom:8px}.org-tab{font-size:14px;padding:10px 24px;white-space:nowrap}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.specializations{background:#fff;padding:80px 0}.specializations .container{margin:0 auto;max-width:1400px;padding:0 40px}.section-header{margin-bottom:60px;text-align:center}.section-header h2{color:#2c3e50;font-size:2.8rem;font-weight:700;margin-bottom:15px}.section-header p{color:#64748b;font-size:1.2rem;margin-bottom:40px}.section-divider{align-items:center;display:flex;gap:20px;justify-content:center}.divider-line{background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:1px;height:2px;width:60px}.divider-dots{display:flex;gap:8px}.dot{animation:pulse 2s infinite;background:#3498db;border-radius:50%;height:8px;width:8px}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}.dot:nth-child(4){animation-delay:.6s}.dot:nth-child(5){animation-delay:.8s}.specializations-list{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(800px,1fr))}.specialization-item{align-items:stretch;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 32px #00000014;display:flex;flex-direction:row;height:auto;min-height:450px;overflow:hidden;position:relative;transition:all .4s ease}.specialization-item:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.spec-image{border-radius:16px;flex-shrink:0;height:100%;min-height:450px;overflow:hidden;width:50%}.spec-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.specialization-item:hover .spec-image img{transform:scale(1.05)}.spec-content{background:#fff;display:flex;flex:1 1;flex-direction:column;height:auto;min-height:450px;padding:25px;width:50%}.spec-category{align-self:flex-start;background:#e3f2fd;border-radius:12px;color:#1976d2;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin-bottom:12px;padding:4px 12px;text-transform:uppercase}.spec-header{margin-bottom:20px}.spec-header h3{color:#1a1a1a;font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:8px}.spec-header p{color:#666;font-size:.85rem;line-height:1.4;margin-bottom:0}.spec-content-detail{background:#f8fafc;border-left:3px solid #3498db;border-radius:8px;color:#555;font-size:.8rem;line-height:1.6;margin:15px 0;padding:15px}.spec-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.spec-tag{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:12px;color:#555;font-size:.65rem;font-weight:500;padding:4px 10px}.spec-sections{flex:1 1;margin-bottom:20px}.spec-sections h4{color:#1a1a1a;font-size:.9rem;font-weight:600;margin-bottom:12px}.sections-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.section-item{background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;padding:8px 12px;transition:all .2s ease}.section-item:hover{background:#f0f0f0;border-color:#d0d0d0}.section-title{margin-bottom:6px}.section-item h5{color:#333;font-size:.75rem;font-weight:600;line-height:1.2;margin:0}.section-description{margin-left:0}.section-description,.section-description p{word-wrap:break-word;overflow-wrap:break-word}.section-description p{color:#666;font-size:.7rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.5;margin:0;text-align:left}.spec-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.spec-stat{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;flex:1 1;min-width:80px;padding:8px 12px;text-align:center}.stat-number{display:block;font-size:1.1rem;font-weight:700;margin-bottom:2px}.spec-stat span{font-size:.7rem}.spec-footer{border-top:1px solid #f0f0f0;margin-top:auto;padding-top:15px}.stat-text{color:#888;display:block;font-size:.7rem;font-weight:500;text-align:center}@media (min-width:769px){.spec-category-overlay{display:none!important}.spec-category-normal{display:inline-block!important}}@media (max-width:768px){.specializations .container{padding:0 20px}.specializations-list{gap:30px;grid-template-columns:1fr}.specialization-item{flex-direction:column;height:auto;min-height:auto}.spec-image{border-radius:16px;height:200px;min-height:200px;width:100%}.spec-content{height:auto;min-height:auto;padding:20px;width:100%}.section-header h2{font-size:2.2rem}.section-item{flex-direction:column;gap:8px;text-align:center}.section-icon,.section-image{align-self:center}.spec-category-overlay{display:block!important}.spec-category-normal{display:none!important}}@media (max-width:480px){.specializations{padding:60px 0}.section-header{margin-bottom:40px}.section-header h2{font-size:1.8rem}.spec-content{padding:15px}}.products-specializations{background:#fff;padding:80px 0}.products-specializations .container{margin:0 auto;max-width:1400px;padding:0 40px}.products-section-header{margin-bottom:60px;text-align:left}.products-section-header h2{color:#2c3e50;font-size:2.8rem;font-weight:700;margin-bottom:15px;text-align:left}.products-section-header p{color:#64748b;font-size:1.2rem;margin-bottom:40px;text-align:left}.products-section-divider{align-items:center;display:flex;gap:20px;justify-content:flex-start}.products-divider-line{background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:1px;height:2px;width:60px}.products-divider-dots{display:flex;gap:8px}.products-dot{animation:pulse 2s infinite;background:#3498db;border-radius:50%;height:8px;width:8px}.products-dot:nth-child(2){animation-delay:.2s}.products-dot:nth-child(3){animation-delay:.4s}.products-dot:nth-child(4){animation-delay:.6s}.products-dot:nth-child(5){animation-delay:.8s}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.contact-banner{align-items:center;background:url(https://images.unsplash.com/photo-1497366216548-37526070297c?w=1200&h=400&fit=crop);background-position:top;background-size:cover;color:#fff;display:flex;height:500px;justify-content:flex-start;margin-top:70px;position:relative;text-align:left}.banner-overlay{display:none}.banner-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;height:100%;margin:0 auto;max-width:1400px;padding:0 40px;position:relative;z-index:2}.banner-left{text-align:left}.banner-content h1{font-size:3.5rem;font-weight:800;margin-bottom:20px;text-align:left;text-shadow:2px 2px 4px #0000004d}.banner-content p{font-size:1.3rem;font-weight:400;line-height:1.6;opacity:.95;text-align:left}.contact-section{background:linear-gradient(135deg,#004d99cc,#0073e6cc 50%,#ffb366cc),url(https://images.unsplash.com/photo-1497366216548-37526070297c?w=1200&h=400&fit=crop);background-position:50%;background-size:cover;padding:60px 0}.contact-container{align-items:center;display:flex;gap:40px;margin:0 auto;max-width:1400px;padding:0 40px}.contact-image{flex:0 0 300px}.contact-image img{border-radius:12px;box-shadow:0 8px 32px #0003;height:200px;object-fit:cover;width:100%}.contact-text{flex:1 1}.contact-text h2{color:#fff;font-size:32px;font-weight:700;margin-bottom:12px}.contact-text p{color:#ffffffe6;font-size:16px;line-height:1.5}.contact-btn{align-items:center;background:#004d99;background:var(--workday-blue,#004d99);border-radius:8px;box-shadow:0 4px 16px #0000001a;color:#fff;display:inline-flex;font-size:16px;font-weight:600;gap:10px;padding:14px 28px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.contact-btn:hover{background:#036;background:var(--workday-dark-blue,#036);box-shadow:0 8px 24px #0003;transform:translateY(-2px)}.products-specializations-list{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(800px,1fr))}.products-specialization-item{align-items:stretch;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 32px #00000014;display:flex;flex-direction:row;height:auto;min-height:450px;overflow:hidden;position:relative;transition:all .4s ease}.products-specialization-item:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.products-spec-image{border-radius:16px;flex-shrink:0;height:100%;min-height:450px;overflow:hidden;width:50%}.products-spec-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.products-specialization-item:hover .products-spec-image img{transform:scale(1.05)}.products-spec-content{background:#fff;display:flex;flex:1 1;flex-direction:column;height:auto;min-height:450px;padding:25px;width:50%}.products-spec-category{align-self:flex-start;background:#e3f2fd;border-radius:12px;color:#1976d2;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin-bottom:0;padding:4px 12px;text-transform:uppercase}.products-spec-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.products-spec-header h3{color:#1a1a1a;flex:1 1;font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:0}.products-spec-header p{color:#666;font-size:.85rem;line-height:1.4;margin-bottom:0}.products-spec-content-detail{background:#f8fafc;border-left:3px solid #3498db;border-radius:8px;color:#555;font-size:.8rem;line-height:1.6;margin:15px 0;padding:15px}.products-spec-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.products-spec-tag{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:12px;color:#555;font-size:.65rem;font-weight:500;padding:4px 10px}.products-spec-sections{flex:1 1;margin-bottom:20px}.products-spec-sections h4{color:#1a1a1a;font-size:.9rem;font-weight:600;margin-bottom:12px}.products-sections-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.products-section-item{background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;padding:8px 12px;transition:all .2s ease}.products-section-item:hover{background:#f0f0f0;border-color:#d0d0d0}.products-section-item h5{color:#333;font-size:.75rem;font-weight:600;line-height:1.2;margin:0 0 6px}.products-section-description,.products-section-description p{word-wrap:break-word;overflow-wrap:break-word}.products-section-description p{color:#666;font-size:.7rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.4;margin:0;text-align:left}.products-spec-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.products-spec-stat{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;flex:1 1;min-width:80px;padding:8px 12px;text-align:center}.products-stat-number{display:block;font-size:1.1rem;font-weight:700;margin-bottom:2px}.products-spec-stat span{font-size:.7rem}.products-spec-footer{border-top:1px solid #f0f0f0;margin-top:auto;padding-top:15px}.products-stat-text{color:#888;display:block;font-size:.7rem;font-weight:500;text-align:center}@media (max-width:768px){.contact-banner{height:350px;margin-top:70px}.banner-content{grid-template-columns:1fr;padding:0 20px;text-align:center}.banner-content h1{font-size:2.5rem}.banner-content p{font-size:1.1rem}.contact-container{flex-direction:column;gap:30px;padding:0 20px;text-align:center}.contact-image{flex:none}.contact-text h2{font-size:24px}.products-specializations .container{padding:0 20px}.products-specializations-list{gap:30px;grid-template-columns:1fr}.products-specialization-item{flex-direction:column;height:auto;min-height:auto}.products-spec-image{border-radius:16px;height:200px;min-height:200px;width:100%}.products-spec-content{height:auto;min-height:auto;padding:20px;width:100%}.products-section-header h2{font-size:2.2rem}.products-section-item{flex-direction:column;gap:8px;text-align:center}.products-section-icon,.products-section-image{align-self:center}.products-spec-category-overlay{display:block!important}.products-spec-category-normal{display:none!important}}@media (max-width:480px){.contact-banner{height:300px;margin-top:70px}.banner-content{padding:0 15px}.banner-content h1{font-size:2rem}.banner-content p{font-size:1rem}.products-specializations{padding:60px 0}.products-section-header{margin-bottom:40px}.products-section-header h2{font-size:1.8rem}.products-spec-content{padding:15px}}@media (min-width:769px){.products-spec-category-overlay{display:none!important}.products-spec-category-normal{display:inline-block!important}}
/*# sourceMappingURL=main.4923725c.css.map*/