@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');


.baskervville-bold {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.h2 {
    font-family: "Baskervville", serif;
    line-height: 1.15;
    margin: 0 0 14px;
    font-weight: 700;
}

.hero-copy .h2 {
  font-size: 64px;;
}

:root{
   --font-primary: "Noto Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;

  --btn-radius: 10px;
  --btn-glow: rgba(177, 31, 54, .35);

  --bg: #ffffff;
  --surface: #ffffff;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --brand: #8b1e2d;            /* deep burgundy */
  --brand-2: #b11f36;          /* highlight */
  --brand-3: #4b0f1a;          /* dark */
  --accent: #ef4444;           /* CTA accent */
  --radius: 14px;
  --shadow: 0 10px 30px rgba(17, 24, 39, .12);
  --shadow-soft: 0 8px 18px rgba(17, 24, 39, .08);
  --max: 1320px;
  --gutter: clamp(24px, 4vw, 28px);
  --section-pad: clamp(44px, 6vw, 84px);
}



*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  /* font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji"; */
  font-family: var(--font-primary);
  color:var(--ink);
  background:var(--bg);
  line-height:1.55;
  text-rendering:optimizeLegibility;
}

img, svg, video{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; }

/* Utilities */
/* .container{ width:100%; max-width: var(--max); margin-inline:auto; padding-inline: var(--gutter); } */

.container {
  max-width: 1320px; /* or 1400px if you want it bolder */
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}


