.cmays {
  --cm-bg:#0f1713;
  --cm-ink:#241711;
  --cm-ink-soft:rgba(36,23,17,.72);
  --cm-paper:#FBF9F6;
  --cm-paper-2:#F4ECE2;
  --cm-sage:#849683;
  --cm-cream:#D5BEAA;
  --cm-brown:#764F35;
  --cm-dark:#331E11;
  --cm-line:rgba(118,79,53,.16);
  direction: rtl;
  color: var(--cm-ink);
  font-family: inherit;
  line-height: 1.9;
  overflow: hidden;
  background: var(--cm-paper);
}
.cmays, .cmays * { box-sizing: border-box; }
.cmays-page { isolation:isolate; }
.cmays-section {
  position:relative;
  padding:clamp(64px, 8vw, 126px) clamp(16px, 3vw, 34px);
  overflow:hidden;
  background:linear-gradient(180deg, var(--cm-paper), #fff);
}
.cmays-section:before {
  content:"";
  position:absolute;
  inset:-140px -120px auto auto;
  width:360px;
  height:360px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(132,150,131,.24), rgba(132,150,131,0) 70%);
  pointer-events:none;
  z-index:0;
}
.cmays-section:after {
  content:"";
  position:absolute;
  inset:auto auto -180px -120px;
  width:420px;
  height:420px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(213,190,170,.26), rgba(213,190,170,0) 68%);
  pointer-events:none;
  z-index:0;
}
.cmays-skin-dark {
  background:
    radial-gradient(circle at 15% 20%, rgba(213,190,170,.18), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(132,150,131,.20), transparent 34%),
    linear-gradient(135deg, #101712, #2b1b12 62%, #422612);
  color:#fff;
}
.cmays-skin-dark:before { background:radial-gradient(circle, rgba(255,255,255,.10), rgba(255,255,255,0) 70%); }
.cmays-skin-dark:after { background:radial-gradient(circle, rgba(213,190,170,.16), rgba(213,190,170,0) 68%); }
.cmays-skin-cream { background:linear-gradient(135deg, #F8F1E9, #FBF9F6 56%, #EFE4D8); }
.cmays-skin-sage { background:linear-gradient(135deg, rgba(132,150,131,.16), rgba(251,249,246,1) 60%, rgba(213,190,170,.18)); }
.cmays-wrap {
  position:relative;
  z-index:1;
  width:min(1180px, 100%);
  margin:0 auto;
}
.cmays h1,.cmays h2,.cmays h3 { margin:0; color:var(--cm-ink); font-weight:900; line-height:1.16; letter-spacing:-.025em; }
.cmays h1 { font-size:clamp(38px, 6vw, 84px); max-width:900px; }
.cmays h2 { font-size:clamp(28px, 4vw, 58px); max-width:920px; margin-bottom:20px; }
.cmays h3 { font-size:clamp(20px, 2vw, 28px); margin-bottom:12px; }
.cmays p { margin:0 0 20px; color:var(--cm-ink-soft); font-size:clamp(17px, 1.55vw, 21px); }
.cmays-skin-dark h1,.cmays-skin-dark h2,.cmays-skin-dark h3,.cmays-skin-dark p { color:#fff !important; }
.cmays-skin-dark p { opacity:.86; }
.cmays-eyebrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.20);
  padding:9px 16px;
  border-radius:999px;
  margin-bottom:18px;
  font-weight:900;
  backdrop-filter:blur(10px);
}
.cmays-skin-light .cmays-eyebrow,.cmays-skin-cream .cmays-eyebrow,.cmays-skin-sage .cmays-eyebrow,.cmays-skin-auto .cmays-eyebrow {
  color:var(--cm-brown);
  background:rgba(213,190,170,.22);
  border-color:rgba(118,79,53,.16);
}
.cmays-hero-grid {
  min-height:min(760px, calc(100vh - 80px));
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:clamp(30px, 6vw, 88px);
  align-items:center;
}
.cmays-hero-copy { position:relative; }
.cmays-hero-copy p { max-width:760px; font-size:clamp(18px, 1.8vw, 25px); }
.cmays-photo {
  position:relative;
  margin:0;
  border-radius:42px;
  padding:12px;
  background:linear-gradient(145deg, rgba(255,255,255,.24), rgba(213,190,170,.32));
  box-shadow:0 34px 90px rgba(0,0,0,.26);
  transform:rotate(-1.4deg);
}
.cmays-photo:before {
  content:"";
  position:absolute;
  inset:24px -22px -22px 24px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:42px;
  z-index:-1;
}
.cmays-photo img,.cmays-mini-photo img {
  display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:32px;
  transition:transform .55s ease, filter .55s ease;
}
.cmays-photo:hover img,.cmays-mini-photo:hover img { transform:scale(1.035); filter:saturate(1.05) contrast(1.04); }
.cmays-btn {
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  margin:14px 0 0 12px;
  border-radius:18px;
  font-weight:900;
  text-decoration:none !important;
  transition:transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}
.cmays-btn-primary,.cmays a.cmays-btn-primary {
  color:#fff !important;
  background:linear-gradient(135deg, var(--cm-sage), #60725f) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:0 18px 40px rgba(72,89,72,.24);
}
.cmays-btn-secondary,.cmays a.cmays-btn-secondary {
  color:var(--cm-ink) !important;
  background:rgba(255,255,255,.72) !important;
  border:1px solid rgba(51,30,17,.16) !important;
}
.cmays-skin-dark .cmays-btn-secondary { color:#fff !important; background:rgba(255,255,255,.08) !important; border-color:rgba(255,255,255,.32) !important; }
.cmays-btn:hover { transform:translateY(-3px); box-shadow:0 24px 54px rgba(0,0,0,.18); }
.cmays-cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:34px; }
.cmays-card {
  position:relative;
  overflow:hidden;
  min-height:175px;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.78);
  border:1px solid var(--cm-line);
  box-shadow:0 18px 54px rgba(51,30,17,.075);
  backdrop-filter:blur(8px);
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.cmays-card:before { content:""; position:absolute; inset:0; background:linear-gradient(135deg, rgba(132,150,131,.12), transparent 52%); opacity:0; transition:opacity .35s ease; }
.cmays-card:hover { transform:translateY(-8px); box-shadow:0 30px 80px rgba(51,30,17,.14); border-color:rgba(118,79,53,.28); }
.cmays-card:hover:before { opacity:1; }
.cmays-card span {
  position:relative;
  width:42px; height:42px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:15px;
  background:var(--cm-dark); color:#fff;
  font-weight:900; margin-bottom:14px;
}
.cmays-card p { position:relative; margin:0; font-size:17.5px; color:var(--cm-ink-soft); }
.cmays-split { display:grid; grid-template-columns:1fr .72fr; gap:clamp(24px,5vw,70px); align-items:center; }
.cmays-split-copy {
  padding:clamp(28px,4vw,54px);
  border-radius:34px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(118,79,53,.13);
  box-shadow:0 22px 70px rgba(51,30,17,.08);
}
.cmays-skin-dark .cmays-split-copy { background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.16); }
.cmays-mini-photo { margin:0; border-radius:38px; padding:10px; background:linear-gradient(145deg, rgba(132,150,131,.24), rgba(213,190,170,.36)); box-shadow:0 26px 76px rgba(51,30,17,.14); }
.cmays-journey { list-style:none; padding:0; margin:34px 0 0; display:grid; gap:14px; counter-reset:step; }
.cmays-journey li {
  counter-increment:step;
  position:relative;
  padding:20px 76px 20px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(118,79,53,.13);
  box-shadow:0 14px 42px rgba(51,30,17,.055);
  color:var(--cm-ink-soft);
  font-size:18px;
}
.cmays-journey li:before { content:counter(step); position:absolute; right:20px; top:20px; width:38px; height:38px; display:flex; align-items:center; justify-content:center; border-radius:14px; background:var(--cm-sage); color:#fff; font-weight:900; }
.cmays-paths { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin-top:34px; }
.cmays-path {
  position:relative;
  overflow:hidden;
  min-height:278px;
  padding:28px 22px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(118,79,53,.13);
  box-shadow:0 18px 54px rgba(51,30,17,.075);
  transition:transform .35s ease, box-shadow .35s ease;
}
.cmays-path:before { content:""; position:absolute; inset:-80px -80px auto auto; width:180px; height:180px; border-radius:999px; background:rgba(132,150,131,.14); transition:transform .35s ease; }
.cmays-path:hover { transform:translateY(-8px); box-shadow:0 30px 86px rgba(51,30,17,.14); }
.cmays-path:hover:before { transform:scale(1.25); }
.cmays-path-num { position:relative; z-index:1; width:42px; height:42px; display:flex; align-items:center; justify-content:center; border-radius:16px; color:#fff; background:var(--cm-brown); font-weight:900; margin-bottom:18px; }
.cmays-path h3,.cmays-path p,.cmays-path a { position:relative; z-index:1; }
.cmays-path p { font-size:16.5px; }
.cmays-path-link { color:var(--cm-brown) !important; font-weight:900; text-decoration:none !important; }
.cmays-path-link:after { content:" ←"; }
.cmays-note,.cmays-cta,.cmays-pricing,.cmays-shortcode {
  border-radius:36px;
  padding:clamp(28px,5vw,58px);
  border:1px solid rgba(118,79,53,.14);
  box-shadow:0 24px 72px rgba(51,30,17,.10);
}
.cmays-note { background:rgba(255,255,255,.76); }
.cmays-note strong { display:block; font-size:clamp(22px,2.2vw,32px); color:var(--cm-ink); margin-bottom:10px; }
.cmays-note p { margin:0; }
.cmays-cta,.cmays-pricing { background:linear-gradient(135deg,#111913,#3b2417); color:#fff; }
.cmays-cta h2,.cmays-cta p,.cmays-pricing h2,.cmays-pricing p { color:#fff !important; }
.cmays-pricing ul { margin:24px 0; padding:0; list-style:none; display:grid; gap:12px; }
.cmays-pricing li { padding:12px 0; color:rgba(255,255,255,.9); border-bottom:1px solid rgba(255,255,255,.16); }
.cmays-video-shell{width:100%;max-width:980px;margin-inline:auto;position:relative;z-index:1}.cmays-video{position:relative;width:100%;height:0;padding-top:56.25%;overflow:hidden;border-radius:28px;background:#0b0b0b;box-shadow:0 30px 90px rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.14)}
.cmays-video iframe,.cmays-video .cmays-wistia-iframe{position:absolute;inset:0;width:100%!important;height:100%!important;display:block;border:0;pointer-events:auto} .cmays-video *{box-sizing:border-box} .cmays-video::before,.cmays-video::after{pointer-events:none}
.cmays-shortcode { background:rgba(255,255,255,.82); }
.cmays-alert { margin:0; padding:16px 18px; border-radius:18px; background:rgba(213,190,170,.25); border:1px solid rgba(118,79,53,.22); color:var(--cm-dark); font-weight:800; }
[data-cmays-reveal] { opacity:0; transform:translateY(30px); transition:opacity .75s ease, transform .75s ease; }
[data-cmays-reveal].is-visible { opacity:1; transform:none; }
[data-cmays-stagger] { transition-delay:var(--cmays-delay,0ms); }
@media (max-width:1080px) { .cmays-hero-grid,.cmays-split { grid-template-columns:1fr; min-height:auto; } .cmays-paths { grid-template-columns:repeat(2,minmax(0,1fr)); } .cmays-cards { grid-template-columns:repeat(2,minmax(0,1fr)); } .cmays-photo { max-width:520px; margin-inline:auto; } }
@media (max-width:760px) { .cmays-section { padding:52px 14px; } .cmays-cards,.cmays-paths { grid-template-columns:1fr; } .cmays-card,.cmays-path { min-height:auto; } .cmays-btn { width:100%; margin-inline:0; } .cmays-photo { transform:none; } .cmays-journey li { padding-left:18px; } .cmays-video{border-radius:18px;box-shadow:0 18px 44px rgba(0,0,0,.22)} .cmays-video-fallback .cmays-btn{width:auto;max-width:100%;padding-inline:18px} }
@media (prefers-reduced-motion:reduce) { .cmays *,[data-cmays-reveal] { transition:none !important; transform:none !important; opacity:1 !important; } }

.cmays-video-fallback{margin-top:14px;text-align:center}.cmays-video-fallback .cmays-btn{display:inline-flex}


.cmays-section-visual{width:min(1120px,calc(100% - 40px));margin:0 auto 24px;position:relative;z-index:1}.cmays-section-visual img{display:block;width:100%;max-height:420px;object-fit:cover;border-radius:28px;box-shadow:0 22px 55px rgba(51,30,17,.16)}

/* v2.4.0 unified edit controls: optional classes; no visual change unless selected by editor. */
.cmays-section.cmays-align-center { text-align: center; }
.cmays-section.cmays-align-left { text-align: left; }
.cmays-section.cmays-align-right { text-align: right; }
.cmays-section.cmays-align-center .cmays-btn { margin-left: .35rem; margin-right: .35rem; }

/* Step Noor marketing pop-up — scoped and isolated */
.cmays-popup-root {
  position: fixed;
  inset: 0;
  z-index: 999990;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  font-family: inherit;
}
.cmays-popup-root.is-open {
  display: flex;
}
.cmays-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 8, .62);
  backdrop-filter: blur(8px);
}
.cmays-popup {
  position: relative;
  width: min(620px, calc(100vw - 32px));
  max-height: calc(100vh - 44px);
  overflow: auto;
  border-radius: 28px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 15% 0%, rgba(213,190,170,.28), transparent 34%),
    linear-gradient(145deg, #331E11 0%, #4B321F 62%, #764F35 100%);
  color: #FBF9F6;
  box-shadow: 0 28px 90px rgba(20, 12, 8, .38);
  border: 1px solid rgba(251,249,246,.18);
  transform: translateY(18px) scale(.96);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}
.cmays-popup-root.is-open .cmays-popup {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.cmays-popup-close {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(251,249,246,.22);
  background: rgba(251,249,246,.10);
  color: #FBF9F6;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}
.cmays-popup-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(132,150,131,.24);
  color: #FBF9F6;
  border: 1px solid rgba(251,249,246,.16);
  font-weight: 800;
  margin-bottom: 16px;
}
.cmays-popup h2 {
  color: #FBF9F6;
  margin: 0 0 14px;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.25;
  letter-spacing: -.02em;
}
.cmays-popup-text {
  color: rgba(251,249,246,.88);
  font-size: 17px;
  line-height: 1.9;
  margin: 0 0 18px;
}
.cmays-popup-points {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.cmays-popup-points li {
  position: relative;
  padding: 12px 42px 12px 14px;
  border-radius: 18px;
  background: rgba(251,249,246,.08);
  color: rgba(251,249,246,.92);
  line-height: 1.75;
}
.cmays-popup-points li:before {
  content: "";
  position: absolute;
  top: 18px;
  inset-inline-start: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D5BEAA;
  box-shadow: 0 0 0 5px rgba(213,190,170,.13);
}
.cmays-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.cmays-popup-actions a {
  text-decoration: none !important;
}
.cmays-popup-primary,
.cmays-popup-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 900;
}
.cmays-popup-primary {
  color: #331E11 !important;
  background: #FBF9F6;
  box-shadow: 0 14px 36px rgba(0,0,0,.18);
}
.cmays-popup-secondary {
  color: #FBF9F6 !important;
  border: 1px solid rgba(251,249,246,.28);
  background: rgba(251,249,246,.08);
}
.cmays-popup-note {
  margin: 16px 0 0;
  color: rgba(251,249,246,.72);
  font-size: 14px;
  line-height: 1.8;
}
.cmays-popup-trigger {
  position: fixed;
  z-index: 999980;
  inset-inline-start: 18px;
  bottom: 18px;
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  background: #331E11;
  color: #FBF9F6;
  box-shadow: 0 14px 42px rgba(20, 12, 8, .24);
  cursor: pointer;
  font-weight: 900;
}
@media (max-width: 640px) {
  .cmays-popup-root { padding: 12px; align-items: flex-end; }
  .cmays-popup { width: 100%; border-radius: 24px 24px 18px 18px; padding: 28px 18px 22px; }
  .cmays-popup-actions { display: grid; }
  .cmays-popup-primary, .cmays-popup-secondary { width: 100%; }
  .cmays-popup-trigger { inset-inline-start: 12px; bottom: 12px; padding: 11px 15px; }
}
