/* Appointment booking request */
.appointment-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%); }
.appointment-section::before { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(56,189,248,.16), rgba(56,189,248,0) 70%); pointer-events: none; }
.appointment-shell { display: grid; grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); gap: 48px; align-items: start; }
.appointment-copy { padding-top: 18px; }
.appointment-copy h2 { margin: 12px 0 18px; max-width: 650px; font-size: clamp(34px,4vw,54px); line-height: 1.04; letter-spacing: -.035em; color: var(--navy); }
.appointment-copy > p { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.appointment-flow { display: grid; gap: 12px; margin-top: 30px; }
.appointment-flow div { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 14px 16px; border: 1px solid rgba(15,23,42,.08); border-radius: 16px; background: rgba(255,255,255,.72); }
.appointment-flow span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #e8f6ff; color: var(--blue-dark); font-size: 13px; font-weight: 850; }
.appointment-flow strong { color: #17344c; font-size: 15px; }
.appointment-card { position: relative; padding: 34px; border: 1px solid rgba(15,23,42,.10); border-radius: 28px; background: #fff; box-shadow: 0 24px 70px rgba(15,23,42,.10); }
.appointment-card-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #edf8ff; color: var(--blue-dark); font-size: 12px; font-weight: 850; letter-spacing: .02em; }
.appointment-card-badge::before { content: "●"; font-size: 9px; color: #22a6df; }
.appointment-form { position: relative; margin-top: 22px; }
.appointment-form .form-grid { gap: 16px; direction: ltr; }
.site-shell[dir="rtl"] .appointment-form .form-field { direction: rtl; text-align: right; }
.appointment-form .phone-field, .site-shell[dir="rtl"] .appointment-form .phone-field { direction: ltr; text-align: left; }
.appointment-confirmation-note { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0 0; padding: 13px 14px; border-radius: 14px; background: #fff9eb; color: #6b5121; font-size: 13px; font-weight: 650; line-height: 1.55; }
.appointment-confirmation-note b { color: #d68b14; }
.appointment-submit { min-width: 190px; }
.appointment-submit:disabled { cursor: wait; opacity: .72; }
.header-appointment-button { white-space: nowrap; }
.mobile-header-actions { display: grid; gap: 10px; }
.mobile-header-actions .button { width: 100%; }
@media (max-width: 980px) { .appointment-shell { grid-template-columns: 1fr; } .appointment-copy { padding-top: 0; } }
@media (max-width: 620px) { .appointment-card { padding: 24px 20px; border-radius: 22px; } .appointment-copy h2 { font-size: 36px; } .appointment-submit { width: 100%; } }

.mobile-consult-bar { display: none; }

@media (max-width: 820px) {
  .process-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
  .process-card { min-height: 0; padding: 24px; }
  .process-card:not(:last-child)::after { display: none; }
}

@media (max-width: 620px) {
  body { padding-bottom: 0; }
  .process-section .section-heading { text-align: left; }
  [dir="rtl"] .process-section .section-heading { text-align: right; }
  .mobile-consult-bar {
    position: fixed;
    z-index: 100;
    left: 12px;
    right: 12px;
    bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(7,29,50,.10);
    border-radius: 20px;
    background: rgba(255,255,255,.93);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(7,29,50,.20);
  }
  .mobile-consult-bar .button {
    min-width: 0;
    min-height: 50px;
    padding-inline: 10px;
    font-size: 13px;
    border-radius: 15px;
    box-shadow: 0 10px 24px rgba(11,142,216,.24);
  }
  .why-proof-line { display: grid; }
  .why-proof-line span { justify-content: flex-start; }
}


/* Unified Contact & Appointments hub */
.contact-hub-shell { overflow: hidden; }
.contact-hub-card { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); min-height: 720px; align-items: stretch; }
.contact-hub-top {
  padding: 46px;
  background:
    radial-gradient(circle at 82% 8%, rgba(11,142,216,.22), transparent 30%),
    linear-gradient(150deg, #071d32, #0b3457);
  color: #fff;
}
.contact-hub-copy .eyebrow { color: #8ed9ff; }
.contact-hub-copy h2 { margin: 12px 0 14px; color: #fff; font-size: clamp(32px, 4vw, 48px); line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.contact-hub-copy p { margin: 0; max-width: 640px; color: #c8d8e6; font-size: 16px; line-height: 1.7; }
.contact-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.contact-choice {
  width: 100%; min-height: 118px; padding: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px;
  border: 1px solid rgba(255,255,255,.14); border-radius: 19px; background: rgba(255,255,255,.075); color: #fff; text-align: start;
  font: inherit; text-decoration: none; cursor: pointer; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); transition: .2s ease;
}
.contact-choice:hover { transform: translateY(-2px); border-color: rgba(142,217,255,.45); background: rgba(255,255,255,.11); }
.contact-choice.active { border-color: rgba(142,217,255,.72); background: linear-gradient(135deg, rgba(11,142,216,.42), rgba(17,105,163,.34)); box-shadow: 0 12px 30px rgba(0,0,0,.12), inset 0 0 0 1px rgba(142,217,255,.16); }
.contact-choice-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.12); color: #a8e5ff; font-size: 18px; font-weight: 900; }
.contact-choice.active .contact-choice-icon { background: #fff; color: var(--blue-dark); }
.contact-choice-copy { min-width: 0; }
.contact-choice-copy strong { display: block; color: #fff; font-size: 15px; line-height: 1.25; }
.contact-choice-copy small { display: block; margin-top: 6px; color: #a9c1d2; font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.contact-choice.active .contact-choice-copy small { color: #d7efff; }
.contact-choice-arrow { color: #8ed9ff; font-size: 19px; font-weight: 900; }
.contact-hub-details { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-hub-details > div { padding: 15px 16px; border-radius: 15px; background: rgba(255,255,255,.055); }
.contact-hub-details .contact-help-detail { grid-column: 1 / -1; }
.contact-hub-details small { display: block; margin-bottom: 6px; color: #8fb1c8; font-size: 11px; font-weight: 750; letter-spacing: .02em; }
.contact-hub-details a, .contact-hub-details strong { color: #fff; text-decoration: none; font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
.office-hours-lines { display:grid !important; grid-template-columns:1fr; gap:1px; }
.office-hours-lines span { display:block; }
.office-map-wrap { margin-top: 14px; }
.office-map-frame { width: 100%; height: 218px; display: block; border: 0; border-radius: 13px; background: #dfeaf1; pointer-events: none; }
.office-map-clickable { display:block; cursor:pointer; border-radius:13px; outline:none; }
.office-map-clickable:focus-visible { box-shadow:0 0 0 3px rgba(142,217,255,.45); }
.office-directions-link {
  display: inline-flex !important; align-items: center; justify-content: center; gap: 7px; margin-top: 11px; padding: 9px 12px;
  border: 1px solid rgba(142,217,255,.28); border-radius: 11px; background: rgba(142,217,255,.10); color: #ccefff !important;
  font-size: 12px !important; font-weight: 800; line-height: 1.2 !important; transition: .2s ease;
}
.office-directions-link:hover { background: rgba(142,217,255,.18); border-color: rgba(142,217,255,.5); transform: translateY(-1px); }
.contact-workspace { background: #fff; min-width: 0; }
.contact-workspace.appointment-active { align-self: start; min-height: 0; }
.contact-workspace .smart-contact-head { padding-top: 40px; }
.contact-workspace .smart-contact-head .eyebrow { color: var(--blue-dark); }

@media (max-width: 900px) {
  .contact-hub-card { grid-template-columns: 1fr; min-height: 0; }
  .contact-hub-top { padding: 36px 34px; }
  .contact-choice-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .contact-hub-shell { border-radius: 26px; }
  .contact-hub-top { padding: 30px 22px 26px; }
  .contact-hub-copy h2 { font-size: 34px; }
  .contact-hub-copy p { font-size: 14px; }
  .contact-choice-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
  .contact-choice { min-height: 88px; padding: 15px; border-radius: 17px; }
  .contact-choice-icon { width: 39px; height: 39px; border-radius: 12px; }
  .contact-choice-copy strong { font-size: 15px; }
  .contact-choice-copy small { margin-top: 4px; font-size: 10.5px; }
  .contact-hub-details { grid-template-columns: 1fr; gap: 8px; margin-top: 22px; padding-top: 20px; }
  .contact-hub-details .contact-help-detail { grid-column: auto; }
  .contact-hub-details > div { padding: 13px 14px; }
  .office-map-frame { height: 190px; }
  .office-directions-link { width: 100%; min-height: 42px; }
  .contact-workspace .smart-contact-head { padding-top: 26px; }
}

/* Smart contact / appointment selector */
.smart-contact-card { padding: 0; overflow: hidden; }
.smart-contact-head { padding: 32px 34px 0; }
.smart-contact-head h3 { margin: 10px 0 8px; color: var(--navy); font-size: 28px; line-height: 1.15; }
.smart-contact-head p { margin: 0; color: var(--muted); line-height: 1.65; }
.contact-mode-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 22px 34px 0; padding: 6px; border: 1px solid rgba(15,23,42,.09); border-radius: 16px; background: #f4f8fb; }
.contact-mode-tab { min-height: 48px; padding: 11px 14px; border: 0; border-radius: 12px; background: transparent; color: #53687a; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.contact-mode-tab:hover { color: var(--navy); background: rgba(255,255,255,.7); }
.contact-mode-tab.active { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: 0 9px 24px rgba(11,142,216,.22); }
.smart-contact-hint { margin: 14px 34px 0; padding: 12px 14px; border-radius: 13px; background: #f8fbfd; color: #607587; font-size: 13px; line-height: 1.55; }
.smart-contact-form { padding: 24px 34px 34px; }
.smart-contact-form .form-grid { gap: 16px; direction: ltr; }
.site-shell[dir="rtl"] .smart-contact-form .form-field { direction: rtl; text-align: right; }
.smart-contact-form .phone-field, .site-shell[dir="rtl"] .smart-contact-form .phone-field { direction: ltr; text-align: left; }
.smart-mode-panel[hidden] { display: none !important; }
.appointment-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; grid-column: 1 / -1; }
.appointment-fields .form-field-full { grid-column: 1 / -1; }
.smart-contact-submit { min-width: 190px; }
.secure-upload-note { grid-column:1/-1; display:grid; gap:5px; margin:0; padding:14px 15px; border:1px solid #b9dfcf; border-radius:14px; color:#486b5d; background:#f0fbf5; font-size:12px; line-height:1.55; }
.secure-upload-note strong { color:#086d48; font-size:13px; }

.branded-booking-panel { margin: 22px 34px 34px; border: 1px solid rgba(15,23,42,.09); border-radius: 20px; background: #fff; box-shadow: 0 18px 42px rgba(15,36,54,.08); overflow: hidden; }
.branded-booking-panel[hidden] { display: none !important; }
.scheduler-top { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; padding:22px 22px 18px; border-bottom:1px solid rgba(15,23,42,.08); background:linear-gradient(180deg,#fafdff,#fff); }
.scheduler-brand { display:flex; align-items:center; gap:12px; }
.scheduler-brand-mark { display:grid; place-items:center; width:40px; height:40px; border-radius:12px; color:#fff; background:linear-gradient(135deg,var(--blue),var(--blue-dark)); font-weight:900; font-size:13px; }
.scheduler-brand strong { display:block; color:var(--navy); font-size:15px; }
.scheduler-brand small { display:block; margin-top:3px; color:var(--muted); font-size:12px; }
.scheduler-hours { text-align:end; color:#607587; font-size:12px; line-height:1.5; }
.scheduler-hours span { display:block; }
.scheduler-body { padding:22px; }
.scheduler-section + .scheduler-section { margin-top:22px; }
.scheduler-section h4 { margin:0 0 12px; color:var(--navy); font-size:15px; }
.scheduler-date-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.scheduler-date { min-height:72px; padding:10px 8px; border:1px solid #d8e4ec; border-radius:14px; background:#fff; color:#38536a; cursor:pointer; text-align:center; font:inherit; transition:.18s ease; }
.scheduler-date:hover:not(:disabled) { border-color:#8ac8ef; background:#f5fbff; }
.scheduler-date.active { border-color:var(--blue); background:#eaf7ff; color:var(--navy); box-shadow:0 0 0 2px rgba(11,142,216,.10); }
.scheduler-date:disabled { opacity:.42; cursor:not-allowed; background:#f7f9fb; }
.scheduler-date span { display:block; font-size:12px; font-weight:750; }
.scheduler-date b { display:block; margin-top:4px; font-size:20px; }
.scheduler-time-list { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px; }
.scheduler-time { min-height:44px; border:1px solid #d8e4ec; border-radius:12px; background:#fff; color:#17344c; cursor:pointer; font:inherit; font-size:13px; font-weight:800; transition:.18s ease; }
.scheduler-time:hover { border-color:#8ac8ef; background:#f5fbff; }
.scheduler-time.active { color:#fff; border-color:transparent; background:linear-gradient(135deg,var(--blue),var(--blue-dark)); box-shadow:0 8px 20px rgba(11,142,216,.20); }
.scheduler-empty,.scheduler-loading,.scheduler-error { padding:16px; border-radius:13px; background:#f8fbfd; color:#607587; font-size:13px; line-height:1.55; }
.scheduler-error { background:#fff5f5; color:#8f3c3c; }
.scheduler-retry { margin-top:10px; border:0; background:none; padding:0; color:var(--blue-dark); font:inherit; font-weight:800; cursor:pointer; text-decoration:underline; }
.scheduler-booking-form { margin-top:22px; padding-top:22px; border-top:1px solid rgba(15,23,42,.08); }
.scheduler-booking-form[hidden], .scheduler-success[hidden] { display:none !important; }
.scheduler-selection { display:flex; justify-content:space-between; gap:14px; align-items:center; margin-bottom:18px; padding:13px 14px; border-radius:14px; background:#edf8ff; color:#31546d; font-size:13px; }
.scheduler-selection strong { color:var(--navy); }
.scheduler-change { border:0; background:none; color:var(--blue-dark); font:inherit; font-size:12px; font-weight:850; cursor:pointer; text-decoration:underline; }
.scheduler-booking-form .form-grid { gap:14px; direction:ltr; }
.site-shell[dir="rtl"] .scheduler-booking-form .form-field { direction:rtl; text-align:right; }
.scheduler-booking-form .phone-field, .site-shell[dir="rtl"] .scheduler-booking-form .phone-field { direction:ltr; text-align:left; }
.scheduler-success { margin:22px; padding:26px; border-radius:18px; background:#f0fbf5; text-align:center; }
.scheduler-success-icon { display:grid; place-items:center; width:54px; height:54px; margin:0 auto 14px; border-radius:50%; background:#daf4e4; color:#147a43; font-size:25px; font-weight:900; }
.scheduler-success h4 { margin:0 0 8px; color:var(--navy); font-size:20px; }
.scheduler-success p { margin:0; color:#526b5e; line-height:1.6; }
.form-legal-consent { margin: 8px 0 0; color: #64748b; font-size: 11px; line-height: 1.55; }
.form-legal-consent a { color: var(--blue-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.mobile-consult-bar { grid-template-columns: 1fr !important; }
.mobile-consult-bar .button { width: 100%; }
.mobile-consult-bar { transition: opacity .2s ease, transform .2s ease; }
.mobile-consult-bar.contact-visible,
body.mobile-menu-open .mobile-consult-bar { opacity: 0; transform: translateY(120%); pointer-events: none; }
@media (max-width: 620px) {
  .smart-contact-head { padding: 26px 22px 0; }
  .contact-mode-tabs { margin: 18px 22px 0; grid-template-columns: 1fr; }
  .smart-contact-hint { margin: 12px 22px 0; }
  .smart-contact-form { padding: 20px 22px 26px; }
  .appointment-fields { grid-template-columns: 1fr; }
  .smart-contact-submit { width: 100%; }
  .branded-booking-panel { margin: 18px 22px 26px; }
  .scheduler-top { padding:18px; flex-direction:column; }
  .scheduler-hours { text-align:start; }
  .scheduler-body { padding:18px; }
  .scheduler-date-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .scheduler-time-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
}



/* 2026-08-08 dedicated About Us section */
.about-us-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}
.about-us-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -190px;
  bottom: -210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11,142,216,.11), transparent 68%);
  pointer-events: none;
}
.about-us-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  gap: 50px;
  align-items: center;
}
.about-us-copy h2 {
  margin: 12px 0 20px;
  max-width: 760px;
  color: var(--navy);
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.about-us-copy p {
  max-width: 760px;
  margin: 0 0 15px;
  color: #53667b;
  font-size: 16px;
  line-height: 1.78;
}
.about-us-copy .about-us-cta { margin-top: 10px; }
.about-us-audience {
  padding: 30px;
  border: 1px solid rgba(11,142,216,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 65px rgba(7,29,50,.09);
}
.about-us-audience > span {
  display: block;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.about-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.about-industry-chip {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 17px;
  background: #f5faff;
  color: #27435b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.about-industry-chip b {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(145deg, var(--blue), #55c4ff);
  color: #fff;
  font-size: 11px;
}
.site-shell[dir="rtl"] .about-us-copy,
.site-shell[dir="rtl"] .about-us-audience { text-align: right; }
@media (max-width: 900px) {
  .about-us-shell { grid-template-columns: 1fr; gap: 28px; }
  .about-us-audience { max-width: 700px; }
}
@media (max-width: 560px) {
  .about-us-copy h2 { font-size: 36px; }
  .about-us-audience { padding: 22px; border-radius: 23px; }
  .about-industry-chip { min-height: 54px; }
}


/* 2026-08-08 streamlined homepage: remove repeated copy and reduce unnecessary scrolling */
.section { padding-block: 88px; }
.process-grid { margin-top: 34px; }
.process-card { min-height: 235px; padding: 26px; }
.reason-grid { margin-top: 32px; }
.why-section .reason-card { min-height: 205px; padding: 23px; }
.why-section .reason-check { margin-top: 24px; }
.why-section .reason-card h3 { margin-top: 17px; }
.guarantee-shell { padding: 44px; }
.guarantee-highlight { margin-top: 26px; padding: 24px 26px; }
.guarantee-details { position: relative; z-index: 1; margin-top: 20px; }
.guarantee-details summary {
  display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 11px 16px;
  border: 1px solid rgba(142,217,255,.28); border-radius: 14px; background: rgba(255,255,255,.065);
  color: #dff4ff; font-weight: 850; cursor: pointer; list-style: none; user-select: none;
}
.guarantee-details summary::-webkit-details-marker { display: none; }
.guarantee-details summary::after { content: "+"; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 8px; background: rgba(125,211,252,.12); color: #7dd3fc; font-size: 18px; line-height: 1; }
.guarantee-details[open] summary::after { content: "−"; }
.guarantee-details .guarantee-points { margin-top: 18px; }
.guarantee-details .guarantee-terms { margin-top: 18px; }

@media (max-width: 820px) {
  .section { padding-block: 64px; }
  .process-grid { margin-top: 26px; }
}
@media (max-width: 620px) {
  .section { padding-block: 54px; }
  .service-card, .business-service-grid .service-card { min-height: 0; padding: 23px 21px; }
  .service-card h3 { margin-top: 20px; }
  .service-card p { margin-top: 10px; line-height: 1.62; }
  .service-card button { padding-top: 16px; }
  .process-card { min-height: 0; padding: 20px; }
  .process-number { width: 40px; height: 40px; border-radius: 13px; }
  .process-card h3 { margin-top: 16px; font-size: 20px; }
  .process-card p { margin-top: 9px; line-height: 1.58; }
  .why-section .reason-card { min-height: 0; padding: 20px; }
  .why-section .reason-check { margin-top: 16px; }
  .guarantee-shell { padding: 26px 20px; }
  .guarantee-intro p { margin-top: 14px; font-size: 16px; line-height: 1.62; }
  .guarantee-highlight { margin-top: 20px; padding: 19px; }
  .guarantee-details summary { width: 100%; justify-content: space-between; }
  .about-us-audience { padding: 18px; }
  .about-industry-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .about-industry-chip { min-height: 50px; padding: 10px; font-size: 12px; }
}
@media (max-width: 370px) {
  .about-industry-grid { grid-template-columns: 1fr; }
}


/* Desktop How It Works entrance animation: 03 -> 02 -> 01 */
@media (min-width: 901px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .process-grid.process-animation-ready .process-card {
    opacity: 0;
    transform: translate3d(-160px, 0, 0) scale(.96);
    transition: opacity .62s ease, transform .78s cubic-bezier(.2, .78, .22, 1), box-shadow .2s ease, border-color .2s ease;
    will-change: transform, opacity;
  }
  .process-grid.process-animation-ready .process-card.process-card-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .process-grid.process-animation-ready .process-card.process-card-visible:hover {
    transform: translateY(-4px);
  }
}


/* Arabic RTL final overrides */
#app.site-shell[dir="rtl"]{direction:rtl;text-align:right;font-family:Tahoma,Arial,"Segoe UI",sans-serif}
#app.site-shell[dir="rtl"] .form-field,#app.site-shell[dir="rtl"] .smart-contact-head,#app.site-shell[dir="rtl"] .smart-contact-hint,#app.site-shell[dir="rtl"] .contact-hub-top,#app.site-shell[dir="rtl"] .contact-hub-details,#app.site-shell[dir="rtl"] .service-card,#app.site-shell[dir="rtl"] .process-card,#app.site-shell[dir="rtl"] .plan-card,#app.site-shell[dir="rtl"] .about-us-copy,#app.site-shell[dir="rtl"] .about-us-audience{text-align:right;direction:rtl}
#app.site-shell[dir="rtl"] .form-field>span{text-align:right!important;direction:rtl!important}
#app.site-shell[dir="rtl"] .form-field select,#app.site-shell[dir="rtl"] .form-field select option{direction:rtl;text-align:right;text-align-last:right;unicode-bidi:plaintext}
#app.site-shell[dir="rtl"] .phone-field input{direction:ltr!important;text-align:right!important;unicode-bidi:isolate!important}
#app.site-shell[dir="rtl"] .secure-upload-note{text-align:right;direction:rtl}



/* 2026-08-08 live hero image-behind-text layout */
@media (min-width: 1081px) {
  .premium-hero-grid {
    position: relative;
    display: block;
    min-height: 760px;
    padding-block: 78px 96px;
  }

  .premium-hero-copy {
    position: relative;
    z-index: 3;
    width: min(100%, 700px);
    padding-top: 18px;
  }

  .premium-hero-copy::before {
    content: "";
    position: absolute;
    inset: -18px -24px -24px -24px;
    z-index: -1;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.66));
    backdrop-filter: blur(4px);
    box-shadow: 0 18px 40px rgba(7,29,50,.06);
  }

  .premium-hero .hero-visual {
    position: absolute;
    top: 28px;
    right: -26px;
    bottom: 34px;
    width: min(72%, 980px);
    min-height: 650px;
    border-radius: 34px;
    isolation: isolate;
    z-index: 1;
  }

  .premium-hero .hero-visual::before {
    inset: -16px 20px 22px -20px;
    border-radius: 38px;
  }

  .premium-hero .hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    border-radius: 32px;
    object-fit: cover;
    object-position: center;
  }

  .premium-hero .hero-image-shade {
    border-radius: 32px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.90) 0%, rgba(255,255,255,.74) 23%, rgba(255,255,255,.38) 43%, rgba(255,255,255,.04) 64%),
      linear-gradient(180deg, rgba(7,29,50,.02) 22%, rgba(7,29,50,.70) 100%);
  }

  .premium-hero .hero-floating-card {
    left: 45%;
    right: 38px;
    bottom: 28px;
  }

  #app.site-shell[dir="rtl"] .premium-hero-copy {
    margin-left: auto;
    margin-right: 0;
  }

  #app.site-shell[dir="rtl"] .premium-hero .hero-visual {
    right: auto;
    left: -26px;
  }

  #app.site-shell[dir="rtl"] .premium-hero .hero-image-shade {
    background:
      linear-gradient(270deg, rgba(255,255,255,.90) 0%, rgba(255,255,255,.74) 23%, rgba(255,255,255,.38) 43%, rgba(255,255,255,.04) 64%),
      linear-gradient(180deg, rgba(7,29,50,.02) 22%, rgba(7,29,50,.70) 100%);
  }

  #app.site-shell[dir="rtl"] .premium-hero .hero-floating-card {
    left: 38px;
    right: 45%;
  }
}

.hero-keep-together { white-space: nowrap; }
@media (max-width: 1180px) {
  .hero-keep-together { white-space: normal; }
}



/* 2026-08-08 login-page preview header addition */
