
:root{
  --maroon:#5a0d1d;
  --maroon-2:#6a1225;
  --maroon-3:#7a1a31;
  --gold:#d2a54b;
  --gold-soft:#e6c981;
  --cream:#f7f3ec;
  --ink:#221a1d;
  --muted:#746a6d;
  --line:#e8dedf;
  --white:#fff;
}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Cairo",system-ui,-apple-system,sans-serif;
  background:var(--cream);
  color:var(--ink);
  line-height:1.8;
}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(90,13,29,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(210,165,75,.18)
}
.nav-wrap{height:82px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;color:#fff;min-width:max-content}
.brand-mark{
  width:42px;height:42px;border:1px solid var(--gold);
  display:grid;place-items:center;border-radius:12px;
  color:var(--gold);font-weight:800;font-size:20px
}
.brand strong{display:block;font-size:16px;line-height:1.35}
.brand span{display:block;color:#cdbfc3;font-size:11px}
.main-nav{display:flex;gap:24px;margin-inline:auto;color:#e7dce0;font-size:13px}
.main-nav a{transition:.2s}
.main-nav a:hover{color:var(--gold-soft)}
.portal-btn{
  color:var(--maroon);background:var(--gold);
  padding:11px 17px;border-radius:10px;font-size:13px;font-weight:800;
  display:flex;gap:9px;align-items:center
}
.arrow{font-family:Inter,sans-serif}
.menu-toggle{display:none;background:none;border:0;color:white;font-size:26px}

.hero{
  position:relative;overflow:hidden;
  min-height:720px;background:
    radial-gradient(circle at 75% 10%, rgba(210,165,75,.13), transparent 30%),
    linear-gradient(140deg,var(--maroon),#3f0916 75%);
  color:white;display:flex;align-items:center
}
.hero:after{
  content:"";position:absolute;inset:auto 0 0;height:170px;
  background:linear-gradient(transparent,rgba(0,0,0,.18))
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(60px);opacity:.18;background:var(--gold)}
.hero-glow-1{width:400px;height:400px;right:-180px;top:80px}
.hero-glow-2{width:280px;height:280px;left:5%;bottom:-100px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center;position:relative;z-index:2;padding:95px 0}
.eyebrow,.section-tag{font-size:12px;letter-spacing:.08em;font-weight:800;color:var(--gold);margin-bottom:18px}
.hero h1{font-size:58px;line-height:1.28;margin:0 0 20px;font-weight:800}
.hero h1 span{color:var(--gold-soft)}
.hero-copy>p{color:#d7cdd0;font-size:17px;max-width:680px;margin:0 0 30px}
.hero-actions{display:flex;gap:12px;margin-bottom:42px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:10px;font-weight:800;font-size:14px}
.btn-primary{background:var(--gold);color:var(--maroon)}
.btn-secondary{border:1px solid rgba(255,255,255,.24);color:white;background:rgba(255,255,255,.04)}
.trust-row{display:flex;gap:32px;border-top:1px solid rgba(255,255,255,.12);padding-top:24px}
.trust-row div{display:flex;flex-direction:column}
.trust-row strong{font-size:13px}
.trust-row span{font-size:11px;color:#af9fa4}
.hero-card{
  background:linear-gradient(160deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
  border:1px solid rgba(210,165,75,.28);border-radius:24px;
  padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.3)
}
.card-top{display:flex;align-items:center;gap:8px;color:#bbaeb2;font-size:11px;margin-bottom:42px}
.status-dot{width:8px;height:8px;border-radius:50%;background:var(--gold)}
.hero-card h3{font-size:35px;line-height:1.4;margin:0 0 14px}
.hero-card>p{color:#c8bcc0;font-size:14px;margin-bottom:26px}
.mini-dashboard{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}
.mini-kpi{padding:16px;border-radius:14px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.07)}
.mini-kpi.wide{grid-column:1/-1}
.mini-kpi span{display:block;color:#a99aa0;font-size:10px}
.mini-kpi strong{display:block;font-size:13px;margin-top:5px}
.card-link{color:var(--gold-soft);font-size:13px;font-weight:700}

.section{padding:100px 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:90px}
.section h2{font-size:40px;line-height:1.5;margin:0}
.lead{font-size:18px;color:#3e3337;margin-top:0}
.about p:not(.lead){color:var(--muted)}
.services{background:#fff}
.section-head{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:42px}
.section-head p{max-width:440px;color:var(--muted)}
.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-card{
  border:1px solid var(--line);border-radius:18px;padding:26px;background:#fff;
  min-height:260px;transition:.25s
}
.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(47,17,26,.07)}
.service-card .num{font:600 12px Inter;color:var(--gold);letter-spacing:.12em}
.service-card h3{font-size:20px;margin:56px 0 10px}
.service-card p{font-size:13px;color:var(--muted);margin:0}

.process{background:#f2ebe6}
.process> .container > h2{margin-bottom:40px}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #d8c8c4;padding-top:28px}
.step{padding-left:22px}
.step-no{
  width:35px;height:35px;border-radius:50%;display:grid;place-items:center;
  background:var(--maroon);color:var(--gold);font:700 12px Inter;margin-bottom:18px
}
.step h3{font-size:17px;margin:0 0 6px}
.step p{color:var(--muted);font-size:13px;margin:0}

.why-us{background:#fff}
.why-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}
.why-list{display:grid;gap:10px}
.why-item{display:flex;gap:16px;border-bottom:1px solid var(--line);padding:18px 0}
.why-item>span{color:var(--gold);font-weight:800}
.why-item h3{margin:0;font-size:16px}
.why-item p{margin:5px 0 0;font-size:13px;color:var(--muted)}

.portal-section{background:#fff;padding-top:0}
.portal-banner{
  background:linear-gradient(135deg,var(--maroon-2),var(--maroon-3));
  border-radius:24px;color:#fff;padding:46px 50px;
  display:flex;align-items:center;justify-content:space-between;gap:30px
}
.section-tag.light{color:var(--gold-soft)}
.portal-banner h2{font-size:32px}
.portal-banner p{color:#cabec2;margin-bottom:0}
.btn-gold{background:var(--gold);color:var(--maroon);min-width:180px}

.contact{background:var(--cream)}
.contact-grid{display:grid;grid-template-columns:1fr .9fr;gap:90px}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px 28px}
.contact-card>a,.contact-card>div{display:flex;justify-content:space-between;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}
.contact-card>*:last-child{border-bottom:0}
.contact-card span{color:var(--muted);font-size:12px}
.contact-card strong{font-size:13px;direction:ltr}

footer{background:#170307;color:#d9cdd1;padding:50px 0 30px}
.footer-wrap{display:grid;grid-template-columns:1fr auto;gap:30px}
footer strong{color:#fff}
footer p{font-size:12px;color:#907f85}
.footer-links{display:flex;gap:20px;font-size:12px}
.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08);padding-top:20px;font-size:11px;color:#7f6e74}

@media(max-width:950px){
  .main-nav{display:none;position:absolute;top:82px;right:20px;left:20px;background:#300710;padding:20px;border:1px solid rgba(210,165,75,.18);border-radius:14px;flex-direction:column}
  .main-nav.open{display:flex}
  .menu-toggle{display:block;margin-inline-start:auto}
  .portal-btn{display:none}
  .hero-grid,.two-col,.why-grid,.contact-grid{grid-template-columns:1fr;gap:45px}
  .hero h1{font-size:44px}
  .cards-grid{grid-template-columns:1fr 1fr}
  .timeline{grid-template-columns:1fr 1fr;gap:30px}
  .section-head{align-items:start;flex-direction:column}
}
@media(max-width:620px){
  .container{width:min(100% - 26px,1180px)}
  .hero{min-height:auto}
  .hero-grid{padding:70px 0}
  .hero h1{font-size:36px}
  .hero-copy>p{font-size:15px}
  .hero-actions,.trust-row{flex-direction:column}
  .trust-row{gap:15px}
  .cards-grid,.timeline{grid-template-columns:1fr}
  .section{padding:70px 0}
  .section h2{font-size:30px}
  .portal-banner{padding:32px 24px;flex-direction:column;align-items:stretch}
  .footer-wrap{grid-template-columns:1fr}
  .footer-links{flex-wrap:wrap}
}


/* Approved identity update: latest official logo on original V1 design */
.brand-logo{
  min-width:82px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.brand-logo img{
  width:82px;
  height:auto;
  display:block;
  filter:drop-shadow(0 5px 14px rgba(0,0,0,.22));
}
.hero-brand-lockup{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:-8px 0 16px;
}
.hero-brand-lockup img{
  width:150px;
  height:auto;
  display:block;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.28));
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:15px;
}
.footer-brand img{
  width:68px;
  height:auto;
  display:block;
}
@media(max-width:620px){
  .brand-logo{width:66px;min-width:66px;height:58px}
  .brand-logo img{width:68px}
  .hero-brand-lockup img{width:132px}
  .footer-brand{align-items:flex-start}
}


/* Lighter maroon update + clearer top logo */
.brand-logo{
  min-width:88px;
  width:88px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
.brand-logo img{
  width:72px;
  height:auto;
  display:block;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.24));
}

.site-header{
  box-shadow:0 8px 24px rgba(20,2,7,.12);
}

.hero{
  background:
    radial-gradient(circle at 75% 10%, rgba(210,165,75,.13), transparent 30%),
    radial-gradient(circle at 25% 18%, rgba(255,255,255,.03), transparent 20%),
    linear-gradient(140deg,var(--maroon),#3f0916 75%);
}

.hero-card{
  background:linear-gradient(160deg,rgba(255,255,255,.11),rgba(255,255,255,.045));
}

@media(max-width:620px){
  .brand-logo{
    min-width:72px;
    width:72px;
    height:58px;
  }
  .brand-logo img{
    width:58px;
  }
}


/* Centered hero update requested by user */
.brand-text{
  color:#fff;
  min-width:max-content;
  display:flex;
  align-items:center;
}
.brand-text strong{
  display:block;
  font-size:16px;
  line-height:1.35;
}
.brand-text span{
  display:block;
  color:#e8d8dc;
  font-size:11px;
}

.hero-grid{
  grid-template-columns:1fr !important;
  gap:0 !important;
  justify-items:center;
  text-align:center;
}
.hero-copy.hero-centered{
  max-width:860px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.hero-main-logo{
  margin:0 0 26px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero-main-logo img{
  width:240px;
  max-width:72vw;
  height:auto;
  display:block;
  filter:drop-shadow(0 16px 32px rgba(0,0,0,.28));
}
.hero-copy.hero-centered > p{
  margin-inline:auto;
}
.hero-copy .eyebrow{
  text-align:center;
}
.trust-row-center{
  justify-content:center;
  width:100%;
}
.trust-row-center div{
  align-items:center;
}
.hero h1{
  max-width:900px;
}

@media(max-width:950px){
  .hero-grid{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:620px){
  .hero-main-logo img{
    width:190px;
  }
}


/* =========================================
   Luxury refinement — keeps approved V1 base
   ========================================= */

:root{
  --gold:#d8a74a;
  --gold-soft:#efd08e;
}

/* Page background and overall tone */
body{
  background:
    radial-gradient(circle at 50% 6%, rgba(255,255,255,.035), transparent 16%),
    radial-gradient(circle at 50% 10%, rgba(216,167,74,.08), transparent 24%),
    linear-gradient(180deg, #6f152b 0%, #651227 12%, #5a0d1d 28%, #4b0b18 52%, #3f0915 100%);
}

/* Header premium feel */
.site-header{
  background:
    linear-gradient(180deg, rgba(111,21,43,.88), rgba(90,13,29,.78));
  border-bottom:1px solid rgba(239,208,142,.18);
  box-shadow:
    0 10px 34px rgba(27,4,10,.18),
    inset 0 -1px 0 rgba(255,255,255,.03);
}

.main-nav a{
  font-weight:600;
  letter-spacing:.01em;
}

.main-nav a:hover{
  color:var(--gold-soft);
  text-shadow:0 0 14px rgba(239,208,142,.16);
}

.portal-btn{
  background:linear-gradient(180deg, #f0c661 0%, #d8a74a 100%);
  box-shadow:
    0 8px 22px rgba(0,0,0,.18),
    0 0 0 1px rgba(255,255,255,.08) inset;
  transition:transform .18s ease, box-shadow .18s ease;
}
.portal-btn:hover{
  transform:translateY(-1px);
  box-shadow:
    0 12px 28px rgba(0,0,0,.22),
    0 0 0 1px rgba(255,255,255,.10) inset;
}

/* Hero area */
.hero{
  background:
    radial-gradient(circle at 50% 6%, rgba(255,255,255,.045), transparent 15%),
    radial-gradient(circle at 75% 10%, rgba(216,167,74,.16), transparent 30%),
    radial-gradient(circle at 25% 18%, rgba(255,255,255,.04), transparent 20%),
    linear-gradient(140deg, #6f152b 0%, #5a0d1d 45%, #430b17 78%, #360812 100%);
}
.hero:after{
  background:linear-gradient(transparent, rgba(0,0,0,.15));
}

.hero-main-logo img{
  filter:
    drop-shadow(0 18px 34px rgba(0,0,0,.24))
    drop-shadow(0 0 18px rgba(216,167,74,.08));
}

.eyebrow{
  color:var(--gold-soft);
  letter-spacing:.12em;
  text-transform:none;
}

.hero h1{
  text-shadow:
    0 10px 34px rgba(0,0,0,.18),
    0 0 18px rgba(255,255,255,.02);
}

.hero-copy.hero-centered > p{
  color:#f0e4e1;
  max-width:720px;
}

.btn-primary{
  background:linear-gradient(180deg, #f0c661 0%, #d8a74a 100%);
  box-shadow:
    0 12px 30px rgba(0,0,0,.18),
    0 0 0 1px rgba(255,255,255,.08) inset;
  transition:transform .18s ease, box-shadow .18s ease;
}
.btn-primary:hover{
  transform:translateY(-1px);
  box-shadow:
    0 16px 32px rgba(0,0,0,.22),
    0 0 0 1px rgba(255,255,255,.10) inset;
}

.btn-secondary{
  border:1px solid rgba(239,208,142,.34);
  background:rgba(255,255,255,.05);
  backdrop-filter:blur(4px);
}
.btn-secondary:hover{
  border-color:rgba(239,208,142,.55);
  background:rgba(255,255,255,.07);
}

.trust-row{
  border-top:1px solid rgba(239,208,142,.18);
  padding-top:28px;
}
.trust-row strong{
  color:#fff4df;
}
.trust-row span{
  color:#d8c4c9;
}

/* Light luxury glass */
.service-card,
.contact-card,
.portal-banner{
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.92));
  border-color:#eadfd7;
  box-shadow:
    0 18px 44px rgba(47,17,26,.08),
    0 1px 0 rgba(255,255,255,.8) inset;
}

.service-card{
  border-radius:20px;
}
.service-card:hover{
  transform:translateY(-7px);
  box-shadow:
    0 24px 56px rgba(47,17,26,.10),
    0 1px 0 rgba(255,255,255,.85) inset;
}
.service-card h3{
  color:#2e2025;
}
.service-card p{
  color:#6b5f63;
}

.process{
  background:
    linear-gradient(180deg, #f6f0eb 0%, #f1e7df 100%);
}
.timeline{
  border-top:1px solid #ddcec9;
}
.step-no{
  box-shadow:0 8px 20px rgba(47,17,26,.08);
}

.why-us{
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf8f4 100%);
}
.why-item{
  border-bottom:1px solid #eee3dd;
}
.why-item h3{
  color:#2b1e22;
}
.why-item p{
  color:#6e6266;
}

/* Portal banner: richer premium block */
.portal-banner{
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.06), transparent 20%),
    linear-gradient(135deg, #6b1227 0%, #571021 48%, #430b17 100%);
  border:1px solid rgba(239,208,142,.25);
  box-shadow:
    0 28px 70px rgba(37,7,14,.18),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.portal-banner h2{
  color:#fff7ef;
}
.portal-banner p{
  color:#ddcfd3;
}
.btn-gold{
  background:linear-gradient(180deg, #f0c661 0%, #d8a74a 100%);
  box-shadow:
    0 10px 28px rgba(0,0,0,.18),
    0 0 0 1px rgba(255,255,255,.08) inset;
}

/* Contact and footer */
.contact{
  background:
    linear-gradient(180deg, #f8f3ee 0%, #f2eae3 100%);
}
.contact-card{
  border-radius:22px;
}
.contact-card strong{
  color:#32272b;
}

footer{
  background:linear-gradient(180deg, #25040d 0%, #180207 100%);
}
.footer-brand img{
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.26));
}
.copyright{
  color:#9b8a8f;
}

/* Small luxury micro details */
.brand-logo img,
.brand-text{
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.14));
}

.section-tag,
.eyebrow{
  position:relative;
}

.section-tag:after,
.eyebrow:after{
  content:"";
  display:block;
  width:46px;
  height:1px;
  margin:10px auto 0;
  background:linear-gradient(90deg, transparent, rgba(239,208,142,.8), transparent);
}

@media(max-width:620px){
  body{
    background:
      radial-gradient(circle at 50% 6%, rgba(255,255,255,.03), transparent 14%),
      linear-gradient(180deg, #6a1328 0%, #5a0d1d 30%, #430b17 100%);
  }
}


/* ======================================================
   FINAL CALM / UNIFORM PORTAL-STYLE PALETTE
   Keep one main burgundy throughout the website.
   ====================================================== */

:root{
  --portal-maroon:#300710;
  --portal-maroon-soft:#360912;
  --portal-card:#3a0a15;
  --portal-gold:#d5a83f;
  --portal-gold-soft:#e7c873;
  --portal-text:#fff7f2;
  --portal-muted:#cbbdc1;
}

/* ONE calm background system */
html,
body{
  background:var(--portal-maroon) !important;
}

body{
  color:var(--portal-text);
}

/* Header */
.site-header{
  background:rgba(48,7,16,.96) !important;
  border-bottom:1px solid rgba(213,168,63,.18) !important;
  box-shadow:0 8px 22px rgba(0,0,0,.10) !important;
}

/* Hero */
.hero{
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,.025), transparent 22%),
    var(--portal-maroon) !important;
}

.hero:after{
  background:linear-gradient(transparent, rgba(0,0,0,.08)) !important;
}

.hero h1,
.hero h1 span{
  text-shadow:none !important;
}

.hero h1 span{
  color:var(--portal-gold-soft) !important;
}

.hero-copy.hero-centered > p{
  color:#ddcfd3 !important;
}

.eyebrow,
.section-tag{
  color:var(--portal-gold-soft) !important;
}

/* Buttons */
.portal-btn,
.btn-primary,
.btn-gold{
  background:var(--portal-gold) !important;
  color:var(--portal-maroon) !important;
  box-shadow:none !important;
}

.btn-secondary{
  background:transparent !important;
  border:1px solid rgba(213,168,63,.36) !important;
  color:#f4e6c8 !important;
}

/* Trust row */
.trust-row{
  border-top:1px solid rgba(213,168,63,.16) !important;
}
.trust-row strong{color:#fff4e8 !important}
.trust-row span{color:#bfaeb3 !important}

/* White content areas are softened to avoid harsh contrast */
.about,
.process,
.why-us,
.contact{
  background:#f7f3ef !important;
  color:#281d21 !important;
}

.about-copy p,
.process .step p,
.why-item p,
.contact-card span{
  color:#76696d !important;
}

/* Services: same burgundy, no competing shades */
.services{
  background:var(--portal-maroon) !important;
}

.service-card{
  background:rgba(255,255,255,.035) !important;
  border:1px solid rgba(213,168,63,.20) !important;
  box-shadow:none !important;
}

.service-card:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(213,168,63,.34) !important;
  box-shadow:none !important;
}

.service-card h3{
  color:#fff7f2 !important;
}
.service-card p{
  color:#cbbdc1 !important;
}

/* Process: soft cream with the same burgundy accent */
.process{
  background:#f4efe9 !important;
}
.step-no{
  background:var(--portal-maroon) !important;
  color:var(--portal-gold-soft) !important;
  box-shadow:none !important;
}

/* Why us */
.why-us{
  background:#f8f5f1 !important;
}
.why-item{
  border-bottom:1px solid #e6ddd9 !important;
}

/* Client portal block: SAME MAROON */
.portal-section{
  background:#f8f5f1 !important;
}
.portal-banner{
  background:var(--portal-maroon) !important;
  border:1px solid rgba(213,168,63,.28) !important;
  box-shadow:none !important;
}
.portal-banner h2{
  color:#fff7f2 !important;
}
.portal-banner p{
  color:#cbbdc1 !important;
}

/* Contact */
.contact{
  background:#f5f0eb !important;
}
.contact-card{
  background:#fffdfb !important;
  box-shadow:none !important;
  border:1px solid #e6dcd8 !important;
}

/* Footer */
footer{
  background:var(--portal-maroon) !important;
}
.footer-links a{
  color:#d8c9cd !important;
}
.copyright{
  color:#9d8c91 !important;
}

/* Launch-ready privacy notice follows the approved public-site identity. */
.privacy-nav-wrap{justify-content:space-between}
.privacy-return{margin-inline-start:auto;color:#e7dce0;font-size:13px}
.privacy-return:hover{color:var(--gold-soft)}
.privacy-main{min-height:calc(100vh - 260px);padding:76px 0 96px;background:#f7f3ee}
.privacy-layout{max-width:940px}
.privacy-intro{text-align:center;margin:0 auto 36px}
.privacy-intro .section-tag{display:block;margin-bottom:12px}
.privacy-intro h1{margin:0;color:#300710;font-size:clamp(29px,5vw,43px);line-height:1.45}
.privacy-intro>p{max-width:700px;margin:12px auto 0;color:#716367;font-size:15px}
.privacy-panel{padding:36px 40px;border:1px solid #e6ddd7;border-radius:18px;background:#fffdfb}
.privacy-panel section+section{margin-top:26px;padding-top:24px;border-top:1px solid #eee6e1}
.privacy-panel h2{margin:0 0 8px;color:#42101c;font-size:19px}
.privacy-panel p{margin:0;color:#65565b;font-size:14px;line-height:1.95}
.privacy-panel a{color:#7d3440;font-weight:700}
.privacy-footer-wrap{align-items:center}
@media(max-width:640px){.privacy-nav-wrap{gap:11px}.privacy-return{font-size:11px}.privacy-nav-wrap .portal-btn{padding:9px 11px;font-size:11px}.privacy-main{padding:55px 0 70px}.privacy-panel{padding:25px 20px}.privacy-panel h2{font-size:17px}.privacy-panel p{font-size:13px}}

/* Remove excess glow/gradient feel */
.hero-glow{
  opacity:.06 !important;
}
.bg-glow,
.light{
  opacity:.04 !important;
}

/* Cleaner visual rhythm */
.section{
  padding-top:92px;
  padding-bottom:92px;
}

.service-card,
.portal-banner,
.contact-card{
  border-radius:18px !important;
}

/* Gold decorative lines remain subtle */
.section-tag:after,
.eyebrow:after{
  background:rgba(213,168,63,.45) !important;
}

/* Mobile */
@media(max-width:620px){
  html,
  body,
  .hero,
  .services,
  footer{
    background:var(--portal-maroon) !important;
  }
}


/* ==========================================
   Expansion-ready sections:
   Partners / Achievements / News
   ========================================== */

.centered-section-head{
  flex-direction:column;
  align-items:center;
  text-align:center;
  max-width:760px;
  margin-inline:auto;
}

.centered-section-head p{
  max-width:620px;
  margin-inline:auto;
}

.partners-section{
  background:#f7f3ef !important;
  color:#281d21;
}

.partners-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.partner-placeholder{
  min-height:120px;
  border:1px solid #e5dad6;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fffdfb;
  color:#a39498;
  font-size:13px;
  box-shadow:none;
}

.achievements-section{
  background:var(--portal-maroon) !important;
}

.achievements-section .section-head h2{
  color:#fff7f2;
}

.achievements-section .section-head p{
  color:#cbbdc1;
}

.achievement-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.achievement-card{
  border:1px solid rgba(213,168,63,.20);
  background:rgba(255,255,255,.035);
  border-radius:18px;
  min-height:170px;
  padding:28px 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.achievement-card strong{
  font-size:38px;
  line-height:1;
  color:var(--portal-gold-soft);
  margin-bottom:14px;
  font-weight:700;
}

.achievement-card span{
  color:#d7c8cc;
  font-size:13px;
}

.news-section{
  background:#f8f5f1 !important;
  color:#281d21;
}

.news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.news-card{
  overflow:hidden;
  border:1px solid #e5dad6;
  border-radius:18px;
  background:#fffdfb;
}

.news-image-placeholder{
  min-height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#efe8e3;
  color:#9c8b90;
  font-size:13px;
  border-bottom:1px solid #e5dad6;
}

.news-body{
  padding:20px;
}

.news-date{
  display:block;
  color:#b58a34;
  font-size:11px;
  font-weight:700;
  margin-bottom:9px;
}

.news-card h3{
  margin:0 0 9px;
  font-size:17px;
  color:#2f2226;
}

.news-card p{
  margin:0;
  color:#76696d;
  font-size:13px;
  line-height:1.9;
}

@media(max-width:950px){
  .partners-grid,
  .achievement-grid{
    grid-template-columns:repeat(2,1fr);
  }

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

@media(max-width:620px){
  .partners-grid,
  .achievement-grid,
  .news-grid{
    grid-template-columns:1fr;
  }

  .partner-placeholder{
    min-height:100px;
  }
}

.partner-live{flex-direction:column;gap:10px;padding:15px}
.partner-live img{max-width:150px;max-height:70px;object-fit:contain}
.partner-live span{font-size:12px;color:#72666a}
.news-image-placeholder.live-image{padding:0;overflow:hidden}
.news-image-placeholder.live-image img{width:100%;height:180px;object-fit:cover}
