*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; background: #191919; overflow-x: hidden; }

/* HEADER */
.header { background: #191919; width: 100%; padding: 0 40px; }
.header-inner { display: flex; align-items: center; height: 113px; position: relative; }
.header-left { display: flex; flex-direction: column; padding: 40px 67px 8px 4px; width: 169px; flex-shrink: 0; }
.header-logo img { height: 31px; width: 165px; object-fit: contain; }
.header-tagline { font-size: 12px; color: #fff; padding-top: 19px; font-weight: 400; line-height: 1.25; width: 165px }
.header-center { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 0; bottom: 33px; }
.header-center a { font-size: 18px; color: #a0a0a0; text-decoration: none; padding: 0 15px; line-height: 1.75; display: flex; align-items: center; }
.header-center a.active { color: #fff; border-bottom: 2px solid #fff; padding-bottom: 1.5px; }
.header-right { margin-left: auto; display: flex; align-items: center; gap: 0; }
.header-right-links { display: flex; align-items: center; gap: 0; }
.header-right-links a { font-size: 12px; color: #a0a0a0; text-decoration: none; padding: 0 9px; line-height: 1.75; }
.header-search { padding: 5px 15px; cursor: pointer; }
.header-search svg { width: 20px; height: 20px; }

/* HAMBURGER */
.hamburger { display: none; cursor: pointer; background: none; border: none; padding: 10px; z-index: 1001; }
.hamburger span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: all 0.3s; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* MOBILE MENU */
.mobile-menu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #191919; z-index: 1000; overflow-y: auto; padding: 100px 30px 40px; }
.mobile-menu.open { display: block; }
.mobile-menu-nav { margin-bottom: 30px; border-bottom: 1px solid #333; padding-bottom: 20px; }
.mobile-menu-nav a { display: block; font-size: 20px; color: #fff; text-decoration: none; padding: 12px 0; }
.mobile-menu-nav a.active { border-bottom: 2px solid #fff; }
.mobile-menu-links { margin-bottom: 30px; border-bottom: 1px solid #333; padding-bottom: 20px; }
.mobile-menu-links a { display: block; font-size: 14px; color: #a0a0a0; text-decoration: none; padding: 8px 0; }
.mobile-menu-categories h3 { font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 400; margin-bottom: 15px; text-transform: uppercase; }
.mobile-cat-group { margin-bottom: 10px; }
.mobile-cat-title { font-size: 13px; color: rgba(255,255,255,0.87); font-weight: 600; padding: 15px 0 2px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.mobile-cat-title::after { content: ''; display: inline-block; width: 8px; height: 8px; border-right: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: rotate(45deg); transition: transform 0.3s; margin-right: 10px; }
.mobile-cat-title.expanded::after { transform: rotate(-135deg); }
.mobile-sub-list { display: none; }
.mobile-sub-list.show { display: block; }
.mobile-sub-item { display: flex; align-items: center; justify-content: space-between; padding: 4px 0 4px 15px; }
.mobile-sub-item a { font-size: 14px; color: rgba(255,255,255,0.7); text-decoration: none; font-weight: 400; line-height: 1.75; }
.mobile-sub-item .arrow { width: 8px; height: 8px; flex-shrink: 0; margin-right: 10px; }
.mobile-sub-item .arrow svg { width: 8px; height: 8px; }

/* CONTENT WRAPPER */
.content-wrapper { display: flex; width: 100%; background: #191919; min-height: 600px; overflow: hidden; position: relative; }

/* SIDEBAR */
.sidebar { width: 300px; background: #191919; flex-shrink: 0; padding: 118px 40px 20px 40px; overflow-y: auto; }
.sidebar-search { display: flex; align-items: center; padding: 21px 0 5px 0px; gap: 8px; }
.sidebar-search-icon svg { width: 20px; height: 20px; }
.sidebar-search-text { font-size: 14px; color: #fff; line-height: 1.75; }
.sidebar-categories { padding: 30px 0 5px 0; }
.sidebar-categories-title { font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 400; line-height: 1.75; margin-bottom: 10px; }
.sidebar-cat-group { margin-bottom: 0; }
.sidebar-cat-heading { font-size: 13px; color: rgba(255,255,255,0.87); font-weight: 600; line-height: 1.5; padding: 15px 0 2px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.sidebar-cat-heading::after { content: ''; display: inline-block; width: 8px; height: 8px; border-right: 1.5px solid rgba(255,255,255,0.7); border-bottom: 1.5px solid rgba(255,255,255,0.7); transform: rotate(45deg); transition: transform 0.3s; margin-right: 10px; flex-shrink: 0; }
.sidebar-cat-heading.expanded::after { transform: rotate(-135deg); }
.sidebar-sub-list { display: none; }
.sidebar-sub-list.show { display: block; }
.sidebar-sub-item { display: flex; align-items: center; justify-content: space-between; padding: 4px 0 4px 15px; }
.sidebar-sub-item a { font-size: 14px; color: rgba(255,255,255,0.7); text-decoration: none; font-weight: 400; line-height: 1.75; }
.sidebar-sub-item a:hover { color: #fff; }
.sidebar-sub-item .arrow svg { width: 8px; height: 8px; }

/* MAIN CONTENT */
.main-content { flex: 1; min-width: 0; }

/* HERO */
.hero-content { position: relative; z-index: 2; }
.hero h1 { font-family: 'Poppins', sans-serif; font-size: 95px; font-weight: 500; color: #fff; letter-spacing: -3px; line-height: 1; margin-bottom: 21px; }
.hero p { font-family: 'Poppins', sans-serif; font-size: 25px; color: #fff; letter-spacing: -0.5px; line-height: 1.4; max-width: 804px; }

/* WHITE CONTENT */
.white-content { background: #fff; border-radius: 6px 0 0 6px; margin-top: -15px; padding: 80px 80px 120px 80px; }

.date-btn::after { content: ''; display: block; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid #191919; margin-left: 10px; }
.date-search-bar { display: flex; align-items: center; gap: 40px; margin-bottom: 30px; }
.search-bar-inline { display: flex; align-items: center; gap: 10px; }
.search-bar-inline svg { width: 30px; height: 30px; }
.search-bar-inline span { font-size: 24px; color: #191919; }

/* FOOTER */
.footer { background: #000; width: 100%; }
.footer-top { padding: 80px 40px 0 40px; width: 100%; }
.footer-top-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 80px; width: 100%; }
.footer-logo-area { display: flex; flex-direction: column; height: 100px; justify-content: center; }
.footer-logo-area img { height: clamp(30px, 2.45vw, 47px); margin-bottom: clamp(8px, 0.78vw, 15px); }
.footer-logo-text { font-family: 'Poppins', sans-serif; font-size: clamp(16px, 1.3vw, 25px); color: #fff; letter-spacing: -0.5px; line-height: 1.4; }
.footer-contact { display: flex; align-items: center; gap: clamp(15px, 1.56vw, 30px); }
.footer-contact-row { display: flex; align-items: center; gap: clamp(15px, 1.56vw, 30px); }
.footer-contact-label { font-size: clamp(15px, 1.18vw, 22.7px); color: #fff; font-weight: 400; line-height: 1.32; }
.footer-pill { display: inline-flex; align-items: center; gap: clamp(6px, 0.63vw, 12px); background: #edeeef; border-radius: 30px; padding: clamp(8px, 0.73vw, 14px) clamp(14px, 1.25vw, 24px); text-decoration: none; }
.footer-pill-icon { width: clamp(18px, 1.35vw, 26px); height: clamp(18px, 1.35vw, 26px); display: flex; align-items: center; justify-content: center; }
.footer-pill-icon svg { width: clamp(16px, 1.25vw, 24px); height: clamp(16px, 1.25vw, 24px); fill: #000; }
.footer-pill-text { font-size: clamp(14px, 1.1vw, 21px); color: #0060f0; font-weight: 400; }
.footer-divider { border: none; border-bottom: 2px solid rgba(255,255,255,0.1); margin: 40px 0; width: 100%; }
.footer-main { padding: 0; width: 100%; overflow: visible; }
.footer-headline { font-family: 'Poppins', sans-serif; font-size: 90px; font-weight: 400; color: #fff; letter-spacing: -1.5px; line-height: 1.17; padding: 0 0 40px 0; margin: 0; }
.footer-cta { display: block; width: fit-content; min-height: 70px; background: #fff; color: #191919; border-radius: 50px; padding: 30px 40px; font-family: 'Poppins', sans-serif; font-size: 36px; text-decoration: none; font-weight: 400; line-height: 1.08; border: none; cursor: pointer; }
.footer-cta:hover { background: #f0f0f0; }
.footer-cta-wrapper { padding: 0 120px 103px 120px; display: block; overflow: visible; }
.footer-bottom { background: #000; padding: 30px 120px; width: 100%; }
.footer-bottom-inner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom-inner span, .footer-bottom-inner a { font-size: 12.1px; color: #fff; font-weight: 500; line-height: 1.49; text-decoration: none; }
.footer-bottom-inner .copyright { display: flex; align-items: center; gap: 4px; }
.footer-bottom-inner .copyright span:first-child { font-size: 12.1px; }

body.menu-open { overflow: hidden; }

/* RESPONSIVE */
@media (max-width: 1400px) {
  .hero h1 { font-size: 70px; }
  .hero p { font-size: 20px; }
  .footer-headline { font-size: 60px; }
}

@media (max-width: 1200px) {
  .sidebar { display: none; }
  .hamburger { display: block; }
  .header-center { display: none; }
  .header-right-links { display: none; }
  .hero h1 { font-size: 56px; }
  .hero p { font-size: 18px; max-width: 100%; }
  .hero { padding: 80px 40px 0 40px; height: auto; min-height: 350px; }
  .white-content { padding: 40px 30px 60px 30px; border-radius: 6px 0 0 6px; }
  .date-btn { font-size: 18px; height: 40px; }
  .search-bar-inline span { font-size: 18px; }
  .footer-top-inner { flex-direction: column; align-items: flex-start; gap: 30px; padding: 0 20px; }
  .footer-contact { flex-wrap: wrap; gap: 15px; }
  .footer-headline { font-size: 42px; }
  .footer-cta { font-size: 24px; padding: 20px 30px; }
  .footer-cta-wrapper { padding: 0 30px 60px 30px; }
  .footer-bottom { padding: 20px 30px; }
}

@media (max-width: 768px) {
  .header { padding: 0 20px; }
  .header-inner { height: 64px; }
  .header-left { padding: 12px 20px 8px 4px; }
  .header-tagline { padding-top: 4px; }
  .header-search { display: none; }
  .hero { padding: 60px 20px 0 20px; min-height: 280px; }
  .hero h1 { font-size: 36px; letter-spacing: -1.5px; }
  .hero p { font-size: 16px; }
  .white-content { padding: 30px 16px 40px 16px; }
  .date-search-bar { flex-direction: column; gap: 16px; align-items: flex-start; }
  .date-btn { font-size: 16px; }
  .footer-headline { font-size: 28px; letter-spacing: -0.5px; }
  .footer-cta { font-size: 20px; padding: 16px 24px; }
  .footer-cta-wrapper { padding: 0 20px 40px 20px; }
  .footer-pill { padding: 8px 16px 10px 16px; }
  .footer-pill-text { font-size: 16px; }
  .footer-contact { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-contact-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-contact-label { font-size: 18px; }
  .footer-bottom { padding: 16px 20px; }
  .footer-bottom-inner { flex-direction: column; gap: 8px; }
}
