:root{
  --navy:#101828;
  --navy-deep:#070b17;
  --hero-black:#00040c;
  --cream:#f8f7f3;
  --orange:#ff6b6b;
  --pink:#ff4f87;
  --purple:#c56cf0;
  --border:rgba(255,255,255,.20);
  --muted:rgba(255,255,255,.78);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--navy-deep);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 64px));margin:auto}
.hero{position:relative;min-height:635px;background:var(--hero-black);overflow:hidden}
.nav{position:absolute;top:28px;left:50%;transform:translateX(-50%);z-index:3}
.brand{display:inline-flex;align-items:center;gap:14px;font-size:23px;font-weight:700}
.brand img{width:50px;height:50px;border-radius:10px;object-fit:cover}
.hero-content{position:relative;min-height:635px;display:flex;align-items:center;z-index:1}
.hero-copy{position:relative;z-index:4;padding-top:28px;width:48%}
.hero-copy h1{font-size:64px;line-height:1.02;margin:0 0 25px;letter-spacing:-2px}
.hero-copy h2{font-size:38px;line-height:1.15;margin:0 0 28px;letter-spacing:-1.2px;background:linear-gradient(90deg,#ff6b6b,#ff4f87,#c56cf0);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy p{font-size:21px;line-height:1.55;margin:0;color:#f2f3f7}
.hero-art{position:absolute;right:0;top:0;width:63%;height:540px;background:url('/assets/hero-visual.jpg') right top/auto 100% no-repeat;z-index:1}
.hero-wave{position:absolute;left:0;bottom:0;width:100%;height:155px;z-index:3;pointer-events:none}
.discover{background:var(--navy-deep);padding:22px 0 46px}
.section-heading{text-align:center;margin:0 0 30px}
.section-heading h2{font-size:29px;line-height:1.2;margin:0;letter-spacing:-.5px}
.section-heading p{display:none}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}
.category{height:148px;border:1.5px solid rgba(255,255,255,.20);border-radius:16px;background:linear-gradient(180deg,rgba(20,27,48,.72),rgba(10,15,30,.92));display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 12px 30px rgba(0,0,0,.18);transition:transform .2s,border-color .2s,box-shadow .2s}
.category:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(0,0,0,.28)}

