:root{
  --brand:#844369;
  --brand-dark:#6d3656;
  --brand-soft:#f7eef3;
  --text:#1f1720;
  --muted:#6d626d;
  --line:rgba(132,67,105,.12);
  --bg:#fbf9fb;
  --white:#ffffff;
  --shadow:0 20px 50px rgba(41, 19, 34, .08);
  --radius-lg:32px;
  --radius-md:24px;
  --radius-sm:18px;
  --container:min(1120px, calc(100% - 40px));
}

*{box-sizing:border-box}
*[hidden]{display:none !important}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter", sans-serif;
  color:var(--text);
  background:var(--bg);
}

body.modal-open{
  overflow:hidden;
}

a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}

.container{
  width:var(--container);
  margin:0 auto;
}

.section{padding:88px 0}
.section-white{background:var(--white)}
.section-soft{background:var(--brand-soft)}

.eyebrow{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:var(--brand-soft);
  color:var(--brand);
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
}

h1,h2,h3,h4,h5,p{margin:0}

.section-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}

.section-head h2{
  margin-top:16px;
  font-size:clamp(2rem, 4vw, 3.4rem);
  line-height:1;
  letter-spacing:-.05em;
}

.section-head p{
  margin-top:14px;
  color:var(--muted);
  line-height:1.75;
  font-size:1rem;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover{transform:translateY(-2px)}

.btn-brand{
  color:#fff;
  background:var(--brand);
  box-shadow:0 16px 32px rgba(132,67,105,.18);
}

.btn-light{
  color:var(--text);
  background:#fff;
  border-color:var(--line);
}

.announce-bar{
  background:linear-gradient(180deg, #8d5072 0%, var(--brand) 100%);
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.announce-inner{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
}

.announce-inner a{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:3px;
}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.74);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(132,67,105,.08);
}

.navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:84px;
  flex-wrap:nowrap;
}

.brand{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  color:#171217;
  text-decoration:none;
}

.brand-logo{
  width:60px;
  height:60px;
  flex:0 0 60px;
  display:grid;
  place-items:center;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:hidden;
}

.brand-logo img{
  width:56px;
  height:56px;
  display:block;
  object-fit:contain;
  mix-blend-mode:multiply;
}

.brand-name{
  font-size:1.8rem;
  font-weight:800;
  letter-spacing:-.055em;
  color:#171217;
  line-height:.95;
}

.nav-links,
.nav-actions{
  display:flex;
  align-items:center;
  gap:6px;
}

.nav-links{
  flex:1 1 auto;
  justify-content:center;
  min-width:0;
}

.nav-actions{
  flex:0 0 auto;
  justify-content:flex-end;
}

.nav-links a,
.nav-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  line-height:1;
  color:#4f434e;
}

.nav-links a:hover,
.nav-actions a:hover{
  background:var(--brand-soft);
  color:var(--brand);
}

.nav-login,
.nav-start{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  font-weight:700;
  white-space:nowrap;
}

.nav-login{
  border:1px solid rgba(132,67,105,.22);
  background:linear-gradient(180deg, #fff 0%, #fbf5f8 100%);
  color:var(--brand-dark);
  box-shadow:0 10px 24px rgba(41, 19, 34, .06);
}

.nav-start{
  color:#fff;
  border:1px solid rgba(132,67,105,.28);
  background:linear-gradient(180deg, #99557d 0%, var(--brand) 100%);
  box-shadow:0 18px 36px rgba(132,67,105,.28);
}

.nav-login:hover,
.nav-start:hover{
  box-shadow:0 18px 36px rgba(132,67,105,.18);
}

.card,
.showcase-card,
.comparison-col,
.after-cta-card,
.faq-item,
.faq-support,
.partner-form{
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.faq-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.7fr) minmax(300px, .78fr);
  gap:16px;
  align-items:start;
}

.faq-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.faq-col{
  display:grid;
  gap:14px;
}

.faq-item{
  overflow:hidden;
}

.faq-question{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:20px 22px;
  border:none;
  background:none;
  text-align:left;
  color:var(--text);
  font-size:1rem;
  font-weight:700;
  cursor:pointer;
}

.faq-symbol{
  flex:0 0 auto;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--brand-soft);
  color:var(--brand);
  font-size:1.25rem;
  line-height:1;
  font-weight:800;
}