.section{ padding: var(--section-pad) 0; }
.kicker{ letter-spacing:.14em; text-transform:uppercase; font-size:.78rem; color:rgba(255,255,255,.75); }
.h1{ font-size: clamp(2rem, 4.8vw, 3.2rem); line-height:1.05; margin:10px 0 12px; }
.h2{ font-size: clamp(1.5rem, 2.6vw, 2rem); line-height:1.15; margin:0 0 14px; }
.lead{ font-size:1.02rem; color:rgba(255,255,255,.86); max-width: 56ch; }
.p{ color:var(--muted); margin:0; }
.tag{ display:inline-flex; align-items:center; gap:.5rem; padding:.35rem .65rem; border:1px solid rgba(255,255,255,.22); border-radius:999px; font-size:.82rem; color:rgba(255,255,255,.85); }
.sr-only{
  position:absolute!important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.55rem;
  padding:.9rem 1.1rem;
  border-radius: 10px;
  border:1px solid transparent;
  background: var(--brand-2);
  color:#fff;
  font-weight:700;
  box-shadow: var(--shadow-soft);
  transition: transform .15s ease, filter .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{ transform: translateY(-1px); filter: brightness(1.03); }
.btn:active{ transform: translateY(0); filter: brightness(.98); }
.btn:focus-visible{ outline:3px solid rgba(239, 68, 68, .45); outline-offset:2px; }

.btn--ghost{
  background: transparent;
  color: var(--brand-2);
  border-color: rgba(177, 31, 54, .35);
  box-shadow:none;
}
.btn--light{
  background: #fff;
  color: var(--brand-2);
  border-color: rgba(255,255,255,.55);
}

.icon{
  width:18px; height:18px; flex:0 0 auto;
}

/* Header */
.site-header{
  position: sticky; top:0; z-index:50;
  background: rgba(75, 15, 26, .85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding: 10px var(--gutter);
  max-width: calc(var(--max) + (var(--gutter)*2));
  margin-inline:auto;
  gap: 14px;
}



.brand{
  display:flex; align-items:center; gap:10px;
  min-width: 190px;
}
.brand img{ width:34px; height:34px; border-radius:10px; }
.brand strong{ color:#fff; font-size:.98rem; letter-spacing:.02em; }
.brand small{ display:block; color: rgba(255,255,255,.72); font-size:.78rem; margin-top:-2px; }

.nav{
  display:flex; align-items:center; gap:18px;
}
.nav a{
  color: rgba(255,255,255,.82);
  font-weight:600;
  font-size:.92rem;
  padding: 10px 6px;
  border-radius: 10px;
}
.nav a:hover{ background: rgba(255,255,255,.08); }

.header-right{
  display:flex; align-items:center; gap:10px;
}
.social{
  display:flex; align-items:center; gap:8px;
}


.social a{
  /* width:32px; height:32px;
  display:grid; place-items:center;
  border-radius: 10px;
  color:#fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14); */
}


.social a:hover{ background: rgba(255,255,255,.16); }
.user-pill{
  display:inline-flex; align-items:center; justify-content:center;
  width:34px; height:34px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.18);
  color:#fff;
  font-weight:800;
  font-size:.9rem;
}
.menu-btn{
  display:none;
  width:38px; height:38px;
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color:#fff;
}

/* Mobile drawer */
.drawer{
  display:none;
  position:fixed; inset:0;
  background: rgba(17,24,39,.55);
  z-index:80;
}
.drawer[aria-hidden="false"]{ display:block; }
.drawer-panel{
  position:absolute; top:0; right:0;
  height:100%; width:min(360px, 92vw);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 18px;
  display:flex; flex-direction:column; gap:16px;
}
.drawer-header{
  display:flex; align-items:center; justify-content:space-between;
}
.drawer-title{ font-weight:900; color: var(--brand-3); }
.drawer-nav{
  display:flex; flex-direction:column; gap:6px;
}
.drawer-nav a{
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font-weight:700;
}
.drawer-nav a:hover{ background:#f9fafb; }
.drawer-actions{ margin-top:auto; display:grid; gap:10px; }

/* Hero */


.hero{
  position: relative;
  background:
    radial-gradient(
      1200px 600px at 75% 0%,
      rgba(177,31,54,.55),
      rgba(75,15,26,1) 60%
    ),
    linear-gradient(
      135deg,
      rgba(75,15,26,1),
      rgba(139,30,45,1)
    );
  color: #fff;
  overflow: hidden;
}


.hero::after{
  content:"";
  position:absolute; inset:-30%;
  background:
    radial-gradient(circle at 20% 35%, rgba(255,255,255,.08), transparent 55%),
    radial-gradient(circle at 65% 15%, rgba(239,68,68,.15), transparent 50%);
  transform: rotate(-9deg);
  pointer-events:none;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(18px, 4vw, 34px);
  align-items:end;
  padding: clamp(40px, 7vw, 80px) 0;
  position:relative;
  z-index:1;
}
.hero-left{ padding-bottom: 10px; }
.hero-right{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}
.portrait{
  width:min(360px, 44vw);
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}
.hero-cta{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 18px; }

/* Split section (video + bio) */
.split{
  display:grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(18px, 4vw, 30px);
  align-items: start;
}
.card{
  background: var(--surface);
  border:none;
  border-radius:16px;
  box-shadow: var(--shadow-soft);
}
.card-pad{ padding: 18px; }
.video{
  overflow:hidden;
}
.video-frame{
  aspect-ratio: 16 / 9;
  border-radius: calc(var(--radius) - 2px);
  overflow:hidden;
  border: 1px solid var(--line);
  background:#0b0b0d;
  position:relative;
}
.video-frame img{ width:100%; height:100%; object-fit:cover; opacity:.9; }
.play{
  position:absolute; inset:0;
  display:grid; place-items:center;
}
.play button{
  width:64px; height:64px;
  border-radius: 999px;
  border:0;
  background: rgba(255,255,255,.9);
  display:grid; place-items:center;
  cursor:pointer;
  box-shadow: 0 12px 22px rgba(0,0,0,.20);
}
.play button:hover{ filter:brightness(.98); }
.play svg{ width:22px; height:22px; margin-left:2px; color: var(--brand-2); }

/* Dark feature band */
.band{
  background: linear-gradient(180deg, var(--brand-3), #2a0710);
  color:#fff;
}
.band .container{ text-align:center; }
.band p{ color: rgba(255,255,255,.82); max-width: 85ch; margin: 0 auto; }
.band .btn{ margin-top: 18px; }

/* Center statement */
.statement{ text-align:center; }
.statement .p{ max-width: 90ch; margin: 10px auto 0; }
.statement .btn{ margin-top: 14px; }

/* Journey */
.journey h3{
  text-align:center; margin:0 0 20px;
  color: var(--brand-2);
  font-size: 1.35rem;
}
.steps{
  display:grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
  align-items: start;
}
.step{
  text-align:center;
  position:relative;
  padding-top: 8px;
}
.step .dot{
  width:44px; height:44px;
  border-radius: 999px;
  border: 2px solid rgba(177,31,54,.25);
  display:grid; place-items:center;
  margin: 0 auto 10px;
  color: var(--brand-2);
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.step .num{
  position:absolute;
  top:0;
  left:50%;
  transform: translate(-50%, -8px);
  width:22px; height:22px;
  border-radius:999px;
  background: var(--brand-2);
  color:#fff;
  display:grid; place-items:center;
  font-weight:900; font-size:.75rem;
  box-shadow: 0 10px 18px rgba(0,0,0,.12);
}
.step small{ display:block; color: var(--muted); font-weight:600; font-size:.82rem; }

/* Benefits */
.benefits{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(18px, 4vw, 28px);
  align-items:start;
  margin-top: 26px;
}
.benefit-list{ display:grid; gap: 14px; }
.benefit{
  display:flex; gap:12px; align-items:flex-start;
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:#fff;
}
.benefit .ic{
  width:38px; height:38px;
  border-radius: 12px;
  background: rgba(177,31,54,.08);
  color: var(--brand-2);
  display:grid; place-items:center;
  flex:0 0 auto;
}
.benefit h4{ margin:0; font-size: 1rem; }
.benefit p{ margin:4px 0 0; color: var(--muted); font-size:.92rem; }

/* Course band */
.course{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  text-align:center;
}
.course p{ color: var(--muted); margin: 6px auto 0; max-width: 70ch; }
.course .btn{ margin-top: 14px; }

/* Consultation */
.consult{
  background: linear-gradient(180deg, #fff, #fbfbfd);
}
.consult-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 4vw, 28px);
  align-items:center;
}
.media-card img{ width:100%; border-radius: calc(var(--radius) - 2px); }
.footer{
  background: var(--brand-3);
  color: rgba(255,255,255,.85);
  padding: 26px 0;
}
.footer-grid{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  flex-wrap:wrap;
}
.footer small{ color: rgba(255,255,255,.72); }
.footer a{ color: rgba(255,255,255,.86); }
.footer a:hover{ color:#fff; }

/* Responsive */
@media (max-width: 980px){
  .nav{ display:none; }
  .menu-btn{ display:inline-grid; place-items:center; }
  .hero-grid{ grid-template-columns: 1fr; align-items:start; }
  .hero-right{ justify-content:flex-start; }
  .portrait{ width:min(420px, 100%); }
  .split{ grid-template-columns: 1fr; }
  .benefits{ grid-template-columns: 1fr; }
  .consult-grid{ grid-template-columns: 1fr; }
  .steps{ grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 520px){
  .social{ display:none; }
  .brand{ min-width:auto; }
  .steps{ grid-template-columns: repeat(2, 1fr); }
  .btn{ width:100%; }
  .hero-cta{ flex-direction:column; align-items:stretch; }
}

/* Dropdowns (desktop nav) */
.nav-dd{
  position: relative;
}
.nav-dd > summary{
  list-style:none;
  cursor:pointer;
  color: rgba(255,255,255,.82);
  font-weight:600;
  font-size:.92rem;
  padding: 10px 6px;
  border-radius: 10px;
}
.nav-dd > summary::-webkit-details-marker{ display:none; }
.nav-dd > summary:hover{ background: rgba(255,255,255,.08); }
.nav-dd[open] > summary{ background: rgba(255,255,255,.10); }

.dd-panel{
  position:absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 8px;
  display:grid;
  gap: 4px;
  z-index: 60;
}

/* Nav dropdown (Services) */
.nav-dd{ position: relative; }
.nav-dd .nav-dd-trigger{ display:inline-flex; align-items:center; gap:8px; }
.nav-dd .dd-panel{
  min-width: 340px;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}
.nav-dd:hover .dd-panel,
.nav-dd:focus-within .dd-panel{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.dd-panel a{ white-space: nowrap; }

/* Mobile drawer services list */
.drawer-dd{ margin-top: 6px; }
.drawer-toplink{ font-weight: 700; }
.drawer-sub{ display: grid; gap: 6px; padding-left: 10px; margin-top: 6px; }

.dd-panel a{
  padding: 10px 10px;
  border-radius: 12px;
  font-weight: 700;
  color: var(--ink);
  border: 1px solid transparent;
}
.dd-panel a:hover{
  background: #f9fafb;
  border-color: var(--line);
}

/* Close dropdown when clicking outside is not handled without JS.
   Best practice: keep menu short and rely on native <details> behavior. */


/* Dropdowns (mobile drawer) */
.drawer-dd > summary{
  list-style:none;
  cursor:pointer;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font-weight: 800;
  color: var(--ink);
}
.drawer-dd > summary::-webkit-details-marker{ display:none; }
.drawer-dd[open] > summary{ background:#f9fafb; }

.drawer-dd .dd-panel{
  position: static;
  box-shadow: none;
  border-radius: 12px;
  margin-top: 8px;
}

.drawer-social{
  margin-top: auto;
  display:flex;
  gap: 10px;
  align-items:center;
  justify-content:flex-start;
  padding-top: 8px;
}
.drawer-social a{
  width:36px; height:36px;
  display:grid; place-items:center;
  border-radius: 12px;
  background: var(--brand-3);
  border: 1px solid rgba(75,15,26,.25);
}
.drawer-social .icon{ width:18px; height:18px; }



/* Contact */
.contact{ background:#fff; border-top:1px solid var(--line); }
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(18px, 4vw, 34px);
  align-items:start;
}
.contact-link{ color: var(--brand-2); font-weight:700; }
.contact-link:hover{ text-decoration: underline; }
.contact-form{ padding:16px; }
.contact-fields{ display:grid; gap:12px; }
.contact-form input,
.contact-form textarea{
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(75,15,26,.45);
  background:#fafafa;
  outline:none;
  font:inherit;
}
.contact-form textarea{
  resize:vertical;
  min-height:160px;
  border-color:transparent;
  background:#eef1f4;
}
.contact-form input:focus,
.contact-form textarea:focus{ box-shadow: 0 0 0 3px rgba(177,31,54,.18); }
.contact-submit{
  width:100%;
  margin-top:14px;
  border-radius:0;
  background: var(--brand-2);
}

/* Footer (reference-style) */
.footer{ padding:0; background: var(--brand-3); color: rgba(255,255,255,.88); }
.footer-top{ padding:22px 0; border-bottom:1px solid rgba(255,255,255,.10); }
.footer-top-grid{ display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap; }
.footer-left{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.footer-logo{ width:200px; max-width:70vw; height:auto; border-radius:10px; }
.footer-social{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; }


/* .footer-social a{
  width:34px; height:34px;
  display:grid; place-items:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.55);
  background: transparent;
  color:#fff;
} */


.footer-social a:hover{ background: rgba(255,255,255,.10); }
.footer-social .icon{ width:18px; height:18px; }

.footer-nav{ display:flex; align-items:center; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
.footer-nav a{ color: rgba(255,255,255,.92); font-weight:700; font-size:.95rem; }
.footer-nav a:hover{ color:#fff; text-decoration: underline; }
.footer-sep{ color: rgba(239,68,68,.85); font-size:1.1rem; }

.footer-bottom{ padding:14px 0; }
.footer-bottom-grid{ display:grid; grid-template-columns: 1fr 1fr 1fr; gap:12px; align-items:center; }
.footer-links{ display:flex; gap:16px; flex-wrap:wrap; }
.footer-links a{ color: rgba(255,255,255,.86); font-weight:600; font-size:.92rem; }
.footer-links a:hover{ color:#fff; text-decoration: underline; }
.footer-support{ text-align:center; font-size:.92rem; color: rgba(255,255,255,.82); }
.footer-support a{ color:#fff; font-weight:700; }
.footer-copy{ text-align:right; display:flex; justify-content:flex-end; gap:10px; flex-wrap:wrap; font-size:.92rem; }
.footer-muted{ color: rgba(255,255,255,.72); }

/* Floating WhatsApp */
.wa-float{ position:fixed; right:18px; bottom:18px; z-index:90; text-decoration:none; }
.wa-circle{
  width:62px; height:62px;
  border-radius:999px;
  background:#25D366;
  box-shadow: 0 14px 28px rgba(0,0,0,.20);
  display:grid; place-items:center;
  border:3px solid rgba(255,255,255,.20);
}
.wa-icon{ width:26px; height:26px; }
.wa-float:hover .wa-circle{ filter:brightness(.98); transform: translateY(-1px); transition: transform .15s ease, filter .15s ease; }

@media (max-width: 980px){
  .contact-grid{ grid-template-columns:1fr; }
  .footer-bottom-grid{ grid-template-columns:1fr; }
  .footer-support{ text-align:left; }
  .footer-copy{ justify-content:flex-start; text-align:left; }
  .footer-nav{ justify-content:flex-start; }
}
@media (max-width: 980px){
  .hero-grid{
    grid-template-columns:1fr;
    align-items:start;
    padding:30px;
  }
}

/* Reference button style */
.btn-outline,
.btn.learn-more{
  background:#7b1626;
  color:#ffffff;
  border:1px solid #ffffff;
}
.btn-outline:hover,
.btn.learn-more:hover{
  background:#64111f;
}




/* Button visuals (brand) */
.btn{
  border-radius: var(--btn-radius);
  box-shadow: 0 10px 18px rgba(0,0,0,.12);
}
.btn:hover{
  box-shadow: 0 14px 26px rgba(0,0,0,.16), 0 0 0 3px var(--btn-glow);
}
.btn:focus-visible{
  outline: 3px solid rgba(255,255,255,.85);
  outline-offset: 3px;
  box-shadow: 0 14px 26px rgba(0,0,0,.16), 0 0 0 4px var(--btn-glow);
}

/* Keep square look where explicitly needed */
.contact-submit{ border-radius: 0; }


/* Accessibility: focus styles */
a:focus-visible,
summary:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible{
  outline: 3px solid rgba(177, 31, 54, .65);
  outline-offset: 3px;
}

.nav a:hover,
.footer-nav a:hover,
.footer-links a:hover{
  /* text-decoration: underline; */
  text-underline-offset: 3px;
}

.nav a:focus-visible,
.footer-nav a:focus-visible,
.footer-links a:focus-visible{
  border-radius: 10px;
  background: rgba(255,255,255,.10);
}

.drawer-nav a:focus-visible,
.drawer-dd > summary:focus-visible{
  background: #f4f4f5;
  border-color: rgba(177, 31, 54, .25);
}

.contact-form input:hover,
.contact-form textarea:hover{
  border-color: rgba(75,15,26,.55);
}


/* Make hero right image sit on the base of the hero block */
.hero-media-bottom{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  height:100%;
}
.hero-media-bottom img{
  display:block;
  width:min(420px, 100%);
  height:auto;
}


/* Journey steps */
.journey-wrap{margin-top:22px;}
.journey-steps{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  margin-top:18px;
}
.journey-step{
  width:92px;
  text-align:center;
}
.journey-dot{
  width:44px;
  height:44px;
  border-radius:999px;
  margin:0 auto 10px;
  border:2px solid rgba(177,31,54,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.08);
  color:#b11f36;
  font-weight:800;
}
.journey-label{
  font-size:12px;
  line-height:1.2;
  opacity:.85;
}
@media (max-width: 640px){
  .journey-step{width:100px;}
}

/* Two-up cards on home */
.home-two{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center; /* ✅ vertical center */
}
@media (max-width: 980px){
  .home-two{grid-template-columns:1fr;}
}

/* Video card button overlay */
.video-thumb{
  position:relative;
  border-radius: 14px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
}
.video-thumb img{display:block;width:100%;height:auto;}
.video-play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.video-play button{
  width:56px;height:56px;border-radius:999px;
  border:0;
  background: rgba(255,255,255,.85);
  box-shadow: 0 10px 18px rgba(0,0,0,.18);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
}
.video-play button:focus-visible{outline:3px solid rgba(177,31,54,.65); outline-offset:4px;}
.video-play svg{width:18px;height:18px;transform: translateX(1px);}

/* Dark band section like screenshot */
.section-band{
  background: radial-gradient(1200px 400px at 50% 0%, rgba(177,31,54,.25), rgba(0,0,0,0)),
              linear-gradient(180deg, rgba(75,15,26,1), rgba(46,10,18,1));
  color: #fff;
}
.section-band .h2, .section-band .p{color:#fff;}
.section-band .btn{border-color: rgba(255,255,255,.35);}


/* Borderless content panels (no outlined cards) */
.panel{
  background: rgba(255,255,255,.92);
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  padding: 18px;
}
.panel img{border-radius:14px;}
.panel--flat{background:transparent; box-shadow:none; padding:0;}


/* Reusable 2-col split layout */
.split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}

/* Flipped version (media left, copy right) */
.split--flip{
  grid-template-areas: "media copy";
}
.split--flip .split-media{ grid-area: media; }
.split--flip .split-copy{ grid-area: copy; }

/* Mobile behavior: same stacking as your existing 2-col section */
@media (max-width: 980px){
  .split{
    grid-template-columns: 1fr;
  }

  /* Keep consistent stacking: copy first, media second OR vice versa.
     Choose the SAME behavior your consultation section currently uses.
     If consultation stacks COPY then MEDIA, use this: */
  .split--flip .split-copy{ order: 1; }
  .split--flip .split-media{ order: 2; }
}

/* === LTR FIX FOR PHONE NUMBERS IN RTL MODE === */
.ltr-num,
a[href^="tel:"],
a[href*="wa.me"] {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    display: inline-block;
    text-align: left !important;
}
