:root{
  --hv-bg:#f7f3fb;
  --hv-ink:#1d1c25;
  --hv-muted:#666071;
  --hv-soft:#ffffffcc;
  --hv-line:rgba(29,28,37,.10);
  --hv-primary:#3837e8;
  --hv-primary-dark:#2726b7;
  --hv-lavender:#eee8ff;
  --hv-rose:#fff0f5;
  --hv-shadow:0 24px 80px rgba(44,38,72,.12);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body.hv-home{
  margin:0;
  min-height:100vh;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:var(--hv-ink);
  background:var(--hv-bg);
  line-height:1.55;
}

.hv-bg{
  position:fixed;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 12% 12%, rgba(238,210,255,.84), transparent 36%),
    radial-gradient(circle at 86% 16%, rgba(214,236,255,.86), transparent 34%),
    radial-gradient(circle at 55% 92%, rgba(255,220,231,.82), transparent 36%),
    linear-gradient(135deg,#faf8ff 0%,#f5f2fb 48%,#fff8fb 100%);
}

.hv-topbar{
  width:min(1120px, calc(100% - 32px));
  margin:18px auto 0;
  padding:12px 14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  border:1px solid var(--hv-line);
  border-radius:22px;
  background:rgba(255,255,255,.68);
  backdrop-filter:blur(18px);
  box-shadow:0 10px 34px rgba(44,38,72,.07);
}

.hv-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--hv-ink);
  text-decoration:none;
  font-weight:800;
  letter-spacing:.02em;
}

.hv-brand img{border-radius:9px}

.hv-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}

.hv-nav a,.hv-lang a,.hv-footer-link{
  color:var(--hv-ink);
  text-decoration:none;
  border:1px solid var(--hv-line);
  background:rgba(255,255,255,.64);
  border-radius:999px;
  padding:8px 11px;
  font-size:13px;
  font-weight:650;
}

.hv-lang{display:flex;gap:4px}
.hv-lang a{padding:7px 9px;opacity:.72}
.hv-lang a.is-active{opacity:1;background:#fff;border-color:rgba(56,55,232,.28);color:var(--hv-primary)}

.hv-shell{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
  padding:48px 0 30px;
}

.hv-hero{
  max-width:890px;
  margin:0 auto;
  text-align:center;
  padding:58px 18px 42px;
}

.hv-kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border-radius:999px;
  border:1px solid var(--hv-line);
  background:rgba(255,255,255,.68);
  color:#514d60;
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
}

.hv-hero h1{
  margin:0 auto 18px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(42px,7vw,78px);
  line-height:.98;
  letter-spacing:-.045em;
  max-width:920px;
}

.hv-hero p{
  max-width:690px;
  margin:0 auto;
  color:var(--hv-muted);
  font-size:clamp(17px,2.2vw,21px);
}

.hv-actions{
  margin-top:28px;
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.hv-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border-radius:999px;
  padding:13px 20px;
  font-weight:800;
  text-decoration:none;
  border:1px solid transparent;
  cursor:pointer;
}

.hv-btn-primary{background:var(--hv-primary);color:#fff;box-shadow:0 16px 40px rgba(56,55,232,.22)}
.hv-btn-primary:hover{background:var(--hv-primary-dark)}
.hv-btn-secondary{background:rgba(255,255,255,.78);color:var(--hv-ink);border-color:var(--hv-line)}

.hv-signals{
  margin:26px auto 0;
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}

.hv-signals span{
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.62);
  border:1px solid var(--hv-line);
  color:#514d60;
  font-size:13px;
  font-weight:700;
}

.hv-panel,.hv-route-card,.hv-flow article{
  background:rgba(255,255,255,.72);
  border:1px solid var(--hv-line);
  border-radius:28px;
  box-shadow:var(--hv-shadow);
}

.hv-panel{padding:28px}
.hv-panel h2,.hv-section h2,.hv-route-card h3{
  margin:0;
  letter-spacing:-.02em;
}

.hv-panel h2,.hv-section h2{
  font-size:clamp(26px,3vw,38px);
  line-height:1.06;
}

.hv-panel p{margin:12px 0 0;color:var(--hv-muted);font-size:17px}

.hv-panel-split{
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:22px;
  align-items:start;
}

.hv-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.hv-mini-grid article{
  padding:17px;
  border-radius:20px;
  background:rgba(255,255,255,.7);
  border:1px solid var(--hv-line);
}

.hv-mini-grid strong{display:block;font-size:15px;margin-bottom:6px}
.hv-mini-grid span{display:block;color:var(--hv-muted);font-size:14px}

.hv-section{margin-top:18px}
.hv-section-head{margin-bottom:12px}

