/* CTA flotante — XL */
.floating-cta{
    position: fixed;
    right: 24px;
    bottom: calc(12px + var(--floating-offset, 0px) + var(--whatsapp-stack, 72px));
    z-index: 2000;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    padding: 1.15rem 1.65rem;      /* MÁS grande */
    min-height: 56px;              /* dedo cómodo */
    border-radius: 999px;
    font-weight: 800;
    font-size: clamp(1.15rem, 2.4vw, 1.35rem);  /* sube bastante */
    line-height: 1;
    text-decoration: none;
    background: #FFA41B;
    color: #fff;
    box-shadow: 0 14px 38px rgba(0,0,0,.26);
    transition: transform .12s ease, box-shadow .12s ease;
    min-width: 240px;              /* asegura presencia */
    justify-content: center;
  }
  .floating-cta i{ font-size: 1.4em; }
  .floating-cta:hover{ transform: translateY(-1px); box-shadow: 0 18px 44px rgba(0,0,0,.30); }
  .floating-cta:focus{ outline: 3px solid rgba(32,158,214,.35); outline-offset: 3px; }
  
  /* Tablet */
  @media (max-width: 991.98px){
    .floating-cta{
      right: 18px;
      bottom: calc(12px + var(--floating-offset, 0px) + var(--whatsapp-stack, 72px));
      padding: 1.05rem 1.5rem;
      font-size: clamp(1.35rem, 2.2vw, 1.28rem);
      min-width: 220px;
      justify-content: center;
    }
  }
  /* Phone */
  @media (max-width: 575.98px){
    .floating-cta{
      right: 14px;
      bottom: 12px;   
      padding: 1rem 1.35rem;
      font-size: 1.8rem;          /* más grande que antes */
      min-width: 70vw;             /* ocupa buen ancho sin tapar */
      justify-content: center;
    }
    .floating-cta .label{ display: inline; }
  }
  
  /* iOS safe area */
  @supports(padding:max(0px)){
    /* Desktop/Tablet: considerar también el espacio de WhatsApp */
    .floating-cta{
      right: max(14px, env(safe-area-inset-right));
      bottom: calc(max(14px, env(safe-area-inset-bottom)) + var(--floating-offset, 0px) + var(--whatsapp-stack, 72px));
    }
    /* Phone: NO sumar WhatsApp porque va arriba de la barra */
    @media (max-width: 575.98px){
      .floating-cta{
        bottom: calc(max(14px, env(safe-area-inset-bottom)) + 12px);
      }
    }
  }
  
  /* Por si reaparece el back-to-top */
  .back-to-top, #backto-top, .rbt-progress-parent, .progress-wrap, .rn-progress-parent, .eduvibe-back-to-top{
    display:none !important; visibility:hidden !important; opacity:0 !important; pointer-events:none !important;
  }
  
  /* Si tenés WhatsApp flotante en la misma esquina, dale aire */
  /* .whatsapp-float{ bottom: 100px; } - REMOVIDO: conflicto con calc() */
  
  /* --- FIX tamaño de texto dentro del CTA flotante --- */

/* 1) fuerza un tamaño grande en el contenedor */
.floating-cta{
    font-size: clamp(1.35rem, 2.8vw, 1.8rem) !important; /* 22px–28px */
    font-weight: 800;
    letter-spacing: .01em;
  }
  
  /* 2) todos los hijos heredan ese tamaño (el theme estaba achicando el <span>) */
  .floating-cta *{
    font-size: inherit !important;
    line-height: 1.1;
  }
  
  /* 3) icono un poco mayor para balancear */
  .floating-cta i{
    font-size: 1.2em !important;
  }
  
  /* 4) tamaños en móvil/tablet (por si el theme reescala) */
  @media (max-width: 991.98px){
    .floating-cta{ font-size: 1.35rem !important; }
  }
  @media (max-width: 575.98px){
    .floating-cta{ font-size: 1.60rem !important; }
  }

