*{margin:0;padding:0;box-sizing:border-box;}:root{--primary-color:#181b31;--secondary-color:#3b82f6;--accent-color:#06b6d4;--text-dark:#1f2937;--text-light:#6b7280;--text-muted:#9ca3af;--bg-light:#f8fafc;--bg-white:#ffffff;--bg-dark:#0f172a;--bg-gray:#f1f5f9;--border-color:#e5e7eb;--success-color:#10b981;--warning-color:#f59e0b;--gradient-primary:linear-gradient(135deg,#181b31 0%,#3b82f6 100%);--gradient-secondary:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);--gradient-dark:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1);}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white);}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;}h1{font-size:3rem;}h2{font-size:2.5rem;}h3{font-size:2rem;}h4{font-size:1.5rem;}h5{font-size:1.25rem;}h6{font-size:1rem;}p{margin-bottom:1rem;}.container{max-width:1200px;margin:0 auto;padding:0 1rem;}.container-fluid{max-width:100%;padding:0 1rem;}img{max-width:100%;height:auto;}.header{background:var(--bg-white);box-shadow:var(--shadow-sm);position:fixed;top:0;left:0;right:0;z-index:1000;transition:all 0.3s ease;}.header.scrolled{box-shadow:var(--shadow-md);backdrop-filter:blur(10px);background:rgba(255,255,255,0.95);}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;}.logo{font-size:1.5rem;font-weight:800;color:var(--primary-color);text-decoration:none;display:flex;align-items:center;transition:all 0.3s ease;}.logo:hover{transform:translateY(-1px);}.logo-img{height:78px;width:auto;transition:all 0.3s ease;}@media (max-width:768px){.logo-img{height:57px;}}.nav-menu{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0;}.nav-link{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:0.95rem;padding:0.5rem 0;position:relative;transition:all 0.3s ease;}.nav-link:hover,.nav-link.active{color:var(--primary-color);}.nav-link::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width 0.3s ease;}.nav-link:hover::after,.nav-link.active::after{width:100%;}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.5rem;border:none;border-radius:0.5rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all 0.3s ease;gap:0.5rem;}.btn-primary{background:var(--gradient-primary);color:white;box-shadow:var(--shadow-md);}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);}.btn-secondary{background:var(--bg-white);color:var(--primary-color);border:2px solid var(--primary-color);}.btn-secondary:hover{background:var(--primary-color);color:white;}.btn-outline{background:transparent;color:var(--primary-color);border:1px solid var(--border-color);}.btn-outline:hover{background:var(--primary-color);color:white;border-color:var(--primary-color);}.hero{background:var(--gradient-primary);color:white;padding:8rem 0 4rem;position:relative;overflow:hidden;}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('../images/hero-security.jpg') center/cover;opacity:0.1;z-index:0;}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto;}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;animation:fadeInUp 1s ease;}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:0.9;animation:fadeInUp 1s ease 0.2s both;}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease 0.4s both;}.section{padding:5rem 0;}.section-header{text-align:center;margin-bottom:4rem;}.section-title{color:var(--text-dark);margin-bottom:1rem;}.section-subtitle{color:var(--text-light);font-size:1.125rem;max-width:600px;margin:0 auto;}.card{background:var(--bg-white);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-md);transition:all 0.3s ease;border:1px solid var(--border-color);}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl);}.card-icon{width:4rem;height:4rem;background:var(--gradient-secondary);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:white;font-size:1.5rem;}.card-title{font-size:1.25rem;margin-bottom:1rem;color:var(--text-dark);}.card-text{color:var(--text-light);line-height:1.6;}.grid{display:grid;gap:2rem;}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));}.stats{background:var(--bg-light);}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center;}.stat-item{padding:2rem;}.stat-number{font-size:3rem;font-weight:800;color:var(--primary-color);display:block;margin-bottom:0.5rem;}.stat-label{color:var(--text-light);font-weight:500;}.pricing-table{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;}.pricing-card{background:var(--bg-white);border:2px solid var(--border-color);border-radius:1rem;padding:2rem;text-align:center;position:relative;transition:all 0.3s ease;}.pricing-card.featured{border-color:var(--primary-color);transform:scale(1.05);}.pricing-card.featured::before{content:'Mais Popular';position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary-color);color:white;padding:0.5rem 1rem;border-radius:1rem;font-size:0.875rem;font-weight:600;}.pricing-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl);}.pricing-card.featured:hover{transform:translateY(-5px) scale(1.05);}.pricing-header h3{color:var(--text-dark);margin-bottom:0.5rem;}.pricing-price{font-size:2.5rem;font-weight:800;color:var(--primary-color);margin:1rem 0;}.pricing-price small{font-size:1rem;color:var(--text-light);font-weight:400;}.pricing-features{list-style:none;margin:2rem 0;text-align:left;}.pricing-features li{padding:0.5rem 0;display:flex;align-items:center;gap:0.5rem;}.pricing-features li::before{content:'✓';color:var(--success-color);font-weight:bold;}.footer{background:var(--text-dark);color:white;padding:3rem 0 1rem;}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;}.footer-section h4{margin-bottom:1rem;color:white;}.footer-section ul{list-style:none;}.footer-section ul li{margin-bottom:0.5rem;}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color 0.3s ease;}.footer-section ul li a:hover{color:white;}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af;}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}.fade-in-up{animation:fadeInUp 0.8s ease;}@media (max-width:768px){.hero h1{font-size:2.5rem;}.hero p{font-size:1rem;}.hero-cta{flex-direction:column;align-items:center;}.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-white);flex-direction:column;padding:1rem;box-shadow:var(--shadow-md);}.nav-menu.active{display:flex;}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:all 0.3s ease;}.mobile-menu-toggle:hover{background:rgba(59,130,246,0.1);}.hamburger-line{width:24px;height:2px;background:var(--text-dark);margin:2px 0;transition:all 0.3s ease;border-radius:2px;}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px);}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px);}.section{padding:3rem 0;}.container{padding:0 1rem;}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;}.pricing-card.featured{transform:none;}.pricing-card.featured:hover{transform:translateY(-5px);}}@media (min-width:769px){.mobile-menu-toggle{display:none;}}.text-center{text-align:center;}.text-left{text-align:left;}.text-right{text-align:right;}.mb-1{margin-bottom:0.25rem;}.mb-2{margin-bottom:0.5rem;}.mb-3{margin-bottom:1rem;}.mb-4{margin-bottom:1.5rem;}.mb-5{margin-bottom:2rem;}.mt-1{margin-top:0.25rem;}.mt-2{margin-top:0.5rem;}.mt-3{margin-top:1rem;}.mt-4{margin-top:1.5rem;}.mt-5{margin-top:2rem;}.p-1{padding:0.25rem;}.p-2{padding:0.5rem;}.p-3{padding:1rem;}.p-4{padding:1.5rem;}.p-5{padding:2rem;}.bg-primary{background:var(--primary-color);}.bg-secondary{background:var(--secondary-color);}.bg-light{background:var(--bg-light);}.bg-white{background:var(--bg-white);}.text-primary{color:var(--primary-color);}.text-secondary{color:var(--secondary-color);}.text-dark{color:var(--text-dark);}.text-light{color:var(--text-light);}.d-none{display:none;}.d-block{display:block;}.d-flex{display:flex;}.d-grid{display:grid;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.align-center{align-items:center;}.w-full{width:100%;}.h-full{height:100%;}.rounded{border-radius:0.5rem;}.rounded-lg{border-radius:1rem;}.rounded-full{border-radius:50%;}.shadow-sm{box-shadow:var(--shadow-sm);}.shadow-md{box-shadow:var(--shadow-md);}.shadow-lg{box-shadow:var(--shadow-lg);}.shadow-xl{box-shadow:var(--shadow-xl);}.text-lg{font-size:1.125rem;line-height:1.75rem;}.grid-5{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;}.grid-5 .card{padding:1.5rem 1rem;min-height:120px;display:flex;flex-direction:column;justify-content:center;}.grid-5 .card-title{font-size:0.875rem;margin-bottom:0.5rem;}.grid-5 .card-text{font-size:0.75rem;}@media (max-width:768px){.grid-5{grid-template-columns:repeat(2,1fr);gap:1rem;}.grid-5 .card{padding:1rem 0.5rem;min-height:100px;}}@media (max-width:480px){.grid-5{grid-template-columns:1fr;}}.highlight-card{background:linear-gradient(135deg,var(--primary-color),#4a90e2);color:white;border:none;transform:translateY(0);transition:transform 0.3s ease;}.highlight-card:hover{transform:translateY(-5px);}.highlight-card .card-icon{font-size:3rem;margin-bottom:1rem;}.highlight-card .card-title{color:white;font-weight:bold;margin-bottom:1rem;}.stats-card{background:var(--accent-color);color:white;border:none;text-align:center;}.stats-card .card-icon{font-size:2.5rem;margin-bottom:1rem;}.stats-card .card-title{color:white;font-weight:bold;font-size:1.2rem;}.bg-light{background-color:#f8f9fa;}@media (max-width:768px){.highlight-card .card-title,.stats-card .card-title{font-size:1rem;}.highlight-card .card-icon,.stats-card .card-icon{font-size:2rem;}}.pricing-notes{margin-top:1rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border-left:4px solid var(--primary-color);}.pricing-notes small{color:#6c757d;line-height:1.4;display:block;margin-bottom:0.5rem;}.pricing-notes small:last-child{margin-bottom:0;}.faq-category{margin-bottom:3rem;}.faq-category-title{color:var(--primary-color);font-size:1.5rem;font-weight:bold;margin-bottom:1.5rem;padding-bottom:0.5rem;border-bottom:2px solid var(--primary-color);display:flex;align-items:center;gap:0.5rem;}.faq-category .card{height:auto;min-height:200px;}.faq-category .card-title{color:var(--primary-color);font-size:1.1rem;margin-bottom:1rem;line-height:1.3;}.faq-category .card-text{line-height:1.6;color:#555;}@media (max-width:768px){.faq-category-title{font-size:1.2rem;}.faq-category .card-title{font-size:1rem;}}.quem-somos-cards{gap:1.5rem;}.quem-somos-cards .card{height:100%;display:flex;flex-direction:column;justify-content:space-between;min-height:280px;}.quem-somos-cards .card-icon{font-size:2.5rem;margin-bottom:1rem;}.quem-somos-cards .card-title{font-size:1.25rem;margin-bottom:1rem;color:var(--primary-color);}.quem-somos-cards .card-text{flex-grow:1;line-height:1.6;color:var(--text-light);}@media (max-width:1024px){.quem-somos-cards{grid-template-columns:repeat(2,1fr);gap:1.25rem;}}@media (max-width:768px){.quem-somos-cards{grid-template-columns:1fr;gap:1rem;}.quem-somos-cards .card{min-height:240px;}.quem-somos-cards .card-icon{font-size:2rem;}.quem-somos-cards .card-title{font-size:1.1rem;}}.fluxo-container{max-width:1200px;margin:0 auto;padding:2rem 0;}.fluxo-linha{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin:2rem 0;}.fluxo-linha-reverse{flex-direction:row-reverse;}.fluxo-step{flex:0 0 auto;}.fluxo-card{min-width:160px;max-width:180px;height:140px;display:flex;flex-direction:column;justify-content:center;border:2px solid var(--primary-color);background:linear-gradient(135deg,#ffffff 0%,#f8f9ff 100%);transition:all 0.3s ease;position:relative;}.fluxo-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(59,130,246,0.15);border-color:var(--secondary-color);}.fluxo-card .card-icon{font-size:2rem;margin-bottom:0.5rem;}.fluxo-card .card-title{font-size:0.9rem;font-weight:600;margin-bottom:0.25rem;color:var(--primary-color);}.fluxo-card .card-text{font-size:0.8rem;color:var(--text-light);margin:0;}.fluxo-arrow{font-size:2rem;color:var(--primary-color);font-weight:bold;animation:pulse 2s infinite;flex:0 0 auto;}.fluxo-down-arrow{text-align:center;font-size:2.5rem;color:var(--primary-color);font-weight:bold;animation:bounce 2s infinite;margin:1rem 0;}@keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.6;}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0);}40%{transform:translateY(-10px);}60%{transform:translateY(-5px);}}@media (max-width:1024px){.fluxo-linha{flex-direction:column;gap:1.5rem;}.fluxo-arrow{transform:rotate(90deg);font-size:1.5rem;}.fluxo-linha-reverse .fluxo-arrow{transform:rotate(90deg);}.fluxo-down-arrow{display:none;}}@media (max-width:768px){.fluxo-card{min-width:140px;max-width:160px;height:120px;}.fluxo-card .card-icon{font-size:1.5rem;}.fluxo-card .card-title{font-size:0.8rem;}.fluxo-card .card-text{font-size:0.7rem;}}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:start;}.grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;align-items:start;}@media (max-width:1200px){.grid-4{grid-template-columns:repeat(2,1fr);gap:2rem;}}@media (max-width:768px){.grid-4{grid-template-columns:1fr;gap:1.5rem;}}@media (max-width:1400px){.grid-6{grid-template-columns:repeat(3,1fr);gap:1.5rem;}}@media (max-width:1024px){.grid-6{grid-template-columns:repeat(2,1fr);gap:2rem;}}@media (max-width:768px){.grid-6{grid-template-columns:1fr;gap:1.5rem;}}.grid-4 .card,.grid-6 .card{height:100%;min-height:200px;}.grid-6 .card{min-height:180px;}.grid-6 .card .card-title{font-size:0.9rem;}.grid-6 .card .card-text{font-size:0.85rem;}.faq-accordion{max-width:1000px;margin:0 auto;}.faq-category{margin-bottom:2rem;}.faq-category-title{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;padding:1rem;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:10px;border-left:4px solid var(--primary-color);}.accordion-item{background:white;border:1px solid #e9ecef;border-radius:8px;margin-bottom:0.5rem;overflow:hidden;transition:all 0.3s ease;}.accordion-item:hover{box-shadow:0 4px 15px rgba(0,0,0,0.1);transform:translateY(-2px);}.accordion-header{padding:1.25rem;background:#f8f9fa;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all 0.3s ease;border-bottom:1px solid #e9ecef;}.accordion-header:hover{background:#e9ecef;}.accordion-header.active{background:var(--primary-color);color:white;}.accordion-header h4{margin:0;font-size:1.1rem;font-weight:600;flex:1;padding-right:1rem;}.accordion-icon{font-size:1.5rem;font-weight:bold;transition:transform 0.3s ease;min-width:30px;text-align:center;}.accordion-header.active .accordion-icon{transform:rotate(45deg);}.accordion-content{padding:0;max-height:0;overflow:hidden;transition:all 0.3s ease;background:white;}.accordion-content.active{max-height:500px;padding:1.25rem;}.accordion-content p{margin:0;line-height:1.6;color:#666;}@media (max-width:768px){.faq-category-title{font-size:1.3rem;padding:0.75rem;}.accordion-header{padding:1rem;}.accordion-header h4{font-size:1rem;}.accordion-content.active{padding:1rem;}}.admin-hero{background:linear-gradient(135deg,var(--primary-color) 0%,#181b31 100%);color:white;padding:4rem 2rem;border-radius:20px;margin-bottom:3rem;text-align:center;position:relative;overflow:hidden;}.admin-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:0.3;}.admin-hero-content{position:relative;z-index:2;}.admin-hero-icon{font-size:4rem;margin-bottom:1rem;display:block;}.admin-hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,0.3);}.admin-hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:0.9;max-width:800px;margin-left:auto;margin-right:auto;}.admin-hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;}.stat-item{text-align:center;}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#fbbf24;text-shadow:0 2px 4px rgba(0,0,0,0.3);}.stat-label{display:block;font-size:1rem;opacity:0.9;margin-top:0.5rem;}.admin-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem;}.overview-card{background:white;border-radius:15px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,0.1);display:flex;align-items:center;gap:1.5rem;transition:all 0.3s ease;border:1px solid #e5e7eb;}.overview-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,0.15);}.overview-icon{font-size:3rem;background:linear-gradient(135deg,var(--primary-color),#181b31);color:white;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.overview-content{flex:1;}.overview-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:0.5rem;}.overview-text{color:#6b7280;line-height:1.6;margin:0;}.admin-features{margin-bottom:3rem;}.features-title{text-align:center;font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:3rem;position:relative;}.features-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(135deg,var(--primary-color),#181b31);border-radius:2px;}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;}.feature-card{background:white;border-radius:15px;padding:2rem;box-shadow:0 5px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;border:1px solid #e5e7eb;position:relative;overflow:hidden;}.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--primary-color),#181b31);}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.15);}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block;}.feature-title{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;}.feature-text{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;}.feature-badge{display:inline-block;background:linear-gradient(135deg,var(--primary-color),#181b31);color:white;padding:0.5rem 1rem;border-radius:20px;font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.admin-customization{background:#f8fafc;border-radius:20px;padding:3rem;margin-bottom:2rem;}.customization-header{text-align:center;margin-bottom:3rem;}.customization-title{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem;}.customization-subtitle{font-size:1.2rem;color:#6b7280;max-width:800px;margin:0 auto;line-height:1.6;}.customization-options{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;}.option-card{background:white;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,0.05);transition:all 0.3s ease;border:1px solid #e5e7eb;}.option-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.1);}.option-icon{font-size:2rem;margin-bottom:1rem;display:block;}.option-title{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:0.5rem;}.option-text{color:#6b7280;font-size:0.9rem;line-height:1.5;margin:0;}.support-section{text-align:center;}.support-card{background:linear-gradient(135deg,#181b31 0%,var(--primary-color) 100%);color:white;border-radius:15px;padding:2.5rem;max-width:900px;margin:0 auto;position:relative;overflow:hidden;}.support-card::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,0.1) 0%,transparent 70%);}.support-icon{font-size:3rem;margin-bottom:1rem;display:block;position:relative;z-index:2;}.support-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:2;}.support-text{font-size:1.1rem;margin-bottom:1.5rem;opacity:0.9;line-height:1.6;position:relative;z-index:2;}.support-features{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;position:relative;z-index:2;}.support-feature{background:rgba(255,255,255,0.2);padding:0.5rem 1rem;border-radius:20px;font-size:0.9rem;font-weight:600;}@media (max-width:768px){.admin-hero{padding:3rem 1.5rem;}.admin-hero-title{font-size:2.2rem;}.admin-hero-subtitle{font-size:1.1rem;}.admin-hero-stats{gap:2rem;}.stat-number{font-size:2rem;}.admin-overview{grid-template-columns:1fr;}.overview-card{flex-direction:column;text-align:center;}.features-grid{grid-template-columns:1fr;}.customization-options{grid-template-columns:repeat(2,1fr);}.support-features{flex-direction:column;gap:0.5rem;}}@media (max-width:480px){.customization-options{grid-template-columns:1fr;gap:1.5rem;}.support-card{padding:2rem;max-width:100%;}}.corporate-about{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:5rem 0;position:relative;}.corporate-about::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#cbd5e1 50%,transparent 100%);}.corporate-header{text-align:center;margin-bottom:4rem;max-width:995px;margin-left:auto;margin-right:auto;}.corporate-badge{display:inline-block;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;padding:0.5rem 1.5rem;border-radius:50px;font-size:0.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(30,64,175,0.3);}.corporate-title{font-size:3.5rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-0.02em;}.corporate-subtitle{font-size:1.25rem;color:#475569;line-height:1.7;font-weight:400;}.corporate-subtitle strong{color:#181b31;font-weight:700;}.corporate-mission{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:5rem;background:white;padding:3rem;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.08);border:1px solid #e2e8f0;}.mission-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;line-height:1.2;}.mission-text{font-size:1.1rem;color:#475569;line-height:1.8;margin:0;}.mission-stats{display:flex;flex-direction:column;gap:2rem;}.mission-stat{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;border:1px solid #cbd5e1;}.stat-value{display:block;font-size:2.5rem;font-weight:800;color:#181b31;line-height:1;margin-bottom:0.5rem;}.stat-desc{font-size:0.9rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.corporate-pillars{margin-bottom:4rem;}.pillars-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:3rem;line-height:1.2;}.pillars-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}.pillar-card{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.pillar-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e1 100%);}.pillar-card.pillar-primary::before{background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.pillar-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.pillar-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;}.pillar-icon{width:60px;height:60px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#475569;flex-shrink:0;}.pillar-primary .pillar-icon{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;}.pillar-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin:0;line-height:1.3;}.pillar-description{font-size:1rem;color:#475569;line-height:1.7;margin-bottom:1.5rem;}.pillar-metrics{display:flex;flex-direction:column;gap:0.5rem;}.metric{font-size:0.9rem;color:#64748b;font-weight:500;}.corporate-credentials{background:white;border-radius:20px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,0.08);border:1px solid #e2e8f0;}.credentials-title{text-align:center;font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:2.5rem;}.credentials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;}.credential-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:15px;border:1px solid #e2e8f0;transition:all 0.3s ease;}.credential-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.1);}.credential-icon{font-size:1.5rem;flex-shrink:0;}.credential-info h4{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 0.25rem 0;}.credential-info p{font-size:0.85rem;color:#64748b;margin:0;font-weight:500;}@media (max-width:1024px){.corporate-title{font-size:3rem;}.pillars-grid{grid-template-columns:1fr;gap:1.5rem;}.credentials-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:768px){.corporate-about{padding:3rem 0;}.corporate-title{font-size:2.5rem;}.corporate-subtitle{font-size:1.1rem;}.corporate-mission{grid-template-columns:1fr;gap:2rem;padding:2rem;}.mission-stats{flex-direction:row;justify-content:space-around;}.pillars-title{font-size:2rem;}.pillar-card{padding:2rem;}.credentials-grid{grid-template-columns:1fr;gap:1rem;}.corporate-credentials{padding:2rem;}}@media (max-width:480px){.corporate-title{font-size:2rem;}.corporate-header{margin-bottom:3rem;}.mission-stats{flex-direction:column;gap:1rem;}.pillar-header{flex-direction:column;text-align:center;gap:1rem;}.credential-item{flex-direction:column;text-align:center;gap:0.5rem;}}.corporate-solutions{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:5rem 0;position:relative;}.corporate-solutions::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#cbd5e1 50%,transparent 100%);}.value-proposition{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:5rem;background:#34163e;padding:3rem;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.08);border:1px solid #e2e8f0;}.value-content{display:flex;align-items:flex-start;gap:1.5rem;}.value-icon{width:80px;height:80px;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0;}.value-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.value-description{font-size:1.1rem;color:#475569;line-height:1.8;margin:0;}.value-metrics{display:flex;flex-direction:column;gap:1.5rem;}.metric-item{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;border:1px solid #cbd5e1;}.metric-number{display:block;font-size:2rem;font-weight:800;color:#181b31;line-height:1;margin-bottom:0.5rem;}.metric-label{font-size:0.85rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.enterprise-solutions{margin-bottom:5rem;}.solutions-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:3rem;line-height:1.2;}.solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}.solution-card{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.solution-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e1 100%);}.solution-card.solution-primary::before{background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.solution-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.solution-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;}.solution-icon{width:60px;height:60px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#475569;}.solution-primary .solution-icon{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;}.solution-badge{background:linear-gradient(135deg,#64748b 0%,#475569 100%);color:white;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.7rem;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;}.solution-primary .solution-badge{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);}.solution-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3;}.solution-description{font-size:1rem;color:#475569;line-height:1.7;margin-bottom:2rem;}.solution-features{margin-bottom:2rem;}.features-subtitle{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1rem;}.feature-list{display:flex;flex-direction:column;gap:1rem;}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:10px;border:1px solid #e2e8f0;}.feature-icon{font-size:1.2rem;flex-shrink:0;margin-top:0.1rem;}.feature-content{font-size:0.9rem;color:#475569;line-height:1.6;}.feature-content strong{color:#1e293b;font-weight:700;}.btn-outline-corporate{background:transparent;color:#181b31;border:2px solid #181b31;padding:0.75rem 2rem;border-radius:10px;font-weight:600;text-decoration:none;transition:all 0.3s ease;display:inline-block;}.btn-outline-corporate:hover{background:#181b31;color:white;transform:translateY(-2px);box-shadow:0 8px 25px rgba(30,64,175,0.3);}.btn-primary-corporate{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;border:none;padding:0.75rem 2rem;border-radius:10px;font-weight:600;text-decoration:none;transition:all 0.3s ease;display:inline-block;box-shadow:0 4px 15px rgba(30,64,175,0.3);}.btn-primary-corporate:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(30,64,175,0.4);}.corporate-benefits{margin-bottom:5rem;}.benefits-header{text-align:center;margin-bottom:3rem;}.benefits-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.benefits-subtitle{font-size:1.2rem;color:#475569;max-width:600px;margin:0 auto;line-height:1.6;}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;}.benefit-card{background:white;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.benefit-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.benefit-icon{width:60px;height:60px;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:white;margin:0 auto 1.5rem auto;}.benefit-title{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3;}.benefit-description{font-size:0.95rem;color:#475569;line-height:1.6;margin-bottom:1.5rem;}.benefit-metric{padding:1rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:10px;border:1px solid #cbd5e1;}.metric-value{display:block;font-size:1.5rem;font-weight:800;color:#181b31;line-height:1;margin-bottom:0.25rem;}.metric-desc{font-size:0.8rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.enterprise-workflow{margin-bottom:4rem;}.workflow-header{text-align:center;margin-bottom:3rem;}.workflow-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.workflow-subtitle{font-size:1.1rem;color:#475569;max-width:700px;margin:0 auto;line-height:1.6;}.workflow-container{background:white;border-radius:20px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,0.08);border:1px solid #e2e8f0;}.workflow-line{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;}.workflow-line:last-child{margin-bottom:0;}.workflow-reverse{flex-direction:row-reverse;}.workflow-step{flex:1;max-width:180px;}.step-card{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:15px;padding:1.5rem;text-align:center;border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;}.step-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.1);}.step-number{position:absolute;top:-10px;right:-10px;width:30px;height:30px;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:700;}.step-icon{font-size:1.5rem;margin-bottom:0.5rem;}.step-title{font-size:0.9rem;font-weight:700;color:#1e293b;margin-bottom:0.5rem;line-height:1.2;}.step-description{font-size:0.8rem;color:#64748b;margin:0;line-height:1.4;}.workflow-arrow{font-size:1.5rem;color:#181b31;font-weight:bold;margin:0 1rem;}.competitive-advantages{background:white;border-radius:20px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,0.08);border:1px solid #e2e8f0;}.advantages-title{text-align:center;font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:2.5rem;}.advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}.advantage-card{text-align:center;padding:2rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:15px;border:1px solid #e2e8f0;transition:all 0.3s ease;}.advantage-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.1);}.advantage-icon{font-size:2rem;margin-bottom:1rem;}.advantage-title{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;}.advantage-description{font-size:0.95rem;color:#475569;line-height:1.6;margin:0;}@media (max-width:1024px){.solutions-grid{grid-template-columns:1fr;gap:1.5rem;}.benefits-grid{grid-template-columns:repeat(2,1fr);}.advantages-grid{grid-template-columns:1fr;gap:1.5rem;}}@media (max-width:768px){.corporate-solutions{padding:3rem 0;}.value-proposition{grid-template-columns:1fr;gap:2rem;padding:2rem;}.value-content{flex-direction:column;text-align:center;}.value-metrics{flex-direction:row;justify-content:space-around;}.solutions-title,.benefits-title,.workflow-title{font-size:2rem;}.solution-card{padding:2rem;}.benefits-grid{grid-template-columns:1fr;gap:1.5rem;}.workflow-container{padding:2rem;}.workflow-line{flex-direction:column;gap:1rem;}.workflow-reverse{flex-direction:column;}.workflow-arrow{transform:rotate(90deg);margin:0.5rem 0;}.workflow-reverse .workflow-arrow{transform:rotate(-90deg);}}@media (max-width:480px){.value-metrics{flex-direction:column;gap:1rem;}.solution-header{flex-direction:column;gap:1rem;text-align:center;}.feature-item{flex-direction:column;text-align:center;gap:0.5rem;}.step-card{padding:1rem;}}.corporate-infrastructure{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:5rem 0;position:relative;}.corporate-infrastructure::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#cbd5e1 50%,transparent 100%);}.tech-architecture{margin-bottom:5rem;}.architecture-header{text-align:center;margin-bottom:3rem;}.architecture-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.architecture-subtitle{font-size:1.2rem;color:#475569;max-width:700px;margin:0 auto;line-height:1.6;}.architecture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}.tech-card{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.tech-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e1 100%);}.tech-card.tech-primary::before{background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.tech-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.tech-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;}.tech-icon{width:60px;height:60px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#475569;}.tech-primary .tech-icon{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;}.tech-badge{background:linear-gradient(135deg,#64748b 0%,#475569 100%);color:white;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.7rem;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;}.tech-primary .tech-badge{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);}.tech-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3;}.tech-description{font-size:0.95rem;color:#475569;line-height:1.7;margin-bottom:1.5rem;}.tech-features{display:flex;justify-content:space-between;gap:1rem;}.feature-metric{text-align:center;padding:0.75rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:10px;border:1px solid #cbd5e1;flex:1;}.metric-value{display:block;font-size:0.9rem;font-weight:800;color:#181b31;line-height:1;margin-bottom:0.25rem;}.metric-label{font-size:0.7rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:0.3px;}.performance-guarantees{margin-bottom:5rem;}.guarantees-header{text-align:center;margin-bottom:3rem;}.guarantees-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.guarantees-subtitle{font-size:1.2rem;color:#475569;max-width:600px;margin:0 auto;line-height:1.6;}.guarantees-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;}.guarantee-card{background:white;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.guarantee-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.guarantee-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.guarantee-icon{width:60px;height:60px;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:white;margin:0 auto 1.5rem auto;}.guarantee-title{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3;}.guarantee-description{font-size:0.95rem;color:#475569;line-height:1.6;margin-bottom:1.5rem;}.guarantee-metric{padding:1rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:10px;border:1px solid #cbd5e1;}.metric-number{display:block;font-size:1.5rem;font-weight:800;color:#181b31;line-height:1;margin-bottom:0.25rem;}.metric-desc{font-size:0.8rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.enterprise-support{margin-bottom:4rem;}.support-header{text-align:center;margin-bottom:3rem;}.support-badge{display:inline-block;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;padding:0.5rem 1.5rem;border-radius:50px;font-size:0.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(30,64,175,0.3);}.support-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.support-subtitle{font-size:1.2rem;color:#475569;max-width:700px;margin:0 auto;line-height:1.6;}.support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}.support-card{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.support-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e1 100%);}.support-card.support-primary::before{background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.support-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.support-header-card{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;}.support-icon{width:60px;height:60px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#475569;}.support-primary .support-icon{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;}.support-badge-card{background:linear-gradient(135deg,#64748b 0%,#475569 100%);color:white;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.7rem;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;}.support-primary .support-badge-card{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);}.support-card-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3;}.support-description{font-size:1rem;color:#475569;line-height:1.7;margin-bottom:1.5rem;}.support-features{display:flex;flex-direction:column;gap:0.75rem;}.support-feature{display:flex;align-items:center;gap:0.75rem;padding:0.75rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:8px;border:1px solid #e2e8f0;}.feature-icon{font-size:1rem;flex-shrink:0;}.feature-text{font-size:0.9rem;color:#475569;font-weight:500;}.sync-details{margin-bottom:2rem;}.sync-card{background:white;border-radius:20px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,0.08);border:1px solid #e2e8f0;max-width:900px;margin:0 auto;}.sync-header{text-align:center;margin-bottom:2.5rem;}.sync-icon{width:80px;height:80px;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;color:white;margin:0 auto 1.5rem auto;}.sync-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.sync-subtitle{font-size:1.1rem;color:#475569;line-height:1.6;}.sync-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}.sync-feature{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:15px;border:1px solid #e2e8f0;transition:all 0.3s ease;}.sync-feature:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.1);}.sync-feature-icon{font-size:1.5rem;flex-shrink:0;margin-top:0.25rem;}.sync-feature-content h4{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:0.5rem;line-height:1.3;}.sync-feature-content p{font-size:0.9rem;color:#475569;line-height:1.6;margin:0;}@media (max-width:1024px){.architecture-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;}.guarantees-grid{grid-template-columns:repeat(2,1fr);}.support-grid{grid-template-columns:1fr;gap:1.5rem;}}@media (max-width:768px){.corporate-infrastructure{padding:3rem 0;}.architecture-title,.guarantees-title,.support-title{font-size:2rem;}.architecture-grid{grid-template-columns:1fr;gap:1.5rem;}.tech-card{padding:2rem;}.tech-features{flex-direction:column;gap:0.75rem;}.guarantees-grid{grid-template-columns:1fr;gap:1.5rem;}.sync-features{grid-template-columns:1fr;gap:1rem;}.sync-card{padding:2rem;}}@media (max-width:480px){.tech-header{flex-direction:column;gap:1rem;text-align:center;}.support-header-card{flex-direction:column;gap:1rem;text-align:center;}.sync-feature{flex-direction:column;text-align:center;gap:0.75rem;}}.enterprise-design-support{margin-top:3rem;}.design-support-header{text-align:center;margin-bottom:2rem;}.design-badge{display:inline-block;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;padding:0.5rem 1.5rem;border-radius:50px;font-size:0.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;box-shadow:0 4px 15px rgba(30,64,175,0.3);}.design-title{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.design-subtitle{font-size:1.1rem;color:#475569;line-height:1.6;}.design-support-card{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,0.08);border:1px solid #e2e8f0;max-width:900px;margin:0 auto;}.design-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;}.design-icon{width:80px;height:80px;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;color:white;}.design-metrics{display:flex;gap:1rem;}.design-metric{text-align:center;padding:1rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:10px;border:1px solid #cbd5e1;min-width:80px;}.design-description{font-size:1.1rem;color:#475569;line-height:1.7;margin-bottom:2rem;}.design-services{display:flex;flex-direction:column;gap:1.5rem;}.design-service{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:15px;border:1px solid #e2e8f0;transition:all 0.3s ease;}.design-service:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.1);}.service-icon{font-size:1.5rem;flex-shrink:0;margin-top:0.25rem;}.service-content h5{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:0.5rem;line-height:1.3;}.service-content p{font-size:0.9rem;color:#475569;line-height:1.6;margin:0;}.corporate-marketing{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:5rem 0;position:relative;}.corporate-marketing::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#cbd5e1 50%,transparent 100%);}.marketing-header{text-align:center;margin-bottom:4rem;}.marketing-badge{display:inline-block;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;padding:0.5rem 1.5rem;border-radius:50px;font-size:0.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(30,64,175,0.3);}.marketing-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.marketing-subtitle p{font-size:1.2rem;color:#475569;line-height:1.6;margin-bottom:0.5rem;}.subtitle-detail{font-size:1rem;color:#64748b;font-style:italic;}.marketing-strategies{margin-bottom:4rem;}.strategies-header{text-align:center;margin-bottom:3rem;}.strategies-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.strategies-subtitle{font-size:1.1rem;color:#475569;max-width:600px;margin:0 auto;line-height:1.6;}.strategies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}.strategy-card{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.strategy-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e1 100%);}.strategy-card.strategy-primary::before{background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.strategy-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.strategy-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;}.strategy-icon{width:70px;height:70px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#475569;}.strategy-primary .strategy-icon{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;}.strategy-badge{background:linear-gradient(135deg,#64748b 0%,#475569 100%);color:white;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.7rem;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;}.strategy-primary .strategy-badge{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);}.strategy-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3;}.strategy-description{font-size:1rem;color:#475569;line-height:1.7;margin-bottom:1.5rem;}.strategy-metrics{display:flex;justify-content:space-between;gap:1rem;}.strategy-metric{text-align:center;padding:0.75rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:10px;border:1px solid #cbd5e1;flex:1;}.marketing-performance{margin-bottom:4rem;}.performance-header{text-align:center;margin-bottom:3rem;}.performance-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.performance-subtitle{font-size:1.1rem;color:#475569;max-width:600px;margin:0 auto;line-height:1.6;}.performance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}.performance-card{background:white;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.performance-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.performance-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.performance-icon{width:60px;height:60px;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:white;margin:0 auto 1.5rem auto;}.performance-card-title{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3;}.performance-description{font-size:0.95rem;color:#475569;line-height:1.6;margin-bottom:1.5rem;}.performance-metric{padding:1rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:10px;border:1px solid #cbd5e1;}.marketing-services{margin-bottom:4rem;}.services-header{text-align:center;margin-bottom:3rem;}.services-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.services-subtitle{font-size:1.1rem;color:#475569;max-width:700px;margin:0 auto;line-height:1.6;}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}.service-card{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e1 100%);}.service-card.service-primary::before{background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.service-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#475569;}.service-primary .service-icon{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;}.service-badge{background:linear-gradient(135deg,#64748b 0%,#475569 100%);color:white;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.7rem;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;}.service-primary .service-badge{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);}.service-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3;}.service-description{font-size:0.95rem;color:#475569;line-height:1.7;margin-bottom:1.5rem;}.service-features{display:flex;flex-direction:column;gap:0.75rem;}.service-feature{display:flex;align-items:center;gap:0.75rem;padding:0.75rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:8px;border:1px solid #e2e8f0;}.marketing-cta{text-align:center;padding:3rem;background:white;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.08);border:1px solid #e2e8f0;}.cta-title{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.cta-description{font-size:1.1rem;color:#475569;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;}.corporate-success-cases{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:5rem 0;position:relative;}.corporate-success-cases::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#cbd5e1 50%,transparent 100%);}.success-header{text-align:center;margin-bottom:4rem;}.success-badge{display:inline-block;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;padding:0.5rem 1.5rem;border-radius:50px;font-size:0.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(30,64,175,0.3);}.success-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.success-subtitle p{font-size:1.2rem;color:#475569;line-height:1.6;margin-bottom:0.5rem;}.success-cases{margin-bottom:4rem;}.cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}.case-card{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.case-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e1 100%);}.case-card.case-primary::before{background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.case-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.case-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;}.case-company{display:flex;align-items:center;gap:1rem;}.company-icon{width:60px;height:60px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#475569;}.case-primary .company-icon{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;}.company-name{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:0.25rem;line-height:1.2;}.company-segment{font-size:0.9rem;color:#64748b;font-weight:500;}.case-badge{background:linear-gradient(135deg,#64748b 0%,#475569 100%);color:white;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.7rem;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;}.case-primary .case-badge{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);}.case-quote{font-size:1rem;color:#475569;line-height:1.7;font-style:italic;margin-bottom:2rem;padding-left:1rem;border-left:3px solid #181b31;}.case-results{margin-bottom:2rem;}.results-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1rem;}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}.result-metric{text-align:center;padding:1rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:10px;border:1px solid #cbd5e1;}.testimonial-author{text-align:right;font-size:0.9rem;}.testimonial-author strong{color:#1e293b;font-weight:700;}.testimonial-author span{color:#64748b;font-style:italic;display:block;margin-top:0.25rem;}.consolidated-metrics{margin-bottom:4rem;}.metrics-header{text-align:center;margin-bottom:3rem;}.metrics-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.metrics-subtitle{font-size:1.1rem;color:#475569;max-width:600px;margin:0 auto;line-height:1.6;}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;}.metric-card{background:white;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.metric-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.metric-card.metric-primary::before{background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.metric-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,0.12);}.metric-icon{width:60px;height:60px;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:white;margin:0 auto 1.5rem auto;}.metric-content .metric-number{display:block;font-size:2rem;font-weight:800;color:#181b31;line-height:1;margin-bottom:0.5rem;}.metric-content .metric-label{display:block;font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:0.75rem;line-height:1.2;}.metric-description{font-size:0.85rem;color:#64748b;line-height:1.5;margin:0;}.roi-section{margin-bottom:2rem;}.roi-card{background:white;border-radius:20px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,0.08);border:1px solid #e2e8f0;max-width:800px;margin:0 auto;}.roi-header{text-align:center;margin-bottom:2.5rem;}.roi-icon{width:80px;height:80px;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;color:white;margin:0 auto 1.5rem auto;}.roi-title{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.roi-subtitle{font-size:1rem;color:#475569;line-height:1.6;}.roi-calculation{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:15px;border:1px solid #e2e8f0;}.roi-input,.roi-result{text-align:center;}.roi-input label,.roi-result label{display:block;font-size:0.9rem;color:#64748b;margin-bottom:0.5rem;font-weight:600;}.roi-example,.roi-projection{font-size:1.5rem;font-weight:800;color:#181b31;}.roi-arrow{font-size:2rem;color:#181b31;font-weight:bold;}.roi-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}.roi-benefit{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;border:1px solid #cbd5e1;}.benefit-value{display:block;font-size:1.3rem;font-weight:800;color:#181b31;line-height:1;margin-bottom:0.5rem;}.benefit-label{font-size:0.9rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}@media (max-width:1024px){.strategies-grid,.performance-grid,.services-grid,.cases-grid{grid-template-columns:1fr;gap:1.5rem;}.metrics-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:768px){.corporate-marketing,.corporate-success-cases{padding:3rem 0;}.marketing-title,.success-title{font-size:2rem;}.strategies-title,.performance-title,.services-title,.metrics-title{font-size:1.8rem;}.design-card-header{flex-direction:column;gap:1.5rem;text-align:center;}.design-metrics{justify-content:center;}.strategy-header,.service-header,.case-header{flex-direction:column;gap:1rem;text-align:center;}.strategy-metrics,.results-grid{flex-direction:column;gap:0.75rem;}.metrics-grid{grid-template-columns:1fr;gap:1.5rem;}.roi-calculation{flex-direction:column;gap:1rem;}.roi-arrow{transform:rotate(90deg);}.roi-benefits{grid-template-columns:1fr;gap:1rem;}}@media (max-width:480px){.design-support-card,.marketing-cta,.roi-card{padding:2rem;}.case-company{flex-direction:column;text-align:center;gap:0.75rem;}.service-features{gap:0.5rem;}.service-feature{flex-direction:column;text-align:center;gap:0.5rem;}}.enterprise-stats{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:5rem 0;position:relative;}.enterprise-stats::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#cbd5e1 50%,transparent 100%);}.stats-header{text-align:center;margin-bottom:4rem;}.stats-badge{display:inline-block;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;padding:0.5rem 1.5rem;border-radius:50px;font-size:0.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(30,64,175,0.3);}.stats-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.stats-subtitle{font-size:1.2rem;color:#475569;line-height:1.6;max-width:700px;margin:0 auto;}.enterprise-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;}.enterprise-stat-card{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.enterprise-stat-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e1 100%);}.enterprise-stat-card.stat-primary::before{background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.enterprise-stat-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(0,0,0,0.15);}.stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;}.stat-icon{width:70px;height:70px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#475569;transition:all 0.3s ease;}.stat-primary .stat-icon{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;}.enterprise-stat-card:hover .stat-icon{transform:scale(1.1);}.stat-badge{background:linear-gradient(135deg,#64748b 0%,#475569 100%);color:white;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.7rem;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;}.stat-primary .stat-badge{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);}.stat-content{text-align:left;}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#181b31;line-height:1;margin-bottom:0.5rem;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.stat-label{display:block;font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:0.75rem;line-height:1.3;}.stat-description{font-size:0.9rem;color:#64748b;line-height:1.6;margin-bottom:1rem;}.stat-trend{display:flex;align-items:center;gap:0.5rem;padding:0.75rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:10px;border:1px solid #e2e8f0;}.trend-indicator{font-size:0.8rem;font-weight:700;padding:0.25rem 0.5rem;border-radius:15px;text-transform:uppercase;letter-spacing:0.5px;}.trend-indicator.positive{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:white;}.trend-indicator.stable{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:white;}.trend-text{font-size:0.8rem;color:#64748b;font-weight:500;}.reliability-indicators{margin-top:3rem;}.reliability-header{text-align:center;margin-bottom:3rem;}.reliability-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.reliability-subtitle{font-size:1.1rem;color:#475569;line-height:1.6;max-width:600px;margin:0 auto;}.reliability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;}.reliability-item{background:white;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,0.04);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;overflow:hidden;}.reliability-item::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.reliability-item:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,0.1);}.reliability-icon{width:50px;height:50px;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;margin:0 auto 1rem auto;transition:all 0.3s ease;}.reliability-item:hover .reliability-icon{transform:scale(1.1);}.reliability-content{display:flex;flex-direction:column;gap:0.25rem;}.reliability-metric{font-size:1.3rem;font-weight:800;color:#181b31;line-height:1;}.reliability-label{font-size:0.9rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}@media (max-width:1200px){.enterprise-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;}.reliability-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;}}@media (max-width:768px){.enterprise-stats{padding:3rem 0;}.stats-title{font-size:2rem;}.reliability-title{font-size:1.8rem;}.enterprise-stats-grid,.reliability-grid{grid-template-columns:1fr;gap:1.5rem;}.enterprise-stat-card{padding:2rem;}.stat-header{flex-direction:column;gap:1rem;text-align:center;}.stat-content{text-align:center;}.stat-trend{justify-content:center;}}@media (max-width:480px){.enterprise-stat-card{padding:1.5rem;}.reliability-item{padding:1.5rem;}.stat-number{font-size:2rem;}.stats-subtitle,.reliability-subtitle{font-size:1rem;}}.hero-enterprise{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#181b31 0%,#181b31 50%,#1e3a8a 100%);}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;}.hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,0.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,255,255,0.05) 0%,transparent 50%);background-size:100px 100px;animation:patternMove 20s linear infinite;}.hero-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgb(13 159 156) 0%,rgb(21 132 130) 50%,rgb(12 159 155) 100%);}@keyframes patternMove{0%{transform:translate(0,0);}100%{transform:translate(50px,50px);}}.hero-enterprise-content{position:relative;z-index:2;text-align:center;color:white;max-width:1200px;margin:0 auto;padding:2rem;}.hero-badge{display:inline-flex;align-items:center;gap:0.75rem;background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:50px;padding:0.75rem 1.5rem;transition:all 0.3s ease;}.hero-badge:hover{background:rgba(255,255,255,0.2);transform:translateY(-2px);}.badge-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.2);border-radius:50%;color:white;}.badge-text{font-size:0.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:white;}.hero-title-section{margin-bottom:3rem;}.hero-main-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;margin-top:2.5rem;color:white;text-shadow:0 4px 20px rgba(0,0,0,0.3);}.title-highlight{background:linear-gradient(135deg,#181b31 0%,#181b31 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;}.title-highlight::after{content:'';position:absolute;bottom:-5px;left:0;right:0;height:3px;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:2px;}.hero-subtitle{max-width:800px;margin:0 auto;}.subtitle-main{font-size:1.3rem;line-height:1.6;margin-bottom:1rem;color:rgba(255,255,255,0.95);font-weight:500;}.subtitle-detail{font-size:1.1rem;line-height:1.6;color:rgb(52 22 62);font-style:italic;margin:0;}.hero-metrics{margin:3rem 0;}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:600px;margin:0 auto;}.metric-item{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:15px;padding:1.5rem;transition:all 0.3s ease;}.metric-item:hover{background:rgba(255,255,255,0.15);transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.2);}.metric-icon{width:40px;height:40px;background:rgba(255,255,255,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem auto;color:white;}.metric-content{text-align:center;}.metric-number{display:block;font-size:1.8rem;font-weight:800;color:#fbbf24;line-height:1;margin-bottom:0.5rem;}.metric-label{font-size:0.9rem;color:rgb(30 41 59);font-weight:600;line-height:1.3;}.hero-value-proposition{margin:4rem 0;}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto;}.value-item{background:rgba(255,255,255,0.08);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.15);border-radius:20px;padding:2rem;text-align:center;transition:all 0.3s ease;}.value-item:hover{background:rgba(255,255,255,0.12);transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,0.2);}.value-icon{width:60px;height:60px;background:rgba(255,255,255,0.15);border-radius:15px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem auto;color:white;transition:all 0.3s ease;}.value-item:hover .value-icon{background:rgba(251,191,36,0.2);color:#fbbf24;transform:scale(1.1);}.value-title{font-size:3.2rem;font-weight:700;color:white;margin-bottom:1rem;line-height:1.0;}.value-description{font-size:0.95rem;color:rgba(255,255,255,0.8);line-height:1.6;margin:0;}.hero-cta-enterprise{margin-top:4rem;}.cta-primary-section{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;}.btn-enterprise-primary,.btn-enterprise-secondary{display:inline-flex;align-items:center;text-decoration:none;border-radius:15px;padding:1.25rem 2rem;transition:all 0.3s ease;position:relative;overflow:hidden;}.btn-enterprise-primary{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);color:#1e293b;box-shadow:0 8px 25px rgba(251,191,36,0.3);}.btn-enterprise-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(251,191,36,0.4);background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);}.btn-enterprise-secondary{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,0.3);color:white;}.btn-enterprise-secondary:hover{background:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.5);transform:translateY(-3px);box-shadow:0 12px 35px rgba(255,255,255,0.1);}.btn-content{display:flex;align-items:center;gap:1rem;}.btn-icon{width:40px;height:40px;background:rgba(255,255,255,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.btn-enterprise-primary .btn-icon{background:rgba(30,41,59,0.1);color:#1e293b;}.btn-text{display:flex;flex-direction:column;text-align:left;}.btn-title{font-size:1rem;font-weight:700;line-height:1.2;margin-bottom:0.25rem;}.btn-subtitle{font-size:0.85rem;opacity:0.8;font-weight:500;line-height:1.3;}.cta-trust-indicators{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;}.trust-item{display:flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.08);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.15);border-radius:25px;padding:0.75rem 1.25rem;transition:all 0.3s ease;}.trust-item:hover{background:rgba(255,255,255,0.12);transform:translateY(-2px);}.trust-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fbbf24;flex-shrink:0;}.trust-text{font-size:0.85rem;color:rgba(255,255,255,0.9);font-weight:600;white-space:nowrap;}@media (max-width:1024px){.hero-main-title{font-size:3rem;}.value-grid{grid-template-columns:1fr;gap:1.5rem;}.cta-primary-section{flex-direction:column;align-items:center;}}@media (max-width:768px){.hero-enterprise{min-height:90vh;}.hero-enterprise-content{padding:1.5rem;}.hero-main-title{font-size:2.5rem;}.subtitle-main{font-size:1.1rem;}.subtitle-detail{font-size:1rem;}.metrics-grid{grid-template-columns:1fr;gap:1rem;max-width:300px;}.value-grid{gap:1rem;}.value-item{padding:1.5rem;}.cta-trust-indicators{flex-direction:column;align-items:center;gap:1rem;}}@media (max-width:480px){.hero-main-title{font-size:2rem;}.btn-enterprise-primary,.btn-enterprise-secondary{padding:1rem 1.5rem;}.btn-content{gap:0.75rem;}.btn-icon{width:35px;height:35px;}.btn-title{font-size:0.9rem;}.btn-subtitle{font-size:0.8rem;}.metric-item,.value-item{padding:1.25rem;}}.portfolio-enterprise{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:5rem 0;position:relative;}.portfolio-enterprise::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#cbd5e1 50%,transparent 100%);}.portfolio-header{text-align:center;margin-bottom:4rem;}.portfolio-badge{display:inline-block;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;padding:0.5rem 1.5rem;border-radius:50px;font-size:0.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(30,64,175,0.3);}.portfolio-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;}.portfolio-subtitle{font-size:1.2rem;color:#475569;line-height:1.6;max-width:700px;margin:0 auto;}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:4rem;}.portfolio-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;}.portfolio-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(0,0,0,0.15);}.portfolio-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.portfolio-image{padding:2rem;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);display:flex;align-items:center;justify-content:center;min-height:200px;}.portfolio-mockup{width:100%;max-width:280px;perspective:1000px;}.mockup-screen{background:#1e293b;border-radius:12px;padding:8px;box-shadow:0 10px 30px rgba(0,0,0,0.3);transform:rotateY(-5deg) rotateX(5deg);transition:all 0.3s ease;}.portfolio-card:hover .mockup-screen{transform:rotateY(0deg) rotateX(0deg);}.mockup-header{background:#374151;border-radius:8px 8px 0 0;padding:8px 12px;display:flex;align-items:center;}.mockup-dots{display:flex;gap:4px;}.mockup-dots span{width:8px;height:8px;border-radius:50%;background:#6b7280;}.mockup-dots span:first-child{background:#ef4444;}.mockup-dots span:nth-child(2){background:#f59e0b;}.mockup-dots span:last-child{background:#10b981;}.mockup-content{background:white;border-radius:0 0 8px 8px;padding:16px;min-height:120px;}.mockup-logo{font-size:14px;font-weight:800;color:#181b31;margin-bottom:12px;text-align:center;letter-spacing:1px;}.mockup-nav{height:8px;background:linear-gradient(90deg,#e2e8f0 0%,#cbd5e1 100%);border-radius:4px;margin-bottom:12px;}.mockup-hero{height:24px;background:linear-gradient(90deg,#181b31 0%,#181b31 100%);border-radius:6px;margin-bottom:12px;}.mockup-products{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;}.mockup-products::before,.mockup-products::after{content:'';height:16px;background:#f1f5f9;border-radius:4px;}.mockup-products::before{grid-column:1 / 4;}.portfolio-content{padding:2rem;}.portfolio-info{margin-bottom:1.5rem;}.portfolio-client-name{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:0.75rem;line-height:1.3;}.portfolio-description{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:1rem;}.portfolio-tags{display:flex;gap:0.5rem;flex-wrap:wrap;margin-bottom:1.5rem;}.portfolio-tag{background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);color:#475569;padding:0.25rem 0.75rem;border-radius:15px;font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.portfolio-action{display:flex;justify-content:flex-end;}.portfolio-link{display:inline-flex;align-items:center;gap:0.5rem;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;padding:0.75rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:0.9rem;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(30,64,175,0.3);}.portfolio-link:hover{background:linear-gradient(135deg,#181b31 0%,#1e3a8a 100%);transform:translateY(-2px);box-shadow:0 8px 25px rgba(30,64,175,0.4);color:white;}.link-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;}.portfolio-link:hover .link-icon{transform:translateX(2px);}.portfolio-cta{text-align:center;background:white;border-radius:20px;padding:3rem;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid #e2e8f0;position:relative;overflow:hidden;}.portfolio-cta::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#181b31 0%,#181b31 100%);}.portfolio-cta-content{max-width:600px;margin:0 auto;}.portfolio-cta-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3;}.portfolio-cta-description{font-size:1.1rem;color:#64748b;line-height:1.6;margin-bottom:2rem;}.btn-portfolio-cta{display:inline-flex;align-items:center;gap:0.75rem;background:linear-gradient(135deg,#181b31 0%,#181b31 100%);color:white;padding:1rem 2rem;border-radius:15px;text-decoration:none;font-weight:700;font-size:1rem;transition:all 0.3s ease;box-shadow:0 8px 25px rgba(30,64,175,0.3);}.btn-portfolio-cta:hover{background:linear-gradient(135deg,#181b31 0%,#1e3a8a 100%);transform:translateY(-3px);box-shadow:0 12px 35px rgba(30,64,175,0.4);color:white;}.btn-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;}.btn-portfolio-cta:hover .btn-icon{transform:translateX(3px);}@media (max-width:1024px){.portfolio-grid{gap:2rem;}.portfolio-title{font-size:2.2rem;}.portfolio-cta-title{font-size:1.8rem;}}@media (max-width:768px){.portfolio-enterprise{padding:3rem 0;}.portfolio-grid{grid-template-columns:1fr;gap:1.5rem;}.portfolio-title{font-size:2rem;}.portfolio-subtitle{font-size:1.1rem;}.portfolio-image{padding:1.5rem;min-height:160px;}.portfolio-content{padding:1.5rem;}.portfolio-client-name{font-size:1.2rem;}.portfolio-cta{padding:2rem;}.portfolio-cta-title{font-size:1.6rem;}.portfolio-cta-description{font-size:1rem;}}@media (max-width:480px){.portfolio-header{margin-bottom:3rem;}.portfolio-title{font-size:1.8rem;}.portfolio-subtitle{font-size:1rem;}.portfolio-image{padding:1rem;min-height:140px;}.portfolio-content{padding:1.25rem;}.portfolio-tags{gap:0.25rem;}.portfolio-tag{font-size:0.7rem;padding:0.2rem 0.6rem;}.portfolio-link{padding:0.6rem 1.2rem;font-size:0.85rem;}.portfolio-cta{padding:1.5rem;}.portfolio-cta-title{font-size:1.4rem;}.btn-portfolio-cta{padding:0.875rem 1.5rem;font-size:0.9rem;}}.sistema-enterprise{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);color:#f8fafc;padding:6rem 0;position:relative;overflow:hidden;}.sistema-enterprise::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,0.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(147,51,234,0.1) 0%,transparent 50%);pointer-events:none;}.sistema-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2;}.sistema-badge{display:inline-block;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:white;padding:0.75rem 2rem;border-radius:50px;font-size:0.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:2rem;box-shadow:0 8px 25px rgba(59,130,246,0.3);border:1px solid rgba(59,130,246,0.2);}.sistema-title{font-size:3rem;font-weight:800;color:#f8fafc;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#f8fafc 0%,#cbd5e1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.sistema-subtitle{font-size:1.3rem;color:#cbd5e1;line-height:1.6;max-width:800px;margin:0 auto;}.sistema-intro{margin-bottom:5rem;position:relative;z-index:2;}.intro-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}.intro-text{color:#f8fafc;}.intro-badge{display:inline-block;background:rgba(59,130,246,0.2);color:#60a5fa;padding:0.5rem 1.5rem;border-radius:25px;font-size:0.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;border:1px solid rgba(59,130,246,0.3);}.intro-title{font-size:2.2rem;font-weight:700;color:#f8fafc;margin-bottom:1.5rem;line-height:1.3;}.intro-description{font-size:1.1rem;color:#cbd5e1;line-height:1.7;margin-bottom:2rem;}.intro-features{display:flex;flex-direction:column;gap:1rem;}.intro-feature{display:flex;align-items:center;gap:1rem;color:#e2e8f0;}.feature-icon{width:24px;height:24px;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0;}.feature-text{font-weight:500;color:#475569;}.intro-video{position:relative;}.video-container{background:rgba(15,23,42,0.8);border-radius:20px;padding:1.5rem;border:1px solid rgba(59,130,246,0.2);backdrop-filter:blur(10px);}.video-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:12px;overflow:hidden;margin-bottom:1.5rem;}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;}.video-info{color:#f8fafc;}.video-title{font-size:1.2rem;font-weight:600;color:#f8fafc;margin-bottom:0.5rem;}.video-description{font-size:0.95rem;color:#cbd5e1;margin-bottom:1rem;line-height:1.5;}.video-stats{display:flex;gap:1.5rem;font-size:0.85rem;color:#94a3b8;}.sistema-modules{margin-bottom:5rem;position:relative;z-index:2;}.modules-header{text-align:center;margin-bottom:3rem;}.modules-title{font-size:2.5rem;font-weight:700;color:#f8fafc;margin-bottom:1rem;line-height:1.3;}.modules-subtitle{font-size:1.1rem;color:#cbd5e1;line-height:1.6;}.modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;}.module-card{background:rgba(15,23,42,0.9);border-radius:20px;padding:2rem;border:1px solid rgba(59,130,246,0.2);backdrop-filter:blur(10px);transition:all 0.3s ease;position:relative;overflow:hidden;}.module-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6 0%,#1d4ed8 100%);}.module-card:hover{transform:translateY(-8px);border-color:rgba(59,130,246,0.4);box-shadow:0 20px 60px rgba(0,0,0,0.3);}.module-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;}.module-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 8px 25px rgba(59,130,246,0.3);}.module-badge{background:rgba(59,130,246,0.2);color:#60a5fa;padding:0.4rem 1rem;border-radius:20px;font-size:0.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;border:1px solid rgba(59,130,246,0.3);}.module-content{margin-bottom:2rem;}.module-title{font-size:1.5rem;font-weight:700;color:#f8fafc;margin-bottom:1rem;line-height:1.3;}.module-description{font-size:1rem;color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem;}.module-features{display:flex;flex-direction:column;gap:0.5rem;}.module-feature{font-size:0.9rem;color:#e2e8f0;display:flex;align-items:center;gap:0.5rem;}.module-feature::before{content:'✓';color:#3b82f6;font-weight:bold;}.module-media{position:relative;}.module-video{position:relative;border-radius:12px;overflow:hidden;}.video-thumbnail{position:relative;width:100%;height:0;padding-bottom:56.25%;}.video-thumbnail iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;}.video-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.8));padding:1rem;display:flex;justify-content:space-between;align-items:end;}.video-meta{display:flex;gap:1rem;font-size:0.8rem;color:white;font-weight:600;}.video-time,.video-quality{background:rgba(0,0,0,0.6);padding:0.25rem 0.75rem;border-radius:15px;backdrop-filter:blur(5px);}.sistema-demo{position:relative;z-index:2;}.demo-header{text-align:center;margin-bottom:3rem;}.demo-badge{display:inline-block;background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:white;padding:0.5rem 1.5rem;border-radius:25px;font-size:0.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(16,185,129,0.3);}.demo-title{font-size:2.2rem;font-weight:700;color:#f8fafc;margin-bottom:1rem;line-height:1.3;}.demo-subtitle{font-size:1.1rem;color:#cbd5e1;line-height:1.6;}.demo-content{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center;}.demo-preview{position:relative;}.demo-screen{background:#1e293b;border-radius:20px;padding:1rem;box-shadow:0 20px 60px rgba(0,0,0,0.4);border:1px solid rgba(59,130,246,0.2);}.demo-browser{background:#0f172a;border-radius:15px;overflow:hidden;}.browser-header{background:#374151;padding:1rem;display:flex;align-items:center;gap:1rem;}.browser-dots{display:flex;gap:0.5rem;}.dot{width:12px;height:12px;border-radius:50%;}.dot.red{background:#ef4444;}.dot.yellow{background:#f59e0b;}.dot.green{background:#10b981;}.browser-url{flex:1;background:#1f2937;padding:0.5rem 1rem;border-radius:8px;color:#9ca3af;font-size:0.85rem;}.browser-content{background:#f8fafc;min-height:300px;}.demo-interface{display:flex;height:300px;}.demo-sidebar{width:200px;background:#1e293b;padding:1rem;display:flex;flex-direction:column;gap:0.5rem;}.sidebar-item{padding:0.75rem;border-radius:8px;color:#cbd5e1;font-size:0.85rem;cursor:pointer;transition:all 0.2s ease;}.sidebar-item.active{background:#3b82f6;color:white;}.sidebar-item:hover:not(.active){background:#374151;}.demo-main{flex:1;padding:1.5rem;background:#f8fafc;}.demo-header-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0;}.demo-header-bar h4{font-size:1.2rem;font-weight:600;color:#1e293b;margin:0;}.demo-stats{display:flex;gap:2rem;}.stat{text-align:center;}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:#3b82f6;}.stat-label{font-size:0.8rem;color:#64748b;text-transform:uppercase;letter-spacing:0.5px;}.demo-charts{display:grid;grid-template-columns:2fr 1fr;gap:1rem;height:150px;}.chart-area{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-radius:8px;position:relative;}.chart-area::after{content:'';position:absolute;bottom:20%;left:10%;right:10%;height:2px;background:#3b82f6;border-radius:1px;}.chart-bars{background:#f1f5f9;border-radius:8px;display:flex;align-items:end;justify-content:space-around;padding:1rem;gap:0.5rem;}.chart-bars::before,.chart-bars::after{content:'';width:20px;background:#3b82f6;border-radius:2px;}.chart-bars::before{height:60%;}.chart-bars::after{height:80%;}.demo-actions{color:#f8fafc;}.demo-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;}.demo-feature{display:flex;align-items:center;gap:1rem;}.demo-feature .feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0;}.feature-content{flex:1;}.feature-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:0.25rem;}.feature-desc{font-size:0.9rem;color:#cbd5e1;line-height:1.4;}.demo-buttons{display:flex;flex-direction:column;gap:1rem;}.btn-demo-primary,.btn-demo-secondary{display:inline-flex;align-items:center;justify-content:center;gap:0.75rem;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all 0.3s ease;text-align:center;}.btn-demo-primary{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:white;box-shadow:0 8px 25px rgba(59,130,246,0.3);}.btn-demo-primary:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e3a8a 100%);transform:translateY(-2px);box-shadow:0 12px 35px rgba(59,130,246,0.4);color:white;}.btn-demo-secondary{background:rgba(59,130,246,0.1);color:#60a5fa;border:1px solid rgba(59,130,246,0.3);}.btn-demo-secondary:hover{background:rgba(59,130,246,0.2);border-color:rgba(59,130,246,0.5);color:#3b82f6;}.btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;}.btn-demo-primary:hover .btn-icon,.btn-demo-secondary:hover .btn-icon{transform:translateX(2px);}@media (max-width:1024px){.sistema-title{font-size:2.5rem;}.intro-content{gap:3rem;}.modules-grid{gap:2rem;}.demo-content{gap:2rem;}}@media (max-width:768px){.sistema-enterprise{padding:4rem 0;}.sistema-title{font-size:2.2rem;}.sistema-subtitle{font-size:1.1rem;}.intro-content{grid-template-columns:1fr;gap:2rem;}.modules-grid{grid-template-columns:1fr;gap:1.5rem;}.module-card{padding:1.5rem;}.demo-content{grid-template-columns:1fr;gap:2rem;}.demo-interface{height:250px;}.demo-sidebar{width:150px;}.demo-buttons{flex-direction:row;}}@media (max-width:480px){.sistema-header{margin-bottom:3rem;}.sistema-title{font-size:1.8rem;}.sistema-subtitle{font-size:1rem;}.intro-title{font-size:1.8rem;}.modules-title{font-size:2rem;}.module-card{padding:1.25rem;}.module-header{flex-direction:column;align-items:flex-start;gap:1rem;}.demo-interface{flex-direction:column;height:auto;}.demo-sidebar{width:100%;flex-direction:row;overflow-x:auto;padding:1rem;}.sidebar-item{white-space:nowrap;min-width:120px;}.demo-buttons{flex-direction:column;}.btn-demo-primary,.btn-demo-secondary{padding:0.875rem 1.5rem;font-size:0.9rem;}}video.player{max-width:100%;}.uil-youtube:before{content:"\edb5";}.ratio-16x9{--bs-aspect-ratio:56.25%;}.ratio{position:relative;width:100%;}.imagemdest01{width:380px;max-width:100%;height:auto;border-radius:12px;margin-top:12px;}.imagemdest111{width:449px;max-width:100%;height:auto;border-radius:12px;margin-top:0px;margin-bottom:32px;border:1px solid #e2e8f0;}.imagemdest222{max-width:100%;height:auto;border-radius:12px;margin-top:0px;margin-bottom:32px;border:1px solid #e2e8f0;}.imagemdest02{width:817px;max-width:100%;height:auto;border-radius:15px;border:1px solid #e2e8f0;margin-top:30px;margin-bottom:30px;}.imagemdest03{text-align:center;margin-top:20px;}.imagemdest04{width:500px;max-width:100%;height:auto;border:1px solid #e2e8f0;border-radius:15px;}.feature-titlebr{font-size:1.1rem;font-weight:600;color:#ffffff;margin-bottom:0.25rem;}.imagemdest08{width:817px;max-width:100%;height:auto;border-radius:15px;border:1px solid #313747;margin-top:30px;margin-bottom:30px;}.metric-labelbr{font-size:0.9rem;color:rgb(255 255 255);font-weight:600;line-height:1.3;}.aviso1{background-color:#ffef81;padding:10px;border-radius:15px;}@media (max-width:768px){.inibe{display:none;}.imagemdest01{width:100%;max-width:380px;height:auto;border-radius:12px;margin-top:12px;}.imagemdest111{width:449px;max-width:100%;height:auto;border-radius:12px;margin-top:0px;margin-bottom:32px;border:1px solid #e2e8f0;}.imagemdest02{width:100%;max-width:100%;height:auto;border-radius:15px;border:1px solid #e2e8f0;margin-top:20px;margin-bottom:20px;}.imagemdest04{width:100%;max-width:100%;height:auto;border:1px solid #e2e8f0;border-radius:15px;}.imagemdest08{width:100%;max-width:100%;height:auto;border-radius:15px;border:1px solid #313747;margin-top:20px;margin-bottom:20px;}.video-container{padding:1rem;border-radius:15px;}.video-wrapper{border-radius:10px;margin-bottom:1rem;}.modules-grid{grid-template-columns:1fr;gap:1.5rem;}.module-card{padding:1.5rem;border-radius:15px;}iframe{max-width:100%;height:auto;}.ratio{width:100%;margin:0 auto;}.ratio iframe{width:100%;height:100%;}}@keyframes primezap-pulse{0%{box-shadow:0 0 0 0 rgba(0,195,137,0.7);}70%{box-shadow:0 0 0 10px rgba(0,195,137,0);}100%{box-shadow:0 0 0 0 rgba(0,195,137,0);}}.primezap-whatsapp-button{display:inline-flex;align-items:center;background-color:#00c389;color:white;padding:8px 15px;border-radius:50px;text-decoration:none;font-family:Arial,sans-serif;font-size:14px;font-weight:bold;box-shadow:0 2px 5px rgba(0,0,0,0.2);transition:all 0.3s ease;position:fixed;right:20px;bottom:10%;width:260px;box-sizing:border-box;animation:primezap-pulse 2s infinite;z-index:9999;}.primezap-whatsapp-button:hover{background-color:#00a575;box-shadow:0 4px 8px rgba(0,0,0,0.3);color:white;}.primezap-whatsapp-button:hover .primezap-whatsapp-text,.primezap-whatsapp-button:hover .primezap-whatsapp-cta{color:white;}.primezap-whatsapp-icon{width:24px;height:24px;margin-right:8px;fill:white;}.primezap-whatsapp-text{display:inline-block;line-height:1.2;margin-left:5px;}.primezap-whatsapp-cta{display:block;font-size:11px;margin-bottom:0;}.primezap-whatsapp-cta1{display:block;font-size:11px;margin-bottom:0;}@media screen and (max-width:768px){.primezap-whatsapp-button{bottom:10%;right:10px;padding:12px;width:48px;height:48px;display:flex;justify-content:center;align-items:center;}.primezap-whatsapp-text{display:none;}.primezap-whatsapp-icon{margin-right:0;}}