.faq-answer{
  display:none;
  padding:0 22px 22px;
  color:var(--muted);
  line-height:1.75;
}

.faq-item.active .faq-answer{display:block}

.faq-support{
  padding:26px;
}

.faq-support h3{
  margin-bottom:12px;
  font-size:1.5rem;
  letter-spacing:-.04em;
}

.faq-support p{
  color:var(--muted);
  line-height:1.8;
}

.faq-meta{
  display:grid;
  gap:10px;
  margin-top:18px;
  color:#4f434e;
  font-size:14px;
  font-weight:600;
}

.partner-form{
  max-width:760px;
  margin:0 auto;
  padding:24px;
}

.form-row{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin-bottom:14px;
}

.partner-form input,
.partner-form textarea{
  width:100%;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(132,67,105,.22);
  background:var(--brand-soft);
  color:var(--text);
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.partner-form input::placeholder,
.partner-form textarea::placeholder{
  color:rgba(132,67,105,.78);
}

.partner-form input:focus,
.partner-form textarea:focus{
  border-color:var(--brand);
  background:#fff;
  box-shadow:0 0 0 4px rgba(132,67,105,.12);
}

.partner-form input{
  margin-bottom:14px;
}

.partner-form textarea{
  min-height:160px;
  resize:vertical;
  margin-bottom:16px;
}

.partner-form button{
  width:100%;
}

.site-footer{
  margin-top:88px;
  padding:64px 0 28px;
  color:#d7ccd4;
  background:
    radial-gradient(circle at top left, rgba(132,67,105,.32), transparent 32%),
    linear-gradient(180deg, #241821 0%, #1a121b 100%);
  border-top:1px solid rgba(255,255,255,.06);
}

.footer-grid{
  display:grid;
  grid-template-columns:1.3fr .8fr .8fr .8fr;
  gap:28px;
  padding:32px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:32px;
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(10px);
}

.footer-brand p,
.footer-col a{
  color:#baaebb;
  line-height:1.8;
}

.footer-brand{
  max-width:360px;
}

.footer-brand .brand{
  color:#fff;
}

.footer-brand .brand-logo{
  background:rgba(255,255,255,.92);
  border-color:rgba(255,255,255,.22);
  box-shadow:none;
}

.footer-brand .brand-name{
  color:#fff;
}

.footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.footer-badges span{
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.05);
  color:#f2e9ef;
  font-size:13px;
  font-weight:700;
}

.footer-col h4{
  margin-bottom:14px;
  color:#f6f1f4;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.footer-col a{
  display:block;
  margin-bottom:10px;
  font-size:15px;
  transition:color .2s ease, transform .2s ease;
}

.footer-col a:hover{
  color:#fff;
  transform:translateX(2px);
}

.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 4px 0;
  margin-top:18px;
  color:#a997a5;
  font-size:14px;
}

.footer-bottom p{
  line-height:1.7;
}

.footer-bottom a{
  color:#fff;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:4px;
}

.modal-backdrop{
  position:fixed;
  inset:0;
  z-index:120;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(20, 12, 18, .62);
  backdrop-filter:blur(18px);
}

.modal-shell{
  position:relative;
  width:min(980px, 100%);
}

.modal-close{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:1.5rem;
  cursor:pointer;
  z-index:2;
}

.modal-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(280px, .95fr) minmax(320px, 1.05fr);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:34px;
  background:#fff;
  box-shadow:0 30px 80px rgba(19, 9, 16, .28);
}

.modal-copy{
  position:relative;
  padding:34px;
  color:#fff;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(145deg, #9d5f83 0%, var(--brand) 58%, #603048 100%);
}

.modal-copy h3{
  margin:18px 0 12px;
  font-size:clamp(2rem, 4vw, 3rem);
  line-height:.98;
  letter-spacing:-.05em;
}

