/* Compact hero and real horizontal form card. */
#home .visual{overflow:hidden;margin-top:0}
#home .visual img{margin-top:-7vw;margin-bottom:-7vw}
#home .match-form{top:min(111vw,533px);left:18px;right:18px;height:auto;margin:0;padding:0 14px 62px;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(131,38,70,.2)}
#home .match-form h2{display:block;width:78%;margin:0 auto 12px;padding:10px 5px;border-radius:0 0 16px 16px;background:linear-gradient(90deg,#ff7283,#f52e65);color:#fff;font-size:16px}
#home .name-row{display:grid;grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);gap:7px;align-items:center}
#home .match-form label{display:flex;flex-direction:column;height:112px;overflow:hidden;border:1px solid #f1c4cf;border-radius:13px;background:#fff}
#home .match-form label:nth-of-type(2){order:1;border-color:#c8d4f4}
#home .heart-link{display:flex;order:2;width:42px;height:42px;padding:4px 0 0;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:#f84c78;color:#fff}
#home .match-form label:nth-of-type(1){order:3}
#home .match-form label span{display:block;padding:8px 3px;background:#fbdde5;color:#ce3f68;font-size:14px}
#home .match-form label:nth-of-type(2) span{background:#dfe7fb;color:#4775c6}
#home .match-form input{height:66px;padding:0 5px;border-radius:0;background:#fff!important;text-align:center;font-size:16px!important}
#home .match-form input::placeholder{color:#aaa3a7}
#home .privacy{display:block;height:auto;margin:11px 0 9px;color:#a8949a;font-size:12px;user-select:auto}
#home .match-form button{height:52px;min-height:52px;margin:0;border-radius:28px;background:linear-gradient(180deg,#fff4a8,#ffd948);color:#df2f58;font-size:18px;font-weight:800;box-shadow:0 6px 15px rgba(226,68,93,.2)}
#home .delivery-strip{margin-top:12px}
@media(max-width:390px){#home .visual img{margin-top:-7vw;margin-bottom:-7vw}#home .match-form{top:111vw;left:14px;right:14px;padding-left:10px;padding-right:10px}#home .name-row{grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr);gap:5px}#home .heart-link{width:36px;height:36px}#home .match-form label{height:104px}#home .match-form label span{font-size:13px}#home .match-form input{height:60px}}
