@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;1,600&family=Inter:wght@300;400;500;600;700&display=swap";:root{--navy-900: #0A1628;--navy-800: #0F1F38;--navy-700: #152A48;--navy-600: #1C3558;--navy-500: #264573;--bg-dark: #0A1628;--bg-light: #F8F9FB;--bg-white: #FFFFFF;--bg-warm: #F5F3EF;--gold-500: #C5A355;--gold-400: #D4B76A;--gold-600: #A8893E;--gold-100: #F5EDD8;--gold-glow: rgba(197, 163, 85, .15);--autodesk-blue: #0696D7;--autodesk-bg: rgba(6, 150, 215, .08);--adobe-red: #E8210C;--adobe-bg: rgba(232, 33, 12, .08);--gov-green: #0D9668;--gov-bg: rgba(13, 150, 104, .08);--text-dark: #1A2332;--text-body: #3D4F63;--text-muted: #7A8999;--text-light: #F8F9FB;--text-light-secondary: rgba(248, 249, 251, .7);--border-light: #E2E6EB;--border-dark: rgba(255, 255, 255, .1);--shadow-sm: 0 1px 3px rgba(10, 22, 40, .06);--shadow-md: 0 4px 16px rgba(10, 22, 40, .08);--shadow-lg: 0 8px 32px rgba(10, 22, 40, .12);--shadow-xl: 0 16px 48px rgba(10, 22, 40, .16);--nav-height: 80px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{background-color:var(--bg-light);color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden;position:relative;width:100%}body.menu-open{overflow:hidden}h1,h2,h3{font-family:Montserrat,Playfair Display,sans-serif;letter-spacing:-.02em;font-weight:700;color:var(--text-dark);line-height:1.2}h4,h5,h6{font-family:Montserrat,sans-serif;letter-spacing:-.01em;font-weight:600}a{text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}button{-webkit-tap-highlight-color:transparent;font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.gradient-text{background:linear-gradient(135deg,var(--gold-500) 0%,var(--gold-400) 50%,var(--gold-600) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:800}.gradient-text-autodesk{color:var(--autodesk-blue);-webkit-text-fill-color:var(--autodesk-blue)}.gradient-text-adobe{color:var(--adobe-red);-webkit-text-fill-color:var(--adobe-red)}section{padding:6rem 0;position:relative;z-index:1}.section-dark{background-color:var(--bg-dark);color:var(--text-light)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:var(--text-light)}.section-dark p{color:var(--text-light-secondary)}.section-warm{background-color:var(--bg-warm)}.section-header{text-align:center;max-width:780px;margin:0 auto 3.5rem}.section-title{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin-bottom:1rem;line-height:1.15}.section-subtitle{color:var(--text-body);font-size:clamp(1rem,2vw,1.1rem);line-height:1.75}.section-dark .section-subtitle{color:var(--text-light-secondary)}.modern-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;background:var(--gold-100);border:1px solid var(--gold-400);color:var(--gold-600);margin-bottom:1.25rem}.section-dark .modern-badge{background:#c5a3551f;border-color:#c5a35559;color:var(--gold-400)}.card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2rem;transition:all .3s ease;position:relative}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.glass-card{background:#0f1f3899;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-dark);border-radius:var(--radius-lg);padding:2rem;transition:all .3s ease;position:relative}.glass-card:hover{border-color:#c5a35540;box-shadow:0 8px 32px #0000004d}.glass{background:#0f1f38d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.75rem;border-radius:var(--radius-md);font-weight:600;font-family:Montserrat,sans-serif;letter-spacing:.2px;cursor:pointer;transition:all .25s ease;border:none;font-size:.9rem;text-align:center}.btn-solid{background:linear-gradient(135deg,var(--gold-400) 0%,var(--gold-500) 50%,var(--gold-600) 100%);color:#0a1628;font-weight:700;box-shadow:0 4px 12px #c5a3554d}.btn-solid:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 20px #c5a35566}.btn-primary{background:var(--navy-800);color:var(--text-light);border:1px solid var(--border-dark)}.btn-primary:hover{background:var(--navy-700);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--navy-800);border:2px solid var(--navy-800)}.btn-outline:hover{background:var(--navy-800);color:var(--text-light)}@media (max-width: 768px){:root{--nav-height: 68px}.container{padding:0 1.25rem}section{padding:4rem 0}.section-header{margin-bottom:2.5rem}.card,.glass-card{padding:1.5rem;border-radius:var(--radius-md)}.btn{padding:.8rem 1.5rem;font-size:.85rem}}.navbar-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .35s ease;padding:.75rem 0}.navbar-scrolled{background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 8px #0a162814;padding:.5rem 0}.nav-container{max-width:1280px}.nav-bar{display:flex;align-items:center;justify-content:space-between;height:var(--nav-height);gap:2rem}.logo{display:flex;align-items:center;gap:.75rem;z-index:10}.logo-img{width:44px;height:44px;border-radius:8px;object-fit:contain}.logo-text-group{display:flex;flex-direction:column;line-height:1.1}.logo-text{font-family:Montserrat,sans-serif;font-weight:800;font-size:1.25rem;letter-spacing:.08em;color:var(--navy-900)}.navbar-scrolled .logo-text{color:var(--navy-900)}.logo-tagline{font-family:Inter,sans-serif;font-size:.6rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-500)}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-links a{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-body);padding:.5rem .85rem;border-radius:var(--radius-sm);transition:all .2s ease}.nav-links a:hover{color:var(--navy-900);background:#0a16280a}.navbar-scrolled .nav-links a{color:var(--text-body)}.navbar-scrolled .nav-links a:hover{color:var(--navy-900)}.navbar-wrapper:not(.navbar-scrolled) .nav-links a{color:#fffc}.navbar-wrapper:not(.navbar-scrolled) .nav-links a:hover{color:#fff;background:#ffffff14}.navbar-wrapper:not(.navbar-scrolled) .logo-text{color:#fff}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-cta-btn{padding:.7rem 1.4rem;font-size:.82rem}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--navy-900);z-index:10}.navbar-wrapper:not(.navbar-scrolled) .mobile-toggle{color:#fff}.desktop-only{display:flex}.mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a162880;z-index:998}.mobile-drawer{position:fixed;top:var(--nav-height);left:0;right:0;background:var(--bg-white);border-bottom:1px solid var(--border-light);z-index:999;box-shadow:var(--shadow-xl);max-height:calc(100vh - var(--nav-height));overflow-y:auto}.mobile-drawer-content{padding:1.5rem}.mobile-nav-links{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.mobile-link{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:var(--radius-md);font-size:1rem;font-weight:500;color:var(--text-dark);transition:background .2s ease}.mobile-link:hover{background:var(--bg-light)}.mobile-arrow{color:var(--text-muted)}.mobile-drawer-actions{display:flex;flex-direction:column;gap:.75rem}.mobile-action-btn,.mobile-whatsapp-btn{width:100%;justify-content:center;padding:1rem;font-size:.95rem}@media (max-width: 1024px){.desktop-only{display:none}.mobile-toggle{display:flex}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:calc(var(--nav-height) + 3rem);padding-bottom:4rem;overflow:hidden}.hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a1628eb,#0a1628d1 40%,#0a1628b3)}.hero-content-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;gap:3rem}.hero-content{max-width:720px}.hero-title{font-size:clamp(2.4rem,5.5vw,3.6rem);font-weight:800;color:#fff;line-height:1.12;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-highlight{color:var(--gold-400)}.hero-description{font-size:clamp(1rem,2vw,1.15rem);color:#ffffffbf;line-height:1.8;margin-bottom:2rem;max-width:640px}.hero-description strong{color:#fffffff2;font-weight:600}.hero-credentials{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.credential-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-full);font-size:.82rem;font-weight:500;color:#ffffffd9}.credential-item svg{color:var(--gold-400);flex-shrink:0}.hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap}.hero-primary-cta{padding:1rem 2rem;font-size:.95rem}.btn-outline-light{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 2rem;border-radius:var(--radius-md);font-weight:600;font-family:Montserrat,sans-serif;font-size:.95rem;cursor:pointer;transition:all .25s ease;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-outline-light:hover{background:#ffffff14;border-color:#ffffff80}.hero-stats-strip{display:flex;align-items:center;gap:2.5rem;padding:1.5rem 2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);max-width:max-content}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-number{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800;color:var(--gold-400)}.stat-label{font-size:.78rem;color:#fff9;font-weight:500}.stat-divider{width:1px;height:40px;background:#ffffff1f}@media (max-width: 768px){.hero-section{padding-top:calc(var(--nav-height) + 2rem);min-height:auto;padding-bottom:3rem}.hero-title{font-size:2rem}.hero-credentials,.hero-cta-group{flex-direction:column}.hero-primary-cta,.btn-outline-light{width:100%;justify-content:center}.hero-stats-strip{flex-direction:column;gap:1.25rem;align-items:flex-start;width:100%}.stat-divider{width:100%;height:1px}}.about-section{padding:7rem 0}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-image-wrapper{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.about-image{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:16/11}.about-text h3{font-size:1.6rem;font-weight:700;color:var(--text-dark);margin-bottom:1.25rem;line-height:1.3}.about-text p{color:var(--text-body);font-size:1rem;line-height:1.8;margin-bottom:1rem}.about-text p strong{color:var(--text-dark);font-weight:600}.about-values{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.value-item{display:flex;gap:1rem;padding:1.25rem;background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md)}.value-item svg{color:var(--gold-500);flex-shrink:0;margin-top:2px}.value-item strong{display:block;font-size:.9rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.value-item span{font-size:.88rem;color:var(--text-body);line-height:1.6}.about-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.about-stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;gap:.5rem}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--gold-100);color:var(--gold-600);border-radius:12px;margin-bottom:.5rem}.stat-num{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800;color:var(--navy-900)}.stat-lbl{font-size:.85rem;color:var(--text-muted);font-weight:500}@media (max-width: 768px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-stats-row{grid-template-columns:repeat(2,1fr);gap:1rem}.about-text h3{font-size:1.35rem}}.catalog-modern-section{background:var(--bg-light);padding:7rem 0}.segmented-tabs-wrapper{display:flex;justify-content:center;margin-bottom:2.5rem}.segmented-tabs{display:inline-flex;background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-full);padding:.3rem;gap:.25rem;-webkit-backdrop-filter:none;backdrop-filter:none}.segment-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;border:none;background:transparent;border-radius:var(--radius-full);cursor:pointer;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:var(--text-muted);transition:all .25s ease}.segment-btn:hover{color:var(--text-dark);background:var(--bg-light)}.segment-btn.active{color:var(--bg-white);font-weight:600}.segment-btn.autodesk-active{background:var(--autodesk-blue);color:#fff;box-shadow:0 2px 8px #0696d74d}.segment-btn.adobe-active{background:var(--adobe-red);color:#fff;box-shadow:0 2px 8px #e8210c4d}.segment-btn.gov-active{background:var(--navy-800);color:#fff;box-shadow:0 2px 8px #0a16284d}.segment-icon{flex-shrink:0}.selection-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--navy-800);color:#fff;border-radius:var(--radius-full);font-size:.9rem;z-index:900;box-shadow:var(--shadow-xl);-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid rgba(255,255,255,.1)}.toast-check{color:var(--gov-green)}.category-spotlight-card{margin-bottom:2.5rem;border:1px solid var(--border-light);background:var(--bg-white);-webkit-backdrop-filter:none;backdrop-filter:none;overflow:hidden}.spotlight-content{display:flex;align-items:center;gap:2rem}.spotlight-text{flex:1}.spotlight-tag{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--autodesk-blue);display:block;margin-bottom:.75rem}.spotlight-content h3{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;line-height:1.3}.spotlight-content p{font-size:.92rem;color:var(--text-body);line-height:1.7}.spotlight-content p strong{color:var(--text-dark)}.spotlight-image-preview{flex-shrink:0;position:relative}.spotlight-thumb{width:300px;height:auto;border-radius:var(--radius-md);object-fit:cover}.spotlight-badge-mini{position:absolute;bottom:.75rem;left:.75rem;padding:.35rem .75rem;background:#0a1628cc;border:1px solid rgba(6,150,215,.4);border-radius:var(--radius-full);font-size:.7rem;font-weight:600;color:#b4e0f7}.gov-spotlight-visual{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;background:var(--navy-800);border-radius:var(--radius-md);min-width:200px;text-align:center}.gov-icon-badge{font-size:2.5rem;margin-bottom:.25rem}.gov-spotlight-visual strong{color:#fff;font-size:.9rem}.gov-spotlight-visual span{color:var(--gold-400);font-size:.78rem;font-weight:500}.modern-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-bottom:2.5rem}.modern-product-card{display:flex;flex-direction:column;background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2rem;transition:all .3s ease;-webkit-backdrop-filter:none;backdrop-filter:none}.modern-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);border-color:var(--border-light)}.modern-product-card:before{display:none}.card-top-header{margin-bottom:1rem}.card-tags-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.brand-tag-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .6rem;border-radius:var(--radius-full);border:1px solid}.card-highlight-badge{font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:var(--radius-full);background:var(--gold-100);color:var(--gold-600);border:1px solid rgba(197,163,85,.3)}.product-card-title{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.product-card-subtitle{font-size:.85rem;color:var(--text-muted);font-weight:500}.product-card-desc{font-size:.9rem;color:var(--text-body);line-height:1.7;margin-bottom:1.25rem}.product-specs-box{background:var(--bg-light);border-radius:var(--radius-md);padding:1.25rem;margin-bottom:1.5rem;flex:1}.specs-header-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);display:block;margin-bottom:.75rem}.specs-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.specs-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.87rem;color:var(--text-body);line-height:1.5}.spec-check-icon{flex-shrink:0;margin-top:2px}.card-footer-action{margin-top:auto;border-top:1px solid var(--border-light);padding-top:1.25rem}.modalities-line{display:flex;gap:.5rem;align-items:baseline;margin-bottom:1rem}.modalities-tag-label{font-size:.78rem;font-weight:600;color:var(--text-muted)}.modalities-tag-value{font-size:.78rem;color:var(--text-body)}.card-cta-btn{width:100%;justify-content:center;background:var(--navy-800);color:var(--text-light);border:1px solid var(--navy-700);font-size:.85rem}.card-cta-btn:hover{background:var(--navy-700)}.custom-software-banner{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--bg-white);border:1px solid var(--border-light);-webkit-backdrop-filter:none;backdrop-filter:none}.custom-banner-left{display:flex;align-items:center;gap:1.25rem;flex:1}.custom-icon-orb{width:56px;height:56px;border-radius:14px;background:var(--gold-100);color:var(--gold-600);display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-banner-left h3{font-size:1.05rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.custom-banner-left p{font-size:.88rem;color:var(--text-body);line-height:1.5}@media (max-width: 768px){.segmented-tabs{flex-direction:column;border-radius:var(--radius-md);width:100%}.spotlight-content{flex-direction:column}.spotlight-thumb{width:100%}.modern-products-grid{grid-template-columns:1fr}.custom-software-banner,.custom-banner-left{flex-direction:column;text-align:center}}.gov-bento-section{background:var(--bg-dark);padding:7rem 0;color:var(--text-light)}.gov-bento-section .section-subtitle{color:var(--text-light-secondary)}.gov-bento-section .modern-badge{background:#c5a3551f;border-color:#c5a35559;color:var(--gold-400)}.bento-grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem}.bento-card{padding:2rem}.bento-large{grid-column:span 2}.bento-medium{grid-column:span 1}.bento-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.bento-icon-wrapper{width:44px;height:44px;border-radius:10px;background:#c5a3551f;color:var(--gold-400);display:flex;align-items:center;justify-content:center;flex-shrink:0}.bento-pill-tag{font-size:.7rem;font-weight:600;padding:.3rem .65rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-full);color:#fff9}.bento-title{font-size:1.2rem;font-weight:700;color:var(--text-light);margin-bottom:.75rem;line-height:1.3}.bento-desc{font-size:.92rem;color:#ffffffa6;line-height:1.7}.bento-bullet-points{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.bullet-point{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#ffffffbf}.bento-check{color:var(--gov-green);flex-shrink:0}.compliance-bento-box{margin-bottom:3rem;padding:2.5rem}.compliance-bento-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.compliance-header-title{display:flex;align-items:center;gap:1rem;flex:1}.shield-gold-icon{color:var(--gold-400);flex-shrink:0}.compliance-header-title h3{font-size:1.15rem;font-weight:700;color:var(--text-light);margin-bottom:.25rem}.compliance-header-title p{font-size:.88rem;color:#ffffff8c}.compliance-cta-btn{white-space:nowrap;font-size:.85rem}.compliance-grid-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.compliance-pill-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md)}.check-dot-emerald{color:var(--gov-green);flex-shrink:0;margin-top:2px}.compliance-pill-info strong{display:block;font-size:.88rem;color:var(--text-light);margin-bottom:.15rem}.compliance-pill-info span{font-size:.8rem;color:#ffffff80;line-height:1.4}.procurement-pipeline-wrapper{text-align:center}.pipeline-title{font-size:1.1rem;font-weight:700;color:var(--text-light);margin-bottom:2rem}.pipeline-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.pipeline-step-card{padding:1.75rem 1.25rem;text-align:center;border-radius:var(--radius-lg);background:#0f1f3899;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:none;backdrop-filter:none}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#c5a35526;color:var(--gold-400);font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:800;margin-bottom:1rem}.pipeline-step-card h4{font-size:.95rem;font-weight:700;color:var(--text-light);margin-bottom:.5rem;line-height:1.3}.pipeline-step-card p{font-size:.82rem;color:#ffffff8c;line-height:1.6}@media (max-width: 1024px){.bento-grid-container{grid-template-columns:1fr}.bento-large,.bento-medium{grid-column:span 1}.compliance-grid-list,.pipeline-steps-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.compliance-bento-header,.compliance-header-title{flex-direction:column;text-align:center}.compliance-grid-list,.pipeline-steps-grid{grid-template-columns:1fr}}.partnership-section{background:var(--bg-warm);padding:7rem 0}.partnership-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:flex-start}.partnership-title{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800;margin-bottom:1.25rem;line-height:1.2}.partnership-desc{font-size:1rem;color:var(--text-body);line-height:1.8;margin-bottom:2rem}.partnership-desc strong{color:var(--text-dark);font-weight:600}.security-cards-grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.security-card{display:flex;gap:1rem;padding:1.25rem}.security-icon-container{width:44px;height:44px;border-radius:10px;background:var(--gold-100);color:var(--gold-600);display:flex;align-items:center;justify-content:center;flex-shrink:0}.security-card h4{font-size:.92rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.security-card p{font-size:.85rem;color:var(--text-body);line-height:1.6}.visual-frame{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-xl)}.partnership-image{width:100%;height:auto;display:block;object-fit:cover}.floating-brand{position:absolute;display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;background:#0a1628e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.1)}.autodesk-float{top:1rem;left:1rem}.adobe-float{top:1rem;right:1rem}.brand-dot-blue{width:8px;height:8px;border-radius:50%;background:var(--autodesk-blue);flex-shrink:0}.brand-dot-red{width:8px;height:8px;border-radius:50%;background:var(--adobe-red);flex-shrink:0}.floating-brand strong{display:block;font-size:.72rem;font-weight:700;color:#fff;letter-spacing:.05em}.floating-brand span{font-size:.65rem;color:#fff9}.floating-gov-badge{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0a1628e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);border:1px solid rgba(197,163,85,.3);white-space:nowrap}.floating-gov-badge svg{color:var(--gov-green);flex-shrink:0}.floating-gov-badge span{font-size:.75rem;font-weight:600;color:#ffffffd9}@media (max-width: 768px){.partnership-layout{grid-template-columns:1fr;gap:2.5rem}.floating-brand{display:none}}.testimonials-section{background:var(--bg-dark);padding:7rem 0}.testimonials-carousel{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.testimonial-card{padding:3rem;text-align:center;position:relative}.testimonial-quote-icon{color:var(--gold-500);opacity:.3;margin-bottom:1.5rem}.testimonial-stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.testimonial-text{font-family:Playfair Display,serif;font-size:1.15rem;font-style:italic;color:#ffffffe0;line-height:1.85;margin-bottom:2rem;font-weight:400}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;background:#c5a35526;border:1px solid rgba(197,163,85,.3);display:flex;align-items:center;justify-content:center;color:var(--gold-400);flex-shrink:0}.author-info{display:flex;flex-direction:column;text-align:left}.author-info strong{font-size:.95rem;color:var(--text-light);font-weight:700}.author-info span{font-size:.82rem;color:#ffffff8c}.author-org{color:var(--gold-400)!important;font-weight:500;font-size:.8rem!important}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem}.carousel-btn{width:44px;height:44px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.carousel-btn:hover{background:#ffffff1a;color:#fff}.carousel-dots{display:flex;gap:.5rem}.carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:#fff3;cursor:pointer;transition:all .2s ease}.carousel-dot.active{background:var(--gold-400);width:28px;border-radius:5px}@media (max-width: 768px){.testimonial-card{padding:2rem 1.5rem}.testimonial-text{font-size:1rem}}.quote-modern-section{background:var(--bg-light);padding:7rem 0}.quote-grid-wrapper{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem;align-items:flex-start}.quote-left-form{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2.5rem;-webkit-backdrop-filter:none;backdrop-filter:none}.quote-left-form:before{display:none}.quote-left-form:hover{transform:none;box-shadow:none;border-color:var(--border-light)}.form-block{margin-bottom:2rem}.block-label{display:block;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.block-header-flex{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.selected-counter{font-size:.8rem;color:var(--gold-500);font-weight:600}.profile-selector-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.profile-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--bg-light);border:2px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit}.profile-card:hover{border-color:var(--gold-500)}.profile-card.selected{border-color:var(--gold-500);background:var(--gold-100)}.profile-icon{color:var(--gold-500);flex-shrink:0}.profile-card strong{display:block;font-size:.85rem;color:var(--text-dark)}.profile-card span{font-size:.75rem;color:var(--text-muted)}.software-pills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.software-pill-toggle{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;background:var(--bg-light);border:1px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.software-pill-toggle:hover{border-color:var(--gold-500)}.software-pill-toggle.active{border-color:var(--gold-500);background:var(--gold-100)}.checkbox-circle{width:20px;height:20px;border-radius:50%;border:2px solid var(--border-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.checkbox-circle.checked{background:var(--gold-500);border-color:var(--gold-500);color:#fff}.software-pill-title{font-size:.82rem;font-weight:500;color:var(--text-dark);flex:1}.software-brand-tag{font-size:.68rem;font-weight:700;text-transform:uppercase}.form-2col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.input-field-group{display:flex;flex-direction:column}.input-field-group label{font-size:.82rem;font-weight:600;color:var(--text-body);margin-bottom:.5rem}.modern-input,.modern-select,.modern-textarea{padding:.8rem 1rem;border:1px solid var(--border-light);border-radius:var(--radius-md);font-family:Inter,sans-serif;font-size:.9rem;color:var(--text-dark);background:var(--bg-light);transition:border-color .2s ease;width:100%}.modern-input:focus,.modern-select:focus,.modern-textarea:focus{outline:none;border-color:var(--gold-500);box-shadow:0 0 0 3px #c5a3551a}.modern-textarea{resize:vertical;min-height:80px}.input-grid-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.duration-pill-tabs{display:flex;gap:.5rem}.dur-tab{flex:1;padding:.7rem;border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-light);cursor:pointer;font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;color:var(--text-body);transition:all .2s ease;text-align:center}.dur-tab:hover{border-color:var(--gold-500)}.dur-tab.active{background:var(--gold-500);color:#fff;border-color:var(--gold-500);font-weight:700}.training-modern-toggle{display:flex;gap:1rem;padding:1.25rem;background:var(--bg-light);border:1px solid var(--border-light);border-radius:var(--radius-md)}.toggle-native{width:20px;height:20px;flex-shrink:0;margin-top:2px;accent-color:var(--gold-500)}.training-toggle-label{cursor:pointer}.training-toggle-label strong{display:block;font-size:.9rem;color:var(--text-dark);margin-bottom:.25rem}.training-toggle-label p{font-size:.82rem;color:var(--text-muted);line-height:1.5}.form-submit-actions{display:flex;gap:1rem;flex-wrap:wrap}.submit-quote-btn{flex:1}.whatsapp-quote-btn{background:#25d366;color:#fff;border:none}.whatsapp-quote-btn:hover{background:#1fb855;transform:translateY(-1px)}.quote-privacy-note{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.78rem;color:var(--text-muted)}.quote-privacy-note svg{color:var(--gov-green);flex-shrink:0}.quote-live-preview-card{position:sticky;top:calc(var(--nav-height) + 2rem);background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);-webkit-backdrop-filter:none;backdrop-filter:none}.quote-live-preview-card:before{display:none}.quote-live-preview-card:hover{transform:none;box-shadow:none;border-color:var(--border-light)}.preview-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.preview-icon-box{width:44px;height:44px;border-radius:10px;background:var(--gold-100);color:var(--gold-600);display:flex;align-items:center;justify-content:center;flex-shrink:0}.preview-header h4{font-size:1rem;font-weight:700;color:var(--text-dark)}.live-pill{font-size:.72rem;color:var(--gov-green);font-weight:500}.preview-body{display:flex;flex-direction:column;gap:.75rem}.preview-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.88rem}.preview-label{color:var(--text-muted);font-weight:500}.preview-val{color:var(--text-dark);font-weight:600;text-align:right}.preview-divider{height:1px;background:var(--border-light);margin:.5rem 0}.preview-softwares-list ul{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.preview-softwares-list li{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-body)}.preview-check{color:var(--gov-green);flex-shrink:0}.preview-included-perks{display:flex;flex-direction:column;gap:.4rem}.perk-item{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-body)}.perk-check{color:var(--gold-500);flex-shrink:0}.preview-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-light)}.preview-quick-btn{width:100%;justify-content:center}.submitted-modern-card{text-align:center;padding:3rem 2rem;background:var(--bg-white);border:1px solid var(--border-light);-webkit-backdrop-filter:none;backdrop-filter:none}.submitted-modern-card:before{display:none}.submitted-modern-card:hover{transform:none;box-shadow:none}.success-icon-orb{color:var(--gov-green);margin-bottom:1.5rem}.submitted-modern-card h3{font-size:1.5rem;margin-bottom:1rem}.submitted-modern-card>p{font-size:1rem;color:var(--text-body);line-height:1.7;margin-bottom:2rem}.summary-details-box{text-align:left;padding:1.5rem;background:var(--bg-light);border:1px solid var(--border-light);border-radius:var(--radius-md);margin-bottom:2rem;-webkit-backdrop-filter:none;backdrop-filter:none}.summary-details-box h4{margin-bottom:.75rem;font-size:.95rem;color:var(--text-dark)}.summary-details-box p{font-size:.88rem;color:var(--text-body);line-height:1.6;margin-bottom:.25rem}.submitted-actions-row{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 1024px){.quote-grid-wrapper{grid-template-columns:1fr}.quote-live-preview-card{position:static}}@media (max-width: 768px){.profile-selector-row,.software-pills-grid,.form-2col,.input-grid-fields{grid-template-columns:1fr}.duration-pill-tabs,.form-submit-actions{flex-direction:column}.quote-left-form{padding:1.5rem}}.faq-modern-section{background:var(--bg-light);padding:7rem 0}.faq-accordion-wrapper{max-width:820px;margin:0 auto 3rem;display:flex;flex-direction:column;gap:.75rem}.faq-modern-item{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:0;cursor:pointer;transition:all .25s ease;overflow:hidden;-webkit-backdrop-filter:none;backdrop-filter:none}.faq-modern-item:before{display:none}.faq-modern-item:hover{border-color:var(--gold-500);transform:none;box-shadow:var(--shadow-sm)}.faq-modern-item.active-open{border-color:var(--gold-500);box-shadow:var(--shadow-md)}.faq-question-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem}.faq-num{font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:800;color:var(--gold-500);flex-shrink:0;min-width:2rem}.faq-question-header h3{font-size:.95rem;font-weight:600;color:var(--text-dark);flex:1;line-height:1.4}.faq-toggle-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--bg-light);color:var(--text-muted);flex-shrink:0;transition:all .3s ease}.active-open .faq-toggle-icon{transform:rotate(180deg);background:var(--gold-100);color:var(--gold-600)}.faq-answer-body{overflow:hidden}.faq-answer-body p{padding:0 1.5rem 1.5rem 4rem;font-size:.92rem;color:var(--text-body);line-height:1.8}.faq-bottom-banner{max-width:820px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--bg-white);border:1px solid var(--border-light);-webkit-backdrop-filter:none;backdrop-filter:none}.faq-bottom-banner:before{display:none}.faq-bottom-banner:hover{transform:none;box-shadow:var(--shadow-sm)}.faq-banner-content{display:flex;align-items:center;gap:1rem;flex:1}.faq-banner-icon{width:48px;height:48px;border-radius:12px;background:var(--gold-100);color:var(--gold-600);display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-banner-content h4{font-size:.95rem;font-weight:700;color:var(--text-dark);margin-bottom:.15rem}.faq-banner-content p{font-size:.82rem;color:var(--text-muted)}.faq-banner-btn{white-space:nowrap;font-size:.85rem}@media (max-width: 768px){.faq-question-header{padding:1rem}.faq-answer-body p{padding:0 1rem 1.25rem}.faq-bottom-banner,.faq-banner-content{flex-direction:column;text-align:center}}.footer-section{background:var(--navy-900);color:var(--text-light)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:3rem;padding:5rem 0 3rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.footer-logo-img{width:40px;height:40px;border-radius:8px;object-fit:contain}.footer-logo-text{display:flex;flex-direction:column;line-height:1.1}.footer-company{font-family:Montserrat,sans-serif;font-weight:800;font-size:1.15rem;letter-spacing:.08em;color:#fff}.footer-tagline{font-size:.58rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-400)}.footer-desc{font-size:.88rem;color:#ffffff8c;line-height:1.7;margin-bottom:1.25rem}.footer-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.footer-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;background:#c5a3551a;border:1px solid rgba(197,163,85,.25);border-radius:var(--radius-full);font-size:.72rem;font-weight:600;color:var(--gold-400)}.footer-socials{display:flex;gap:.75rem}.social-link{width:40px;height:40px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff9;transition:all .2s ease}.social-link:hover{background:#ffffff1a;color:#fff;border-color:#fff3}.footer-links-col h4{font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:1.25rem}.footer-links-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links-col a{font-size:.88rem;color:#ffffff8c;transition:color .2s ease}.footer-links-col a:hover{color:var(--gold-400)}.footer-contact-col h4{font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:1.25rem}.footer-contacts{font-style:normal;display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;gap:.75rem;align-items:flex-start}.contact-icon{color:var(--gold-400);flex-shrink:0;margin-top:3px}.contact-label{display:block;font-size:.75rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.15rem}.contact-link{font-size:.88rem;color:#ffffffb3;transition:color .2s ease}.contact-link:hover{color:var(--gold-400)}.contact-item span:not(.contact-label){font-size:.88rem;color:#ffffff8c}.footer-bottom{border-top:1px solid rgba(255,255,255,.08)}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;gap:1.5rem;flex-wrap:wrap}.footer-legal p{font-size:.78rem;color:#fff6;line-height:1.5}.footer-cnpj{margin-top:.25rem;color:#ffffff4d!important;font-size:.72rem!important}.footer-compliance-text{font-size:.72rem;color:#ffffff4d}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem;padding:3rem 0 2rem}.footer-bottom-inner{flex-direction:column;text-align:center}}.whatsapp-floating-wrapper{position:fixed;bottom:1.5rem;right:1.5rem;z-index:900;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.whatsapp-tooltip{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:.75rem 1rem;box-shadow:var(--shadow-lg);position:relative;max-width:240px;-webkit-backdrop-filter:none;backdrop-filter:none}.tooltip-close-btn{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.15rem}.tooltip-title{font-size:.82rem;font-weight:700;color:var(--text-dark);margin-bottom:.15rem}.tooltip-desc{font-size:.75rem;color:var(--text-muted)}.whatsapp-floating-btn{width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36659;transition:all .25s ease;position:relative}.whatsapp-floating-btn:hover{transform:scale(1.05);box-shadow:0 6px 24px #25d36673}.pulse-ring{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid rgba(37,211,102,.4);animation:pulse-wa 2s infinite}@keyframes pulse-wa{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}