.modal-text{
  max-width:32ch;
  color:rgba(255,255,255,.84);
  line-height:1.75;
}

.modal-points{
  display:grid;
  gap:10px;
  margin-top:24px;
}

.modal-points span{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.modal-visual{
  position:relative;
  min-height:176px;
  margin-top:22px;
}

.modal-visual::after{
  content:"";
  position:absolute;
  left:10px;
  bottom:8px;
  width:170px;
  height:22px;
  border-radius:999px;
  background:rgba(29, 11, 22, .26);
  filter:blur(14px);
}

.modal-mascot{
  position:absolute;
  left:12px;
  bottom:6px;
  width:190px;
  height:auto;
  filter:drop-shadow(0 18px 28px rgba(28, 9, 21, .22));
}

.modal-form-wrap{
  display:grid;
  align-content:start;
  padding:26px 34px;
  background:linear-gradient(180deg, #fff 0%, #fcf8fb 100%);
}

.modal-form{
  display:grid;
  gap:14px;
}

.modal-form-head{
  display:grid;
  gap:8px;
  margin-bottom:4px;
}

.modal-form-title{
  margin:0;
  color:var(--text);
  font-size:1.4rem;
  line-height:1.05;
  letter-spacing:-.04em;
}

.modal-form-note{
  color:var(--muted);
  line-height:1.65;
  font-size:15px;
}

.modal-label{
  display:grid;
  gap:7px;
}

.modal-label span{
  color:#4f434e;
  font-size:14px;
  font-weight:700;
}

.modal-form input,
.modal-form select,
.modal-form textarea{
  width:100%;
  padding:15px 18px;
  border-radius:18px;
  border:1px solid rgba(132,67,105,.18);
  background:#fff;
  color:var(--text);
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.modal-form input:focus,
.modal-form select:focus,
.modal-form textarea:focus{
  border-color:var(--brand);
  box-shadow:0 0 0 4px rgba(132,67,105,.1);
}

.modal-form select{
  appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--brand) 50%),
    linear-gradient(135deg, var(--brand) 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 18px) calc(50% - 3px);
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
  cursor:pointer;
}

.modal-form textarea{
  min-height:112px;
  resize:vertical;
}

.modal-submit{
  width:100%;
  margin-top:2px;
}

.modal-success{
  display:grid;
  justify-items:start;
  gap:14px;
}

.modal-success-mark{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:var(--brand-soft);
  color:var(--brand);
  font-size:1.6rem;
  font-weight:800;
}

.modal-success h3{
  font-size:2rem;
  line-height:1;
  letter-spacing:-.04em;
}

.modal-success p{
  max-width:32ch;
  color:var(--muted);
  line-height:1.75;
}

.reveal{
  opacity:0;
  transform:translateY(20px);
  transition:opacity .65s ease, transform .65s ease;
}

.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

@media (max-width:1040px){
  .faq-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .faq-list{
    grid-template-columns:1fr;
  }

  .footer-brand{
    max-width:none;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .modal-card{
    grid-template-columns:1fr;
  }

  .modal-copy,
  .modal-form-wrap{
    padding:28px;
  }
}

@media (max-width:760px){
  .section{padding:72px 0}

  .announce-inner{
    min-height:56px;
    flex-direction:column;
    gap:2px;
    padding:8px 0;
  }

  .navbar,
  .nav-links,
  .nav-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .navbar{padding:18px 0}

  .nav-links,
  .nav-actions{
    width:100%;
  }

  .nav-links a,
  .nav-actions a,
  .btn{
    width:100%;
  }

  .form-row{
    grid-template-columns:1fr;
  }

  .modal-backdrop{
    padding:14px;
  }

  .modal-copy,
  .modal-form-wrap{
    padding:22px;
  }

  .modal-copy h3,
  .modal-success h3{
    font-size:1.8rem;
  }

  .modal-visual{
    min-height:140px;
  }

  .modal-mascot{
    width:152px;
  }
}