.card-orange{border-color:#ff9f43}
.card-pink{border-color:#ff4f6d}
.card-purple{border-color:#c56cf0}
.category h3{font-size:19px;margin:0;font-weight:650}
.business{background:var(--cream);color:var(--navy);border-radius:24px 24px 0 0;padding:48px 0 50px}
.business-inner{display:grid;grid-template-columns:47% 53%;align-items:center;gap:18px}
.eyebrow{color:#d9476d;font-size:15px;font-weight:800;letter-spacing:1.7px;margin-bottom:16px}
.business-copy h2{font-size:34px;line-height:1.18;letter-spacing:-1px;margin:0 0 22px}
.business-copy p{font-size:17px;line-height:1.55;max-width:560px;margin:0 0 20px}
.cta{display:inline-flex;align-items:center;gap:13px;margin-top:7px;padding:15px 22px;border-radius:12px;background:linear-gradient(90deg,#ff6b45,#c56cf0);color:#fff;font-size:17px;font-weight:700}
.cta span{font-size:22px}
.photo-collage{position:relative;height:390px;padding:0 6px}
.photo-frame{position:absolute;overflow:hidden;border-radius:15px;box-shadow:0 8px 25px rgba(16,24,40,.16);background:#ddd}.photo-frame img{width:100%;height:100%;display:block;object-fit:cover}.restaurant{left:0;top:0;width:calc(50% - 6px);height:calc(50% - 6px)}.studio{right:0;top:0;width:calc(50% - 6px);height:calc(50% - 6px)}.theatre{left:0;bottom:0;width:calc(50% - 6px);height:calc(50% - 6px)}.activity{right:0;bottom:0;width:calc(50% - 6px);height:calc(50% - 6px)}.restaurant img,.studio img,.theatre img,.activity img{width:100%;height:100%;max-width:none;transform:none}.benefit-card{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:11px;background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 8px 30px rgba(16,24,40,.16);font-size:14px;line-height:1.35}
.benefit-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff0ee;color:#ff6b6b;font-size:21px}
.footer{background:var(--navy-deep);padding:26px 0}
.footer-inner{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:0;align-items:center}
.footer-brand{display:flex;gap:13px;align-items:center}.footer-brand img{width:50px;height:50px;border-radius:10px}.footer-brand strong{display:block;font-size:18px}.footer-brand span{display:block;color:var(--muted);font-size:14px;line-height:1.35;margin-top:3px}
.footer-feature{display:flex;align-items:center;gap:16px;color:var(--muted);font-size:15px;line-height:1.35;padding-left:28px;border-left:1px solid rgba(255,255,255,.16)}.footer-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto}.footer-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lightning{color:#ff9f43}.heart{color:#ff4f6d}.compass{color:#c56cf0}
.partner-page{min-height:100vh;background:radial-gradient(circle at 75% 35%,rgba(197,108,240,.10),transparent 30%),linear-gradient(135deg,#080d1a,#0e1425 60%,#120b1e)}
.partner-nav{padding-top:28px}
.partner-main{width:min(750px,calc(100% - 40px));margin:70px auto 90px;text-align:center}
.partner-intro h1{font-size:64px;line-height:1.05;letter-spacing:-2px;margin:0 0 27px}
.partner-intro .partner-lead{font-size:25px;line-height:1.42;margin:0 0 26px}
.partner-intro>p:last-child{font-size:19px;color:rgba(255,255,255,.74);margin:0 0 38px}
.partner-form{text-align:left;border:1px solid rgba(255,255,255,.20);background:rgba(10,17,34,.62);border-radius:18px;padding:42px;box-shadow:0 20px 60px rgba(0,0,0,.22)}
.partner-form label{display:block;margin-bottom:26px}
.partner-form label span{display:block;font-size:17px;font-weight:650;margin-bottom:10px}
.partner-form em{font-style:normal;color:rgba(255,255,255,.45);font-weight:400}
.partner-form input,.partner-form select{width:100%;height:56px;border:1px solid rgba(255,255,255,.17);border-radius:10px;background:rgba(15,24,44,.68);color:#fff;padding:0 16px;font:inherit;font-size:16px;outline:none}
.partner-form input:focus,.partner-form select:focus{border-color:rgba(197,108,240,.75);box-shadow:0 0 0 3px rgba(197,108,240,.10)}
.partner-form select{appearance:auto;color:rgba(255,255,255,.78)}
.partner-form select option{background:#101828;color:#fff}
.partner-form button{width:100%;height:57px;border:0;border-radius:10px;background:linear-gradient(90deg,#ff6b45,#ff4f87,#8b35d1);color:#fff;font:inherit;font-size:18px;font-weight:750;cursor:pointer}
.partner-form button:disabled{opacity:.7;cursor:wait}
.form-status{text-align:center;min-height:22px;margin:13px 0 0;font-size:15px}.form-status.success{color:#9ee6bf}.form-status.error{color:#ff9da9}
.launch-note{margin-top:44px;display:flex;flex-direction:column;align-items:center;gap:6px}.launch-note strong{font-size:20px}.launch-note span{color:rgba(255,255,255,.65);font-size:17px}.mail-icon{width:50px;height:50px;border:2px solid #ff4f87;border-radius:50%;display:grid;place-items:center;color:#ff4f87;font-size:22px;margin-bottom:15px}
@media (max-width:900px){
  .container{width:min(100% - 36px,720px)}
  .hero,.hero-content{min-height:720px}.hero-art{right:-20%;width:82%;height:560px;opacity:.9}.hero-wave{height:150px}.hero-copy{width:100%;padding-top:70px;align-self:flex-start;margin-top:110px}.hero-copy h1{font-size:54px}.hero-copy h2{font-size:33px}.hero-copy p{font-size:18px}
  .category-grid{grid-template-columns:repeat(3,1fr)}.category{height:130px}
  .business-inner{grid-template-columns:1fr}.photo-collage{height:370px}.business-copy{padding-right:0}
  .footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media (max-width:600px){
  .container{width:calc(100% - 28px)}.nav{top:18px}.brand{font-size:19px;gap:10px}.brand img{width:40px;height:40px}
  .hero,.hero-content{min-height:690px}.hero-art{right:-45%;top:110px;width:115%;height:500px;opacity:.72}.hero-wave{height:125px}.hero-copy{margin-top:125px;padding:0}.hero-copy h1{font-size:43px;letter-spacing:-1.4px}.hero-copy h2{font-size:28px}.hero-copy p{font-size:17px;line-height:1.5}.desktop-only{display:none}
  .discover{padding-top:10px}.section-heading h2{font-size:26px}.section-heading p{font-size:15px}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category{height:120px;border-radius:13px}.category h3{font-size:16px;text-align:center}
  .business{padding:36px 0}.business-copy h2{font-size:28px}.business-copy p{font-size:16px}.photo-collage{height:330px}.benefit-card{left:24%;top:44%;font-size:12px;padding:9px 10px}.benefit-icon{width:28px;height:28px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:22px}.footer-feature{font-size:13px;gap:8px}.footer-feature b{font-size:27px}
  .partner-nav{padding-top:18px}.partner-main{margin:45px auto 60px}.partner-intro h1{font-size:45px;letter-spacing:-1.5px}.partner-intro .partner-lead{font-size:20px}.partner-intro>p:last-child{font-size:16px}.partner-form{padding:24px 18px}.partner-form label{margin-bottom:21px}.partner-form input,.partner-form select{height:52px}.partner-form button{height:54px}
}
