:root{
  --ink:#17202a;
  --forest:#711010;
  --sage:#dce9df;
  --sage2:#eef5ef;
  --clay:#c76d4f;
  --clay-dark:#730e0e;
  --gold:#ffffff;
  --paper:#f7efe3;
  --card:#fffaf2;
  --line:rgba(23,32,42,.14);
  --muted:#68736c;
  --shadow:0 24px 70px rgba(23,32,42,.12);
}


*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Momo Trust Display", system-ui, sans-serif;
  background:var(--paper);
  color:var(--ink);
  font-size:18px;
  line-height:1.56;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}

.m4p-wrap{
  width:min(1180px, calc(100% - 44px));
  margin:0 auto;
}

/* HEADER */
.m4p-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgb(255 255 255 / 94%);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.m4p-header-inner{
  min-height:82px;
  display:grid;
  grid-template-columns:360px 1fr auto auto;
  align-items:center;
  gap:22px;
}
.m4p-logo{
  display:flex;
  align-items:center;
  gap:.08em;
  width:430px;
  min-width:430px;
  overflow:hidden;

  font-size:28px;
  line-height:1.4;
  letter-spacing:-0.055em;
  white-space:nowrap;
}

.m4p-logo-static{
  color:var(--ink);
}

.m4p-logo-for{
  color:rgba(23,32,42,.45);
}

.m4p-logo strong{
  display:inline-block;
  min-width:230px;

  color:var(--clay-dark);

  transition:
    opacity .22s ease,
    transform .22s ease;

  will-change:transform, opacity;
}

.m4p-logo strong.is-changing{
  opacity:0;
  transform:translateY(4px);
}
.m4p-nav{
  display:flex;
  justify-content:center;
  gap:24px;
  font-size:15px;
}
.m4p-header-area{
  display:flex;
  align-items:center;
  gap:7px;
  padding:6px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,250,242,.76);
}
.m4p-header-area span{
  padding:0 6px 0 8px;
  color:var(--muted);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.m4p-header-area a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 11px;
  border-radius:999px;
  font-size:13px;
}
.m4p-header-area a.active{
  background:var(--forest);
  color:#fff;
}
.m4p-header-cta{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
  background:var(--forest);
  color:#fff;
}

