/* Public website styles are isolated from account and application screens. */
@font-face{font-family:"DM Sans";src:url("/assets/dm-sans-latin.woff2") format("woff2");font-style:normal;font-weight:100 1000;font-display:swap}
@font-face{font-family:"DM Serif Display";src:url("/assets/dm-serif-display-latin.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
.landing{--qp-bg:#111113;--qp-surface:#19191d;--qp-text:#f7f5f6;--qp-muted:#b6b3bb;--qp-pink:#ff758f;--qp-line:#ffffff20;background:var(--qp-bg);color:var(--qp-text);font-family:"DM Sans",Arial,sans-serif;position:relative;letter-spacing:0}
.landing *, .landing *::before,.landing *::after{letter-spacing:0}
.landing h1,.landing h2,.landing h3,.landing p{margin:0}
.landing h1,.landing h2{font-family:"DM Serif Display",Georgia,serif;font-weight:400}
.landing h2{font-size:44px;line-height:1.12}
.landing h3{font-size:21px;line-height:1.35;font-weight:600}
.landing em{color:var(--qp-pink);font-style:normal}
.landing a,.landing button{touch-action:manipulation}
.landing :focus-visible{outline:2px solid #ffb4c3;outline-offset:5px}
.qp-container{width:min(1280px,calc(100% - 112px));margin-inline:auto}
.qp-header{position:absolute;z-index:10;top:0;left:0;width:100%;border-bottom:1px solid var(--qp-line);background:#11111338}
.qp-header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.qp-brand{display:inline-flex;align-items:center;gap:9px;flex-shrink:0}
.qp-brand img{width:47px;height:47px}
.qp-brand>span{display:grid;gap:5px}
.qp-brand strong{font-size:33px;font-weight:700;line-height:1}
.qp-brand b{color:var(--qp-pink);font-weight:700}
.qp-brand small{font-size:8px;color:#d0c5b9;line-height:1.2}
.qp-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.qp-nav a,.qp-login{font-size:13px;color:#e0dce0;padding-block:12px;white-space:nowrap}
.qp-nav a:hover,.qp-login:hover{color:var(--qp-pink)}
.qp-header-actions{display:flex;align-items:center;gap:28px;margin-left:18px}
.qp-menu-button{display:none}
.qp-button{display:inline-flex;justify-content:center;align-items:center;gap:20px;min-height:54px;padding:13px 27px;border-radius:999px;background:linear-gradient(115deg,#ee476c,#bd174b);border:1px solid #ff849999;color:#fff;font-size:14px;font-weight:600;line-height:1.3;box-shadow:inset 0 1px 0 #ffffff20,0 6px 25px #e8336020;transition:background .2s,box-shadow .2s}
.qp-button:hover{background:linear-gradient(115deg,#f7597b,#d32557);box-shadow:0 8px 24px #e8336030}
.qp-button .icon{width:20px;height:20px}
.qp-button-small{min-height:43px;padding:10px 21px;font-size:12px;gap:14px}
.qp-button-outline{background:#11111330;border-color:#d3b9be;box-shadow:none;color:var(--qp-text);gap:11px}
.qp-button-outline:hover{background:#ffffff10;box-shadow:none}
.qp-text-link{display:inline-flex;align-items:center;justify-content:flex-start;gap:14px;min-height:44px;padding:8px 0;border:0;background:none;color:var(--qp-pink);font-size:14px;font-weight:500;line-height:1.4;text-align:left}
.qp-text-link:hover{color:#ffb0c0}
.qp-hero{position:relative;isolation:isolate;min-height:740px;min-height:min(780px,calc(100svh - 100px));display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.qp-hero-photo{position:absolute;inset:0;z-index:-2;display:block;background:#171717}
.qp-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 35%}
.qp-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#101012d9 0%,#101012a8 30%,#10101210 56%,#10101205 80%,#10101240),linear-gradient(0deg,#111113 0%,#11111320 22%,transparent 55%,#11111335)}
.qp-hero-layout{padding-top:145px;padding-bottom:105px;position:relative;flex:1;display:flex;align-items:center;justify-content:space-between;gap:70px}
.qp-hero-copy{width:560px;max-width:51%;align-self:center}
.qp-eyebrow{display:flex;align-items:center;gap:11px;font-size:10px;font-weight:600;color:#d8bf9b;text-transform:uppercase;line-height:1.5}
.qp-dot{width:3px;height:3px;flex:none;border-radius:50%;background:currentColor}
.qp-eyebrow-mobile{display:none}
.qp-hero h1{font-size:60px;line-height:1.02;margin-top:20px;text-wrap:balance}
.qp-hero-description{font-size:15px;line-height:1.7;color:#d2cfd4;max-width:440px;margin-top:23px!important}
.qp-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:27px}
.qp-free-note{display:flex;gap:11px;font-size:10px;line-height:1.5;color:#bcb5b9;margin-top:15px!important}
.qp-free-note>span{color:#d8bf9b}
.qp-trust{list-style:none;padding:0;margin:28px 0 0;display:flex;align-items:center;gap:26px}
.qp-trust li{display:flex;align-items:center;gap:9px;font-size:10px;line-height:1.5;color:#e2dce0}
.qp-trust-icon{width:39px;height:39px;display:flex;align-items:center;justify-content:center;border:1px solid #d4b782;border-radius:50%;color:#e8cd98;flex:none}
.qp-trust-icon .icon{width:20px;height:20px}
.qp-age{font-size:15px;font-weight:500}
.qp-hero-details{align-self:flex-end;width:264px;flex:none;display:grid;gap:12px;margin-bottom:12px}
.qp-detail{display:flex;align-items:center;gap:12px;padding:18px 15px;border:1px solid #ffffff30;border-radius:8px;background:#17171ccb;backdrop-filter:blur(14px);box-shadow:0 8px 24px #0002;transition:border-color .2s}
.qp-detail:hover{border-color:#ff758f90}
.qp-detail-icon{color:var(--qp-pink);align-self:flex-start;margin-top:2px}
.qp-detail-icon .icon{width:24px;height:24px}
.qp-detail>span:nth-child(2){min-width:0}
.qp-detail strong{display:block;font-size:13px;font-weight:500;line-height:1.5}
.qp-detail small{display:block;color:#c3bfc5;font-size:10px;line-height:1.6;margin-top:5px}
.qp-detail>.icon{width:14px;height:14px;margin-left:auto;color:#c3bfc5}
.qp-signature{font-family:"DM Serif Display",Georgia,serif;font-size:27px;line-height:1.25;text-align:center;padding-top:8px;color:#dfc6a1}
.qp-signature em{color:#dfc6a1;font-size:23px}
.qp-hero-foot{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:65px;border-top:1px solid var(--qp-line);color:#c1b5bb;font-size:10px}
.qp-hero-foot a{display:flex;align-items:center;gap:12px;color:#e4d5c3;font-size:11px}
.qp-hero-foot a .icon{width:15px;height:15px;transform:rotate(90deg)}
.qp-hero-foot small{font-size:9px;color:#aba3aa}
.qp-section{padding-block:84px;border-top:1px solid var(--qp-line);scroll-margin-top:0}
.qp-intentions{padding-top:52px}
.qp-section-heading{display:flex;justify-content:space-between;align-items:end;gap:70px;margin-bottom:40px}
.qp-section .qp-eyebrow{margin-bottom:17px}
.qp-section-heading>p{max-width:355px;font-size:14px;line-height:1.85;color:var(--qp-muted)}
.qp-intent-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.qp-intent{display:flex;gap:24px;border:1px solid var(--qp-line);border-radius:8px;padding:32px;transition:background .2s,border-color .2s}
.qp-intent:hover{background:#ffffff03;border-color:#ff758f70}
.qp-intent-icon{color:var(--qp-pink);padding-top:3px}
.qp-intent-icon .icon{width:30px;height:30px}
.qp-label{font-size:10px;text-transform:uppercase;color:#c8b392}
.qp-intent h3{font-family:"DM Serif Display",Georgia,serif;font-size:29px;font-weight:400;margin-top:8px}
.qp-intent p{font-size:13px;line-height:1.8;color:var(--qp-muted);margin-top:12px;max-width:350px}
.qp-intent-link{display:flex;align-items:center;gap:13px;margin-top:23px;font-size:12px;color:var(--qp-pink)}
.qp-intent-link .icon{width:18px;height:18px}
.qp-section-note{font-size:10px;line-height:1.7;color:#a7a2ad;margin-top:21px!important}
.qp-how{background:var(--qp-surface)}
.qp-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px}
.qp-steps article{border-top:1px solid #ffffff24;padding-top:23px}
.qp-step-number{display:block;font-family:"DM Serif Display",Georgia,serif;color:#e4c9a5;font-size:32px;line-height:1.2;margin-bottom:25px}
.qp-steps h3{font-size:19px;margin-bottom:13px}
.qp-steps p{font-size:13px;line-height:1.9;color:var(--qp-muted);max-width:315px}
.qp-demo{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:45px;padding-top:26px;border-top:1px solid var(--qp-line)}
.qp-demo>div{display:flex;align-items:center;gap:18px;font-size:13px}
.qp-demo>div>.icon{color:#dac198}
.qp-demo small{display:block;color:var(--qp-muted);font-size:11px;margin-top:3px}
.qp-demo .qp-text-link{font-size:13px;flex:none}
.qp-safety-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:105px;align-items:center}
.qp-body-copy{font-size:14px;line-height:1.85;color:var(--qp-muted);max-width:410px;margin-top:22px!important}
.qp-safety .qp-text-link{margin-top:19px}
.qp-safety-points{display:grid;gap:27px}
.qp-safety-points article{display:flex;align-items:flex-start;gap:20px;padding-bottom:26px;border-bottom:1px solid var(--qp-line)}
.qp-safety-points article:last-child{padding-bottom:0;border-bottom:0}
.qp-safety-points article>.icon{color:#d9c49f;margin-top:2px;width:24px;height:24px}
.qp-safety-points h3{font-size:17px;margin-bottom:8px}
.qp-safety-points p{color:var(--qp-muted);font-size:13px;line-height:1.85}
.qp-faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}
.qp-faq-list details{border-bottom:1px solid var(--qp-line)}
.qp-faq-list details:first-child{border-top:1px solid var(--qp-line)}
.qp-faq-list summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:14px;line-height:1.5;min-height:67px;padding:17px 0}
.qp-faq-list summary::-webkit-details-marker{display:none}
.qp-faq-list summary .icon{width:17px;height:17px;color:var(--qp-pink);transition:transform .2s}
.qp-faq-list details[open] summary .icon{transform:rotate(90deg)}
.qp-faq-list details p{color:var(--qp-muted);font-size:13px;line-height:1.85;padding:0 24px 24px 0}
.qp-final{text-align:center;background:#1e171d}
.qp-final .qp-eyebrow{justify-content:center}
.qp-final h2{font-size:48px}
.qp-final .qp-button{margin-top:30px}
.qp-final p:last-child{color:var(--qp-muted);font-size:11px;margin-top:17px}
.qp-footer{padding-top:45px;border-top:1px solid var(--qp-line)}
.qp-footer-top{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:35px}
.qp-footer .qp-brand strong{font-size:28px}
.qp-footer .qp-brand img{width:39px;height:39px}
.qp-footer .qp-brand small{font-size:7px}
.qp-footer-top p{color:var(--qp-muted);font-size:11px;margin-top:16px}
.qp-footer nav{display:flex;gap:27px;align-items:center;font-size:12px;color:#c7c1cc}
.qp-footer nav>a{padding-block:12px}
.qp-footer nav>a:hover{color:var(--qp-pink)}
.qp-footer .qp-text-link{font-size:12px;color:#c7c1cc;gap:8px}
.qp-footer .qp-text-link .icon{width:17px;height:17px}
.qp-footer-bottom{border-top:1px solid var(--qp-line);padding-block:20px;display:flex;justify-content:space-between;gap:18px;color:#a7a2ad;font-size:10px}
@media(min-width:1600px){
 .qp-container{width:min(1440px,calc(100% - 160px))}
 .qp-hero{min-height:min(900px,calc(100svh - 60px))}
 .qp-hero-copy{width:625px}
 .qp-hero h1{font-size:68px}
 .qp-hero-description{font-size:16px;max-width:480px}
 .qp-hero-details{width:280px;margin-bottom:20px}
}
@media(max-width:1199px){
 .qp-container{width:calc(100% - 72px)}
 .qp-header-inner{gap:20px}
 .qp-nav{gap:20px}
 .qp-header-actions{gap:22px;margin-left:0}
 .qp-brand strong{font-size:29px}
 .qp-brand img{width:43px;height:43px}
 .qp-brand small{font-size:7px}
 .qp-hero h1{font-size:56px}
 .qp-hero-copy{width:510px;max-width:57%}
 .qp-hero-details{width:230px}
 .qp-hero-description{font-size:14px;max-width:390px}
 .qp-hero-actions{gap:10px}
 .qp-hero-actions .qp-button{padding-inline:21px;font-size:13px}
 .qp-trust{gap:17px}
 .qp-section-heading{gap:45px}
 .qp-section-heading>p{max-width:300px}
 .qp-safety-grid,.qp-faq-grid{gap:65px}
 .landing h2{font-size:39px}
 .qp-final h2{font-size:44px}
}
@media(min-width:768px) and (max-height:800px){
 .qp-hero{min-height:700px}
 .qp-hero-layout{padding-top:127px;padding-bottom:92px}
 .qp-hero h1{font-size:56px}
 .qp-hero-description{margin-top:18px!important}
 .qp-hero-actions{margin-top:22px}
 .qp-trust{margin-top:23px}
}
@media(min-width:768px) and (max-height:730px){
 .qp-hero{min-height:650px}
 .qp-hero h1{font-size:50px}
 .qp-hero-layout{padding-top:121px;padding-bottom:85px}
 .qp-hero-description{margin-top:15px!important;font-size:14px}
 .qp-hero-actions{margin-top:18px}
 .qp-trust{margin-top:19px}
}
@media(max-width:1023px){
 .qp-nav{display:none}
 .qp-hero h1{font-size:44px}
 .qp-hero-details{width:210px}
 .qp-detail{padding:14px 12px;gap:9px}
 .qp-detail strong{font-size:12px}
 .qp-detail small{font-size:9px}
 .qp-signature{font-size:24px}
 .qp-signature em{font-size:21px}
 .qp-section-heading{align-items:start}
 .qp-steps{gap:30px}
 .qp-intent{padding:26px;gap:17px}
 .qp-intent h3{font-size:25px}
 .qp-safety-grid,.qp-faq-grid{gap:42px}
 .qp-footer nav{gap:17px}
}
@media(max-width:767px){
 .qp-container{width:calc(100% - 40px)}
 .qp-header{background:#111113;border-bottom-color:#ffffff16}
 .qp-header-inner{height:76px;gap:14px}
 .qp-brand{gap:6px}
 .qp-brand strong{font-size:29px}
 .qp-brand img{width:40px;height:40px}
 .qp-brand small{font-size:7px}
 .qp-header-actions{gap:13px}
 .qp-header-actions>.qp-button,.qp-login{display:none}
 .qp-menu-button{display:inline-flex;border:0;border-radius:0;width:42px;min-width:42px;height:44px}
 .qp-menu-button .icon{width:26px;height:26px}
 .qp-mobile-menu{position:absolute;top:76px;left:0;right:0;background:#151518fa;border-bottom:1px solid var(--qp-line);padding:14px 20px;box-shadow:0 10px 20px #0005}
 .qp-mobile-menu a{display:block;padding:13px 0;font-size:14px;border-bottom:1px solid #ffffff0d}
 .qp-mobile-menu a:last-child{border-bottom:0;color:var(--qp-pink)}
 .qp-hero{display:block;min-height:0;overflow:clip;padding-bottom:0}
 .qp-hero-photo{top:76px;height:310px;bottom:auto}
 .qp-hero-photo img{object-position:center 24%}
 .qp-hero::before{top:76px;bottom:auto;height:311px;background:linear-gradient(180deg,#11111340,transparent 30%,#11111300 62%,#111113 99%)}
 .qp-hero-layout{padding-top:291px;padding-bottom:24px;display:block}
 .qp-hero-copy{width:100%;max-width:100%}
 .qp-hero .qp-eyebrow{font-size:9px;gap:9px}
 .qp-eyebrow-desktop{display:none}
 .qp-eyebrow-mobile{display:inline}
 .qp-hero h1{font-size:38px;line-height:1.04;margin-top:13px;text-wrap:initial}
 .qp-hero h1 em br{display:initial}
 .qp-hero h1 em{display:block;max-width:350px}
 .qp-hero-description{font-size:13px;line-height:1.7;max-width:400px;margin-top:15px!important}
 .qp-hero-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:19px}
 .qp-hero-actions .qp-button{font-size:14px;min-height:47px;padding:11px 20px;gap:17px}
 .qp-free-note{justify-content:center;font-size:9px;gap:7px;margin-top:13px!important}
 .qp-trust{justify-content:space-between;gap:12px;margin-top:20px}
 .qp-trust li{gap:7px;font-size:9px}
 .qp-trust-icon{height:33px;width:33px}
 .qp-trust-icon .icon{height:17px;width:17px}
 .qp-age{font-size:12px}
 .qp-hero-details{display:none}
 .qp-hero-foot{position:relative;min-height:43px;font-size:9px}
 .qp-hero-foot>span{display:none}
 .qp-hero-foot a{font-size:10px;gap:8px}
 .qp-hero-foot small{font-size:8px}
 .qp-section{padding-block:52px}
 .qp-intentions{padding-top:30px}
 .landing h2{font-size:33px;line-height:1.15}
 .qp-section .qp-eyebrow{font-size:9px;margin-bottom:13px}
 .qp-section-heading{display:block;margin-bottom:27px}
 .qp-section-heading>p{margin-top:21px;max-width:100%;font-size:13px;line-height:1.8}
 .qp-section-heading>.qp-text-link{margin-top:17px}
 .qp-intent-grid{grid-template-columns:1fr;gap:15px}
 .qp-intent{padding:25px 23px;gap:19px}
 .qp-intent-icon .icon{width:25px;height:25px}
 .qp-intent h3{font-size:26px}
 .qp-intent p{font-size:12px}
 .qp-label{font-size:9px}
 .qp-intent-link{margin-top:16px;font-size:11px}
 .qp-section-note{font-size:9px;margin-top:18px!important}
 .qp-steps{grid-template-columns:1fr;gap:25px}
 .qp-steps article{position:relative;padding:24px 0 0 56px;min-height:115px}
 .qp-step-number{position:absolute;left:0;top:24px;font-size:28px;margin:0}
 .qp-steps h3{font-size:17px;margin-bottom:9px}
 .qp-steps p{font-size:12px;max-width:100%}
 .qp-demo{display:block;margin-top:30px;padding-top:23px}
 .qp-demo>div{gap:13px;font-size:12px;align-items:start}
 .qp-demo small{font-size:10px}
 .qp-demo .qp-text-link{margin-left:35px;margin-top:12px;font-size:12px}
 .qp-safety-grid,.qp-faq-grid{grid-template-columns:1fr;gap:32px}
 .qp-body-copy{font-size:13px;margin-top:18px!important}
 .qp-safety .qp-text-link{font-size:12px}
 .qp-safety-points{gap:23px}
 .qp-safety-points article{gap:17px;padding-bottom:23px}
 .qp-safety-points h3{font-size:16px}
 .qp-safety-points p{font-size:12px}
 .qp-faq-list summary{font-size:13px;min-height:66px;padding-block:17px}
 .qp-faq-list details p{font-size:12px}
 .qp-final h2{font-size:34px}
 .qp-final .qp-eyebrow{font-size:8px}
 .qp-final .qp-button{margin-top:25px}
 .qp-final p:last-child{font-size:10px;max-width:280px;margin-inline:auto}
 .qp-footer{padding-top:35px}
 .qp-footer-top{display:block;padding-bottom:24px}
 .qp-footer nav{margin-top:24px;gap:10px 21px;flex-wrap:wrap;font-size:11px}
 .qp-footer .qp-text-link{font-size:11px}
 .qp-footer-bottom{display:block;font-size:9px;padding-block:19px}
 .qp-footer-bottom span{display:block}
 .qp-footer-bottom span+span{margin-top:5px}
}
@media(max-width:767px) and (min-height:850px){
 .qp-hero-photo{height:335px}
 .qp-hero::before{height:336px}
 .qp-hero-layout{padding-top:316px}
}
@media(max-width:767px) and (max-height:760px){
 .qp-hero-photo{height:255px}
 .qp-hero::before{height:256px}
 .qp-hero-layout{padding-top:236px;padding-bottom:20px}
 .qp-hero h1{font-size:36px}
 .qp-hero-description{font-size:12px;line-height:1.65;margin-top:12px!important}
 .qp-hero-actions{margin-top:15px}
 .qp-hero-actions .qp-button{min-height:44px}
 .qp-trust{margin-top:16px}
}
@media(max-width:767px) and (max-height:680px){
 .qp-hero-photo{height:200px}
 .qp-hero::before{height:201px;background:linear-gradient(180deg,transparent 22%,#11111370 46%,#111113 90%)}
 .qp-hero-layout{padding-top:182px;padding-bottom:16px}
 .qp-hero-foot{min-height:35px}
 .qp-trust{margin-top:12px}
}
@media(max-width:389px){.qp-hero h1{font-size:36px}}
@media(max-width:359px){
 .qp-container{width:calc(100% - 32px)}
 .qp-brand strong{font-size:26px}
 .qp-brand img{width:36px;height:36px}
 .qp-brand small{font-size:6px}
 .qp-hero h1{font-size:32px}
 .qp-hero .qp-eyebrow{font-size:8px}
 .qp-free-note{font-size:8px;gap:5px}
 .qp-trust{gap:8px}
 .qp-trust li{font-size:8px;gap:5px}
 .qp-trust-icon{width:29px;height:29px}
 .landing h2{font-size:29px}
 .qp-intent{padding:21px 17px;gap:13px}
 .qp-intent h3{font-size:23px}
}
@media(prefers-reduced-motion:reduce){.landing *,.landing *::before,.landing *::after{transition:none!important}}
@media(forced-colors:active){.qp-button,.qp-intent,.qp-detail,.qp-trust-icon{border:1px solid ButtonText}.qp-hero-photo{opacity:.15}}
