/* ===== Base ===== */
*{ box-sizing: border-box; }
html, body{ height: 100%; }

body{
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #0f172a;
  background: #ffffff;
}

img{ max-width: 100%; display: block; }

.container{
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.back-btn{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  transition: background .2s ease, transform .1s ease;
}

.back-btn:hover{
  background: #f1f5f9;
}

.back-btn:active{
  transform: translateY(1px);
}


.topbar__inner{
  height: 64px;
  display: flex;
  align-items: center;
}

/* agrupa arrow + logo */
.topbar-left{
  display: flex;
  align-items: center;
  gap: 14px;
}


.back-arrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #0f172a;
  text-decoration: none;
  transition: transform .15s ease, opacity .15s ease;
}

.back-arrow svg{
  width: 26px;
  height: 26px;
}

.back-arrow:hover{
  opacity: .65;
  transform: translateX(-2px);
}

.topbar__inner{
  height: 64px;
  display: flex;
  align-items: center;
}

/* Arrow + Logo juntos */
.topbar-left{
  display: flex;
  align-items: center;
  gap: 12px;
}


.old-tool-media{
  background: #f8fafc;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
}

.old-tool-media img{
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}


.figma-preview img{
  width: 100%;
  max-width: 360px;
  border-radius: 16px;
  box-shadow: 
    0 20px 40px rgba(15,23,42,.12),
    0 4px 12px rgba(15,23,42,.08);
}





/* ===== Hero Section ===== */







.cs-hero{
  padding: 64px 0 72px;
  background:
    radial-gradient(900px 420px at 78% 40%, rgba(16,185,129,.22), transparent 55%),
    radial-gradient(680px 340px at 22% 22%, rgba(34,197,94,.18), transparent 55%),
    linear-gradient(135deg, #052e16 0%, #064e3b 55%, #022c22 100%);
}

.cs-hero__grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 56px;
}

/* ===== Left Content ===== */
.cs-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eefdf7;
  border: 1px solid #dcfce7;
  color: #059669;
  font-weight: 800;
  font-size: 16px;
}

.cs-pill__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.16);
}

.cs-hero__title{
  margin: 18px 0 14px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 950;
  color: #ffffff;
}

.cs-hero__subtitle{
  margin: 0 0 24px;
  max-widrgb(242, 243, 243), 222, 228)h;
  font-size: 20px;
  line-height: 1.7;
  color: #ffffff;
}

