
:root{
  --pink:#d86b8c;
  --pink-light:#f3bfd0;
  --wine:#7f314b;
  --wine-dark:#5f2137;
  --text:#2b1f24;
  --muted:#765d67;
  --soft:#fff7fa;
  --white:#ffffff;
  --line:#efd6df;
  --shadow:0 18px 45px rgba(127,49,75,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#fff7fa 0%,#fff 48%,#fff7fa 100%);
  line-height:1.65;
}
a{color:var(--wine)}
.site-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(239,214,223,.85);
  box-shadow:0 8px 24px rgba(127,49,75,.07);
}
.site-header__inner{
  max-width:1160px;
  margin:0 auto;
  padding:13px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  color:var(--wine);
  text-decoration:none;
  text-transform:uppercase;
  font-weight:900;
  line-height:.95;
  letter-spacing:-.4px;
}
.brand__main{display:block;font-size:20px}
.brand__sub{display:block;font-size:14px;letter-spacing:1.4px}
.site-nav{display:flex;gap:8px;align-items:center}
.site-nav a{
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  padding:9px 13px;
  border-radius:999px;
}
.site-nav a:hover,.site-nav .is-active{
  color:var(--wine);
  background:#f8e5eb;
}
.search-hero{
  position:relative;
  min-height:690px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(48,15,27,.04) 0%,rgba(71,21,39,.16) 40%,rgba(77,24,43,.82) 100%),
    url("../hero.png") center top / cover no-repeat;
}
.search-hero__inner{
  max-width:1160px;
  margin:0 auto;
  padding:72px 18px 58px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 350px;
  gap:44px;
  align-items:end;
  min-height:690px;
}
.hero-copy{
  color:#fff;
  text-shadow:0 2px 18px rgba(55,13,29,.55);
}
.eyebrow{
  display:inline-block;
  margin-bottom:10px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-size:12px;
  font-weight:900;
}
.hero-copy h1{
  max-width:760px;
  margin:0 0 16px;
  font-size:clamp(42px,6vw,72px);
  line-height:1.02;
  letter-spacing:-2px;
}
.hero-copy p{
  max-width:720px;
  margin:0;
  font-size:19px;
  line-height:1.5;
}
.hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:22px;
}
.hero-point{
  padding:8px 11px;
  color:#fff;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  backdrop-filter:blur(8px);
}
.upload-card{
  overflow:hidden;
  color:#fff;
  background:linear-gradient(135deg,rgba(216,107,140,.97),rgba(127,49,75,.96));
  border:1px solid rgba(255,255,255,.35);
  border-radius:28px;
  box-shadow:0 24px 55px rgba(55,13,29,.34);
}
.upload-card__head{
  padding:22px 22px 8px;
  text-align:center;
}
.upload-card__head h2{
  margin:0 0 5px;
  font-size:24px;
}
.upload-card__head p{
  margin:0;
  font-size:13px;
  opacity:.9;
}
input[type=file]{display:none}
.upload-label{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:185px;
  padding:18px;
  text-align:center;
  cursor:pointer;
  font-weight:900;
}
.upload-icon{
  width:76px;
  height:58px;
  position:relative;
  border:4px solid #fff;
  border-radius:16px;
  filter:drop-shadow(0 0 10px rgba(255,255,255,.35));
}
.upload-icon::before{
  content:"";
  position:absolute;
  left:18px;
  top:-15px;
  width:31px;
  height:15px;
  border:4px solid #fff;
  border-bottom:0;
  border-radius:10px 10px 0 0;
}
.upload-icon::after{
  content:"";
  position:absolute;
  left:20px;
  top:12px;
  width:25px;
  height:25px;
  border:4px solid #fff;
  border-radius:50%;
}
.upload-note{
  font-size:12px;
  opacity:.88;
}
.submit{
  width:100%;
  border:0;
  padding:15px 12px;
  color:var(--wine);
  background:#fff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
}
.submit:hover{background:#fff7fa}
.photo-tip{
  margin:0;
  padding:13px 16px 16px;
  text-align:center;
  color:#fff;
  background:rgba(72,17,37,.25);
  font-size:12px;
  line-height:1.4;
}
.section{
  max-width:1100px;
  margin:0 auto;
  padding:62px 18px;
}
.section-title{
  max-width:760px;
  margin:0 auto 30px;
  text-align:center;
}
.section-title .eyebrow{color:var(--wine)}
.section-title h2{
  margin:0 0 10px;
  color:var(--wine);
  font-size:34px;
  line-height:1.15;
}
.section-title p{
  margin:0;
  color:var(--muted);
  font-size:17px;
}
.steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.step{
  padding:26px 22px;
  text-align:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
}
.step__num{
  width:48px;
  height:48px;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,var(--pink),var(--wine));
  border-radius:50%;
  font-size:22px;
  font-weight:900;
}
.step h3{
  margin:0 0 8px;
  color:var(--wine);
}
.step p{
  margin:0;
  color:var(--muted);
}
.content-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.content-card{
  padding:28px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
}
.content-card h3{
  margin:0 0 9px;
  color:var(--wine);
  font-size:25px;
}
.content-card p{
  color:var(--muted);
}
.button{
  display:inline-block;
  padding:12px 18px;
  color:#fff;
  background:var(--wine);
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
}
.faq{
  max-width:900px;
}
.faq details{
  margin:11px 0;
  padding:16px 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 10px 28px rgba(127,49,75,.07);
}
.faq summary{
  cursor:pointer;
  color:var(--wine);
  font-weight:900;
}
.faq p{
  margin-bottom:0;
  color:var(--muted);
}
.site-footer{
  background:#fff7fa;
  color:#896d77;
}
.site-footer__inner{
  max-width:1100px;
  margin:0 auto;
  padding:25px 18px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px 24px;
  font-size:13px;
}
.site-footer a{text-decoration:none}
@media(max-width:860px){
  .search-hero__inner{
    grid-template-columns:1fr;
    align-items:end;
    padding-top:52px;
  }
  .upload-card{
    max-width:420px;
  }
}
@media(max-width:680px){
  .site-header__inner{align-items:flex-start}
  .site-nav{flex-direction:column;align-items:flex-end;gap:2px}
  .search-hero{
    min-height:auto;
    background-position:center top;
  }
  .search-hero__inner{
    min-height:auto;
    padding:54px 15px 36px;
    gap:28px;
  }
  .hero-copy h1{font-size:43px}
  .hero-copy p{font-size:16px}
  .upload-card{
    width:100%;
    max-width:none;
  }
  .steps,.content-links{grid-template-columns:1fr}
  .section{padding:46px 15px}
}
