:root{
  --hp-blue:#155E95;
/* Luxury Footer Base Styles - Updated Colors */
.luxury-footer {
  font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #030303;
  color: #e0e0e0;
  position: relative;
  overflow: hidden;
}

/* Top decorative border */
.footer-top-border {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
  position: relative;
}

.border-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, #f4c430, transparent);
  flex: 1;
  max-width: 200px;
}

.border-ornament {
  color: #f4c430;
  font-size: 24px;
  margin: 0 20px;
  animation: glow 3s infinite alternate;
}

@keyframes glow {
  from { text-shadow: 0 0 5px #f4c430; }
  to { text-shadow: 0 0 15px #f4c430, 0 0 20px #f4c430; }
}

/* Main container */
.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Main footer layout */
.footer-main {
  padding: 60px 0 40px;
}

.footer-main .footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Column headers */
.column-header {
  margin-bottom: 25px;
}

.column-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.header-underline {
  width: 40px;
  height: 2px;
  background: #f4c430;
  border-radius: 2px;
}

/* Brand Column */
.brand-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.luxury-logo {
  margin-bottom: 10px;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 15px;
}

.logo-symbol {
  width: 60px;
  height: 60px;
  background: #f4c430;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.logo-name {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}

.logo-tagline {
  font-size: 14px;
  color: #f4c430;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-statement p {
  font-size: 15px;
  line-height: 1.6;
  color: #b0b0b0;
  margin: 0;
}

/* Social Icons */
.social-elegant {
  margin-top: 10px;
}

.social-title {
  font-size: 14px;
  color: #f4c430;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.social-icons-luxury {
  display: flex;
  gap: 12px;
}

.social-luxury {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(93, 162, 227, 0.1);
  border-radius: 10px;
  color: #f4c430;
  transition: all 0.3s ease;
  border: 1px solid rgba(93, 162, 227, 0.2);
}

.social-luxury:hover {
  background: #f4c430;
  color: #030303;
  transform: translateY(-3px);
}

.social-luxury svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Trust Badges */
.hp-footer .trust-badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 15px;
}

.hp-footer .badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}

.hp-footer .badge:hover {
  border-color: #2563eb;
  background: rgba(37, 99, 235, 0.06);
}

.hp-footer .badge-icon {
  font-size: 18px;
  line-height: 1;
  color: #2563eb;
  flex-shrink: 0;
}

.hp-footer .badge-text {
  font-size: 13px;
  font-weight: 500;
  color: #1f2933;
}

/* Collections Column */
.collections-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}

.collection-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  text-decoration: none;
  color: #e0e0e0;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.collection-item:hover {
  background: rgba(93, 162, 227, 0.05);
  border-color: #f4c430;
  transform: translateX(5px);
}

.collection-name {
  font-size: 14px;
  font-weight: 500;
}

/* Payment Section */
.payment-section {
  background: rgba(255, 255, 255, 0.03);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}

.payment-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.payment-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  font-size: 18px;
  color: #f4c430;
}

.payment-note {
  font-size: 12px;
  color: #b0b0b0;
  line-height: 1.5;
}

/* Links Column */
.links-grid {
  margin-bottom: 30px;
}

.link-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-category li {
  margin-bottom: 0;
}

.link-category a {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.link-category a:hover {
  color: #f4c430;
  padding-left: 5px;
}

.link-category a:last-child {
  border-bottom: none;
}

/* Newsletter */
.newsletter-section {
  background: rgba(93, 162, 227, 0.05);
  border: 1px solid rgba(93, 162, 227, 0.2);
  border-radius: 12px;
  padding: 20px;
}

.newsletter-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}

.newsletter-section p {
  font-size: 13px;
  color: #b0b0b0;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-input {
  flex: 1;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.newsletter-input:focus {
  border-color: #f4c430;
  background: rgba(255, 255, 255, 0.1);
}

.newsletter-button {
  width: 50px;
  background: #f4c430;
  color: #030303;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
}

.newsletter-button:hover {
  background: #4a8fd4;
  transform: translateY(-2px);
}

/* Contact Column */
.contact-info-luxury {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  gap: 15px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(93, 162, 227, 0.1);
  color: #f4c430;
  border-radius: 10px;
  font-size: 18px;
  flex-shrink: 0;
}

.contact-details {
  flex: 1;
}

.contact-title {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-details p {
  margin: 0 0 5px;
  font-size: 14px;
  color: #b0b0b0;
  line-height: 1.5;
}

.contact-details a {
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: #f4c430;
}

/* Certifications */
.cert-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cert-icon {
  font-size: 14px;
  color: #f4c430;
}

.cert-text {
  font-size: 12px;
  color: #b0b0b0;
}

/* Policy Links */
.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.policy-links a {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}

.policy-links a:hover {
  color: #f4c430;
}

.divider {
  color: #666;
  font-size: 12px;
}

/* Footer Bottom */
.footer-bottom {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom .footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright p {
  font-size: 14px;
  color: #888;
  margin: 0;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .footer-main .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}

@media (max-width: 768px) {
  .footer-main .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-main {
    padding: 40px 0 30px;
  }
  
  .footer-container {
    padding: 0 20px;
  }
  
  .footer-bottom .footer-container {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-main {
    padding: 30px 0 20px;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .newsletter-button {
    width: 100%;
    padding: 12px;
  }
  
  .logo-link {
    flex-direction: row;
    align-items: center;
  }
  
  .social-icons-luxury {
    justify-content: flex-start;
  }
  
  .logo-name {
    font-size: 28px;
  }
  
  .logo-tagline {
    font-size: 12px;
  }
}
/* ==========================================================
   CTA FINAL FIXED (PREMIUM + BRAND SAFE)
========================================================== */

.hp-cta{
  background: linear-gradient(135deg, #000000 40%, #f4c430 100%);
  padding: 56px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* subtle premium glow */
.hp-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12), transparent 60%);
  pointer-events:none;
}

/* Inner container */
.hp-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
}

.hp-cta-inner{
  display:flex;
  gap:24px;
  justify-content:space-between;
  align-items:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:28px;
  backdrop-filter: blur(6px);
}

/* ================= TEXT FIX ================= */

/* FIX HEADING ISSUE */
.hp-cta h1,
.hp-cta h2,
.hp-cta h3,
.hp-cta h4{
  color:#ffffff !important;
  margin-bottom:10px;
}

/* paragraph */
.hp-cta .hp-muted{
  color:rgba(255,255,255,.85);
  max-width:640px;
  line-height:1.7;
}

/* ================= BUTTONS ================= */

.hp-cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hp-btn{
  display:inline-block;
  padding:12px 20px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  transition:0.3s ease;
}

/* PRIMARY BUTTON */
.hp-btn-light{
  background:#fff;
  color:#000; /* FIXED (removed hp-blue) */
}

.hp-btn-light:hover{
  background:#f4c430;
  color:#000;
}

/* OUTLINE BUTTON */
.hp-btn-outline{
  background:transparent;
  border:1px solid rgba(255,255,255,.65);
  color:#fff;
}

.hp-btn-outline:hover{
  background:#fff;
  color:#000;
}

/* ================= RESPONSIVE ================= */

@media (max-width:1100px){
  .hp-h1{ font-size:42px; }

  .hp-cta-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:560px){
  .hp-h1{ font-size:32px; }
  .hp-h2{ font-size:26px; }

  .hp-cta-inner{
    padding:20px;
  }
}