/* Reda Ezzat Website Installer — Genius Grid & Editorial Blog v1.6.0
   Source-of-truth visual policy: user-supplied HTML card system.
   Exact card formula: 1px translucent line, dual-layer translucent gradient,
   26px radius, 0 18px 60px rgba(0,0,0,.55), blur(12px).
*/

:root{
  --rezz-v16-bg:#1F2430;
  --rezz-v16-bg2:#232938;
  --rezz-v16-green:#4FD1A5;
  --rezz-v16-orange:#FF9F43;
  --rezz-v16-white:#FFFFFF;
  --rezz-v16-muted:#B6BCCB;
  --rezz-v16-line:rgba(255,255,255,.08);
  --rezz-v16-card:rgba(255,255,255,.04);
  --rezz-v16-card2:rgba(255,255,255,.02);
  --rezz-v16-shadow:0 18px 60px rgba(0,0,0,.55);
  --rezz-v16-radius:26px;
  --rezz-v16-radius-sm:18px;
  --rezz-v16-max:1160px;
  --rezz-v16-light:#F7F8FA;
  --rezz-v16-light-card:#FFFFFF;
  --rezz-v16-ink:#111827;
  --rezz-v16-light-muted:#5D6676;
  --rezz-v16-light-line:rgba(17,24,39,.09);
  --rezz-v16-light-shadow:0 18px 55px rgba(17,24,39,.09);
}

/* ============================ DARK SITE SHELL ============================ */
body.rezz-site:not(.rezz-light-editorial){
  background:
    radial-gradient(900px 600px at 15% 10%,rgba(79,209,165,.12),transparent 55%),
    radial-gradient(900px 650px at 85% 20%,rgba(255,159,67,.12),transparent 55%),
    linear-gradient(180deg,var(--rezz-v16-bg),var(--rezz-v16-bg2))!important;
  background-attachment:fixed!important;
}

/* The reference rhythm: enough air between sections without disconnected islands. */
.rezz-home--section{padding:96px 20px!important;scroll-margin-top:92px!important}
.rezz-section--hero{padding-top:74px!important;padding-bottom:88px!important}
.rezz-section--philosophy{padding-top:56px!important;padding-bottom:92px!important}
.rezz-section--home-contact{padding-top:86px!important;padding-bottom:94px!important}
.rezz-shell{width:min(100%,var(--rezz-v16-max))!important;max-width:var(--rezz-v16-max)!important}

/* ============================ TYPOGRAPHY ============================ */
.rezz-site .rezz-heading--hero .elementor-heading-title{
  font-size:clamp(44px,4.8vw,68px)!important;
  line-height:1.02!important;
  letter-spacing:-1.55px!important;
  font-weight:700!important;
}
.rezz-site .rezz-heading--section .elementor-heading-title,
.rezz-site .rezz-heading--philosophy .elementor-heading-title{
  font-size:clamp(38px,4vw,56px)!important;
  line-height:1.08!important;
  letter-spacing:-1px!important;
  font-weight:700!important;
  max-width:940px!important;
}
.rezz-site .rezz-heading--home-contact .elementor-heading-title{
  font-size:clamp(32px,3.4vw,48px)!important;
  line-height:1.12!important;
  letter-spacing:-.8px!important;
  font-weight:700!important;
}
.rezz-site .rezz-text,.rezz-site .rezz-text p,.rezz-site .rezz-icon-box .elementor-icon-box-description{font-size:16px!important;line-height:1.75!important}
.rezz-site .rezz-eyebrow p,.rezz-site .rezz-brand-label p,.rezz-site .rezz-cert-issuer p{font-size:12px!important}
.rezz-site .rezz-icon-box .elementor-icon-box-title{font-size:20px!important;line-height:1.3!important;font-weight:700!important}
.rezz-site .rezz-heading--stat .elementor-heading-title{font-size:24px!important;font-weight:700!important}

