    .page-header {
      background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%);
      padding: 80px 0; position: relative; overflow: hidden;
    }
    .page-header::before {
      content: ''; position: absolute; inset: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%23da5104" stroke-width="0.5" opacity="0.1"/></svg>');
      background-size: 200px; opacity: 0.5;
    }
    .page-title { font-family: var(--font-display); font-size: clamp(32px, 5vw, 48px); font-weight: 700; color: #f0e8d8; margin: 0; position: relative; z-index: 1; }
    .page-title em { color: var(--gold); font-style: italic; }
    .breadcrumb-custom { display: flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin-top: 12px; position: relative; z-index: 1; }
    .breadcrumb-custom a { color: #888; text-decoration: none; transition: color .2s; }
    .breadcrumb-custom a:hover { color: var(--gold-light); }
    .breadcrumb-custom .active { color: var(--gold); }
    .terms-section { padding: 80px 0; }
    .terms-content { max-width: 900px; margin: 0 auto; }
    .terms-card { background: #fff; border-radius: 8px; padding: 48px; border: 1px solid rgba(0,0,0,0.06); }
    @media (max-width: 767.98px) { .terms-card { padding: 30px 20px; } }
    .last-updated { font-size: 13px; color: var(--muted); margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid #eee; }
    .terms-card h2 { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--dark); margin-top: 40px; margin-bottom: 16px; }
    .terms-card h2:first-child { margin-top: 0; }
    .terms-card h3 { font-size: 18px; font-weight: 600; color: var(--dark); margin-top: 28px; margin-bottom: 12px; }
    .terms-card p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
    .terms-card ul { margin-bottom: 20px; padding-left: 24px; }
    .terms-card ul li { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 8px; }
    .terms-card a { color: var(--gold); text-decoration: none; transition: color .2s; }
    .terms-card a:hover { color: var(--dark); }
    .highlight-box { background: linear-gradient(135deg, var(--cream) 0%, var(--cream2) 100%); border-radius: 8px; padding: 24px; margin: 24px 0; border-left: 3px solid var(--gold); }
    .highlight-box p { margin: 0; }
    .footer-new { position: relative; background: var(--dark); }
    .footer-divider { height: 4px; background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold-light) 50%, var(--gold) 80%, transparent 100%); }
    .footer-main { padding: 80px 0 40px; background: linear-gradient(180deg, var(--dark) 0%, var(--dark2) 100%); }
    .footer-brand { margin-bottom: 24px; }
    .footer-brand .logo-text { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: #fff; letter-spacing: 6px; text-decoration: none; }
    .footer-brand .logo-text span { color: var(--gold); }
    .footer-tagline { font-size: 14px; color: #777; line-height: 1.8; max-width: 300px; margin-bottom: 24px; }
    .footer-social-new { display: flex; gap: 12px; }
    .social-circle { width: 44px; height: 44px; border: 1px solid rgba(218,81,4,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #777; font-size: 16px; text-decoration: none; transition: all .3s; background: rgba(255,255,255,0.02); }
    .social-circle:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); transform: translateY(-4px); }
    .footer-col-title { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 24px; position: relative; padding-bottom: 12px; }
    .footer-col-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: var(--gold); }
    .footer-links-new { list-style: none; padding: 0; margin: 0; }
    .footer-links-new li { margin-bottom: 14px; }
    .footer-links-new a { color: #888; text-decoration: none; font-size: 14px; transition: all .25s; display: inline-flex; align-items: center; gap: 8px; }
    .footer-links-new a::before { content: ''; display: inline-block; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
    .footer-links-new a:hover { color: var(--gold-light); padding-left: 4px; }
    .footer-links-new a:hover::before { width: 12px; }
    .footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; color: #888; font-size: 14px; }
    .footer-contact-item i { color: var(--gold); margin-top: 3px; font-size: 14px; }
    .footer-newsletter-new { background: rgba(218,81,4,0.08); border: 1px solid rgba(218,81,4,0.2); border-radius: 8px; padding: 24px; margin-top: 8px; }
    .footer-newsletter-new h5 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 8px; }
    .footer-newsletter-new p { font-size: 13px; color: #777; margin-bottom: 16px; }
    .newsletter-form { display: flex; gap: 0; }
    .newsletter-form input { flex: 1; background: rgba(255,255,255,0.05); border: 1px solid rgba(218,81,4,0.3); border-right: none; padding: 12px 16px; font-size: 13px; color: #fff; border-radius: 4px 0 0 4px; }
    .newsletter-form input::placeholder { color: #555; }
    .newsletter-form button { background: var(--gold); border: none; padding: 12px 20px; color: #fff; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; border-radius: 0 4px 4px 0; cursor: pointer; transition: background .2s; }
    .newsletter-form button:hover { background: var(--gold-light); }
    .footer-bottom-new { background: #0a0a0a; border-top: 1px solid rgba(218,81,4,0.15); padding: 24px 0; }
    .footer-bottom-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
    .footer-copyright { font-size: 13px; color: #555; }
    .footer-legal-links { display: flex; gap: 24px; }
    .footer-legal-links a { font-size: 12px; color: #666; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; transition: color .2s; }
    .footer-legal-links a:hover { color: var(--gold); }
    .payment-methods { display: flex; align-items: center; gap: 10px; }
    .payment-icon { width: 44px; height: 28px; background: rgba(255,255,255,0.05); border: 1px solid rgba(218,81,4,0.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #888; transition: all .2s; }
    .payment-icon:hover { border-color: var(--gold); color: var(--gold); }