.hv-flow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.hv-flow article{
  padding:20px;
  display:flex;
  gap:14px;
  align-items:flex-start;
  box-shadow:none;
}

.hv-flow span{
  flex:0 0 auto;
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:var(--hv-lavender);
  color:var(--hv-primary);
  font-weight:900;
}

.hv-flow p{margin:2px 0 0;color:var(--hv-muted);font-weight:650}

.hv-route-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:12px;
}

.hv-route-card{
  padding:22px;
  box-shadow:none;
}

.hv-route-card-main{background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(238,232,255,.78))}
.hv-route-card h3{font-size:22px;margin-bottom:8px}
.hv-route-card p{margin:0;color:var(--hv-muted)}

.hv-text-link{
  display:inline-flex;
  margin-top:18px;
  color:var(--hv-primary);
  font-weight:900;
  text-decoration:none;
}
.hv-text-link:after{content:"→";margin-left:8px;transition:transform .15s ease}
.hv-text-link:hover:after{transform:translateX(3px)}

.hv-bottom-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}

.hv-muted-panel{background:rgba(255,255,255,.54);box-shadow:none}

.hv-clean-list{
  padding:0;
  margin:15px 0 0;
  list-style:none;
  display:grid;
  gap:10px;
  color:var(--hv-muted);
}

.hv-clean-list li{
  padding-left:18px;
  position:relative;
}
.hv-clean-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.68em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--hv-primary);
}

.hv-footer{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
  padding:0 0 32px;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

button.hv-footer-link{font-family:inherit;cursor:pointer}

.hv-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:9999;
  padding:20px;
  background:rgba(24,22,32,.54);
}
.hv-modal.is-open{display:block}

.hv-modal-card{
  max-width:720px;
  margin:7vh auto 0;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 80px rgba(0,0,0,.24);
}

.hv-modal-head{
  padding:18px 20px;
  border-bottom:1px solid var(--hv-line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.hv-modal-head h2{font-size:22px;margin:0}

.hv-close{
  border:1px solid var(--hv-line);
  background:#fff;
  border-radius:999px;
  padding:8px 12px;
  font-family:inherit;
  font-weight:800;
  cursor:pointer;
}

.hv-modal-body{padding:20px}
.hv-modal-body ul{margin:0 0 18px;padding-left:18px;color:var(--hv-muted)}
.hv-modal-body li{margin-bottom:10px}

@media(max-width:860px){
  .hv-topbar{align-items:flex-start;flex-direction:column}
  .hv-nav{justify-content:flex-start}
  .hv-shell{padding-top:28px}
  .hv-hero{padding-top:36px}
  .hv-panel-split,.hv-mini-grid,.hv-flow,.hv-route-grid,.hv-bottom-grid{grid-template-columns:1fr}
  .hv-panel{padding:22px}
}

@media(max-width:520px){
  .hv-topbar,.hv-shell,.hv-footer{width:min(100% - 22px,1120px)}
  .hv-hero h1{font-size:42px}
  .hv-actions{align-items:stretch;flex-direction:column}
  .hv-btn{width:100%}
  .hv-nav a,.hv-lang a{font-size:12px;padding:7px 9px}
}

/* Subtle premium illustrations for the yuppie-focused home page */
.hv-hero{
  max-width:none;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);
  gap:32px;
  align-items:center;
  text-align:left;
  padding:62px 0 46px;
}

.hv-hero-copy{
  max-width:760px;
}

.hv-hero h1{
  margin-left:0;
  margin-right:0;
}

.hv-hero p{
  margin-left:0;
  margin-right:0;
}

.hv-actions,
.hv-signals{
  justify-content:flex-start;
}

.hv-hero-visual{
  position:relative;
  min-height:420px;
  border-radius:34px;
  border:1px solid rgba(29,28,37,.10);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.78), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.56), rgba(238,232,255,.62));
  box-shadow:0 30px 90px rgba(44,38,72,.16);
  overflow:hidden;
}

.hv-hero-visual:before{
  content:"";
  position:absolute;
  inset:34px;
  border:1px solid rgba(56,55,232,.12);
  border-radius:999px;
  transform:rotate(-18deg);
}

.hv-orbit{
  position:absolute;
  border-radius:999px;
  filter:blur(.2px);
}

.hv-orbit-one{
  width:170px;
  height:170px;
  right:-44px;
  top:28px;
  background:rgba(214,236,255,.76);
}

.hv-orbit-two{
  width:210px;
  height:210px;
  left:-62px;
  bottom:-54px;
  background:rgba(255,220,231,.78);
}

.hv-visual-card{
  position:absolute;
  border-radius:24px;
  border:1px solid rgba(29,28,37,.10);
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(18px);
  box-shadow:0 22px 62px rgba(44,38,72,.15);
}

