/* MP Site Code — snippet #7504348. Edited in wp-admin; do not edit this file. */
/* ============================================================
   MP TOOLS PAGE 
   ============================================================ */

.mp-tools{
  --mpt-berry:#8E2C4E;
  --mpt-berry-dark:#7A2542;
  --mpt-berry-deep:#6E1F39;
  --mpt-pink:#F7D9E4;
  --mpt-blush:#FBEFF4;
  --mpt-baby-pink:#FBE1E8;
  --mpt-lavender:#C9BBE8;
  --mpt-lav-soft:#F3EEFB;
  --mpt-baby-soft:#FDEEF2;
  --mpt-sage:#8DA79B;
  --mpt-ivory:#FCF8F5;
  --mpt-line:#F1E0E6;
  --mpt-muted:#645A60;
  margin-block-start:0 !important;
}
.mp-tools *, .mp-tools *::before, .mp-tools *::after{box-sizing:border-box;}
.mp-tools .mpt-wrap{max-width:1120px;margin:0 auto;padding:0 18px;}

/* ---------- Eyebrow (shared) ---------- */
.mp-tools .mpt-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:0.72rem;font-weight:700;letter-spacing:0.16em;
  text-transform:uppercase;color:var(--mpt-berry);
}
.mp-tools .mpt-eyebrow::before{
  content:"";width:26px;height:2px;background:var(--mpt-berry);border-radius:2px;
}

