@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap");
/* ============================================================
   Professional UI layer — visual-only override.
   Keeps business logic, URLs, forms and JS behavior untouched.
   ============================================================ */

:root{
  --ui-bg:#f6f7fb;
  --ui-surface:#ffffff;
  --ui-surface-2:#f9fafc;
  --ui-text:#151827;
  --ui-muted:#737a8d;
  --ui-line:#e8eaf0;
  --ui-success:#167c5a;
  --ui-success-bg:#eaf8f1;
  --ui-warning:#a85c18;
  --ui-warning-bg:#fff5e8;
  --ui-review:#6c56c9;
  --ui-review-bg:#f1efff;
  --ui-danger:#b8354d;
  --ui-shadow:0 18px 55px rgba(30,35,55,.08);
  --ui-shadow-soft:0 8px 30px rgba(30,35,55,.06);
  --ui-radius-xl:30px;
  --ui-radius-lg:22px;
  --ui-radius-md:16px;
}
*{box-sizing:border-box}
body{
  background:
    radial-gradient(circle at 90% -10%,rgba(111,23,95,.045),transparent 35%),
    var(--page-bg,var(--ui-bg));
  color:var(--ui-text);
  font-family:"Tajawal","Segoe UI",Tahoma,Arial,sans-serif;
}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pro-header{
  position:sticky;top:0;z-index:60;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(21,24,39,.07);
  backdrop-filter:blur(18px);
}
.pro-header .nav-row{height:74px}
.brand-logo-wrap{
  width:44px;height:44px;border-radius:15px;overflow:hidden;
  background:#fff;border:1px solid var(--ui-line);display:grid;place-items:center;
}
.brand-logo-wrap img{width:100%;height:100%;object-fit:cover;border-radius:0}
.brand-logo-fallback{
  width:44px;height:44px;border-radius:15px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:900;
}
.brand-name{font-size:1.12rem;font-weight:900}
.track-link-pro{
  display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:13px;
  color:var(--brand);background:rgba(111,23,95,.05);transition:.18s;
}
.track-link-pro:hover{background:rgba(111,23,95,.09)}
.track-link-pro svg{width:19px;height:19px}
.pro-mobile-nav svg{width:22px;height:22px}