/* Botón flotante WhatsApp */
.whatsapp-float{
  position: fixed;
  right: 22px;
  bottom: 12px;                     /* anclado al borde inferior */
  z-index: 1990;
  display: inline-flex;
  align-items: center;
  gap: .75rem;                      /* gap más grande */
  padding: 1rem 1.4rem;             /* padding más grande */
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.2rem;                /* texto más grande */
  line-height: 1;
  text-decoration: none;
  background: #25D366;  /* color WhatsApp */
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .15s ease;
  min-height: 48px;                 /* altura mínima para mejor touch */
}
.whatsapp-float i{ font-size: 1.3em; }  /* ícono proporcionalmente más grande */
.whatsapp-float:hover{ transform: translateY(-1px); box-shadow: 0 14px 30px rgba(0,0,0,.22); }
.whatsapp-float:focus{ outline: 3px solid rgba(37,211,102,.35); outline-offset: 3px; }

/* Tablet */
@media (max-width: 991.98px){
  .whatsapp-float{ 
    right: 18px; 
    padding: .9rem 1.25rem;         /* padding ligeramente menor */
    font-size: 1.15rem;             /* texto ligeramente menor */
  }
}
/* Phone: el CTA es barra sticky; subimos WhatsApp para que no tape la barra */
@media (max-width: 576px){
  .whatsapp-float{
    right:14px;
    bottom: calc(var(--cta-stack-offset, 84px) + 6px);
    padding: .8rem 1.1rem;          /* padding para mobile */
    font-size: 1.1rem;              /* texto para mobile */
    min-height: 44px;               /* altura mínima para touch mobile */
  }
  .whatsapp-float .label{ display: none; }
}

/* Safe areas iPhone */
@supports(padding:max(0px)){
  .whatsapp-float{
    right: max(14px, env(safe-area-inset-right));
  }
}

