*{margin:0;padding:0;box-sizing:border-box;}:root{--bg:#f7f8fa;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--accent:#970038;--accent-dark:#632683;--white:#ffffff;}body{min-height:100vh;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                Roboto, Helvetica, Arial, sans-serif;background:var(--bg);color:var(--text);display:flex;flex-direction:column;}header{width:100%;padding:50px 20px 0px;display:flex;align-items:center;justify-content:center;}.logo{width:300px;max-width:100%;display:block;}.logo img{width:100%;height:auto;}main{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 20px 80px;}.container{width:100%;max-width:980px;text-align:center;margin:0 auto;padding:0 20px;}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid var(--line);border-radius:100px;background:rgba(255,255,255,0.8);color:var(--muted);font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:40px;}.eyebrow span{color:var(--accent);}h1{font-size:clamp(52px,8vw,100px);line-height:0.95;letter-spacing:0px;font-weight:900;margin-bottom:40px;}h1 .highlight{background:linear-gradient(to right,#632683 0,#970038 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.intro{max-width:620px;margin:0 auto;color:var(--muted);font-size:18px;line-height:1.7;}.divider{width:60px;height:1px;background:var(--line);margin:45px auto;}.services{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:var(--white);border-radius:18px;overflow:hidden;margin-top:45px;box-shadow:0 20px 60px rgba(0,0,0,0.05);}.service{padding:30px 20px;border-right:1px solid var(--line);}.service:last-child{border-right:0;}.service-icon{width:42px;height:42px;margin:0 auto 20px;border-radius:12px;background:#f1eaf5;color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;}.service h3{font-size:18px;margin-bottom:10px;}.service p{font-size:14px;line-height:1.5;color:var(--muted);}.notify{max-width:550px;margin:45px auto 0;}.notify h2{font-size:16px;margin-bottom:8px;}.notify p{color:var(--muted);font-size:14px;margin-bottom:18px;}footer{padding:25px 0px;font-size:14px;text-align:center;background:linear-gradient(to right,#1f1f1f 0,#292929 100%);color:var(--white);}footer .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;}footer a{color:var(--white);text-decoration:none;}@media (max-width:700px){.status{display:none;}main{padding:50px 20px 60px;}h1{font-size:clamp(48px,14vw,72px);letter-spacing:-3px;}.intro{font-size:16px;}.services{grid-template-columns:1fr;}.service:nth-child(2){border-right:0;}.service:nth-child(-n+2){border-bottom:1px solid var(--line);}footer{flex-direction:column;gap:12px;text-align:center;}}@media (max-width:420px){.logo{width:250px;}.service,.service:nth-child(2){border-right:0;border-bottom:1px solid var(--line);}.service:last-child{border-bottom:0;}footer .container{justify-content:center;flex-direction:column;align-items:center;}}