@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap");

:root{
  --bg:#f7fcfd;
  --paper:#ffffff;
  --ink:#0b2443;
  --muted:#64748b;
  --soft:#ecfeff;
  --teal:#05a8ae;
  --teal-2:#078b90;
  --aqua:#75e0df;
  --mint:#d9faf7;
  --lav:#ede9ff;
  --violet:#7c63f0;
  --gold:#d7a84f;
  --line:#d9edf0;
  --shadow:0 18px 48px rgba(15,61,76,.12);
  --shadow-soft:0 10px 26px rgba(15,61,76,.08);
  --r-lg:30px;
  --r-md:22px;
  --r-sm:16px;
  --container:min(100% - 28px, 1120px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0;background:radial-gradient(circle at 8% 0,#e8fbfd 0 250px,transparent 420px),radial-gradient(circle at 100% 20%,#f1edff 0 190px,transparent 370px),var(--bg);color:var(--ink);font-family:"IBM Plex Sans Arabic",system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;line-height:1.75;direction:rtl;overflow-x:hidden}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:absolute;top:-80px;right:18px;background:var(--ink);color:#fff;padding:10px 14px;border-radius:999px;z-index:1000}.skip-link:focus{top:12px}

/* Header */
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(202,233,235,.78)}
.header-inner{width:var(--container);margin:auto;min-height:74px;display:flex;align-items:center;gap:14px;justify-content:space-between}.brand{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--teal-2);letter-spacing:-.02em}.brand img{width:34px;height:34px;display:none}.brand-name{font-size:clamp(28px,7vw,42px);line-height:1}.brand small{display:none;color:#6b7b92;font-size:11px;font-weight:600}.menu-btn{border:0;background:transparent;width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:var(--ink)}.menu-btn svg{width:27px}.download-pill{display:inline-flex;align-items:center;gap:8px;border:0;background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff;border-radius:999px;padding:11px 16px;font-size:14px;font-weight:800;box-shadow:0 10px 25px rgba(5,168,174,.22)}.download-pill svg{width:18px}.desktop-nav{display:none;gap:18px;color:#395069;font-size:14px}.desktop-nav a{padding:9px 0;position:relative}.desktop-nav a:after{content:"";position:absolute;right:0;left:100%;bottom:0;height:2px;background:var(--teal);transition:.25s}.desktop-nav a:hover:after{left:0}.nav-pop{position:fixed;inset:74px 14px auto;z-index:90;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:10px;display:none}.nav-pop.is-open{display:grid}.nav-pop a{padding:13px 15px;border-radius:16px;color:#17314f;font-weight:700}.nav-pop a:hover{background:var(--soft);color:var(--teal-2)}

/* Shared */
.section{width:var(--container);margin:0 auto 18px}.section-title{text-align:center;margin:0 0 14px;font-size:clamp(21px,5vw,32px);line-height:1.35;letter-spacing:-.02em}.section-title .accent{color:var(--teal-2)}.section-note{text-align:center;color:var(--muted);margin:-6px auto 18px;max-width:720px}.badge{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border:1px solid #bfe8eb;background:rgba(255,255,255,.8);border-radius:999px;color:#087981;font-size:12px;font-weight:800}.badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--teal)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:18px;padding:13px 18px;border:1px solid var(--teal);background:linear-gradient(135deg,var(--teal),var(--teal-2));color:white;font-weight:800;box-shadow:0 12px 26px rgba(5,168,174,.20);min-height:48px}.btn svg{width:19px}.btn.outline{background:rgba(255,255,255,.78);color:var(--teal-2);box-shadow:none}.btn.ghost{background:#fff;color:var(--ink);border-color:#d7e8eb;box-shadow:none}.btn.purple{background:linear-gradient(135deg,#8d79ff,#704eea);border-color:#8d79ff}.mobile-only{display:block}.desktop-only{display:none}

/* Hero mobile design */
.hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(202,233,235,.7);background:#fff}.hero-slider{position:relative;width:100%;height:clamp(540px,70svh,690px);min-height:540px;isolation:isolate}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .7s ease,transform .8s ease;display:grid;grid-template-columns:minmax(135px,43%) minmax(0,57%);align-items:start;gap:4px;padding:18px max(14px,env(safe-area-inset-right)) 66px max(14px,env(safe-area-inset-left));background:linear-gradient(110deg,rgba(255,255,255,.55),rgba(232,250,251,.62)),url('../img/hero-chair.svg') center/cover no-repeat}.hero-slide.is-active{opacity:1;pointer-events:auto;transform:none}.hero-slide:nth-child(2){background:linear-gradient(110deg,rgba(255,255,255,.55),rgba(237,233,255,.5)),url('../img/hero-chair.svg') center/cover no-repeat}.hero-slide:nth-child(3){background:linear-gradient(110deg,rgba(255,255,255,.62),rgba(235,254,247,.55)),url('../img/hero-chair.svg') center/cover no-repeat}.hero-art{align-self:start;padding-top:44px;display:grid;place-items:center;position:relative;min-width:0}.hero-art:before{content:"";position:absolute;bottom:6px;left:-18px;width:190px;height:84px;border-radius:50%;background:rgba(12,106,115,.08);filter:blur(5px)}.hero-phone{width:min(54vw,230px);min-width:150px;max-height:450px;transform:perspective(900px) rotateY(-9deg) rotateZ(-2deg);filter:drop-shadow(0 28px 28px rgba(11,36,67,.18));position:relative;z-index:2}.hero-content{align-self:start;padding-top:48px;min-width:0;text-align:right}.hero-content h1{font-size:clamp(28px,7.2vw,58px);line-height:1.25;margin:15px 0 12px;font-weight:800;letter-spacing:-.045em;color:#0b2443}.hero-content h1 span{color:var(--teal-2)}.hero-content p{margin:0 0 18px;color:#40526b;font-weight:500;font-size:clamp(13px,3.2vw,19px);max-width:500px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;max-width:220px;margin-right:auto}.trust-line{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:14px;font-size:12px;color:#53677f;direction:ltr}.stars{color:#f4ad28;letter-spacing:1px}.faces{display:flex}.faces span{width:24px;height:24px;border-radius:50%;border:2px solid white;margin-left:-7px;background:linear-gradient(135deg,#d9b7a5,#0e4652)}.slider-ui{position:absolute;right:50%;bottom:24px;transform:translateX(50%);display:flex;align-items:center;gap:9px;z-index:5}.slider-dot{width:9px;height:9px;border-radius:999px;border:0;background:#cbdde0;transition:.25s}.slider-dot.is-active{width:28px;background:var(--teal)}.slider-arrow{position:absolute;bottom:18px;z-index:5;width:40px;height:40px;border-radius:50%;border:1px solid #dbeef0;background:rgba(255,255,255,.9);display:grid;place-items:center;color:var(--teal-2);box-shadow:var(--shadow-soft)}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.hero-wave{position:absolute;left:0;right:0;bottom:-1px;height:62px;background:#fff;border-radius:50% 50% 0 0 / 32% 32% 0 0;z-index:3;box-shadow:0 -18px 26px rgba(255,255,255,.9)}

/* Contact Methods */
.methods{margin-top:-35px;position:relative;z-index:10}.methods-inner{width:var(--container);margin:auto;background:rgba(255,255,255,.78);border:1px solid rgba(207,235,238,.92);border-radius:28px;padding:18px 12px 14px;box-shadow:0 26px 55px rgba(12,72,84,.12);backdrop-filter:blur(18px)}.methods h2{margin:0 0 12px;text-align:center;font-size:clamp(18px,4.6vw,28px);letter-spacing:-.02em}.method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.method-card{position:relative;min-width:0;min-height:132px;border-radius:22px;padding:14px 8px 11px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(198,231,235,.9);box-shadow:0 10px 24px rgba(27,66,84,.07)}.method-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 18%,rgba(255,255,255,.95),transparent 42%),linear-gradient(135deg,var(--m1),var(--m2));opacity:.95}.method-card:after{content:"";position:absolute;inset:auto -28px -44px -28px;height:86px;border-radius:50%;background:rgba(255,255,255,.38);transform:rotate(-6deg)}.method-card>*{position:relative;z-index:2}.method-icon{width:43px;height:43px;border-radius:16px;display:grid;place-items:center;margin-bottom:8px;color:var(--mIcon);background:rgba(255,255,255,.78);box-shadow:inset 0 0 0 1px rgba(255,255,255,.9),0 10px 18px rgba(29,65,85,.06)}.method-icon svg{width:25px}.method-card h3{margin:0 0 3px;font-size:clamp(13px,3.15vw,18px);line-height:1.25;color:#0d2545}.method-card p{margin:0;color:#415671;font-size:clamp(10px,2.35vw,13px);line-height:1.55}.method-go{margin-top:9px;width:26px;height:26px;border:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff}.method-go svg{width:13px}.method-card.chat{--m1:#e6fbf8;--m2:#f9ffff;--mIcon:#069da3}.method-card.video{--m1:#f0edff;--m2:#ffffff;--mIcon:#7c63f0}.method-card.call{--m1:#eafcff;--m2:#f7fffe;--mIcon:#05878e}

/* Why */
.why{padding-top:18px}.why-list{display:grid;gap:9px}.why-card{min-height:88px;border-radius:18px;border:1px solid rgba(211,232,235,.86);background:#fff;overflow:hidden;display:grid;grid-template-columns:78px 1fr 62px;align-items:center;box-shadow:0 7px 20px rgba(15,61,76,.055);position:relative}.why-card:before{content:"";position:absolute;inset:0;background:var(--bgimg) right center/auto 100% no-repeat;opacity:.95}.why-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.72),rgba(255,255,255,.93) 44%,rgba(255,255,255,.58));}.why-card .why-text,.why-card .why-main-icon{position:relative;z-index:2}.why-main-icon{width:49px;height:49px;border-radius:17px;background:rgba(255,255,255,.86);display:grid;place-items:center;margin-inline:12px;color:var(--teal-2);box-shadow:inset 0 0 0 1px rgba(205,233,236,.9),0 9px 18px rgba(12,90,100,.07)}.why-main-icon svg{width:28px}.why-text h3{font-size:clamp(15px,3.6vw,20px);margin:0 0 2px;color:#0d2545}.why-text p{font-size:clamp(11px,2.55vw,14px);margin:0;color:#50637d;line-height:1.55}.why-card.care{--bgimg:url('../img/why-care.svg')}.why-card.calendar{--bgimg:url('../img/why-calendar.svg')}.why-card.certified{--bgimg:url('../img/why-certified.svg')}.why-card.lock{--bgimg:url('../img/why-lock.svg')}.why-deco{position:relative;z-index:2;opacity:.95;display:grid;place-items:center}.why-deco:before{content:"";width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.72);border:1px solid rgba(205,233,236,.85)}

/* Specialists */
.specialists-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.specialists-head h2{margin:0;font-size:clamp(20px,5vw,30px);letter-spacing:-.02em}.all-link{font-size:13px;font-weight:800;color:var(--teal-2)}.specialist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.doc-card{background:#fff;border:1px solid rgba(212,232,235,.9);border-radius:19px;box-shadow:0 12px 26px rgba(12,60,72,.07);padding:7px;text-align:right;position:relative;overflow:hidden}.doc-card:before{content:"";position:absolute;inset:0 0 auto;height:48px;background:linear-gradient(135deg,#effbfc,#fff);z-index:0}.doc-img{height:78px;border-radius:15px;overflow:hidden;background:#f5fbfc;position:relative;z-index:1}.doc-img img{width:100%;height:100%;object-fit:cover}.verify{position:absolute;left:8px;top:68px;width:22px;height:22px;border-radius:50%;background:var(--teal);display:grid;place-items:center;color:white;box-shadow:0 6px 12px rgba(5,168,174,.22);z-index:3}.verify svg{width:14px}.doc-card h3{margin:7px 0 1px;font-size:clamp(11px,2.7vw,15px);line-height:1.25;color:#0d2545;position:relative;z-index:1}.doc-card p{margin:0 0 5px;font-size:clamp(9.5px,2.2vw,12px);line-height:1.35;color:#64748b}.doc-meta{display:flex;align-items:center;justify-content:space-between;gap:4px;font-size:11px;color:#566982}.doc-meta b{color:#0d2545}.available{display:inline-flex;align-items:center;gap:3px;border-radius:999px;padding:2px 6px;background:#e6fbf2;color:#15965d;font-size:10px;white-space:nowrap}.available:before{content:"";width:5px;height:5px;border-radius:50%;background:#10b981}.specialist-scroll{overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.specialist-scroll::-webkit-scrollbar{display:none}.specialist-scroll .specialist-grid{min-width:610px}

/* Stats */
.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:linear-gradient(135deg,#e6fbfb,#fbffff);border:1px solid #cbeff1;border-radius:24px;box-shadow:0 14px 28px rgba(12,81,92,.08);overflow:hidden}.stat{padding:14px 6px;text-align:center;position:relative}.stat:before{content:"";position:absolute;top:22%;bottom:22%;left:0;width:1px;background:#c7e8eb}.stat svg{width:24px;color:var(--teal-2);margin-bottom:2px}.stat strong{display:block;color:var(--teal-2);font-size:clamp(17px,4.2vw,28px);line-height:1.1}.stat span{font-size:clamp(9.5px,2.25vw,13px);color:#4a5f78}.counter{direction:ltr;display:inline-block}

/* Testimonials + FAQ */
.duo{display:grid;grid-template-columns:1fr;gap:14px}.reviews{display:grid;grid-template-columns:1fr 1fr;gap:8px}.review-card{background:#fff;border:1px solid #e0eef0;border-radius:18px;padding:12px 11px;box-shadow:0 8px 20px rgba(12,60,72,.055);position:relative}.review-card:before{content:'”';position:absolute;left:12px;top:3px;color:#b7a6ff;font-size:42px;line-height:1}.review-card p{margin:0 0 8px;color:#435873;font-size:clamp(10px,2.45vw,14px);line-height:1.7}.review-card .name{font-weight:800;color:#0d2545;font-size:12px}.review-card .stars{font-size:12px}.faq{display:grid;gap:6px}.faq details{background:#fff;border:1px solid #dbeaed;border-radius:13px;overflow:hidden}.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;font-weight:700;color:#17314f;font-size:clamp(11px,2.65vw,15px);cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary:before{content:"⌄";width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#f2fbfc;color:#0a8c93;font-size:16px}.faq details[open] summary:before{transform:rotate(180deg)}.faq p{padding:0 12px 12px;margin:0;color:#64748b;font-size:13px;line-height:1.7}

/* CTA + Footer */
.cta{overflow:hidden;border-radius:24px;border:1px solid #c7edf0;background:linear-gradient(135deg,#f0fbff,#f1edff 55%,#c5f8f5);box-shadow:var(--shadow-soft);display:grid;grid-template-columns:105px 1fr;align-items:center;min-height:130px;position:relative}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 7% 18%,rgba(255,255,255,.9),transparent 28%),radial-gradient(circle at 100% 100%,rgba(5,168,174,.16),transparent 28%)}.cta-art{height:130px;background:url('../img/hero-chair.svg') 26% 60%/460px auto no-repeat;position:relative;z-index:1}.cta-content{position:relative;z-index:2;padding:16px 16px 16px 8px}.cta-content h2{margin:0 0 4px;font-size:clamp(17px,4.4vw,28px);line-height:1.3}.cta-content p{margin:0 0 10px;color:#53677f;font-size:clamp(10.5px,2.5vw,14px)}.cta .btn{min-height:40px;padding:9px 14px;border-radius:14px;font-size:13px}.footer{width:var(--container);margin:18px auto 22px;border-radius:26px;border:1px solid #dcecef;background:rgba(255,255,255,.78);box-shadow:0 10px 26px rgba(12,60,72,.06);padding:18px 14px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.footer h3{margin:0 0 5px;font-size:22px;color:var(--teal-2)}.footer p,.footer a{font-size:12px;color:#60738a;display:block;margin:3px 0}.store-row{display:flex;gap:8px;flex-wrap:wrap}.store{display:inline-grid;place-items:center;border-radius:10px;background:#111827;color:#fff;padding:8px 10px;font-size:11px;line-height:1.2;min-width:105px}.copy{border-top:1px solid #e2eef0;margin-top:12px;padding-top:12px;font-size:11px;color:#73849a;text-align:center}

/* Pages */
.page-hero{width:var(--container);margin:24px auto 18px}.page-card{background:linear-gradient(135deg,#ffffff,#effcff);border:1px solid #ceecef;border-radius:32px;padding:24px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.page-card:after{content:"";position:absolute;left:-70px;bottom:-80px;width:230px;height:230px;border-radius:50%;background:rgba(5,168,174,.1)}.page-card h1{margin:14px 0 8px;font-size:clamp(28px,8vw,54px);line-height:1.2;letter-spacing:-.04em}.page-card p{color:#52657d;margin:0;max-width:740px}.wizard-wrap,.track-wrap,.policy-wrap{width:var(--container);margin:0 auto 30px}.wizard-card,.track-card,.policy-card{background:#fff;border:1px solid #dcecef;border-radius:32px;box-shadow:var(--shadow);padding:18px}.stepper{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));direction:rtl;gap:0;margin:0 0 20px;position:relative}.stepper:before{content:"";position:absolute;right:7%;left:7%;top:18px;height:2px;background:#d9e6eb;z-index:0}.step{position:relative;z-index:1;display:grid;justify-items:center;text-align:center;gap:6px;color:#7c889c;font-size:10px;line-height:1.45}.step-num{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eef2f6;color:#0d2545;font-weight:800;border:3px solid #fff;box-shadow:0 0 0 1px #e1e9ed}.step.is-active{color:var(--teal-2);font-weight:800}.step.is-active .step-num{background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff}.step.is-done .step-num{background:#08a7ad;color:#fff}.step.is-done .step-num::before{content:'✓'}.step.is-done .step-num span{display:none}.form-step{display:none}.form-step.is-active{display:block;animation:rise .25s ease}@keyframes rise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.form-title{text-align:center;margin:4px 0 18px}.form-title h2{margin:0 0 4px;font-size:25px}.form-title p{margin:0;color:#64748b;font-size:14px}.fields{display:grid;gap:12px}.field label{display:block;color:#0f2d4b;font-weight:700;font-size:13px;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #d5e5e8;background:#fff;border-radius:16px;min-height:52px;padding:0 14px;color:#0d2545;outline:0;transition:.18s}.field textarea{padding:13px 14px;min-height:108px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(5,168,174,.1)}.checklist{display:grid;gap:10px}.check-item{display:flex;align-items:center;gap:10px;background:#f8feff;border:1px solid #dbeff1;border-radius:18px;padding:13px;color:#17314f;font-weight:700}.check-item svg{width:22px;color:#0aa0a5}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip input{position:absolute;opacity:0}.chip span{display:inline-flex;border:1px solid #d7e7ea;border-radius:999px;padding:10px 13px;background:#fff;color:#52657d;font-weight:700}.chip input:checked+span{background:#e6fbfb;border-color:#48cbd0;color:#078b90}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.upload-list{display:grid;gap:11px}.upload-item{border:1px solid #dbe9ec;border-radius:18px;padding:12px;display:grid;gap:8px;background:#fff}.upload-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.upload-name{font-weight:800;color:#0d2545}.upload-meta{font-size:12px;color:#64748b}.progress{height:8px;border-radius:999px;background:#e5edf1;overflow:hidden}.bar{height:100%;width:0;background:linear-gradient(90deg,var(--teal),#6a55f0);border-radius:inherit;transition:.4s}.review-box{display:grid;gap:10px}.summary-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed #dbe8eb;padding:10px 0;color:#17314f}.summary-row span{color:#64748b}.form-actions{display:flex;gap:10px;justify-content:space-between;margin-top:18px}.form-actions .btn{flex:1}.success-screen{text-align:center;padding:18px 0 6px}.success-icon{width:96px;height:96px;border-radius:50%;margin:0 auto 12px;display:grid;place-items:center;background:#e9fbf1;color:#19a563;box-shadow:0 12px 28px rgba(25,165,99,.12)}.success-icon svg{width:55px}.code-box{border:1px solid #c9edf0;background:linear-gradient(135deg,#f5ffff,#f1fbff);border-radius:24px;padding:14px;margin:18px 0}.tracking-code{direction:ltr;font-size:clamp(24px,8vw,42px);font-weight:800;letter-spacing:.03em;color:#0d2545;border:1px dashed #9ed8dd;border-radius:18px;padding:12px;display:flex;align-items:center;justify-content:center;gap:10px;background:#fff}.copy-btn{border:0;background:transparent;color:var(--teal-2);font-weight:800;margin-top:8px}.hidden{display:none!important}

.track-form{display:grid;gap:10px}.track-input{display:flex;gap:8px;border:1px solid #d5e5e8;background:#fff;border-radius:18px;padding:7px;align-items:center}.track-input input{border:0;outline:0;min-height:46px;flex:1;text-align:center;direction:ltr;font-size:18px;color:#53677f}.track-input button{border:0;border-radius:14px;width:44px;height:44px;background:#f1fbfc;color:#0b6d77}.timeline{margin-top:18px;border:1px solid #e0edf0;border-radius:28px;padding:18px;background:linear-gradient(180deg,#fff,#fbffff)}.timeline h2{text-align:center;margin:0 0 15px}.tl-item{display:grid;grid-template-columns:48px 1fr;gap:12px;position:relative}.tl-item:not(:last-child){padding-bottom:22px}.tl-item:not(:last-child):before{content:"";position:absolute;right:23px;top:44px;bottom:0;width:2px;background:#d6e6eb}.tl-dot{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#eef5f7;color:#8b98aa;border:3px solid #fff;box-shadow:0 0 0 1px #d9e6eb;position:relative;z-index:2}.tl-item.done .tl-dot{background:#18a965;color:#fff}.tl-item.active .tl-dot{background:#108ce8;color:#fff}.tl-item.warn .tl-dot{background:#7652f4;color:#fff}.tl-content h3{margin:0 0 2px;font-size:18px}.tl-content p{margin:0;color:#667993;font-size:13px}.tl-date{color:#7b8aa0;font-size:12px;margin-top:4px}.admin-note{margin-top:10px;border:1px solid #decfff;background:#f5f1ff;border-radius:20px;padding:13px}.admin-note h4{margin:0 0 6px;color:#714fed}.admin-actions{display:grid;gap:8px;margin-top:10px}.help-box{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;border:1px solid #e1e9f0;background:#fcfdff;border-radius:20px;padding:12px;color:#17314f}.policy-grid{display:grid;gap:12px}.policy-item{border:1px solid #dcecef;border-radius:22px;padding:16px;background:#fff}.policy-item h2{margin:0 0 6px;font-size:19px}.policy-item p,.policy-item li{color:#53677f;font-size:14px}.policy-item ul{margin:8px 0 0;padding-right:22px}

@media (max-width:390px){
  :root{--container:min(100% - 20px,1120px)}.header-inner{min-height:66px}.download-pill{font-size:12px;padding:9px 12px}.brand-name{font-size:31px}.hero-slider{height:560px;min-height:560px}.hero-slide{padding:12px 10px 60px}.hero-content h1{font-size:25px}.hero-content p{font-size:12px}.hero-actions{max-width:190px}.btn{min-height:42px;padding:10px 12px;font-size:13px}.hero-phone{min-width:128px}.method-card{min-height:118px;padding:12px 5px}.method-icon{width:36px;height:36px;border-radius:13px}.method-icon svg{width:21px}.why-card{grid-template-columns:62px 1fr 45px;min-height:82px}.doc-img{height:62px}.stat{padding:10px 3px}.stat svg{width:20px}.tracking-code{font-size:23px}.step{font-size:9px}.step-num{width:31px;height:31px}
}
@media (min-width:760px){
  .brand img{display:block}.brand small{display:block}.desktop-nav{display:flex}.menu-btn{display:none}.header-inner{min-height:82px}.hero-slider{height:720px}.hero-slide{grid-template-columns:48% 52%;padding-inline:max(36px,calc((100vw - 1120px)/2 + 10px));align-items:center}.hero-art{padding-top:0;align-self:center}.hero-content{align-self:center;padding-top:0}.hero-content h1{font-size:64px}.hero-content p{font-size:20px}.hero-actions{display:flex;max-width:none;margin-right:0}.hero-phone{width:280px}.slider-arrow.prev{left:calc((100vw - min(100vw - 28px,1120px))/2 + 12px)}.slider-arrow.next{right:calc((100vw - min(100vw - 28px,1120px))/2 + 12px)}.methods{margin-top:-55px}.methods-inner{padding:24px}.method-grid{gap:18px}.method-card{min-height:172px}.method-icon{width:58px;height:58px}.method-icon svg{width:34px}.why-list{grid-template-columns:1fr 1fr}.why-card{min-height:116px}.specialist-scroll .specialist-grid{min-width:0}.specialist-grid{grid-template-columns:repeat(4,1fr);gap:14px}.doc-img{height:115px}.duo{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.2fr .8fr .8fr .8fr}.mobile-only{display:none}.desktop-only{display:block}.wizard-card,.track-card,.policy-card{padding:28px}.fields.two{grid-template-columns:1fr 1fr}.upload-list{grid-template-columns:1fr 1fr}.admin-actions{grid-template-columns:1fr 1fr}.policy-grid{grid-template-columns:1fr 1fr}.policy-item.wide{grid-column:span 2}.nav-pop{display:none!important}
}

/* Visual refresh based on the provided mobile reference. */
:root{
  --bg:#fafefe;
  --paper:#ffffff;
  --ink:#123243;
  --muted:#4d6376;
  --soft:#eaf8f8;
  --teal:#007f83;
  --teal-2:#00777b;
  --aqua:#bdebed;
  --mint:#dff6ef;
  --lav:#eeeafe;
  --violet:#6f5bc6;
  --leaf:#8baa8b;
  --line:#d4eaec;
  --shadow:0 18px 40px rgba(17,64,76,.12);
  --shadow-soft:0 9px 22px rgba(17,64,76,.08);
  --container:min(100% - 28px, 402px);
}

body{
  background:
    radial-gradient(circle at 9% 2%,rgba(218,243,241,.95) 0 150px,transparent 310px),
    radial-gradient(circle at 96% 26%,rgba(239,235,255,.75) 0 140px,transparent 300px),
    #eef5f5;
  color:var(--ink);
}

main{
  max-width:430px;
  margin:0 auto;
  background:var(--bg);
  overflow:hidden;
  box-shadow:0 22px 70px rgba(19,49,58,.12);
}

.site-header{
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:80;
  max-width:430px;
  margin:auto;
  background:transparent;
  border:0;
  backdrop-filter:none;
}

.header-inner{
  width:min(100% - 28px, 390px);
  min-height:74px;
  gap:10px;
}

.brand{
  gap:0;
  color:var(--teal);
}

.brand-name{
  font-size:34px;
  letter-spacing:0;
}

.brand img,
.brand small,
.desktop-nav{
  display:none;
}

.menu-btn{
  width:36px;
  height:36px;
  border-radius:12px;
  color:#244253;
}

.menu-btn svg{
  width:24px;
}

.download-pill{
  min-height:40px;
  padding:9px 15px;
  border-radius:999px;
  background:linear-gradient(135deg,#018e91,#006f75);
  box-shadow:0 10px 20px rgba(0,127,131,.22);
  font-size:13px;
}

.nav-pop{
  inset:72px max(14px,calc((100vw - 402px)/2 + 14px)) auto;
  max-width:402px;
  margin:auto;
}

.hero{
  border:0;
  background:#fff;
}

.hero-slider{
  height:500px;
  min-height:500px;
  max-width:430px;
  margin:auto;
  overflow:hidden;
  background:#f4fcfc;
}

.hero-slide{
  opacity:0;
  pointer-events:none;
  direction:ltr;
  grid-template-columns:42% 58%;
  gap:0;
  align-items:start;
  padding:86px 16px 58px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.72),rgba(232,248,248,.7)),
    url("../img/hero-chair.svg") center top/cover no-repeat;
}

.hero-slide.is-active{
  opacity:1;
  pointer-events:auto;
}

.hero-slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse at 52% 52%,rgba(184,224,224,.32),transparent 22%),
    linear-gradient(to bottom,rgba(255,255,255,.04),rgba(255,255,255,.18) 58%,rgba(255,255,255,.92));
  pointer-events:none;
}

.hero-art{
  align-self:start;
  justify-items:start;
  padding-top:16px;
}

.hero-art::before{
  right:auto;
  left:2px;
  bottom:-6px;
  width:150px;
  height:50px;
  background:rgba(18,50,67,.12);
  filter:blur(8px);
}

.hero-phone{
  width:min(41vw,174px);
  min-width:140px;
  max-height:340px;
  transform:perspective(900px) rotateY(-10deg) rotateZ(-4deg);
  filter:drop-shadow(0 22px 18px rgba(18,50,67,.20));
}

.hero-content{
  direction:rtl;
  padding-top:18px;
  text-align:right;
}

.hero-content .badge,
.trust-line{
  display:none;
}

.hero-content h1{
  margin:0 0 11px;
  color:var(--ink);
  font-size:33px;
  line-height:1.36;
  font-weight:900;
  letter-spacing:0;
}

.hero-content p{
  max-width:220px;
  margin:0 0 18px;
  color:#2f4354;
  font-size:14px;
  line-height:1.8;
  font-weight:600;
}

.hero-actions{
  width:min(100%,198px);
  max-width:none;
  margin:0;
  gap:9px;
}

.btn{
  min-height:44px;
  border-radius:20px;
  padding:10px 16px;
  border-color:var(--teal);
  background:linear-gradient(135deg,#018b8e,#006f75);
  box-shadow:0 11px 23px rgba(0,127,131,.2);
  font-size:14px;
}

.btn.outline{
  background:rgba(255,255,255,.82);
  color:var(--teal);
  border-color:#05878b;
}

.btn.purple{
  background:linear-gradient(135deg,#8268d6,#6247bd);
  border-color:#7560cc;
}

.slider-arrow{
  display:none;
}

.slider-ui{
  right:auto;
  left:50%;
  bottom:22px;
  width:66px;
  height:12px;
  justify-content:flex-start;
  transform:translateX(-50%);
  direction:ltr;
}

.hero-static .slider-ui::before{
  content:"";
  display:block;
  width:9px;
  height:9px;
  border-radius:999px;
  background:var(--teal);
  box-shadow:18px 0 #d8e1e3,36px 0 #d8e1e3,54px 0 #d8e1e3;
}

.hero-wave{
  height:58px;
  border-radius:52% 52% 0 0 / 35% 35% 0 0;
  background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.58) 70%,#fff 100%);
  box-shadow:0 -9px 16px rgba(255,255,255,.38);
}

.methods{
  max-width:430px;
  margin:-26px auto 0;
  padding:0 0 4px;
  background:#fff;
}

.methods-inner{
  width:var(--container);
  padding:16px 0 9px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}

.methods h2,
.section-title,
.specialists-head h2{
  color:#142f42;
  letter-spacing:0;
  font-weight:900;
}

.methods h2{
  margin-bottom:10px;
  font-size:20px;
}

.method-grid{
  gap:8px;
}

.method-card{
  min-height:132px;
  border-radius:10px;
  border-color:#cfe8ea;
  box-shadow:0 9px 18px rgba(16,71,83,.08);
}

.method-card::before{
  background:
    radial-gradient(circle at 22% 18%,rgba(255,255,255,.94),transparent 40%),
    radial-gradient(ellipse at 50% 102%,rgba(255,255,255,.55),transparent 46%),
    linear-gradient(135deg,var(--m1),var(--m2));
}

.method-card::after{
  height:72px;
  bottom:-38px;
  background:rgba(255,255,255,.36);
}

.method-icon{
  width:38px;
  height:38px;
  margin-bottom:7px;
  background:transparent;
  box-shadow:none;
}

.method-icon svg{
  width:30px;
  stroke-width:1.7;
}

.method-card h3{
  font-size:14px;
  font-weight:900;
}

.method-card p{
  max-width:92px;
  font-size:10.5px;
  line-height:1.55;
}

.method-go{
  width:25px;
  height:25px;
}

.method-card.chat{--m1:#e8f8f3;--m2:#f9ffff;--mIcon:#007f83}
.method-card.video{--m1:#f0edff;--m2:#fbfbff;--mIcon:#4c3eb1}
.method-card.call{--m1:#dff6f7;--m2:#f7ffff;--mIcon:#007f83}

.section{
  width:var(--container);
  margin:0 auto 14px;
}

.section-title{
  margin-bottom:10px;
  font-size:20px;
}

.why{
  padding-top:4px;
}

.why-list{
  gap:7px;
}

.why-card{
  direction:ltr;
  grid-template-columns:96px 1fr 58px;
  min-height:76px;
  border-radius:10px;
  border-color:#d8e8dc;
  box-shadow:0 7px 17px rgba(16,71,83,.055);
}

.why-card::before{
  background-position:left center;
  background-size:auto 100%;
}

.why-card::after{
  background:linear-gradient(90deg,rgba(255,255,255,.42),rgba(255,255,255,.9) 38%,rgba(255,255,255,.84));
}

.why-text{
  direction:rtl;
  text-align:right;
}

.why-text h3{
  font-size:14.5px;
  font-weight:900;
}

.why-text p{
  font-size:10.5px;
  color:#43596b;
}

.why-main-icon{
  width:45px;
  height:45px;
  border-radius:50%;
  margin-inline:6px 10px;
  color:var(--teal);
  background:rgba(255,255,255,.9);
}

.why-main-icon svg{
  width:26px;
}

.why-deco::before{
  display:none;
}

.specialists-head{
  margin-bottom:9px;
}

.specialists-head h2{
  font-size:20px;
}

.all-link{
  font-size:12px;
  color:var(--teal);
}

.specialist-scroll{
  overflow:visible;
}

.specialist-scroll .specialist-grid,
.specialist-grid{
  min-width:0;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
}

.doc-card{
  border-radius:10px;
  padding:6px;
  box-shadow:0 8px 17px rgba(16,71,83,.08);
}

.doc-card::before{
  height:42px;
}

.doc-img{
  height:58px;
  border-radius:9px;
}

.verify{
  top:55px;
  left:7px;
  width:20px;
  height:20px;
}

.doc-card h3{
  margin-top:7px;
  font-size:11px;
  font-weight:900;
}

.doc-card p{
  font-size:9px;
}

.doc-meta{
  font-size:9.5px;
}

.available{
  display:none;
}

.stats{
  border-radius:10px;
  background:linear-gradient(135deg,#f2ffff,#ffffff);
  box-shadow:0 8px 18px rgba(16,71,83,.07);
}

.stat{
  padding:11px 4px;
}

.stat svg{
  width:21px;
}

.stat strong{
  font-size:17px;
}

.stat span{
  font-size:9.5px;
}

.duo{
  gap:12px;
}

.reviews{
  gap:7px;
}

.review-card{
  border-radius:10px;
  padding:10px 10px 8px;
  box-shadow:0 7px 15px rgba(16,71,83,.055);
}

.review-card p{
  font-size:10px;
  line-height:1.65;
}

.review-card .name,
.review-card .stars{
  font-size:10px;
}

.faq{
  gap:4px;
}

.faq details{
  border-radius:7px;
}

.faq summary{
  min-height:27px;
  padding:4px 10px;
  font-size:10.5px;
  font-weight:700;
}

.faq summary::before{
  width:18px;
  height:18px;
  background:transparent;
}

.faq p{
  padding:0 10px 9px;
  font-size:10px;
}

.cta{
  direction:rtl;
  display:block;
  grid-template-columns:none;
  align-items:initial;
  min-height:404px;
  border-radius:14px;
  border:1px solid #cbe8eb;
  background:#fbfeff;
  box-shadow:0 10px 22px rgba(16,71,83,.09);
  position:relative;
  isolation:isolate;
  overflow:hidden;
  text-align:center;
}

.cta::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(251,254,255,0) 0%,rgba(251,254,255,.08) 48%,rgba(251,254,255,.68) 72%,#fbfeff 93%,#fbfeff 100%);
  opacity:1;
  pointer-events:none;
}

.cta-art{
  position:absolute;
  inset:0 0 auto;
  z-index:0;
  height:270px;
  background:url("../img/join-specialist-office.png") center top/cover no-repeat;
  filter:saturate(1.03) contrast(1.02);
  transform:none;
  -webkit-mask-image:none;
  mask-image:none;
}

.cta-art::after{
  content:"";
  position:absolute;
  inset:46% 0 0;
  background:linear-gradient(180deg,rgba(251,254,255,0) 0%,rgba(251,254,255,.35) 38%,rgba(251,254,255,.82) 72%,#fbfeff 100%);
  pointer-events:none;
}

.cta-content{
  direction:rtl;
  position:relative;
  z-index:3;
  width:100%;
  min-height:404px;
  margin:0;
  padding:206px 18px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
}

.cta-content h2{
  width:100%;
  margin:0;
  color:#064b5d;
  font-size:19px;
  font-weight:900;
  line-height:1.3;
  text-align:center!important;
  white-space:nowrap;
}

.cta-divider{
  width:min(126px,48%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:4px 0;
}

.cta-divider span{
  height:1px;
  flex:1;
  background:#5cae82;
}

.cta-divider i{
  width:10px;
  height:10px;
  display:grid;
  place-items:center;
  font-style:normal;
}

.cta-divider i::before{
  content:"";
  width:7px;
  height:7px;
  display:block;
  border-radius:50%;
  background:#f5c21b;
  line-height:1;
}

.cta-content p{
  width:100%;
  margin:0 0 11px;
  max-width:260px;
  color:#253f4d;
  font-size:11px;
  font-weight:700;
  line-height:1.65;
  text-align:center!important;
}

.cta-benefits{
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  direction:ltr;
  align-items:start;
  margin:0 0 11px;
  text-align:center!important;
}

.cta-feature{
  position:relative;
  min-width:0;
  display:grid;
  justify-items:center;
  align-content:start;
  gap:4px;
  direction:rtl;
  color:#263d49;
  text-align:center!important;
}

.cta-feature:nth-child(1){order:2}
.cta-feature:nth-child(2){order:3}
.cta-feature:nth-child(3){order:4}
.cta-feature:nth-child(4){order:1}

.cta-feature::after{
  content:"";
  position:absolute;
  top:7px;
  right:-1px;
  width:1px;
  height:47px;
  background:linear-gradient(180deg,transparent,#bbc8cd 18%,#bbc8cd 78%,transparent);
}

.cta-feature:nth-child(3)::after{
  content:none;
}

.cta-feature svg{
  width:27px;
  height:27px;
  display:block;
}

.cta-feature span{
  display:block;
  min-height:28px;
  font-size:8.6px;
  font-weight:800;
  line-height:1.32;
}

.cta .btn{
  min-width:116px;
  min-height:35px;
  padding:7px 18px;
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,#7b57db,#5d3cbf);
  color:white;
  box-shadow:0 7px 15px rgba(93,60,191,.2);
  font-size:13px;
  line-height:1.2;
}

.footer{
  max-width:402px;
  border-radius:14px;
}

@media (max-width:390px){
  :root{--container:min(100% - 24px, 402px)}
  .header-inner{width:min(100% - 24px, 380px);min-height:70px}
  .download-pill{padding:8px 12px;font-size:12px}
  .brand-name{font-size:31px}
  .hero-slider{height:490px;min-height:490px}
  .hero-slide{grid-template-columns:40% 60%;padding:82px 12px 56px}
  .hero-phone{min-width:130px;width:min(40vw,160px)}
  .hero-content h1{font-size:29px}
  .hero-content p{font-size:12.5px;max-width:198px}
  .hero-actions{width:184px}
  .btn{font-size:13px;min-height:41px;padding:8px 12px}
  .method-card{min-height:124px;padding-inline:4px}
  .method-card p{font-size:9.7px}
  .why-card{grid-template-columns:82px 1fr 52px}
  .why-text h3{font-size:13.5px}
  .why-text p{font-size:9.7px}
  .doc-img{height:52px}
  .verify{top:49px}
}

@media (min-width:760px){
  main,
  .site-header{
    max-width:430px;
  }

  .site-header{
    position:absolute;
  }

  .menu-btn{
    display:grid;
  }

  .desktop-nav,
  .brand img,
  .brand small{
    display:none;
  }

  .hero-slider{
    height:520px;
    min-height:520px;
  }

  .hero-slide{
    grid-template-columns:42% 58%;
    align-items:start;
    padding:88px 18px 60px;
  }

  .hero-content{
    align-self:start;
    padding-top:18px;
  }

  .hero-content h1{
    font-size:35px;
  }

  .hero-content p{
    font-size:14px;
  }

  .hero-phone{
    width:178px;
  }

  .hero-actions{
    display:grid;
  }

  .methods{
    margin-top:-28px;
  }

  .methods-inner{
    padding:16px 0 9px;
  }

  .method-grid{
    gap:8px;
  }

  .method-card{
    min-height:132px;
  }

  .why-list,
  .duo{
    grid-template-columns:1fr;
  }

  .doc-img{
    height:58px;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

/* Tight mobile fit fixes after screenshot QA. */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

main{
  width:100%;
}

.header-inner{
  width:calc(100% - 28px);
  max-width:390px;
}

.methods-inner,
.section,
.footer{
  width:calc(100% - 28px);
  max-width:402px;
}

.hero-slider,
.hero-slide{
  max-width:100%;
}

.hero-slide{
  grid-template-columns:minmax(124px,39%) minmax(0,61%);
  padding-right:12px;
  padding-left:12px;
}

.hero-art,
.hero-content{
  position:relative;
  z-index:1;
  min-width:0;
}

.hero-phone{
  width:min(38vw,158px);
  min-width:124px;
}

.hero-content h1{
  font-size:29px;
  line-height:1.42;
}

.hero-content p{
  max-width:188px;
  font-size:12.7px;
}

.hero-actions{
  width:min(100%,184px);
}

.method-grid,
.specialist-grid,
.stats,
.reviews{
  width:100%;
  max-width:100%;
}

.method-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.specialist-grid .doc-card:nth-child(n+4){
  display:none;
}

.why-card{
  grid-template-columns:82px minmax(0,1fr) 50px;
}

.why-text,
.doc-card,
.review-card,
.faq summary{
  min-width:0;
}

@media (max-width:390px){
  .header-inner,
  .methods-inner,
  .section,
  .footer{
    width:calc(100% - 24px);
  }

  .hero-slide{
    grid-template-columns:minmax(118px,38%) minmax(0,62%);
    padding-right:10px;
    padding-left:10px;
  }

  .hero-content h1{
    font-size:27px;
  }

  .hero-content p{
    max-width:178px;
    font-size:12px;
  }

  .hero-actions{
    width:174px;
  }
}

@media (max-width:430px){
  main,
  .site-header,
  .hero,
  .hero-slider{
    width:100vw!important;
    max-width:100vw!important;
  }

  .header-inner{
    width:calc(100vw - 28px)!important;
    max-width:390px;
  }

  .methods-inner,
  .section,
  .footer{
    width:calc(100vw - 28px)!important;
    max-width:402px;
  }

  .hero-content{
    padding-right:0;
    padding-left:0;
  }

  .method-card,
  .why-card,
  .doc-card,
  .stat,
  .review-card{
    max-width:100%;
  }
}

/* Final mobile shell lock: keep the designed canvas inside an iPhone-sized viewport. */
:root{
  --mobile-shell:390px;
  --mobile-inner:calc(100% - 28px);
}

body{
  display:block;
}

main,
.site-header,
.hero,
.hero-slider{
  width:100%!important;
  max-width:var(--mobile-shell)!important;
  margin-right:auto!important;
  margin-left:auto!important;
}

.header-inner,
.methods-inner,
.section,
.footer{
  width:var(--mobile-inner)!important;
  max-width:362px!important;
}

.hero-slide{
  grid-template-columns:142px minmax(0,1fr)!important;
}

.hero-phone{
  width:144px!important;
  min-width:0!important;
}

.hero-content h1{
  font-size:25px!important;
}

.hero-content p{
  max-width:182px!important;
}

.method-card{
  min-width:0!important;
}

.hero .slider-ui{
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  margin:0!important;
}

.hero .hero-wave{
  height:34px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.44) 68%,rgba(255,255,255,.82) 100%)!important;
  box-shadow:0 -8px 14px rgba(255,255,255,.28)!important;
}

/* Generated three-slide hero artwork. */
.hero-slider{
  height:540px!important;
  min-height:540px!important;
}

.hero-slide{
  display:block!important;
  padding:0!important;
  overflow:hidden;
  background:#f3fbfb!important;
}

.hero-slide::before{
  z-index:1;
  background:
    linear-gradient(90deg,rgba(250,254,254,.1) 0%,rgba(250,254,254,.16) 43%,rgba(250,254,254,.74) 69%,rgba(250,254,254,.96) 100%),
    linear-gradient(180deg,rgba(250,254,254,0) 0%,rgba(250,254,254,0) 70%,rgba(250,254,254,.24) 88%,rgba(250,254,254,.56) 100%)!important;
}

.hero-scene{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  transform:scale(1.01);
}

.hero-slide:nth-of-type(1) .hero-scene{
  object-position:center 49%;
}

.hero-slide:nth-of-type(2) .hero-scene{
  object-position:center 44%;
}

.hero-slide:nth-of-type(3) .hero-scene{
  object-position:center 46%;
}

.hero-content{
  position:absolute!important;
  z-index:2;
  top:104px;
  right:26px;
  width:176px;
  padding:0!important;
  text-align:right;
}

.hero-content h1{
  margin:0 0 10px!important;
  color:#123243;
  font-size:25px!important;
  line-height:1.45!important;
  font-weight:900;
  text-shadow:0 1px 0 rgba(255,255,255,.86);
}

.hero-content p{
  max-width:174px!important;
  margin:0 0 17px!important;
  color:#223f50;
  font-size:12.6px!important;
  line-height:1.85!important;
  font-weight:700;
  text-shadow:0 1px 0 rgba(255,255,255,.7);
}

.hero-actions{
  width:172px!important;
  gap:9px!important;
}

.hero-actions .btn{
  width:100%;
  min-height:44px;
  border-radius:22px;
  font-size:13.5px;
}

.slider-ui{
  bottom:26px!important;
  width:auto!important;
  height:14px!important;
  gap:8px!important;
  z-index:6!important;
  display:flex!important;
}

.slider-dot{
  display:block;
  width:8px!important;
  height:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#d4dfe1!important;
  box-shadow:none!important;
}

.slider-dot.is-active{
  width:22px!important;
  background:#007f83!important;
}

@media (max-width:370px){
  .hero-slider{
    height:520px!important;
    min-height:520px!important;
  }

  .hero-content{
    right:20px;
    top:100px;
    width:164px;
  }

  .hero-content h1{
    font-size:25px!important;
  }

  .hero-content p{
    max-width:180px!important;
    font-size:11.7px!important;
  }

  .hero-actions{
    width:172px!important;
  }
}

/* Keep why-section artwork subtle so the text remains the hero of each strip. */
.why-card::before{
  background-size:auto 76%!important;
  background-position:left center!important;
  opacity:.58!important;
}

/* Keep the app bar independent from the hero slider. */
.site-header{
  position:fixed!important;
  top:0!important;
  right:auto!important;
  left:50%!important;
  z-index:90!important;
  transform:translateX(-50%)!important;
  background:linear-gradient(135deg,rgba(242,255,253,.98) 0%,rgba(235,250,246,.98) 54%,rgba(255,249,226,.98) 100%)!important;
  border-bottom:1px solid rgba(177,223,219,.85)!important;
  box-shadow:0 8px 22px rgba(18,96,92,.07)!important;
  backdrop-filter:blur(16px)!important;
  transition:min-height .24s ease, box-shadow .24s ease, background .24s ease!important;
}

main{
  padding-top:66px!important;
}

.header-inner{
  min-height:66px!important;
  transition:min-height .24s ease!important;
}

.brand{
  gap:7px!important;
}

.brand img{
  display:block!important;
  width:30px!important;
  height:30px!important;
  flex:0 0 auto!important;
}

.brand-name{
  font-size:28px!important;
  line-height:1!important;
}

.download-pill{
  min-height:32px!important;
  padding:7px 11px!important;
  font-size:11.2px!important;
  box-shadow:0 5px 12px rgba(0,127,131,.15)!important;
  transition:min-height .24s ease, padding .24s ease, font-size .24s ease, box-shadow .24s ease!important;
}

.hero-content{
  top:36px!important;
}

@media (max-width:370px){
  .hero-content{
    top:34px!important;
  }
}

.brand .brand-logo{
  display:block!important;
  width:82px!important;
  height:60px!important;
  object-fit:contain!important;
  transition:width .24s ease, height .24s ease!important;
}

.brand{
  min-width:92px!important;
  transform:translateX(60px)!important;
  transition:transform .24s ease, min-width .24s ease!important;
}

.site-header.is-scrolled{
  box-shadow:0 10px 24px rgba(18,96,92,.11)!important;
}

.site-header.is-scrolled .header-inner{
  min-height:56px!important;
}

.site-header.is-scrolled .brand .brand-logo{
  width:72px!important;
  height:50px!important;
}

.site-header.is-scrolled .download-pill{
  min-height:29px!important;
  padding:6px 10px!important;
  font-size:10.8px!important;
  box-shadow:0 4px 10px rgba(0,127,131,.13)!important;
}

@media (max-width:370px){
  .brand .brand-logo{
    width:76px!important;
    height:56px!important;
  }

  .brand{
    min-width:84px!important;
    transform:translateX(50px)!important;
  }

  .site-header.is-scrolled .header-inner{
    min-height:54px!important;
  }

  .site-header.is-scrolled .brand .brand-logo{
    width:68px!important;
    height:48px!important;
  }
}

.why-card::after{
  background:
    linear-gradient(90deg,rgba(255,255,255,.55),rgba(255,255,255,.94) 34%,rgba(255,255,255,.9) 100%)!important;
}

.why-card{
  grid-template-columns:72px minmax(0,1fr) 50px!important;
}

.why-text{
  padding-inline-start:2px;
}

@media (max-width:370px){
  .why-card{
    grid-template-columns:64px minmax(0,1fr) 46px!important;
  }

  .why-card::before{
    background-size:auto 68%!important;
    opacity:.5!important;
  }
}

/* Final why-section treatment: no left artwork, distinct premium card washes. */
.why-list{
  gap:8px!important;
}

.why-card{
  direction:ltr!important;
  grid-template-columns:minmax(0,1fr) 52px!important;
  column-gap:14px!important;
  min-height:84px!important;
  padding:10px 14px 10px 12px!important;
  border:1px solid transparent!important;
  border-radius:13px!important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,var(--why-border-a),var(--why-border-b)) border-box!important;
  box-shadow:0 10px 22px rgba(18,50,67,.07)!important;
}

.why-card.care{
  --why-border-a:#ccebd4;
  --why-border-b:#edf9e8;
  --why-wash:rgba(168,218,174,.42);
  --why-icon:#168565;
}

.why-card.calendar{
  --why-border-a:#d8d0ff;
  --why-border-b:#f4f1ff;
  --why-wash:rgba(198,186,255,.42);
  --why-icon:#6a55c8;
}

.why-card.certified{
  --why-border-a:#bde5f0;
  --why-border-b:#edfaff;
  --why-wash:rgba(140,213,226,.42);
  --why-icon:#087f9a;
}

.why-card.lock{
  --why-border-a:#bfe8df;
  --why-border-b:#edfbf8;
  --why-wash:rgba(153,218,203,.42);
  --why-icon:#007f83;
}

.why-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  opacity:1!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.78)),
    radial-gradient(circle at 4% 50%,var(--why-wash),transparent 42%)!important;
}

.why-card::after{
  content:""!important;
  position:absolute!important;
  inset:auto 0 0 0!important;
  height:34px!important;
  background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.48))!important;
}

.why-deco{
  display:none!important;
}

.why-text{
  direction:rtl!important;
  position:relative!important;
  z-index:2!important;
  min-width:0!important;
  padding:0!important;
  text-align:right!important;
  grid-column:1!important;
  align-self:center!important;
}

.why-text h3{
  margin:0 0 3px!important;
  color:#123243!important;
  font-size:14.5px!important;
  font-weight:900!important;
  line-height:1.25!important;
}

.why-text p{
  max-width:100%!important;
  color:#4b6173!important;
  font-size:10.5px!important;
  line-height:1.6!important;
}

.why-main-icon{
  position:relative!important;
  z-index:2!important;
  grid-column:2!important;
  justify-self:center!important;
  align-self:center!important;
  width:46px!important;
  height:46px!important;
  margin:0!important;
  transform:none!important;
  border-radius:17px!important;
  color:var(--why-icon)!important;
  background:linear-gradient(145deg,#ffffff,#f4ffff)!important;
  border:1px solid rgba(191,229,232,.95)!important;
  box-shadow:
    inset 0 0 0 4px rgba(234,248,248,.68),
    0 9px 17px rgba(0,127,131,.11)!important;
}

.why-main-icon svg{
  width:25px!important;
  height:25px!important;
  stroke-width:1.85!important;
}

@media (max-width:370px){
  .why-card{
    grid-template-columns:minmax(0,1fr) 48px!important;
    column-gap:10px!important;
    min-height:82px!important;
    padding-inline:9px!important;
  }

  .why-main-icon{
    width:43px!important;
    height:43px!important;
    border-radius:16px!important;
  }

  .why-text h3{
    font-size:13.5px!important;
  }

  .why-text p{
    font-size:9.8px!important;
  }
}

/* Trusted network section for landing-page credibility. */
.trusted-network .specialists-head{
  justify-content:center!important;
  margin-bottom:10px!important;
}

.trusted-network .specialists-head h2{
  text-align:center!important;
}

.network-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
  align-items:stretch;
}

.network-card{
  --network-a:#eafffb;
  --network-b:#ffffff;
  --network-line:#ccebed;
  --network-icon:#007f83;
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  justify-items:center;
  align-content:start;
  row-gap:7px;
  min-width:0;
  min-height:158px;
  overflow:hidden;
  padding:12px 6px 10px;
  border:1px solid var(--network-line);
  border-radius:10px;
  background:
    radial-gradient(circle at 4% 18%,rgba(255,255,255,.94),transparent 30%),
    linear-gradient(135deg,var(--network-a),var(--network-b));
  box-shadow:0 8px 17px rgba(16,71,83,.08);
  text-align:center;
}

.network-card::before{
  content:"";
  position:absolute;
  inset:auto -28px -44px -28px;
  height:82px;
  border-radius:50%;
  background:rgba(255,255,255,.42);
}

.network-card::after{
  content:"";
  position:absolute;
  left:50%;
  top:10px;
  width:44px;
  height:44px;
  border-radius:16px;
  background:rgba(255,255,255,.38);
  filter:blur(.2px);
  transform:translateX(-50%);
}

.network-card > div{
  position:relative;
  z-index:2;
  min-width:0;
}

.network-card h3{
  position:relative;
  z-index:2;
  margin:0 0 3px;
  color:#123243;
  font-size:11.5px;
  font-weight:900;
  line-height:1.28;
}

.network-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#4c6375;
  font-size:9.2px;
  line-height:1.5;
}

.network-icon{
  position:relative;
  z-index:2;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:var(--network-icon);
  background:linear-gradient(145deg,#ffffff,#f4ffff);
  border:1px solid rgba(195,231,234,.95);
  box-shadow:
    inset 0 0 0 4px rgba(234,248,248,.68),
    0 9px 17px rgba(0,127,131,.1);
}

.network-icon svg{
  width:23px;
  height:23px;
}

.network-card.licensed{
  --network-a:#eefbf6;
  --network-b:#ffffff;
  --network-line:#caeadb;
  --network-icon:#168565;
}

.network-card.specialties{
  --network-a:#f2efff;
  --network-b:#ffffff;
  --network-line:#ddd6ff;
  --network-icon:#6652c8;
}

.network-card.reviewed{
  --network-a:#eafaff;
  --network-b:#ffffff;
  --network-line:#c8eaf2;
  --network-icon:#087f9a;
}

@media (min-width:760px){
  .network-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .network-card{
    min-height:168px;
    padding:14px 8px 12px;
  }
}

@media (max-width:370px){
  .network-grid{
    gap:6px;
  }

  .network-card{
    min-height:154px;
    padding-inline:5px;
  }

  .network-icon{
    width:39px;
    height:39px;
    border-radius:14px;
  }

  .network-icon svg{
    width:21px;
    height:21px;
  }

  .network-card h3{
    font-size:10.7px;
  }

  .network-card p{
    font-size:8.6px;
  }
}

/* Keep original stats styling, but display the metrics in the intended RTL order. */
.stat:nth-child(4){order:1}
.stat:nth-child(3){order:2}
.stat:nth-child(2){order:3}
.stat:nth-child(1){order:4}
.stat:nth-child(1):before{content:none}

/* Customer reviews carousel. */
.duo > div{
  min-width:0;
}

.reviews{
  overflow:hidden!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}

.reviews-track{
  display:flex;
  direction:rtl;
  width:100%;
  min-width:0;
  gap:7px;
  align-items:stretch;
  will-change:transform;
  transition:none;
}

.reviews-track.is-marquee{
  animation:reviewsMarquee var(--reviews-marquee-duration, 46s) linear infinite;
}

.reviews-track.is-paused{
  animation-play-state:paused;
}

@keyframes reviewsMarquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(var(--reviews-marquee-distance, 640px),0,0)}
}

.reviews .review-card{
  flex:0 0 calc((100% - 7px) / 2);
  display:flex;
  flex-direction:column;
  min-height:124px;
  overflow:hidden;
}

.reviews .review-card::before{
  left:10px!important;
  top:4px!important;
  color:#b7a6ff;
  font-size:34px!important;
  line-height:1!important;
  opacity:.34;
  pointer-events:none;
}

.reviews .review-card p{
  position:relative;
  z-index:1;
  flex:1;
  margin:0 0 10px!important;
  padding-top:16px;
}

.review-meta{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
  margin-top:auto;
  min-width:0;
}

.review-meta .name,
.review-meta .stars{
  white-space:nowrap;
  line-height:1.2;
}

.review-meta .name{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}

.review-meta .stars{
  flex:0 0 auto;
  letter-spacing:0;
}

@media (prefers-reduced-motion:reduce){
  .reviews-track{
    animation:none!important;
    transition:none;
  }
}

/* FAQ rows should read naturally in Arabic: question on the right, control on the left. */
.faq summary{
  position:relative;
  display:block!important;
  padding-right:12px!important;
  padding-left:38px!important;
  text-align:right!important;
  direction:rtl;
}

.faq summary::before{
  position:absolute;
  left:8px;
  top:50%;
  transform:translateY(-50%);
}

.faq details[open] summary::before{
  transform:translateY(-50%) rotate(180deg);
}

/* Refined typography and color system. */
:root{
  --font-ar:"IBM Plex Sans Arabic","Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif;
  --ink:#102f3d;
  --muted:#526879;
  --title:#073f4a;
  --title-soft:#0c6370;
  --body:#2d4758;
}

body,
button,
input,
select,
textarea{
  font-family:var(--font-ar)!important;
}

body{
  color:var(--body)!important;
  font-weight:500;
}

h1,
h2,
h3,
.section-title,
.methods h2,
.specialists-head h2,
.page-card h1,
.form-title h2,
.timeline h2,
.policy-item h2{
  color:var(--title)!important;
  font-weight:900!important;
  letter-spacing:0!important;
}

.page-card h1,
.form-title h2{
  background:linear-gradient(135deg,#064d58 0%,#078b90 58%,#86a93a 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}

p,
li,
.page-card p,
.form-title p,
.field label,
.timeline p,
.policy-item p,
.policy-item li{
  color:var(--muted)!important;
}

.badge,
.step.is-active,
.all-link,
.copy-btn{
  color:var(--title-soft)!important;
}

.btn,
.download-pill{
  font-weight:800!important;
  letter-spacing:0!important;
}

.wizard-card,
.track-card,
.policy-card,
.page-card{
  border-color:rgba(183,224,222,.9)!important;
}

.hero,
.hero *,
.methods,
.methods *,
.section,
.section *,
.footer,
.footer *{
  font-family:var(--font-ar)!important;
}

.hero-content h1{
  font-weight:700!important;
  color:#0a3a46!important;
}

.hero-content p{
  font-weight:500!important;
  color:#385668!important;
}

/* Final typography lock across every screen. */
html,
body,
body *{
  font-family:var(--font-ar)!important;
  letter-spacing:0!important;
}

h1,
h2,
h3,
h4,
.hero-content h1,
.methods h2,
.section-title,
.specialists-head h2,
.cta-content h2,
.page-card h1,
.form-title h2,
.timeline h2,
.policy-item h2{
  font-weight:700!important;
}

p,
li,
small,
label,
summary,
input,
select,
textarea,
.hero-content p,
.method-card p,
.why-text p,
.doc-card p,
.review-card p,
.field label,
.form-title p,
.page-card p{
  font-weight:400!important;
}

.btn,
.download-pill,
.badge,
.step,
.chip span,
.check-item,
.method-card h3,
.why-text h3,
.doc-card h3{
  font-weight:600!important;
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea,
.track-input.is-invalid,
.upload-item.is-invalid,
.check-item.is-invalid{
  border-color:#dc3545!important;
  box-shadow:0 0 0 3px rgba(220,53,69,.1)!important;
}

.field.is-invalid .chips{
  padding:8px;
  border:1px solid #dc3545;
  border-radius:16px;
  background:rgba(220,53,69,.035);
}

.field-error{
  display:block;
  width:100%;
  margin-top:6px;
  color:#dc3545!important;
  font-size:11.5px;
  line-height:1.5;
  text-align:right;
}

.track-error{
  display:block;
  color:#9f2f38!important;
  background:#fff5f5;
  border:1px solid #ffd2d6;
  border-radius:14px;
  padding:10px 12px;
  font-size:12px;
  line-height:1.7;
  text-align:right;
}

.check-item .field-error,
.upload-item .field-error{
  grid-column:1 / -1;
  flex-basis:100%;
  margin-top:4px;
}

.check-item.is-invalid{
  flex-wrap:wrap;
}

/* Robust mobile header and form containment. */
.header-inner{
  position:relative!important;
  display:block!important;
}

.menu-btn{
  position:absolute!important;
  top:50%!important;
  right:0!important;
  transform:translateY(-50%)!important;
}

.brand{
  position:absolute!important;
  top:50%!important;
  right:38px!important;
  min-width:0!important;
  transform:translateY(-50%)!important;
}

.download-pill{
  position:absolute!important;
  top:50%!important;
  left:0!important;
  max-width:122px!important;
  min-width:0!important;
  transform:translateY(-50%)!important;
  white-space:nowrap!important;
}

.site-header.is-scrolled .brand{
  transform:translateY(-50%)!important;
}

.wizard-card,
.track-card,
.policy-card,
.page-card{
  min-width:0!important;
  max-width:100%!important;
}

.field,
.upload-item,
.track-card,
.timeline,
.admin-note,
.help-box{
  min-width:0!important;
  max-width:100%!important;
}

.field input,
.field select,
.field textarea,
.track-input input{
  min-width:0!important;
}

.upload-row{
  align-items:center!important;
}

.upload-row > div{
  min-width:0!important;
  flex:1 1 auto!important;
}

.upload-row .btn{
  flex:0 0 auto!important;
}

.upload-name,
.upload-meta,
.summary-row strong,
.summary-row span,
.tl-content h3,
.tl-content p{
  overflow-wrap:anywhere!important;
}

@media (max-width:370px){
  .brand{
    right:36px!important;
  }

  .download-pill{
    max-width:112px!important;
    padding-inline:8px!important;
  }
}

.form-actions{
  flex-wrap:wrap!important;
}

.form-actions > .field-error{
  flex:0 0 100%!important;
  margin:0 0 2px!important;
}

/* Polished mobile menu and app-download coming-soon dialog. */
.nav-pop{
  display:none!important;
  gap:8px!important;
  padding:12px!important;
  border-radius:24px!important;
  border:1px solid rgba(174,223,222,.95)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(241,255,253,.97)),
    radial-gradient(circle at 0 0,rgba(245,194,27,.16),transparent 32%)!important;
  box-shadow:0 18px 44px rgba(7,70,76,.14)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  backdrop-filter:blur(18px)!important;
}

.nav-pop.is-open{
  display:grid!important;
}

.nav-pop a{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:46px!important;
  padding:10px 42px 10px 14px!important;
  border:1px solid rgba(203,234,235,.95)!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#ffffff,#f7ffff)!important;
  color:#123243!important;
  font-size:13.5px!important;
  font-weight:700!important;
  box-shadow:0 8px 18px rgba(18,88,94,.07)!important;
}

.nav-pop a::before{
  content:""!important;
  position:absolute!important;
  right:14px!important;
  top:50%!important;
  width:16px!important;
  height:16px!important;
  border-radius:6px!important;
  background:
    radial-gradient(circle at 70% 32%,#f5c21b 0 27%,transparent 28%),
    linear-gradient(135deg,#08a7ad,#007f83)!important;
  transform:translateY(-50%) rotate(8deg)!important;
  box-shadow:0 5px 10px rgba(0,127,131,.16)!important;
}

.nav-pop a::after{
  content:"›"!important;
  color:#0a8c93!important;
  font-size:19px!important;
  line-height:1!important;
  transform:rotate(180deg)!important;
}

.nav-pop a:hover,
.nav-pop a:focus-visible{
  border-color:#7fd4d6!important;
  background:linear-gradient(135deg,#eefefd,#ffffff)!important;
  color:#007f83!important;
  outline:0!important;
}

body.modal-open{
  overflow:hidden!important;
}

.download-soon{
  position:fixed;
  inset:0;
  z-index:300;
  display:grid;
  place-items:center;
  padding:22px;
  background:rgba(8,38,47,.36);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}

.download-soon.is-open{
  opacity:1;
  pointer-events:auto;
}

.download-soon-card{
  position:relative;
  width:min(100%,330px);
  padding:28px 22px 22px;
  border:1px solid rgba(189,231,230,.95);
  border-radius:28px;
  background:
    radial-gradient(circle at 16% 12%,rgba(245,194,27,.18),transparent 34%),
    linear-gradient(145deg,#ffffff,#f2fffe);
  box-shadow:0 22px 55px rgba(4,48,57,.2);
  text-align:center;
  transform:translateY(8px) scale(.97);
  transition:transform .22s ease;
}

.download-soon.is-open .download-soon-card{
  transform:none;
}

.download-soon-close{
  position:absolute;
  top:12px;
  left:12px;
  width:34px;
  height:34px;
  border:1px solid #d8ecef;
  border-radius:50%;
  background:#fff;
  color:#345469;
  font-size:22px;
  line-height:1;
}

.download-soon-mark{
  width:58px;
  height:58px;
  margin:0 auto 10px;
  display:grid;
  place-items:center;
  border-radius:20px;
  color:#007f83;
  background:linear-gradient(145deg,#eafffb,#ffffff);
  border:1px solid #c8eced;
  box-shadow:inset 0 0 0 5px rgba(233,250,249,.82),0 10px 22px rgba(0,127,131,.12);
}

.download-soon-mark svg{
  width:31px;
  height:31px;
}

.download-soon h2{
  margin:0 0 6px!important;
  color:#007f83!important;
  font-size:30px!important;
  font-weight:800!important;
}

.download-soon p{
  margin:0!important;
  color:#4f6676!important;
  font-size:13.5px!important;
  line-height:1.8!important;
}

/* Cross-device containment pass for iPhone/Safari and narrow Android screens. */
html{
  min-height:100%;
  min-height:-webkit-fill-available;
}

body{
  min-height:100%;
  min-height:-webkit-fill-available;
}

.site-header,
.methods-inner{
  -webkit-backdrop-filter:blur(16px)!important;
}

.page-hero,
.wizard-wrap,
.track-wrap,
.policy-wrap{
  width:min(calc(100% - 28px), 390px)!important;
  max-width:390px!important;
  margin-right:auto!important;
  margin-left:auto!important;
}

.wizard-card,
.track-card,
.policy-card,
.page-card{
  width:100%!important;
  overflow:hidden!important;
}

.track-form,
.track-form .field,
.track-input,
.track-form .btn,
.timeline,
.help-box{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-right:0!important;
  margin-left:0!important;
}

.track-input{
  display:flex!important;
  overflow:hidden!important;
}

.track-input input{
  flex:1 1 auto!important;
  width:1%!important;
  min-width:0!important;
  max-width:100%!important;
  font-size:clamp(14px,4vw,18px)!important;
}

.track-input button{
  flex:0 0 44px!important;
}

@media (max-width:370px){
  .page-hero,
  .wizard-wrap,
  .track-wrap,
  .policy-wrap{
    width:calc(100% - 24px)!important;
  }

  .wizard-card,
  .track-card,
  .policy-card,
  .page-card{
    border-radius:24px!important;
    padding:16px!important;
  }

  .track-input{
    padding:6px!important;
  }

  .track-input button{
    flex-basis:40px!important;
    width:40px!important;
    height:40px!important;
  }
}