/* ===== Meta Cards ===== */
.cs-meta{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.cs-meta__card{
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #eef0f6;
  box-shadow: 0 10px 28px rgba(15,23,42,.05);
}

.cs-meta__icon{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #ecfdf5;
  color: #16a34a;
  flex: 0 0 auto;
}

.cs-meta__icon svg{
  width: 20px;
  height: 20px;
}

.cs-meta__text{
  display: grid;
  gap: 4px;
}

.cs-meta__label{
  font-size: 14px;
  color: #5e5e5f;
  font-weight: 800;
}

.cs-meta__value{
  font-size: 13px;
  color: #05360d;
  font-weight: 900;
}

/* ===== Right Mockup Card ===== */
.cs-hero__media{
  display: flex;
  justify-content: flex-end;
}

.cs-mockup-card{
  width: min(420px, 100%);
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #eef0f6;
  padding: 1px;
  box-shadow: 0 22px 60px rgba(15,23,42,.10);
}

.cs-mockup-card img{
  width: 100%;
  height: auto;
  border-radius: 14px;
}

/* ===== Responsive ===== */
@media (max-width: 980px){
  .cs-hero__grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cs-hero__media{
    justify-content: center;
    order: -1;
  }

  .cs-hero__subtitle{
    max-width: none;
  }

  .cs-mockup-card{
    width: min(520px, 100%);
  }
}

@media (max-width: 560px){
  .container{
    width: min(1120px, calc(100% - 24px));
  }

  .cs-hero{
    padding: 46px 0 56px;
  }

  .cs-meta{
    grid-template-columns: 1fr;
  }

  .cs-meta__card{
    padding: 14px;
  }
}



/* Container (se você já tem, pode remover) */
.container{
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* ===== Problem Section ===== */
.problem{
  padding: 48px 0 64px;
  background: #ffffff;
  color: #0f172a;
}

.problem__head{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

.problem__badge{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff1f2;     /* bem clarinho */
  color: #ef4444;          /* vermelho */
  border: 1px solid #ffe4e6;
}

.problem__badge svg{
  width: 20px;
  height: 20px;
}

.problem__title{
  margin: 2px 0 6px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0b1220;
}

.problem__subtitle{
  margin: 0;
  max-width: 85ch;
  font-size: 20px;
  line-height: 1.65;
  color: #64748b;
}

/* ===== Grid ===== */
.problem__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}

/* ===== Cards ===== */
.p-card{
  background: #ffffff;
  border: 1px solid #eef0f6;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 10px 26px rgba(15,23,42,.05);

  position: relative;
}

/* barra vermelha na esquerda */
.p-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;

  width: 6px;                 /* espessura da borda */
  background: #ef4444;

  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}


.p-card__icon{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #ef4444;
  background: #fff1f2;
  border: 1px solid #ffe4e6;
  margin-left: 6px; /* afasta da barra */
  margin-bottom: 10px;
}

.p-card__icon svg{
  width: 18px;
  height: 18px;
}

.p-card__title{
  margin: 0 0 6px 6px;
  font-size: 20px;
  font-weight: 900;
  color: #0b1220;
}

.p-card__desc{
  margin: 0 0 0 6px;
  font-size: 16px;
  line-height: 1.55;
  color: #64748b;
  max-width: 52ch;
}

/* ===== Responsive ===== */
@media (max-width: 820px){
  .problem__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px){
  .container{
    width: min(1120px, calc(100% - 24px));
  }

  .problem{
    padding: 40px 0 52px;
  }

  .problem__head{
    grid-template-columns: 1fr;
  }

  .problem__badge{
    width: 40px;
    height: 40px;
  }
}


/* Container (se já existir no projeto, ignore) */
.container{
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* ===== Section ===== */
.personal-context{
  padding: 60px 0;
  background: #ffffff;
}

/* ===== Card ===== */
.pc-card{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;

  background: #ffffff;
  border: 1px solid #eef0f6;
  border-radius: 16px;
  padding: 28px 32px;

  box-shadow: 0 14px 40px rgba(15,23,42,.06);
}

/* ===== Icon ===== */
.pc-icon{
  width: 48px;
  height: 48px;
  border-radius: 12px;

  display: grid;
  place-items: center;

  background: #ecfdf5;
  color: #22c55e;
}

.pc-icon svg{
  width: 22px;
  height: 22px;
}

/* ===== Content ===== */
.pc-title{
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 900;
  color: #0b1220;
}

.pc-content p{
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.65;
  color: #64748b;
}

.pc-content p:last-child{
  margin-bottom: 0;
}

/* ===== Responsive ===== */
@media (max-width: 640px){
  .pc-card{
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .pc-icon{
    width: 44px;
    height: 44px;
  }
}


/* Container (se já existir, ignore) */
.container{
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* ===== Goals Section ===== */
.goals{
  padding: 70px 0;
  background: #ffffff;
}

.goals__head{
  text-align: center;
  margin-bottom: 26px;
}

.goals__title{
  margin: 0;
  font-size: clamp(40px, 3vw, 34px);
  font-weight: 950;
  letter-spacing: -0.02em;
  color: #0b1220;
}

.goals__subtitle{
  margin: 8px 0 0;
  font-size: 20px;
  color: #64748b;
}

/* ===== Grid ===== */
.goals__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

/* ===== Card Base ===== */
.goal-card{
  border-radius: 18px;
  padding: 26px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(15,23,42,.10);
}

/* subtle highlight (top glow) */
.goal-card::before{
  content: "";
  position: absolute;
  inset: -80px -80px auto -80px;
  height: 160px;
  background: rgba(255,255,255,.12);
  filter: blur(2px);
  transform: rotate(-8deg);
}

/* ===== Icon ===== */
.goal-icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.goal-icon svg{
  width: 22px;
  height: 22px;
  color: #ffffff;
}

/* ===== Text ===== */
.goal-title{
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 950;
  position: relative;
  z-index: 1;
}

.goal-desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
  position: relative;
  z-index: 1;
  max-width: 32ch;
}

/* ===== Color Variants ===== */
.goal-card--green{
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.goal-card--blue{
  background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.goal-card--purple{
  background: linear-gradient(135deg, #7c3aed, #a855f7);
}

/* ===== Responsive ===== */
@media (max-width: 980px){
  .goals__grid{
    grid-template-columns: 1fr;
  }

  .goal-desc{
    max-width: none;
  }
}

@media (max-width: 560px){
  .container{
    width: min(1120px, calc(100% - 24px));
  }
}





/* ===== Container ===== */
.container{
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* ===== Section ===== */
.mf{
  padding: 70px 0 80px;
  background: #ffffff;
}

.mf__head{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 34px;
}

.mf__title{
  margin: 0 0 12px;
  font-size: clamp(40px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0b1220;
}

.mf__subtitle{
  margin: 0;
  font-size: 20px;
  line-height: 1.65;
  color: #64748b;
}

/* ===== Stack ===== */
.mf__stack{
  display: grid;
  gap: 22px;
}

/* ===== Card ===== */
.mf-card{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;

  background: #ffffff;
  border: 1px solid #eef0f6;
  border-radius: 20px;
  padding: 28px;

  box-shadow: 0 14px 40px rgba(15,23,42,.08);
}

.mf-card__media img{
  width: 100%;
  max-width: 300px;     /* controla largura */
  max-height: 400px;    /* controla altura */
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15,23,42,.12);
}

.mf-card__media{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: #f8fafc;
  border-radius: 18px;
}


.mf-card--reverse{
  grid-template-columns: .9fr 1.1fr;
}

.mf-card--reverse .mf-card__content{ order: 2; }
.mf-card--reverse .mf-card__media{ order: 1; }

/* ===== Content ===== */
.mf-card__content{
  padding: 4px;
}

.mf-card__title{
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 900;
  color: #0b1220;
}

.mf-card__desc{
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.65;
  color: #64748b;
  max-width: 60ch;
}

/* ===== Pills ===== */
.mf-pill{
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid transparent;
}

.mf-pill--green{
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.22);
  color: #16a34a;
}

.mf-pill--blue{
  background: rgba(59,130,246,.12);
  border-color: rgba(59,130,246,.22);
  color: rgba(0, 0, 0, 0.2)
}





.kf{
  padding: 60px 0 70px;
  background: #ffffff;
}

.kf__title{
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 900;
  color: #0b1220;
  text-align: center;
}

/* grid 2 colunas */
.kf__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 34px; /* row / column */
}

/* item */
.kf-item{
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.kf-icon{
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #4b8f66;
  color: #ffffff;
  display: grid;
  place-items: center;
}

.kf-icon svg{
  width: 16px;
  height: 16px;
}

.kf-item__title{
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 900;
  color: #0b1220;
}

.kf-item__desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #64748b;
  max-width: 52ch;
}

/* responsivo */
@media (max-width: 820px){
  .kf__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }
}



/* (se já existir no seu projeto, ignore) */
.container{
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* ===== Section ===== */
.dp2{
  padding: 70px 0 80px;
  background: #ffffff;
}

.dp2__head{
  text-align: center;
  margin-bottom: 34px;
}

.dp2__title{
  margin: 0 0 8px;
  font-size: clamp(40px, 3vw, 34px);
  font-weight: 950;
  letter-spacing: -0.02em;
  color: #0b1220;
}

.dp2__subtitle{
  margin: 0;
  font-size: 20px;
  color: #64748b;
  line-height: 1.5;
}

/* ===== Layout ===== */
.dp2__wrap{
  position: relative;
}

/* linha conectando os cards */
.dp2__line{
  position: absolute;
  left: 6%;
  right: 6%;
  top: 92px;                 /* altura da linha atrás do círculo */
  height: 3px;
  background: #d1fae5;       /* verde clarinho */
  border-radius: 999px;
  z-index: 0;
}

.dp2__grid{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

/* ===== Card ===== */
.dp2-card{
  background: #ffffff;
  border: 1px solid #eef0f6;
  border-radius: 18px;
  padding: 22px 18px 18px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(15,23,42,.08);
}

.dp2-num{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 950;
  font-size: 16px;
}

.dp2-num--red{ background: #ef4444; }
.dp2-num--yellow{ background: #eab308; }
.dp2-num--blue{ background: #3b82f6; }
.dp2-num--green{ background: #22c55e; }

.dp2-card__title{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 950;
  color: #0b1220;
}

.dp2-card__text{
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #64748b;
}

/* ===== Responsive ===== */
@media (max-width: 980px){
  .dp2__grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .dp2__line{
    display: none; /* some no 2x2 pra não ficar estranho */
  }
}

@media (max-width: 560px){
  .container{
    width: min(1120px, calc(100% - 24px));
  }

  .dp2{
    padding: 56px 0 64px;
  }

  .dp2__grid{
    grid-template-columns: 1fr;
  }
}

.ba{
  padding: 70px 0 80px;
  background: #ffffff;
}

.ba__head{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 30px;
}

.ba__title{
  margin: 0 0 10px;
  font-size: clamp(40px, 3vw, 34px);
  font-weight: 950;
  letter-spacing: -0.02em;
  color: #0b1220;
}

.ba__subtitle{
  margin: 0;
  font-size: 20px;
  line-height: 1.65;
  color: #64748b;
}

/* Grid */
.ba__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}

/* Card */
.ba-card{
  border: 1px solid #eef0f6;
  border-radius: 18px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 14px 40px rgba(15,23,42,.08);
}

.ba-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid transparent;
  margin-bottom: 14px;
}

.ba-tag--before{
  color: #ef4444;
  background: #fef2f2;
  border-color: #fecaca;
}

.ba-tag--after{
  color: #16a34a;
  background: #f0fdf4;
  border-color: #dcfce7;
}

/* Media */
.ba-media{
  background: #f8fafc;
  border-radius: 14px;
  padding: 16px;
  display: grid;
  place-items: center;
  min-height: 220px;
  margin-bottom: 14px;
}

.ba-media img{
  width: 100%;
  max-width: 320px;
  max-height: 360px;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(15,23,42,.12);
}

/* Text */
.ba-card__title{
  margin: 6px 0 10px;
  font-size: 20px;
  font-weight: 950;
  color: #0b1220;
}

.ba-list{
  margin: 0;
  padding-left: 18px;
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
}

.ba-list li{
  margin: 8px 0;
}

/* Responsive */
@media (max-width: 900px){
  .ba__grid{
    grid-template-columns: 1fr;
  }

  .ba-media{
    min-height: 200px;
  }

  .ba-media img{
    max-width: 280px;
    max-height: 320px;
  }
}



/* =========================
   Figma View Section
========================= */

.figma-view{
  padding: 80px 0;
  background: #f8fafc;
}

.figma-card{
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  align-items: center;
  box-shadow: 0 20px 60px rgba(15,23,42,.08);
}

/* Left */

.figma-badge{
  display: inline-block;
  background: #e0f2fe;
  color: #0284c7;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 16px;
}

.figma-content h2{
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 900;
  color: #0f172a;
}

.figma-content p{
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  max-width: 520px;
}

.figma-list{
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.figma-list li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #334155;
}

.figma-list li::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: 900;
}

/* Buttons */

.figma-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-figma{
  background: #111827;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.btn-figma:hover{
  filter: brightness(.9);
}

.btn-figma-outline{
  background: transparent;
  color: #111827;
  border: 2px solid #111827;
  padding: 12px 26px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.btn-figma-outline:hover{
  background: #111827;
  color: #ffffff;
}

/* Right */

.figma-preview img{
  width: 100%;
  max-width: 360px;
  display: block;
  margin-left: auto;
}


.demo{ padding: 70px 0; background:#fff; }
.demo__head{ text-align:center; max-width: 820px; margin: 0 auto 26px; }
.demo__title{ margin:0 0 10px; font-size: 40px; font-weight: 950; color:#0b1220; }
.demo__subtitle{ margin:0; font-size: 18px; line-height:1.65; color:#64748b; }

.demo__frame{
  width: 100%;
  max-width: 460px;          /* controla o tamanho no desktop */
  margin: 0 auto;
  border-radius: 22px;
  background: #0b1220;
  padding: 12px;
  box-shadow: 0 22px 60px rgba(15,23,42,.12);
}

.demo__video{
  width: 100%;
  aspect-ratio: 9 / 16;      /* mantém 1080x1920 certinho */
  height: auto;
  display: block;
  border-radius: 14px;
  background: #000;
  object-fit: cover;
}

/* Mobile: deixa quase full width */
@media (max-width: 768px){
  .demo__frame{ max-width: 92vw; }
}


/* =========================
   Responsive
========================= */





/* Mobile layout for mf-card */
@media (max-width: 768px) {
  .mf-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 18px;
  }

  /* image goes first */
  .mf-card__media {
    order: -1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* bigger mockup */
  .mf-card__media img {
    width: min(320px, 92%);
    height: auto;
    border-radius: 16px;
  }

  /* keep text lines readable */
  .mf-card__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .mf-card__desc {
    max-width: 36ch;
    margin: 0 auto;
  }

  /* nicer bullets on mobile */
  .mf-list {
    max-width: 36ch;
    margin: 8px auto 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: grid;
    gap: 10px;
  }

  .mf-list li {
    position: relative;
    padding-left: 18px;
  }

  .mf-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
  }
}
