.sdp-page{--sdp-primary:#1d4e95;--sdp-secondary:#f07323;--sdp-navy:#0b1120;--sdp-surface:#f7f9fb;--sdp-glass:hsla(0,0%,100%,.55);--sdp-radius-lg:1.5rem;--sdp-radius-xl:2rem;position:relative;overflow:hidden;background:var(--sdp-surface)}.sdp-page:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 15% 10%,rgba(29,78,149,.12),transparent 55%),radial-gradient(ellipse 70% 50% at 85% 20%,rgba(240,115,35,.08),transparent 50%),radial-gradient(ellipse 60% 40% at 50% 90%,rgba(29,78,149,.06),transparent 45%)}.sdp-page>*{position:relative;z-index:1}.sdp-gradient-text{background:linear-gradient(90deg,var(--sdp-primary) 0,var(--sdp-secondary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.sdp-glass{background:var(--sdp-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.45)}.sdp-section{padding:5rem 0}.sdp-section-header{text-align:center;max-width:720px;margin:0 auto 3.5rem}.sdp-section-header h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--sdp-primary);margin-bottom:1rem}.sdp-section-header p{color:#64748b;font-size:1.1rem;line-height:1.8;margin:0}.sdp-hero{padding:8rem 0 5rem;margin-top:80px}.sdp-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(164,194,255,.25);color:var(--sdp-primary);font-weight:700;font-size:.875rem;padding:.45rem 1rem;border-radius:999px;border:1px solid rgba(29,78,149,.12);margin-bottom:1.5rem}.sdp-hero h1{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15;color:#0f172a;margin-bottom:1.25rem}.sdp-hero-lead{font-size:1.125rem;color:#475569;line-height:1.85;max-width:34rem;margin-bottom:2rem}.sdp-hero-highlights{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.65rem}.sdp-hero-highlights li{display:flex;align-items:flex-start;gap:.65rem;color:#334155;font-size:.95rem;line-height:1.6}.sdp-hero-highlights li svg{color:#10b981;flex-shrink:0;margin-top:.15rem}.sdp-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.sdp-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--sdp-secondary);color:#fff!important;font-weight:700;font-size:1.05rem;padding:1rem 2rem;border-radius:var(--sdp-radius-lg);border:none;text-decoration:none;box-shadow:0 8px 28px rgba(240,115,35,.35);transition:transform .2s,box-shadow .2s}.sdp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 36px rgba(240,115,35,.45);color:#fff!important}.sdp-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:hsla(0,0%,100%,.6);backdrop-filter:blur(8px);color:var(--sdp-primary)!important;font-weight:700;padding:1rem 1.75rem;border-radius:var(--sdp-radius-lg);border:1px solid #e2e8f0;text-decoration:none;transition:background .2s}.sdp-btn-ghost:hover{background:#fff;color:var(--sdp-primary)!important}.sdp-hero-visual{position:relative;min-height:420px}.sdp-hero-visual-card{position:absolute;background:#fff;border-radius:var(--sdp-radius-xl);box-shadow:0 25px 60px rgba(15,23,42,.12);border:1px solid #f1f5f9;overflow:hidden}.sdp-hero-visual-main{top:0;inset-inline-end:0;width:85%;padding:1.5rem;animation:sdp-float 6s ease-in-out infinite}.sdp-hero-visual-float{bottom:0;inset-inline-start:0;width:68%;padding:1.75rem;animation:sdp-float 6s ease-in-out infinite;animation-delay:-2s}.sdp-hero-visual-badge{top:45%;inset-inline-start:-1rem;padding:.75rem 1.25rem;border-radius:999px;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#059669;animation:sdp-float 6s ease-in-out infinite;animation-delay:-1s}.sdp-hero-logo-wrap{display:flex;align-items:center;justify-content:center;min-height:360px;padding:2rem;background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:var(--sdp-radius-xl);box-shadow:0 25px 60px rgba(15,23,42,.1)}.sdp-chart-bars{display:flex;align-items:flex-end;gap:.5rem;height:120px;padding:1rem;background:#f8fafc;border-radius:.75rem}.sdp-chart-bars span{flex:1;border-radius:.35rem .35rem 0 0;background:rgba(29,78,149,.25)}.sdp-chart-bars span:nth-child(2){height:55%;background:rgba(29,78,149,.4)}.sdp-chart-bars span:nth-child(3){height:90%;background:rgba(240,115,35,.65)}.sdp-chart-bars span:nth-child(4){height:70%;background:rgba(29,78,149,.3)}@keyframes sdp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.sdp-marquee-section{padding:2rem 0 3rem;overflow:hidden}.sdp-marquee-track{display:flex;gap:1rem;width:-moz-max-content;width:max-content;animation:sdp-marquee 28s linear infinite}.sdp-marquee-wrap{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}[dir=rtl] .sdp-marquee-track{animation-name:sdp-marquee-rtl}@keyframes sdp-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes sdp-marquee-rtl{0%{transform:translateX(0)}to{transform:translateX(50%)}}.sdp-marquee-pill{display:inline-flex;align-items:center;gap:.65rem;padding:.85rem 1.75rem;border-radius:999px;font-weight:700;font-size:1rem;color:var(--sdp-primary);white-space:nowrap;flex-shrink:0}.sdp-marquee-pill svg{color:var(--sdp-secondary)}.sdp-why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.sdp-why-card{padding:1.5rem 1.75rem;border-radius:var(--sdp-radius-lg);background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(15,23,42,.04);transition:transform .25s,box-shadow .25s;display:flex;gap:1rem;align-items:flex-start}.sdp-why-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(29,78,149,.1)}.sdp-why-card--wide{grid-column:1/-1}.sdp-why-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--sdp-primary),#2864c6);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sdp-why-card p{margin:0;line-height:1.85;color:#334155;font-size:.98rem}.sdp-bento{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.sdp-bento-card{padding:2rem;border-radius:var(--sdp-radius-xl);transition:transform .35s,box-shadow .35s;display:flex;flex-direction:column;min-height:200px}.sdp-bento-card:hover{transform:scale(1.02);box-shadow:0 20px 40px rgba(29,78,149,.12)}.sdp-bento--hero,.sdp-bento--wide{grid-column:span 2}.sdp-bento--accent{grid-column:span 2;background:linear-gradient(135deg,var(--sdp-primary) 0,#163a72 100%)!important;color:#fff;border:none!important}.sdp-bento--accent h3,.sdp-bento--accent p{color:#fff}.sdp-bento--accent p{opacity:.88}.sdp-bento-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#fff}.sdp-bento-icon--primary{background:var(--sdp-primary)}.sdp-bento-icon--secondary{background:var(--sdp-secondary)}.sdp-bento-icon--emerald{background:#10b981}.sdp-bento-card h3{font-size:1.25rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;line-height:1.45}.sdp-bento-card p{color:#475569;line-height:1.85;margin:0;font-size:.95rem}.sdp-contact-strip{padding:3rem 0}.sdp-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.sdp-contact-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border-radius:var(--sdp-radius-lg);border:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.sdp-contact-item:hover{border-color:var(--sdp-primary);box-shadow:0 8px 24px rgba(29,78,149,.08);color:inherit}.sdp-contact-item-icon{width:48px;height:48px;border-radius:12px;background:rgba(29,78,149,.08);color:var(--sdp-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sdp-contact-item span{font-weight:600;color:#334155;word-break:break-all}.sdp-narrative-strip{display:grid;gap:1rem;margin-top:1.5rem}.sdp-narrative-card{padding:1.25rem 1.5rem;background:#fff;border-radius:var(--sdp-radius-lg);border-inline-start:4px solid var(--sdp-secondary);box-shadow:0 4px 16px rgba(15,23,42,.05)}.sdp-narrative-card p{margin:0;line-height:1.9;color:#334155}.sdp-quote-section{padding:4rem 0 6rem}.sdp-quote-split{display:flex;flex-direction:column;background:#fff;border-radius:3rem;overflow:hidden;box-shadow:0 30px 80px rgba(15,23,42,.12);border:1px solid #e2e8f0;min-height:640px}@media (min-width:992px){.sdp-quote-split{flex-direction:row}[dir=rtl] .sdp-quote-split{flex-direction:row-reverse}}.sdp-quote-sidebar{background:var(--sdp-navy);color:#fff;padding:3rem 2.5rem;position:relative;overflow:hidden;flex:0 0 38%;display:flex;flex-direction:column;justify-content:center}.sdp-quote-sidebar:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(240,115,35,.2),transparent 50%),radial-gradient(circle at 100% 100%,rgba(29,78,149,.25),transparent 50%);pointer-events:none}.sdp-quote-sidebar-inner{position:relative;z-index:1}.sdp-quote-sidebar h3{font-size:1.75rem;font-weight:800;margin-bottom:1.25rem;color:#fff}.sdp-quote-sidebar>.sdp-quote-sidebar-inner>p{color:#94a3b8;line-height:1.85;margin-bottom:2rem}.sdp-quote-sidebar-item{display:flex;gap:1rem;margin-bottom:1.5rem}.sdp-quote-sidebar-item-icon{width:48px;height:48px;border-radius:12px;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:var(--sdp-secondary);flex-shrink:0}.sdp-quote-sidebar-item h4{font-size:1rem;font-weight:700;margin-bottom:.25rem;color:#fff}.sdp-quote-sidebar-item p{font-size:.875rem;color:#94a3b8;margin:0;line-height:1.6}.sdp-quote-main{flex:1;padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center}@media (min-width:768px){.sdp-quote-main{padding:3rem 3.5rem}}.sdp-quote-main h2{font-size:1.85rem;font-weight:800;color:var(--sdp-primary);margin-bottom:.5rem}.sdp-quote-intro p{color:#64748b;line-height:1.85;margin-bottom:.5rem;font-size:.98rem}.sdp-quote-product-tag{display:inline-block;margin-bottom:1.5rem;padding:.35rem 1rem;border-radius:999px;background:rgba(29,78,149,.08);color:var(--sdp-primary);font-weight:700;font-size:.875rem}.sdp-field{position:relative;margin-bottom:1.75rem}.sdp-field input,.sdp-field textarea{width:100%;border:none;border-bottom:2px solid #e2e8f0;background:transparent;padding:.75rem 0;font-size:1rem;outline:none;transition:border-color .2s;border-radius:0}.sdp-field input:focus,.sdp-field textarea:focus{border-bottom-color:var(--sdp-secondary)}.sdp-field label{font-weight:600;color:#64748b;font-size:.875rem}.sdp-field label,.sdp-field-hint{display:block;margin-bottom:.35rem}.sdp-field-hint{font-size:.8rem;color:#94a3b8}.sdp-field-meta{display:flex;justify-content:flex-end;margin-top:.35rem}.sdp-field-counter{font-size:.75rem;color:#94a3b8}.sdp-field--phone .sdp-phone-input{display:flex;align-items:stretch;gap:0;border-bottom:2px solid #e2e8f0;transition:border-color .2s}.sdp-field--phone .sdp-phone-input:focus-within{border-bottom-color:var(--sdp-secondary)}.sdp-field--phone.is-invalid .sdp-phone-input{border-bottom-color:#dc2626}.sdp-phone-prefix{display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0;padding:.75rem .85rem .75rem 0;border-inline-end:1px solid #e2e8f0;color:#334155;font-weight:700;font-size:.95rem;background:#f8fafc;border-radius:0}.sdp-phone-flag{font-size:1.1rem;line-height:1}.sdp-phone-code{letter-spacing:.02em;direction:ltr;unicode-bidi:isolate}.sdp-phone-number{flex:1;min-width:0;border:none!important;background:transparent;padding:.75rem 0 .75rem .85rem!important;font-size:1rem;outline:none;letter-spacing:.04em}.sdp-field-success{display:block;color:#059669;font-size:.8rem;margin-top:.35rem;direction:ltr;text-align:start;unicode-bidi:isolate}.sdp-field-error{color:#dc2626;font-size:.8rem;margin-top:.35rem}.sdp-field.is-invalid input,.sdp-field.is-invalid textarea{border-bottom-color:#dc2626}.sdp-quote-submit{width:100%;padding:1.15rem;border:none;border-radius:var(--sdp-radius-lg);background:linear-gradient(to left,var(--sdp-secondary),#ff9248);color:#fff;font-size:1.15rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.sdp-quote-submit:hover:not(:disabled){transform:scale(1.01);box-shadow:0 12px 32px rgba(240,115,35,.35)}.sdp-quote-submit:disabled{opacity:.7;cursor:not-allowed}.sdp-alert{display:flex;align-items:center;gap:.65rem;padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.25rem;font-size:.95rem}.sdp-alert--success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.sdp-alert--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.sdp-cta-banner{margin:2rem 0 5rem;padding:3.5rem 2.5rem;border-radius:var(--sdp-radius-xl);background:linear-gradient(135deg,var(--sdp-navy) 0,#1a2744 100%);color:#fff;text-align:center;position:relative;overflow:hidden}.sdp-cta-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(240,115,35,.15),transparent 50%)}.sdp-cta-banner-inner{position:relative;z-index:1;max-width:640px;margin:0 auto}.sdp-cta-banner h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:1rem;color:#fff}.sdp-cta-banner p{color:#94a3b8;margin-bottom:2rem;line-height:1.8}.sdp-cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:991px){.sdp-bento{grid-template-columns:1fr}.sdp-bento--accent,.sdp-bento--hero,.sdp-bento--wide{grid-column:span 1}.sdp-hero-visual{min-height:320px;margin-top:2.5rem}.sdp-quote-sidebar{flex:none}}@media (max-width:767px){.sdp-hero{padding-top:6rem}.sdp-section{padding:3.5rem 0}.sdp-quote-split{border-radius:1.5rem}}@media (prefers-reduced-motion:reduce){.sdp-hero-visual-card,.sdp-marquee-track{animation:none}}.faal-landing .faal-quote-main .sdp-field--phone .sdp-phone-input,.odoo-landing .odoo-quote-main .sdp-field--phone .sdp-phone-input,.yusr-landing .yusr-quote-main .sdp-field--phone .sdp-phone-input{width:100%;border:1.5px solid #e2e8f0;border-radius:.85rem;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.04);overflow:hidden}.faal-landing .faal-quote-main .sdp-field--phone .sdp-phone-prefix,.odoo-landing .odoo-quote-main .sdp-field--phone .sdp-phone-prefix,.yusr-landing .yusr-quote-main .sdp-field--phone .sdp-phone-prefix{padding:.85rem 1rem;border-inline-end:1.5px solid #e2e8f0}.faal-landing .faal-quote-main .sdp-field--phone .sdp-phone-number,.odoo-landing .odoo-quote-main .sdp-field--phone .sdp-phone-number,.yusr-landing .yusr-quote-main .sdp-field--phone .sdp-phone-number{border:none!important;border-radius:0!important;box-shadow:none!important;transform:none!important;padding:.85rem 1rem!important}.faal-landing .faal-quote-main .sdp-field--phone .sdp-phone-input:focus-within{border-color:var(--faal-accent);box-shadow:0 0 0 4px rgba(240,115,35,.12)}.yusr-landing .yusr-quote-main .sdp-field--phone .sdp-phone-input:focus-within{border-color:var(--yusr-primary);box-shadow:0 0 0 4px rgba(30,79,158,.12)}.odoo-landing .odoo-quote-main .sdp-field--phone .sdp-phone-input:focus-within{border-color:var(--odoo-accent);box-shadow:0 0 0 4px rgba(113,75,155,.15)}.faal-landing .faal-quote-main .sdp-field--phone.is-invalid .sdp-phone-input,.odoo-landing .odoo-quote-main .sdp-field--phone.is-invalid .sdp-phone-input,.yusr-landing .yusr-quote-main .sdp-field--phone.is-invalid .sdp-phone-input{border-color:#ef4444}.yusr-landing{--yusr-primary:#1e4f9e;--yusr-primary-dark:#163d7a;--yusr-secondary:#f07323;--yusr-brand:#2563eb;--yusr-glass:hsla(0,0%,100%,.62);--yusr-radius:1.25rem;--yusr-radius-xl:1.75rem;font-family:Tajawal,Montserrat,Segoe UI,sans-serif}.yusr-landing>*{position:relative;z-index:1}@keyframes yusr-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes yusr-glow-pulse{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.75;transform:scale(1.06)}}@keyframes yusr-ring-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes yusr-shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes yusr-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.yusr-landing .yusr-hero{padding-top:2.5rem;padding-bottom:4.5rem}.yusr-landing .yusr-hero-inner,[dir=ltr] .yusr-landing .yusr-hero-inner{text-align:start}.yusr-landing .yusr-hero-title{font-size:clamp(1.65rem,3.5vw,2.65rem);font-weight:800;line-height:1.35;color:#0f172a;margin:0 0 1.25rem;animation:yusr-fade-up .7s ease both}.yusr-landing .yusr-hero-desc{font-size:clamp(1rem,2vw,1.15rem);color:#475569;line-height:1.85;margin:0 0 1.75rem;max-width:540px}.yusr-landing .yusr-tags{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.55rem}.yusr-landing .yusr-tag{display:inline-flex;align-items:flex-start;gap:.55rem;padding:.55rem 1rem;border-radius:.75rem;font-size:.9rem;font-weight:600;color:#334155;background:hsla(0,0%,100%,.88);border:1px solid #e2e8f0;box-shadow:0 2px 12px rgba(15,23,42,.04);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .25s,box-shadow .25s,border-color .25s}.yusr-landing .yusr-tag:hover{transform:translateX(-4px);border-color:rgba(30,79,158,.25);box-shadow:0 6px 20px rgba(30,79,158,.1)}[dir=ltr] .yusr-landing .yusr-tag:hover{transform:translateX(4px)}.yusr-landing .yusr-tag svg{color:var(--yusr-primary);flex-shrink:0;margin-top:.15rem}.yusr-landing .yusr-hero-cta{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem}.yusr-landing .yusr-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 2.25rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--yusr-primary) 0,#1e3a8a 100%);color:#fff;font-size:1.05rem;font-weight:700;cursor:pointer;box-shadow:0 10px 32px rgba(30,79,158,.35);transition:box-shadow .25s;position:relative;overflow:hidden}.yusr-landing .yusr-btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,hsla(0,0%,100%,.18) 50%,transparent 60%);background-size:200% 100%;animation:yusr-shimmer 3s ease-in-out infinite}.yusr-landing .yusr-hero-subcta{font-size:.95rem;color:#64748b;font-weight:600;margin:0}.yusr-landing .yusr-logo-showcase{position:relative;display:flex;align-items:center;justify-content:center;min-height:340px;animation:yusr-float 5.5s ease-in-out infinite}.yusr-landing .yusr-logo-glow{position:absolute;width:72%;height:72%;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.35) 0,transparent 70%);filter:blur(28px);animation:yusr-glow-pulse 4s ease-in-out infinite}.yusr-landing .yusr-logo-ring{position:absolute;border-radius:50%;border:1px dashed rgba(30,79,158,.18);pointer-events:none}.yusr-landing .yusr-logo-ring--1{width:88%;height:88%;animation:yusr-ring-spin 28s linear infinite}.yusr-landing .yusr-logo-ring--2{width:96%;height:96%;border-color:rgba(240,115,35,.15);animation:yusr-ring-spin 40s linear infinite reverse}.yusr-landing .yusr-logo-frame{position:relative;z-index:2;width:min(100%,380px);aspect-ratio:1;border-radius:var(--yusr-radius-xl);padding:2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 24px 64px rgba(30,79,158,.14),inset 0 0 0 1px hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.75);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:box-shadow .4s,transform .4s}.yusr-landing .yusr-logo-showcase:hover .yusr-logo-frame{box-shadow:0 32px 80px rgba(37,99,235,.22),inset 0 0 0 1px hsla(0,0%,100%,.9);transform:scale(1.02)}.yusr-landing .yusr-logo-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(37,99,235,.2))}.yusr-landing .yusr-title-accent{width:64px;height:4px;margin:0 auto;border-radius:999px;background:linear-gradient(90deg,var(--yusr-primary),var(--yusr-secondary))}.yusr-landing .yusr-why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.yusr-landing .yusr-glass-card{padding:1.75rem;border-radius:var(--yusr-radius-xl);background:var(--yusr-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.7);box-shadow:0 8px 32px rgba(15,23,42,.06);transition:box-shadow .35s}.yusr-landing .yusr-glass-card:hover{box-shadow:0 18px 52px rgba(30,79,158,.14)}.yusr-landing .yusr-card-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(30,79,158,.12),rgba(37,99,235,.08));color:var(--yusr-primary);margin-bottom:1rem;transition:transform .3s}.yusr-landing .yusr-glass-card:hover .yusr-card-icon{transform:scale(1.08) rotate(-4deg)}.yusr-landing .yusr-glass-card h3{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.yusr-landing .yusr-glass-card p{font-size:.95rem;line-height:1.8;color:#475569;margin:0}.yusr-landing .yusr-features-section{background:linear-gradient(180deg,#fff,#f8fbff 55%,#fff);padding-top:1rem;padding-bottom:3.5rem}.yusr-landing .yusr-modules-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.yusr-landing .yusr-module-card{position:relative;padding:1.5rem 1.55rem 1.6rem;border-radius:var(--yusr-radius-xl);background:#fff;border:1px solid rgba(30,79,158,.12);box-shadow:0 10px 36px rgba(15,23,42,.06);transition:box-shadow .35s,border-color .35s}.yusr-landing .yusr-module-card:before{content:"";position:absolute;top:0;inset-inline:0;height:4px;border-radius:var(--yusr-radius-xl) var(--yusr-radius-xl) 0 0;background:linear-gradient(90deg,var(--yusr-primary),#3b82f6);opacity:.9}.yusr-landing .yusr-module-card--secondary:before{background:linear-gradient(90deg,var(--yusr-accent),#fb923c)}.yusr-landing .yusr-module-card--emerald:before{background:linear-gradient(90deg,#059669,#34d399)}.yusr-landing .yusr-module-card:hover{border-color:rgba(30,79,158,.24);box-shadow:0 18px 48px rgba(30,79,158,.12)}.yusr-landing .yusr-module-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.1rem;padding-bottom:.95rem;border-bottom:1px dashed rgba(148,163,184,.35)}.yusr-landing .yusr-module-card__index{font-size:.72rem;font-weight:800;letter-spacing:.06em;color:#94a3b8}.yusr-landing .yusr-module-card__icon{width:42px;height:42px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(30,79,158,.12),rgba(219,234,254,.85));color:var(--yusr-primary)}.yusr-landing .yusr-module-card--secondary .yusr-module-card__icon{background:linear-gradient(135deg,rgba(240,115,35,.12),rgba(255,247,237,.9));color:var(--yusr-accent)}.yusr-landing .yusr-module-card--emerald .yusr-module-card__icon{background:linear-gradient(135deg,rgba(5,150,105,.12),rgba(209,250,229,.85));color:#059669}.yusr-landing .yusr-module-card h3{margin:0;flex:1;font-size:1.05rem;font-weight:800;line-height:1.45;color:#0f172a}.yusr-landing .yusr-module-card__items{display:flex;flex-wrap:wrap;gap:.5rem}.yusr-landing .yusr-module-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .8rem;border-radius:999px;font-size:.8rem;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;line-height:1.35}.yusr-landing .yusr-module-chip svg{color:var(--yusr-primary);flex-shrink:0}.yusr-landing .yusr-module-card--secondary .yusr-module-chip svg{color:var(--yusr-accent)}.yusr-landing .yusr-module-card--emerald .yusr-module-chip svg{color:#059669}.yusr-landing .yusr-audience-section{padding-bottom:3rem}.yusr-landing .yusr-audience-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem}.yusr-landing .yusr-audience-badge{display:inline-block;padding:.75rem 1.5rem;border-radius:999px;font-size:.95rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--yusr-primary) 0,var(--yusr-brand) 100%);box-shadow:0 6px 20px rgba(30,79,158,.3);transition:box-shadow .3s;cursor:default}.yusr-landing .yusr-audience-badge:hover{box-shadow:0 0 32px rgba(37,99,235,.45)}.yusr-landing .yusr-tabweeb-card{padding:2.5rem 2rem;border-radius:var(--yusr-radius-xl);box-shadow:0 16px 48px rgba(30,79,158,.08);transition:box-shadow .35s}.yusr-landing .yusr-steps{list-style:none;padding:0;margin:2rem 0 0;display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.yusr-landing .yusr-steps li{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem;border-radius:var(--yusr-radius);background:hsla(0,0%,100%,.88);border:1px solid #e2e8f0;box-shadow:0 4px 16px rgba(15,23,42,.04);transition:transform .3s,box-shadow .3s}.yusr-landing .yusr-steps li:hover{box-shadow:0 10px 28px rgba(30,79,158,.1)}.yusr-landing .yusr-step-num{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--yusr-primary),var(--yusr-brand));color:#fff;font-weight:800;font-size:.9rem;margin-bottom:.75rem}.yusr-landing .yusr-steps li>span:last-child{font-size:.88rem;font-weight:700;color:#1e293b;line-height:1.5}.yusr-landing .yusr-quote-section{padding-bottom:5rem}.yusr-landing .yusr-quote-wrap{border-radius:var(--yusr-radius-xl);overflow:hidden;box-shadow:0 24px 64px rgba(30,79,158,.1)}.yusr-landing .yusr-quote-footer{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem}.yusr-landing .yusr-quote-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:999px;font-size:.88rem;font-weight:600;color:#334155;background:hsla(0,0%,100%,.9);border:1px solid rgba(30,79,158,.12);box-shadow:0 2px 10px rgba(15,23,42,.04);transition:transform .25s,box-shadow .25s}.yusr-landing .yusr-quote-pill:hover{box-shadow:0 6px 18px rgba(30,79,158,.12)}.yusr-landing .yusr-quote-pill svg{color:var(--yusr-primary)}.yusr-landing .yusr-quote-wrap{padding:0;background:transparent;box-shadow:none;overflow:visible}.yusr-landing .yusr-quote-form{padding:0}.yusr-landing .yusr-quote-form .container{max-width:100%;padding:0}.yusr-landing .yusr-quote-split{display:block;min-height:auto;background:transparent;border:none;border-radius:0;box-shadow:none;overflow:visible}.yusr-landing .yusr-quote-form .sdp-quote-sidebar{display:none}.yusr-landing .yusr-quote-main{text-align:start;padding:2.5rem 2.75rem;background:linear-gradient(145deg,hsla(0,0%,100%,.92),rgba(248,250,252,.88));backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid hsla(0,0%,100%,.95);border-radius:var(--yusr-radius-xl);box-shadow:0 24px 64px rgba(30,79,158,.1),inset 0 0 0 1px rgba(30,79,158,.04)}.yusr-landing .yusr-quote-main:before{content:"";display:block;height:4px;margin:-2.5rem -2.75rem 2rem;border-radius:var(--yusr-radius-xl) var(--yusr-radius-xl) 0 0;background:linear-gradient(90deg,var(--yusr-primary),var(--yusr-brand),var(--yusr-secondary))}.yusr-landing .yusr-quote-main .sdp-quote-product-tag{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1.75rem;padding:.45rem 1.15rem;background:linear-gradient(135deg,var(--yusr-primary),var(--yusr-brand));color:#fff;border:none;border-radius:999px;font-size:.9rem;font-weight:700;box-shadow:0 6px 20px rgba(37,99,235,.3)}.yusr-landing .yusr-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 1.5rem}.yusr-landing .yusr-form-col--full{grid-column:1/-1}.yusr-landing .yusr-form-actions{margin-top:.5rem}.yusr-landing .yusr-quote-main .sdp-field{margin-bottom:1.35rem}.yusr-landing .yusr-quote-main .sdp-field label{display:block;font-size:.875rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;letter-spacing:.01em}.yusr-landing .yusr-quote-main .sdp-field-hint{display:block;font-size:.78rem;color:#94a3b8;margin:-.25rem 0 .5rem}.yusr-landing .yusr-quote-main .sdp-field input,.yusr-landing .yusr-quote-main .sdp-field textarea{width:100%;padding:.85rem 1.1rem;font-size:.95rem;color:#0f172a;background:hsla(0,0%,100%,.95);border-radius:.85rem;border:1.5px solid #e2e8f0;box-shadow:0 1px 3px rgba(15,23,42,.04);transition:border-color .2s,box-shadow .2s,background .2s,transform .15s}.yusr-landing .yusr-quote-main .sdp-field textarea{min-height:110px;resize:vertical;line-height:1.6}.yusr-landing .yusr-quote-main .sdp-field input:hover,.yusr-landing .yusr-quote-main .sdp-field textarea:hover{border-color:#cbd5e1;background:#fff}.yusr-landing .yusr-quote-main .sdp-field input:focus,.yusr-landing .yusr-quote-main .sdp-field textarea:focus{border-color:var(--yusr-primary);border-bottom-color:var(--yusr-primary);background:#fff;box-shadow:0 0 0 4px rgba(30,79,158,.1),0 4px 12px rgba(30,79,158,.08);outline:none;transform:translateY(-1px)}.yusr-landing .yusr-quote-main .sdp-field.is-invalid input,.yusr-landing .yusr-quote-main .sdp-field.is-invalid textarea{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.yusr-landing .yusr-quote-main .sdp-field-error{display:flex;align-items:center;gap:.3rem;margin-top:.4rem;font-size:.8rem;font-weight:600;color:#dc2626}.yusr-landing .yusr-quote-main .sdp-alert{border-radius:.85rem;margin-bottom:1.25rem;font-weight:600;font-size:.9rem}.yusr-landing .yusr-quote-main .sdp-alert--success{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.25);color:#047857}.yusr-landing .yusr-quote-main .sdp-alert--error{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);color:#b91c1c}.yusr-landing .yusr-quote-submit{width:100%;padding:1.05rem 2rem;margin-top:.25rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--yusr-primary) 0,#1e3a8a 50%,var(--yusr-brand) 100%);background-size:200% 100%;color:#fff;font-size:1.05rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;cursor:pointer;box-shadow:0 10px 32px rgba(30,79,158,.35);transition:transform .25s,box-shadow .25s,background-position .4s}.yusr-landing .yusr-quote-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 40px rgba(37,99,235,.4);background-position:100% 0}.yusr-landing .yusr-quote-submit:active:not(:disabled){transform:translateY(0)}.yusr-landing .yusr-quote-submit:disabled{opacity:.75;cursor:not-allowed}.yusr-landing .yusr-privacy-note{text-align:center;color:#94a3b8;font-size:.8rem;line-height:1.6}.yusr-landing .yusr-quote-fields .yusr-form-col{animation:yusr-field-in .5s ease both}.yusr-landing .yusr-quote-fields .yusr-form-col:first-child{animation-delay:.05s}.yusr-landing .yusr-quote-fields .yusr-form-col:nth-child(2){animation-delay:.1s}.yusr-landing .yusr-quote-fields .yusr-form-col:nth-child(3){animation-delay:.15s}.yusr-landing .yusr-quote-fields .yusr-form-col:nth-child(4){animation-delay:.2s}.yusr-landing .yusr-quote-fields .yusr-form-col:nth-child(5){animation-delay:.25s}.yusr-landing .yusr-quote-fields .yusr-form-col:nth-child(6){animation-delay:.3s}.yusr-landing .yusr-quote-fields .yusr-form-col:nth-child(7){animation-delay:.35s}.yusr-landing .yusr-quote-fields .yusr-form-col:nth-child(8){animation-delay:.4s}.yusr-landing .yusr-quote-fields .yusr-form-col:nth-child(9){animation-delay:.45s}@keyframes yusr-field-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.yusr-landing .sdp-quote-section:not(.yusr-quote-form){background:transparent;padding:2rem 0}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .container{max-width:100%;padding:0 1.5rem}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-quote-split{display:block}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-quote-sidebar{display:none}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-quote-main{background:hsla(0,0%,100%,.75);border-radius:var(--yusr-radius);padding:2rem;border:1px solid hsla(0,0%,100%,.9);text-align:center}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-quote-main h2{display:none}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-quote-intro{margin-bottom:1.5rem}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-quote-intro p{color:#475569;font-size:1rem;line-height:1.7;text-align:center}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-quote-product-tag{display:inline-flex;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--yusr-primary),var(--yusr-brand));color:#fff;border:none;border-radius:999px;padding:.35rem 1rem;font-size:.875rem;font-weight:600}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-field label{color:#334155;font-weight:600}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-field input,.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-field textarea{background:hsla(0,0%,100%,.95);border:1px solid #e2e8f0;border-radius:.75rem;transition:border-color .2s,box-shadow .2s}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-field input:focus,.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-field textarea:focus{border-color:var(--yusr-primary);box-shadow:0 0 0 3px rgba(30,79,158,.12);outline:none}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-quote-submit{background:linear-gradient(135deg,var(--yusr-primary),var(--yusr-primary-dark));border:none;border-radius:999px;padding:.85rem 2rem;font-weight:600;box-shadow:0 8px 24px rgba(30,79,158,.25);transition:transform .2s,box-shadow .2s}.yusr-landing .sdp-quote-section:not(.yusr-quote-form) .sdp-quote-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 32px rgba(30,79,158,.35)}@media (max-width:991px){.yusr-landing .yusr-hero-inner{text-align:center}.yusr-landing .yusr-hero-cta{align-items:center}.yusr-landing .yusr-hero-desc{margin-left:auto;margin-right:auto}.yusr-landing .yusr-tags{align-items:center}.yusr-landing .yusr-tag{max-width:100%}.yusr-landing .yusr-logo-showcase{min-height:280px;margin-bottom:1rem}.yusr-landing .yusr-bento,.yusr-landing .yusr-modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yusr-landing .yusr-bento-card--accent,.yusr-landing .yusr-bento-card--hero,.yusr-landing .yusr-bento-card--tall,.yusr-landing .yusr-bento-card--wide{grid-column:span 1;grid-row:span 1}.yusr-landing .yusr-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.yusr-landing .yusr-logo-frame{width:min(100%,280px);padding:1.25rem}.yusr-landing .yusr-bento,.yusr-landing .yusr-modules-grid{grid-template-columns:1fr}.yusr-landing .yusr-bento-card--accent,.yusr-landing .yusr-bento-card--hero,.yusr-landing .yusr-bento-card--tall,.yusr-landing .yusr-bento-card--wide{grid-column:span 1}.yusr-landing .yusr-steps{grid-template-columns:1fr}.yusr-landing .yusr-tag{font-size:.82rem;padding:.45rem .85rem}.yusr-landing .yusr-quote-main{padding:1.5rem 1.25rem}.yusr-landing .yusr-quote-main:before{margin:-1.5rem -1.25rem 1.5rem}.yusr-landing .yusr-form-grid{grid-template-columns:1fr;gap:0}.yusr-landing .sdp-quote-main{padding:1.25rem}}@media (prefers-reduced-motion:reduce){.yusr-landing .yusr-btn-primary:after,.yusr-landing .yusr-logo-glow,.yusr-landing .yusr-logo-ring,.yusr-landing .yusr-logo-showcase,.yusr-landing .yusr-quote-fields .yusr-form-col{animation:none}}.faal-landing{--faal-primary:#1e4f9e;--faal-accent:#f07323;--faal-accent-light:#ff9248;--faal-glow:rgba(240,115,35,.45);--faal-glass:hsla(0,0%,100%,.65);--faal-radius:1.25rem;--faal-radius-xl:1.75rem;font-family:Tajawal,Montserrat,Segoe UI,sans-serif}.faal-landing>*{position:relative;z-index:1}@keyframes faal-glow-pulse{0%,to{box-shadow:0 0 20px var(--faal-glow)}50%{box-shadow:0 0 40px var(--faal-glow),0 0 60px rgba(240,115,35,.2)}}@keyframes faal-shimmer{0%{background-position:-200%}to{background-position:200%}}.faal-landing .faal-hero{padding:2.5rem 0 4.5rem}.faal-landing .faal-hero-title{font-size:clamp(1.75rem,4vw,2.85rem);font-weight:900;line-height:1.3;margin:0 0 1.25rem;background:linear-gradient(135deg,var(--faal-accent) 0,#e85d04 40%,var(--faal-primary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.faal-landing .faal-hero-desc{font-size:clamp(.98rem,2vw,1.12rem);color:#475569;line-height:1.85;margin:0 0 1.75rem;max-width:580px}.faal-landing .faal-hero-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:2rem}.faal-landing .faal-hero-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:700;color:#9a3412;background:linear-gradient(135deg,rgba(255,237,213,.95),hsla(32,98%,83%,.8));border:1px solid rgba(240,115,35,.25);box-shadow:0 4px 14px rgba(240,115,35,.15)}.faal-landing .faal-hero-tag svg{color:var(--faal-accent)}.faal-landing .faal-btn-cta{display:inline-flex;align-items:center;gap:.6rem;padding:1.05rem 2.5rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--faal-accent) 0,#ea580c 100%);color:#fff;font-size:1.1rem;font-weight:800;cursor:pointer;box-shadow:0 12px 36px rgba(240,115,35,.45);position:relative;overflow:hidden;animation:faal-glow-pulse 3s ease-in-out infinite}.faal-landing .faal-btn-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,hsla(0,0%,100%,.22) 50%,transparent 60%);background-size:200% 100%;animation:faal-shimmer 2.5s ease-in-out infinite}@keyframes faal-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes faal-ring-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.faal-landing .faal-hero-visual{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}.faal-landing .faal-discount-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.85rem;width:100%;max-width:440px}.faal-landing .faal-logo-showcase{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:280px;animation:faal-float 5.5s ease-in-out infinite}.faal-landing .faal-logo-glow{position:absolute;width:58%;height:58%;border-radius:50%;background:radial-gradient(circle,rgba(240,115,35,.38) 0,transparent 70%);filter:blur(28px);z-index:0;animation:faal-glow-pulse 4s ease-in-out infinite}.faal-landing .faal-logo-ring{position:absolute;border-radius:50%;border:1px dashed rgba(240,115,35,.22);pointer-events:none;z-index:0}.faal-landing .faal-logo-ring--1{width:72%;height:72%;animation:faal-ring-spin 28s linear infinite}.faal-landing .faal-logo-ring--2{width:82%;height:82%;border-color:rgba(30,79,158,.15);animation:faal-ring-spin 40s linear infinite reverse}.faal-landing .faal-logo-frame{position:relative;z-index:2;width:min(100%,320px);aspect-ratio:1;border-radius:var(--faal-radius-xl);padding:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 24px 64px rgba(240,115,35,.16),inset 0 0 0 1px hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.78);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:box-shadow .4s,transform .4s}.faal-landing .faal-logo-showcase:hover .faal-logo-frame{box-shadow:0 32px 80px rgba(240,115,35,.24),inset 0 0 0 1px hsla(0,0%,100%,.9);transform:scale(1.02)}.faal-landing .faal-logo-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(240,115,35,.22))}.faal-landing .faal-discount-card{position:relative;padding:1.25rem 1.35rem;border-radius:var(--faal-radius-xl);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.8);text-align:center;flex:1 1 160px;min-width:150px;max-width:210px}.faal-landing .faal-discount-card--new{background:linear-gradient(145deg,hsla(0,0%,100%,.95),rgba(255,247,237,.9));box-shadow:0 20px 50px rgba(240,115,35,.25)}.faal-landing .faal-discount-card--upgrade{background:linear-gradient(145deg,rgba(30,79,158,.95),rgba(30,58,138,.9));color:#fff;box-shadow:0 20px 50px rgba(30,79,158,.3)}.faal-landing .faal-discount-num{display:block;font-size:3rem;font-weight:900;line-height:1;background:linear-gradient(135deg,var(--faal-accent),#ea580c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.faal-landing .faal-discount-card--upgrade .faal-discount-num{background:linear-gradient(135deg,#fff,#fed7aa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.faal-landing .faal-discount-label{display:block;margin-top:.5rem;font-size:.85rem;font-weight:700;line-height:1.45;word-break:keep-all;overflow-wrap:normal}.faal-landing .faal-discount-card--upgrade .faal-discount-label{color:hsla(0,0%,100%,.9)}.faal-landing .faal-title-accent{width:72px;height:4px;margin:0 auto;border-radius:999px;background:linear-gradient(90deg,var(--faal-accent),var(--faal-primary))}.faal-landing .faal-why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.faal-landing .faal-why-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.35rem;border-radius:var(--faal-radius);transition:box-shadow .3s,transform .3s}.faal-landing .faal-why-card:hover{box-shadow:0 14px 40px rgba(240,115,35,.12)}.faal-landing .faal-why-icon{width:42px;height:42px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(240,115,35,.15),rgba(30,79,158,.1));color:var(--faal-accent)}.faal-landing .faal-why-card p{margin:0;font-size:.92rem;font-weight:600;color:#334155;line-height:1.7}.faal-landing .faal-features-section{background:linear-gradient(180deg,#fff,#fffaf5 55%,#fff);padding-top:1rem;padding-bottom:3.5rem}.faal-landing .faal-modules-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.faal-landing .faal-module-card{position:relative;padding:1.5rem 1.55rem 1.6rem;border-radius:var(--faal-radius-xl);background:#fff;border:1px solid rgba(240,115,35,.14);box-shadow:0 10px 36px rgba(15,23,42,.06);transition:box-shadow .35s,border-color .35s}.faal-landing .faal-module-card:before{content:"";position:absolute;top:0;inset-inline:0;height:4px;border-radius:var(--faal-radius-xl) var(--faal-radius-xl) 0 0;background:linear-gradient(90deg,var(--faal-accent),#fb923c);opacity:.85}.faal-landing .faal-module-card--secondary:before{background:linear-gradient(90deg,var(--faal-primary),#3b82f6)}.faal-landing .faal-module-card--emerald:before{background:linear-gradient(90deg,#059669,#34d399)}.faal-landing .faal-module-card:hover{border-color:rgba(240,115,35,.28);box-shadow:0 18px 48px rgba(240,115,35,.12)}.faal-landing .faal-module-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.1rem;padding-bottom:.95rem;border-bottom:1px dashed rgba(148,163,184,.35)}.faal-landing .faal-module-card__index{font-size:.72rem;font-weight:800;letter-spacing:.06em;color:#94a3b8}.faal-landing .faal-module-card__icon{width:42px;height:42px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(240,115,35,.14),rgba(255,247,237,.9));color:var(--faal-accent)}.faal-landing .faal-module-card--secondary .faal-module-card__icon{background:linear-gradient(135deg,rgba(30,79,158,.12),rgba(219,234,254,.8));color:var(--faal-primary)}.faal-landing .faal-module-card--emerald .faal-module-card__icon{background:linear-gradient(135deg,rgba(5,150,105,.12),rgba(209,250,229,.85));color:#059669}.faal-landing .faal-module-card h3{margin:0;flex:1;font-size:1.05rem;font-weight:800;line-height:1.45;color:#0f172a}.faal-landing .faal-module-card__items{display:flex;flex-wrap:wrap;gap:.5rem}.faal-landing .faal-module-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .8rem;border-radius:999px;font-size:.8rem;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;line-height:1.35}.faal-landing .faal-module-chip svg{color:var(--faal-accent);flex-shrink:0}.faal-landing .faal-module-card--secondary .faal-module-chip svg{color:var(--faal-primary)}.faal-landing .faal-module-card--emerald .faal-module-chip svg{color:#059669}.faal-landing .faal-offers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:stretch}.faal-landing .faal-offer-card{padding:2.25rem 2rem;border-radius:var(--faal-radius-xl);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.75);transition:transform .35s,box-shadow .35s;display:flex;flex-direction:column}.faal-landing .faal-offer-card--new{background:linear-gradient(160deg,hsla(0,0%,100%,.95),rgba(255,247,237,.85));box-shadow:0 20px 56px rgba(240,115,35,.18)}.faal-landing .faal-offer-card--existing{background:linear-gradient(160deg,rgba(30,79,158,.96),rgba(30,58,138,.92));color:#fff;box-shadow:0 20px 56px rgba(30,79,158,.25)}.faal-landing .faal-offer-card:hover{box-shadow:0 28px 64px rgba(240,115,35,.22)}.faal-landing .faal-offer-badge{display:inline-block;padding:.35rem 1rem;border-radius:999px;font-size:.82rem;font-weight:800;margin-bottom:1rem;width:-moz-fit-content;width:fit-content}.faal-landing .faal-offer-card--new .faal-offer-badge{background:rgba(240,115,35,.15);color:#c2410c}.faal-landing .faal-offer-card--existing .faal-offer-badge{background:hsla(0,0%,100%,.15);color:#fff}.faal-landing .faal-offer-discount-wrap{margin-bottom:1rem}.faal-landing .faal-offer-discount{font-size:3.5rem;font-weight:900;line-height:1;display:block}.faal-landing .faal-offer-card--new .faal-offer-discount{background:linear-gradient(135deg,var(--faal-accent),#ea580c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.faal-landing .faal-offer-card--existing .faal-offer-discount{color:#fff}.faal-landing .faal-offer-discount-note{font-size:.9rem;font-weight:700;opacity:.85}.faal-landing .faal-offer-card p{flex:1;font-size:.95rem;line-height:1.8;margin:0 0 1.5rem;color:inherit}.faal-landing .faal-offer-card--new p{color:#475569}.faal-landing .faal-offer-btn{align-self:flex-start;padding:.75rem 1.5rem;border:none;border-radius:999px;font-weight:700;font-size:.92rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.faal-landing .faal-offer-card--new .faal-offer-btn{background:linear-gradient(135deg,var(--faal-accent),#ea580c);color:#fff;box-shadow:0 8px 24px rgba(240,115,35,.35)}.faal-landing .faal-offer-card--existing .faal-offer-btn{background:#fff;color:var(--faal-primary)}.faal-landing .faal-offer-btn:hover{transform:translateY(-2px)}.faal-landing .faal-audience-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.faal-landing .faal-audience-badge{padding:.7rem 1.35rem;border-radius:999px;font-size:.92rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--faal-primary),#1e3a8a);box-shadow:0 6px 20px rgba(30,79,158,.28);cursor:default;transition:box-shadow .3s}.faal-landing .faal-audience-badge:hover{box-shadow:0 0 28px rgba(30,79,158,.4)}.faal-landing .faal-quote-header .faal-quote-intro{font-size:1.05rem;color:#475569;margin-bottom:.75rem}.faal-landing .faal-quote-steps{list-style:none;padding:0;margin:0 auto 1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;max-width:720px}.faal-landing .faal-quote-steps li{padding:.45rem 1rem;border-radius:999px;font-size:.88rem;font-weight:700;color:var(--faal-primary);background:rgba(30,79,158,.08);border:1px solid rgba(30,79,158,.12)}.faal-landing .faal-quote-footer{text-align:center;margin-top:2rem;font-size:.95rem;font-weight:600;color:#64748b;line-height:1.8;max-width:640px;margin-left:auto;margin-right:auto}.faal-landing .faal-quote-wrap{padding:0;background:transparent;box-shadow:none;overflow:visible}.faal-landing .faal-quote-form{padding:0}.faal-landing .faal-quote-form .container{max-width:100%;padding:0}.faal-landing .faal-quote-split{display:block;min-height:auto;background:transparent;border:none;box-shadow:none}.faal-landing .faal-quote-form .sdp-quote-sidebar{display:none}.faal-landing .faal-quote-main{text-align:start;padding:2.5rem 2.75rem;background:linear-gradient(145deg,hsla(0,0%,100%,.94),rgba(255,251,245,.9));backdrop-filter:blur(24px);border:1px solid hsla(0,0%,100%,.95);border-radius:var(--faal-radius-xl);box-shadow:0 24px 64px rgba(240,115,35,.12)}.faal-landing .faal-quote-main:before{content:"";display:block;height:4px;margin:-2.5rem -2.75rem 2rem;border-radius:var(--faal-radius-xl) var(--faal-radius-xl) 0 0;background:linear-gradient(90deg,var(--faal-accent),var(--faal-accent-light),var(--faal-primary))}.faal-landing .faal-quote-main .sdp-quote-product-tag{display:inline-flex;margin:0 0 1.75rem;padding:.45rem 1.15rem;background:linear-gradient(135deg,var(--faal-accent),#ea580c);color:#fff;border:none;border-radius:999px;font-weight:700;box-shadow:0 6px 20px rgba(240,115,35,.35)}.faal-landing .faal-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 1.5rem}.faal-landing .faal-form-col--full{grid-column:1/-1}.faal-landing .faal-quote-main .sdp-field{margin-bottom:1.35rem}.faal-landing .faal-quote-main .sdp-field label{font-size:.875rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.faal-landing .faal-quote-main .sdp-field input,.faal-landing .faal-quote-main .sdp-field textarea{width:100%;padding:.85rem 1.1rem;font-size:.95rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:.85rem;box-shadow:0 1px 3px rgba(15,23,42,.04);transition:border-color .2s,box-shadow .2s,transform .15s}.faal-landing .faal-quote-main .sdp-field input:focus,.faal-landing .faal-quote-main .sdp-field textarea:focus{border-color:var(--faal-accent);border-bottom-color:var(--faal-accent);box-shadow:0 0 0 4px rgba(240,115,35,.12);outline:none;transform:translateY(-1px)}.faal-landing .faal-quote-main .sdp-field.is-invalid input,.faal-landing .faal-quote-main .sdp-field.is-invalid textarea{border-color:#ef4444}.faal-landing .faal-quote-submit{width:100%;padding:1.05rem 2rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--faal-accent) 0,#ea580c 50%,#c2410c 100%);background-size:200% 100%;color:#fff;font-size:1.05rem;font-weight:800;box-shadow:0 10px 32px rgba(240,115,35,.4);transition:transform .25s,box-shadow .25s,background-position .4s}.faal-landing .faal-quote-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 40px rgba(240,115,35,.5);background-position:100% 0}.faal-landing .faal-privacy-note{text-align:center;color:#94a3b8;font-size:.8rem}.faal-landing .faal-quote-fields .faal-form-col{animation:faal-field-in .5s ease both}.faal-landing .faal-quote-fields .faal-form-col:first-child{animation-delay:.05s}.faal-landing .faal-quote-fields .faal-form-col:nth-child(2){animation-delay:.1s}.faal-landing .faal-quote-fields .faal-form-col:nth-child(3){animation-delay:.15s}.faal-landing .faal-quote-fields .faal-form-col:nth-child(4){animation-delay:.2s}.faal-landing .faal-quote-fields .faal-form-col:nth-child(5){animation-delay:.25s}.faal-landing .faal-quote-fields .faal-form-col:nth-child(6){animation-delay:.3s}.faal-landing .faal-quote-fields .faal-form-col:nth-child(7){animation-delay:.35s}.faal-landing .faal-quote-fields .faal-form-col:nth-child(8){animation-delay:.4s}.faal-landing .faal-quote-fields .faal-form-col:nth-child(9){animation-delay:.45s}@keyframes faal-field-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:991px){.faal-landing .faal-bento,.faal-landing .faal-modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faal-landing .faal-bento-card--accent,.faal-landing .faal-bento-card--hero,.faal-landing .faal-bento-card--tall,.faal-landing .faal-bento-card--wide{grid-column:span 1;grid-row:span 1}.faal-landing .faal-offers-grid{grid-template-columns:1fr}.faal-landing .faal-hero-visual{min-height:auto;margin-bottom:1rem}.faal-landing .faal-logo-showcase{min-height:240px}.faal-landing .faal-logo-frame{width:min(85%,280px);padding:1.25rem}}@media (max-width:575px){.faal-landing .faal-bento,.faal-landing .faal-modules-grid{grid-template-columns:1fr}.faal-landing .faal-bento-card--accent,.faal-landing .faal-bento-card--hero,.faal-landing .faal-bento-card--tall,.faal-landing .faal-bento-card--wide{grid-column:span 1}.faal-landing .faal-form-grid{grid-template-columns:1fr}.faal-landing .faal-quote-main{padding:1.5rem 1.25rem}.faal-landing .faal-quote-main:before{margin:-1.5rem -1.25rem 1.5rem}.faal-landing .faal-discount-card{min-width:130px;padding:1.25rem}.faal-landing .faal-discount-num{font-size:2.25rem}}@media (prefers-reduced-motion:reduce){.faal-landing .faal-btn-cta,.faal-landing .faal-discount-card,.faal-landing .faal-logo-glow,.faal-landing .faal-logo-ring,.faal-landing .faal-logo-showcase,.faal-landing .faal-quote-fields .faal-form-col{animation:none}}.odoo-landing{--odoo-midnight:#0f172a;--odoo-navy:#1e293b;--odoo-slate:#334155;--odoo-accent:#6366f1;--odoo-accent-light:#818cf8;--odoo-teal:#14b8a6;--odoo-glass:hsla(0,0%,100%,.06);--odoo-radius:1.25rem;--odoo-radius-xl:1.75rem;font-family:Tajawal,Montserrat,Segoe UI,sans-serif}.odoo-landing>*{position:relative;z-index:1}.odoo-landing .odoo-section--dark{background:linear-gradient(165deg,var(--odoo-midnight) 0,#0c1222 50%,#111827 100%);color:#e2e8f0}.odoo-landing .odoo-section-header--light h2{color:#f8fafc}@keyframes odoo-grid-drift{0%{background-position:0 0}to{background-position:48px 48px}}@keyframes odoo-glow-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.85;transform:scale(1.04)}}@keyframes odoo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.odoo-landing .odoo-hero{position:relative;padding:2.5rem 0 4.5rem;background:linear-gradient(160deg,#0f172a,#1e293b 45%,#0f172a);color:#e2e8f0;overflow:hidden}.odoo-landing .odoo-hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(99,102,241,.06) 1px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.06) 1px,transparent 0);background-size:48px 48px;animation:odoo-grid-drift 24s linear infinite;-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,#000 20%,transparent 75%);mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,#000 20%,transparent 75%);pointer-events:none}.odoo-landing .odoo-hero-eyebrow{display:inline-block;margin-bottom:1rem;padding:.4rem 1rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#c7d2fe;background:rgba(99,102,241,.15);border:1px solid rgba(129,140,248,.25)}.odoo-landing .odoo-hero-title{font-size:clamp(1.65rem,3.8vw,2.65rem);font-weight:900;line-height:1.35;margin:0 0 1rem;color:#f8fafc}.odoo-landing .odoo-hero-subtitle{font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:700;color:#a5b4fc;margin:0 0 1rem;line-height:1.6}.odoo-landing .odoo-hero-desc{font-size:clamp(.95rem,1.8vw,1.08rem);color:#94a3b8;line-height:1.85;margin:0 0 1.5rem;max-width:580px}.odoo-landing .odoo-hero-benefits-lead{font-size:.92rem;font-weight:800;color:#e2e8f0;margin:0 0 .75rem}.odoo-landing .odoo-hero-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.odoo-landing .odoo-hero-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .95rem;border-radius:999px;font-size:.82rem;font-weight:600;color:#c7d2fe;background:rgba(99,102,241,.12);border:1px solid rgba(129,140,248,.2)}.odoo-landing .odoo-hero-tag svg{color:var(--odoo-teal);flex-shrink:0}.odoo-landing .odoo-btn-cta{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.25rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--odoo-accent) 0,#4f46e5 100%);color:#fff;font-size:1.05rem;font-weight:800;cursor:pointer;box-shadow:0 12px 36px rgba(99,102,241,.45);transition:box-shadow .3s,transform .3s}.odoo-landing .odoo-btn-cta:hover{box-shadow:0 16px 44px rgba(99,102,241,.55)}.odoo-landing .odoo-hero-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}.odoo-landing .odoo-logo-showcase{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:260px;animation:odoo-float 6s ease-in-out infinite}.odoo-landing .odoo-logo-glow{position:absolute;width:62%;height:62%;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.4) 0,transparent 70%);filter:blur(28px);animation:odoo-glow-pulse 4s ease-in-out infinite}.odoo-landing .odoo-logo-ring{position:absolute;border-radius:50%;border:1px dashed rgba(129,140,248,.22);pointer-events:none}.odoo-landing .odoo-logo-ring--1{width:78%;height:78%;animation:odoo-ring-spin 28s linear infinite}.odoo-landing .odoo-logo-ring--2{width:88%;height:88%;border-color:rgba(20,184,166,.18);animation:odoo-ring-spin 40s linear infinite reverse}@keyframes odoo-ring-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.odoo-landing .odoo-logo-frame{position:relative;z-index:2;width:min(72%,300px);aspect-ratio:1;border-radius:var(--odoo-radius-xl);padding:1.75rem;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.65);border:1px solid rgba(148,163,184,.18);box-shadow:0 28px 72px rgba(0,0,0,.4),inset 0 0 0 1px hsla(0,0%,100%,.06);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:box-shadow .4s,transform .4s}.odoo-landing .odoo-logo-showcase:hover .odoo-logo-frame{box-shadow:0 32px 80px rgba(99,102,241,.28),inset 0 0 0 1px hsla(0,0%,100%,.1);transform:scale(1.02)}.odoo-landing .odoo-logo-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(99,102,241,.25))}.odoo-landing .odoo-title-accent{width:72px;height:4px;margin:.75rem auto 0;border-radius:999px;background:linear-gradient(90deg,var(--odoo-accent),var(--odoo-teal))}.odoo-landing .odoo-title-accent--light{background:linear-gradient(90deg,#818cf8,#2dd4bf)}.odoo-landing .odoo-challenges-section{padding-top:4rem;padding-bottom:4rem}.odoo-landing .odoo-challenges-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:2rem}.odoo-landing .odoo-challenge-card{display:flex;align-items:flex-start;gap:1rem;padding:1.35rem 1.4rem;border-radius:var(--odoo-radius);background:hsla(0,0%,100%,.04)!important;border:1px solid hsla(0,91%,71%,.2)!important;transition:box-shadow .3s,border-color .3s}.odoo-landing .odoo-challenge-card:hover{border-color:hsla(0,91%,71%,.45)!important;box-shadow:0 12px 36px hsla(0,91%,71%,.12)}.odoo-landing .odoo-challenge-icon{width:40px;height:40px;flex-shrink:0;border-radius:10px;display:flex;align-items:center;justify-content:center;background:hsla(0,91%,71%,.15);color:#fca5a5}.odoo-landing .odoo-challenge-card p{margin:0;font-size:.92rem;font-weight:600;color:#e2e8f0;line-height:1.7}.odoo-landing .odoo-challenges-footer{text-align:center;margin-top:2.25rem;font-size:1rem;font-weight:600;color:#94a3b8;line-height:1.85;max-width:720px;margin-left:auto;margin-right:auto}.odoo-landing .odoo-analysis-includes,.odoo-landing .odoo-analysis-intro{text-align:center;max-width:720px;margin-left:auto;margin-right:auto;color:#475569;line-height:1.8}.odoo-landing .odoo-analysis-includes{font-weight:800;color:var(--odoo-midnight);margin-bottom:2rem}.odoo-landing .odoo-timeline{list-style:none;padding:0;max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:0}.odoo-landing .odoo-timeline-step{display:grid;grid-template-columns:48px 1fr;gap:1.25rem;position:relative;padding-bottom:1.5rem}.odoo-landing .odoo-timeline-step:not(:last-child):before{content:"";position:absolute;top:48px;inset-inline-start:23px;width:2px;height:calc(100% - 32px);background:linear-gradient(180deg,var(--odoo-accent),rgba(99,102,241,.1))}.odoo-landing .odoo-timeline-marker{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--odoo-accent),#4f46e5);color:#fff;font-weight:900;font-size:1rem;box-shadow:0 8px 24px rgba(99,102,241,.35);z-index:1}.odoo-landing .odoo-timeline-body{padding:1.15rem 1.35rem;border-radius:var(--odoo-radius);align-self:center}.odoo-landing .odoo-timeline-body p{margin:0;font-weight:600;color:#334155;line-height:1.65}.odoo-landing .odoo-sectors-section{background:linear-gradient(180deg,#f8fafc,#fff)}.odoo-landing .odoo-panel{height:100%;padding:2rem;border-radius:var(--odoo-radius-xl)}.odoo-landing .odoo-panel h3{font-size:1.15rem;font-weight:800;color:var(--odoo-midnight);margin:0 0 1.25rem}.odoo-landing .odoo-sector-badges{display:flex;flex-wrap:wrap;gap:.55rem}.odoo-landing .odoo-sector-badge{padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:700;color:#4338ca;background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(20,184,166,.08));border:1px solid rgba(99,102,241,.2);box-shadow:0 4px 16px rgba(99,102,241,.1);transition:box-shadow .3s,transform .3s}.odoo-landing .odoo-sector-badge:hover{box-shadow:0 8px 24px rgba(99,102,241,.22);transform:translateY(-2px)}.odoo-landing .odoo-results-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.odoo-landing .odoo-results-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;font-weight:600;color:#334155;line-height:1.6}.odoo-landing .odoo-results-list li svg{color:var(--odoo-teal);flex-shrink:0;margin-top:2px}.odoo-landing .odoo-why-section{padding-top:4rem;padding-bottom:4rem}.odoo-landing .odoo-why-card{height:100%;padding:2rem;border-radius:var(--odoo-radius-xl);background:hsla(0,0%,100%,.04)!important;border:1px solid rgba(148,163,184,.12)!important}.odoo-landing .odoo-why-card-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;background:linear-gradient(135deg,rgba(99,102,241,.25),rgba(20,184,166,.15));color:#a5b4fc}.odoo-landing .odoo-why-card h3{font-size:1.1rem;font-weight:800;color:#f1f5f9;margin:0 0 1rem}.odoo-landing .odoo-why-card--analyze p{margin:0;color:#94a3b8;line-height:1.85;font-size:.98rem}.odoo-landing .odoo-why-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.odoo-landing .odoo-why-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.92rem;font-weight:600;color:#cbd5e1;line-height:1.6}.odoo-landing .odoo-why-list li svg{color:var(--odoo-teal);flex-shrink:0;margin-top:3px}.odoo-landing .odoo-quote-section{background:linear-gradient(180deg,#fff,#f1f5f9);padding-bottom:4rem}.odoo-landing .odoo-quote-intro{font-size:1.05rem;color:#475569;margin-bottom:.5rem}.odoo-landing .odoo-quote-closing{font-size:.98rem;font-weight:600;color:#64748b;line-height:1.85;max-width:720px;margin:.75rem auto 1.25rem}.odoo-landing .odoo-quote-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:.5rem}.odoo-landing .odoo-quote-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border-radius:999px;font-size:.85rem;font-weight:700;color:#4338ca;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.18)}.odoo-landing .odoo-quote-tag svg{color:var(--odoo-accent)}.odoo-landing .odoo-quote-wrap{padding:0;background:transparent;box-shadow:none;overflow:visible;margin-top:1.5rem}.odoo-landing .odoo-quote-form{padding:0}.odoo-landing .odoo-quote-form .container{max-width:100%;padding:0}.odoo-landing .odoo-quote-split{display:block;min-height:auto;background:transparent;border:none;box-shadow:none}.odoo-landing .odoo-quote-form .sdp-quote-sidebar{display:none}.odoo-landing .odoo-quote-main{text-align:start;padding:2.5rem 2.75rem;background:linear-gradient(145deg,hsla(0,0%,100%,.98),rgba(241,245,249,.95));backdrop-filter:blur(24px);border:1px solid hsla(0,0%,100%,.95);border-radius:var(--odoo-radius-xl);box-shadow:0 24px 64px rgba(15,23,42,.1)}.odoo-landing .odoo-quote-main:before{content:"";display:block;height:4px;margin:-2.5rem -2.75rem 2rem;border-radius:var(--odoo-radius-xl) var(--odoo-radius-xl) 0 0;background:linear-gradient(90deg,var(--odoo-midnight),var(--odoo-accent),var(--odoo-teal))}.odoo-landing .odoo-quote-main .sdp-quote-product-tag{display:inline-flex;margin:0 0 1.75rem;padding:.45rem 1.15rem;background:linear-gradient(135deg,var(--odoo-midnight),#312e81);color:#fff;border:none;border-radius:999px;font-weight:700;box-shadow:0 6px 20px rgba(15,23,42,.25)}.odoo-landing .odoo-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 1.25rem}.odoo-landing .odoo-form-col--full{grid-column:1/-1}.odoo-landing .odoo-quote-main .sdp-field{margin-bottom:1.35rem}.odoo-landing .odoo-quote-main .sdp-field label{font-weight:700;color:var(--odoo-midnight);margin-bottom:.45rem}.odoo-landing .odoo-quote-main .sdp-field input,.odoo-landing .odoo-quote-main .sdp-field textarea{border-radius:12px;border:1px solid #e2e8f0;padding:.85rem 1rem;background:#fff;transition:border-color .25s,box-shadow .25s}.odoo-landing .odoo-quote-main .sdp-field input:focus,.odoo-landing .odoo-quote-main .sdp-field textarea:focus{border-color:var(--odoo-accent);box-shadow:0 0 0 3px rgba(99,102,241,.15);outline:none}.odoo-landing .odoo-quote-main .sdp-field.is-invalid input,.odoo-landing .odoo-quote-main .sdp-field.is-invalid textarea{border-color:#ef4444}.odoo-landing .odoo-quote-submit{width:100%;padding:1rem 2rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--odoo-accent) 0,#4f46e5 100%);color:#fff;font-weight:800;font-size:1.05rem;box-shadow:0 12px 32px rgba(99,102,241,.4);transition:transform .25s,box-shadow .25s}.odoo-landing .odoo-quote-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 40px rgba(99,102,241,.5)}.odoo-landing .odoo-privacy-note{text-align:center;color:#94a3b8;font-size:.8rem}.odoo-landing .odoo-quote-fields .odoo-form-col{animation:odoo-field-in .5s ease both}.odoo-landing .odoo-quote-fields .odoo-form-col:first-child{animation-delay:.05s}.odoo-landing .odoo-quote-fields .odoo-form-col:nth-child(2){animation-delay:.1s}.odoo-landing .odoo-quote-fields .odoo-form-col:nth-child(3){animation-delay:.15s}.odoo-landing .odoo-quote-fields .odoo-form-col:nth-child(4){animation-delay:.2s}.odoo-landing .odoo-quote-fields .odoo-form-col:nth-child(5){animation-delay:.25s}.odoo-landing .odoo-quote-fields .odoo-form-col:nth-child(6){animation-delay:.3s}@keyframes odoo-field-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:991px){.odoo-landing .odoo-logo-showcase{min-height:220px}.odoo-landing .odoo-logo-frame{width:min(65%,260px);padding:1.35rem}}@media (max-width:575px){.odoo-landing .odoo-form-grid{grid-template-columns:1fr}.odoo-landing .odoo-quote-main{padding:1.5rem 1.25rem}.odoo-landing .odoo-quote-main:before{margin:-1.5rem -1.25rem 1.5rem}.odoo-landing .odoo-timeline-step{grid-template-columns:40px 1fr;gap:.85rem}.odoo-landing .odoo-timeline-marker{width:40px;height:40px;font-size:.88rem}.odoo-landing .odoo-timeline-step:not(:last-child):before{inset-inline-start:19px;top:40px}}@media (prefers-reduced-motion:reduce){.odoo-landing .odoo-btn-cta,.odoo-landing .odoo-hero-grid-bg,.odoo-landing .odoo-logo-glow,.odoo-landing .odoo-logo-ring,.odoo-landing .odoo-logo-showcase,.odoo-landing .odoo-quote-fields .odoo-form-col{animation:none}}