header{background:#0a0a0a;border-bottom:2px solid #c0392b;position:sticky;top:0;z-index:1000}header .header-content{display:flex;justify-content:space-between;align-items:center;padding:18px 0}header .logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-icon{background:linear-gradient(135deg,#c0392b,#e74c3c);color:#fff;font-size:12px;font-weight:900;width:34px;height:34px;border-radius:7px;display:flex;align-items:center;justify-content:center;letter-spacing:.5px;flex-shrink:0}.logo-text{font-size:21px;font-weight:800;color:#fff;letter-spacing:-.03em}header nav{display:flex;gap:28px;align-items:center}header nav .nav-link{text-decoration:none;color:#999;font-weight:500;font-size:15px;transition:color .2s}header nav .nav-link:hover{color:#fff}header .cta-button{background:linear-gradient(135deg,#c0392b,#e74c3c);color:#fff;padding:10px 24px;border-radius:6px;font-weight:800;font-size:15px;text-decoration:none;box-shadow:0 3px 14px #c0392b66;transition:all .2s}header .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 22px #c0392b8c;color:#fff}@media(max-width:768px){header nav .nav-link{display:none}header nav{gap:16px}.logo-text{font-size:18px}header .cta-button{padding:9px 18px;font-size:14px}}footer{background:linear-gradient(180deg,#1a1a1a,#0f0f0f);color:#fff;padding:60px 0 30px;margin-top:96px}footer .footer-top{display:flex;flex-direction:column;gap:40px;margin-bottom:40px}footer .footer-brand{text-align:center}footer .footer-brand h3{font-size:32px;margin-bottom:12px;font-weight:900;letter-spacing:-.02em}footer .footer-brand p{color:silver;font-size:16px;font-weight:500}footer .footer-links-container{display:flex;flex-direction:column;gap:20px}footer .footer-links-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;padding:0 20px}footer .footer-label{color:#e74c3c;font-weight:800;font-size:15px;letter-spacing:.02em;margin-right:8px}footer .footer-links-row a{color:#e0e0e0;text-decoration:none;font-weight:600;font-size:14px;transition:all .2s}footer .footer-links-row a:hover{color:#fff;text-shadow:0 0 10px rgba(200,16,46,.5)}footer .divider{color:#555;font-size:12px}footer .call-escort{color:#e74c3c}footer .logo-icon-sm{background:linear-gradient(135deg,#c0392b,#e74c3c);color:#fff;font-size:11px;font-weight:900;padding:3px 6px;border-radius:5px;letter-spacing:.5px;margin-right:4px}footer .footer-bottom{text-align:center;padding-top:30px;border-top:1px solid #333;color:#888;font-size:13px;font-weight:500}@media(max-width:768px){footer{padding:48px 0 24px;margin-top:64px}footer .footer-top{gap:30px}footer .footer-brand h3{font-size:28px}footer .footer-links-row{font-size:13px;gap:8px}footer .footer-label{width:100%;text-align:center;margin-bottom:4px}footer .footer-bottom{font-size:12px}}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;width:100%;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}main{min-height:60vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:800;color:#000;letter-spacing:-.02em}p{line-height:1.7;color:#2d2d2d}strong{font-weight:700;color:#000}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:96px 0}@media(max-width:768px){.section{padding:56px 0}.container{padding:0 20px}}
