/* ── Triple Deal Campaign Page ── */
[data-lang]:not(.lang-active) { display: none !important; }

:root {
  --td-gold: #CBA052; --td-brown: #87562a; --td-black: #111111; --td-black-soft: #222222;
  --td-muted: #777777; --td-light-gray: #f4f2ef; --td-border-light: rgba(0,0,0,0.08);
  --td-white: #ffffff; --td-card-bg: #f9f7f4; --td-font: 'Switzer', sans-serif;
}

.triple-deal-page { font-family: var(--td-font); color: var(--td-black); line-height: 1.6; overflow-x: hidden; }

/* ── LANG BAR ── */
.triple-deal-page .lang-bar { display: flex; justify-content: flex-end; padding: 10px 48px; gap: 4px; border-bottom: 1px solid var(--td-border-light); background: var(--td-white); }
.triple-deal-page .lang-btn { padding: 5px 14px; border-radius: 100px; border: 1px solid var(--td-border-light); background: transparent; color: var(--td-muted); font-family: var(--td-font); font-size: 12px; font-weight: 600; cursor: pointer; transition: all .18s; letter-spacing: .06em; }
.triple-deal-page .lang-btn:hover { border-color: var(--td-gold); color: var(--td-gold); }
.triple-deal-page .lang-btn.active { background: var(--td-gold); border-color: var(--td-gold); color: var(--td-white); }

/* ── DIVIDERS ── */
.triple-deal-page .divider { width: 100%; height: 1px; background: var(--td-border-light); }
.triple-deal-page .gold-divider { width: 100%; height: 1px; background: linear-gradient(90deg, var(--td-gold) 0%, rgba(203,160,82,.1) 60%, transparent 100%); }