/* Hero Banner Altimed Styles */
.hero-banner-altimed {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-image: url('../images/banner/banner.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem 0;
}

.hero-pre-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.hero-title {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-button {
  margin-top: 1rem;
}

.btn-hero-primary {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: #FFA41B;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 164, 27, 0.3);
  border: none;
  cursor: pointer;
}

.btn-hero-primary:hover {
  background-color: #e8940f;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 164, 27, 0.4);
}

.btn-hero-primary:focus {
  outline: 3px solid rgba(255, 164, 27, 0.5);
  outline-offset: 2px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-banner-altimed {
    background-attachment: scroll;
    min-height: 70vh;
  }
  
  .hero-content {
    padding: 1.5rem 0;
  }
  
  .hero-pre-title {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
  
  .hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: 1rem;
  }
  
  .hero-description {
    font-size: clamp(1rem, 4vw, 1.2rem);
    margin-bottom: 2rem;
  }
  
  .btn-hero-primary {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-banner-altimed {
    min-height: 60vh;
  }
  
  .hero-content {
    padding: 1rem 0;
  }
  
  .btn-hero-primary {
    padding: 0.8rem 1.8rem;
    font-size: 0.95rem;
  }
}

/* Countdown Timer Styles */
.countdown-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 16px;
  padding: 20px;
  border: 2px solid #e3f2fd;
  box-shadow: 0 4px 12px rgba(32, 158, 214, 0.1);
}

.countdown-timer {
  margin: 0 auto;
  max-width: 400px;
}

.countdown-item {
  min-width: 60px;
  flex: 1;
}

.countdown-number {
  background: #209ed6;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 12px 8px;
  border-radius: 12px;
  margin-bottom: 6px;
  box-shadow: 0 4px 8px rgba(32, 158, 214, 0.3);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.countdown-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.countdown-expired .alert {
  border-radius: 12px;
  font-weight: 600;
  padding: 12px 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .countdown-container {
    padding: 16px;
    margin: 0 -10px;
  }
  
  .countdown-timer {
    gap: 8px !important;
  }
  
  .countdown-item {
    min-width: 50px;
  }
  
  .countdown-number {
    font-size: 1.5rem;
    padding: 10px 6px;
    min-height: 45px;
  }
  
  .countdown-label {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .countdown-timer {
    gap: 6px !important;
  }
  
  .countdown-item {
    min-width: 45px;
  }
  
  .countdown-number {
    font-size: 1.3rem;
    padding: 8px 4px;
    min-height: 40px;
  }
  
  .countdown-label {
    font-size: 0.7rem;
  }
}

/* Language switcher - header/menu */
.mainmenu .language-switcher{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.mainmenu .language-switcher a{
  display:inline !important;
  padding:0 !important;
  line-height:1.2;
}
.mainmenu .language-switcher span{
  display:inline-block;
  padding:0 4px;
}

/* Mobile menu language switcher */
.popup-mobile-menu .mainmenu .language-switcher{
  display:flex;
  gap:10px;
}
.popup-mobile-menu .mainmenu .language-switcher a{
  padding:6px 0 !important;
  display:inline !important;
}

/* Header-right inline language switcher */
.lang-switcher a{
  color:#222 !important;
}
.lang-switcher span{
  color:#666 !important;
}

/* ============================================
   CHECKOUT POLISHED UI - Modern Redesign
   ============================================ */

/* Layout Wrapper */
.checkout-page-wrapper {
  padding: 2rem 0 4rem;
  padding-top: calc(80px + 2rem);
  min-height: calc(100vh - 120px);
}

@media (max-width: 1199px) {
  .checkout-page-wrapper {
    padding-top: calc(80px + 2rem);
  }
}

@media (max-width: 767px) {
  .checkout-page-wrapper {
    padding-top: calc(80px + 1.5rem);
  }
}

/* Remove horizontal padding from container in checkout */
.checkout-page-wrapper .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}

.checkout-page-wrapper .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.checkout-page-wrapper .row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.checkout-form-wrapper {
  max-width: 100%;
  padding-right: 2rem;
}

@media (max-width: 991.98px) {
  .checkout-form-wrapper {
    padding-right: 0;
  }
}

/* Header Section - Visual Hierarchy */
.checkout-header {
  margin-bottom: 2.5rem;
}

.checkout-header-content {
  text-align: center;
}

.checkout-title {
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.checkout-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 28px;
}

/* Security Badges */
.checkout-security-badges {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.security-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 50px;
  font-size: 16px;
  color: #495057;
  font-weight: 500;
  line-height: 26px;
}

.security-badge i {
  font-size: 18px;
  color: #28a745;
}

/* Form Fields - Enhanced UX */
.checkout-form-fields {
  margin-bottom: 2.5rem;
}

.form-group-checkout {
  margin-bottom: 1.5rem;
}

.form-label-checkout {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 0.75rem;
  line-height: 26px;
}

.required-asterisk {
  color: #dc3545;
  margin-left: 2px;
}

.input-wrapper-checkout {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 16px;
  color: #6c757d;
  font-size: 18px;
  pointer-events: none;
  z-index: 1;
}

.input-checkout {
  width: 100%;
  padding: 12px 16px 12px 48px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  background-color: #fff;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  transition: all 0.2s ease;
  outline: none;
  height: 50px !important;
  min-height: 50px !important;
  box-sizing: border-box;
}

/* Override global input styles for checkout inputs */
.checkout-form-wrapper input[type="email"].input-checkout,
.checkout-form-wrapper input.input-checkout {
  height: 50px !important;
  min-height: 50px !important;
  box-sizing: border-box;
}

.input-checkout:focus {
  border-color: #209ed6;
  box-shadow: 0 0 0 3px rgba(32, 158, 214, 0.1);
  background-color: #fff;
}

.input-checkout::placeholder {
  color: #adb5bd;
  opacity: 1;
}

.input-checkout:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.select-checkout {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
  padding-right: 2.5rem;
  height: 50px !important;
  min-height: 50px !important;
  box-sizing: border-box;
}

/* Override global select styles for checkout selects */
.checkout-form-wrapper select.input-checkout.select-checkout {
  height: 50px !important;
  min-height: 50px !important;
  box-sizing: border-box;
}

/* Form Warning */
.form-warning {
  padding: 0.75rem 1rem;
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 6px;
  color: #856404;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Payment Methods Section */
.payment-methods-wrapper {
  margin-top: 2.5rem;
}

.payment-methods-section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 36px;
}

.payment-methods-section-title i {
  color: #209ed6;
}

.payment-methods-grid {
  display: grid;
  gap: 1.25rem;
}

/* Payment Cards - Modern Design */
.payment-card {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.payment-card:hover {
  border-color: #209ed6;
  box-shadow: 0 4px 16px rgba(32, 158, 214, 0.15);
  transform: translateY(-2px);
}

.payment-card-primary {
  border-color: #209ed6;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.payment-card-secondary {
  border-color: #0066cc;
}

.payment-card-transfer {
  border-color: #28a745;
}

.payment-card-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.25rem;
}

.payment-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 0.75rem;
  flex-shrink: 0;
}

.payment-card-logo-icon {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.payment-logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.payment-icon-large {
  font-size: 2rem;
  color: #fff;
}

.payment-card-info {
  flex: 1;
  min-width: 0;
}

.payment-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 28px;
}

.payment-card-description {
  font-size: 16px;
  color: #6c757d;
  margin: 0;
  line-height: 26px;
}

.payment-card-price {
  text-align: right;
  flex-shrink: 0;
  position: relative;
  min-width: 100px;
}

.price-skeleton {
  display: none;
  width: 80px;
  height: 28px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 6px;
  margin-left: auto;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.price-value {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 36px;
  white-space: nowrap;
}

.price-value.loading {
  opacity: 0.5;
}

.price-value.error {
  color: #dc3545;
  font-size: 0.875rem;
  font-weight: 600;
}

/* Payment Card Footer */
.payment-card-footer {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e9ecef;
}

/* Checkout Buttons - Enhanced */
.btn-checkout {
  width: 100%;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  outline: none;
  position: relative;
  overflow: hidden;
  min-height: 56px;
  line-height: 28px;
}

.btn-checkout:focus {
  outline: 3px solid rgba(32, 158, 214, 0.4);
  outline-offset: 2px;
}

.btn-checkout:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

.btn-checkout-primary {
  background: linear-gradient(135deg, #209ed6 0%, #007bff 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(32, 158, 214, 0.3);
}

.btn-checkout-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  box-shadow: 0 6px 16px rgba(32, 158, 214, 0.4);
  transform: translateY(-1px);
}

.btn-checkout-secondary {
  background: #fff;
  color: #0066cc;
  border: 2px solid #0066cc;
}

.btn-checkout-secondary:hover:not(:disabled) {
  background: #0066cc;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
  transform: translateY(-1px);
}

.payment-card-transfer .btn-checkout-primary {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.payment-card-transfer .btn-checkout-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
  box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
  transform: translateY(-1px);
}

.btn-checkout-text {
  display: inline-block;
}

.btn-checkout-icon {
  font-size: 1.125rem;
  transition: transform 0.2s ease;
}

.btn-checkout:hover:not(:disabled) .btn-checkout-icon {
  transform: translateX(2px);
}

/* Transfer Details */
.transfer-details-wrapper {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
}

.transfer-details {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 1.25rem;
}

.transfer-details-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 28px;
}

.transfer-details-title i {
  color: #209ed6;
}

.transfer-details-grid {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.transfer-detail-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: baseline;
}

.transfer-detail-label {
  font-weight: 600;
  color: #495057;
  font-size: 16px;
  line-height: 26px;
}

.transfer-detail-value {
  color: #1a1a1a;
  font-size: 16px;
  word-break: break-word;
  line-height: 26px;
}

.transfer-detail-value-code {
  font-family: 'Courier New', monospace;
  background: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #dee2e6;
  line-height: 26px;
}

.transfer-instructions {
  display: flex;
  gap: 0.75rem;
  padding: 0.875rem;
  background: #fff;
  border-left: 3px solid #209ed6;
  border-radius: 6px;
  margin-top: 1rem;
}

.transfer-instructions i {
  color: #209ed6;
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.transfer-instructions-text {
  margin: 0;
  font-size: 16px;
  color: #495057;
  line-height: 26px;
}

/* Checkout Messages */
.checkout-messages {
  margin-top: 1.5rem;
}

.checkout-messages .alert {
  border-radius: 8px;
  padding: 1rem 1.25rem;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
}

/* Optional: Summary Sidebar (Desktop only) */
.checkout-summary-sidebar {
  position: sticky;
  top: 100px;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin-left: 2rem;
}

@media (max-width: 991.98px) {
  .checkout-summary-sidebar {
    margin-left: 0;
  }
}

.checkout-summary-header {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
}

.checkout-summary-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 36px;
}

.checkout-summary-title i {
  color: #209ed6;
}

.checkout-summary-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f0f0f0;
}

.summary-label {
  font-weight: 600;
  color: #6c757d;
  font-size: 16px;
  line-height: 26px;
}

.summary-value {
  color: #1a1a1a;
  font-size: 16px;
  text-align: right;
  font-weight: 600;
  line-height: 26px;
}

.summary-price-display {
  padding: 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}

.summary-price-label {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 28px;
}

.summary-price-value {
  font-size: 24px;
  font-weight: 800;
  color: #209ed6;
  line-height: 36px;
}

.summary-features {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.summary-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  color: #495057;
  line-height: 26px;
}

.summary-features li i {
  color: #28a745;
  font-size: 1rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .checkout-page-wrapper {
    padding: 1.5rem 0 3rem;
  }
  
  .checkout-title {
    font-size: clamp(2.25rem, 7vw, 3.5rem);
  }
  
  .checkout-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  
  .payment-card-header {
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
  }
  
  .payment-card-price {
    grid-column: 1 / -1;
    text-align: left;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f0f0f0;
  }
  
  .checkout-summary-sidebar {
    position: relative;
    top: 0;
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .checkout-header-content {
    text-align: left;
  }
  
  .checkout-security-badges {
    justify-content: flex-start;
  }
  
  .payment-card {
    padding: 1.25rem;
  }
  
  .payment-card-logo {
    width: 50px;
    height: 50px;
    padding: 0.5rem;
  }
  
  .payment-card-title {
    font-size: 18px;
    line-height: 28px;
  }
  
  .payment-card-description {
    font-size: 16px;
    line-height: 26px;
  }
  
  .price-value {
    font-size: 20px;
    line-height: 30px;
  }
  
  .btn-checkout {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 28px;
  }
  
  .transfer-details {
    padding: 1rem;
  }
  
  .transfer-details-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .checkout-page-wrapper {
    padding: 1rem 0 2rem;
  }
  
  .checkout-title {
    font-size: 2rem;
  }
  
  .checkout-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  
  .security-badge {
    font-size: 16px;
    padding: 8px 14px;
    line-height: 26px;
  }
  
  .input-checkout {
    padding: 12px 16px 12px 44px;
    font-size: 16px;
    line-height: 26px;
    height: 50px;
  }
  
  .input-icon {
    left: 14px;
    font-size: 18px;
  }
  
  .form-label-checkout {
    font-size: 16px;
    line-height: 26px;
  }
  
  .payment-card {
    padding: 1rem;
  }
  
  .payment-card-header {
    gap: 0.625rem;
  }
  
  .payment-card-logo {
    width: 45px;
    height: 45px;
  }
  
  .payment-icon-large {
    font-size: 1.5rem;
  }
}

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
  .payment-card,
  .btn-checkout,
  .input-checkout,
  .price-skeleton {
    transition: none;
    animation: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .payment-card {
    border-width: 3px;
  }
  
  .btn-checkout:focus {
    outline-width: 4px;
  }
  
  .input-checkout:focus {
    border-width: 3px;
    box-shadow: 0 0 0 4px rgba(32, 158, 214, 0.3);
  }
}

/* Workshop info cards */
.course-info-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: var(--color-shade, #f8f9fa);
  border-radius: 8px;
  transition: background 0.2s ease;
}

.info-card:hover {
  background: var(--color-primary-light, #e8f4f8);
}

.info-card i {
  font-size: 1.75rem;
  color: var(--color-primary, #209ED6);
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.info-card > div {
  flex: 1;
}

.info-card strong {
  display: block;
  font-size: 1rem;
  color: var(--color-heading, #1a1a1a);
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.info-card p {
  font-size: 1rem;
  color: var(--color-body, #666);
  margin: 0;
}

.price-display {
  text-align: center;
  padding: 1rem;
  background: var(--color-shade, #f8f9fa);
  border-radius: 8px;
}

/* Print Styles */
@media print {
  .checkout-security-badges,
  .btn-checkout,
  .whatsapp-float,
  .floating-cta {
    display: none !important;
  }
  
  .payment-card {
    border: 1px solid #000;
    break-inside: avoid;
  }
}
  