:root {
  --t-a: #fae0ea;
  --t-b: #f6d1e0;
  --t-c: #ffb8d9;
  --t-d: #f8a5c2;
  --t-ink: #3a1c27;
  --t-ink2: #7a5f67;
  --t-acc: #ff82c4;
  --t-mw: 1200px;
  --t-sh1: 0 10px 30px rgba(255, 130, 196, .45);
  --t-sh2: 0 14px 40px rgba(58, 28, 39, .12);
}

body {
  font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

.q-1 {
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .78));
  backdrop-filter: saturate(120%) blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  z-index: 60;
}

.q-2 {max-width: var(--t-mw); margin: 0 auto; padding: 0 20px;}

.q-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}

.q-4 {display: flex; align-items: center; gap: 12px; text-decoration: none;}

.q-4 svg {
  width: 36px;
  height: 36px;
  filter: drop-shadow(var(--t-sh2));
}

.q-5 {
  font-weight: 800;
  letter-spacing: .4px;
  font-size: 1.05rem;
  color: var(--t-ink);
}

.q-6 {display: flex; align-items: center; gap: 16px;}

.q-6 a {
  color: var(--t-ink);
  text-decoration: none;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 10px;
}

.q-6 a:hover {background: var(--t-b);}

.q-7 {display: none;}

.q-7 button {
  all: unset;
  cursor: pointer;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--t-b);
  box-shadow: var(--t-sh2);
}

.q-7 span {
  width: 22px;
  height: 2px;
  background: var(--t-ink);
  display: block;
  position: relative;
}

.q-7 span:after,
.q-7 span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--t-ink);
}

.q-7 span:before {top: -6px;}
.q-7 span:after {top: 6px;}

.q-8 {
  position: fixed;
  inset: 0;
  background: rgba(58, 28, 39, .28);
  backdrop-filter: saturate(120%) blur(6px);
  display: none;
  z-index: 99;
}

.q-9 {
  position: absolute;
  top: 0;
  right: 0;
  width: min(86vw, 420px);
  height: 100%;
  background: linear-gradient(180deg, var(--t-a), var(--t-b));
  padding: 22px 18px 40px;
  border-top-left-radius: 24px;
  box-shadow: var(--t-sh1);
}

.q-9 a {
  display: block;
  margin: 10px 4px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .55);
  text-decoration: none;
  color: var(--t-ink);
  font-weight: 700;
}

.q-prog {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: rgba(0, 0, 0, .04);
  z-index: 80;
}

.q-prog>i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--t-acc), #ffb3d9);
  box-shadow: var(--t-sh1);
  transition: width .12s linear;
}

main {min-height: 100vh; background: linear-gradient(180deg, var(--t-a), var(--t-b));}

.q-hero {padding: clamp(36px, 6vw, 80px) 0;}

.q-wrap {max-width: var(--t-mw); margin: 0 auto; padding: 0 20px;}

.q-head {
  background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .62));
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--t-sh1);
}

.q-head h1 {
  margin: 0 0 6px;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 900;
  color: var(--t-ink);
}

.q-head p {margin: 0; color: var(--t-ink2);}

.q-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 18px;
}

.q-card {
  background: var(--t-a);
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--t-sh2);
}

.q-card--inl-6a3449 {padding: 10px 14px;}

.q-card h2 {margin: 0 0 6px; font-size: 1.15rem;}

.q-card li,
.q-card p {color: var(--t-ink2);}

.q-muted {color: #7a5f67;}

.q-small {font-size: .92rem;}

.in {opacity: 0; transform: translateY(16px); transition: opacity .8s, transform .8s;}
.on {opacity: 1; transform: none;}

footer {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, .06);
  background: linear-gradient(180deg, var(--t-a), var(--t-b));
}

.q-foot {
  max-width: var(--t-mw);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.q-foot a {color: var(--t-ink2); text-decoration: none;}

@media (max-width:820px) {
  .q-6 {display: none;}
  .q-7 {display: block;}
}

@media (max-width: 600px) {
    .s-cookie {
        left: 8px;
        right: 8px;
        bottom: 8px;
        padding: 12px;
        border-radius: 14px;
        font-size: 0.9rem;
    }

    .elem--inl-a1a861 {
        flex-direction: column;
        gap: 6px;
        margin-top: 10px;
    }

    .s-cta-1--inl-bbe9ac,
    .s-cta-2--inl-9f2eda {
        width: 100%;
        text-align: center;
        padding: 10px;
    }
}