/* ── HERO ── */
.triple-deal-page .intro-section { padding: 72px 64px 64px; max-width: 1000px; margin: 0 auto; }
.triple-deal-page .campaign-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(203,160,82,.1); border: 1px solid rgba(203,160,82,.4); border-radius: 100px; padding: 6px 16px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--td-brown); margin-bottom: 28px; }
.triple-deal-page .campaign-badge::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--td-gold); animation: td-pulse 2s ease-in-out infinite; }
@keyframes td-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }
.triple-deal-page .intro-headline { font-size: clamp(30px,4vw,52px); font-weight: 800; line-height: 1.1; color: var(--td-black); margin-bottom: 28px; letter-spacing: -0.02em; }
.triple-deal-page .intro-headline span { color: var(--td-gold); }
.triple-deal-page .intro-text { font-size: 17px; font-weight: 300; color: #444; max-width: 680px; line-height: 1.8; border-left: 3px solid var(--td-gold); padding-left: 22px; margin-bottom: 36px; }
.triple-deal-page .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.triple-deal-page .btn-primary { display: inline-block; padding: 14px 28px; background: var(--td-brown); color: var(--td-white); font-family: var(--td-font); font-size: 14px; font-weight: 700; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; transition: background .2s; letter-spacing: .02em; }
.triple-deal-page .btn-primary:hover { background: #6e4420; }
.triple-deal-page .btn-secondary { display: inline-block; padding: 13px 26px; background: transparent; color: var(--td-black); font-family: var(--td-font); font-size: 14px; font-weight: 600; border: 1.5px solid rgba(0,0,0,.15); border-radius: 6px; text-decoration: none; cursor: pointer; transition: border-color .2s; }
.triple-deal-page .btn-secondary:hover { border-color: var(--td-gold); color: var(--td-brown); }

/* ── SECTIONS ── */
.triple-deal-page .section-wrap { padding: 64px 64px; max-width: 1000px; margin: 0 auto; }
.triple-deal-page .section-label { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--td-gold); margin-bottom: 8px; }
.triple-deal-page .section-title { font-size: clamp(24px,3vw,36px); font-weight: 800; color: var(--td-black); margin-bottom: 48px; line-height: 1.15; letter-spacing: -0.01em; }

/* ── WHY GRID ── */
.triple-deal-page .why-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 40px 48px; }
.triple-deal-page .why-item .why-title { font-size: 16px; font-weight: 700; color: var(--td-black); margin-bottom: 8px; letter-spacing: -0.01em; }
.triple-deal-page .why-item .why-text { font-size: 14px; font-weight: 300; color: #555; line-height: 1.7; }

/* ── BRAND SECTION ── */
.triple-deal-page .brand-section { max-width: 1000px; margin: 0 auto; padding: 0 64px 48px; }
.triple-deal-page .brand-section .section-title { margin-bottom: 16px; }
.triple-deal-page .model-selector { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 20px; }
.triple-deal-page .model-tab { padding: 8px 18px; border: 1.5px solid var(--td-border-light); border-radius: 100px; font-family: var(--td-font); font-size: 12px; font-weight: 600; background: var(--td-white); color: var(--td-muted); cursor: pointer; transition: all .18s; letter-spacing: .02em; }
.triple-deal-page .model-tab.active, .triple-deal-page .model-tab:hover { border-color: var(--td-gold); color: var(--td-brown); background: rgba(203,160,82,.06); }

/* ── CAR CARD ── */
.triple-deal-page .car-card { display: grid; grid-template-columns: 300px 1fr; border: 1px solid var(--td-border-light); border-radius: 16px; overflow: hidden; transition: box-shadow .3s; margin-bottom: 0; }
.triple-deal-page .car-card:hover { box-shadow: 0 4px 32px rgba(0,0,0,.07); }
.triple-deal-page .car-image-col { position: relative; background: var(--td-light-gray); display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--td-border-light); min-height: 260px; }
.triple-deal-page .car-photo-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.triple-deal-page .car-photo-overlay { display: none; }
.triple-deal-page .car-badge-model { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.92); border-radius: 6px; padding: 5px 12px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--td-brown); z-index: 2; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.triple-deal-page .card-footer { display: flex; justify-content: flex-end; margin: 0 0 32px; }
.triple-deal-page .order-btn { padding: 12px 28px; background: var(--td-brown); color: var(--td-white); font-family: var(--td-font); font-size: 13px; font-weight: 700; border: none; border-radius: 0 0 14px 14px; cursor: pointer; letter-spacing: .03em; transition: background .2s; margin-right: 20px; }
.triple-deal-page .order-btn:hover { background: #6e4420; }

/* ── CAR CONFIG COL ── */
.triple-deal-page .car-config-col { padding: 28px 32px; background: var(--td-white); }
.triple-deal-page .car-name { font-size: 20px; font-weight: 700; color: var(--td-black); margin-bottom: 6px; letter-spacing: -0.01em; }
.triple-deal-page .car-specs-row { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.triple-deal-page .spec-pill { font-size: 11px; font-weight: 500; color: var(--td-muted); background: var(--td-light-gray); border-radius: 100px; padding: 3px 10px; }
.triple-deal-page .config-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--td-muted); margin-bottom: 10px; }

/* ── DURATION SELECTOR ── */
.triple-deal-page .duration-selector { display: flex; gap: 6px; margin-bottom: 24px; flex-wrap: wrap; }
.triple-deal-page .duration-btn { flex: 1; padding: 9px 0; border: 1px solid var(--td-border-light); border-radius: 8px; background: var(--td-white); color: var(--td-muted); font-family: var(--td-font); font-size: 12px; font-weight: 500; cursor: pointer; transition: all .18s; }
.triple-deal-page .duration-btn:hover { border-color: var(--td-gold); color: var(--td-gold); }
.triple-deal-page .duration-btn.active { background: rgba(203,160,82,.1); border-color: var(--td-gold); color: var(--td-brown); font-weight: 700; }