/* Animated gradient is confined to highlighted words and dynamic post titles. */
.rezz-gradient-text,
.rezz-gradient-heading.rezz-single-title .elementor-heading-title{
  background:linear-gradient(105deg,var(--rezz-v16-orange) 0%,#FFC16F 30%,var(--rezz-v16-green) 68%,#84EBCB 100%)!important;
  background-size:220% 220%!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  animation:rezzV16Gradient 7s ease-in-out infinite!important;
}
@keyframes rezzV16Gradient{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}

/* ============================ EXACT REFERENCE CARD FORMULA ============================ */
.rezz-site:not(.rezz-light-editorial) .rezz-card,
.rezz-site:not(.rezz-light-editorial) .rezz-reference-mini-card,
.rezz-site:not(.rezz-light-editorial) .rezz-home-contact-panel,
.rezz-site:not(.rezz-light-editorial) .rezz-shell--testimonials{
  border:1px solid var(--rezz-v16-line)!important;
  background:linear-gradient(180deg,var(--rezz-v16-card),var(--rezz-v16-card2))!important;
  border-radius:var(--rezz-v16-radius)!important;
  box-shadow:var(--rezz-v16-shadow)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  backdrop-filter:blur(12px)!important;
}
.rezz-site:not(.rezz-light-editorial) .rezz-card::before{display:none!important}
.rezz-site:not(.rezz-light-editorial) .rezz-card:hover,
.rezz-site:not(.rezz-light-editorial) .rezz-reference-mini-card:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(79,209,165,.22)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.026))!important;
  box-shadow:0 22px 68px rgba(0,0,0,.58)!important;
}

