:root{--color-primary:#0f675d;--color-primary-hover:#0b514a;--color-primary-soft:#e6f2ef;--color-accent:#d77455;--color-accent-hover:#c05f41;--color-background:#fffefa;--color-surface:#fff;--color-mint-light:#eef7f3;--color-coral-light:#f8e9e2;--color-text:#273b3a;--color-text-muted:#6a807e;--color-border:#bfe1d8;--color-border-strong:#8fc9bc;--color-success:#0f675d;--color-success-soft:#e6f2ef;--color-warning:#9a5b13;--color-warning-soft:#fbf1e3;--color-danger:#b3452c;--color-danger-soft:#fbebe6;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--shadow-sm:0 1px 3px #0f675d14;--shadow-md:0 6px 20px #0f675d1a;--shadow-lg:0 16px 40px #0f675d24;--font-main:"Cairo", "Noto Sans Arabic", system-ui, -apple-system, sans-serif;--focus-ring:0 0 0 3px #0f675d59}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-main);background:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p,figure{margin:0}a{color:var(--color-primary);text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}img{max-width:100%;height:auto;display:block}:focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-sm);outline:none}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}.container--narrow{max-width:760px}.page-shell{min-height:100vh}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{border-radius:var(--radius-sm);text-align:center;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-family:inherit;font-size:1rem;font-weight:700;line-height:1.4;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:0 4px 14px #0f675d40}.btn-primary:hover{background:var(--color-primary-hover);color:#fff}.btn-primary-xl{border-radius:var(--radius-md);padding:15px 34px;font-size:1.1rem}.btn-primary-full{width:100%}.btn-secondary{background:var(--color-surface);color:var(--color-primary);border-color:var(--color-border-strong)}.btn-secondary:hover{border-color:var(--color-primary);color:var(--color-primary-hover)}.btn-ghost{color:var(--color-primary);background:0 0}.btn-ghost:hover{background:var(--color-primary-soft)}.btn-link{color:var(--color-primary);text-underline-offset:4px;background:0 0;border:none;padding:4px 0;font-weight:700;text-decoration:underline}.btn-link:hover{color:var(--color-primary-hover)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:24px}.section{padding:72px 0;scroll-margin-top:88px}.section--mint{background:var(--color-mint-light)}.section--coral{background:var(--color-coral-light)}.section--surface{background:var(--color-surface)}.section__title{color:var(--color-text);text-align:center;margin-bottom:16px;font-size:clamp(1.55rem,3.4vw,2.2rem);font-weight:800;line-height:1.35}.section__lead{text-align:center;max-width:640px;color:var(--color-text-muted);margin:0 auto 40px;font-size:1.05rem}.section__lead--accent{color:var(--color-text);margin-top:44px;margin-bottom:0;font-size:1.1rem;font-weight:700}.section__note{text-align:center;max-width:640px;color:var(--color-text-muted);margin:28px auto 0;font-size:.95rem}.field{margin-bottom:20px}.field-label{color:var(--color-text);margin-bottom:6px;font-weight:700;display:block}.field-hint{color:var(--color-text-muted);margin-top:4px;font-size:.85rem;display:block}.field-input{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface);width:100%;color:var(--color-text);padding:12px 14px;font-size:1rem;transition:border-color .18s,box-shadow .18s}.field-input:focus{border-color:var(--color-primary);box-shadow:var(--focus-ring);outline:none}.field-input[aria-invalid=true]{border-color:var(--color-danger)}.field-error{color:var(--color-danger);margin-top:6px;font-size:.88rem;display:block}.alert{border-radius:var(--radius-sm);margin-bottom:20px;padding:14px 18px;font-size:.95rem;line-height:1.6}.alert-error{background:var(--color-danger-soft);color:var(--color-danger);border:1px solid #f0c0b2}.alert-warning{background:var(--color-warning-soft);color:var(--color-warning);border:1px solid #eed9b4}.state{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:80px 20px;display:flex}.spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:34px;height:34px;animation:.9s linear infinite spin}.state-title{color:var(--color-text);font-size:1.2rem;font-weight:800}.state-message{color:var(--color-text-muted);max-width:420px}.state-icon{font-size:2rem}@keyframes spin{to{transform:rotate(360deg)}}.unavailable{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:90px 20px;display:flex}.unavailable h1{font-size:1.8rem;font-weight:800}.unavailable p{color:var(--color-text-muted)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);background:#fffefaeb;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:16px;padding-top:12px;padding-bottom:12px;display:flex}.site-header__brand{color:var(--color-text);font-size:1.15rem;font-weight:800}.site-header__nav{gap:26px;display:none}.site-header__nav a{color:var(--color-text-muted);font-weight:600}.site-header__nav a:hover{color:var(--color-primary)}.site-header__cta{padding:9px 18px;font-size:.92rem}.hero{background:linear-gradient(180deg, var(--color-mint-light) 0%, var(--color-background) 100%);padding:44px 0 56px;overflow:hidden}.hero__inner{flex-direction:column;gap:40px;display:flex}.hero__copy{flex-direction:column;align-items:flex-start;gap:0;display:flex}.hero__eyebrow{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-primary);border-radius:999px;margin-bottom:18px;padding:6px 14px;font-size:.9rem;font-weight:700;display:inline-block}.hero__title{color:var(--color-text);margin-bottom:10px;font-size:clamp(2.2rem,7vw,3.4rem);font-weight:800;line-height:1.2}.hero__subtitle{color:var(--color-primary);margin-bottom:18px;font-size:clamp(1.15rem,3vw,1.5rem);font-weight:700}.hero__body{color:var(--color-text-muted);max-width:560px;margin-bottom:24px;font-size:1.05rem}.hero__price{color:var(--color-accent);letter-spacing:.01em;margin-bottom:20px;font-size:2rem;font-weight:800}.hero__microcopy{color:var(--color-text-muted);margin-top:14px;font-size:.95rem}.hero__visual{justify-content:center;display:flex}.hero__cover{width:250px;position:relative}.hero__cover img{border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-lg);border:1px solid var(--color-border)}.trust-strip{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.trust-strip__inner{grid-template-columns:1fr;gap:10px;padding-top:22px;padding-bottom:22px;display:grid}.trust-strip__item{color:var(--color-text-muted);align-items:center;gap:10px;font-size:.95rem;font-weight:600;display:flex}.trust-strip__mark{background:var(--color-primary-soft);width:22px;height:22px;color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;display:inline-flex}.mobile-sticky{inset-inline:0;z-index:60;background:var(--color-surface);border-top:1px solid var(--color-border);padding:12px 20px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));justify-content:space-between;align-items:center;gap:14px;display:flex;position:fixed;bottom:0;box-shadow:0 -6px 20px #0f675d1f}.mobile-sticky__price{color:var(--color-accent);font-size:1.25rem;font-weight:800}.mobile-sticky__cta{flex:1;max-width:220px}.mobile-sticky__spacer{height:0;display:none}.site-footer{border-top:1px solid var(--color-border);background:var(--color-surface);padding:32px 0}.site-footer__inner{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.site-footer__brand{flex-direction:column;gap:2px;display:flex}.site-footer__brand strong{color:var(--color-text);font-size:1.05rem;font-weight:800}.site-footer__brand span,.site-footer__year{color:var(--color-text-muted);font-size:.9rem}.site-footer__links a{color:var(--color-text-muted);text-underline-offset:4px;font-size:.9rem;text-decoration:underline}@media (width>=640px){.trust-strip__inner{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.site-header__nav{display:flex}.hero{padding:72px 0 88px}.hero__inner{flex-direction:row;align-items:center;gap:64px}.hero__copy,.hero__visual{flex:1}.hero__cover{width:300px}}@media (width<=899px){.mobile-sticky{display:flex}.mobile-sticky__spacer{height:76px;display:block}}@media (width>=900px){.mobile-sticky,.mobile-sticky__spacer{display:none}}.problem-cards{grid-template-columns:1fr;gap:14px;max-width:640px;margin:0 auto;display:grid}.problem-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.problem-card__mark{background:var(--color-coral-light);width:34px;height:34px;color:var(--color-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:inline-flex}.problem-card__text{color:var(--color-text);padding-top:3px;font-weight:700}.journey{margin:0;max-width:640px;margin-inline:auto;padding:0;list-style:none;position:relative}.journey__item{border-inline-start:2px solid var(--color-border);gap:18px;padding:16px 0 16px 24px;display:flex;position:relative}.journey__item:before{content:"";inset-inline-start:-6px;background:var(--color-primary);border:2px solid var(--color-background);border-radius:50%;width:10px;height:10px;position:absolute;top:26px}.journey__item:last-child{border-inline-start-color:#0000}.journey__number{color:var(--color-accent);min-width:30px;padding-top:2px;font-size:.95rem;font-weight:800}.journey__title{color:var(--color-text);margin-bottom:4px;font-size:1.15rem;font-weight:800}.journey__description{color:var(--color-text-muted);font-size:.95rem}.tools-grid{margin:0;grid-template-columns:1fr;gap:14px;max-width:820px;margin-inline:auto;padding:0;list-style:none;display:grid}.tools-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-items:center;gap:12px;padding:16px 18px;display:flex}.tools-card__mark{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;display:inline-flex}.tools-card__label{color:var(--color-text);font-weight:700}.preview-grid{grid-template-columns:1fr;gap:28px;max-width:820px;margin-inline:auto;display:grid}.preview-card{flex-direction:column;align-items:center;gap:14px;display:flex}.preview-card__page{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:240px;box-shadow:var(--shadow-md);padding:10px;transform:rotate(-1deg)}.preview-card:nth-child(2n) .preview-card__page{transform:rotate(1.2deg)}.preview-card__page img{border-radius:var(--radius-sm)}.preview-card__caption{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.preview-card__label{color:var(--color-text);font-weight:800}.preview-card__text{color:var(--color-text-muted);font-size:.9rem}.audience-list{grid-template-columns:1fr;gap:14px;max-width:680px;margin:0;margin-inline:auto;padding:0;list-style:none;display:grid}.audience-card{background:var(--color-mint-light);border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:12px;padding:16px 18px;display:flex}.audience-card__mark{background:var(--color-surface);border:1px solid var(--color-border-strong);width:26px;height:26px;color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;display:inline-flex}.audience-card__label{color:var(--color-text);font-weight:700}.value-compare{grid-template-columns:1fr;gap:18px;max-width:820px;margin-inline:auto;display:grid}.value-compare__card{border-radius:var(--radius-md);padding:24px}.value-compare__card--before{background:var(--color-surface);border:1px dashed var(--color-border-strong)}.value-compare__card--after{background:var(--color-surface);border:1px solid var(--color-primary);box-shadow:var(--shadow-md)}.value-compare__badge{background:var(--color-mint-light);color:var(--color-primary);border-radius:999px;margin-bottom:12px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.value-compare__card--before .value-compare__badge{background:var(--color-coral-light);color:var(--color-accent)}.value-compare__card p{color:var(--color-text);margin-bottom:12px;font-size:1.2rem;font-weight:800}.value-compare__list{color:var(--color-text-muted);gap:8px;margin:0;padding-inline-start:20px;display:grid}.offer-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;flex-direction:column;align-items:center;max-width:640px;margin-inline:auto;padding:40px 26px;display:flex}.offer-card__title{color:var(--color-text);margin-bottom:16px;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:800}.offer-card__name{color:var(--color-primary);margin-bottom:8px;font-size:1.2rem;font-weight:700}.offer-card__price{color:var(--color-accent);margin-bottom:22px;font-size:2.4rem;font-weight:800}.offer-card__list{text-align:start;gap:10px;max-width:340px;margin:0 auto 26px;padding:0;list-style:none;display:grid}.offer-card__list li{color:var(--color-text);align-items:flex-start;gap:10px;font-weight:600;display:flex}.offer-card__list li span{color:var(--color-primary);font-weight:800}.offer-card__microcopy{color:var(--color-text-muted);margin-top:14px;font-size:.9rem}.steps{margin:0;grid-template-columns:1fr;gap:18px;max-width:680px;margin-inline:auto;padding:0;list-style:none;display:grid}.steps__item{align-items:flex-start;gap:16px;display:flex}.steps__number{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:inline-flex}.steps__title{color:var(--color-text);margin-bottom:4px;font-weight:800}.steps__text{color:var(--color-text-muted)}.faq-list{gap:12px;display:grid}.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:0 20px}.faq-item__question{cursor:pointer;color:var(--color-text);justify-content:space-between;align-items:center;gap:12px;padding:18px 0;font-weight:700;list-style:none;display:flex}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:after{content:"+";color:var(--color-primary);font-size:1.4rem;font-weight:700;transition:transform .2s}.faq-item[open] .faq-item__question:after{transform:rotate(45deg)}.faq-item__answer{color:var(--color-text-muted);padding:0 0 18px}.disclaimer{background:var(--color-mint-light);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:26px 28px}.disclaimer__title{color:var(--color-primary);margin-bottom:8px;font-size:1.1rem;font-weight:800}.disclaimer__text{color:var(--color-text-muted);font-size:.95rem}.final-cta{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.final-cta__title{color:var(--color-text);margin-bottom:10px;font-size:clamp(1.6rem,4vw,2.3rem);font-weight:800}.final-cta__subtitle{color:var(--color-text-muted);max-width:520px;margin-bottom:14px;font-size:1.05rem}.final-cta__price{color:var(--color-accent);margin-bottom:20px;font-size:2rem;font-weight:800}@media (width>=640px){.tools-grid{grid-template-columns:repeat(2,1fr)}.preview-grid{grid-template-columns:repeat(3,1fr)}.audience-list,.value-compare,.steps{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.problem-cards{grid-template-columns:1fr 1fr}.problem-card:nth-child(5){grid-column:span 2}.tools-grid{grid-template-columns:repeat(4,1fr)}.audience-list{grid-template-columns:repeat(3,1fr)}.journey{grid-template-columns:repeat(3,1fr);gap:18px;max-width:100%;display:grid}.journey__item{border-inline-start:none;border-block-start:2px solid var(--color-border);padding:20px 4px 0}.journey__item:before{inset-inline-start:4px;top:-6px}.journey__item:last-child{border-block-start-color:var(--color-border)}}@media (width<=899px){.section{padding:56px 0}}.checkout-page{background:var(--color-mint-light);min-height:100vh;padding:40px 0 72px}.checkout-header{text-align:center;margin-bottom:24px}.checkout-header__title{color:var(--color-text);margin-bottom:6px;font-size:clamp(1.4rem,4vw,1.9rem);font-weight:800}.checkout-header__subtitle{color:var(--color-text-muted)}.checkout-summary{margin-bottom:20px}.checkout-summary__card{flex-direction:column;gap:10px;display:flex}.checkout-summary__name{color:var(--color-text);font-size:1.15rem;font-weight:800}.checkout-summary__row{color:var(--color-text-muted);justify-content:space-between;align-items:center;display:flex}.checkout-summary__row strong{color:var(--color-text);font-weight:800}.checkout-card{margin-bottom:20px}.checkout-step__title{color:var(--color-text);margin-bottom:18px;font-size:1.15rem;font-weight:800}.payment-methods{gap:12px;display:grid}.payment-method{text-align:start;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:14px;width:100%;padding:16px 18px;transition:border-color .18s,box-shadow .18s,background-color .18s;display:flex}.payment-method:hover{border-color:var(--color-border-strong)}.payment-method--selected{border-color:var(--color-primary);background:var(--color-primary-soft);box-shadow:0 0 0 3px #0f675d1f}.payment-method__radio{border:2px solid var(--color-border-strong);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .18s;display:inline-flex}.payment-method--selected .payment-method__radio{border-color:var(--color-primary)}.payment-method--selected .payment-method__radio:after{content:"";background:var(--color-primary);border-radius:50%;width:10px;height:10px}.payment-method__body{flex-direction:column;gap:2px;display:flex}.payment-method__name{color:var(--color-text);font-weight:800}.payment-method__account{color:var(--color-text-muted);text-align:start;direction:ltr;font-size:.9rem}.payment-instructions{gap:20px;margin-bottom:20px;display:grid}.payment-instructions__amount{background:var(--color-mint-light);border-color:var(--color-border-strong);justify-content:space-between;align-items:center;display:flex}.payment-instructions__amount-label{color:var(--color-text-muted);font-weight:700}.payment-instructions__amount-value{color:var(--color-primary);font-size:1.4rem;font-weight:800}.payment-instructions__title{color:var(--color-text);margin-bottom:10px;font-size:1.05rem;font-weight:800}.payment-instructions__method-name{color:var(--color-primary);margin-bottom:12px;font-weight:700}.payment-instructions__account{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:12px 16px;display:flex}.payment-instructions__account-label{color:var(--color-text-muted);font-size:.85rem;display:block}.payment-instructions__account-number{color:var(--color-text);direction:ltr;font-size:1.1rem;font-weight:800;display:inline-block}.payment-instructions__text{color:var(--color-text-muted);margin-bottom:12px}.payment-instructions__steps{color:var(--color-text-muted);gap:8px;margin:0;padding-inline-start:20px;display:grid}.proof-dropzone{text-align:center;border:2px dashed var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-mint-light);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;margin-bottom:16px;padding:34px 20px;transition:border-color .18s,background-color .18s;display:flex}.proof-dropzone:hover{border-color:var(--color-primary);background:var(--color-primary-soft)}.proof-dropzone--error{border-color:var(--color-danger)}.proof-dropzone__icon{font-size:1.8rem}.proof-dropzone__title{color:var(--color-text);font-weight:800}.proof-dropzone__hint{color:var(--color-text-muted);font-size:.9rem}.proof-selected{flex-direction:column;gap:12px;display:flex}.proof-selected__preview{object-fit:contain;border:1px solid var(--color-border);border-radius:var(--radius-sm);align-self:center;max-width:220px;max-height:280px}.proof-selected__name{color:var(--color-text-muted);text-align:center;direction:ltr;font-size:.9rem}.proof-selected__actions{justify-content:center;gap:10px;display:flex}.checkout-resume{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.thank-you-page{background:var(--color-mint-light);min-height:100vh;padding:56px 0 80px}.thank-you-card{text-align:center;flex-direction:column;align-items:center;padding:44px 28px;display:flex}.thank-you-card--success{border-color:var(--color-border-strong);box-shadow:var(--shadow-md)}.thank-you-card__icon{background:var(--color-mint-light);border:1px solid var(--color-border);width:64px;height:64px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.8rem;font-weight:800;display:inline-flex}.thank-you-card--success .thank-you-card__icon{background:var(--color-primary);color:#fff}.thank-you-card__title{color:var(--color-text);margin-bottom:8px;font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.thank-you-card__order{flex-direction:column;gap:2px;margin:18px 0;display:flex}.thank-you-card__label{color:var(--color-text-muted);font-size:.9rem}.thank-you-card__number{color:var(--color-primary);direction:ltr;font-size:1.4rem;font-weight:800}.thank-you-card__details{background:var(--color-mint-light);border:1px solid var(--color-border);border-radius:var(--radius-md);gap:8px;width:100%;max-width:360px;margin-bottom:20px;padding:16px 18px;display:grid}.thank-you-card__row{color:var(--color-text-muted);justify-content:space-between;align-items:center;gap:12px;display:flex}.thank-you-card__row strong{color:var(--color-text);font-weight:800}.thank-you-card__copy{color:var(--color-text-muted);margin-bottom:8px}.thank-you-card__cta{max-width:320px;margin-top:16px}.thank-you-card__actions{gap:12px;margin-top:20px;display:flex}