/* ── OPTIONS LIST ── */
.triple-deal-page .options-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.triple-deal-page .option-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border: 1px solid var(--td-border-light); border-radius: 8px; background: var(--td-card-bg); cursor: pointer; transition: all .18s; user-select: none; }
.triple-deal-page .option-row:hover { border-color: rgba(203,160,82,.35); }
.triple-deal-page .option-row.checked { border-color: rgba(203,160,82,.5); background: rgba(203,160,82,.07); }
.triple-deal-page .option-left { display: flex; align-items: center; gap: 10px; }
.triple-deal-page .custom-checkbox { width: 18px; height: 18px; border: 1.5px solid #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .18s; }
.triple-deal-page .option-row.checked .custom-checkbox { border-color: var(--td-gold); background: var(--td-gold); }
.triple-deal-page .custom-checkbox::after { content: ''; width: 10px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg) translateY(-1px); opacity: 0; transition: opacity .15s; }
.triple-deal-page .option-row.checked .custom-checkbox::after { opacity: 1; }
.triple-deal-page .option-name { font-size: 13px; font-weight: 400; color: var(--td-black-soft); }
.triple-deal-page .option-price { font-size: 13px; font-weight: 600; color: var(--td-muted); }
.triple-deal-page .option-row.checked .option-price { color: var(--td-brown); }

/* ── TOTAL ROW ── */
.triple-deal-page .total-row { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--td-border-light); }
.triple-deal-page .total-label { font-size: 13px; font-weight: 400; color: var(--td-muted); }
.triple-deal-page .excl-btw { font-size: 11px; color: #aaa; margin-top: 2px; }
.triple-deal-page .total-price { font-size: 28px; font-weight: 800; color: var(--td-black); letter-spacing: -0.02em; }
.triple-deal-page .total-price span { font-size: 14px; font-weight: 400; color: var(--td-muted); margin-left: 3px; }

/* ── HOW IT WORKS ── */
.triple-deal-page .how-outer { background: var(--td-white); padding: 72px 64px; }
.triple-deal-page .how-inner { max-width: 1000px; margin: 0 auto; }
.triple-deal-page .steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 28px; }
.triple-deal-page .step-card { background: var(--td-gold); border-radius: 14px; padding: 26px 22px; }
.triple-deal-page .step-number { width: 36px; height: 36px; border-radius: 50%; background: var(--td-brown); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: var(--td-white); margin-bottom: 16px; }
.triple-deal-page .step-title { font-size: 14px; font-weight: 700; color: var(--td-white); margin-bottom: 8px; }
.triple-deal-page .step-text { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.85); line-height: 1.6; }