/* ============================ HEADER / MAIN MENU ============================ */
.rezz-header{padding:12px 20px!important}
.rezz-header-bar{
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  gap:24px!important;
  align-items:center!important;
  max-width:var(--rezz-v16-max)!important;
}
.rezz-header .rezz-col--brand{display:flex!important;align-items:center!important;justify-content:flex-start!important}
.rezz-header .rezz-logo img{width:74px!important;height:54px!important;object-fit:contain!important}
.rezz-header .rezz-col--nav{min-width:0!important}
.rezz-nav .elementor-nav-menu{justify-content:center!important;gap:3px!important}
.rezz-nav .elementor-item{font-size:12px!important;font-weight:700!important;letter-spacing:.01em!important;padding:9px 11px!important}
.rezz-nav .sub-menu{
  min-width:260px!important;
  padding:10px!important;
  border:1px solid var(--rezz-v16-line)!important;
  border-radius:18px!important;
  background:rgba(31,36,48,.97)!important;
  box-shadow:var(--rezz-v16-shadow)!important;
  backdrop-filter:blur(16px)!important;
}
.rezz-nav .sub-menu .elementor-sub-item{border-radius:10px!important;color:var(--rezz-v16-muted)!important;font-size:12px!important;padding:10px 12px!important}
.rezz-nav .sub-menu .elementor-sub-item:hover{background:rgba(79,209,165,.10)!important;color:#fff!important}
.rezz-header .rezz-col--actions{position:static!important;transform:none!important;justify-self:end!important}
.rezz-header .rezz-button .elementor-button{white-space:nowrap!important}

/* ============================ HERO ============================ */
.rezz-split--hero{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;gap:24px!important}
.rezz-col--hero-copy{
  padding:34px!important;
  border-radius:var(--rezz-v16-radius)!important;
  border:1px solid var(--rezz-v16-line)!important;
  background:linear-gradient(180deg,var(--rezz-v16-card),var(--rezz-v16-card2))!important;
  box-shadow:var(--rezz-v16-shadow)!important;
  backdrop-filter:blur(12px)!important;
}
.rezz-col--hero-media{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.rezz-media-frame--hero{
  position:relative!important;
  padding:16px!important;
  border:1px solid var(--rezz-v16-line)!important;
  border-radius:var(--rezz-v16-radius)!important;
  background:linear-gradient(180deg,var(--rezz-v16-card),var(--rezz-v16-card2))!important;
  box-shadow:var(--rezz-v16-shadow)!important;
  overflow:hidden!important;
}
.rezz-media-frame--hero::before{
  content:""!important;position:absolute!important;inset:-120px!important;
  background:radial-gradient(circle at 30% 25%,rgba(79,209,165,.22),transparent 44%),radial-gradient(circle at 80% 75%,rgba(255,159,67,.15),transparent 42%)!important;
  filter:blur(24px)!important;pointer-events:none!important
}
.rezz-image--hero{position:relative!important;z-index:1!important}
.rezz-image--hero img{width:100%!important;aspect-ratio:4/5!important;object-fit:cover!important;object-position:center 20%!important;border-radius:20px!important;display:block!important}
.rezz-hero-trustbar{position:absolute!important;z-index:3!important;left:30px!important;right:30px!important;bottom:30px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
.rezz-hero-trustbar>.elementor-widget{
  padding:12px 14px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(180deg,rgba(0,0,0,.40),rgba(0,0,0,.22))!important;backdrop-filter:blur(12px)!important;box-shadow:0 14px 40px rgba(0,0,0,.42)!important
}
.rezz-hero-trustbar p{font-size:12px!important;line-height:1.45!important;color:#fff!important;margin:0!important}

/* Redesign of the attached Strategy/Data/Real/Long-Term stack: compact 2×2, HTML-reference card styling. */
.rezz-hero-rail.rezz-reference-mini-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;width:100%!important}
.rezz-reference-mini-card{padding:18px!important;min-height:132px!important;text-align:left!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important}
.rezz-reference-mini-card .elementor-icon-box-wrapper{display:grid!important;grid-template-columns:42px 1fr!important;grid-template-rows:auto auto!important;column-gap:14px!important;align-items:center!important;text-align:left!important}
.rezz-reference-mini-card .elementor-icon-box-icon{grid-row:1/3!important;margin:0!important}
.rezz-reference-mini-card .elementor-icon{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border-radius:14px!important;border:1px solid rgba(79,209,165,.28)!important;background:rgba(79,209,165,.08)!important;color:var(--rezz-v16-green)!important;font-size:16px!important}
.rezz-reference-mini-card .elementor-icon-box-title{margin:0 0 4px!important;color:#fff!important;font-size:20px!important}
.rezz-reference-mini-card .elementor-icon-box-description{margin:0!important;color:var(--rezz-v16-muted)!important;font-size:16px!important;line-height:1.5!important}

/* ============================ SECTION HEADS ============================ */
.rezz-home--section:not(.rezz-section--hero):not(.rezz-section--home-contact)>.rezz-home--shell>.rezz-eyebrow{margin-bottom:4px!important}
.rezz-home--section:not(.rezz-section--hero):not(.rezz-section--home-contact)>.rezz-home--shell>.rezz-heading{margin-bottom:4px!important}
.rezz-home--section:not(.rezz-section--hero):not(.rezz-section--home-contact)>.rezz-home--shell>.rezz-text--intro{max-width:760px!important;margin:10px auto 34px!important}

/* ============================ SERVICES ============================ */
.rezz-home-services-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
.rezz-home-service-card{padding:24px!important;min-height:236px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;text-align:left!important}
.rezz-home-service-card .rezz-icon-box .elementor-icon-box-wrapper{text-align:left!important}
.rezz-home-service-card .rezz-icon-box .elementor-icon{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.10)!important;background:rgba(255,255,255,.03)!important;color:var(--rezz-v16-green)!important;margin-bottom:14px!important}
.rezz-home-service-card .elementor-icon-box-title{font-size:20px!important;color:#fff!important;margin:0 0 8px!important}
.rezz-home-service-card .elementor-icon-box-description{font-size:16px!important;color:var(--rezz-v16-muted)!important;line-height:1.7!important}
.rezz-home-service-card .rezz-button--link{margin-top:16px!important}
.rezz-home-service-card .rezz-button--link .elementor-button{font-size:12px!important;font-weight:700!important}

/* ============================ CLIENT GRID ============================ */
.rezz-home-brands-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}
.rezz-client-card{
  padding:22px 14px!important;min-height:154px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important
}
.rezz-client-card .rezz-image--logo-strip img{width:auto!important;max-width:145px!important;max-height:64px!important;object-fit:contain!important;filter:none!important;opacity:.96!important;transition:transform .22s ease,opacity .22s ease!important}
.rezz-client-card:hover .rezz-image--logo-strip img{transform:scale(1.035)!important;opacity:1!important}
.rezz-client-card .rezz-brand-label{margin-top:14px!important}
.rezz-client-card .rezz-brand-label p{margin:0!important;color:var(--rezz-v16-muted)!important;font-size:12px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important}

/* ============================ CERTIFICATES ONLY — NO RESULTS ON HOME ============================ */
.rezz-home-certs-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.rezz-cert-card{padding:10px!important;border-radius:24px!important;min-height:100%!important;text-align:left!important}
.rezz-cert-card .rezz-image--cert img{width:100%!important;aspect-ratio:4/5!important;object-fit:contain!important;background:#fff!important;border-radius:16px!important;padding:10px!important;display:block!important}
.rezz-cert-card .rezz-heading--cert-card .elementor-heading-title{font-size:20px!important;line-height:1.3!important;margin:16px 10px 6px!important;color:#fff!important}
.rezz-cert-card .rezz-cert-issuer p{margin:0 10px 10px!important;font-size:12px!important;color:var(--rezz-v16-muted)!important}

/* ============================ PHILOSOPHY ============================ */
.rezz-philosophy-panel{
  padding:54px 48px 50px!important;
  border-radius:32px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(160deg,rgba(79,209,165,.10),rgba(255,159,67,.06) 60%,rgba(31,36,48,.40))!important;
  box-shadow:0 30px 80px rgba(0,0,0,.45)!important;
}
.rezz-philosophy-panel::before{width:600px!important;height:600px!important;top:-300px!important;right:-190px!important;background:radial-gradient(circle,rgba(79,209,165,.26),transparent 65%)!important}
.rezz-philosophy-principles{gap:18px!important;margin-top:10px!important}
.rezz-principle-card{padding:24px!important;border-radius:20px!important;background:rgba(20,24,34,.55)!important;box-shadow:none!important;min-height:182px!important}
.rezz-principle-num p{font-size:12px!important}
.rezz-principle-card .elementor-icon-box-title{font-size:20px!important;color:#fff!important}
.rezz-principle-card .elementor-icon-box-description{font-size:16px!important;color:var(--rezz-v16-muted)!important}

/* ============================ TESTIMONIALS ============================ */
.rezz-shell--testimonials{padding:18px!important}
.rezz-home-testimonials-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
.rezz-testimonial-card{padding:24px!important;border-radius:22px!important;box-shadow:none!important;background:rgba(255,255,255,.02)!important;min-height:228px!important}
.rezz-testimonial-quote p{font-size:16px!important;line-height:1.85!important;color:var(--rezz-v16-muted)!important}
.rezz-testimonial-role p{font-size:16px!important;font-weight:700!important;color:#fff!important}
.rezz-testimonial-sector p{font-size:12px!important;color:var(--rezz-v16-orange)!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.08em!important}

/* ============================ CONTACT ============================ */
.rezz-home-contact-panel{padding:42px!important;grid-template-columns:.92fr 1.08fr!important;gap:42px!important}
.rezz-home-contact-copy>.rezz-eyebrow{justify-content:flex-start!important;margin-left:0!important}
.rezz-form .elementor-field{font-size:16px!important}

/* ============================ MOTION ============================ */
.rezz-motion-section.rezz-anim{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.25,1)}
.rezz-motion-section.rezz-anim.rezz-in{opacity:1;transform:none}
.rezz-motion-section.rezz-in .rezz-card,
.rezz-motion-section.rezz-in .rezz-client-card,
.rezz-motion-section.rezz-in .rezz-reference-mini-card{animation:rezzV16CardIn .62s both cubic-bezier(.2,.75,.25,1)}
.rezz-motion-section.rezz-in .rezz-card:nth-child(2),.rezz-motion-section.rezz-in .rezz-client-card:nth-child(2){animation-delay:.06s}
.rezz-motion-section.rezz-in .rezz-card:nth-child(3),.rezz-motion-section.rezz-in .rezz-client-card:nth-child(3){animation-delay:.12s}
.rezz-motion-section.rezz-in .rezz-card:nth-child(4),.rezz-motion-section.rezz-in .rezz-client-card:nth-child(4){animation-delay:.18s}
.rezz-motion-section.rezz-in .rezz-card:nth-child(5),.rezz-motion-section.rezz-in .rezz-client-card:nth-child(5){animation-delay:.24s}
@keyframes rezzV16CardIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}

/* ============================ LIGHT EDITORIAL BLOG ============================ */
body.rezz-light-editorial{
  background:
    radial-gradient(900px 560px at 12% 3%,rgba(79,209,165,.10),transparent 52%),
    radial-gradient(760px 520px at 88% 8%,rgba(255,159,67,.09),transparent 50%),
    linear-gradient(180deg,#FBFCFD,var(--rezz-v16-light))!important;
  color:var(--rezz-v16-ink)!important;
}
body.rezz-light-editorial .rezz-whatsapp-float{box-shadow:0 12px 30px rgba(37,211,102,.27)!important}
body.rezz-light-editorial .rezz-header{
  background:rgba(255,255,255,.88)!important;
  border-bottom:1px solid var(--rezz-v16-light-line)!important;
  box-shadow:0 8px 30px rgba(17,24,39,.05)!important;
}
body.rezz-light-editorial .rezz-nav .elementor-item{color:#596273!important}
body.rezz-light-editorial .rezz-nav .elementor-item:hover,body.rezz-light-editorial .rezz-nav .elementor-item.elementor-item-active{color:#111827!important;background:rgba(79,209,165,.10)!important;border-color:rgba(79,209,165,.18)!important}
body.rezz-light-editorial .rezz-nav .sub-menu{background:rgba(255,255,255,.98)!important;border-color:var(--rezz-v16-light-line)!important;box-shadow:var(--rezz-v16-light-shadow)!important}
body.rezz-light-editorial .rezz-nav .sub-menu .elementor-sub-item{color:#596273!important}
body.rezz-light-editorial .rezz-nav .sub-menu .elementor-sub-item:hover{color:#111827!important}
body.rezz-light-editorial .rezz-header .rezz-button .elementor-button{color:#0F513F!important;background:rgba(79,209,165,.12)!important;border-color:rgba(79,209,165,.34)!important}
body.rezz-light-editorial .rezz-footer{background:#fff!important;border-top:1px solid var(--rezz-v16-light-line)!important;color:var(--rezz-v16-ink)!important}
body.rezz-light-editorial .rezz-footer .elementor-heading-title{color:var(--rezz-v16-ink)!important}
body.rezz-light-editorial .rezz-footer .rezz-text p,body.rezz-light-editorial .rezz-footer .rezz-button--link .elementor-button{color:var(--rezz-v16-light-muted)!important}
body.rezz-light-editorial .rezz-footer-bottom{border-color:var(--rezz-v16-light-line)!important}

.rezz-blog-section,.rezz-single-section{padding:92px 20px!important;background:transparent!important}
.rezz-blog-hero{padding-top:112px!important;padding-bottom:72px!important}
.rezz-blog-shell,.rezz-single-shell{width:min(100%,var(--rezz-v16-max))!important;max-width:var(--rezz-v16-max)!important;margin-inline:auto!important}
.rezz-blog-shell--hero{align-items:center!important;text-align:center!important;gap:18px!important}
.rezz-site.rezz-blog-index .rezz-eyebrow p,.rezz-blog-index .rezz-eyebrow p,.rezz-blog-single .rezz-eyebrow p{color:#188A6D!important}
.rezz-blog-index .rezz-heading .elementor-heading-title,.rezz-blog-single .rezz-heading .elementor-heading-title{color:var(--rezz-v16-ink)!important}
.rezz-heading--blog-hero .elementor-heading-title{font-size:clamp(48px,6vw,76px)!important;line-height:1.02!important;letter-spacing:-1.7px!important;max-width:960px!important;margin-inline:auto!important;font-weight:700!important}
.rezz-heading--blog-section .elementor-heading-title{font-size:clamp(38px,4.6vw,58px)!important;line-height:1.08!important;letter-spacing:-1.1px!important;max-width:900px!important;margin-inline:auto!important;font-weight:700!important}
.rezz-text--blog-lede p,.rezz-text--blog-intro p{max-width:760px!important;margin-inline:auto!important;color:var(--rezz-v16-light-muted)!important;font-size:16px!important;line-height:1.8!important}

/* Elementor Pro Posts widget — white editorial cards with real shadows. */
.rezz-blog-posts .elementor-posts-container{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}
.rezz-blog-posts .elementor-post{
  display:flex!important;flex-direction:column!important;overflow:hidden!important;
  background:#fff!important;border:1px solid var(--rezz-v16-light-line)!important;border-radius:24px!important;
  box-shadow:var(--rezz-v16-light-shadow)!important;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important
}
.rezz-blog-posts .elementor-post:hover{transform:translateY(-5px)!important;box-shadow:0 26px 70px rgba(17,24,39,.13)!important;border-color:rgba(79,209,165,.28)!important}
.rezz-blog-posts .elementor-post__thumbnail__link{margin:0!important}
.rezz-blog-posts .elementor-post__thumbnail{padding-bottom:62%!important;background:#E9EDF2!important}
.rezz-blog-posts .elementor-post__thumbnail img{object-fit:cover!important}
.rezz-blog-posts .elementor-post__text{padding:22px 22px 24px!important;display:flex!important;flex-direction:column!important;gap:10px!important;flex:1!important}
.rezz-blog-posts .elementor-post__title{margin:0!important}
.rezz-blog-posts .elementor-post__title a{font-size:20px!important;line-height:1.4!important;color:var(--rezz-v16-ink)!important;font-weight:700!important;text-decoration:none!important}
.rezz-blog-posts .elementor-post__meta-data{font-size:12px!important;color:#7B8492!important;order:-1!important}
.rezz-blog-posts .elementor-post__excerpt p{font-size:16px!important;line-height:1.7!important;color:var(--rezz-v16-light-muted)!important;margin:0!important}
.rezz-blog-posts .elementor-post__read-more{margin-top:auto!important;font-size:12px!important;font-weight:700!important;color:#188A6D!important}
.rezz-blog-posts .elementor-pagination{margin-top:42px!important;display:flex!important;gap:8px!important;justify-content:center!important}
.rezz-blog-posts .page-numbers{display:grid!important;place-items:center!important;min-width:42px!important;height:42px!important;padding:0 12px!important;border-radius:12px!important;border:1px solid var(--rezz-v16-light-line)!important;background:#fff!important;color:#394252!important;box-shadow:0 6px 18px rgba(17,24,39,.05)!important}
.rezz-blog-posts .page-numbers.current{background:#111827!important;color:#fff!important;border-color:#111827!important}

.rezz-blog-cta-card,.rezz-light-card{
  border:1px solid var(--rezz-v16-light-line)!important;background:#fff!important;border-radius:28px!important;box-shadow:var(--rezz-v16-light-shadow)!important;padding:42px!important;overflow:hidden!important;position:relative!important
}
.rezz-blog-cta-card::before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-190px;top:-260px;background:radial-gradient(circle,rgba(79,209,165,.18),transparent 66%);pointer-events:none}
.rezz-blog-cta-card>*{position:relative;z-index:1}
.rezz-heading--blog-cta .elementor-heading-title{font-size:clamp(34px,4vw,52px)!important;line-height:1.08!important;color:var(--rezz-v16-ink)!important;max-width:760px!important}
.rezz-blog-cta--text p{color:var(--rezz-v16-light-muted)!important;max-width:680px!important}
.rezz-blog-index .rezz-button--primary .elementor-button,.rezz-blog-single .rezz-button--primary .elementor-button{background:#111827!important;border-color:#111827!important;color:#fff!important;box-shadow:0 14px 35px rgba(17,24,39,.16)!important}

/* ============================ SINGLE POST — WHITE ============================ */
.rezz-single-hero{padding-top:110px!important;padding-bottom:28px!important}
.rezz-single-body{padding-top:24px!important;padding-bottom:48px!important}
.rezz-single-related-section{padding-top:38px!important;padding-bottom:96px!important}
.rezz-single-hero-panel{padding:54px!important;text-align:center!important;align-items:center!important;background:linear-gradient(145deg,#fff,#F7FAF9)!important}
.rezz-single-eyebrow{justify-content:center!important;margin-inline:auto!important}
.rezz-single-title .elementor-heading-title{font-size:clamp(48px,6vw,78px)!important;line-height:1.02!important;letter-spacing:-1.8px!important;font-weight:700!important;max-width:1000px!important;margin-inline:auto!important}
.rezz-single-post-info .elementor-post-info{display:flex!important;justify-content:center!important;gap:16px!important;flex-wrap:wrap!important}
.rezz-single-post-info .elementor-icon-list-item,.rezz-single-post-info .elementor-icon-list-text{font-size:12px!important;color:#778090!important}
.rezz-single-shell--article{max-width:920px!important}
.rezz-single-article{padding:24px!important;border-radius:30px!important}
.rezz-single-featured-image img{width:100%!important;max-height:560px!important;object-fit:cover!important;border-radius:22px!important;display:block!important}
.rezz-single-content{padding:18px 36px 8px!important}
.rezz-single-content,.rezz-single-content p,.rezz-single-content li{font-size:18px!important;line-height:1.9!important;color:#343D4C!important}
.rezz-single-content h2{font-size:36px!important;line-height:1.2!important;letter-spacing:-.5px!important;color:#111827!important;margin:48px 0 18px!important}
.rezz-single-content h3{font-size:28px!important;line-height:1.25!important;color:#111827!important;margin:36px 0 14px!important}
.rezz-single-content a{color:#16896C!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}
.rezz-single-content blockquote{margin:34px 0!important;padding:24px 28px!important;border-left:4px solid var(--rezz-v16-orange)!important;background:#F7F8FA!important;border-radius:0 18px 18px 0!important;color:#2E3746!important}
.rezz-single-content img{border-radius:18px!important;box-shadow:0 14px 44px rgba(17,24,39,.10)!important}
.rezz-single-share-row{align-items:center!important;justify-content:space-between!important;padding:22px 36px!important;border-top:1px solid var(--rezz-v16-light-line)!important;border-bottom:1px solid var(--rezz-v16-light-line)!important}
.rezz-single-share-label p{margin:0!important;color:#4C5564!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.rezz-single-post-navigation{padding:8px 36px 26px!important}
.rezz-single-post-navigation .post-navigation__prev--label,.rezz-single-post-navigation .post-navigation__next--label{font-size:12px!important;color:#88909D!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.rezz-single-post-navigation .post-navigation__prev--title,.rezz-single-post-navigation .post-navigation__next--title{font-size:16px!important;color:#111827!important;font-weight:700!important}
.rezz-heading--single-related .elementor-heading-title{font-size:clamp(36px,4.2vw,54px)!important;line-height:1.08!important;color:#111827!important;text-align:center!important}
.rezz-single-related{gap:24px!important}

/* ============================ RESPONSIVE ============================ */
@media(max-width:1100px){
  .rezz-header-bar{grid-template-columns:auto 1fr auto!important;gap:14px!important}
  .rezz-nav .elementor-item{font-size:11px!important;padding:8px 8px!important}
  .rezz-home-brands-grid{grid-template-columns:repeat(3,1fr)!important}
  .rezz-home-certs-grid{grid-template-columns:repeat(2,1fr)!important}
  .rezz-blog-posts .elementor-posts-container{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:940px){
  .rezz-split--hero{grid-template-columns:1fr!important}
  .rezz-header-bar{display:flex!important;flex-wrap:wrap!important;justify-content:space-between!important}
  .rezz-header .rezz-col--nav{order:3!important;width:100%!important}
  .rezz-header .rezz-col--actions{margin-left:auto!important}
  .rezz-home-contact-panel{grid-template-columns:1fr!important}
}
@media(max-width:760px){
  .rezz-home--section,.rezz-blog-section,.rezz-single-section{padding-left:16px!important;padding-right:16px!important}
  .rezz-home-services-grid,.rezz-home-testimonials-grid{grid-template-columns:1fr!important}
  .rezz-home-brands-grid{grid-template-columns:repeat(2,1fr)!important}
  .rezz-hero-rail.rezz-reference-mini-grid{grid-template-columns:1fr 1fr!important}
  .rezz-philosophy-panel{padding:42px 22px!important}
  .rezz-blog-posts .elementor-posts-container{grid-template-columns:1fr!important}
  .rezz-single-hero-panel{padding:38px 22px!important}
  .rezz-single-content{padding:10px 14px!important}.rezz-single-share-row{padding:20px 14px!important}.rezz-single-post-navigation{padding:8px 14px 22px!important}
}
@media(max-width:560px){
  .rezz-section--hero{padding-top:42px!important}
  .rezz-site .rezz-heading--hero .elementor-heading-title{font-size:42px!important}
  .rezz-site .rezz-heading--section .elementor-heading-title,.rezz-site .rezz-heading--philosophy .elementor-heading-title{font-size:34px!important}
  .rezz-col--hero-copy{padding:24px!important}
  .rezz-hero-rail.rezz-reference-mini-grid{grid-template-columns:1fr!important}
  .rezz-home-brands-grid,.rezz-home-certs-grid{grid-template-columns:1fr!important}
  .rezz-client-card{min-height:132px!important}
  .rezz-home-contact-panel,.rezz-blog-cta-card{padding:28px 20px!important}
  .rezz-heading--blog-hero .elementor-heading-title,.rezz-single-title .elementor-heading-title{font-size:42px!important}
  .rezz-heading--blog-section .elementor-heading-title,.rezz-heading--single-related .elementor-heading-title{font-size:34px!important}
  .rezz-single-content,.rezz-single-content p,.rezz-single-content li{font-size:16px!important;line-height:1.85!important}
  .rezz-single-content h2{font-size:30px!important}.rezz-single-content h3{font-size:24px!important}
  .rezz-header .rezz-logo img{width:58px!important;height:44px!important}
  .rezz-header .rezz-button .elementor-button{font-size:11px!important;padding:8px 10px!important}
}

@media(prefers-reduced-motion:reduce){
  .rezz-gradient-text,.rezz-gradient-heading.rezz-single-title .elementor-heading-title{animation:none!important}
  .rezz-motion-section.rezz-anim{opacity:1!important;transform:none!important;transition:none!important}
  .rezz-motion-section.rezz-in .rezz-card,.rezz-motion-section.rezz-in .rezz-client-card,.rezz-motion-section.rezz-in .rezz-reference-mini-card{animation:none!important}
}