/* ---------- Hero ---------- */
.mp-tools .mpt-hero{
  padding:56px 0 48px;
  background:
    radial-gradient(560px 360px at 88% 8%, var(--mpt-lav-soft) 0%, transparent 65%),
    radial-gradient(680px 440px at 6% 90%, var(--mpt-baby-soft) 0%, transparent 65%),
    linear-gradient(180deg, var(--mpt-ivory), #ffffff);
}
.mp-tools .mpt-hero .mpt-wrap{text-align:center;}
.mp-tools .mpt-hero h1{margin:12px 0 14px;font-weight:800;}
.mp-tools .mpt-hl{color:var(--mpt-berry);}
.mp-tools .mpt-deck{max-width:640px;margin:0 auto 22px;color:#000;}
.mp-tools .mpt-trust{
  list-style:none;margin:0;padding:0;
  display:flex;flex-wrap:wrap;gap:10px 22px;justify-content:center;
}
.mp-tools .mpt-trust li{
  display:flex;align-items:center;gap:8px;
  font-size:0.92rem;font-weight:600;color:var(--mpt-berry-dark);
}
.mp-tools .mpt-trust li::before{
  content:"";width:7px;height:7px;border-radius:50%;background:var(--mpt-berry);
}

/* ---------- Tool cards ---------- */
.mp-tools .mpt-tools-sec{padding:48px 0 8px;background:#ffffff;}

/* round-disc cards — values ported from the home "Try our tools" v3 design */
.mp-tools .mpt-grid{
  list-style:none;margin:0 auto;padding:0;
  display:grid;grid-template-columns:repeat(2, minmax(0,1fr));
  gap:clamp(26px, 5vw, 60px);
  max-width:900px;
}
.mp-tools .mpt-grid > li{
  margin:0 !important;padding:0 !important;
  display:flex;min-width:0;
}
.mp-tools .mpt-item{
  flex:1;display:flex;flex-direction:column;align-items:center;
  text-align:center;text-decoration:none;
  border:1px solid var(--mpt-line);border-radius:24px;
  padding:clamp(24px,4vw,34px) clamp(18px,3vw,28px) clamp(26px,4vw,34px);
  transition:border-color .2s ease, box-shadow .2s ease;
}
.mp-tools .mpt-item:hover{
  border-color:var(--mpt-berry);
  box-shadow:0 14px 36px rgba(142,44,78,.11);
}

/* ring frame: border around the round picture with a white gap */
.mp-tools .mpt-disc{
  position:relative;
  width:min(260px,72vw);aspect-ratio:1;border-radius:50%;
  max-width:100%;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:24px;padding:7px;border:2.5px solid;
  transition:transform .25s ease;
}
.mp-tools .mpt-item:hover .mpt-disc{transform:translateY(-6px);}
.mp-tools .mpt-grid > li:nth-child(1) .mpt-disc{border-color:#F3B8CB;}
.mp-tools .mpt-grid > li:nth-child(2) .mpt-disc{border-color:var(--mpt-lavender);}

.mp-tools .mpt-disc img{
  position:relative;width:100%;height:100%;object-fit:contain;
  display:block;
  filter:drop-shadow(0 14px 28px rgba(142,44,78,.2));
  transition:transform .25s ease;
}
.mp-tools .mpt-item:hover .mpt-disc img{transform:scale(1.03);}

/* accent satellite dot on the ring */
.mp-tools .mpt-dot{
  position:absolute;border-radius:50%;
  width:12px;height:12px;box-shadow:0 0 0 3px #fff;
}
.mp-tools .mpt-grid > li:nth-child(1) .mpt-dot{bottom:12%;left:6%;background:var(--mpt-lavender);}
.mp-tools .mpt-grid > li:nth-child(2) .mpt-dot{bottom:12%;right:6%;background:var(--mpt-baby-pink);}

/* badge floating on the disc */
.mp-tools .mpt-free{
  position:absolute;bottom:4%;
  display:inline-flex;align-items:center;gap:6px;
  padding:5px 15px;background:#fff;border:1px solid var(--mpt-line);
  border-radius:999px;font-size:.74rem;font-weight:700;
  color:var(--mpt-berry-deep);
  box-shadow:0 4px 14px rgba(142,44,78,.14);white-space:nowrap;
}
.mp-tools .mpt-free svg{color:var(--mpt-sage);flex:none;}

/* text */
.mp-tools .mpt-item h2{margin:0 0 6px;font-size:1.4rem;font-weight:800;line-height:1.4;color:#1A1A1A;}
.mp-tools .mpt-item h2 span{color:var(--mpt-berry);}
.mp-tools .mpt-item p{
  margin:0 0 18px;font-size:.9rem;color:var(--mpt-muted);
  line-height:1.7;max-width:34ch;
}

/* CTA pill (part of the card link, not a separate anchor) */
.mp-tools .mpt-cta{
  display:inline-flex;align-items:center;gap:9px;
  padding:12px 28px;background:var(--mpt-berry);border-radius:999px;
  color:#fff;font-size:.9rem;font-weight:700;
  box-shadow:0 6px 16px rgba(142,44,78,.26);
  transition:background .18s ease, box-shadow .18s ease, transform .15s ease;
  margin-top:auto;
}
.mp-tools .mpt-item:hover .mpt-cta{
  background:var(--mpt-berry-dark);
  box-shadow:0 8px 22px rgba(142,44,78,.34);
  transform:translateY(-1px);
}

/* ---------- Buttons ---------- */
.mp-tools .mpt-btn{
  display:inline-block;align-self:flex-start;
  background:var(--mpt-berry);color:#ffffff !important;
  text-decoration:none;font-weight:600;font-size:0.95rem;
  padding:8px 22px;border-radius:999px;
  transition:background .15s ease;
}
.mp-tools .mpt-btn:hover{background:var(--mpt-berry-dark);}

/* ---------- Ask a doctor band ---------- */
.mp-tools .mpt-ask{
  padding:65px 0 64px;
  background:
    radial-gradient(560px 300px at 100% 100%, var(--mpt-pink) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--mpt-blush) 100%);
}
.mp-tools .mpt-ask-inner{
  text-align:center;max-width:640px;margin:0 auto;
}
.mp-tools .mpt-ask-inner h2{margin:0 0 12px;}
.mp-tools .mpt-ask-inner p{margin:0 0 22px;}
.mp-tools .mpt-btn-ask{align-self:center;}

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .mp-tools .mpt-hero{padding:46px 0 40px;}
}
@media (max-width:700px){
  .mp-tools .mpt-grid{grid-template-columns:1fr;gap:44px;}
}
@media (max-width:640px){
  .mp-tools .mpt-hero{padding:38px 0 34px;}
  .mp-tools .mpt-hero h1{font-size:2.1rem;}
  .mp-tools .mpt-trust{gap:8px 16px;}
}