/* ── CTA ── */
.triple-deal-page .cta-section { background: var(--td-gold); padding: 72px 64px; text-align: center; }
.triple-deal-page .cta-section .section-label { color: var(--td-brown); }
.triple-deal-page .cta-section .section-title { color: var(--td-white); max-width: 600px; margin: 0 auto 12px; }
.triple-deal-page .cta-sub { font-size: 15px; font-weight: 300; color: rgba(255,255,255,.85); margin-bottom: 24px; }
.triple-deal-page .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.triple-deal-page .cta-btn { display: inline-block; padding: 18px 40px; background: var(--td-brown); color: var(--td-white); font-family: var(--td-font); font-size: 15px; font-weight: 700; border-radius: 8px; cursor: pointer; border: none; transition: background .2s; letter-spacing: .02em; text-decoration: none; }
.triple-deal-page .cta-btn:hover { background: #6e4420; }
.triple-deal-page .whatsapp-btn { display: inline-flex; align-items: center; gap: 10px; padding: 18px 32px; background: var(--td-white); color: var(--td-brown); font-family: var(--td-font); font-size: 15px; font-weight: 700; border-radius: 8px; cursor: pointer; border: none; text-decoration: none; transition: background .2s; letter-spacing: .02em; }
.triple-deal-page .whatsapp-btn:hover { background: #f0e8d6; }
.triple-deal-page .whatsapp-icon { width: 22px; height: 22px; flex-shrink: 0; }

/* ── MODAL ── */
.triple-deal-page .modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 1000; align-items: center; justify-content: center; padding: 24px; }
.triple-deal-page .modal-overlay.open { display: flex; }
.triple-deal-page .modal-box { background: var(--td-white); border: 1px solid var(--td-border-light); border-radius: 20px; padding: 40px 44px; width: 100%; max-width: 580px; position: relative; max-height: 90vh; overflow-y: auto; box-shadow: 0 8px 48px rgba(0,0,0,.12); }
.triple-deal-page .modal-close { position: absolute; top: 16px; right: 20px; background: none; border: none; color: var(--td-muted); font-size: 22px; cursor: pointer; line-height: 1; padding: 4px; }
.triple-deal-page .modal-close:hover { color: var(--td-black); }
.triple-deal-page .modal-title { font-size: 22px; font-weight: 800; color: var(--td-black); margin-bottom: 6px; letter-spacing: -0.01em; }
.triple-deal-page .modal-sub { font-size: 13px; color: var(--td-muted); margin-bottom: 28px; }
.triple-deal-page .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.triple-deal-page .form-field { display: flex; flex-direction: column; gap: 6px; }
.triple-deal-page .form-field.full { grid-column: 1/-1; }
.triple-deal-page .form-field label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; color: var(--td-muted); }
.triple-deal-page .form-field input,
.triple-deal-page .form-field select,
.triple-deal-page .form-field textarea { background: var(--td-card-bg); border: 1px solid var(--td-border-light); border-radius: 8px; padding: 11px 14px; color: var(--td-black); font-family: var(--td-font); font-size: 14px; outline: none; transition: border-color .2s; width: 100%; }
.triple-deal-page .form-field input:focus,
.triple-deal-page .form-field select:focus,
.triple-deal-page .form-field textarea:focus { border-color: var(--td-gold); }
.triple-deal-page .form-field textarea { height: 80px; resize: vertical; }
.triple-deal-page .options-checkboxes { display: flex; flex-direction: column; gap: 8px; }
.triple-deal-page .option-check-row { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--td-black-soft); cursor: pointer; }
.triple-deal-page .option-check-row input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--td-gold); }
.triple-deal-page .form-submit { width: 100%; padding: 15px; background: var(--td-brown); color: var(--td-white); border: none; border-radius: 8px; font-family: var(--td-font); font-size: 15px; font-weight: 700; cursor: pointer; margin-top: 8px; transition: background .2s; }
.triple-deal-page .form-submit:hover { background: #6e4420; }
.triple-deal-page .form-disclaimer { font-size: 11px; color: #aaa; text-align: center; margin-top: 12px; line-height: 1.5; }
.triple-deal-page .form-success { text-align: center; padding: 32px 0; display: none; }
.triple-deal-page .form-success .success-icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(203,160,82,.12); border: 2px solid rgba(203,160,82,.4); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 20px; color: var(--td-gold); }
.triple-deal-page .form-success h3 { font-size: 20px; font-weight: 800; color: var(--td-black); margin-bottom: 8px; }
.triple-deal-page .form-success p { font-size: 14px; color: var(--td-muted); }

/* ── RESPONSIVE ── */
@media (max-width: 800px) {
  .triple-deal-page .lang-bar { padding: 10px 24px; }
  .triple-deal-page .intro-section,
  .triple-deal-page .section-wrap,
  .triple-deal-page .brand-section,
  .triple-deal-page .how-outer,
  .triple-deal-page .cta-section { padding-left: 24px; padding-right: 24px; }
  .triple-deal-page .car-card { grid-template-columns: 1fr; }
  .triple-deal-page .car-image-col { border-right: none; border-bottom: 1px solid var(--td-border-light); min-height: 220px; }
  .triple-deal-page .why-grid { grid-template-columns: 1fr; gap: 28px; }
  .triple-deal-page .steps-grid { grid-template-columns: 1fr 1fr; }
  .triple-deal-page .form-grid { grid-template-columns: 1fr; }
  .triple-deal-page .modal-box { padding: 28px 20px; }
  .triple-deal-page .hero-btns { flex-direction: column; }
  .triple-deal-page .cta-buttons { flex-direction: column; align-items: center; }
}
