/* TeenCare mobile landing refinement — production 2026-09-23 */

@media (max-width: 600px){
  body.figma-v4 .mobile-result-preview-refined{
    padding-top:18px;
    padding-bottom:18px;
  }

  body.figma-v4 .mobile-result-preview-refined .mobile-result-head{
    margin-bottom:14px;
  }

  body.figma-v4 .mobile-result-preview-refined .mobile-result-head span{
    font-weight:800;
    letter-spacing:0;
  }

  body.figma-v4 .mobile-result-preview-refined .mobile-result-pattern{
    padding:12px 18px 14px;
  }

  body.figma-v4 .mobile-result-preview-refined .mobile-result-pattern>strong{
    display:block;
    margin-bottom:8px;
    padding-right:8px;
    line-height:1.08;
  }

  body.figma-v4 .mobile-result-preview-refined .mobile-result-pattern p{
    margin-top:6px;
  }

  body.figma-v4 .mobile-result-preview-refined .mobile-result-move{
    margin-top:12px;
  }

  body.figma-v4 .value-preview{
    position:relative;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    margin:16px 0 18px;
    padding:9px 8px;
    overflow:hidden;
    background:rgba(255,253,249,.92);
    border:1px solid #e7dfd3;
    border-radius:18px;
    box-shadow:
      0 1px 0 rgba(255,255,255,.95) inset,
      0 8px 22px rgba(48,38,24,.055);
  }

  body.figma-v4 .value-preview>div{
    position:relative;
    min-height:62px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:8px 6px;
    border:0;
    border-radius:12px;
    background:transparent;
    box-shadow:none;
  }

  body.figma-v4 .value-preview>div:not(:last-child)::after{
    content:"";
    position:absolute;
    top:13px;
    right:0;
    bottom:13px;
    width:1px;
    background:#ece4d8;
  }

  body.figma-v4 .value-preview .value-icon{
    display:grid !important;
    place-items:center;
    width:29px;
    height:29px;
    margin:0;
    border-radius:10px;
    border:1px solid rgba(90,76,53,.07);
    box-shadow:0 2px 7px rgba(46,37,25,.045);
  }

  body.figma-v4 .value-preview .value-icon svg{
    width:15px;
    height:15px;
  }

  body.figma-v4 .value-preview small{
    margin:0;
    max-width:92px;
    color:#38342e;
    font-size:11.5px;
    line-height:1.22;
    font-weight:800;
    letter-spacing:-.01em;
    text-align:center;
  }

  body.figma-v4 .platform-proof-strip{
    position:relative;
    display:grid;
    grid-template-columns:46px minmax(0,1fr);
    column-gap:12px;
    row-gap:0;
    align-items:center;
    margin:0;
    padding:15px 15px 14px;
    overflow:hidden;
    background:linear-gradient(150deg,#fffefa 0%,#fff 58%,#fbf8ff 100%);
    border:1px solid #e5ddd0;
    border-radius:19px;
    box-shadow:
      0 1px 0 rgba(255,255,255,.95) inset,
      0 9px 24px rgba(48,38,24,.06);
  }

  body.figma-v4 .platform-proof-strip::before{
    content:"";
    position:absolute;
    width:110px;
    height:110px;
    right:-62px;
    top:-68px;
    border-radius:999px;
    background:rgba(255,178,0,.055);
    pointer-events:none;
  }

  body.figma-v4 .platform-proof-mark{
    width:46px;
    height:46px;
    border-radius:14px;
    padding:5px;
    overflow:hidden;
    background:#fff3d8;
    border:1px solid #f0dfba;
    box-shadow:0 3px 10px rgba(95,70,23,.07);
  }

  body.figma-v4 .platform-proof-mark img{
    width:100%;
    height:100%;
    object-fit:contain;
    transform:scale(1.2);
  }

  body.figma-v4 .platform-proof-copy{
    position:relative;
    z-index:1;
    display:block;
  }

  body.figma-v4 .platform-proof-copy strong{
    display:block;
    color:#252836;
    font-size:14.5px;
    line-height:1.24;
    font-weight:850;
    letter-spacing:-.012em;
  }

  body.figma-v4 .platform-proof-copy>span{
    display:block;
    margin-top:4px;
    color:#79736a;
    font-size:11.5px;
    line-height:1.35;
  }

  body.figma-v4 .platform-proof-chips{
    position:relative;
    z-index:1;
    grid-column:1/-1;
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-top:13px;
    padding:0;
  }

  body.figma-v4 .platform-proof-chips span{
    display:inline-flex;
    align-items:center;
    min-height:29px;
    padding:5px 10px;
    border:1px solid #ebe4dc;
    border-radius:999px;
    background:#f7f4f0;
    color:#655f59;
    font-size:10.5px;
    line-height:1;
    font-weight:800;
  }

  body.figma-v4 .platform-proof-chips span:last-child{
    border-color:#dcebe3;
    background:#edf7f2;
    color:#2f765c;
  }

  body.figma-v4 .mobile-home-prod-disclaimer{
    margin:12px auto 0;
    max-width:420px;
    color:#aaa39a;
    font-size:11.5px;
    line-height:1.4;
    text-align:center;
    opacity:.86;
  }
}

@media (max-width:390px){
  body.figma-v4 .landing h1{
    font-size:33px !important;
    line-height:1.04;
  }
}

@media (max-width:360px){
  body.figma-v4 .landing h1{
    font-size:31px !important;
  }

  body.figma-v4 .value-preview small{
    font-size:10.75px;
  }

  body.figma-v4 .platform-proof-copy strong{
    font-size:13.75px;
  }
}