.hv-visual-card-main{
  width:72%;
  left:12%;
  top:58px;
  padding:20px;
}

.hv-visual-label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:12px;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(56,55,232,.08);
  color:#3837e8;
  font-size:11px;
  font-weight:800;
  letter-spacing:.02em;
}

.hv-chat-bubble{
  max-width:88%;
  margin-top:9px;
  padding:10px 12px;
  border-radius:16px;
  font-size:13px;
  line-height:1.35;
  color:#272333;
}

.hv-chat-bubble-user{
  background:rgba(102,96,113,.10);
}

.hv-chat-bubble-ai{
  margin-left:auto;
  background:linear-gradient(135deg, rgba(56,55,232,.12), rgba(255,163,193,.18));
}

.hv-visual-card-dossier{
  right:7%;
  bottom:102px;
  width:43%;
  padding:16px;
}

.hv-mini-line{
  font-size:11px;
  line-height:1.35;
  color:#272333;
  margin-top:7px;
}

.hv-mini-line strong{
  color:#3837e8;
}

.hv-mini-line.muted{
  opacity:.72;
}

.hv-visual-card-match{
  left:8%;
  bottom:66px;
  width:47%;
  padding:15px;
  display:flex;
  align-items:center;
  gap:12px;
}

.hv-avatar-dot{
  width:42px;
  height:42px;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(56,55,232,.9), rgba(255,163,193,.82));
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:900;
}

.hv-match-copy{
  min-width:0;
}

.hv-match-copy strong{
  display:block;
  font-size:12px;
  color:#272333;
  margin-bottom:3px;
}

.hv-match-copy span{
  display:block;
  font-size:10.5px;
  line-height:1.3;
  color:#666071;
}

.hv-visual-caption{
  position:absolute;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  white-space:nowrap;
  color:#5d5869;
  font-size:13px;
  font-weight:800;
  letter-spacing:.03em;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(29,28,37,.08);
  border-radius:999px;
  padding:8px 12px;
}

.hv-route-illu{
  width:58px;
  height:48px;
  position:relative;
  margin-bottom:18px;
}

.hv-route-illu span{
  position:absolute;
  display:block;
  border-radius:999px;
  background:rgba(56,55,232,.16);
}

.hv-route-illu-talk span:first-child{width:46px;height:28px;left:0;top:0;border-radius:18px 18px 18px 7px;background:rgba(56,55,232,.20)}
.hv-route-illu-talk span:nth-child(2){width:34px;height:22px;right:0;bottom:0;border-radius:16px 16px 7px 16px;background:rgba(255,163,193,.35)}
.hv-route-illu-talk span:nth-child(3){width:8px;height:8px;left:14px;top:10px;background:#fff;box-shadow:12px 0 0 #fff,24px 0 0 #fff}

.hv-route-illu-find span:first-child{width:38px;height:38px;left:0;top:0;border:8px solid rgba(56,55,232,.20);background:transparent}
.hv-route-illu-find span:nth-child(2){width:26px;height:8px;right:2px;bottom:5px;transform:rotate(42deg);background:rgba(56,55,232,.26)}
.hv-route-illu-find span:nth-child(3){width:12px;height:12px;left:13px;top:13px;background:rgba(255,163,193,.62)}

.hv-route-illu-companion span:first-child{width:42px;height:48px;left:8px;top:0;border-radius:15px;background:rgba(56,55,232,.15)}
.hv-route-illu-companion span:nth-child(2){width:24px;height:7px;left:17px;top:14px;background:rgba(56,55,232,.28)}
.hv-route-illu-companion span:nth-child(3){width:30px;height:7px;left:14px;top:27px;background:rgba(255,163,193,.5)}

@media(max-width:920px){
  .hv-hero{
    grid-template-columns:1fr;
    text-align:center;
  }
  .hv-hero-copy{
    max-width:860px;
    margin:0 auto;
  }
  .hv-hero h1,
  .hv-hero p{
    margin-left:auto;
    margin-right:auto;
  }
  .hv-actions,
  .hv-signals{
    justify-content:center;
  }
  .hv-hero-visual{
    max-width:560px;
    width:100%;
    margin:0 auto;
    min-height:360px;
  }
}

@media(max-width:520px){
  .hv-hero-visual{
    min-height:310px;
    border-radius:26px;
  }
  .hv-visual-card-main{width:78%;left:8%;top:58px;padding:18px}
  .hv-visual-card-dossier{right:7%;bottom:82px;width:43%;padding:14px}
  .hv-visual-card-match{left:7%;bottom:58px;width:48%;padding:13px}
  .hv-visual-caption{font-size:12px;bottom:18px}
}