/* SHARED */
.m4p-page h1,
.m4p-page h2,
.m4p-page h3{
  margin:0;
  letter-spacing:-.045em;
  line-height:1;
  font-weight:400;
}
.m4p-page h1{font-size:clamp(54px, 7vw, 104px);}
.m4p-page h2{font-size:clamp(38px, 4.7vw, 66px);}
.m4p-page h3{font-size:32px;}
.m4p-kicker{
  display:block;
  margin:0 0 18px;
  color:var(--clay-dark);
  font-size:13px;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.m4p-kicker:after{
  content:"";
  display:block;
  width:52px;
  height:2px;
  margin-top:10px;
  background:var(--clay);
}
.m4p-kicker-light{color:#fff}
.m4p-kicker-light:after{background:rgba(255,255,255,.58)}
.m4p-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 23px;
  border:0;
  border-radius:999px;
  cursor:pointer;
}
.m4p-btn-primary{background:var(--clay);color:#fff;box-shadow:0 15px 32px rgba(199,109,79,.24)}
.m4p-btn-dark{background:var(--forest);color:#fff}
.m4p-btn-white{background:#fff;color:var(--ink)}
.m4p-you{
  position:relative;
  display:inline-block;
  color:var(--clay-dark);
}
.m4p-you:after{
  content:"";
  position:absolute;
  left:.04em;
  right:.02em;
  bottom:-.08em;
  height:.16em;
  border-radius:999px;
  background:var(--clay);
  transform:rotate(-1deg);
  z-index:-1;
  opacity:.42;
}

/* HERO */
.m4p-hero{
  position:relative;
  overflow:hidden;
  padding:76px 0 88px;
  background:
    radial-gradient(circle at 83% 18%, rgba(199,109,79,.16), transparent 28%),
    linear-gradient(135deg, #fff8eb 0%, #eaf2e9 100%);
}
.m4p-hero:before{
  content:"";
  position:absolute;
  inset:auto -12vw -20vw auto;
  width:48vw;
  height:48vw;
  border-radius:50%;
  background:repeating-linear-gradient(135deg, rgba(37,72,59,.08) 0 18px, transparent 18px 36px);
}
.m4p-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 390px;
  gap:64px;
  align-items:center;
}
.m4p-lead{
  max-width:650px;
  margin:24px 0 0;
  color:var(--muted);
  font-size:23px;
}
.m4p-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}
.m4p-terri-panel{
  position:relative;
  min-height:560px;
  border-radius:44px;
  background:var(--sage);
  padding:26px;
  box-shadow:var(--shadow);
  transform:rotate(1deg);
}
.m4p-terri-panel:before{
  content:"Terri";
  position:absolute;
  right:22px;
  top:14px;
  font-size:74px;
  line-height:1;
  color:rgba(23,32,42,.07);
  letter-spacing:-.05em;
}
.m4p-terri-cutout{
  position:absolute;
  inset:38px 28px 0;
  border-radius:210px 210px 38px 38px;
  overflow:hidden;
  background:linear-gradient(180deg,#f7fbf5,#fffaf2);
}

.m4p-terri-cutout img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}

.m4p-terri-note{
  position:absolute;
  z-index:3;
  left:-26px;
  right:26px;
  bottom:34px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fffaf2;
  box-shadow:var(--shadow);
}
.m4p-terri-note strong{display:block;font-size:22px}
.m4p-terri-note p{margin:5px 0 0;color:var(--muted)}

/* DASHBOARD */
.m4p-dashboard{
  padding:76px 0;
  background:var(--forest);
  color:#fff;
}
.m4p-dashboard h2{
  max-width:1080px;
  color:#fff;
}
.m4p-highlight{
  display:inline;
  padding:0 .08em;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.m4p-highlight-count{
  background:#b4b4b4;
  color:#711010;
}
.m4p-highlight-money{
  background:#fff;
  color:var(--ink);
}
.m4p-dashboard-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}
.m4p-dashboard-grid article{
  min-height:190px;
  padding:24px;
  border-radius:28px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.m4p-dashboard-grid article:nth-child(1){
  background:rgba(243,191,113,.18);
  border-color:rgba(243,191,113,.34);
}
.m4p-dashboard-grid article:nth-child(2){
  background:rgba(199,109,79,.22);
  border-color:rgba(199,109,79,.42);
}
.m4p-dashboard-grid small{
  color:rgba(255,255,255,.72);
  text-transform:uppercase;
  letter-spacing:.06em;
}
.m4p-dashboard-grid strong{
  display:block;
  font-size:48px;
  line-height:1;
  letter-spacing:-.03em;
}
.m4p-dashboard-grid article:nth-child(1) strong{color:var(--gold)}
.m4p-dashboard-grid article:nth-child(2) strong{color:#fff}
.m4p-dashboard-grid span{color:rgba(255,255,255,.72)}
.m4p-dashboard-grid .hot{
  background:linear-gradient(135deg,var(--clay),var(--gold));
  color:var(--ink);
}
.m4p-dashboard-grid .hot small,
.m4p-dashboard-grid .hot span{color:rgba(23,32,42,.75)}

/* CONTENT SECTIONS */
.m4p-terri-section,
.m4p-problem,
.m4p-services,
.m4p-proof,
.m4p-calculator,
.m4p-book{padding:82px 0}
.m4p-terri-section{background:#fffaf2}
.m4p-terri-section-grid{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:40px;
  align-items:center;
}
.m4p-terri-badge{
  width:210px;
  height:210px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--sage);
  border:22px solid var(--forest);
  font-size:34px;
  color:rgba(23,32,42,.42);
}
blockquote{
  margin:24px 0 0;
  padding:24px 28px;
  border-left:8px solid #711010;
  background:var(--paper);
  border-radius:24px;
  font-size:23px;
  color:var(--ink);
}
.m4p-split{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:48px;
}
.m4p-split > p{
  margin:0;
  font-size:24px;
  color:var(--muted);
  align-content: center;
}
.m4p-section-head{max-width:850px;margin-bottom:34px}
.m4p-service-timeline{display:grid;gap:18px}
.m4p-service-timeline article{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:24px;
  padding:28px;
  border-radius:32px;
  background:#fffaf2;
  border:1px solid var(--line);
  box-shadow:0 18px 50px rgba(23,32,42,.07);
}
.m4p-service-timeline .num{
  width:68px;
  height:68px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:#711010;
  color:#fff;
}
.m4p-service-timeline p{margin:14px 0 0;color:var(--muted)}
.m4p-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.m4p-pills span{
  padding:8px 12px;
  border-radius:999px;
  background:#6c6a6a;
  color:#fff;
  font-size:18px;
}
.m4p-proof{background:#fffaf2}
.m4p-proof-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start;
}
.m4p-proof-stack{display:grid;gap:14px}
.m4p-proof-stack article{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:20px;
  align-items:center;
  padding:22px;
  border-radius:28px;
  background:var(--paper);
  border:1px solid var(--line);
}
.m4p-proof-stack span{
  display:inline-flex;
  justify-content:center;
  padding:10px 12px;
  border-radius:999px;
  background:var(--forest);
  color:#fff;
}
.m4p-proof-stack p{margin:0;color:var(--muted)}

/* CALCULATOR */
.m4p-calculator{background:linear-gradient(180deg,var(--paper),#fffaf2)}
.m4p-calc-grid{
  display:grid;
  grid-template-columns:1fr 430px;
  gap:52px;
  align-items:center;
}
.m4p-calculator p{color:var(--muted);font-size:21px}
.m4p-calc-form{margin-top:28px;display:grid;gap:14px}
.m4p-calc-form label,
.m4p-modal-card label{display:grid;gap:8px}
.m4p-calc-form input,
.m4p-modal-card input{
  min-height:56px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fff;
  padding:0 16px;
  color:var(--ink);
}
.m4p-calc-card{
  padding:30px;
  border-radius:36px;
  background:var(--forest);
  color:#fff;
  box-shadow:var(--shadow);
}
.m4p-ring{
  position:relative;
  min-height:250px;
  display:grid;
  place-items:center;
}
.m4p-ring svg{
  position:absolute;
  width:220px;
  height:220px;
  transform:rotate(-90deg);
}
.m4p-ring circle{
  fill:none;
  stroke:rgba(255,255,255,.14);
  stroke-width:12;
}
.m4p-ring .progress{
  stroke:var(--clay);
  stroke-linecap:round;
  stroke-dasharray:327;
  stroke-dashoffset:327;
  transition:stroke-dashoffset .65s ease;
}
.m4p-ring div{position:relative;text-align:center}
.m4p-ring strong{display:block;font-size:56px;line-height:1}
.m4p-ring span{color:rgba(255,255,255,.72)}
.m4p-result{
  margin-top:14px;
  padding:20px;
  border-radius:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}
.m4p-result.hot{
  background:rgba(199,109,79,.22);
  border-color:rgba(199,109,79,.36);
}
.m4p-result.instructions{
  background:rgba(243,191,113,.18);
  border-color:rgba(243,191,113,.35);
}
.m4p-result span{display:block;color:rgba(255,255,255,.72)}
.m4p-result strong{display:block;margin-top:5px;font-size:36px;line-height:1}
.m4p-btn-calc{
  width:100%;
  margin-top:16px;
  background:#fff;
  color:var(--forest);
}

/* REPORT / BOOK */
.m4p-report{
  padding:82px 0;
  background:linear-gradient(135deg, var(--clay-dark), #711010);
  color:#fff;
}
.m4p-report-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:40px;
  align-items:center;
}
.m4p-report h2{color:#fff;max-width:900px}
.m4p-report p{max-width:800px;color:rgba(255,255,255,.82)}
.m4p-search-terms{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.m4p-search-terms span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 15px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.25);
  color:#fff;
}
.m4p-google-preview{
  position:relative;
  min-height:310px;
  border-radius:34px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,250,242,.94)),
    repeating-linear-gradient(0deg,transparent 0 28px,rgba(23,32,42,.04) 28px 29px);
  box-shadow:0 30px 80px rgba(23,32,42,.18);
  padding:28px;
  overflow:hidden;
}
.m4p-google-preview:before{
  content:"Google results preview";
  position:absolute;
  top:18px;
  left:28px;
  color:var(--muted);
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.m4p-google-bar{
  height:46px;
  margin-top:34px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
}
.m4p-google-result{
  height:54px;
  margin-top:18px;
  border-radius:16px;
  background:linear-gradient(90deg,rgba(37,72,59,.18),rgba(199,109,79,.12));
}
.m4p-google-result.short{width:78%}
.m4p-google-btn{
  position:absolute;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  color:var(--ink);
  box-shadow:0 16px 38px rgba(23,32,42,.18);
  white-space:nowrap;
}
.m4p-book-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:40px;
}
.m4p-book p{font-size:22px;color:var(--muted)}
.m4p-calendar-card{
  padding:22px;
  border-radius:34px;
  background:#fffaf2;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.m4p-calendar-placeholder{
  min-height:420px;
  border:2px dashed rgba(37,72,59,.26);
  border-radius:26px;
  background:var(--sage2);
  display:grid;
  place-items:center;
  text-align:center;
  padding:28px;
  color:var(--muted);
}
.m4p-calendar-placeholder p{margin:4px 0 0;font-size:16px}
.m4p-source{
  padding:28px 0 58px;
  color:var(--muted);
  font-size:13px;
}

/* MODAL */
.m4p-modal{
  position:fixed;
  inset:0;
  z-index:120;
  display:none;
  place-items:center;
  padding:20px;
  background:rgba(23,32,42,.74);
}
.m4p-modal.active{display:grid}
.m4p-modal-card{
  position:relative;
  width:min(540px,100%);
  padding:34px;
  border-radius:32px;
  background:#fffaf2;
  box-shadow:0 30px 90px rgba(0,0,0,.25);
}
.m4p-modal-card form{display:grid;gap:14px;margin-top:22px}
.m4p-modal-card h2{font-size:42px}
.m4p-modal-close{
  position:absolute;
  top:16px;
  right:16px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:var(--paper);
  cursor:pointer;
  font-size:28px;
}

/* FOOTER */
.m4p-footer{
  padding:48px 0;
  background:var(--ink);
  color:#fff;
}
.m4p-footer-inner{
  display:flex;
  justify-content:space-between;
  gap:30px;
}
.m4p-footer strong{font-size:22px;letter-spacing:-.02em}
.m4p-footer p{color:rgba(255,255,255,.72);max-width:560px}
.m4p-footer-links{display:flex;gap:18px;color:rgba(255,255,255,.8)}

@media(max-width:1100px){
  .m4p-header-inner{grid-template-columns:280px 1fr auto auto}
  .m4p-logo{width:280px;min-width:280px}
}
@media(max-width:1000px){
  .m4p-header-inner{grid-template-columns:1fr auto;min-height:70px}
  .m4p-nav,.m4p-header-area{display:none}
  .m4p-logo{width:auto;min-width:0}
}
@media(max-width:900px){
  .m4p-wrap{width:min(100% - 32px,1180px)}
  .m4p-logo{font-size:20px}
  .m4p-header-cta{min-height:42px;padding:0 16px}
  .m4p-hero{padding:42px 0 56px}
  .m4p-hero-grid,
  .m4p-dashboard-grid,
  .m4p-terri-section-grid,
  .m4p-split,
  .m4p-proof-layout,
  .m4p-calc-grid,
  .m4p-report-grid,
  .m4p-book-grid{
    grid-template-columns:1fr;
  }
  .m4p-page h1{font-size:clamp(46px,14vw,68px)}
  .m4p-page h2{font-size:clamp(34px,10vw,50px)}
  .m4p-lead{font-size:18px}
  .m4p-terri-panel{min-height:430px;transform:none}
  .m4p-terri-note{left:20px;right:20px}
  .m4p-terri-section,
  .m4p-problem,
  .m4p-services,
  .m4p-proof,
  .m4p-calculator,
  .m4p-book,
  .m4p-dashboard,
  .m4p-report{padding:56px 0}
  .m4p-terri-badge{width:150px;height:150px;border-width:15px}
  .m4p-service-timeline article{grid-template-columns:1fr}
  .m4p-proof-stack article{grid-template-columns:1fr}
  .m4p-footer-inner{display:grid}
  .m4p-footer-links{display:grid}
}


/* =========================================================
   SERVICES SELECT BLOCK
   ========================================================= */

.m4p-services-select{
  padding:82px 0;
  background:#fffaf2;
}

.m4p-services-select__head{
  max-width:760px;
  margin-bottom:34px;
}

.m4p-services-select__head p:last-child{
  margin-top:18px;
  color:var(--muted);
  font-size:21px;
}

.m4p-services-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.m4p-service-option{
  position:relative;
  display:grid;
  grid-template-columns:74px 1fr 34px;
  gap:22px;
  align-items:center;
  width:100%;
  padding:24px;
  border:1px solid var(--line);
  border-radius:30px;
  background:#fff;
  cursor:pointer;
  text-align:left;
  transition:.18s ease;
  box-shadow:0 16px 42px rgba(23,32,42,.05);
}

.m4p-service-option:hover{
  transform:translateY(-2px);
  border-color:rgba(199,109,79,.4);
  box-shadow:0 22px 50px rgba(23,32,42,.09);
}

.m4p-service-option.active{
  border-color:rgba(199,109,79,.5);
  background:linear-gradient(135deg,#fffaf5,#fff3ee);
}

.m4p-service-option__icon{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  border-radius:24px;
  background:var(--sage);
  color:var(--forest);
}

.m4p-service-option__content h3{
  margin:0 0 10px;
  font-size:28px;
}

.m4p-service-option__content p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.5;
}

.m4p-service-option__tick{
  width:28px;
  height:28px;
  border-radius:50%;
  border:2px solid var(--line);
  transition:.18s ease;
  position:relative;
}

.m4p-service-option.active .m4p-service-option__tick{
  background:var(--clay);
  border-color:var(--clay);
}

.m4p-service-option.active .m4p-service-option__tick:after{
  content:"";
  position:absolute;
  left:8px;
  top:4px;
  width:7px;
  height:13px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(40deg);
}

.m4p-services-cta{
  margin-top:24px;
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-radius:30px;
  background:linear-gradient(135deg,#fff7ee,#fff);
  border:1px solid rgba(199,109,79,.2);
}

.m4p-services-cta strong{
  display:block;
  margin-bottom:4px;
  font-size:24px;
}

.m4p-services-cta p{
  margin:0;
  color:var(--muted);
}

@media(max-width:900px){

  .m4p-services-grid{
    grid-template-columns:1fr;
  }

  .m4p-service-option{
    grid-template-columns:64px 1fr;
  }

  .m4p-service-option__tick{
    display:none;
  }

  .m4p-services-cta{
    display:grid;
  }

}

.m4p-emphasis{
  position:relative;
  display:inline-block;
  z-index:1;
}

.m4p-emphasis:after{
  content:"";
  position:absolute;
  left:.03em;
  right:.03em;
  bottom:.08em;

  height:.18em;
  border-radius:999px;

  background:rgba(255,255,255,.22);

  z-index:-1;

  transform:rotate(-1.5deg);
}

.m4p-emphasis:after{
  height:.24em;
  bottom:.02em;
  background:#f3bf71;
  opacity:.9;
}