*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,system-ui,sans-serif;color:#132623;background:radial-gradient(circle at 20% 0,color-mix(in srgb,var(--primary) 18%,#fff) 0,transparent 26rem),var(--paper);min-height:100vh}.shell{width:min(100%,520px);margin:auto;padding:18px 16px 44px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.official{font-size:12px;font-weight:600;color:var(--dark);background:#fff;border:1px solid #dce9e6;padding:8px 12px;border-radius:99px}.share{width:40px;height:40px;border-radius:50%;border:1px solid #dce9e6;background:#fff;color:var(--dark);font-size:18px;cursor:pointer}.profile{text-align:center}.logo{width:82px;height:82px;object-fit:cover;border-radius:24px;border:4px solid #fff;box-shadow:0 16px 32px rgba(8,63,58,.2);background:var(--dark)}.profile h1{font-size:26px;margin:14px 0 2px;letter-spacing:-.8px}.handle{color:var(--primary);font-size:13px;font-weight:600}.profile>p{font-size:14px;line-height:1.6;color:#61726f;max-width:390px;margin:10px auto 14px}.pills{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.pills span{font-size:11px;font-weight:600;padding:7px 10px;background:#e6f8f4;color:var(--dark);border-radius:99px}.hero{position:relative;height:188px;margin:20px 0 14px;border-radius:28px;overflow:hidden;box-shadow:0 22px 45px rgba(8,63,58,.14);background:var(--dark)}.hero>img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(4,47,42,.9))}.hero-copy{position:absolute;z-index:2;left:20px;right:20px;bottom:16px;color:#fff;display:flex;justify-content:space-between;align-items:end;gap:12px}.hero-copy small,.hero-copy b{display:block}.hero-copy small{font-size:11px;opacity:.84}.hero-copy b{font-size:17px;line-height:1.35;max-width:290px}.hero-copy>span{white-space:nowrap;background:var(--accent);color:var(--dark);padding:8px 10px;border-radius:12px;font-size:12px;font-weight:800}.primary{display:grid;gap:10px;margin:14px 0 24px}.button{min-height:58px;border-radius:18px;display:flex;align-items:center;gap:13px;padding:12px 15px;text-decoration:none;color:#132623;border:1px solid #dce9e6;background:#fff;box-shadow:0 8px 24px rgba(8,63,58,.06);transition:.2s}.button:hover{transform:translateY(-2px)}.button.main{background:linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--primary) 82%,var(--dark)));border:0;color:var(--dark)}.button i{font-style:normal;flex:0 0 38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e9f7f5;font-size:18px}.button span{flex:1}.button b,.button small{display:block}.button b{font-size:14px}.button small{font-size:11px;font-weight:400;opacity:.72;margin-top:2px}.button em,.review em{font-style:normal;font-size:19px;color:#79918d}.section{margin-top:25px}.heading{display:flex;align-items:end;justify-content:space-between;margin:0 2px 12px}.heading h2{font-size:16px;margin:0}.heading span{font-size:10px;color:#61726f}.services{display:grid;grid-template-columns:1fr 1fr;gap:10px}.service{min-height:104px;padding:14px;background:#fff;border:1px solid #dce9e6;border-radius:20px;text-decoration:none;color:#132623}.service i{font-style:normal;display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#e9f7f5;margin-bottom:11px}.service b,.service small{display:block}.service b{font-size:12px}.service small{font-size:9px;color:#61726f}.cities{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:8px}.cities a{padding:13px 8px;text-align:center;border:1px solid #dce9e6;background:#fff;border-radius:16px;text-decoration:none;color:#132623}.cities b,.cities small{display:block}.cities b{font-size:12px}.cities small{font-size:8px;color:#61726f}.cities .active{background:var(--dark);color:#fff;border-color:var(--dark)}.cities .active small{color:#bfe2dc}.review{margin-top:24px;background:linear-gradient(135deg,var(--dark),color-mix(in srgb,var(--dark) 76%,#000));color:#fff;border-radius:24px;padding:18px;display:flex;align-items:center;gap:14px;text-decoration:none}.review>div{flex:1}.stars{color:var(--accent);font-size:15px;letter-spacing:2px}.review b,.review small{display:block}.review b{font-size:13px}.review small{font-size:10px;color:#c5dbd7}.review em{color:var(--accent)}footer{text-align:center;margin-top:30px;color:#61726f;font-size:10px}.socials{display:flex;justify-content:center;gap:8px;margin-bottom:15px}.socials a{color:var(--dark);text-decoration:none;background:#fff;border:1px solid #dce9e6;padding:8px 11px;border-radius:99px;font-weight:600}footer>b,footer>small{display:block}footer>b{color:var(--dark);margin-bottom:4px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);opacity:0;background:var(--dark);color:#fff;padding:10px 15px;border-radius:99px;font-size:11px;transition:.25s;z-index:5}.toast.show{opacity:1;transform:translate(-50%,0)}@media(min-width:800px){body{padding:28px 0}.shell{background:rgba(248,252,251,.9);border:1px solid #fff;border-radius:34px;box-shadow:0 30px 90px rgba(8,63,58,.12);padding:22px 22px 48px}}@media(max-width:360px){.cities{grid-template-columns:1fr}.heading span{display:none}}
