@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Barlow:wght@400;500;600&family=Barlow+Condensed:wght@500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@2.44.0/tabler-icons.min.css');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #0d0d0d; color: #f0ece0; font-family: 'Barlow', sans-serif; width: 100%; overflow-x: hidden; }

/* NAV */
.nav { display: flex; justify-content: space-between; align-items: center; padding: 16px 40px; border-bottom: 1px solid #1e1e1e; background: #0a0a0a; position: sticky; top: 0; z-index: 100; }
.nav-logo { font-family: 'Lobster Two', cursive; font-size: 24px; color: #fff; text-decoration: none; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: #888; text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #00e5cc; }
.nav-cta { background: #ff2d78; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 10px 22px; border: none; cursor: pointer; border-radius: 2px; font-weight: 700; text-decoration: none; display: inline-block; }
.nav-cta:hover { background: #e0205f; }

/* FOOTER */
.footer { padding: 36px 40px; background: #0a0a0a; border-top: 1px solid #1a1a1a; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-logo { font-family: 'Lobster Two', cursive; font-size: 18px; color: #fff; opacity: 0.3; }
.footer-copy { font-size: 11px; color: #444; letter-spacing: 1px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { font-size: 11px; color: #444; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }
.footer-links a:hover { color: #00e5cc; }

/* SHARED */
.div-line { height: 3px; background: linear-gradient(90deg, #ff2d78, #00e5cc, #ff2d78); opacity: 0.5; }
.sec-label { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: #00e5cc; margin-bottom: 8px; }
.sec-title { font-family: 'Lobster Two', cursive; font-size: 42px; color: #f0ece0; line-height: 1.05; margin-bottom: 8px; }
.sec-sub { font-size: 14px; color: #666; max-width: 480px; line-height: 1.75; margin-bottom: 40px; }
.btn-primary { background: #ff2d78; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 14px 30px; border: none; cursor: pointer; border-radius: 2px; font-weight: 700; text-decoration: none; display: inline-block; }
.btn-ghost { background: transparent; color: #00e5cc; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 13px 30px; border: 1.5px solid #00e5cc; cursor: pointer; border-radius: 2px; font-weight: 700; text-decoration: none; display: inline-block; }
.btn-dark { background: #0d0d0d; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 14px 30px; border: none; cursor: pointer; border-radius: 2px; font-weight: 700; text-decoration: none; display: inline-block; }
.cta-bar { padding: 60px 40px; background: #ff2d78; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.cta-bar h2 { font-family: 'Lobster Two', cursive; font-size: 44px; color: #fff; }
.cta-bar p { font-size: 14px; color: rgba(255,255,255,0.78); margin-top: 6px; }
.cta-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cta-phone { font-family: 'Lobster Two', cursive; font-size: 26px; color: #fff; }
.cta-phone-label { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.6); }

/* PAGE HEADER */
.page-header { padding: 64px 40px 52px; background: #0d0d0d; position: relative; overflow: hidden; }
.ph-stripe { position: absolute; top: 0; right: 0; bottom: 0; width: 320px; background: repeating-linear-gradient(90deg, transparent, transparent 18px, #141414 18px, #141414 20px); pointer-events: none; z-index: 0; }
.ph-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #ff2d78, #00e5cc, #ff2d78); opacity: 0.6; z-index: 0; }
.ph-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: #00e5cc; margin-bottom: 12px; position: relative; z-index: 1; }
.page-header h1 { font-family: 'Lobster Two', cursive; font-size: 62px; color: #f0ece0; line-height: 1; margin-bottom: 14px; position: relative; z-index: 1; }
.page-header p { font-size: 15px; color: #777; max-width: 520px; line-height: 1.75; position: relative; z-index: 1; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav { padding: 14px 20px; }
  .nav-links { display: none; }
  .page-header { padding: 44px 20px 36px; }
  .page-header h1 { font-size: 44px; }
  .sec-title { font-size: 34px; }
  .cta-bar { padding: 40px 20px; flex-direction: column; align-items: flex-start; }
  .footer { padding: 28px 20px; flex-direction: column; align-items: flex-start; }
}
