:root{--blue:#0877e8;--navy:#063c78;--ink:#151515;--muted:#61666d;--line:#d9dde2;--paper:#f5f5f2;--white:#fff;--sans:Inter,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit}img{display:block;max-width:100%}.skip-link{position:fixed;z-index:99;top:8px;left:8px;padding:12px 16px;background:var(--white);border:2px solid var(--navy);transform:translateY(-150%)}.skip-link:focus{transform:none}:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
.site-header{position:sticky;z-index:10;top:0;height:76px;padding:0 clamp(20px,5vw,80px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--navy);font-size:16px;font-weight:800;letter-spacing:-.03em;text-decoration:none}.brand img{border-radius:9px}.header-link{color:var(--navy);font-size:14px;font-weight:700;text-decoration:none}.header-link:hover,footer nav a:hover{text-decoration:underline;text-underline-offset:4px}
.hero{min-height:540px;padding:clamp(58px,7vw,100px) clamp(20px,8vw,130px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);align-items:center;gap:clamp(50px,8vw,120px);background:var(--paper)}.eyebrow{margin:0 0 22px;color:var(--blue);font-size:12px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}h1,h2{margin:0;color:var(--navy);letter-spacing:-.055em}h1{max-width:760px;font-size:clamp(58px,7.5vw,112px);font-weight:750;line-height:.92}.hero__copy>p:not(.eyebrow){max-width:620px;margin:28px 0 0;color:#353a40;font-size:clamp(18px,1.5vw,23px);line-height:1.5}.hero__logo{width:min(100%,440px);height:auto;justify-self:end}.primary-action{display:inline-flex;align-items:center;justify-content:space-between;gap:44px;min-width:230px;margin-top:32px;padding:16px 20px;background:var(--blue);color:var(--white);font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.primary-action:hover{background:var(--navy);transform:translateY(-2px)}
.shops{padding:clamp(70px,8vw,112px) clamp(20px,8vw,130px)}.section-heading{display:grid;grid-template-columns:1fr 1fr;column-gap:8vw;margin-bottom:44px}.section-heading .eyebrow{grid-column:1/-1}.section-heading h2,.about h2{font-size:clamp(42px,5vw,72px);font-weight:700;line-height:1}.section-heading>p:last-child{align-self:end;max-width:510px;margin:0;color:var(--muted);font-size:18px;line-height:1.55}.marketplace-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));gap:24px}.marketplace-card{min-height:310px;padding:clamp(28px,3vw,42px);display:flex;flex-direction:column;border:1px solid var(--line);background:var(--white);text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}.marketplace-card:hover{border-color:var(--blue);box-shadow:0 16px 44px rgba(6,60,120,.1);transform:translateY(-3px)}.marketplace-card__status{align-self:flex-start;color:#237a45;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.marketplace-card__status:before{content:"";display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#35a966}.marketplace-card__name{margin:32px 0 10px;color:var(--navy);font-size:clamp(44px,4.5vw,68px);font-weight:700;letter-spacing:-.06em}.marketplace-card__description{max-width:640px;color:var(--muted);font-size:17px;line-height:1.55}.marketplace-card__action{margin-top:auto;padding-top:32px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);color:var(--navy);font-size:15px;font-weight:700}.marketplace-card__action b{font-size:20px;font-weight:400}
.about{padding:clamp(80px,10vw,150px) clamp(20px,8vw,130px);background:var(--navy)}.about .eyebrow{color:#8ac4ff}.about__content{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:end}.about h2{color:var(--white)}.about__content p{max-width:590px;margin:0;color:#d7e5f3;font-size:clamp(18px,1.7vw,23px);line-height:1.6}
footer{padding:48px clamp(20px,8vw,130px) 24px;background:#101820;color:var(--white)}.footer__main{min-height:130px;display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.brand--footer{color:var(--white)}footer nav{display:flex;gap:clamp(20px,3vw,46px)}footer nav a{color:#e3e7eb;font-size:14px;text-decoration:none}.footer__legal{padding-top:22px;display:flex;justify-content:space-between;gap:36px;border-top:1px solid #3b444d;color:#929ba4;font-size:11px;line-height:1.5}.footer__legal p{margin:0}
.legal-page{max-width:900px;min-height:70vh;padding:clamp(60px,9vw,120px) clamp(20px,8vw,130px)}.legal-page h1{margin-bottom:70px;font-size:clamp(52px,8vw,96px);color:var(--navy)}.legal-page h2{margin:38px 0 10px;font-size:22px;letter-spacing:-.02em}.legal-page p{font-size:18px;line-height:1.65}.button{display:inline-flex;align-items:center;min-height:44px;padding:0 18px;border:1px solid var(--navy);color:var(--navy);font-size:13px;font-weight:700;text-decoration:none}
@media(max-width:760px){.site-header{height:66px}.hero{min-height:auto;grid-template-columns:1fr;padding-top:70px;gap:56px}h1{font-size:clamp(54px,18vw,88px)}.hero__logo{width:min(78vw,420px);justify-self:center}.section-heading,.about__content{grid-template-columns:1fr;gap:28px}.marketplace-grid{grid-template-columns:1fr}.marketplace-card{min-height:330px}.footer__main{flex-direction:column}footer nav{flex-wrap:wrap}.footer__legal{flex-direction:column}}@media(max-width:380px){.brand span{display:none}.hero,.shops,.about,footer{padding-left:16px;padding-right:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
