@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap";:root{--font-heading:"Plus Jakarta Sans", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif;--bg-app:#f8fafc;--bg-sidebar:#1e40aff2;--bg-card:#fff;--bg-card-hover:#f1f5f9;--border-color:#e2e8f0;--border-focus:#f59e0b80;--primary:#f59e0b;--primary-glow:#f59e0b26;--secondary:#1e40af;--gradient-primary:linear-gradient(135deg, #f59e0b 0%, #ff8c00 100%);--gradient-secondary:linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);--gradient-success:linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-warning:linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--gradient-danger:linear-gradient(135deg, #ef4444 0%, #dc2626 100%);--text-success:#34d399;--text-warning:#fbbf24;--text-danger:#f87171;--text-info:#60a5fa;--text-main:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--glass-shadow:0 8px 32px 0 #0000005e;--glass-backdrop:blur(16px);--border-glass:1px solid #ffffff0f;box-sizing:border-box}*{box-sizing:inherit;font-family:var(--font-body);margin:0;padding:0}html,body{background-color:var(--bg-app);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:#0f172a;margin-bottom:.75rem;font-weight:700;line-height:1.2}h1{font-size:clamp(2.2rem,4vw,3.6rem);font-weight:800}h2{font-size:clamp(1.8rem,3.2vw,2.5rem);font-weight:800}h3{font-size:clamp(1.35rem,2.2vw,1.75rem)}h4{font-size:clamp(1.15rem,1.8vw,1.35rem)}p{font-family:var(--font-body);color:#475569;margin-bottom:1rem;font-size:.95rem;line-height:1.65}a{font-family:inherit}.bg-glow-1{z-index:-1;pointer-events:none;background:radial-gradient(circle,#6366f126 0%,#0000 70%);width:50vw;height:50vw;position:fixed;top:-10%;left:-10%}.bg-glow-2{z-index:-1;pointer-events:none;background:radial-gradient(circle,#a855f726 0%,#0000 70%);width:50vw;height:50vw;position:fixed;bottom:-10%;right:-10%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#080a1080}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.main-layout{flex-direction:column;min-height:100vh;display:flex}.content{flex:1}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 2rem}.main-header{border-bottom:1px solid var(--border-color);z-index:100;background:#fff;padding:1rem 0;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{flex-direction:column;align-items:flex-start;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:auto;height:38px}.logo-subtext{color:#64748b;letter-spacing:.5px;margin-top:1px;font-size:7px;font-weight:600}.main-nav{align-items:center;gap:2rem;display:flex}.nav-item-dropdown{cursor:pointer;position:relative}.nav-dropdown-menu{white-space:nowrap;opacity:0;visibility:hidden;background:#fff;border:1px solid #f59e0b29;border-radius:12px;min-width:380px;padding:.5rem;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + .75rem);left:0;transform:translateY(8px);box-shadow:0 18px 35px #0f172a1f}.nav-item-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu a{color:#1e293b;border-radius:8px;padding:.75rem .85rem;font-size:.92rem;font-weight:600;text-decoration:none;display:block}.nav-dropdown-menu a:hover{color:#ea580c;background:#fff7ed}.chevron-down{border-left:4px solid #0000;border-right:4px solid #0000;border-top:4px solid var(--text-secondary);vertical-align:middle;width:0;height:0;margin-left:4px;transition:transform .2s;display:inline-block}.nav-link{color:var(--text-main);padding:.5rem 0;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link.active:after{content:"";background-color:var(--primary);border-radius:2px;width:100%;height:3px;position:absolute;bottom:-4px;left:0}.btn-login{padding:.5rem 1rem!important;font-weight:600!important}.arrow-right-icon:after{content:" →";font-weight:700}.header-actions{gap:1rem;display:flex}.main-footer{color:#1e293b;background:radial-gradient(circle at 12% 8%,#f59e0b4d 0%,#0000 30%),radial-gradient(circle at 88% 0,#1e40af1f 0%,#0000 26%),linear-gradient(135deg,#fff7ed 0%,#ffedd5 58%,#fed7aa 100%);border-top:1px solid #f59e0b47;padding-top:4rem;position:relative;overflow:hidden}.main-footer:before{content:"";opacity:.32;pointer-events:none;background-image:radial-gradient(#f59e0b47 1.5px,#0000 1.5px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 34% 66%,#000 100%);mask-image:linear-gradient(90deg,#000 0%,#0000 34% 66%,#000 100%)}.main-footer:after{content:"";background:linear-gradient(90deg,#f59e0b 0%,#ea580c 48%,#1e40af 100%);height:5px;position:absolute;top:0;left:0;right:0}.main-footer>*{z-index:1;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:2rem;margin-bottom:3rem;display:grid}.footer-col{padding:.15rem 0}.brand-col{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffad;border:1px solid #f59e0b2e;border-radius:18px;padding:1.25rem;box-shadow:0 18px 40px #7c2d1214}.brand-col .logo-text{color:#0f172a}.footer-slogan{color:#475569;margin:1rem 0;font-size:.9rem;font-weight:600}.social-links{gap:1rem;display:flex}.social-links a{color:#f59e0b;background:#fff;border:1px solid #f59e0b2e;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s,transform .2s;display:flex;box-shadow:0 8px 18px #f59e0b14}.social-links a:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.footer-col h4{font-family:var(--font-heading);color:#0f172a;margin-bottom:1.25rem;font-size:1.1rem;position:relative}.footer-col h4:after{content:"";background:#f59e0b;border-radius:999px;width:28px;height:3px;margin-top:.45rem;display:block}.footer-col ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li,.footer-col ul a{color:#475569;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:#ea580c}.footer-bottom{background:#0f172ae0;border-top:1px solid #f59e0b33;padding:1.5rem 0}.footer-bottom .container{color:#cbd5e1;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#cbd5e1;text-decoration:none}.footer-legal a:hover{color:#f59e0b}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.btn-secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.chevron-down-icon{vertical-align:middle;margin-left:5px;transition:transform .25s}.nav-item-dropdown:hover .chevron-down-icon{transform:rotate(180deg)}.mobile-menu-toggle{color:#1e293b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:color .2s,transform .2s;display:none}.mobile-menu-toggle:hover{color:var(--primary);transform:scale(1.05)}.mobile-menu-toggle:active{transform:scale(.95)}.mobile-nav-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;visibility:hidden;background:#0f172a73;transition:opacity .35s,visibility .35s;position:fixed;inset:0}.mobile-nav-backdrop.active{opacity:1;visibility:visible}.mobile-nav-drawer{z-index:10000;visibility:hidden;background:#fff;flex-direction:column;width:100%;max-width:320px;padding:1.5rem;transition:transform .35s cubic-bezier(.16,1,.3,1),visibility .35s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 40px #0f172a1f}.mobile-nav-drawer.open{visibility:visible;transform:translate(0)}.mobile-nav-drawer-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.mobile-drawer-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.35rem;transition:background-color .2s,color .2s;display:flex}.mobile-drawer-close:hover{color:#ef4444;background-color:#f1f5f9}.mobile-nav-links{flex-direction:column;flex:1;gap:.4rem;padding-right:.25rem;display:flex;overflow-y:auto}.mobile-nav-link,.mobile-accordion-trigger{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.8rem 1rem;font-size:.98rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.mobile-nav-link:hover,.mobile-accordion-trigger:hover,.mobile-nav-link.active,.mobile-accordion-trigger.active{color:var(--primary);background-color:#fff7ed}.mobile-accordion-trigger .chevron{color:#64748b;transition:transform .25s}.mobile-accordion-trigger.expanded .chevron{color:var(--primary);transform:rotate(180deg)}.mobile-accordion-content{background-color:#fafaf9;border-radius:8px;max-height:0;margin:0 .5rem;transition:max-height .3s cubic-bezier(.16,1,.3,1),padding .3s;overflow:hidden}.mobile-accordion-content.show{max-height:250px;margin-bottom:.4rem;padding:.4rem 0}.mobile-accordion-content a{color:#475569;padding:.6rem 1.25rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.mobile-accordion-content a:hover{color:var(--primary)}.mobile-nav-drawer-footer{border-top:1px solid #f1f5f9;margin-top:1.25rem;padding-top:1.25rem}@media (width<=1024px){.main-nav,.desktop-only{display:none!important}.mobile-menu-toggle{display:flex}.footer-grid{grid-template-columns:1fr 1fr 1fr}}@media (width<=768px){.footer-grid{grid-template-columns:1fr}.footer-bottom .container{text-align:center;flex-direction:column;gap:1rem}}.floating-contact-widget{z-index:9999;flex-direction:column;align-items:center;gap:.85rem;display:flex;position:fixed;bottom:2.5rem;right:2rem}.float-sub-buttons{flex-direction:column;gap:.85rem;margin-bottom:.15rem;display:flex}.floating-contact-widget:not(.active) .float-sub-buttons .float-btn{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(24px)scale(.6)}.floating-contact-widget.active .float-sub-buttons .float-btn{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.float-btn{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;box-shadow:0 8px 24px #0f172a24}.float-btn:hover{transform:scale(1.1)translateY(-2px);box-shadow:0 12px 32px #0f172a3d}.float-trigger{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:2px solid #f59e0b80;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 10px 25px #f59e0b40}.float-trigger:hover{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-color:#f59e0bcc;transform:scale(1.1)}.floating-contact-widget.active .float-trigger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-color:#ffffff59;transform:rotate(90deg);box-shadow:0 10px 25px #ef44444d}.floating-contact-widget.active .float-trigger:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:scale(1.1)rotate(90deg)}.float-facebook{background:linear-gradient(135deg,#1877f2 0%,#0c4fb3 100%);box-shadow:0 8px 20px #1877f233}.float-facebook:hover{box-shadow:0 12px 28px #1877f259}.float-zalo{background:linear-gradient(135deg,#00c6ff 0%,#0072ff 100%);box-shadow:0 8px 20px #0072ff33}.float-zalo:hover{box-shadow:0 12px 28px #0072ff59}.float-phone{background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);animation:2.2s infinite pulse-phone;box-shadow:0 8px 20px #f59e0b33}.float-phone:hover{box-shadow:0 12px 28px #f59e0b59}.floating-contact-widget:not(.active) .float-sub-buttons .float-btn:first-child{transition-delay:.12s}.floating-contact-widget:not(.active) .float-sub-buttons .float-btn:nth-child(2){transition-delay:60ms}.floating-contact-widget:not(.active) .float-sub-buttons .float-btn:nth-child(3){transition-delay:0s}.floating-contact-widget.active .float-sub-buttons .float-btn:nth-child(3){transition-delay:40ms}.floating-contact-widget.active .float-sub-buttons .float-btn:nth-child(2){transition-delay:.12s}.floating-contact-widget.active .float-sub-buttons .float-btn:first-child{transition-delay:.2s}.float-tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;background:#0f172a;border-radius:10px;padding:8px 16px;font-size:.88rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;right:calc(100% + 15px);transform:translateY(-50%)translate(10px);box-shadow:0 6px 20px #0f172a2e}.float-tooltip:after{content:"";border:6px solid #0000;border-left-color:#0f172a;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.float-btn:hover .float-tooltip{opacity:1;visibility:visible;transform:translateY(-50%)translate(0)}@keyframes pulse-phone{0%{box-shadow:0 0 #f59e0b99}70%{box-shadow:0 0 0 14px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}.consultation-popup-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;opacity:0;visibility:hidden;background-color:#00000073;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;transition:opacity .5s cubic-bezier(.16,1,.3,1),visibility .5s;display:flex;position:fixed;top:0;left:0}.consultation-popup-overlay.active{opacity:1;visibility:visible}.consultation-popup-card{background:#fff;border:1px solid #fffc;border-radius:24px;grid-template-columns:1.1fr 1fr;width:100%;max-width:960px;transition:transform .6s cubic-bezier(.34,1.56,.64,1);display:grid;position:relative;overflow:hidden;transform:translateY(40px)scale(.95);box-shadow:0 25px 50px -12px #00000040}.consultation-popup-overlay.active .consultation-popup-card{transform:translateY(0)scale(1)}.consultation-popup-close{cursor:pointer;color:#ef4444;z-index:10;background:#fff;border:1px solid #e2e8f0cc;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .3s,background-color .3s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 12px #00000014}.consultation-popup-close:hover{background-color:#fef2f2;transform:rotate(90deg)scale(1.1)}.consultation-popup-left{background:linear-gradient(135deg,#fff3e6 0%,#ffe4cc 100%);flex-direction:column;justify-content:space-between;padding:40px;display:flex;position:relative;overflow:hidden}.consultation-popup-dots{opacity:.5;pointer-events:none;background-image:radial-gradient(#fdba74 2px,#0000 2px);background-size:12px 12px;width:90px;height:60px;position:absolute;top:24px;right:40px}.consultation-popup-circle-dec{pointer-events:none;border:2px dashed #fdba7466;border-radius:50%;width:140px;height:140px;animation:30s linear infinite spin;position:absolute;top:40%;left:-40px}@keyframes spin{to{transform:rotate(360deg)}}.popup-left-header{z-index:2;position:relative}.popup-handwritten-kicker{color:#ea580c;transform-origin:0;margin-bottom:2px;font-family:Caveat,cursive;font-size:2.2rem;display:block;transform:rotate(-3deg)}.popup-main-title{font-family:var(--font-heading);color:#c2410c;text-transform:uppercase;letter-spacing:-.5px;margin-bottom:16px;font-size:2.2rem;font-weight:800;line-height:1.1}.popup-description{color:#7c2d12;opacity:.9;margin-bottom:30px;font-size:.95rem;font-weight:500;line-height:1.5}.popup-benefits-list{z-index:2;flex-direction:column;gap:16px;margin-bottom:30px;display:flex}.popup-benefit-item{align-items:flex-start;gap:12px;display:flex}.popup-benefit-icon{color:#ea580c;background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 10px #ea580c1a}.popup-benefit-info{flex-direction:column;gap:2px;display:flex}.popup-benefit-info strong{color:#1e293b;font-size:.95rem;font-weight:600}.popup-benefit-info span{color:#64748b;font-size:.85rem}.popup-graphic-area{z-index:2;justify-content:center;align-items:flex-end;height:160px;margin-top:auto;display:flex;position:relative}.popup-graphic-laptop{background:#1e293b;border:4px solid #334155;border-radius:8px 8px 0 0;justify-content:center;align-items:center;width:170px;height:105px;display:flex;position:relative;box-shadow:0 10px 25px #00000026}.popup-graphic-screen{background:#fff;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;width:94%;height:92%;padding:8px;display:flex}.popup-graphic-logo{font-family:var(--font-heading);color:#c2410c;letter-spacing:.5px;flex-direction:column;align-items:center;gap:2px;font-size:.8rem;font-weight:800;display:flex}.popup-graphic-logo-icon{color:#fff;background:#ea580c;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:900;display:flex;box-shadow:0 2px 5px #ea580c4d}.popup-graphic-base{background:#64748b;border-radius:3px;width:200px;height:6px;position:absolute;bottom:-4px}.popup-graphic-headset{color:#475569;filter:drop-shadow(0 4px 8px #0000001a);font-size:1.8rem;animation:3s ease-in-out infinite alternate hover-micro;position:absolute;bottom:0;left:20px}.popup-graphic-gift{color:#ea580c;filter:drop-shadow(0 4px 8px #ea580c33);font-size:1.8rem;animation:3s ease-in-out infinite alternate-reverse hover-micro;position:absolute;bottom:0;right:25px}.popup-float-mail{color:#ea580c;animation:4s ease-in-out infinite float-bubble;position:absolute;top:15px;left:30px}.popup-float-user{color:#f97316;animation:5s ease-in-out 1s infinite float-bubble;position:absolute;top:50px;right:40px}@keyframes float-bubble{0%{opacity:.8;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-10px)scale(1.08)}to{opacity:.8;transform:translateY(0)scale(1)}}@keyframes hover-micro{0%{transform:translateY(0)}to{transform:translateY(-5px)}}.consultation-popup-right{flex-direction:column;justify-content:center;padding:40px;display:flex}.popup-right-title{font-family:var(--font-heading);color:#ea580c;text-align:center;letter-spacing:.5px;margin-bottom:24px;font-size:1.35rem;font-weight:700}.popup-form{flex-direction:column;gap:12px;display:flex}.popup-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.popup-input-container{width:100%;position:relative}.popup-input-icon{color:#f97316;pointer-events:none;opacity:.8;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.popup-form input,.popup-form select{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 14px 12px 42px;font-size:.9rem;font-weight:500;transition:all .3s}.popup-form select{appearance:none;cursor:pointer}.popup-form input::placeholder{color:#94a3b8}.popup-form input:focus,.popup-form select:focus{background:#fff;border-color:#ea580c;box-shadow:0 0 0 4px #ea580c1f}.popup-submit-btn{color:#fff;font-family:var(--font-heading);cursor:pointer;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:8px;padding:14px;font-size:1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 14px #ea580c4d}.popup-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#ea580c 0%,#c2410c 100%);transform:translateY(-2px);box-shadow:0 6px 20px #ea580c73}.popup-submit-btn:disabled{opacity:.7;cursor:not-allowed}.popup-secure-footer{color:#64748b;justify-content:center;align-items:center;gap:6px;margin-top:14px;font-size:.8rem;font-weight:500;display:flex}.popup-secure-footer svg{color:#475569}.popup-success-message{color:#15803d;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:12px;padding:12px;font-size:.88rem;font-weight:600;animation:.3s fadeIn}.popup-error-message{color:#b91c1c;text-align:center;background:#fef2f2;border:1px solid #fca5a5;border-radius:12px;margin-top:12px;padding:12px;font-size:.88rem;font-weight:600;animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.consultation-popup-card{border-radius:16px;grid-template-columns:1fr;max-height:90vh;overflow-y:auto}.consultation-popup-left{padding:30px 24px}.popup-graphic-area{display:none}.consultation-popup-right{padding:24px}.popup-main-title,.popup-handwritten-kicker{font-size:1.8rem}}.hero-section{background:radial-gradient(circle at 80% 30%,#f59e0b26 0%,#0000 60%),radial-gradient(circle at 10% 10%,#1e40af0d 0%,#0000 40%),#fff;padding:5rem 0 7rem;position:relative;overflow:hidden}.bg-decorations{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.decor-lines-bottom-left{position:absolute;bottom:-100px;left:-100px}.decor-lines-top-right{position:absolute;top:-100px;right:-100px}.decor-crystal{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#f59e0b2e 0%,#ffffff0d 100%);border:1px solid #f59e0b33;border-radius:8px;position:absolute;transform:rotate(45deg);box-shadow:0 8px 32px #f59e0b14}.crystal-1{width:28px;height:28px;animation:6s ease-in-out infinite float;top:25%;left:5%}.crystal-2{width:42px;height:42px;animation:8s ease-in-out infinite float-reverse;top:50%;left:45%}.crystal-3{width:22px;height:22px;animation:7s ease-in-out infinite float;top:15%;right:6%}@keyframes float{0%{transform:rotate(45deg)translateY(0)}50%{transform:rotate(45deg)translateY(-8px)}to{transform:rotate(45deg)translateY(0)}}@keyframes float-reverse{0%{transform:rotate(45deg)translateY(0)}50%{transform:rotate(45deg)translateY(8px)}to{transform:rotate(45deg)translateY(0)}}.hero-container{z-index:2;align-items:center;gap:3rem;display:flex;position:relative}.hero-content{text-align:left;flex:1.1}.hero-badge-transparent{color:#64748b;letter-spacing:.3px;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.badge-gold-icon{font-size:1.1rem}.text-orange-strong{color:#f59e0b;font-weight:700}.hero-title-uppercase{color:#1e293b;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.highlight-orange{background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-top:.5rem;font-weight:800;display:block}.hero-subtitle-grey{color:#4b5563;max-width:540px;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.hero-actions{gap:1.25rem;margin-bottom:2rem;display:flex}.btn-orange-rounded{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border-radius:8px;align-items:center;gap:1.2rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #ea580c33}.btn-orange-rounded:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ea580c4d}.arrow-circle-white{color:#ea580c;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.btn-video-rounded{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:1.2rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 4px 10px #00000005}.btn-video-rounded:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.play-circle-gold{color:#f59e0b;background:#f59e0b26;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding-left:2px;font-size:.65rem;display:flex}.hero-trust-row{color:#6b7280;gap:1.5rem;font-size:.85rem;font-weight:500;display:flex}.trust-item-gold{align-items:center;gap:.4rem;display:flex}.gold-icon{filter:grayscale(10%)sepia(20%)hue-rotate(5deg);font-size:1rem}.hero-image-wrapper{flex:1.1;justify-content:center;align-items:center;display:flex;position:relative}.hero-image-container{text-align:center;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero-image-glow{aspect-ratio:1;filter:blur(8px);pointer-events:none;z-index:0;background:radial-gradient(circle,#f59e0b33 0%,#fbbf2417 45%,#0000 70%);width:88%;max-width:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-deco-ring{aspect-ratio:1;pointer-events:none;z-index:0;border:1.5px dashed #f59e0b52;border-radius:50%;width:96%;max-width:580px;animation:60s linear infinite hero-ring-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes hero-ring-spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.hero-deco-dots{opacity:.5;pointer-events:none;z-index:0;background-image:radial-gradient(#f59e0b80 2px,#0000 2px);background-size:16px 16px;width:84px;height:84px;position:absolute}.hero-deco-dots-tl{top:.5rem;left:.5rem}.hero-deco-dots-br{bottom:1.5rem;right:1rem}.hero-mockup-img{z-index:1;object-fit:contain;filter:drop-shadow(0 28px 48px #7c2d1233);width:100%;max-width:720px;height:auto;transition:transform .35s;animation:.7s cubic-bezier(.16,1,.3,1) both hero-img-rise;position:relative}.hero-mockup-img:hover{transform:translateY(-6px)}@keyframes hero-img-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-float-card{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border:1px solid #f59e0b29;border-radius:14px;align-items:center;gap:.65rem;padding:.7rem .95rem;animation:5s ease-in-out infinite hero-float;display:flex;position:absolute;box-shadow:0 16px 36px #0f172a1f}.hero-float-invoice{animation-delay:.2s;top:16%;left:-1rem}.hero-float-cqt{animation-delay:1.1s;bottom:18%;right:-1rem}.hero-float-icon{color:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.hero-float-icon.green{background:linear-gradient(135deg,#34d399,#16a34a)}.hero-float-icon.orange{background:linear-gradient(135deg,#fb923c,#ea580c)}.hero-float-text{text-align:left;flex-direction:column;line-height:1.25;display:flex}.hero-float-text strong{color:#0f172a;font-size:.82rem;font-weight:700}.hero-float-text small{color:#64748b;font-size:.74rem}.hero-float-pill{z-index:2;white-space:nowrap;color:#fff;background:linear-gradient(135deg,#fbbf24,#ea580c);border-radius:999px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;animation:5s ease-in-out .6s infinite hero-float-pill;display:inline-flex;position:absolute;bottom:4%;left:50%;box-shadow:0 14px 28px #ea580c47}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes hero-float-pill{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-9px)}}.trust-bar-floating{z-index:10;margin-top:-3.5rem;padding-bottom:2rem;position:relative}.trust-bar-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;grid-template-columns:repeat(5,1fr);gap:1.5rem;padding:1.5rem 2rem;display:grid;box-shadow:0 20px 40px -15px #00000014}.stat-col{border-right:1px solid #f1f5f9;justify-content:center;align-items:center;gap:.75rem;display:flex}.stat-col:last-child{border-right:none}.stat-icon-wrapper{color:#f59e0b;background-color:#f59e0b14;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.stat-info h3{color:#0f172a;margin-bottom:.15rem;font-size:1.15rem;font-weight:700}.stat-info h3.small-heading{white-space:nowrap;font-size:.95rem}.stat-info p{color:#64748b;font-size:.75rem;font-weight:500}.trust-bar{display:none}.section-padding{padding:5rem 0}.public-section-header{margin-bottom:4rem}.public-section-header.center{text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.public-section-header h2{color:var(--text-main);margin-bottom:1rem;font-size:2.25rem}.public-section-header p{color:var(--text-secondary);font-size:1.1rem}.how-it-works-orbit .public-section-header{margin-bottom:2rem}.how-it-works-orbit .public-section-header h2{margin-bottom:.65rem;font-size:clamp(1.9rem,3vw,2.75rem);font-weight:800;line-height:1.15}.how-it-works-orbit .public-section-header p{max-width:680px;margin:0 auto;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.45}.bg-light{background-color:#f8fafc}.products-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.product-card{border:1px solid var(--border-color);background:#fff;border-radius:16px;padding:3rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d}.product-card:hover{border-color:#f59e0b4d;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.product-icon{margin-bottom:1.5rem}.product-card h3{color:var(--text-main);margin-bottom:1rem;font-size:1.75rem}.product-card p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.product-features{margin-bottom:2rem;list-style:none}.product-features li{color:var(--text-main);align-items:center;gap:.75rem;margin-bottom:1rem;font-weight:500;display:flex}.link-action{color:var(--primary);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;display:inline-flex}.link-action:hover{text-decoration:underline}.how-it-works-orbit{background:radial-gradient(circle,#f59e0b0a 0%,#0000 70%),#fffcf8;padding:6rem 0;overflow:hidden}.highlight-text-orange{color:#f59e0b;font-weight:700}.process-tabs{background:#fff;border:1px solid #f59e0b2e;border-radius:999px;align-items:center;gap:.25rem;margin-top:1rem;padding:.25rem;display:inline-flex;box-shadow:0 8px 20px #0f172a0f}.process-tab-btn{appearance:none;color:#64748b;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.55rem .95rem;font-size:.86rem;font-weight:700;line-height:1;transition:color .2s,background .2s,box-shadow .2s,transform .2s}.process-tab-btn:hover{color:#1e293b;background:#fff7ed}.process-tab-btn.active{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);box-shadow:0 6px 14px #ea580c33}.process-tab-btn:focus-visible{outline-offset:2px;outline:3px solid #f59e0b47}.process-steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 2.4rem;max-width:1040px;margin:3rem auto 0;display:grid}.process-step-card{background:#fff;border:1px solid #f59e0b29;border-radius:18px;align-items:center;gap:1rem;padding:1.4rem 1.3rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;box-shadow:0 14px 32px #7c2d1212}.process-step-card:before{content:"";opacity:0;background:linear-gradient(#fbbf24,#ea580c);border-radius:18px 0 0 18px;width:4px;height:100%;transition:opacity .25s;position:absolute;top:0;left:0}.process-step-card:hover{border-color:#f59e0b66;transform:translateY(-5px);box-shadow:0 22px 40px #7c2d121f}.process-step-card:hover:before{opacity:1}.process-step-badge{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border:2px solid #fffcf8;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:30px;padding:0 .4rem;font-size:.85rem;font-weight:800;display:inline-flex;position:absolute;top:-12px;left:1.2rem;box-shadow:0 6px 14px #ea580c47}.process-step-icon{color:#f59e0b;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #f59e0b38;border-radius:16px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;transition:color .25s,background .25s,border-color .25s,transform .25s;display:flex}.process-step-card:hover .process-step-icon{color:#fff;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);border-color:#0000;transform:scale(1.06)}.process-step-info{text-align:left;flex-direction:column;display:flex}.process-step-info h4{color:#1e293b;margin:0 0 .15rem;font-size:1.02rem;font-weight:700;line-height:1.3}.process-step-info p{color:#64748b;margin:0;font-size:.86rem;font-weight:500;line-height:1.4}.process-step-arrow{color:#f59e0b8c;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:-1.85rem;transform:translateY(-50%)}.process-step-card:nth-child(3n) .process-step-arrow{display:none}.process-step-card.animated-entrance{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards process-step-in}@keyframes process-step-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.steps-grid{display:none}.customer-stories-section{background:#fff;border-top:1px solid #f1f5f9}.stories-layout{grid-template-columns:.72fr 1.28fr;align-items:start;gap:2rem;display:grid}.stories-intro{padding-right:1rem;position:sticky;top:6rem}.stories-kicker{color:#ea580c;letter-spacing:.08em;text-transform:uppercase;align-items:center;margin-bottom:.8rem;font-size:.78rem;font-weight:800;display:inline-flex}.stories-intro h2{color:#0f172a;margin-bottom:1rem;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.12}.stories-intro p{color:#64748b;font-size:1rem;line-height:1.65}.stories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.story-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;justify-content:space-between;gap:1.4rem;min-height:245px;padding:1.35rem;display:flex;box-shadow:0 14px 30px #0f172a0f}.story-card-1{background:linear-gradient(#fff7ed 0%,#fff 54%);border-color:#f59e0b3d;grid-row:span 2}.story-card-top{align-items:center;gap:.85rem;display:flex}.story-avatar{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#0f172a 100%);border-radius:12px;flex:none;justify-content:center;align-items:center;width:46px;height:46px;font-size:.9rem;font-weight:800;display:flex;box-shadow:0 8px 18px #1e40af2e}.story-card h3{color:#0f172a;margin:0 0 .25rem;font-size:1rem;line-height:1.25}.story-card-top p{color:#64748b;margin:0;font-size:.84rem;line-height:1.35}.story-quote{color:#1e293b;margin:0;font-size:.98rem;font-weight:500;line-height:1.65}.story-card-bottom{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:end;gap:1rem;padding-top:1rem;display:flex}.story-card-bottom strong{color:#ea580c;margin-bottom:.25rem;font-size:1.45rem;line-height:1;display:block}.story-card-bottom span{color:#64748b;font-size:.78rem;font-weight:600}.story-rating{color:#f59e0b;letter-spacing:.08em;white-space:nowrap;font-size:.9rem}.consultation-section{background:radial-gradient(circle at 44% 12%,#fffffff2 0 0,#0000 15rem),radial-gradient(circle at 84% 80%,#fbbf242e 0 0,#0000 18rem),linear-gradient(135deg,#fffaf0 0%,#fff7e8 44%,#ffedd5 100%);padding:6rem 0;scroll-margin-top:90px;position:relative;overflow:hidden}.consultation-section:before{content:"";border:1px solid #f59e0b38;border-radius:50%;width:36rem;height:36rem;position:absolute;bottom:-14rem;left:-10rem;box-shadow:0 0 0 18px #f59e0b0d,0 0 0 38px #f59e0b0a,0 0 0 62px #f59e0b08,0 0 0 90px #f59e0b06}.consultation-section:after{content:"";background:#f59e0b1a;border-radius:50%;width:28rem;height:28rem;position:absolute;bottom:-12rem;right:-11rem}.consultation-dot-pattern{opacity:.5;pointer-events:none;background-image:radial-gradient(#f59e0b 2px,#0000 2px);background-size:18px 18px;width:96px;height:96px;position:absolute}.dot-left{top:1.3rem;left:3rem}.dot-right{opacity:.28;width:150px;height:150px;top:3.8rem;right:5rem}.consultation-orb{pointer-events:none;position:absolute}.orb-top{background:linear-gradient(135deg,#ffffffeb,#ffedd566);border-radius:50%;width:160px;height:160px;top:.5rem;left:38%;box-shadow:0 18px 45px #f59e0b1f}.orb-bottom{border:3px solid #f59e0b47;border-radius:50%;width:34px;height:34px;bottom:10%;right:52%}.consultation-chat-bubble{color:#fff;background:linear-gradient(135deg,#fbbf249e,#f59e0b57);border-radius:26px;justify-content:center;align-items:center;width:112px;height:112px;animation:7s ease-in-out infinite consult-float;display:flex;position:absolute;top:31%;left:42%;transform:rotate(13deg);box-shadow:0 22px 45px #f59e0b38}.consultation-chat-bubble svg{filter:drop-shadow(0 5px 10px #7c2d1233);transform:rotate(-13deg)}@keyframes consult-float{0%,to{transform:rotate(13deg)translateY(0)}50%{transform:rotate(13deg)translateY(-14px)}}.consultation-container{z-index:1;grid-template-columns:1fr .9fr;align-items:center;gap:4rem;display:grid;position:relative}.consultation-copy{color:#0f172a}.consultation-kicker{color:#f59e0b;letter-spacing:.08em;text-transform:uppercase;background:#ffffffb8;border:1px solid #f59e0b47;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1rem;padding:.52rem 1rem;font-size:.78rem;font-weight:800;display:inline-flex;box-shadow:0 10px 24px #f59e0b14}.consultation-copy h2{color:#0f172a;max-width:540px;margin-bottom:.9rem;font-size:clamp(2rem,3.6vw,3.25rem);line-height:1.12}.consultation-copy h2 span{color:#f59e0b;display:block}.consultation-title-line{background:#f59e0b;border-radius:999px;width:56px;height:6px;margin-bottom:1.4rem}.consultation-copy p{color:#64748b;max-width:520px;margin-bottom:1.8rem;font-size:1.02rem;line-height:1.7}.consultation-points{gap:.9rem;max-width:500px;display:grid}.consultation-points>div{background:#ffffffc7;border:1px solid #f59e0b1f;border-radius:10px;align-items:center;gap:1rem;min-height:70px;padding:.75rem 1rem;display:flex;box-shadow:0 14px 30px #f59e0b14}.consultation-points>div>span{color:#f59e0b;background:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:54px;height:54px;display:flex;box-shadow:0 10px 24px #f59e0b29}.consultation-points strong{color:#0f172a;margin-bottom:.2rem;font-size:.98rem;display:block}.consultation-points small{color:#64748b;font-size:.82rem;line-height:1.35;display:block}.consultation-points svg{stroke-width:2.2px}.consultation-form{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #f59e0b24;border-radius:24px;justify-self:end;gap:1rem;width:100%;max-width:620px;padding:1.65rem;display:grid;box-shadow:0 30px 80px #7c2d1224}.consultation-form .form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.consultation-form label{color:#0f172a;gap:.55rem;font-size:.88rem;font-weight:700;display:grid}.consultation-form .field-title{align-items:baseline;gap:.18rem;line-height:1.25;display:inline-flex}.consultation-form .field-title span{color:#ea580c;margin-left:.15rem}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon svg{color:#f59e0b;pointer-events:none;z-index:1;position:absolute;left:1rem}.consultation-form input,.consultation-form select{color:#0f172a;width:100%;min-height:48px;font:inherit;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:13px;outline:none;padding:0 1rem 0 3.1rem;font-size:.95rem;font-weight:500;transition:border-color .2s,box-shadow .2s,background .2s}.consultation-form select{cursor:pointer;appearance:none;padding-right:2.8rem}.select-with-icon:after{content:"⌄";color:#64748b;pointer-events:none;font-size:1.2rem;position:absolute;top:50%;right:1.1rem;transform:translateY(-54%)}.consultation-form input::placeholder{color:#94a3b8}.consultation-form input:focus,.consultation-form select:focus{background:#fff;border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b29}.consultation-submit{color:#fff;min-height:50px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#fb8c00 50%,#ea580c 100%);border:0;border-radius:13px;justify-content:center;align-items:center;gap:.65rem;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 16px 28px #ea580c47}.consultation-submit:hover{transform:translateY(-2px);box-shadow:0 20px 36px #ea580c57}.consultation-submit:disabled{cursor:not-allowed;opacity:.72;transform:none}.consultation-message{color:#0f172a;margin:-.15rem 0 0;font-size:.88rem;font-weight:700;line-height:1.5}.consultation-secure{color:#64748b;justify-content:center;align-items:center;gap:.45rem;margin:-.2rem 0 0;font-size:.84rem;font-weight:600;display:flex}.cta-bottom{background:var(--secondary);color:#fff;text-align:center;padding:5rem 0}.cta-content h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.cta-content p{color:#bfdbfe;margin-bottom:2.5rem;font-size:1.1rem}.inline-form{gap:.5rem;max-width:500px;margin:0 auto;display:flex}.form-input{border:none;border-radius:8px;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem}.form-input:focus{box-shadow:0 0 0 3px #f59e0b80}@media (width<=1024px){.hero-container{text-align:center;flex-direction:column}.hero-actions,.hero-trust{justify-content:center}.products-grid,.stories-layout{grid-template-columns:1fr}.stories-intro{max-width:680px;padding-right:0;position:static}.consultation-container{grid-template-columns:1fr}.trust-bar-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.process-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2.2rem}.process-step-card:nth-child(3n) .process-step-arrow{display:flex}.process-step-card:nth-child(2n) .process-step-arrow{display:none}}@media (width<=768px){.hero-section{padding:3rem 0 4.5rem}.section-padding{padding:3.5rem 0}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column}.hero-float-invoice{left:0}.hero-float-cqt{right:0}.hero-deco-dots{display:none}.trust-bar-grid,.steps-grid{grid-template-columns:1fr}.inline-form{flex-direction:column}.stories-grid{grid-template-columns:1fr}.story-card-1{grid-row:auto}.consultation-form .form-row{grid-template-columns:1fr}.consultation-form{border-radius:16px;justify-self:stretch;max-width:none;padding:1rem}.how-it-works-orbit .public-section-header{margin-bottom:1.5rem}.process-tabs{border-radius:18px;grid-template-columns:1fr;width:100%;max-width:360px;display:grid}.process-tab-btn{border-radius:14px;width:100%;padding:.7rem .9rem}.process-steps-grid{grid-template-columns:1fr;gap:1.6rem;max-width:420px}.process-step-card .process-step-arrow,.process-step-card:nth-child(2n) .process-step-arrow,.process-step-card:nth-child(3n) .process-step-arrow{display:flex;inset:auto auto -1.35rem 50%;transform:translate(-50%)rotate(90deg)}.process-step-card:last-child .process-step-arrow{display:none}}.partners-marquee-section{background:#fff;border-top:1px solid #f1f5f9;padding:4rem 0 3rem;overflow:hidden}.partners-marquee-title{text-align:center;margin-bottom:2.2rem}.partners-marquee-title h3{font-family:var(--font-heading);color:#64748b;letter-spacing:.15em;text-transform:uppercase;font-size:.85rem;font-weight:800}.partners-marquee-wrapper{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.partners-marquee-track{gap:30px;width:max-content;padding:10px 0;animation:30s linear infinite scroll-marquee;display:flex}.partners-marquee-wrapper:hover .partners-marquee-track{animation-play-state:paused}.partner-logo-badge{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:12px;padding:14px 28px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #00000005}.partner-logo-badge:hover{background:#fff;border-color:#f59e0b;transform:translateY(-4px)scale(1.05);box-shadow:0 12px 24px #f59e0b1f}.partner-logo-icon{filter:drop-shadow(0 2px 4px #0000000f);font-size:1.4rem}.partner-logo-badge strong{font-family:var(--font-heading);color:#334155;white-space:nowrap;font-size:1rem;font-weight:700}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 15px))}}.publish-feature-section{background:radial-gradient(circle at 88% 18%,#f59e0b12,#0000 42%),#fff;padding:5rem 0}.publish-feature-inner{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;gap:3.5rem;display:grid}.publish-feature-inner.reverse{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}.publish-feature-section.alt{background:radial-gradient(circle at 12% 18%,#f59e0b12,#0000 42%),#fffdf9}.publish-feature-kicker{color:#ea580c;letter-spacing:.04em;text-transform:uppercase;background:#fff7ed;border:1px solid #f59e0b47;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1.1rem;padding:.4rem .9rem;font-size:.78rem;font-weight:800;display:inline-flex}.publish-feature-copy h2{color:#0f172a;font-family:var(--font-heading);max-width:520px;margin:0 0 .9rem;font-size:clamp(1.7rem,2.8vw,2.5rem);font-weight:800;line-height:1.18}.publish-feature-copy h2 span{color:#f59e0b}.publish-feature-line{background:linear-gradient(90deg,#f97316,#f59e0b);border-radius:999px;width:56px;height:5px;margin-bottom:1.6rem}.publish-feature-list{gap:1rem;max-width:540px;margin:0 0 2rem;padding:0;list-style:none;display:grid}.publish-feature-list li{background:#fffdfa;border:1px solid #f59e0b24;border-radius:14px;align-items:flex-start;gap:.85rem;padding:.95rem 1.1rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 10px 24px #7c2d120d}.publish-feature-list li:hover{border-color:#f59e0b52;transform:translateY(-3px);box-shadow:0 16px 30px #7c2d1217}.publish-feature-check{color:#16a34a;flex:none;justify-content:center;align-items:center;margin-top:.05rem;display:inline-flex}.publish-feature-list p{color:#475569;margin:0;font-size:.98rem;font-weight:500;line-height:1.6}.publish-feature-actions{display:flex}.publish-feature-visual{justify-content:center;align-items:center;display:flex;position:relative}.publish-feature-glow{filter:blur(10px);pointer-events:none;z-index:0;background:radial-gradient(circle at 70% 30%,#f59e0b38,#0000 60%);border-radius:28px;position:absolute;inset:8% 4%}.publish-feature-dots{opacity:.5;pointer-events:none;z-index:0;background-image:radial-gradient(#f59e0b80 2px,#0000 2px);background-size:16px 16px;width:110px;height:110px;position:absolute;bottom:-.6rem;right:-.6rem}.publish-feature-img{z-index:1;object-fit:cover;border:1px solid #f59e0b29;border-radius:20px;width:100%;max-width:600px;height:auto;position:relative;box-shadow:0 28px 60px #0f172a29}@media (width<=1024px){.publish-feature-inner{grid-template-columns:1fr;gap:2.5rem}.publish-feature-visual{order:-1;max-width:600px;margin:0 auto}}@media (width<=768px){.publish-feature-section{padding:3.5rem 0}.publish-feature-list p{font-size:.92rem}.publish-feature-actions .btn{justify-content:center;width:100%}}.pricing-header{color:#0f172a;background:radial-gradient(circle at 75% 45%,#f59e0b52 0%,#0000 28%),radial-gradient(circle at 18% 18%,#ffffffe6 0%,#0000 24%),linear-gradient(115deg,#fffdf8 0%,#fff7ed 42%,#fed7aa 100%);padding:4.6rem 0 4rem;position:relative;overflow:hidden}.pricing-header:before{content:"";opacity:.8;pointer-events:none;background-image:radial-gradient(#f59e0b21 1px,#0000 1px);background-size:18px 18px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 30% 70%,#000 100%);mask-image:linear-gradient(90deg,#000 0%,#0000 30% 70%,#000 100%)}.pricing-header:after{content:"";pointer-events:none;background:#ffffff2e;border-radius:999px;width:18rem;height:18rem;position:absolute;bottom:2rem;right:8%;box-shadow:0 0 0 38px #ffffff2e,0 0 0 78px #ffffff1a}.pricing-hero-inner{z-index:1;grid-template-columns:minmax(0,.98fr) minmax(340px,.72fr);align-items:center;gap:2.4rem;display:grid;position:relative}.pricing-hero-copy{max-width:700px}.pricing-kicker{color:#ea580c;background:#ffffff9e;border:1px solid #ea580c38;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1rem;padding:.42rem .85rem;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:0 10px 24px #ea580c1f}.pricing-header h1{color:#061235;margin-bottom:1rem;font-size:clamp(2.15rem,4.1vw,3.45rem);font-weight:800;line-height:1.14}.pricing-header p{color:#475569;max-width:600px;margin-bottom:0;font-size:clamp(.96rem,1.35vw,1.12rem);line-height:1.7}.pricing-hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;margin-top:2rem;display:grid}.pricing-benefit span{color:#f59e0b;background:#ffffffb3;border:1px solid #f59e0b3d;border-radius:18px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.85rem;display:inline-flex;box-shadow:0 14px 28px #f59e0b1f}.pricing-benefit strong{color:#0f172a;margin-bottom:.3rem;font-size:.9rem;display:block}.pricing-benefit small{color:#64748b;font-size:.82rem;line-height:1.5;display:block}.pricing-dot-pattern{opacity:.75;background-image:radial-gradient(#ffffffd1 2px,#0000 2px);background-size:20px 20px;width:120px;height:120px;position:absolute}.pricing-dot-left{top:1.3rem;left:2.2rem}.pricing-dot-right{bottom:2.2rem;right:3rem}.pricing-hero-visual{min-height:360px;position:relative}.pricing-orbit{background:radial-gradient(circle,#ffffff2e 0%,#0000 62%),linear-gradient(135deg,#ffffff2e,#f59e0b2e);border-radius:999px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff52,inset 0 0 0 34px #ffffff14}.invoice-mockup{background:#ffffffe0;border-radius:18px;width:186px;min-height:270px;padding:1.35rem 1.1rem;position:absolute;top:12%;right:20%;transform:rotate(7deg);box-shadow:0 34px 70px #7c2d122e}.invoice-line.short,.invoice-lines span,.invoice-total{background:#e5e7eb;border-radius:999px;display:block}.invoice-line.short{background:#ffedd5;width:68px;height:9px;margin-bottom:1.2rem}.invoice-mockup h3{color:#475569;margin-bottom:1rem;font-size:.95rem}.invoice-lines{gap:.55rem;margin-bottom:1.2rem;display:grid}.invoice-lines span{height:8px}.invoice-lines span:first-child{width:80%}.invoice-lines span:nth-child(2){width:62%}.invoice-lines span:nth-child(3){width:72%}.invoice-table{background:#fff7ed;border-radius:8px;grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:1.4rem;padding:.45rem;display:grid}.invoice-table span{background:#f59e0b2e;border-radius:4px;height:18px}.invoice-total{width:72px;height:10px;margin-left:auto}.invoice-check,.invoice-print{background:#ffffffc7;border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute;box-shadow:0 18px 38px #7c2d1229}.invoice-check{color:#22c55e;top:22%;right:10%}.invoice-print{color:#f59e0b;width:78px;height:78px;bottom:17%;left:16%}.pricing-cards{background:#f8fafc;padding:3rem 0 4.5rem}.pricing-product-block{padding:0}.pricing-product-header{max-width:700px;margin:0 auto 2rem}.pricing-product-header span{color:#ea580c;text-transform:uppercase;background:#fff7ed;border-radius:999px;margin-bottom:.5rem;padding:.28rem .62rem;font-size:.7rem;font-weight:800;display:inline-flex}.pricing-product-header h2{color:#061235;margin-bottom:.45rem;font-size:clamp(1.35rem,2.1vw,1.9rem);font-weight:800;line-height:1.24}.pricing-product-header p{color:#64748b;font-size:.86rem;line-height:1.55}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(270px,320px));justify-content:center;align-items:stretch;gap:1.2rem;display:grid}.price-card{background:#fff;border:1px solid #f59e0b33;border-radius:16px;flex-direction:column;min-height:420px;padding:1.55rem;transition:transform .3s;display:flex;position:relative;box-shadow:0 20px 44px -24px #0f172a47}.price-card:hover{transform:translateY(-5px)}.price-card.popular{border:2px solid var(--primary);transform:translateY(-4px);box-shadow:0 18px 32px -12px #ea580c47}.price-card.popular:hover{transform:translateY(-8px)}.popular-badge{color:#fff;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:20px;padding:.22rem .8rem;font-size:.76rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #f59e0b33}.card-header{text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:1rem}.card-header h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.1rem;line-height:1.3}.card-header p{color:var(--text-secondary);min-height:38px;margin-bottom:1rem;font-size:.8rem;line-height:1.45}.price{flex-direction:column;justify-content:center;align-items:center;min-height:68px;display:flex}.price .amount{font-size:clamp(1.55rem,1.8vw,1.9rem);font-weight:700;font-family:var(--font-heading);color:#ea580c}.price .currency{color:var(--text-secondary);margin-top:.2rem;font-size:.78rem;font-weight:500;display:block}.card-body ul{min-height:160px;margin-bottom:1.35rem;list-style:none}.card-body li{color:var(--text-main);border-bottom:1px solid #e5e7eb;align-items:flex-start;gap:.55rem;margin-bottom:.75rem;padding-bottom:.7rem;font-size:.82rem;line-height:1.45;display:flex}.card-body li svg{color:#f59e0b;flex:none;margin-top:.1rem}.card-footer{margin-top:auto}.card-footer .btn{justify-content:center;min-height:42px;padding:.65rem .9rem;font-size:.88rem}.price-card .btn-secondary,.price-card .btn-primary{color:#fff;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 48%,#ea580c 100%);border:0;box-shadow:0 14px 28px #ea580c33}.price-card .btn-secondary:hover,.price-card .btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 34px #ea580c42}.w-full{width:100%}.text-primary{color:var(--primary)}.pricing-empty{color:#64748b;text-align:center;background:#fffaf0;border:1px dashed #f59e0b59;border-radius:16px;grid-column:1/-1;padding:2rem;font-weight:700}.faq-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto;display:grid}.faq-item{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:2rem}.faq-item h4{color:var(--text-main);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.faq-item p{color:var(--text-secondary);line-height:1.6}@media (width<=1024px){.pricing-hero-inner{grid-template-columns:1fr}.pricing-hero-visual{width:100%;max-width:520px;margin:0 auto}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(260px,320px))}.price-card.popular{transform:none}.price-card.popular:hover{transform:translateY(-5px)}.faq-grid{grid-template-columns:1fr}}@media (width<=768px){.pricing-header{padding:3rem 0}.pricing-hero-inner{gap:2rem}.pricing-hero-benefits{grid-template-columns:1fr;gap:1rem}.pricing-benefit{grid-template-columns:48px 1fr;align-items:center;column-gap:.8rem;display:grid}.pricing-benefit span{grid-row:span 2;width:48px;height:48px;margin-bottom:0}.pricing-hero-visual{min-height:300px}.invoice-mockup{width:166px;min-height:230px;padding:1rem .9rem;right:16%}.invoice-print{width:66px;height:66px;left:8%}.pricing-product-block{border-radius:16px;padding:0}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(250px,320px))}}@media (width<=560px){.cards-grid{grid-template-columns:1fr}}.app-container{height:100vh;display:flex;overflow:hidden}.sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border-color);width:260px;-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);flex-direction:column;flex-shrink:0;gap:2.5rem;height:100vh;padding:2rem 1.5rem;display:flex;overflow-y:auto}.logo-container{align-items:center;gap:.75rem;display:flex}.sidebar-top{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.sidebar-toggle{color:#ea580c;cursor:pointer;background:#fff;border:1px solid #f59e0b38;border-radius:10px;width:34px;height:34px;font-size:1.35rem;font-weight:800;line-height:1;box-shadow:0 8px 18px #7c2d1214}.logo-icon{background:var(--gradient-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.25rem;font-weight:700;display:flex;box-shadow:0 0 15px #6366f166}.logo-text{font-family:var(--font-heading);background:linear-gradient(90deg,#fff,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.3rem;font-weight:700}.menu-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.sidebar-footer-actions{gap:.6rem;margin-top:auto;display:grid}.sidebar-action{color:#0f172a;width:100%;min-height:44px;font:inherit;cursor:pointer;background:#fff;border:1px solid #f59e0b2e;border-radius:10px;align-items:center;gap:.7rem;padding:.75rem 1rem;font-weight:700;text-decoration:none;display:flex}.sidebar-action:hover{color:#ea580c;background:#fff7ed}.sidebar-action.danger{color:#dc2626;border-color:#dc262629}.menu-item{color:var(--text-secondary);cursor:pointer;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-weight:500;transition:all .2s;display:flex}.menu-item.active{background:var(--primary-glow);color:#818cf8;border-left:3px solid var(--primary)}.main-content{flex:1;min-width:0;height:100vh;padding:2.5rem;overflow-y:auto}.header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.header-title h1{font-family:var(--font-heading);color:#fff;letter-spacing:-.5px;font-size:2rem;font-weight:600}.header-title p{color:var(--text-secondary);margin-top:.25rem;font-size:.95rem}.btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 15px #6366f14d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.btn-secondary{color:var(--text-main);border:1px solid var(--border-color);background:#ffffff0f}.btn-secondary:hover{background:#ffffff1a}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.kpi-card{background:var(--bg-card);border:var(--border-glass);-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);box-shadow:var(--glass-shadow);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;transition:all .3s;display:flex}.kpi-card:hover{background:var(--bg-card-hover);border-color:#6366f133;transform:translateY(-3px)}.kpi-header{justify-content:space-between;align-items:center;display:flex}.kpi-title{color:var(--text-secondary);font-size:.9rem;font-weight:500}.kpi-icon{background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.kpi-value{font-family:var(--font-heading);color:#fff;font-size:1.75rem;font-weight:700}.kpi-trend{align-items:center;gap:.25rem;font-size:.8rem;display:flex}.trend-up{color:var(--text-success)}.trend-down{color:var(--text-danger)}.section-card{background:var(--bg-card);border:var(--border-glass);-webkit-backdrop-filter:var(--glass-backdrop);backdrop-filter:var(--glass-backdrop);box-shadow:var(--glass-shadow);border-radius:16px;padding:1.5rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600}.table-wrapper{border:1px solid var(--border-color);border-radius:14px;overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%}.data-table th{color:#64748b;border-bottom:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;background:#fff7ed;padding:.9rem 1rem;font-size:.76rem;font-weight:700}.data-table td{border-bottom:1px solid var(--border-color);color:var(--text-main);vertical-align:middle;padding:.95rem 1rem;font-size:.9rem}.data-table tbody tr:nth-child(2n) td{background:#f8fafc99}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr{transition:background .15s}.data-table tbody tr:hover td{background:#fff7ed}.badge{text-transform:capitalize;border-radius:50px;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-paid{color:var(--text-success);background:#10b98126}.badge-pending{color:var(--text-warning);background:#f59e0b26}.badge-overdue{color:var(--text-danger);background:#ef444426}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#080a10cc;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-content{border:var(--border-glass);box-shadow:var(--glass-shadow);background:#0d111c;border-radius:20px;flex-direction:column;gap:1.5rem;width:100%;max-width:600px;max-height:90vh;padding:2rem;display:flex;overflow-y:auto}.modal-title{font-family:var(--font-heading);color:#fff;font-size:1.5rem;font-weight:600}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.form-control{border:1px solid var(--border-color);color:#fff;background:#ffffff0a;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}textarea.form-control{resize:vertical;min-height:120px}.form-control:focus{border-color:var(--primary);box-shadow:0 0 10px #6366f140}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.modal-actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.feature-admin-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.feature-admin-card{border:1px solid var(--border-color);background:#ffffff08;border-radius:14px;flex-direction:column;gap:1rem;padding:1rem;display:flex}.feature-admin-image{height:150px;color:var(--primary);background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;font-size:2rem;display:flex;overflow:hidden}.feature-admin-image img{object-fit:cover;width:100%;height:100%}.feature-product-badge{width:fit-content;color:var(--primary);background:var(--primary-glow);border-radius:999px;margin-bottom:.6rem;padding:.32rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.feature-product-badge.product-invoice{color:#ea580c;background:#fff1e6;border:1px solid #ea580c38}.feature-product-badge.product-pit{color:#1d4ed8;background:#e8f0fe;border:1px solid #1d4ed838}.feature-highlight-badge{color:#64748b;background:#f1f5f9;border-radius:999px;padding:.32rem .65rem;font-size:.75rem;font-weight:800;display:inline-flex}.feature-highlight-badge.active{color:#ea580c;background:#fff7ed}.checkbox-control{color:#0f172a;align-items:center;gap:.7rem;min-height:44px;font-size:.92rem;font-weight:800;display:flex}.checkbox-control input{accent-color:#f59e0b;width:18px;height:18px}.auto-order-box{color:#ea580c;background:#fff7ed;border:1px solid #e2e8f0;border-radius:8px;align-items:center;min-height:44px;padding:0 1rem;font-weight:900;display:flex}.order-controls{align-items:center;gap:1rem;display:inline-flex}.order-controls button{color:#334155;cursor:pointer;background:0 0;border:0;width:34px;height:34px;font-size:1.25rem;line-height:1;transition:color .2s,transform .2s}.order-controls button:hover:not(:disabled){color:#ea580c;transform:translateY(-1px)}.order-controls button:disabled{color:#cbd5e1;cursor:not-allowed}.pagination-row{color:#64748b;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;font-size:.9rem;font-weight:700;display:flex}.pagination-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.pagination-actions button{color:#ea580c;min-height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #f59e0b38;border-radius:10px;padding:0 .9rem;font-size:.86rem;font-weight:800}.pagination-actions button:hover:not(:disabled){background:#fff7ed}.pagination-actions button:disabled{color:#cbd5e1;cursor:not-allowed}.feature-admin-info h3{color:#fff;margin-bottom:.5rem;font-size:1.05rem}.feature-admin-info p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.upload-dropzone{min-height:180px;color:var(--text-secondary);text-align:center;cursor:pointer;background:#f59e0b0f;border:1.5px dashed #f59e0b73;border-radius:14px;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:hidden}.upload-dropzone input{display:none}.upload-dropzone img{object-fit:contain;border-radius:10px;width:100%;max-height:260px}.empty-state{border:1px dashed var(--border-color);color:var(--text-secondary);text-align:center;border-radius:14px;grid-column:1/-1;padding:2rem}.app-container{--bg-card:#fff;--bg-card-hover:#fff7ed;--border-color:#e2e8f0;--border-glass:1px solid #f59e0b24;--glass-shadow:0 18px 42px #7c2d1214;--text-main:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;background:radial-gradient(circle at 16% 8%,#f59e0b29,#0000 28%),linear-gradient(135deg,#fffaf0 0%,#fff 46%,#ffedd5 100%)}.app-container.sidebar-collapsed .sidebar{width:88px;padding:1.5rem 1rem}.app-container.sidebar-collapsed .sidebar-top{justify-content:center}.app-container.sidebar-collapsed .dashboard-logo-img{object-fit:contain;width:44px;max-width:44px;height:44px}.app-container.sidebar-collapsed .menu-item,.app-container.sidebar-collapsed .sidebar-action{justify-content:center;padding-left:.75rem;padding-right:.75rem}.app-container.sidebar-collapsed .menu-item span:not(:first-child),.app-container.sidebar-collapsed .sidebar-label{display:none}.app-container.sidebar-collapsed .sidebar-toggle{position:absolute;right:-17px}.sidebar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border-right:1px solid #f59e0b29}.dashboard-logo-img{width:96px;height:auto;display:block}.menu-item{color:#475569}.menu-item:hover,.menu-item.active{color:#0f172a;background:#fff7ed}.menu-item.active{color:#ea580c;background:#f59e0b24}.header-title h1,.kpi-value,.modal-title,.feature-admin-info h3{color:#0f172a}.header-actions-dashboard{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.btn-primary{box-shadow:0 10px 24px #ea580c33}.btn-primary:hover{box-shadow:0 14px 28px #ea580c40}.btn-secondary{background:#fff}.btn-secondary:hover,.kpi-card:hover,.data-table tr:hover td{background:#fff7ed}.kpi-card:hover{border-color:#f59e0b3d}.kpi-icon,.feature-admin-image{background:#fff7ed}.modal-content,.feature-admin-card{background:#fff;border:1px solid #f59e0b2e}.form-control{color:#0f172a;background:#f8fafc}.form-control:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #f59e0b24}.admin-error{color:#b91c1c;background:#fef2f2;border:1px solid #dc26262e;border-radius:10px;margin-bottom:1rem;padding:.8rem 1rem;font-size:.92rem;font-weight:700}.table-actions{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-end;gap:.4rem;display:flex}.table-actions button{color:#ea580c;font:inherit;white-space:nowrap;cursor:pointer;background:#fff7ed;border:1px solid #f59e0b38;border-radius:8px;padding:.45rem .7rem;font-size:.82rem;font-weight:700;line-height:1;transition:background .18s,color .18s,border-color .18s}.table-actions button:hover{color:#fff;background:#f59e0b}.table-actions button.danger{color:#dc2626;background:#fef2f2;border-color:#dc26262e}.table-actions button.danger:hover{color:#fff;background:#dc2626}.consultation-table{min-width:1040px}.features-table{min-width:640px}.data-table th:last-child,.data-table td:last-child{white-space:nowrap;text-align:right;width:1%}.packages-table{min-width:1040px}.table-muted{color:#64748b;margin-top:.25rem;font-size:.82rem;line-height:1.45}.status-pill{color:#64748b;font:inherit;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:.42rem .75rem;font-size:.8rem;font-weight:800}.status-pill.active{color:#059669;background:#ecfdf5;border-color:#0596692e}.status-pill:hover{color:#ea580c;background:#fff7ed;border-color:#f59e0b47}.status-select{color:#0f172a;min-width:140px;font:inherit;background:#fff;border:1px solid #f59e0b38;border-radius:999px;outline:none;padding:.45rem .75rem;font-size:.82rem;font-weight:800}.status-new{color:#ea580c;background:#fff7ed}.status-contacted{color:#2563eb;background:#eff6ff}.status-consulting{color:#7c3aed;background:#f5f3ff}.status-converted{color:#059669;background:#ecfdf5}.status-closed{color:#64748b;background:#f1f5f9}.mobile-sidebar-toggle{display:none}@media (width<=1024px){.app-container{flex-direction:column;position:relative}.sidebar-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;visibility:hidden;background:#0f172a73;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.app-container:not(.sidebar-collapsed) .sidebar-backdrop{opacity:1;visibility:visible}.sidebar{transform:translate(0);z-index:999!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#fffffff5!important;border-right:1px solid #f59e0b29!important;flex-direction:column!important;gap:2rem!important;width:260px!important;height:100vh!important;padding:2rem 1.5rem!important;transition:transform .35s cubic-bezier(.16,1,.3,1)!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;box-shadow:10px 0 30px #0f172a1f!important}.app-container.sidebar-collapsed .sidebar{box-shadow:none!important;width:260px!important;padding:2rem 1.5rem!important;transform:translate(-100%)!important}.dashboard-logo-img,.app-container.sidebar-collapsed .dashboard-logo-img{width:96px!important;max-width:96px!important;height:auto!important}.app-container.sidebar-collapsed .menu-item span:not(:first-child),.app-container.sidebar-collapsed .sidebar-label{display:inline!important}.sidebar-toggle{z-index:1000!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;display:flex!important;position:absolute!important;top:20px!important;right:16px!important}.mobile-sidebar-toggle{color:#ea580c;cursor:pointer;z-index:1001;background:#fff;border:1px solid #f59e0b40;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.25rem;display:none;position:fixed;top:16px;left:16px;box-shadow:0 4px 14px #f59e0b33}.app-container.sidebar-collapsed .mobile-sidebar-toggle{display:flex}.logo-container{justify-content:space-between;width:100%}.menu-list{flex-direction:column!important;gap:.5rem!important;padding-bottom:0!important;overflow-x:visible!important}.menu-item{white-space:normal!important;flex:none!important;width:100%!important}.sidebar-footer-actions{grid-template-columns:1fr!important;gap:.6rem!important;margin-top:auto!important}.main-content{width:100%!important;padding:5rem 1.25rem 1.25rem!important}.header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions-dashboard{width:100%}}@media (width<=768px){.dashboard-logo-img{width:120px}.section-card,.modal-content{border-radius:14px;padding:1rem}.table-wrapper{margin:0 -1rem;padding:0 1rem}.data-table{min-width:720px}.form-row{grid-template-columns:1fr}.modal-overlay{align-items:flex-start;padding:1rem;overflow-y:auto}.modal-actions,.header-actions-dashboard,.pagination-row{flex-direction:column;align-items:stretch}.modal-actions .btn,.header-actions-dashboard .btn,.pagination-actions button{width:100%}.pagination-actions{align-items:stretch}.feature-admin-grid{grid-template-columns:1fr}}.faqs-table{min-width:720px}.faq-category-badge{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:.28rem .6rem;font-size:.74rem;font-weight:700;display:inline-flex}.faq-active-toggle{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:999px;padding:.3rem .7rem;font-size:.76rem;font-weight:700;transition:background .18s,color .18s}.faq-active-toggle.on{color:#16a34a;background:#dcfce7;border-color:#16a34a33}.faq-active-toggle.off{color:#64748b;background:#f1f5f9;border-color:#64748b33}.faq-active-toggle:hover{filter:brightness(.97)}.faq-mode-switch{background:#f1f5f9;border-radius:999px;gap:.25rem;margin-bottom:1.2rem;padding:.25rem;display:inline-flex}.faq-mode-btn{color:#64748b;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:background .18s,color .18s,box-shadow .18s}.faq-mode-btn.active{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);box-shadow:0 6px 14px #ea580c33}.faq-bulk-hint{color:#64748b;margin-top:.5rem;font-size:.8rem;line-height:1.5;display:block}.faq-bulk-hint strong{color:#ea580c}.product-detail-page{color:#0f172a;background:#fff}.product-hero{background:radial-gradient(circle at 86% 34%,#f59e0b2e 0%,#0000 22%),linear-gradient(135deg,#fffaf0 0%,#fff 44%,#ffedd5 100%);align-items:center;min-height:560px;display:flex;position:relative;overflow:hidden}.product-hero:before{content:"";border-radius:50%;width:42rem;height:42rem;position:absolute;bottom:-16rem;left:-12rem;box-shadow:0 0 0 16px #f59e0b14,0 0 0 36px #f59e0b0f,0 0 0 60px #f59e0b0b,0 0 0 90px #f59e0b08}.product-dot-pattern{opacity:.32;background-image:radial-gradient(#f59e0b 2px,#0000 2px);background-size:18px 18px;width:120px;height:120px;position:absolute}.hero-dot-left{top:3rem;left:2rem}.hero-dot-right{top:3rem;right:3rem}.product-hero-inner{z-index:1;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:3.25rem;display:grid;position:relative}.product-badge{color:#ea580c;text-transform:uppercase;letter-spacing:.02em;background:#ffffffb8;border:1px solid #f59e0b5c;border-radius:999px;align-items:center;gap:.6rem;width:fit-content;margin-bottom:1.15rem;padding:.6rem 1.05rem;font-size:.82rem;font-weight:800;display:inline-flex}.product-hero-copy h1{color:#061235;max-width:590px;margin-bottom:1.15rem;font-size:clamp(2.2rem,3.45vw,3.75rem);font-weight:800;line-height:1.11}.product-hero-copy h1 span{color:#f59e0b;margin-top:.3rem;font-weight:800;display:block}.product-hero-copy p{color:#64748b;max-width:520px;margin-bottom:1.5rem;font-size:.98rem;line-height:1.72}.product-hero-actions,.main-feature-actions{flex-wrap:wrap;gap:1rem;display:flex}.product-btn{cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:.75rem;min-height:46px;padding:0 1.25rem;font-size:.95rem;font-weight:800;text-decoration:none;display:inline-flex}.product-btn.primary,.product-btn.accent{color:#fff;background:linear-gradient(135deg,#f59e0b,#ea580c);box-shadow:0 16px 28px #ea580c38}.product-btn.secondary{color:#0f172a;background:#fff;box-shadow:0 12px 28px #0f172a14}.product-btn.secondary span{color:#f59e0b}.product-btn.blue{color:#fff;background:#1673ff}.product-proof-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.6rem;display:grid}.product-proof-row div{grid-template-columns:auto 1fr;align-items:center;column-gap:.8rem;display:grid}.product-proof-row svg{color:#f59e0b;grid-row:span 2}.product-proof-row strong{color:#0f172a;font-size:.96rem}.product-proof-row span{color:#64748b;font-size:.84rem;line-height:1.35}.product-hero-visual{background:linear-gradient(#ffffff29 1px,#0000 1px) 0 0/44px 44px,linear-gradient(90deg,#ffffff29 1px,#0000 1px) 0 0/44px 44px,linear-gradient(135deg,#fde68a,#f59e0b);border-radius:26px;min-height:480px;position:relative;box-shadow:0 28px 70px #f59e0b38}.product-hero-visual:after{content:"";aspect-ratio:1;pointer-events:none;background:radial-gradient(circle at 50% 45%,#ffffff8c 0%,#ffffff2e 45%,#0000 70%);border-radius:50%;width:80%;max-width:380px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.invoice-hero-girl{object-fit:contain;object-position:bottom center;z-index:2;pointer-events:none;filter:drop-shadow(0 24px 40px #7c2d1238);width:min(86%,420px);height:auto;max-height:108%;animation:.7s cubic-bezier(.16,1,.3,1) both hero-girl-rise;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@keyframes hero-girl-rise{0%{opacity:0;transform:translate(-50%,24px)}to{opacity:1;transform:translate(-50%)}}.invoice-hero-girl.is-wide{width:108%;max-width:640px;max-height:104%}.floating-report{z-index:3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff0;border-radius:18px;padding:1rem;position:absolute;box-shadow:0 20px 48px #0f172a1f}.report-left{width:190px;top:2.6rem;left:-2.3rem}.report-right{width:200px;top:9rem;right:-1.8rem}.floating-report strong{color:#0f172a;margin-bottom:.7rem;display:block}.floating-report span{color:#64748b;font-size:.82rem}.donut-chart{background:conic-gradient(#3b82f6 0 38%, #22c55e 38% 70%, #f59e0b 70% 86%, #ef4444 86%);border-radius:50%;width:76px;height:76px;margin:0 auto}.line-chart{background:linear-gradient(160deg,#0000 38%,#f59e0b47 39%),#fff7ed;border-radius:10px;height:62px}.authority-shield{z-index:3;color:#fff;text-align:center;white-space:nowrap;background:linear-gradient(135deg,#fbbf24,#ea580c);border-radius:18px;padding:.95rem 1.25rem;font-weight:900;position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);box-shadow:0 20px 40px #ea580c40}.featured-strip{text-align:center;background:#fff;padding:2.6rem 0 3.6rem}.featured-strip h2,.main-feature-section h2{color:#061235;margin-bottom:.6rem;font-size:clamp(1.65rem,2.25vw,2.35rem);font-weight:800;line-height:1.2}.title-underline{background:#f59e0b;border-radius:999px;width:42px;height:4px;margin:0 auto 1.5rem}.featured-grid{grid-template-columns:repeat(auto-fit,minmax(190px,220px));justify-content:center;gap:1rem;display:grid}.product-empty-state{color:#64748b;text-align:center;background:#fffaf0;border:1px dashed #f59e0b59;border-radius:16px;grid-column:1/-1;padding:2.25rem;font-weight:700}.product-empty-state.large{max-width:760px;margin:0 auto}.featured-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:150px;padding:1.4rem 1rem;display:flex;box-shadow:0 14px 30px #0f172a0f}.featured-card svg{color:#f59e0b}.featured-card img{object-fit:cover;border-radius:10px;width:48px;height:48px}.featured-card h3{color:#0f172a;font-size:.94rem;font-weight:750;line-height:1.4}.main-feature-section{background:#fff;padding:3.5rem 0 4.5rem}.main-feature-section h2{text-align:center;margin-bottom:2.6rem}.main-features-stack{gap:4.25rem;display:grid}.main-feature-layout{grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);align-items:center;gap:3.2rem;display:grid}.main-feature-layout.reverse{grid-template-columns:minmax(380px,1.08fr) minmax(0,.92fr)}.main-feature-layout.reverse .main-feature-copy{order:2}.main-feature-layout.reverse .main-feature-preview{order:1}.main-feature-copy h3{color:#061235;margin-bottom:1.1rem;font-size:clamp(1.45rem,2vw,2.05rem);font-weight:800;line-height:1.3}.main-feature-description{gap:.55rem;margin-bottom:1.7rem;display:grid}.main-feature-description p{color:#475569;margin:0;padding-left:1.45rem;font-size:.98rem;line-height:1.65;position:relative}.main-feature-description p:before{content:"✓";color:#ea580c;font-weight:900;position:absolute;top:0;left:0}.main-feature-preview{background:#f7f7fa;border:1px solid #dbe3ef;border-radius:20px;justify-content:center;align-items:center;min-height:360px;display:flex;overflow:hidden}.main-feature-preview>img{object-fit:cover;width:100%;height:100%;min-height:360px}.feature-window{background:#fff;border:4px solid #aeb4c3;border-radius:18px;width:72%;overflow:hidden;box-shadow:0 24px 48px #0f172a1a}.window-dots{background:#4894d1;align-items:center;gap:.7rem;height:58px;padding:0 1.2rem;display:flex}.window-dots span{background:#fff;border-radius:50%;width:14px;height:14px}.window-list div{color:#061235;border-bottom:1px solid #dbe3ef;padding:1.15rem 1.5rem;font-size:1.05rem;font-weight:750}@media (width<=1024px){.product-hero-inner,.main-feature-layout{grid-template-columns:1fr}.product-hero-copy h1{max-width:760px}.main-feature-layout.reverse{grid-template-columns:1fr}.main-feature-layout.reverse .main-feature-copy,.main-feature-layout.reverse .main-feature-preview{order:initial}.product-hero-visual{min-height:460px}.invoice-hero-girl{width:min(72%,360px);left:50%}}@media (width<=768px){.product-hero{min-height:auto;padding:3.25rem 0}.product-hero-inner{gap:2.25rem}.product-hero-copy h1{font-size:clamp(2rem,9vw,2.6rem)}.product-hero-copy p{font-size:.94rem}.product-proof-row,.featured-grid{grid-template-columns:1fr}.product-hero-visual,.main-feature-preview,.main-feature-preview>img{min-height:320px}.main-feature-layout,.main-feature-layout.reverse{gap:2rem}.report-left{top:1.5rem;left:.5rem;right:auto}.report-right{inset:auto .5rem 4.5rem auto}.invoice-hero-girl{width:min(64%,270px);max-height:340px;bottom:0;left:50%}}.process-flow-section{background:radial-gradient(circle at 20% 80%,#f59e0b0f,#0000 40%),radial-gradient(circle at 80% 20%,#1e40af0a,#0000 40%),#fafbfc;padding:4rem 0 3.5rem}.process-flow-header{text-align:center;margin-bottom:2rem}.process-flow-header h2{color:#0f172a;margin-bottom:.75rem;font-size:2rem;font-weight:800}.process-flow-tabs{border-bottom:2px solid #e2e8f0;gap:0;margin-bottom:2rem;display:flex;overflow-x:auto}.process-tab{color:#64748b;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;transition:color .25s;position:relative}.process-tab:after{content:"";background:0 0;border-radius:3px 3px 0 0;width:100%;height:3px;transition:background .25s;position:absolute;bottom:-2px;left:0}.process-tab:hover{color:#1e293b}.process-tab.active{color:#2563eb}.process-tab.active:after{background:#2563eb}.process-flow-image-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:1056px;margin:0 auto;padding:1rem;animation:.35s ease-out process-fade-in;overflow-x:auto;box-shadow:0 4px 24px #0f172a0f}@keyframes process-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.process-flow-image{width:100%;max-width:1024px;height:auto;margin:0 auto;display:block}@media (width<=768px){.process-flow-section{padding:2.5rem 0 2rem}.process-flow-header h2{font-size:1.5rem}.process-tab{padding:.7rem 1.25rem;font-size:.85rem}.process-flow-image-wrapper{border-radius:12px;padding:.5rem}}.login-page{background:radial-gradient(circle at 18% 10%,#f59e0b2e,#0000 32%),radial-gradient(circle at 82% 0,#1e40af1a,#0000 28%),radial-gradient(circle at 50% 100%,#f59e0b14,#0000 36%),linear-gradient(160deg,#fffaf0 0%,#fff 48%,#fff7ed 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.login-bg-orb{pointer-events:none;filter:blur(60px);opacity:.5;border-radius:50%;position:absolute}.login-bg-orb-1{background:radial-gradient(circle,#f59e0b4d,#0000 70%);width:340px;height:340px;animation:8s ease-in-out infinite login-orb-float;top:-80px;left:-80px}.login-bg-orb-2{background:radial-gradient(circle,#ea580c38,#0000 70%);width:260px;height:260px;animation:10s ease-in-out infinite reverse login-orb-float;bottom:-40px;right:-60px}.login-bg-orb-3{background:radial-gradient(circle,#1e40af1f,#0000 70%);width:180px;height:180px;animation:12s ease-in-out 2s infinite login-orb-float;top:40%;right:20%}@keyframes login-orb-float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(12px,-16px)scale(1.06)}}.login-card{z-index:1;-webkit-backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #f59e0b26;border-radius:24px;width:100%;max-width:440px;padding:2.5rem 2.25rem 2rem;animation:.5s ease-out login-card-appear;position:relative;box-shadow:0 28px 70px #7c2d121a,inset 0 0 0 1px #fff9}@keyframes login-card-appear{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.login-back-link{color:#64748b;align-items:center;gap:.4rem;margin-bottom:1.75rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.login-back-link:hover{color:#ea580c;transform:translate(-3px)}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:64px;height:auto;margin-bottom:1rem}.login-header h1{color:#0f172a;letter-spacing:-.02em;margin-bottom:.45rem;font-size:1.55rem;font-weight:800}.login-header p{color:#64748b;margin:0;font-size:.92rem;line-height:1.6}.login-card form{gap:1.15rem;display:grid}.login-card label{color:#1e293b;gap:.45rem;font-size:.88rem;font-weight:700;display:grid}.login-input{align-items:center;display:flex;position:relative}.login-input>svg:first-child{color:#f59e0b;flex-shrink:0;position:absolute;left:1rem}.login-input input{width:100%;min-height:50px;font:inherit;background:#ffffffb3;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;padding:0 3rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.login-input input:focus{background:#fff;border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b1f}.login-input input::placeholder{color:#94a3b8}.login-toggle-password{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:color .2s,background .2s;display:flex;position:absolute;right:.75rem}.login-toggle-password:hover{color:#475569;background:#f1f5f9}.login-error{color:#dc2626;text-align:center;background:#dc26260f;border-radius:8px;padding:.5rem .75rem;font-size:.88rem;font-weight:600}.login-submit-btn{color:#fff;min-height:52px;font:inherit;letter-spacing:.02em;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#ea580c);border:0;border-radius:14px;margin-top:.25rem;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 24px #ea580c38}.login-submit-btn:hover{transform:translateY(-2px);box-shadow:0 14px 32px #ea580c4d}.login-submit-btn:active{transform:translateY(0);box-shadow:0 6px 16px #ea580c33}.login-footer-text{text-align:center;color:#94a3b8;margin-top:1.75rem;margin-bottom:0;font-size:.78rem;line-height:1.5}@media (width<=480px){.login-card{border-radius:20px;padding:2rem 1.5rem 1.5rem}.login-header h1{font-size:1.35rem}.login-logo{width:52px}}.info-page{color:#0f172a;background:#fff}.info-hero{background:radial-gradient(circle at 16% 16%,#ffffffe6,#0000 24%),radial-gradient(circle at 82% 34%,#f59e0b26,#0000 30%),linear-gradient(120deg,#fff 0%,#fffaf0 48%,#ffedd5 100%);padding:4.2rem 0 3.5rem;position:relative;overflow:hidden}.info-hero:before{content:"";opacity:.5;background:radial-gradient(#f59e0b1a 1.2px,#0000 1.2px) 0 0/20px 20px,linear-gradient(100deg,#0000 0% 48%,#f59e0b26 48.2%,#0000 48.5%);position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 28% 70%,#000 100%);mask-image:linear-gradient(90deg,#000 0%,#0000 28% 70%,#000 100%)}.info-hero .container,.contact-hero-inner{z-index:1;position:relative}.contact-hero-inner{grid-template-columns:minmax(0,1fr) minmax(360px,1.15fr);align-items:center;gap:3rem;display:grid}.contact-hero-copy{max-width:520px}.info-kicker{color:#ea580c;background:#ffffffc7;border:1px solid #ea580c33;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.6rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex;box-shadow:0 6px 16px #7c2d120d}.info-hero h1{color:#061235;max-width:500px;font-family:var(--font-heading);margin-bottom:.6rem;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:700;line-height:1.2}.info-hero p{color:#475569;max-width:460px;font-family:var(--font-body);font-size:.98rem;line-height:1.65}.contact-hero-line{background:linear-gradient(90deg,#f97316,#f59e0b);border-radius:999px;width:40px;height:3px;margin:.1rem 0 .8rem;box-shadow:15px 0 0 -1px #f97316}.contact-hero-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1.4rem;display:grid}.contact-hero-points>div{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffb3;border:1px solid #f59e0b29;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;column-gap:.7rem;padding:.7rem .85rem;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 10px 24px #7c2d120d}.contact-hero-points>div:hover{transform:translateY(-2px);box-shadow:0 14px 30px #7c2d1214}.contact-hero-points span{color:#fff;background:linear-gradient(135deg,#fb923c,#f97316);border:1px solid #f59e0b33;border-radius:12px;grid-row:span 2;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 8px 18px #f9731633}.contact-hero-points span svg{width:18px;height:18px}.contact-hero-points strong{color:#061235;font-family:var(--font-heading);font-size:.92rem;font-weight:700}.contact-hero-points small{color:#64748b;font-family:var(--font-body);font-size:.8rem;line-height:1.4}.contact-hero-dot{opacity:.35;background-image:radial-gradient(#f59e0b33 2px,#0000 2px);background-size:14px 14px;width:70px;height:70px;position:absolute}.contact-hero-dot-left{top:1.2rem;left:2rem}.contact-hero-dot-right{top:3rem;right:4rem}.contact-hero-visual{justify-content:center;align-items:flex-end;height:100%;min-height:420px;display:flex;position:relative}.contact-blob{background:#f59e0b14;border-radius:46% 54% 57% 43%/44% 44% 56% 56%;position:absolute}.blob-main{background:radial-gradient(circle at 70% 35%,#f59e0b29,#0000 30%),#f59e0b12;inset:1rem 1rem .5rem}.blob-soft{background:radial-gradient(circle,#fbbf2429 0%,#0000 70%);width:260px;height:220px;top:1rem;right:0}.support-illustration-img{object-fit:contain;object-position:bottom center;z-index:1;width:100%;max-width:540px;height:auto;max-height:440px;position:relative}.contact-hero-visual:before{content:"";aspect-ratio:1;pointer-events:none;z-index:0;border:1.5px dashed #f9731647;border-radius:50%;width:86%;max-width:440px;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.floating-contact-icon{color:#fff;z-index:2;background:linear-gradient(135deg,#fb923c,#f97316);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s;display:flex;position:absolute;box-shadow:0 8px 20px #f9731633}.floating-contact-icon:hover{transform:scale(1.1)}.icon-chat{top:12%;left:32%}.icon-mail{top:32%;left:10%}.icon-phone{top:25%;right:12%}.icon-user{top:55%;right:0%}.info-section{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:2.2rem 0 3rem}.info-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:1.5rem;display:grid}.info-card{background:#fff;border:1px solid #f59e0b29;border-radius:18px;padding:1.8rem;box-shadow:0 18px 42px #7c2d1214}.info-card h2{color:#061235;margin:1.6rem 0 .7rem;font-size:1.28rem;line-height:1.35}.info-card h2:first-child{margin-top:0}.info-card h3{color:#0f172a;margin:1rem 0 .45rem;font-size:1rem}.info-card p,.info-card li{color:#475569;font-size:.95rem;line-height:1.75}.info-card ul{margin:.45rem 0 1rem;padding-left:1.1rem}.info-card li+li{margin-top:.35rem}.info-note{color:#475569;background:#fff7ed;border-left:4px solid #f59e0b;border-radius:12px;margin:1.2rem 0;padding:1rem;line-height:1.7}.info-side{gap:1rem;display:grid}.info-side-card{background:#fff;border:1px solid #f59e0b29;border-radius:16px;padding:1.25rem;box-shadow:0 16px 34px #7c2d1212}.info-side-card h3{color:#061235;margin-bottom:.6rem;font-size:1rem}.info-side-card p,.info-side-card a{color:#64748b;font-size:.9rem;line-height:1.65;text-decoration:none}.info-side-card a:hover{color:#ea580c}.contact-grid{z-index:2;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;margin-top:-2.6rem;margin-bottom:2.2rem;display:grid;position:relative}.contact-method{box-sizing:border-box;background:radial-gradient(circle at 96% 12%,#f59e0b14,#0000 34%),linear-gradient(#fff 0%,#fffaf0 100%);border:1px solid #f59e0b29;border-radius:16px;align-items:center;gap:1.1rem;height:100%;min-height:112px;padding:1.4rem 1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f172a0d}.contact-method:before{content:"";opacity:0;background:linear-gradient(90deg,#fbbf24,#f97316);width:100%;height:3px;transition:opacity .2s;position:absolute;top:0;left:0}.contact-method:hover{border-color:#f59e0b57;transform:translateY(-4px);box-shadow:0 18px 36px #7c2d121a}.contact-method:hover:before{opacity:1}.contact-method span{z-index:1;color:#fff;background:linear-gradient(135deg,#fb923c,#f97316);border:1px solid #f59e0b38;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex;position:relative;box-shadow:0 8px 18px #f9731638}.contact-method-info{z-index:1;flex-direction:column;justify-content:center;display:flex;position:relative}.contact-method span svg{width:23px;height:23px}.contact-method h3{z-index:1;color:#061235;font-family:var(--font-heading);margin:0 0 .3rem;font-size:1.12rem;font-weight:700;line-height:1.3;position:relative}.contact-method p{z-index:1;color:#475569;font-family:var(--font-body);margin:0;font-size:.9rem;font-weight:600;line-height:1.65;position:relative}.contact-map-card{background:#fff;border:1px solid #f59e0b29;border-radius:16px;width:100%;min-height:400px;margin-bottom:2.2rem;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f172a0d}.contact-map-frame{width:100%;height:400px;overflow:hidden}.contact-map-frame iframe{border:0;width:100%;height:100%;display:block}.contact-map-floating-card{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #f59e0b29;border-radius:16px;flex-direction:column;width:320px;padding:1.8rem;display:flex;position:absolute;top:50%;left:2rem;transform:translateY(-50%);box-shadow:0 16px 45px #0f172a14}.contact-map-floating-card span{color:#ea580c;background:#fff7ed;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;margin-bottom:.8rem;padding:.28rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.contact-map-floating-card h2{color:#061235;font-family:var(--font-heading);margin-bottom:.4rem;font-size:1.25rem;font-weight:700;line-height:1.3}.contact-map-floating-card p{color:#475569;font-family:var(--font-body);margin-bottom:1.2rem;font-size:.92rem;line-height:1.5}.contact-map-floating-card .btn-directions{color:#ea580c;font-family:var(--font-heading);cursor:pointer;background:#fff;border:1px solid #ea580c;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;padding:.55rem 1.1rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #ea580c0d}.contact-map-floating-card .btn-directions:hover{color:#fff;background:#ea580c;transform:translateY(-1px);box-shadow:0 6px 16px #ea580c26}.contact-form{gap:.85rem;display:grid}.contact-form-row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.contact-form label{color:#0f172a;gap:.4rem;font-size:.85rem;font-weight:700;display:grid}.contact-form input,.contact-form textarea,.contact-form select{color:#0f172a;width:100%;font:inherit;background:#f8fafc;border:1px solid #dbe3ef;border-radius:8px;outline:none;padding:.65rem .85rem;font-size:.92rem}.contact-form textarea{resize:vertical;min-height:100px}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{background:#fff;border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b24}.contact-submit{color:#fff;width:fit-content;min-height:42px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#fbbf24,#f59e0b 48%,#ea580c);border:0;border-radius:8px;align-items:center;gap:.55rem;padding:0 1.25rem;font-size:.92rem;font-weight:800;display:inline-flex;box-shadow:0 8px 20px #ea580c26}.contact-submit:disabled{opacity:.7;cursor:not-allowed}.contact-message{color:#0f172a;font-size:.9rem;font-weight:700}.contact-secure{color:#64748b;justify-content:center;align-items:center;gap:.4rem;margin-top:.5rem;font-size:.76rem;display:flex}.contact-consultation{margin-top:0;padding:3.5rem 0 4.2rem!important}.contact-consultation .consultation-container{grid-template-columns:1.1fr .9fr;gap:2.5rem}.contact-consultation .consultation-copy h2{font-family:var(--font-heading);font-size:clamp(2rem,3.2vw,2.8rem);font-weight:700}.contact-consultation .consultation-copy p{font-family:var(--font-body);margin-bottom:1.4rem;font-size:1.02rem;line-height:1.65}.contact-consultation .consultation-points>div{min-height:54px;padding:.6rem .8rem}.contact-consultation .consultation-points>div>span{width:40px;height:40px}.contact-consultation .consultation-points>div>span svg{width:20px;height:20px}.contact-consultation .consultation-points strong{font-family:var(--font-heading);font-size:.98rem;font-weight:700}.contact-consultation .consultation-points small{font-family:var(--font-body);font-size:.82rem}.contact-consultation .consultation-form{border-radius:18px;padding:1.35rem}.contact-consultation .consultation-form label{font-family:var(--font-body);gap:.35rem;font-size:.88rem}.contact-consultation .input-with-icon svg{width:16px;height:16px;left:.8rem}.contact-consultation .input-with-icon input,.contact-consultation .input-with-icon select{font-family:var(--font-body);padding:.55rem .75rem .55rem 2.2rem;font-size:.92rem}.contact-consultation .consultation-submit{font-family:var(--font-heading);min-height:38px;padding:0 1.1rem;font-size:.88rem;font-weight:700}@media (width<=1024px){.contact-hero-inner{grid-template-columns:1fr;gap:1.8rem}.contact-hero-visual{width:100%;max-width:500px;margin:0 auto}.info-layout,.contact-grid,.contact-map-card{grid-template-columns:1fr}.contact-consultation .consultation-container{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.info-hero{padding:3.2rem 0}.info-hero h1{font-size:clamp(1.4rem,6vw,1.85rem)}.contact-hero-points{grid-template-columns:1fr}.contact-hero-visual{min-height:250px}.support-laptop{width:180px;height:112px;bottom:3.5rem;right:12%}.support-screen{height:82px}.support-phone{width:44px;height:84px;right:4%}.support-headset{width:70px;height:62px;left:16%}.support-plant,.icon-user{display:none}.floating-contact-icon{width:40px;height:40px}.icon-chat{width:54px;height:35px}.info-section{padding:1.8rem 0 2.5rem}.contact-grid{margin-top:0}.contact-map-card{border-radius:16px;flex-direction:column;min-height:auto;display:flex;overflow:visible}.contact-map-floating-card{width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:none;border-bottom:1px solid #f59e0b1f;padding:1.2rem;position:relative;top:0;left:0;transform:none}.contact-map-floating-card h2{font-size:1.15rem}.contact-map-floating-card p{margin-bottom:1rem;font-size:.88rem}.contact-map-frame{border-radius:0 0 16px 16px;height:280px}.info-card,.info-side-card{border-radius:14px;padding:1.1rem}.contact-form-row{grid-template-columns:1fr}.contact-submit{justify-content:center;width:100%}}.solution-page{color:#0f172a;background:#fff}.solution-hero{background:radial-gradient(circle at 78% 38%,#f59e0b3d,#0000 30%),linear-gradient(135deg,#fffdf8 0%,#fff7ed 48%,#ffedd5 100%);padding:4.5rem 0;position:relative;overflow:hidden}.solution-hero:before{content:"";background-image:radial-gradient(#f59e0b29 1.5px,#0000 1.5px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 34% 66%,#000 100%);mask-image:linear-gradient(90deg,#000 0%,#0000 34% 66%,#000 100%)}.solution-dot{opacity:.4;background-image:radial-gradient(#f59e0b3d 2px,#0000 2px);background-size:18px 18px;width:120px;height:120px;position:absolute}.solution-dot-left{top:2rem;left:2rem}.solution-dot-right{bottom:2rem;right:3rem}.solution-hero-inner{z-index:1;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);align-items:center;gap:3rem;display:grid;position:relative}.solution-hero-copy{max-width:640px}.solution-kicker,.solution-section-heading span{color:#ea580c;background:#ffffffbd;border:1px solid #ea580c33;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;margin-bottom:1rem;padding:.36rem .75rem;font-size:.8rem;font-weight:800;display:inline-flex}.solution-hero h1{color:#061235;margin-bottom:1rem;font-size:clamp(2.1rem,4vw,3.6rem);font-weight:800;line-height:1.14}.solution-hero p{color:#475569;max-width:560px;font-size:1rem;line-height:1.75}.solution-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;display:flex}.solution-btn{border-radius:12px;justify-content:center;align-items:center;gap:.55rem;min-height:46px;padding:0 1.1rem;font-size:.94rem;font-weight:800;text-decoration:none;display:inline-flex}.solution-btn.primary{color:#fff;background:linear-gradient(135deg,#fbbf24,#f59e0b 48%,#ea580c);box-shadow:0 16px 30px #ea580c38}.solution-btn.secondary{color:#0f172a;background:#fff;border:1px solid #f59e0b33}.solution-visual{min-height:380px;position:relative}.solution-window{background:#ffffffd1;border:1px solid #0f172a14;border-radius:24px;position:absolute;inset:3rem 2rem 2rem 1rem;overflow:hidden;box-shadow:0 28px 70px #7c2d1224}.solution-window-top{background:#fff7ed;align-items:center;gap:.5rem;height:58px;padding:0 1.2rem;display:flex}.solution-window-top span{background:#f97316;border-radius:999px;width:11px;height:11px}.solution-window-top span:nth-child(2){background:#fbbf24}.solution-window-top span:nth-child(3){background:#22c55e}.solution-window-body{grid-template-columns:120px 1fr;align-items:center;gap:1.2rem;padding:1.5rem;display:grid}.solution-chart{background:conic-gradient(#f59e0b 0 42%, #22c55e 42% 68%, #3b82f6 68% 100%);border-radius:999px;width:110px;height:110px}.solution-lines{gap:.8rem;display:grid}.solution-lines span{background:#e2e8f0;border-radius:999px;height:14px}.solution-lines span:first-child{width:92%}.solution-lines span:nth-child(2){width:72%}.solution-lines span:nth-child(3){width:84%}.solution-floating-card{color:#061235;background:#fff;border-radius:18px;min-width:138px;padding:1rem;font-weight:900;position:absolute;box-shadow:0 18px 40px #0f172a1f}.solution-floating-card small{color:#64748b;margin-top:.25rem;font-size:.78rem;font-weight:700;display:block}.card-a{top:1.2rem;left:0}.card-b{bottom:1.2rem;right:0}.solution-section{padding:3.6rem 0}.features-band{background:#f8fafc}.solution-section-heading{text-align:center;max-width:760px;margin:0 auto 2rem}.solution-section-heading h2{color:#061235;margin-bottom:.55rem;font-size:clamp(1.55rem,2.5vw,2.35rem);line-height:1.25}.solution-section-heading p{color:#64748b;line-height:1.65}.solution-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.solution-card,.solution-feature-item{background:#fff;border:1px solid #f59e0b29;border-radius:18px;box-shadow:0 18px 42px #7c2d1212}.solution-card{padding:1.35rem}.solution-card span,.solution-feature-item>span{color:#f59e0b;background:#fff7ed;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1rem;display:inline-flex}.solution-card h3,.solution-feature-item h3{color:#061235;margin-bottom:.5rem;font-size:1.05rem;line-height:1.35}.solution-card p,.solution-feature-item p{color:#64748b;font-size:.92rem;line-height:1.65}.solution-feature-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.solution-feature-item{grid-template-columns:auto 1fr;column-gap:1rem;padding:1.25rem;display:grid;position:relative}.solution-feature-item>span{margin-bottom:0}.feature-index{color:#f59e0b2e;font-size:2rem;font-weight:900;position:absolute;top:.8rem;right:1rem}@media (width<=1024px){.solution-hero-inner,.solution-card-grid,.solution-feature-list{grid-template-columns:1fr}.solution-visual{min-height:320px}}@media (width<=768px){.solution-hero{padding:3rem 0}.solution-window{inset:2.5rem 0 1rem}.solution-window-body{grid-template-columns:1fr}.solution-chart{width:88px;height:88px}.solution-actions .solution-btn{width:100%}}.lookup-page{color:#1e293b;min-height:100vh;font-family:var(--font-body);background:#fdfbf7;padding:40px 0 80px}.lookup-container{max-width:1320px;margin:0 auto;padding:0 2rem}.lookup-header-nav{color:#64748b;align-items:center;gap:8px;margin-bottom:24px;font-size:.9rem;font-weight:500;display:flex}.lookup-header-nav a{color:#c2410c;font-weight:600;text-decoration:none}.lookup-main-grid{background:#fff;border:1px solid #f1f5f9;border-radius:20px;grid-template-columns:1.1fr 1fr;display:grid;overflow:hidden;box-shadow:0 10px 30px #0000000a}.lookup-tabs-bar{background:#f1f5f9;border-bottom:2px solid #e2e8f0;grid-column:span 2;display:flex}.lookup-tab-button{font-family:var(--font-heading);text-align:center;color:#475569;cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:18px 24px;font-size:1.05rem;font-weight:700;transition:all .3s;position:relative}.lookup-tab-button.active{color:#fff;background:#b91c1c}.lookup-form-area{background:#fafaf9;border-right:1px solid #e2e8f0;padding:40px}.lookup-form-group{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.lookup-form-group label{font-family:var(--font-body);color:#334155;font-size:.95rem;font-weight:600}.lookup-form-group label span{color:#ef4444;margin-left:4px;font-weight:700}.lookup-form-group input,.lookup-form-group select{color:#1e293b;background:#fff;border:1.5px solid #d9d9d9;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:all .3s}.lookup-form-group input::placeholder{color:#94a3b8;opacity:.8}.lookup-form-group input:focus,.lookup-form-group select:focus{border-color:#b91c1c;box-shadow:0 0 0 3px #b91c1c1a}.lookup-captcha-container{grid-template-columns:1.2fr 1fr;gap:16px;display:grid}.lookup-captcha-box{background:#fff;border:1.5px solid #d9d9d9;border-radius:8px;justify-content:center;align-items:center;padding:8px 12px;display:flex;position:relative;overflow:hidden}.lookup-captcha-image-sim{letter-spacing:4px;color:#1e3a8a;-webkit-user-select:none;user-select:none;text-shadow:2px 2px 2px #00000026;background:repeating-linear-gradient(45deg,#e0f2fe 0 10px,#f0fdf4 10px 20px);border-radius:6px;padding:6px 16px;font-family:Plus Jakarta Sans,cursive,sans-serif;font-size:1.5rem;font-style:italic;font-weight:800;box-shadow:inset 0 2px 5px #0000000d}.lookup-captcha-image{background:#fff;width:200px;max-width:100%;height:40px;display:block}.lookup-captcha-reload{color:#64748b;cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;margin-left:12px;transition:transform .3s,color .3s;display:flex}.lookup-captcha-reload:hover{color:#b91c1c;transform:rotate(180deg)}.lookup-search-button{color:#fff;font-family:var(--font-heading);cursor:pointer;background:#854d0e;border:none;border-radius:8px;width:fit-content;min-width:140px;margin-top:10px;padding:14px 28px;font-size:1.05rem;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #854d0e33}.lookup-search-button:hover{background:#713f12;transform:translateY(-1px);box-shadow:0 6px 16px #854d0e4d}.lookup-search-button:active{transform:translateY(0)}.lookup-decor-area{background:linear-gradient(135deg,#fffcf6 0%,#fff6e5 100%);justify-content:center;align-items:center;padding:40px;display:flex;position:relative;overflow:hidden}.lookup-emblem-backdrop{opacity:.05;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='%23ea580c' stroke-width='2'/%3E%3Ccircle cx='50' cy='50' r='38' fill='none' stroke='%23ea580c' stroke-width='1' stroke-dasharray='3 3'/%3E%3Cpath d='M50 15 L53 25 L63 25 L55 31 L58 41 L50 35 L42 41 L45 31 L37 25 L47 25 Z' fill='%23ea580c'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:420px;height:420px;position:absolute;top:5%;right:-5%}.lookup-decor-vector{z-index:2;flex-direction:column;align-items:center;gap:20px;display:flex;position:relative}.lookup-decor-image{filter:drop-shadow(0 15px 30px #d977061f);max-width:320px;height:auto}.lookup-decor-desc{font-family:var(--font-heading);color:#b45309;text-align:center;font-size:1.1rem;font-weight:700}.lookup-results-section{background:#fff;border:1px solid #f1f5f9;border-radius:20px;margin-top:30px;padding:30px;animation:.4s fadeIn;box-shadow:0 10px 30px #00000008}.lookup-results-title{font-family:var(--font-heading);color:#1e293b;border-left:4px solid #b91c1c;align-items:center;gap:10px;margin-bottom:20px;padding-left:12px;font-size:1.3rem;font-weight:800;display:flex}.lookup-results-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.results-table-card{background:#fafaf9;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.results-table-card h4{font-family:var(--font-heading);color:#ea580c;border-bottom:1px solid #e2e8f0;margin-bottom:12px;padding-bottom:6px;font-size:1rem;font-weight:700}.results-row{border-bottom:1px dashed #e2e8f0;justify-content:space-between;padding:8px 0;font-size:.95rem;display:flex}.results-row:last-child{border-bottom:none}.results-label{color:#64748b;font-weight:500}.results-val{color:#1e293b;text-align:right;font-weight:700}.results-val.success{color:#15803d;background:#dcfce7;border-radius:6px;padding:2px 8px;font-size:.85rem}.lookup-bottom-info{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:40px;display:grid}.lookup-info-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;align-items:flex-start;gap:16px;padding:24px;display:flex;box-shadow:0 4px 12px #00000005}.lookup-info-card-icon{color:#ea580c;background:#fff7ed;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.lookup-info-card-content h4{font-family:var(--font-heading);color:#1e293b;margin-bottom:6px;font-size:1.05rem;font-weight:700}.lookup-info-card-content p{color:#64748b;font-size:.88rem;line-height:1.5}@media (width<=992px){.lookup-main-grid{grid-template-columns:1fr}.lookup-tabs-bar{grid-column:span 1}.lookup-form-area{border-bottom:1px solid #e2e8f0;border-right:none}.lookup-decor-area{display:none}.lookup-results-grid,.lookup-bottom-info{grid-template-columns:1fr}}.lookup-decor-area.has-results{text-align:left;justify-content:flex-start;align-items:flex-start;padding:40px;display:flex}.lookup-result-text-box{z-index:3;width:100%;animation:.4s fadeIn;position:relative}.lookup-result-text-box p{color:#334155;margin-bottom:12px;font-size:1.05rem;font-weight:500;line-height:1.7}.lookup-result-text-box p.result-match-text{color:#1e293b}.lookup-result-text-box p.result-status-text{color:#0f766e;font-weight:700}.faq-page{color:#0f172a;background:#fff}.faq-hero{text-align:center;background:radial-gradient(circle at 18% 20%,#ffffffe6,#0000 26%),radial-gradient(circle at 82% 30%,#f59e0b26,#0000 32%),linear-gradient(120deg,#fff 0%,#fffaf0 48%,#ffedd5 100%);padding:4rem 0 3rem;position:relative;overflow:hidden}.faq-hero-dot{opacity:.4;pointer-events:none;background-image:radial-gradient(#f59e0b52 2px,#0000 2px);background-size:15px 15px;width:90px;height:90px;position:absolute}.faq-hero-dot-left{top:1.6rem;left:2.5rem}.faq-hero-dot-right{bottom:1.4rem;right:3rem}.faq-hero-inner{z-index:1;position:relative}.faq-kicker{color:#ea580c;text-transform:uppercase;letter-spacing:.04em;background:#ffffffd1;border:1px solid #ea580c38;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.9rem;padding:.32rem .85rem;font-size:.74rem;font-weight:800;display:inline-flex}.faq-hero h1{color:#061235;font-family:var(--font-heading);margin:0 0 .7rem;font-size:clamp(2rem,3.4vw,2.9rem);font-weight:800;line-height:1.18}.faq-hero p{color:#475569;max-width:640px;margin:0 auto;font-size:1rem;line-height:1.7}.faq-search{align-items:center;max-width:560px;margin:1.6rem auto 0;display:flex;position:relative}.faq-search-icon{color:#f59e0b;pointer-events:none;position:absolute;left:1rem}.faq-search input{width:100%;height:52px;font:inherit;color:#0f172a;background:#fffffff5;border:1px solid #f59e0b47;border-radius:999px;outline:none;padding:0 3rem;font-size:.98rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 12px 28px #7c2d1214}.faq-search input::placeholder{color:#94a3b8}.faq-search input:focus{border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b29}.faq-search-clear{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .18s,color .18s;display:inline-flex;position:absolute;right:.9rem}.faq-search-clear:hover{color:#dc2626;background:#fee2e2}.faq-result-count{color:#64748b;margin-bottom:1.2rem;font-size:.9rem;font-weight:600}.faq-clear-link{color:#ea580c;font:inherit;cursor:pointer;background:0 0;border:0;margin-left:.5rem;font-weight:700;text-decoration:underline;display:inline-block}.faq-section{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:3rem 0 4.5rem}.faq-section .container{max-width:880px}.faq-empty{text-align:center;color:#64748b;padding:2.5rem 1rem;font-weight:600}.faq-error{color:#dc2626}.faq-accordion{gap:1rem;display:grid}.faq-card{background:#fff;border:1px solid #f59e0b29;border-radius:16px;transition:border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 10px 28px #7c2d120d}.faq-card.open{border-color:#f59e0b66;box-shadow:0 18px 36px #7c2d121a}.faq-question{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:0;align-items:center;gap:.9rem;padding:1.15rem 1.25rem;display:flex}.faq-q-icon{color:#f59e0b;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid #f59e0b38;border-radius:10px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.faq-q-text{color:#0f172a;font-family:var(--font-heading);flex:1;font-size:1rem;font-weight:700;line-height:1.4}.faq-chevron{color:#94a3b8;flex:none;transition:transform .3s,color .2s}.faq-card.open .faq-chevron{color:#ea580c;transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.faq-card.open .faq-answer{grid-template-rows:1fr}.faq-answer-inner{padding:0 1.25rem 0 4.05rem;overflow:hidden}.faq-card.open .faq-answer-inner{padding-bottom:1.2rem}.faq-category{color:#1d4ed8;background:#eff6ff;border-radius:999px;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex}.faq-answer-inner p{color:#475569;margin:0;font-size:.95rem;line-height:1.7}.faq-pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.faq-page-numbers{gap:.3rem;display:flex}.faq-page-btn,.faq-page-num{color:#475569;min-width:38px;height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #f59e0b33;border-radius:10px;padding:0 .75rem;font-size:.88rem;font-weight:700;transition:background .18s,color .18s,border-color .18s}.faq-page-btn:hover:not(:disabled),.faq-page-num:hover{color:#ea580c;background:#fff7ed;border-color:#f59e0b66}.faq-page-btn:disabled{opacity:.5;cursor:not-allowed}.faq-page-num.active{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border-color:#0000}.faq-page-dots{color:#94a3b8;-webkit-user-select:none;user-select:none;justify-content:center;align-items:flex-end;min-width:24px;height:38px;font-weight:700;display:inline-flex}.faq-cta{background:radial-gradient(circle at 90% 10%,#f59e0b1f,#0000 40%),linear-gradient(135deg,#fffaf0,#fff7ed);border:1px solid #f59e0b2e;border-radius:18px;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:2.8rem;padding:1.6rem 1.8rem;display:flex}.faq-cta-icon{color:#fff;background:linear-gradient(135deg,#fb923c,#ea580c);border-radius:14px;flex:none;justify-content:center;align-items:center;width:54px;height:54px;display:inline-flex;box-shadow:0 12px 24px #ea580c38}.faq-cta-copy{flex:1;min-width:200px}.faq-cta-copy h3{color:#061235;font-family:var(--font-heading);margin:0 0 .25rem;font-size:1.15rem;font-weight:800}.faq-cta-copy p{color:#64748b;margin:0;font-size:.92rem;line-height:1.5}.faq-cta-actions{flex-wrap:wrap;gap:.6rem;display:flex}.faq-cta-btn{cursor:pointer;border-radius:10px;align-items:center;gap:.45rem;padding:.65rem 1.2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.faq-cta-btn.primary{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);box-shadow:0 12px 24px #ea580c33}.faq-cta-btn.secondary{color:#ea580c;background:#fff;border:1px solid #ea580c47}.faq-cta-btn:hover{transform:translateY(-2px)}@media (width<=768px){.faq-answer-inner{padding-left:1.25rem}.faq-cta{text-align:left;flex-direction:column;align-items:flex-start}.faq-cta-actions{width:100%}.faq-cta-btn{flex:1;justify-content:center}}
