:root{--brand:#5820a0;--brand-primary:#5820a0;--brand-accent:#ff7518;--ink:#17121e;--muted:#706978;--line:#e8e1ec;--soft:#faf7fc;--purple-soft:#f3ecfb;--dark:#21112e}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,system-ui,sans-serif}
button,a{font:inherit}
a{color:inherit;text-decoration:none}
button{cursor:pointer}
.skip-link{position:fixed;left:16px;top:12px;z-index:200;transform:translateY(-160%);padding:10px 14px;border-radius:9px;background:#fff;color:var(--brand-primary);font-weight:800;box-shadow:0 10px 30px #0002}
.skip-link:focus{transform:none}
.market-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:34px;min-height:82px;padding:12px clamp(22px,5vw,76px);border-bottom:1px solid rgba(50,25,65,.09);background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}
.market-brand{display:flex;flex:0 0 auto}
.market-brand img{display:block;width:168px;height:48px;object-fit:contain;object-position:left center}
.market-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.market-nav a{color:#65596f;font-size:13px;font-weight:750}
.market-nav a:hover{color:var(--brand-primary)}
.market-actions{display:flex;align-items:center;gap:9px}
.text-button,.market-footer button{border:0;background:transparent;color:inherit;font-weight:800}
.solid-button,.outline-button,.light-button,.outline-light-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 17px;border-radius:11px;font-weight:850}
.solid-button{border:1px solid var(--brand-primary);background:var(--brand-primary);color:#fff}
.solid-button:hover{filter:brightness(.92);transform:translateY(-1px)}
.outline-button{border:1px solid #d9cbe5;background:#fff;color:var(--brand-primary)}
.light-button{border:1px solid #fff;background:#fff;color:var(--brand-primary)}
.outline-light-button{border:1px solid #ffffff66;background:transparent;color:#fff}
.large{min-height:52px;padding:13px 21px;font-size:14px}
.market-hero{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:66px;width:min(1280px,calc(100% - 64px));min-height:680px;margin:auto;padding:76px 0}
.market-kicker{color:var(--brand-primary);font-size:11px;font-weight:900;letter-spacing:.15em}
.hero-copy h1{max-width:630px;margin:19px 0 24px;font-size:clamp(44px,5.3vw,74px);line-height:1.01;letter-spacing:-.058em}
.hero-copy h1 em{color:var(--brand-primary);font-style:normal}
.hero-copy>p{max-width:590px;margin:0;color:var(--muted);font-size:18px;line-height:1.68}
.hero-actions{display:flex;gap:11px;margin-top:31px}
.hero-proof{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}
.hero-proof span{padding:8px 10px;border:1px solid var(--line);border-radius:999px;color:#5f5666;font-size:10px;font-weight:750}
.hero-proof span:before{content:'✓';margin-right:6px;color:var(--brand-accent)}
.hero-visual{position:relative;min-width:0}
.hero-visual>img{display:block;width:100%;aspect-ratio:3/2;border-radius:26px;object-fit:cover;object-position:center;box-shadow:0 28px 80px rgba(46,21,65,.18)}
.hero-result{position:absolute;left:-30px;bottom:34px;display:flex;align-items:center;gap:12px;padding:15px 18px;border:1px solid #ebe5ee;border-radius:15px;background:#fff;box-shadow:0 18px 45px #25113026}
.hero-result>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#e8f7f1;color:#148468;font-size:20px;font-weight:900}
.hero-result small,.hero-result strong{display:block}
.hero-result small{color:#8a8190;font-size:9px;font-weight:850;letter-spacing:.1em}
.hero-result strong{margin-top:4px;font-size:13px}
.market-trust{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line);background:#fcfafc}
.market-trust div{display:flex;align-items:center;gap:12px;min-height:78px;padding:0 clamp(20px,4vw,54px);border-right:1px solid var(--line);font-size:12px;font-weight:800}
.market-trust div:last-child{border:0}
.market-trust b{color:var(--brand-accent);font-size:10px}
.market-section{width:min(1200px,calc(100% - 64px));margin:auto;padding:110px 0}
.section-heading{display:grid;grid-template-columns:1fr .72fr;align-items:end;gap:50px;margin-bottom:48px}
.section-heading h2,.owner-copy h2,.provider-layout h2,.final-cta h2{max-width:720px;margin:15px 0 0;font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.045em}
.section-heading>p,.owner-copy>p,.provider-layout>div>p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.step-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:20px}
.step-grid article{position:relative;min-height:260px;padding:28px 25px;border-right:1px solid var(--line);background:#fff}
.step-grid article:last-child{border:0}
.step-grid article.featured{background:var(--purple-soft)}
.step-grid article>b{position:absolute;right:21px;top:20px;color:#b6abbc;font-size:11px}
.step-grid article>span{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:#f4eff7;color:var(--brand-primary);font-size:21px;font-weight:900}
.step-grid h3{margin:28px 0 11px;font-size:18px}
.step-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.services-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#21102d,#401064 62%,#6623a3);color:#fff}
.services-section:after{content:'';position:absolute;right:-150px;top:-220px;width:520px;height:520px;border:1px solid #ffffff18;border-radius:50%;box-shadow:0 0 0 70px #ffffff08}
.service-shell{position:relative;z-index:1}
.section-heading.light h2{color:#fff}
.section-heading.light .market-kicker{color:#ffb275}
.section-heading.light>p{color:#d5c9df}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.service-grid article{display:flex;align-items:center;gap:15px;min-height:94px;padding:20px;border:1px solid #ffffff20;border-radius:16px;background:#ffffff0c}
.service-grid article:hover{background:#ffffff16}
.service-grid span{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border-radius:13px;background:#ffffff12;color:#ffae6a;font-size:20px}
.service-grid h3{margin:0;color:#fff;font-size:15px}
.owner-value{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:90px}
.owner-copy p{margin:20px 0}
.owner-copy ul{display:grid;gap:13px;margin:25px 0 30px;padding:0;list-style:none}
.owner-copy li{color:#504758;font-size:14px}
.owner-copy li:before{content:'✓';display:inline-grid;place-items:center;width:24px;height:24px;margin-right:10px;border-radius:8px;background:#ece4f5;color:var(--brand-primary);font-weight:900}
.owner-preview{padding:27px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#fff,#f7f1fb);box-shadow:0 25px 70px #32114718}
.preview-top{display:grid;grid-template-columns:1fr auto;gap:5px;align-items:center}
.preview-top small{grid-column:1/-1;color:var(--brand-primary);font-size:10px;font-weight:900;letter-spacing:.12em}
.preview-top strong{font-size:22px}
.preview-top>span{padding:7px 10px;border-radius:999px;background:#fff0e5;color:#b94b08;font-size:10px;font-weight:850}
.preview-progress{height:8px;margin:25px 0;border-radius:99px;background:#e9e2ed}
.preview-progress i{display:block;width:72%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-primary),var(--brand-accent))}
.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.preview-grid div{padding:15px;border:1px solid var(--line);border-radius:13px;background:#fff}
.preview-grid small,.preview-grid strong{display:block}
.preview-grid small{color:#8d8293;font-size:8px;font-weight:850;letter-spacing:.08em}
.preview-grid strong{margin-top:8px;font-size:15px}
.preview-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}
.preview-photos span{height:100px;border-radius:12px;background:url('/assets/turnovertr-hero.jpg') center/cover}
.preview-photos span:nth-child(2){background-position:70% center}
.preview-photos span:nth-child(3){background-position:100% center}
.provider-section{background:linear-gradient(120deg,var(--brand-primary),color-mix(in srgb,var(--brand-primary) 70%,#39104d));color:#fff}
.provider-layout{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:80px}
.provider-layout .market-kicker{color:#ffb277}
.provider-layout h2{color:#fff}
.provider-layout>div>p{margin:21px 0;color:#ddd0e6}
.provider-points{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:30px}
.provider-points span{padding:8px 10px;border:1px solid #ffffff30;border-radius:999px;font-size:10px;font-weight:800}
.provider-cards{display:grid;gap:11px}
.provider-cards article{display:grid;grid-template-columns:34px 50px 1fr;align-items:center;gap:13px;padding:17px;border:1px solid #ffffff25;border-radius:16px;background:#ffffff0e}
.provider-cards b{color:#ffaf70;font-size:10px}
.provider-cards span{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:#ffffff12;font-size:20px}
.provider-cards h3{margin:0;font-size:15px}
.membership-section{padding-bottom:86px}
.membership-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.membership-card{position:relative;display:flex;flex-direction:column;padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 15px 40px #2610310d}
.membership-card.is-featured{border:2px solid var(--brand-primary);background:linear-gradient(155deg,#fff,#f7f0fc);transform:translateY(-10px);box-shadow:0 24px 60px #3c175020}
.membership-badge{position:absolute;right:20px;top:20px;padding:6px 9px;border-radius:999px;background:var(--brand-primary);color:#fff;font-size:8px;font-weight:900;letter-spacing:.08em}
.membership-name{color:var(--brand-primary);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.membership-card h3{margin:20px 0 11px;font-size:23px;letter-spacing:-.03em}
.membership-card>p{min-height:64px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.membership-card ul{display:grid;gap:12px;margin:23px 0 28px;padding:0;list-style:none}
.membership-card li{color:#4f4655;font-size:12px;line-height:1.45}
.membership-card li:before{content:'✓';margin-right:9px;color:var(--brand-accent);font-weight:900}
.membership-card>a{width:100%;margin-top:auto}
.provider-join-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:17px;margin-top:24px;padding:19px 22px;border:1px solid #e6dcec;border-radius:16px;background:#faf7fc}
.provider-join-note>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--purple-soft);color:var(--brand-primary);font-size:18px}
.provider-join-note p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.provider-join-note strong{color:var(--ink)}
.provider-join-note button{color:var(--brand-primary)}
.public-task-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.public-task-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 14px 34px #26103110}
.public-task-image{display:block;width:100%;height:178px;object-fit:cover;background:#f1edf4}
.public-task-body{padding:18px}
.public-task-top,.public-task-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}
.public-task-type{padding:6px 9px;border-radius:999px;background:var(--purple-soft);color:var(--brand-primary);font-size:10px;font-weight:850}
.public-task-applications{color:#918896;font-size:10px}
.public-task-card h3{margin:14px 0 9px;font-size:18px}
.public-task-location,.public-task-date{margin:5px 0;color:var(--muted);font-size:12px}
.public-task-footer{margin-top:15px;padding-top:14px;border-top:1px solid var(--line)}
.public-task-footer strong{font-size:14px}
.public-task-action{border:0;background:transparent;color:var(--brand-primary);font-size:11px;font-weight:850}
.task-empty{grid-column:1/-1;padding:32px;border:1px dashed #d7cde0;border-radius:16px;color:var(--muted);text-align:center}
.final-cta{display:flex;align-items:center;flex-direction:column;padding:94px 24px;background:linear-gradient(135deg,#fbf7ff,#fff8f2);text-align:center}
.final-cta h2{margin-top:16px}
.final-cta p{margin:16px 0 27px;color:var(--muted)}
.final-cta>div{display:flex;gap:10px}
.final-cta .light-button{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}
.final-cta .outline-light-button{border-color:#d8cbe3;color:var(--brand-primary)}
.market-footer{background:var(--dark);color:#d9cfdf}
.footer-main{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:55px;width:min(1200px,calc(100% - 64px));margin:auto;padding:58px 0 42px}
.footer-brand img{display:block;width:150px;height:48px;object-fit:contain;object-position:left center}
.footer-brand p{max-width:300px;color:#aa9db2;font-size:12px;line-height:1.65}
.footer-main>div:not(.footer-brand){display:grid;align-content:start;gap:11px}
.footer-main strong{margin-bottom:4px;color:#fff;font-size:12px}
.footer-main a,.footer-main button{width:max-content;padding:0;color:#bfb3c7;font-size:11px}
.footer-main a:hover,.footer-main button:hover{color:#fff}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(1200px,calc(100% - 64px));min-height:66px;margin:auto;border-top:1px solid #ffffff16;color:#9e92a6;font-size:10px}
.footer-bottom>div{display:flex;align-items:center;gap:16px}
.footer-language .language-switcher__flag{border-color:#ffffff25;background:#ffffff12}
.footer-language select{border-color:#ffffff25;background:#ffffff0d;color:#fff}
.footer-language select option{color:#24132f;background:#fff}
.auth-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:rgba(22,17,28,.66);backdrop-filter:blur(8px)}
.auth-backdrop[hidden]{display:none}
.auth-card{position:relative;width:min(100%,590px);max-height:calc(100vh - 32px);overflow:auto;padding:34px;border-radius:23px;background:#fff;box-shadow:0 30px 90px #0005}
.auth-close{position:absolute;right:18px;top:15px;border:0;background:none;color:#766f7c;font-size:30px}
.auth-card h2{margin:14px 0 8px;font-size:30px}
.auth-card>p{margin:0 0 20px;color:var(--muted);font-size:14px}
.auth-choice-group{display:grid;gap:8px;margin-top:16px}
.auth-choice-label{font-size:12px;font-weight:900;letter-spacing:.05em;color:#544b58;text-transform:uppercase}
.auth-mode-tabs,.auth-role-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.auth-mode-tabs button,.auth-role-tabs button{display:flex;align-items:center;gap:11px;min-height:74px;padding:12px 14px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--muted);text-align:left}
.auth-mode-tabs button>span:last-child,.auth-role-tabs button>span:last-child{display:grid;gap:3px}
.auth-mode-tabs strong,.auth-role-tabs strong{color:#241d28;font-size:14px}
.auth-mode-tabs small,.auth-role-tabs small{font-size:11px;line-height:1.35}
.auth-choice-icon{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:10px;background:#f3eff6;color:var(--brand-primary);font-size:18px;font-weight:900}
.auth-mode-tabs button.is-active,.auth-role-tabs button.is-active{border-color:var(--brand-primary);background:#f8f4fb;color:#574d5d;box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-primary) 14%,transparent)}
.auth-mode-tabs button.is-active .auth-choice-icon,.auth-role-tabs button.is-active .auth-choice-icon{background:var(--brand-primary);color:#fff}
.auth-selection-summary{margin-top:14px;padding:10px 13px;border-radius:11px;background:#edf8f5;color:#116650;font-size:13px;font-weight:850}
.auth-google-wrap{display:grid;justify-items:center;gap:8px;margin-top:16px}
.auth-google-wrap[hidden]{display:none}
.auth-google-wrap small{color:var(--muted);font-size:11px;text-align:center}
.auth-divider{display:flex;align-items:center;gap:12px;margin:14px 0;color:#8c8391;font-size:11px;font-weight:800;text-transform:uppercase}
.auth-divider::before,.auth-divider::after{content:"";height:1px;flex:1;background:var(--line)}
.auth-divider[hidden]{display:none}
#entryAuthForm{display:grid;gap:14px;margin-top:18px}
#entryAuthForm label{display:grid;gap:7px;color:#38313d;font-size:12px;font-weight:800}
#entryAuthForm .register-only[hidden]{display:none}
#entryAuthForm input{width:100%;padding:13px 14px;border:1px solid #d9d1de;border-radius:11px;font:inherit}
.auth-submit{min-height:50px;border:0;border-radius:11px;background:var(--brand-primary);color:#fff;font-weight:850}
.auth-submit:disabled{opacity:.55}
.auth-feedback{padding:11px 13px;border-radius:10px;background:#fff0e7;color:#8b3d10;font-size:12px}
.auth-feedback.is-success{background:#e8f7f1;color:#146b50}
@media(max-width:560px){.auth-card{padding:26px 20px}.auth-mode-tabs,.auth-role-tabs{grid-template-columns:1fr}.auth-mode-tabs button,.auth-role-tabs button{min-height:66px}}
@media(max-width:1050px){.market-nav{display:none}
.market-hero{grid-template-columns:1fr;max-width:820px}
.hero-copy{text-align:center}
.hero-copy h1,.hero-copy>p{margin-inline:auto}
.hero-actions,.hero-proof{justify-content:center}
.hero-result{left:20px}
.owner-value,.provider-layout{grid-template-columns:1fr;gap:50px}
.public-task-grid{grid-template-columns:repeat(2,1fr)}
.membership-grid{grid-template-columns:1fr 1fr}
.membership-card:last-child{grid-column:1/-1}
}
@media(max-width:760px){.market-header{min-height:70px;padding-inline:18px}
.market-brand img{width:135px;height:40px}
.market-actions .solid-button{display:none}
.market-hero,.market-section{width:calc(100% - 32px);padding:66px 0}
.market-hero{min-height:0}
.hero-copy h1{font-size:43px}
.hero-copy>p{font-size:16px}
.hero-actions{align-items:stretch;flex-direction:column}
.hero-result{position:relative;left:auto;bottom:auto;width:calc(100% - 24px);margin:-24px auto 0}
.market-trust{grid-template-columns:1fr 1fr}
.market-trust div{min-height:62px;border-bottom:1px solid var(--line)}
.section-heading{display:block;margin-bottom:32px}
.section-heading>p{margin-top:18px}
.step-grid{grid-template-columns:1fr 1fr}
.step-grid article{min-height:220px}
.service-grid{grid-template-columns:1fr 1fr}
.preview-grid{grid-template-columns:1fr}
.footer-main{grid-template-columns:1fr 1fr;width:calc(100% - 32px);gap:34px}
.footer-brand{grid-column:1/-1}
.footer-bottom{align-items:flex-start;flex-direction:column;width:calc(100% - 32px);padding:18px 0}
.footer-bottom>div{align-items:flex-start;flex-direction:column}
.final-cta>div{align-items:stretch;flex-direction:column;width:100%}
.membership-grid{grid-template-columns:1fr}
.membership-card.is-featured{transform:none}
.membership-card:last-child{grid-column:auto}
.provider-join-note{grid-template-columns:auto 1fr}
.provider-join-note button{grid-column:1/-1;justify-self:start}
}
@media(max-width:520px){.market-actions .text-button{padding:7px}
.hero-copy h1{font-size:37px}
.step-grid,.service-grid,.public-task-grid{grid-template-columns:1fr}
.step-grid article{min-height:0}
.owner-preview{padding:18px}
.preview-top{grid-template-columns:1fr}
.preview-top>span{width:max-content}
.footer-main{grid-template-columns:1fr}
.footer-brand{grid-column:auto}
}
