:root{--header-height:4rem;--font-ibm-plex-sans-arabic:var(--font-ibm-plex-sans-arabic)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}*{font-family:var(--font-ibm-plex-sans-arabic),"Segoe UI",Tahoma,Arial,Helvetica,sans-serif}body{max-width:100vw;overflow-x:hidden}.page-container{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}@media (prefers-color-scheme:dark){.page-container{background-color:#fff}}.main-content{padding-top:calc(var(--header-height) + 1px);flex:1}.header{z-index:1000;background-color:#fff;border-bottom:1px solid #e5e7eb;width:100%;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 5px #0000001a}@media (prefers-color-scheme:dark){.header{background-color:#fff;border-bottom-color:#e5e7eb}}.header-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.header-container{padding:0 1.5rem}}@media (min-width:1024px){.header-container{padding:0 2rem}}.header-inner{justify-content:space-between;align-items:center;height:4rem;display:flex}.header-logo-container{align-items:center;display:flex}.header-logo{color:#000;font-size:1.25rem;font-weight:700}@media (prefers-color-scheme:dark){.header-logo{color:#000}}.header-nav{align-items:center;gap:1.5rem;display:none}@media (min-width:768px){.header-nav{display:flex}}.header-nav-link{color:#7a7a7a;font-size:.875rem;font-weight:500;transition:color .2s}.header-nav-link:hover{color:#ef414e}@media (prefers-color-scheme:dark){.header-nav-link{color:#7a7a7a}.header-nav-link:hover{color:#ef414e}}.burger-menu-button{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;padding:0;display:flex}@media (min-width:768px){.burger-menu-button{display:none}}.burger-line{transform-origin:50%;background-color:#000;border-radius:2px;width:24px;height:2px;transition:all .3s}@media (prefers-color-scheme:dark){.burger-line{background-color:#000}}.burger-line.open:first-child{transform:rotate(45deg)translate(7px,7px)}.burger-line.open:nth-child(2){opacity:0;transform:translate(-10px)}.burger-line.open:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.mobile-menu-overlay{opacity:0;visibility:hidden;z-index:999;background-color:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{top:var(--header-height);width:280px;max-width:85vw;height:calc(100vh - var(--header-height));z-index:1000;background-color:#fff;padding:1.5rem 0;transition:transform .3s;position:fixed;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-2px 0 10px #0000001a}@media (prefers-color-scheme:dark){.mobile-menu{background-color:#fff}}.mobile-menu.open{transform:translate(0)}.mobile-nav-link{color:#7a7a7a;border-bottom:1px solid #f3f4f6;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.mobile-nav-link:first-child{border-top:1px solid #f3f4f6}.mobile-nav-link:hover{color:#ef414e;background-color:#f9fafb}.mobile-nav-link span{flex:1}@media (prefers-color-scheme:dark){.mobile-nav-link{color:#7a7a7a;border-bottom-color:#f3f4f6}.mobile-nav-link:hover{color:#ef414e;background-color:#f9fafb}}.hero-section{background:#d93443;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative}@media (min-width:768px){.hero-section{min-height:600px}}@media (min-width:640px){.hero-section{padding:4rem 1.5rem}}@media (min-width:1024px){.hero-section{padding:5rem 2rem}}@media (prefers-color-scheme:dark){.hero-section{background:#d93443}}.hero-container{width:100%;max-width:1280px;margin:0 auto}.hero-title{color:#fff;text-align:center;margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width:640px){.hero-title{font-size:3rem}}@media (min-width:768px){.hero-title{font-size:3.75rem}}@media (prefers-color-scheme:dark){.hero-title{color:#fff}}.hero-description{color:#fff;text-align:center;max-width:42rem;margin:0 auto 2rem;font-size:1rem;line-height:1.6}@media (min-width:640px){.hero-description{font-size:1.25rem}}@media (prefers-color-scheme:dark){.hero-description{color:#fff}}.partner-form{background-color:#fff;border-radius:1rem;max-width:48rem;margin:0 auto;padding:2rem;box-shadow:0 10px 25px #00000026}@media (min-width:640px){.partner-form{padding:2.5rem}}@media (min-width:768px){.partner-form{padding:3rem}}.form-group{margin-bottom:1.5rem}.form-row{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:640px){.form-row{flex-direction:row}.form-row .form-group{flex:1}}.form-label{color:#000;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-input,.form-textarea{color:#000;background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;width:100%;min-height:44px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}@media (min-width:640px){.form-input,.form-textarea{padding:.75rem 1rem}}.form-input:focus,.form-textarea:focus{border-color:#ef414e;outline:none;box-shadow:0 0 0 3px #ef414e1a}.form-input:disabled,.form-textarea:disabled{cursor:not-allowed;opacity:.7;background-color:#f3f4f6}.form-textarea{resize:vertical;min-height:120px}.form-submit{width:100%;margin-top:1rem;padding:1rem 2rem;font-size:1.125rem}.form-submit:disabled{opacity:.6;cursor:not-allowed}@media (min-width:640px){.form-submit{width:auto;min-width:200px;margin-left:auto;margin-right:auto;display:block}}.form-message{text-align:center;border-radius:.5rem;margin-bottom:1rem;padding:1rem 1.5rem;font-size:1rem}.form-message-success{color:#065f46;background-color:#d1fae5;border:1px solid #6ee7b7}.form-message-error{color:#991b1b;background-color:#fee2e2;border:1px solid #fca5a5}.content-section{padding:3rem 1rem}@media (min-width:640px){.content-section{padding:5rem 1.5rem}}@media (min-width:1024px){.content-section{padding:5rem 2rem}}.section-white{background-color:#fff}@media (prefers-color-scheme:dark){.section-white{background-color:#fff}}.section-gray{background-color:#eff4f8}@media (prefers-color-scheme:dark){.section-gray{background-color:#eff4f8}}.section-container{max-width:56rem;margin:0 auto}.section-title{color:#000;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (min-width:640px){.section-title{font-size:2.25rem}}@media (prefers-color-scheme:dark){.section-title{color:#000}}.section-text{color:#7a7a7a;font-size:1rem;line-height:1.75rem}@media (min-width:640px){.section-text{font-size:1.125rem;line-height:2rem}}@media (prefers-color-scheme:dark){.section-text{color:#7a7a7a}}.section-h2-title{color:#000;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}@media (min-width:640px){.section-h2-title{font-size:1.75rem}}@media (prefers-color-scheme:dark){.section-h2-title{color:#000}}.section-container h2{color:#000;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}@media (min-width:640px){.section-container h2{font-size:1.75rem}}.features-list{flex-direction:column;justify-content:space-between;gap:1.5rem;margin:2.5rem 0;padding:0;list-style:none;display:flex}@media (min-width:768px){.features-list{flex-direction:row}}.features-list-item{color:#7a7a7a;background-color:#fff;border-top:4px solid #ef414e;border-bottom:4px solid #ef414e;border-radius:.75rem;margin-bottom:0;padding:1.25rem;font-size:1rem;line-height:1.75rem;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 2px 8px #0000000d}@media (min-width:640px){.features-list-item{padding:1.5rem;font-size:1.125rem;line-height:1.875rem}}.features-list-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.features-list-item:last-child{margin-bottom:0}.section-gray .features-list-item{background-color:#fff}@media (prefers-color-scheme:dark){.features-list-item{color:#7a7a7a;background-color:#fff}.section-gray .features-list-item{background-color:#fff}}.section-text b{color:#ef414e}.btn-primary{color:#fff;cursor:pointer;background-color:#ef414e;border:none;border-radius:.5rem;min-height:44px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background-color .2s;box-shadow:0 10px 15px -3px #0000001a}@media (min-width:640px){.btn-primary{padding:.75rem 2rem}}.btn-primary:hover{background-color:#d93443}@media (prefers-color-scheme:dark){.btn-primary{background-color:#ef414e}.btn-primary:hover{background-color:#d93443}}.btn-secondary{color:#ef414e;cursor:pointer;background-color:#0000;border:2px solid #ef414e;border-radius:.5rem;min-height:44px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}@media (min-width:640px){.btn-secondary{padding:.75rem 2rem}}.btn-secondary:hover{background-color:#eff4f8}@media (prefers-color-scheme:dark){.btn-secondary{color:#ef414e;border-color:#ef414e}.btn-secondary:hover{background-color:#eff4f8}}.footer{background-color:#fff;border-top:1px solid #e5e7eb;width:100%}@media (prefers-color-scheme:dark){.footer{background-color:#fff;border-top-color:#e5e7eb}}.footer-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}@media (min-width:640px){.footer-container{padding:2rem 1.5rem}}@media (min-width:1024px){.footer-container{padding:2rem}}.footer-inner{flex-direction:column;justify-content:center;align-items:center;display:flex}@media (min-width:768px){.footer-inner{flex-direction:column}}.footer-copyright{color:#7a7a7a;text-align:left;direction:ltr;border-top:3px solid #ef414e;margin-bottom:1rem;font-size:.875rem;top:1rem}@media (min-width:768px){.footer-copyright{margin-bottom:0}}@media (prefers-color-scheme:dark){.footer-copyright{color:#7a7a7a}}.footer-links{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.footer-links{flex-direction:row}}.section-one,.section-two,.section-three,.section-four{flex-direction:column;display:flex}.section-two{border-top:2px solid #ef414e;border-bottom:2px solid #ef414e;margin-top:1rem;margin-bottom:1rem;padding-top:1rem;padding-bottom:1rem}@media (min-width:768px){.section-two{border:none;border-left:2px solid #ef414e;border-right:2px solid #ef414e;margin:0 1.5rem;padding:0 1.5rem}}.footer-link,.footer-info-text{color:#7a7a7a;text-align:center;margin-bottom:.2rem;transition:color .2s}.footer-link:hover{color:#ef414e}@media (prefers-color-scheme:dark){.footer-link{color:#7a7a7a}.footer-link:hover{color:#ef414e}.section-one{border-left-color:#ef414e}}.social-media-links{grid-template-columns:1fr 1fr;place-items:center;gap:1rem;display:grid}.social-media-link{color:#7a7a7a;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,transform .2s;display:flex}.social-media-link:hover{color:#ef414e;transform:scale(1.1)}.social-media-icon{width:24px;height:24px}@media (prefers-color-scheme:dark){.social-media-link{color:#7a7a7a}.social-media-link:hover{color:#ef414e}}.footer-store-badges{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin:1rem 0;display:flex}@media (min-width:640px){.footer-store-badges{flex-direction:row;gap:1rem;margin:1.5rem 0}}.store-badge{transition:opacity .2s,transform .2s;display:inline-block}.store-badge:hover{opacity:.8;transform:scale(1.05)}.footer-store-badges-item{width:140px;height:40px;display:inline-block;position:relative}@media (min-width:640px){.store-badge-image{width:162px;height:48px}}