/* shared */
.pro-kicker{
  display:inline-block;font-size:.76rem;letter-spacing:.02em;font-weight:900;
  color:rgba(255,255,255,.75);margin-bottom:8px;
}
.pro-kicker-dark{color:var(--brand)}
.pro-btn{
  min-height:48px;padding:12px 18px;border:0;border-radius:14px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  text-decoration:none;font-weight:900;font:inherit;cursor:pointer;transition:.18s;
}
.pro-btn svg{width:19px;height:19px}
.pro-btn:hover{transform:translateY(-1px)}
.pro-btn-light{background:#fff;color:var(--brand);box-shadow:0 10px 28px rgba(0,0,0,.12)}
.pro-btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 12px 28px rgba(75,20,65,.16)}
.pro-btn-secondary{background:#f2f3f7;color:#34384a}
.pro-btn-wide{width:100%}
.pro-text-link{color:#fff;text-decoration:none;font-weight:800;opacity:.82}
.pro-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.pro-section-head h2{font-size:clamp(1.75rem,3vw,2.35rem);margin:0 0 6px}
.pro-section-head p{margin:0;color:var(--ui-muted)}
.section-count{padding:8px 11px;border-radius:999px;background:#fff;border:1px solid var(--ui-line);color:var(--ui-muted);font-size:.78rem;font-weight:800}
.pro-empty-state{padding:34px;border-radius:20px;border:1px dashed #d9dce5;text-align:center;color:var(--ui-muted);background:#fff}
.pro-empty-state svg{width:34px;height:34px;display:block;margin:0 auto 10px;color:var(--brand)}
.pro-empty-state b,.pro-empty-state span{display:block}.pro-empty-state span{margin-top:5px}

/* HOME — hero + banner in one row */
.home-showcase{padding:34px 0 10px}
.home-showcase-grid{
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:18px;align-items:stretch;
}
.home-hero-panel{
  position:relative;overflow:hidden;min-height:410px;border-radius:32px;padding:38px;
  background:
    radial-gradient(circle at 18% 20%,rgba(255,255,255,.16),transparent 32%),
    linear-gradient(135deg,var(--brand),var(--brand-2));
  color:#fff;box-shadow:0 26px 65px rgba(67,19,58,.18);
  display:flex;flex-direction:column;justify-content:space-between;
}
.hero-orb{position:absolute;border-radius:999px;background:rgba(255,255,255,.07);pointer-events:none}
.hero-orb-one{width:250px;height:250px;left:-90px;bottom:-90px}
.hero-orb-two{width:120px;height:120px;left:32%;top:-45px}
.home-hero-content{position:relative;z-index:2;max-width:650px}
.home-hero-content h1{font-size:clamp(2.35rem,4.7vw,4.7rem);line-height:1.03;margin:4px 0 16px;letter-spacing:-.03em}
.home-hero-content p{font-size:1.03rem;line-height:1.85;max-width:620px;color:rgba(255,255,255,.84);margin:0 0 22px}
.home-hero-actions{display:flex;align-items:center;gap:17px;flex-wrap:wrap}
.hero-steps-pro{
  position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;
  margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.17);
}
.hero-step-pro{display:flex;gap:10px;align-items:center;min-width:0}
.hero-step-pro>span{
  width:39px;height:39px;display:grid;place-items:center;border-radius:13px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);
  font-size:.72rem;font-weight:900;
}
.hero-step-pro b,.hero-step-pro small{display:block}
.hero-step-pro b{font-size:.82rem}.hero-step-pro small{font-size:.67rem;color:rgba(255,255,255,.66);margin-top:2px}
.home-banner-column{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(190px,1fr);
  gap:12px;min-height:410px;
}
.home-banner-card{
  position:relative;border-radius:28px;overflow:hidden;background-size:cover;background-position:center;
  min-height:190px;box-shadow:var(--ui-shadow-soft);
}
.home-banner-card:first-child:nth-last-child(1){grid-column:1/-1}
.home-banner-card.home-banner-main:nth-last-child(n+2){grid-column:1/-1;min-height:245px}
.home-banner-overlay{
  position:absolute;inset:0;padding:22px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;
}
.banner-chip{align-self:flex-start;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(8px);font-size:.7rem;font-weight:800}
.home-banner-card h2{font-size:1.65rem;margin:0 0 5px}.home-banner-card p{margin:0;color:rgba(255,255,255,.78);line-height:1.6}
.banner-action{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:#fff;text-decoration:none;font-weight:800;font-size:.82rem}.banner-action svg{width:17px;height:17px}
.home-banner-empty{border:1px dashed #d9dce5;border-radius:28px;display:grid;place-items:center;align-content:center;text-align:center;padding:28px;color:var(--ui-muted);background:#fff}.home-banner-empty b,.home-banner-empty small{display:block}.home-banner-empty small{margin-top:5px;line-height:1.6}.banner-empty-icon svg{width:34px;height:34px;color:var(--brand)}
.services-section-pro{padding:46px 0 90px}
.category-grid-pro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.category-card-pro{
  min-width:0;background:#fff;border:1px solid var(--ui-line);border-radius:22px;
  padding:16px;display:flex;gap:14px;align-items:center;text-decoration:none;color:var(--ui-text);
  box-shadow:0 7px 24px rgba(30,35,55,.045);transition:.18s;
}
.category-card-pro:hover{transform:translateY(-3px);box-shadow:var(--ui-shadow);border-color:rgba(111,23,95,.18)}
.category-media-pro{width:74px;height:74px;border-radius:19px;flex:0 0 auto;overflow:hidden;background:linear-gradient(135deg,#f5edf4,#f3eff9);display:grid;place-items:center}
.category-media-pro img{width:100%;height:100%;object-fit:cover}.category-icon-pro{font-size:1.8rem}
.category-body-pro{min-width:0;flex:1}.category-title-row{display:flex;justify-content:space-between;gap:8px;align-items:center}.category-title-row h3{margin:0;font-size:1.04rem}.category-arrow{width:31px;height:31px;border-radius:10px;background:#f4f1f5;color:var(--brand);display:grid;place-items:center}.category-arrow svg{width:16px;height:16px}
.category-body-pro p{margin:5px 0;color:var(--ui-muted);line-height:1.55;font-size:.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.category-meta-pro span{font-size:.7rem;color:var(--brand);font-weight:800}

/* category / order */
.service-head-pro{padding:30px 0 10px}
.service-head-card{
  background:#fff;border:1px solid var(--ui-line);border-radius:28px;padding:25px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:var(--ui-shadow-soft);
}
.service-head-main{min-width:0}.pro-back-link{display:inline-flex;align-items:center;gap:5px;color:var(--brand);font-weight:800;text-decoration:none;font-size:.8rem;margin-bottom:14px}.pro-back-link svg{width:16px;height:16px}
.service-identity{display:flex;gap:16px;align-items:center}.service-icon-pro{width:76px;height:76px;border-radius:22px;overflow:hidden;flex:0 0 auto;background:linear-gradient(135deg,#f3eaf1,#f0ecf8);display:grid;place-items:center;font-size:2rem}.service-icon-pro img{width:100%;height:100%;object-fit:cover}
.service-identity h1{font-size:clamp(2rem,4vw,3rem);margin:0 0 7px}.service-identity p{margin:0;color:var(--ui-muted);line-height:1.65}
.service-head-badge{flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;background:#f7f4f7;color:var(--brand)}.service-head-badge svg{width:27px;height:27px}.service-head-badge small,.service-head-badge b{display:block}.service-head-badge small{font-size:.67rem;color:var(--ui-muted);margin-bottom:2px}
.instructions-pro{margin-top:10px;padding:13px 16px;border-radius:17px;background:#fff8ec;border:1px solid #f6e3bd;display:flex;gap:11px;align-items:flex-start}.instruction-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#9b651f;background:#ffedc9;flex:0 0 auto}.instruction-icon svg{width:20px;height:20px}.instructions-pro b{font-size:.83rem}.instructions-pro p{margin:3px 0 0;color:#7f694d;font-size:.78rem;line-height:1.6}
.order-workspace{padding:18px 0 100px}
.order-layout-pro{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}
.order-main-column{display:grid;gap:16px}.form-section-pro{background:#fff;border:1px solid var(--ui-line);border-radius:25px;padding:24px;box-shadow:var(--ui-shadow-soft)}
.form-section-head-pro{display:flex;gap:12px;align-items:center;margin-bottom:22px}.section-number-pro{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:900;box-shadow:0 8px 18px rgba(85,22,72,.15)}
.form-section-head-pro h2{margin:0;font-size:1.35rem}.form-section-head-pro p{margin:3px 0 0;color:var(--ui-muted);font-size:.82rem}
.pro-form-grid{gap:14px;margin-bottom:0}.pro-field label{font-size:.86rem;margin-bottom:7px}.pro-field .form-control{min-height:50px;border-color:#e0e3ea;border-radius:13px;background:#fbfbfd}.pro-field .form-control:focus{background:#fff}
.pro-choice-grid{gap:9px}.pro-choice-card{display:flex;align-items:center;gap:9px;padding:12px 13px;min-height:58px;border-radius:14px}.pro-choice-card input{position:absolute;opacity:0}.choice-indicator{width:18px;height:18px;border:2px solid #c8ccd6;border-radius:999px;flex:0 0 auto;position:relative}.pro-choice-card:has(input:checked) .choice-indicator{border-color:var(--brand)}.pro-choice-card:has(input:checked) .choice-indicator:after{content:"";position:absolute;inset:3px;border-radius:999px;background:var(--brand)}
.checkbox-choice .choice-indicator{border-radius:5px}.checkbox-choice:has(input:checked) .choice-indicator:after{border-radius:2px}.choice-text b{font-size:.84rem}.choice-text small{font-size:.68rem}
.pro-upload-box{min-height:170px!important;border-radius:18px!important;background:#fbfbfd!important;border-color:#d7dae3!important}.pro-upload-trigger{min-height:155px!important}.upload-icon-pro{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#f2eaf1;color:var(--brand);margin-bottom:8px}.upload-icon-pro svg{width:23px;height:23px}.pro-upload-trigger b{font-size:1rem}.upload-hint-pro{display:block!important;font-size:.7rem!important;color:#9a9ead!important;margin-top:8px!important}
.order-side-column{position:sticky;top:94px}.pro-invoice{margin:0!important;padding:22px!important;border-radius:24px!important;border:1px solid var(--ui-line)!important;background:#fff!important;box-shadow:var(--ui-shadow)!important}
.invoice-icon-pro{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#f3e8f0,#eeeafa);color:var(--brand);display:grid;place-items:center;margin-bottom:13px}.invoice-icon-pro svg{width:25px;height:25px}.invoice-title-pro h3{font-size:1.35rem;margin:0 0 4px}.invoice-title-pro p{font-size:.76rem;color:var(--ui-muted);margin:0 0 14px}.pro-live-lines{padding:8px 0;border-top:1px solid var(--ui-line);border-bottom:1px solid var(--ui-line);margin-bottom:4px}.invoice-row-pro{display:flex;justify-content:space-between;padding:10px 0;font-size:.83rem}.invoice-row-pro span{color:var(--ui-muted)}.invoice-total-pro{margin-top:7px;padding:15px;border-radius:15px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;display:flex;justify-content:space-between;align-items:center}.invoice-total-pro b{font-size:1.28rem}.invoice-secure-pro{display:flex;gap:8px;align-items:flex-start;margin:13px 0;color:var(--ui-muted);font-size:.7rem;line-height:1.5}.invoice-secure-pro svg{width:18px;height:18px;flex:0 0 auto;color:var(--ui-success)}.order-submit-mobile{display:none}

/* process pages */
.process-page{padding:34px 0 100px}.process-shell{max-width:1120px}.process-stepper{max-width:760px;margin:0 auto 22px;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center}.process-step{display:flex;align-items:center;gap:9px;color:#a0a5b2}.process-step b,.process-step small{display:block;white-space:nowrap}.process-step b{font-size:.78rem}.process-step small{font-size:.65rem;margin-top:2px}.process-step-icon{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:#eef0f4;font-size:.75rem;font-weight:900}.process-step-icon svg{width:18px;height:18px}.process-line{height:2px;background:#e4e6ec;margin:0 11px}.process-step.active{color:var(--brand)}.process-step.active .process-step-icon{background:#f2e8f0;color:var(--brand);box-shadow:0 0 0 4px rgba(111,23,95,.05)}.process-step.done{color:var(--ui-success)}.process-step.done .process-step-icon{background:var(--ui-success-bg);color:var(--ui-success)}.process-line.done{background:#b8e5d2}
.process-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}.process-main-card,.process-summary-card{background:#fff;border:1px solid var(--ui-line);border-radius:26px;box-shadow:var(--ui-shadow-soft)}.process-main-card{padding:28px}.process-summary-card{padding:22px;position:sticky;top:94px}.process-heading h1{font-size:clamp(2rem,4vw,3rem);margin:3px 0 8px}.process-heading p{margin:0;color:var(--ui-muted);line-height:1.75}.agreement-card-pro{margin-top:22px;border:1px solid var(--ui-line);border-radius:20px;overflow:hidden}.agreement-head-pro{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f8fb;border-bottom:1px solid var(--ui-line)}.agreement-symbol{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#f0e8ef;color:var(--brand)}.agreement-symbol svg{width:23px;height:23px}.agreement-head-pro h2{margin:0;font-size:1.15rem}.agreement-head-pro span{display:block;color:var(--ui-muted);font-size:.7rem;margin-top:3px}.agreement-scroll{max-height:360px;overflow:auto;padding:20px;line-height:1.95;color:#444a5a;font-size:.88rem;background:#fff}.agreement-scroll p:first-child{margin-top:0}
.agreement-action-pro{margin-top:16px}.legal-check-pro{position:relative;display:flex;gap:10px;align-items:flex-start;border:1px solid var(--ui-line);border-radius:16px;padding:14px;cursor:pointer;background:#fbfbfd;margin-bottom:12px}.legal-check-pro>input{position:absolute;opacity:0}.legal-check-box{width:24px;height:24px;border:2px solid #cdd1da;border-radius:8px;display:grid;place-items:center;flex:0 0 auto}.legal-check-box svg{width:16px;height:16px;opacity:0}.legal-check-pro:has(input:checked){border-color:rgba(111,23,95,.25);background:#fbf7fa}.legal-check-pro:has(input:checked) .legal-check-box{border-color:var(--brand);background:var(--brand);color:#fff}.legal-check-pro:has(input:checked) .legal-check-box svg{opacity:1}.legal-check-copy b,.legal-check-copy small{display:block}.legal-check-copy b{font-size:.84rem}.legal-check-copy small{color:var(--ui-muted);font-size:.72rem;line-height:1.6;margin-top:3px}.legal-save-note{margin-top:10px;display:flex;gap:7px;align-items:center;justify-content:center;color:var(--ui-muted);font-size:.7rem}.legal-save-note svg{width:17px;height:17px;color:var(--ui-success)}
.process-order-code{margin:10px 0 14px;padding:10px;border-radius:12px;background:#f7f7fa;font-weight:900;direction:ltr;text-align:center;letter-spacing:.03em}.summary-item-pro{padding:12px 0;border-bottom:1px solid var(--ui-line);display:flex;justify-content:space-between;gap:10px}.summary-item-pro span{color:var(--ui-muted);font-size:.76rem}.summary-item-pro b{font-size:.8rem}.summary-price{color:var(--brand)}.status-pill-pro{display:inline-block;padding:5px 7px;border-radius:999px;font-size:.68rem}.status-waiting{background:var(--ui-warning-bg);color:var(--ui-warning)}.summary-note-pro{margin-top:14px;padding:12px;border-radius:14px;background:#f7f7fa;display:flex;gap:8px;align-items:flex-start;color:var(--ui-muted);font-size:.7rem;line-height:1.55}.summary-note-pro svg{width:17px;height:17px;flex:0 0 auto;color:var(--brand)}

/* payment */
.accepted-strip-pro{margin:18px 0;padding:12px 14px;border-radius:15px;background:var(--ui-success-bg);color:var(--ui-success);display:flex;gap:9px;align-items:center}.accepted-icon{width:28px;height:28px;border-radius:9px;background:#fff;display:grid;place-items:center;flex:0 0 auto}.accepted-icon svg{width:16px;height:16px}.accepted-strip-pro b,.accepted-strip-pro small{display:block}.accepted-strip-pro b{font-size:.8rem}.accepted-strip-pro small{font-size:.67rem;margin-top:2px}
.amount-card-pro{padding:18px 20px;border-radius:19px;background:linear-gradient(135deg,#1d2032,#342d73);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.amount-card-pro span,.amount-card-pro small{display:block}.amount-card-pro>div small{opacity:.65;margin-top:4px;font-size:.68rem}.amount-card-pro strong{font-size:2rem}.amount-card-pro strong small{font-size:.75rem;display:inline}
.bank-card-pro{border:1px solid var(--ui-line);border-radius:20px;padding:18px}.bank-head-pro{display:flex;justify-content:space-between;align-items:center}.bank-head-pro h2{margin:0;font-size:1.2rem}.bank-icon-pro{width:44px;height:44px;border-radius:14px;background:#eef5ff;color:#3e68a8;display:grid;place-items:center}.bank-icon-pro svg{width:23px;height:23px}.bank-details-pro{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.bank-details-pro>div{padding:12px;border-radius:13px;background:#f8f8fa}.bank-details-pro .full{grid-column:1/-1}.bank-details-pro small,.bank-details-pro b{display:block}.bank-details-pro small{color:var(--ui-muted);font-size:.68rem;margin-bottom:3px}.bank-details-pro b{font-size:.82rem}.bank-details-pro .iban{direction:ltr;text-align:right;word-break:break-all}
.payment-alert-pro{margin-top:14px;padding:13px;border-radius:15px;background:#fff0f2;color:#9c3144;display:flex;gap:10px}.payment-alert-pro>span{width:32px;height:32px;border-radius:10px;background:#fff;display:grid;place-items:center;flex:0 0 auto}.payment-alert-pro svg{width:18px;height:18px}.payment-alert-pro b{font-size:.8rem}.payment-alert-pro p{margin:3px 0 0;font-size:.72rem}
.payment-upload-form-pro{margin-top:16px}.payment-proof-box{border:1px dashed #d5d8e1;border-radius:17px;background:#fbfbfd;padding:15px;display:flex;gap:12px;align-items:center}.proof-icon-pro{width:45px;height:45px;border-radius:14px;background:#f1eaf0;color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.proof-icon-pro svg{width:23px;height:23px}.payment-proof-box .field{flex:1}.payment-proof-box label{font-size:.82rem}.payment-proof-box input{margin-top:4px}.payment-actions-pro{display:grid;grid-template-columns:1fr .38fr;gap:9px;margin-top:12px}.payment-help-card h3{font-size:1.2rem;margin:3px 0 15px}.help-list-pro{display:grid;gap:10px}.help-list-pro>div{display:flex;gap:9px;align-items:flex-start}.help-list-pro>div>span{width:28px;height:28px;border-radius:9px;background:#f1eaf0;color:var(--brand);display:grid;place-items:center;font-size:.7rem;font-weight:900;flex:0 0 auto}.help-list-pro p{margin:4px 0 0;color:var(--ui-muted);font-size:.73rem;line-height:1.5}
.success-stage-shell{max-width:650px;padding-top:30px}.success-stage-card{background:#fff;border:1px solid var(--ui-line);border-radius:28px;padding:40px;text-align:center;box-shadow:var(--ui-shadow)}.success-stage-icon{width:72px;height:72px;border-radius:24px;background:var(--ui-success-bg);color:var(--ui-success);display:grid;place-items:center;margin:0 auto 16px}.success-stage-icon svg{width:34px;height:34px}.success-stage-card h1{font-size:2rem;margin:4px 0 8px}.success-stage-card p{color:var(--ui-muted);line-height:1.7;margin:0 auto 20px;max-width:500px}

/* tracking */
.tracking-page-pro{padding:38px 0 100px}.tracking-shell-pro{max-width:1160px}.tracking-search-card{max-width:880px;margin:28px auto;background:#fff;border:1px solid var(--ui-line);border-radius:28px;padding:30px;box-shadow:var(--ui-shadow)}.tracking-search-icon{width:58px;height:58px;border-radius:18px;background:#f2eaf1;color:var(--brand);display:grid;place-items:center}.tracking-search-icon svg{width:28px;height:28px}.tracking-search-heading{margin:14px 0 20px}.tracking-search-heading h1{font-size:2.25rem;margin:0 0 6px}.tracking-search-heading p{margin:0;color:var(--ui-muted)}.track-form-pro{grid-template-columns:1fr 1fr auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;right:13px;top:50%;transform:translateY(-50%);width:19px;height:19px;color:#9da2ae}.input-with-icon input{padding-right:42px}.track-search-btn{align-self:end;min-height:50px}.track-info-note{margin-top:12px;padding:11px;border-radius:13px;background:#f7f7fa;color:var(--ui-muted);display:flex;gap:8px;align-items:center;font-size:.75rem}.track-info-note svg{width:17px;height:17px}
.tracking-header-pro{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.tracking-header-pro h1{font-size:clamp(2rem,4vw,3rem);margin:0 0 6px}.tracking-header-pro p{margin:0;color:var(--ui-muted)}.tracking-code-pro{padding:12px 16px;border-radius:15px;background:#fff;border:1px solid var(--ui-line);box-shadow:var(--ui-shadow-soft);direction:ltr;text-align:left}.tracking-code-pro small,.tracking-code-pro b{display:block}.tracking-code-pro small{color:var(--ui-muted);font-size:.66rem;margin-bottom:2px}.tracking-code-pro b{font-size:.9rem;letter-spacing:.04em}
.tracking-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:13px}.tracking-stat-card{background:#fff;border:1px solid var(--ui-line);border-radius:18px;padding:14px;display:flex;gap:11px;align-items:center}.stat-icon-pro{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto}.stat-icon-pro svg{width:21px;height:21px}.stat-icon-pro.purple{background:#f2eaf1;color:var(--brand)}.stat-icon-pro.green{background:var(--ui-success-bg);color:var(--ui-success)}.stat-icon-pro.gold{background:#fff6e5;color:#a76b13}.tracking-stat-card small,.tracking-stat-card b{display:block}.tracking-stat-card small{color:var(--ui-muted);font-size:.68rem;margin-bottom:3px}.tracking-stat-card b{font-size:.8rem}
.tracking-action-card{margin-bottom:13px;padding:14px 16px;border-radius:18px;display:flex;gap:11px;align-items:center;border:1px solid transparent}.tracking-action-card>div{flex:1}.tracking-action-card b{font-size:.85rem}.tracking-action-card p{margin:3px 0 0;font-size:.74rem;line-height:1.5}.tracking-action-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto}.tracking-action-icon svg{width:21px;height:21px}.tracking-action-card.warning{background:var(--ui-warning-bg);color:#8b5016;border-color:#f5dfbf}.tracking-action-card.warning .tracking-action-icon{background:#fff}.tracking-action-card.review{background:var(--ui-review-bg);color:#5f4bb7;border-color:#ddd7ff}.tracking-action-card.review .tracking-action-icon{background:#fff}.tracking-action-card.success{background:var(--ui-success-bg);color:var(--ui-success);border-color:#d0ecdf}.tracking-action-card.success .tracking-action-icon{background:#fff}.tracking-action-card .pro-btn{min-height:42px;padding:9px 13px;font-size:.75rem}
.order-journey-card,.history-card-pro{background:#fff;border:1px solid var(--ui-line);border-radius:24px;padding:22px;box-shadow:var(--ui-shadow-soft)}.journey-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:22px}.journey-head h2{margin:0;font-size:1.35rem}.journey-status-pill{padding:7px 10px;border-radius:999px;background:#f1eaf0;color:var(--brand);font-size:.72rem;font-weight:900}
.journey-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));position:relative}.journey-steps:before{content:"";position:absolute;right:7%;left:7%;top:24px;height:2px;background:#e4e6ec}.journey-step{position:relative;z-index:1;text-align:center;color:#a4a8b2;padding:0 5px}.journey-dot{width:48px;height:48px;border-radius:16px;background:#f0f1f4;color:#a4a8b2;display:grid;place-items:center;margin:0 auto 10px;border:4px solid #fff}.journey-dot svg{width:22px;height:22px}.journey-step b,.journey-step small{display:block}.journey-step b{font-size:.76rem}.journey-step small{font-size:.63rem;line-height:1.4;margin-top:3px}.journey-step.done{color:var(--ui-success)}.journey-step.done .journey-dot{background:var(--ui-success-bg);color:var(--ui-success)}.journey-step.active{color:var(--brand)}.journey-step.active .journey-dot{background:#f1e8ef;color:var(--brand);box-shadow:0 0 0 4px rgba(111,23,95,.06)}.journey-step.final.done .journey-dot{background:var(--ui-success);color:#fff}.cancelled-order-box{padding:15px;border-radius:16px;background:#fff0f2;color:var(--ui-danger);display:flex;gap:10px}.cancelled-order-box>span{width:34px;height:34px;border-radius:11px;background:#fff;display:grid;place-items:center;font-weight:900}.cancelled-order-box p{margin:3px 0 0}
.legal-accepted-pro{margin:13px 0;padding:12px 14px;border-radius:16px;background:var(--ui-success-bg);color:var(--ui-success);display:flex;gap:9px;align-items:center}.legal-accepted-pro b,.legal-accepted-pro small{display:block}.legal-accepted-pro b{font-size:.78rem}.legal-accepted-pro small{font-size:.66rem;margin-top:2px}
.history-card-pro{margin-top:13px}.history-list-pro{display:grid}.history-item-pro{display:grid;grid-template-columns:18px 1fr;gap:9px;padding:12px 0;border-bottom:1px solid var(--ui-line)}.history-item-pro:last-child{border-bottom:0}.history-marker{width:10px;height:10px;border-radius:999px;background:var(--brand);margin-top:5px;box-shadow:0 0 0 4px rgba(111,23,95,.07)}.history-title-row{display:flex;justify-content:space-between;gap:10px}.history-title-row b{font-size:.8rem}.history-title-row time{font-size:.65rem;color:var(--ui-muted)}.history-item-pro p{margin:4px 0 0;color:var(--ui-muted);font-size:.73rem;line-height:1.55}

/* responsive */
@media(max-width:980px){
  .home-showcase-grid{grid-template-columns:1fr}
  .home-banner-column{min-height:auto;grid-auto-rows:220px}
  .category-grid-pro{grid-template-columns:repeat(2,minmax(0,1fr))}
  .order-layout-pro{grid-template-columns:1fr}
  .order-side-column{position:static}
  .invoice-submit-desktop{display:none}.order-submit-mobile{display:block}
  .process-layout{grid-template-columns:1fr}.process-summary-card{position:static;order:-1}
  .journey-steps{grid-template-columns:repeat(3,1fr);row-gap:22px}.journey-steps:before{display:none}
}
@media(max-width:720px){
  body{padding-bottom:76px}
  .shell{width:min(100% - 24px,1160px)}
  .pro-header .nav-row{height:66px}.brand-name{font-size:1rem}.track-link-pro span{display:none}.track-link-pro{padding:10px}
  .home-showcase{padding-top:18px}.home-hero-panel{min-height:auto;padding:25px;border-radius:24px}.home-hero-content h1{font-size:2.45rem}.home-hero-content p{font-size:.92rem}.hero-steps-pro{grid-template-columns:1fr;gap:3px}.hero-step-pro{padding:5px 0}
  .home-banner-column{grid-template-columns:1fr;grid-auto-rows:190px}.home-banner-card.home-banner-main:nth-last-child(n+2){grid-column:auto;min-height:210px}
  .services-section-pro{padding-top:34px}.pro-section-head{align-items:flex-start}.section-count{display:none}.category-grid-pro{grid-template-columns:1fr}.category-card-pro{padding:13px}.category-media-pro{width:64px;height:64px}
  .service-head-pro{padding-top:18px}.service-head-card{padding:18px;border-radius:22px}.service-identity{align-items:flex-start}.service-icon-pro{width:58px;height:58px;border-radius:17px}.service-identity h1{font-size:2rem}.service-head-badge{display:none}
  .form-section-pro{padding:17px;border-radius:21px}.pro-form-grid{grid-template-columns:1fr!important}.pro-form-grid .field.full{grid-column:auto}.pro-choice-grid{grid-template-columns:1fr!important}.order-workspace{padding-top:10px}.order-submit-mobile{display:block}
  .process-page{padding-top:22px}.process-stepper{grid-template-columns:repeat(3,1fr);gap:6px}.process-line{display:none}.process-step{justify-content:center}.process-step>div small{display:none}.process-step-icon{width:34px;height:34px}.process-main-card{padding:18px;border-radius:22px}.process-summary-card{padding:16px;border-radius:20px}.process-heading h1{font-size:2rem}.agreement-scroll{max-height:320px}.bank-details-pro{grid-template-columns:1fr}.bank-details-pro .full{grid-column:auto}.payment-actions-pro{grid-template-columns:1fr}.amount-card-pro strong{font-size:1.55rem}
  .tracking-page-pro{padding-top:22px}.tracking-search-card{padding:20px;border-radius:22px}.track-form-pro{grid-template-columns:1fr!important}.tracking-header-pro{align-items:flex-start;flex-direction:column}.tracking-code-pro{width:100%}.tracking-status-grid{grid-template-columns:1fr}.tracking-action-card{align-items:flex-start;flex-wrap:wrap}.tracking-action-card .pro-btn{width:100%}.journey-steps{grid-template-columns:1fr;text-align:right;gap:0}.journey-step{display:grid;grid-template-columns:48px 1fr;text-align:right;gap:12px;padding:0 0 18px}.journey-step:after{content:"";position:absolute;right:23px;top:48px;bottom:0;width:2px;background:#e4e6ec}.journey-step:last-child:after{display:none}.journey-dot{margin:0}.journey-step b{font-size:.82rem}.journey-step small{font-size:.68rem}.history-title-row{flex-direction:column;gap:2px}
}


/* ============================================================
   Dynamic service cards
   1 service  -> one large centered featured card
   2 services -> two medium cards centered side by side
   3+         -> three cards per row
   Icon/image always appears above the title
   ============================================================ */

.services-section-pro{
  padding-top:52px;
}

.category-grid-pro{
  width:100%;
  margin-inline:auto;
  align-items:stretch;
}

/* Shared vertical card design */
.category-grid-pro .category-card-pro{
  position:relative;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  gap:12px;
  padding:26px 24px 24px;
  min-height:230px;
  overflow:hidden;
}

.category-grid-pro .category-card-pro::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% -20%, rgba(111,23,95,.055), transparent 42%);
  pointer-events:none;
}

.category-grid-pro .category-media-pro,
.category-grid-pro .category-body-pro,
.category-grid-pro .category-arrow{
  position:relative;
  z-index:1;
}

.category-grid-pro .category-media-pro{
  margin-inline:auto;
  border-radius:24px;
  box-shadow:0 9px 24px rgba(30,35,55,.07);
}

.category-grid-pro .category-media-pro img{
  object-fit:cover;
}

.category-grid-pro .category-body-pro{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.category-grid-pro .category-title-row{
  width:100%;
  display:block;
  text-align:center;
}

.category-grid-pro .category-title-row h3{
  margin:0;
  text-align:center;
  font-size:1.18rem;
  font-weight:800;
}

.category-grid-pro .category-body-pro p{
  max-width:460px;
  margin:7px auto 0;
  text-align:center;
  font-size:.84rem;
  line-height:1.75;
  -webkit-line-clamp:2;
}

.category-grid-pro .category-meta-pro{
  margin-top:10px;
}

.category-grid-pro .category-meta-pro span{
  font-size:.76rem;
  font-weight:800;
}

.category-grid-pro .category-arrow{
  position:absolute;
  left:18px;
  top:18px;
  width:36px;
  height:36px;
  border-radius:12px;
}

/* One service: large featured card centered */
.category-grid-one{
  grid-template-columns:minmax(0,920px) !important;
  justify-content:center;
  max-width:980px;
}

.category-grid-one .category-card-pro{
  min-height:300px;
  padding:34px 48px 32px;
  border-radius:28px;
}

.category-grid-one .category-media-pro{
  width:112px;
  height:112px;
  border-radius:30px;
}

.category-grid-one .category-icon-pro{
  font-size:3.2rem;
}

.category-grid-one .category-title-row h3{
  font-size:1.65rem;
}

.category-grid-one .category-body-pro p{
  font-size:.96rem;
  max-width:650px;
}

.category-grid-one .category-meta-pro span{
  font-size:.86rem;
}

/* Two services: equal cards, centered */
.category-grid-two{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  max-width:980px;
  gap:18px;
  justify-content:center;
}

.category-grid-two .category-card-pro{
  min-height:270px;
  padding:30px 28px 26px;
  border-radius:26px;
}

.category-grid-two .category-media-pro{
  width:92px;
  height:92px;
  border-radius:25px;
}

.category-grid-two .category-icon-pro{
  font-size:2.6rem;
}

.category-grid-two .category-title-row h3{
  font-size:1.35rem;
}

/* Three or more: three per row */
.category-grid-many{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  max-width:1180px;
  gap:16px;
}

.category-grid-many .category-card-pro{
  min-height:235px;
}

.category-grid-many .category-media-pro{
  width:78px;
  height:78px;
  border-radius:22px;
}

.category-grid-many .category-icon-pro{
  font-size:2.15rem;
}

/* Hover keeps the featured feel without excessive movement */
.category-grid-pro .category-card-pro:hover{
  transform:translateY(-4px);
}

.category-grid-pro .category-card-pro:hover .category-media-pro{
  transform:translateY(-2px) scale(1.025);
}

.category-grid-pro .category-media-pro{
  transition:transform .18s ease, box-shadow .18s ease;
}

/* Tablet */
@media(max-width:980px){
  .category-grid-one{
    max-width:780px;
  }

  .category-grid-two{
    max-width:780px;
  }

  .category-grid-many{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:820px;
  }

  .category-grid-one .category-card-pro{
    min-height:270px;
  }
}

/* Mobile: always one card per row */
@media(max-width:720px){
  .services-section-pro{
    padding-top:38px;
  }

  .category-grid-one,
  .category-grid-two,
  .category-grid-many{
    grid-template-columns:1fr !important;
    max-width:100%;
    gap:12px;
  }

  .category-grid-one .category-card-pro,
  .category-grid-two .category-card-pro,
  .category-grid-many .category-card-pro{
    min-height:220px;
    padding:24px 18px 22px;
    border-radius:22px;
  }

  .category-grid-one .category-media-pro,
  .category-grid-two .category-media-pro,
  .category-grid-many .category-media-pro{
    width:76px;
    height:76px;
    border-radius:21px;
  }

  .category-grid-one .category-title-row h3,
  .category-grid-two .category-title-row h3,
  .category-grid-many .category-title-row h3{
    font-size:1.18rem;
  }

  .category-grid-one .category-body-pro p,
  .category-grid-two .category-body-pro p,
  .category-grid-many .category-body-pro p{
    font-size:.82rem;
  }

  .category-grid-pro .category-arrow{
    left:14px;
    top:14px;
    width:34px;
    height:34px;
  }
}
