.page{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;background:url(/background.png) center / cover no-repeat fixed}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,#080a1459,#080a148c 55%,#080a14bf)}.card{position:relative;z-index:1;width:100%;max-width:360px;text-align:center;margin:auto;color:#fff;padding:3.2rem 2.8rem;background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18);border-radius:24px;box-shadow:0 30px 80px -30px #000000b3}.logo{width:clamp(180px,40vw,260px);height:auto;display:block;margin:-.9rem auto 0rem;filter:brightness(0) invert(1) drop-shadow(0 4px 14px rgba(0,0,0,.5))}.eyebrow{text-transform:uppercase;letter-spacing:.34em;font-size:.74rem;font-weight:600;color:var(--accent);margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.4)}h1{font-family:Sora,sans-serif;font-weight:800;font-size:clamp(1.85rem,4.5vw,2.6rem);line-height:1.12;letter-spacing:-.02em;margin-bottom:1.3rem;text-shadow:0 4px 24px rgba(0,0,0,.45)}.accent{color:var(--accent)}.lede{color:#ffffffeb;font-size:clamp(1rem,2.3vw,1.14rem);line-height:1.7;max-width:46ch;margin:0 auto 2.2rem;text-shadow:0 2px 14px rgba(0,0,0,.5)}.services{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.4rem}.service{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border:1px solid rgba(255,255,255,.28);border-radius:999px;font-size:.92rem;font-weight:600;color:#fff;background:#ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:default}.service-icon{display:grid;place-items:center;color:var(--accent);font-size:1.05rem}.divider{width:56px;height:3px;border-radius:999px;background:var(--accent);margin:0 auto 2.2rem}.contacts{display:flex;flex-direction:column;align-items:stretch;gap:.8rem}.contact{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.4rem;border-radius:999px;background:var(--accent);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 10px 26px -10px #f5821fb3;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.contact:hover{background:#ff9333;transform:translateY(-2px);box-shadow:0 16px 34px -10px #f5821fd9}.contact-icon{display:grid;place-items:center;font-size:1.15rem;transform:translateY(1px)}.foot{position:relative;z-index:1;margin-top:2.5rem;font-size:.8rem;color:#fffc;text-shadow:0 1px 6px rgba(0,0,0,.5)}@media (max-width: 560px){.page{padding:2rem .9rem}.card{padding:2.4rem 1.1rem}h1{font-size:1.85rem;letter-spacing:-.03em}}@media (min-width: 768px){.card{max-width:660px;padding:4rem 4.5rem}.logo{margin-bottom:.4rem}.eyebrow{margin-bottom:1.3rem}.lede{margin-bottom:2.6rem}.services{margin-bottom:2.8rem}.contacts{flex-direction:row;justify-content:center}.contact{flex:1}}:root{--bg: #ffffff;--ink: #0d0d0d;--muted: #6b6b6b;--line: #ececec;--accent: #f5821f;--accent-soft: #fff1e6}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}#root{min-height:100%}
