/**
 * Papa Tours - Estilos Principales y Layout Base
 * Desarrollado por: Cusco Creativos
 */

/* ==========================================================================
   1. Cabecera (Header) - Nivel 1: Fila Superior Blanca
   ========================================================================== */
.site-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--pt-transition);
}

.header-top-row {
    background-color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

.header-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

/* Logotipo Papa Tours */
.site-branding {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-branding .custom-logo-link img,
.pt-header-logo {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: var(--pt-transition);
}

.pt-logo-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.pt-logo-badge {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pt-logo-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.pt-logo-text-group {
    display: flex;
    flex-direction: column;
}

.pt-logo-brand {
    font-family: var(--pt-font-heading);
    font-size: 22px;
    font-weight: 900;
    color: var(--pt-primary);
    line-height: 1;
    letter-spacing: -0.5px;
}

.pt-logo-sub {
    font-family: var(--pt-font-body);
    font-size: 9.5px;
    font-weight: 700;
    color: var(--pt-secondary);
    letter-spacing: 2.5px;
    margin-top: 3px;
}

/* Bloque Derecho de Acciones de Cabecera */
.header-quick-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Cápsulas de Contacto (Pills en 1 Sola Línea) */
.pt-contact-pill {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: var(--pt-transition);
    white-space: nowrap !important;
    flex-shrink: 0;
}

.pt-contact-pill:hover {
    border-color: var(--pt-primary);
    color: var(--pt-primary);
    box-shadow: 0 2px 8px rgba(0, 75, 147, 0.1);
}

.pt-contact-pill .pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pt-contact-pill .pill-text {
    display: inline-block;
    white-space: nowrap !important;
}

.pt-contact-pill .email-icon {
    color: var(--pt-primary);
}

.pt-contact-pill .wa-icon {
    color: #25D366;
}

/* Grupo de Redes Sociales (Círculos) */
.header-social-group {
    display: flex;
    align-items: center;
    gap: 6px;
}

.social-circle-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--pt-primary);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: var(--pt-transition);
}

.social-circle-btn:hover {
    background-color: var(--pt-secondary);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Botón RESERVAR (CTA) */
.header-cta-wrap {
    margin-left: 2px;
}

.pt-btn-reservar {
    background-color: var(--pt-primary);
    color: #ffffff;
    font-family: var(--pt-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: var(--pt-transition);
    border: 2px solid transparent;
}

.pt-btn-reservar:hover {
    background-color: var(--pt-primary-dark);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 75, 147, 0.3);
}

.pt-btn-reservar .cta-arrow {
    font-size: 15px;
    transition: transform 0.2s ease;
}

.pt-btn-reservar:hover .cta-arrow {
    transform: translateX(3px);
}

/* ==========================================================================
   2. Cabecera - Nivel 2: Barra de Navegación Azul en 1 Sola Línea
   ========================================================================== */
.main-navigation-bar {
    background-color: var(--pt-primary);
    color: #ffffff;
    min-height: 42px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.nav-bar-container {
    width: 100%;
    max-width: 1440px;
    padding-left: 10px;
    padding-right: 10px;
}

.primary-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pt-main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap !important;
    width: 100%;
}

.pt-main-menu > li {
    position: relative;
    flex-shrink: 0;
}

.pt-main-menu > li > a {
    color: #ffffff;
    font-family: var(--pt-font-body);
    font-size: clamp(10.5px, 0.88vw, 12px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 12px clamp(5px, 0.75vw, 12px);
    display: inline-flex;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    transition: var(--pt-transition);
    white-space: nowrap;
}

.pt-main-menu > li:hover > a,
.pt-main-menu > li.current-menu-item > a {
    color: #fde047;
    background-color: rgba(0, 0, 0, 0.15);
}

.menu-item-separator {
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    padding: 0 1px;
    user-select: none;
    flex-shrink: 0;
}

.dropdown-arrow {
    font-size: 9px;
    opacity: 0.85;
    margin-left: 2px;
}

/* Submenús Desplegables */
.pt-main-menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 250px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-top: 3px solid var(--pt-secondary);
    border-radius: 0 0 8px 8px;
    padding: 6px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: var(--pt-transition);
    z-index: 999;
}

.pt-main-menu li:hover > ul.sub-menu,
.pt-main-menu li:focus-within > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pt-main-menu ul.sub-menu li {
    width: 100%;
}

.pt-main-menu ul.sub-menu a {
    color: #1e293b;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    padding: 10px 18px;
    display: block;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    transition: var(--pt-transition);
    white-space: normal;
}

.pt-main-menu ul.sub-menu a:hover {
    background-color: #f8fafc;
    color: var(--pt-primary);
    padding-left: 22px;
}

.pt-main-menu ul.sub-menu li:last-child a {
    border-bottom: none;
}

/* Botón Hamburguesa Móvil */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px 0;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.menu-toggle-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.menu-icon-bar {
    width: 22px;
    height: 2.5px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: var(--pt-transition);
}

.site-header {
    margin-bottom: 0 !important;
}

/* Conexión directa del hero con la cabecera */
.site-main,
.pt-page-main,
.pt-single-page,
.pt-contact-page,
.pt-about-page,
.pt-complaints-page,
.pt-tours-archive-page {
    margin-top: 0 !important;
}

.site-main.site-front-page {
    padding-top: 0 !important;
    padding-bottom: 0;
    margin-top: 0 !important;
}

/* Espaciado y respiro visual para el contenido debajo del hero */
.pt-complaints-main {
    padding: 3.5rem 0 5rem !important;
}

.pt-contact-main {
    padding: 3.5rem 0 5rem !important;
}

.pt-page-body-wrap {
    padding: 3.5rem 0 5rem !important;
}

.pt-archive-content {
    padding: 3rem 0 5rem !important;
}

.pt-hero-banner {
    position: relative;
    min-height: 85vh;
    margin-top: 0 !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 70px 0 40px;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 21, 36, 0.45) 0%, rgba(12, 21, 36, 0.6) 55%, rgba(12, 21, 36, 0.85) 100%);
    z-index: 1;
}

.hero-inner-container {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(85vh - 120px);
}

.hero-center-content {
    text-align: center;
    max-width: 980px;
    margin: auto;
    padding: 30px 15px;
}

.hero-main-title {
    font-family: var(--pt-font-heading);
    font-size: clamp(2rem, 3.8vw, 3.3rem);
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.22;
    margin-bottom: 22px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}

.hero-description {
    font-family: var(--pt-font-body);
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    color: rgba(255, 255, 255, 0.95);
    max-width: 760px;
    margin: 0 auto 36px;
    line-height: 1.65;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.hero-buttons-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-btn {
    font-family: var(--pt-font-body);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 14px 30px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-btn-enquire {
    background-color: rgba(15, 23, 42, 0.65);
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(4px);
}

.hero-btn-enquire:hover {
    background-color: var(--pt-primary);
    border-color: var(--pt-primary);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 75, 147, 0.4);
}

.hero-btn-book {
    background-color: rgba(15, 23, 42, 0.75);
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(4px);
}

.hero-btn-book:hover {
    background-color: var(--pt-secondary);
    border-color: var(--pt-secondary);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 155, 40, 0.4);
}

/* Fila Inferior de Reconocimientos y Sellos */
.hero-bottom-badges {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: auto;
    padding-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-badge-left {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(12, 21, 36, 0.6);
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
}

.award-gold-emblem {
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-text-group {
    display: flex;
    flex-direction: column;
}

.award-lead {
    font-size: 11px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.award-sub {
    font-size: 9.5px;
    font-weight: 600;
    color: var(--pt-secondary-light);
    letter-spacing: 0.3px;
}

.award-video-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.award-video-trigger:hover {
    transform: scale(1.15);
}

.hero-badge-right {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.safe-travels-badge {
    background: rgba(12, 21, 36, 0.6);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.safe-badge-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.safe-text-top {
    font-size: 10.5px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.safe-text-bottom {
    font-size: 8px;
    font-weight: 600;
    color: var(--pt-secondary-light);
}

.tripadvisor-badge {
    background: rgba(12, 21, 36, 0.6);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    backdrop-filter: blur(6px);
}

.ta-label {
    font-size: 9px;
    color: #ffffff;
    line-height: 1;
}

.ta-choice {
    font-size: 9px;
    font-weight: 800;
    color: #34e0a1;
}

.ta-year {
    font-size: 9px;
    font-weight: 800;
    color: #ffffff;
}

/* Clases de Utilidad de Botones Papa Tours */
.pt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.65rem;
    font-family: var(--pt-font-body);
    font-size: 0.9375rem;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    line-height: 1.2;
}

.pt-btn--primary {
    background: #004b93;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 75, 147, 0.3);
}

.pt-btn--primary:hover {
    background: #00366b;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 75, 147, 0.4);
}

.pt-btn--secondary {
    background: #f48020;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(244, 128, 32, 0.35);
}

.pt-btn--secondary:hover {
    background: #e06d0e;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(244, 128, 32, 0.5);
}

.pt-btn--wa {
    background: #25D366;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.pt-btn--wa:hover {
    background: #1ebc59;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.5);
}

/* ==========================================================================
   4. Migas de Pan (Breadcrumbs)
   ========================================================================== */
.pt-breadcrumbs-container {
    display: none !important;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
}

.breadcrumbs-list .separator {
    color: #94a3b8;
}

.breadcrumbs-list a {
    color: #64748b;
    text-decoration: none;
}

.breadcrumbs-list a:hover {
    color: var(--pt-primary);
}

.breadcrumbs-list .active {
    color: var(--pt-dark);
    font-weight: 600;
}

/* ==========================================================================
   5. Layout de Contenido y Cuadrículas
   ========================================================================== */
.site-content-layout {
    display: grid;
    gap: 2.5rem;
}

.site-content-layout.has-sidebar {
    grid-template-columns: 1fr 340px;
}

.site-content-layout.no-sidebar {
    grid-template-columns: 1fr;
}

.content-area {
    min-width: 0;
}

.sidebar-area {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.widget {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.widget-title {
    font-size: 1.125rem;
    border-bottom: 2px solid var(--pt-secondary);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}

/* Cuadrícula de Posts */
.pt-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.pt-card-item {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.pt-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 75, 147, 0.12);
    border-color: rgba(0, 75, 147, 0.25);
}

.card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #f1f5f9;
}

.card-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.card-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.pt-card-item:hover .card-thumbnail {
    transform: scale(1.06);
}

.card-category-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--pt-primary);
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease;
    z-index: 2;
}

.card-category-badge:hover {
    background: var(--pt-secondary);
    transform: scale(1.04);
}

.card-body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-meta {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
}

.card-meta-date,
.card-meta-time {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 500;
}

.card-meta svg {
    color: #004b93;
    flex-shrink: 0;
}

.meta-divider {
    color: #cbd5e1;
    font-size: 10px;
}

.card-title {
    font-family: var(--pt-font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.85rem;
}

.card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.card-title a:hover {
    color: var(--pt-primary);
}

.card-excerpt {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.card-excerpt p {
    margin: 0;
}

.card-footer {
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.card-read-more {
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--pt-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s ease;
}

.card-read-more svg {
    transition: transform 0.25s ease;
}

.card-read-more:hover {
    color: var(--pt-secondary);
}

.card-read-more:hover svg {
    transform: translateX(4px);
}

.pt-blog-grid {
    margin-top: 1.5rem;
}


/* ==========================================================================
   6. Pie de Página (Footer) - 4 Columnas Oficial Papa Tours
   ========================================================================== */
.site-footer {
    margin-top: auto;
}

.footer-main-columns {
    background-color: var(--pt-primary);
    color: #ffffff;
    padding: 60px 0 50px;
    border-top: 4px solid var(--pt-secondary);
}

.footer-grid-container {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr 1.3fr 1fr;
    gap: 36px;
}

.footer-heading {
    color: #ffffff;
    font-family: var(--pt-font-body);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
    position: relative;
    letter-spacing: 0.2px;
}

/* Columna 1 y 3: Listas de Enlaces */
.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 10px;
}

.footer-links-list a {
    color: #e2e8f0;
    font-size: 13.5px;
    text-decoration: none;
    transition: var(--pt-transition);
    display: inline-block;
}

.footer-links-list a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

/* Columna 2: Contactos */
.footer-contacts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contacts-list li {
    margin-bottom: 9px;
    font-size: 13px;
    color: #e2e8f0;
    line-height: 1.5;
}

.footer-contacts-list a {
    color: #ffffff;
    text-decoration: none;
    transition: var(--pt-transition);
}

.footer-contacts-list a:hover {
    color: #fde047;
}

.footer-contacts-list .role-title {
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    margin-right: 4px;
}

.contact-email a {
    color: #fde047;
    font-weight: 600;
}

/* Columna 4: Libro de Reclamaciones */
.footer-col-complaints {
    display: flex;
    flex-direction: column;
}

.complaints-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 18px;
    text-align: center;
    width: 190px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
    transition: var(--pt-transition);
}

.complaints-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.complaints-card-title {
    color: var(--pt-primary);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.5px;
    display: block;
    line-height: 1.3;
    margin-bottom: 8px;
}

.complaints-book-icon svg {
    margin: 0 auto;
    display: block;
}

.pt-btn-acceder {
    display: inline-block;
    border: 1.5px solid #ffffff;
    color: #ffffff;
    background: transparent;
    padding: 7px 32px;
    border-radius: 6px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--pt-transition);
    text-align: center;
}

.pt-btn-acceder:hover {
    background-color: #ffffff;
    color: var(--pt-primary);
}

/* Barra Inferior (Copyright + Cusco Creativos) */
.site-info-bar {
    background-color: #061a30;
    color: #94a3b8;
    padding: 16px 0;
    font-size: 12.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.site-copyright-text p,
.site-developer-credit p {
    margin: 0;
}

.site-copyright-text strong {
    color: #ffffff;
}

.cusco-creativos-badge {
    color: var(--pt-secondary);
    text-decoration: none;
}

.cusco-creativos-badge:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* ==========================================================================
   7. Widget Flotante de Ayuda WhatsApp
   ========================================================================== */
.floating-help-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
}

.floating-help-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.25s ease;
}

.floating-help-link:hover {
    transform: scale(1.04);
}

.floating-help-bubble {
    background: #ffffff;
    color: #1e293b;
    padding: 8px 14px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    white-space: nowrap;
    position: relative;
}

.floating-help-bubble::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

.bubble-line-1 {
    font-size: 11px;
    font-weight: 700;
    color: var(--pt-primary);
}

.bubble-line-2 {
    font-size: 10.5px;
    color: #475569;
}

.floating-help-btn {
    width: 52px;
    height: 52px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    animation: ptPulse 2.5s infinite;
}

@keyframes ptPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* ==========================================================================
   8. Responsividad (Media Queries)
   ========================================================================== */
@media (max-width: 1200px) {
    .footer-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 1080px) {
    .header-top-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .header-quick-actions {
        justify-content: center;
    }

    .menu-toggle {
        display: flex;
    }

    .primary-menu-wrapper {
        display: none;
        width: 100%;
        padding: 10px 0 16px;
    }

    .primary-menu-wrapper.is-active {
        display: block;
    }

    .pt-main-menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        flex-wrap: wrap !important;
    }

    .pt-main-menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .pt-main-menu > li > a {
        width: 100%;
        padding: 12px 0;
        font-size: 13px;
        justify-content: space-between;
    }

    .menu-item-separator {
        display: none;
    }

    .pt-main-menu ul.sub-menu {
        position: static;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        border-top: none;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0.15);
        display: none;
        padding-left: 15px;
    }

    .pt-main-menu li.is-open > ul.sub-menu {
        display: block;
    }

    .pt-main-menu ul.sub-menu a {
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .pt-main-menu ul.sub-menu a:hover {
        background-color: transparent;
        color: #fde047;
    }

    .site-content-layout.has-sidebar {
        grid-template-columns: 1fr;
    }

    .footer-grid-container {
        grid-template-columns: 1fr;
    }

    .floating-help-bubble {
        display: none;
    }

    .hero-bottom-badges {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* ==========================================================================
   Valores de la Marca (Home)
   ========================================================================== */
.pt-brand-values {
    padding: var(--pt-spacing-3xl) 0;
    background-color: var(--pt-surface);
}

/* Encabezado */
.pt-values-head {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.pt-values-accent {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto var(--pt-spacing-lg);
    border-radius: var(--pt-radius-full);
    background-color: var(--pt-secondary);
}

.pt-values-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-3xl);
    line-height: 1.25;
    color: var(--pt-primary);
    margin-bottom: var(--pt-spacing-lg);
}

.pt-values-title .pt-hl {
    color: var(--pt-secondary);
}

.pt-values-intro {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-base);
    line-height: 1.75;
    color: var(--pt-text);
}

.pt-values-intro strong {
    color: var(--pt-dark);
    font-weight: 600;
}

/* Grid de tarjetas */
.pt-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--pt-spacing-xl);
    margin-top: var(--pt-spacing-3xl);
}

.pt-value-card {
    text-align: center;
    padding: var(--pt-spacing-xl) var(--pt-spacing-lg);
    background-color: var(--pt-surface);
    border: 1px solid var(--pt-border);
    border-radius: var(--pt-radius-lg);
    transition: var(--pt-transition);
}

.pt-value-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--pt-shadow-lg);
    border-color: transparent;
}

.pt-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: var(--pt-spacing-lg);
    border-radius: var(--pt-radius-full);
    background-color: rgba(212, 155, 40, 0.12);
    color: var(--pt-secondary);
}

.pt-value-text {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-base);
    line-height: 1.7;
    color: var(--pt-muted);
    margin: 0;
}

.pt-value-text strong {
    color: var(--pt-dark);
    font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
    .pt-values-grid {
        grid-template-columns: 1fr;
        gap: var(--pt-spacing-lg);
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 640px) {
    .pt-brand-values {
        padding: var(--pt-spacing-2xl) 0;
    }

    .pt-values-grid {
        margin-top: var(--pt-spacing-2xl);
    }
}

/* ==========================================================================
   Tours Destacados (Home)
   ========================================================================== */
.pt-tours {
    padding: var(--pt-spacing-3xl) 0;
    background-color: var(--pt-light);
}

/* Encabezado */
.pt-tours-head {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.pt-tours-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pt-primary);
    margin-bottom: var(--pt-spacing-sm);
}

.pt-tours-accent {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto var(--pt-spacing-lg);
    border-radius: var(--pt-radius-full);
    background-color: var(--pt-secondary);
}

.pt-tours-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-3xl);
    line-height: 1.25;
    color: var(--pt-primary);
    margin-bottom: var(--pt-spacing-sm);
}

.pt-tours-subtitle {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-lg);
    color: var(--pt-muted);
    margin-bottom: var(--pt-spacing-lg);
}

.pt-tours-intro {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-base);
    line-height: 1.75;
    color: var(--pt-text);
}

.pt-tours-intro strong {
    color: var(--pt-dark);
    font-weight: 600;
}

/* Grid de tarjetas */
.pt-tours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--pt-spacing-xl);
    margin-top: var(--pt-spacing-3xl);
}

.pt-tour-card {
    display: flex;
    flex-direction: column;
    background-color: var(--pt-surface);
    border: 1px solid var(--pt-border);
    border-radius: var(--pt-radius-lg);
    overflow: hidden;
    box-shadow: var(--pt-shadow-sm);
    transition: var(--pt-transition);
}

.pt-tour-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--pt-shadow-lg);
}

/* Imagen + insignia */
.pt-tour-media {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

/* El enlace que envuelve la imagen debe llenar el contenedor (si no, queda un hueco) */
.pt-tour-media > a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Gana especificidad sobre '.woocommerce img { height:auto }' del plugin */
.pt-tour-media .pt-tour-img {
    width: 100%;
    height: 100%;
}

.pt-tour-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.pt-tour-card:hover .pt-tour-img {
    transform: scale(1.05);
}

.pt-tour-badge {
    position: absolute;
    top: var(--pt-spacing-md);
    left: var(--pt-spacing-md);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background-color: var(--pt-secondary);
    color: #ffffff;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-xs);
    font-weight: 700;
    line-height: 1;
    border-radius: var(--pt-radius-full);
    box-shadow: var(--pt-shadow-md);
}

/* Cuerpo de la tarjeta */
.pt-tour-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: var(--pt-spacing-lg);
}

.pt-tour-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--pt-spacing-sm);
    padding-bottom: var(--pt-spacing-md);
    border-bottom: 1px solid var(--pt-border);
    margin-bottom: var(--pt-spacing-md);
}

.pt-tour-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    color: var(--pt-muted);
}

.pt-tour-meta-item svg {
    color: var(--pt-secondary);
    flex-shrink: 0;
}

.pt-tour-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-xl);
    line-height: 1.3;
    color: var(--pt-primary);
    margin-bottom: var(--pt-spacing-xs);
}

.pt-tour-route {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    color: var(--pt-muted);
    margin-bottom: var(--pt-spacing-md);
}

.pt-tour-excerpt {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    line-height: 1.7;
    color: var(--pt-text);
    margin-bottom: var(--pt-spacing-lg);
}

/* Especificaciones */
.pt-tour-specs {
    list-style: none;
    margin: 0 0 var(--pt-spacing-lg);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--pt-spacing-sm);
}

.pt-tour-specs li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    color: var(--pt-text);
}

.pt-tour-specs li svg {
    color: var(--pt-secondary);
    flex-shrink: 0;
}

.pt-tour-specs li strong {
    color: var(--pt-dark);
    font-weight: 600;
}

/* Pie: precio + botón */
.pt-tour-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--pt-spacing-md);
    margin-top: auto;
    padding-top: var(--pt-spacing-md);
    border-top: 1px solid var(--pt-border);
}

.pt-tour-price {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.pt-tour-price-label {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-xs);
    color: var(--pt-muted);
}

.pt-tour-price-amount {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-xl);
    font-weight: 700;
    color: var(--pt-primary);
}

.pt-tour-price-note {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-xs);
    color: var(--pt-muted);
}

.pt-tour-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.25rem;
    background-color: var(--pt-secondary);
    color: #ffffff;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--pt-radius-md);
    transition: var(--pt-transition);
    white-space: nowrap;
}

.pt-tour-btn:hover,
.pt-tour-btn:focus {
    background-color: var(--pt-secondary-dark);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
    .pt-tours-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .pt-tours {
        padding: var(--pt-spacing-2xl) 0;
    }

    .pt-tours-grid {
        grid-template-columns: 1fr;
        gap: var(--pt-spacing-lg);
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-top: var(--pt-spacing-2xl);
    }
}

/* ==========================================================================
   Separador de Estadísticas (Home)
   ========================================================================== */
.pt-stats-bar {
    padding: var(--pt-spacing-2xl) 0;
    background-color: var(--pt-primary);
    background-image: linear-gradient(135deg, var(--pt-primary) 0%, var(--pt-primary-dark) 100%);
}

.pt-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--pt-spacing-lg);
}

.pt-stat {
    text-align: center;
    padding: var(--pt-spacing-sm) var(--pt-spacing-xs);
}

.pt-stat-number {
    display: block;
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-4xl);
    font-weight: 900;
    line-height: 1;
    color: var(--pt-secondary);
    margin-bottom: var(--pt-spacing-sm);
}

.pt-stat-label {
    display: block;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 680px) {
    .pt-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--pt-spacing-xl) var(--pt-spacing-md);
    }
}

/* ==========================================================================
   Aventuras de Tendencia por Categoría (Home)
   ========================================================================== */
.pt-cats {
    padding: var(--pt-spacing-3xl) 0;
    background-color: var(--pt-surface);
}

/* Encabezado */
.pt-cats-head {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.pt-cats-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pt-primary);
    margin-bottom: var(--pt-spacing-sm);
}

.pt-cats-accent {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto var(--pt-spacing-lg);
    border-radius: var(--pt-radius-full);
    background-color: var(--pt-secondary);
}

.pt-cats-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-3xl);
    line-height: 1.25;
    color: var(--pt-primary);
    margin-bottom: var(--pt-spacing-sm);
}

.pt-cats-subtitle {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-lg);
    color: var(--pt-muted);
    margin-bottom: var(--pt-spacing-lg);
}

.pt-cats-intro {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-base);
    line-height: 1.75;
    color: var(--pt-text);
}

/* Grid */
.pt-cats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--pt-spacing-lg);
    margin-top: var(--pt-spacing-3xl);
}

/* Tarjeta */
.pt-cat-card {
    position: relative;
    min-height: 440px;
    border-radius: var(--pt-radius-lg);
    overflow: hidden;
    box-shadow: var(--pt-shadow-md);
    isolation: isolate;
}

.pt-cat-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.5s ease;
}

.pt-cat-card:hover .pt-cat-img,
.pt-cat-card:focus-within .pt-cat-img {
    transform: scale(1.06);
}

.pt-cat-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(15, 23, 42, 0.92) 0%,
        rgba(15, 23, 42, 0.55) 40%,
        rgba(15, 23, 42, 0.10) 70%,
        rgba(15, 23, 42, 0.05) 100%
    );
}

/* Etiqueta de categoría */
.pt-cat-tag {
    position: absolute;
    top: var(--pt-spacing-md);
    left: var(--pt-spacing-md);
    z-index: 3;
    padding: 5px 14px;
    background-color: #ffffff;
    color: var(--pt-secondary);
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-xs);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--pt-radius-full);
    box-shadow: var(--pt-shadow-sm);
}

/* Contenido inferior */
.pt-cat-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: var(--pt-spacing-lg);
    color: #ffffff;
}

.pt-cat-route {
    display: block;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-xs);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 4px;
}

.pt-cat-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-lg);
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: var(--pt-spacing-sm);
}

.pt-cat-price {
    display: block;
    padding-top: var(--pt-spacing-sm);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    color: rgba(255, 255, 255, 0.95);
}

/* Bloque revelado en hover */
.pt-cat-reveal {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.4s ease, opacity 0.35s ease, margin-top 0.4s ease;
    margin-top: 0;
}

.pt-cat-reveal > * {
    overflow: hidden;
    min-height: 0;
}

.pt-cat-card:hover .pt-cat-reveal,
.pt-cat-card:focus-within .pt-cat-reveal {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: var(--pt-spacing-md);
}

.pt-cat-desc {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: var(--pt-spacing-md);
}

.pt-cat-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.25rem;
    background-color: var(--pt-secondary);
    color: #ffffff;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--pt-radius-md);
    transition: var(--pt-transition);
}

.pt-cat-more:hover,
.pt-cat-more:focus {
    background-color: var(--pt-secondary-dark);
    color: #ffffff;
}

/* En dispositivos táctiles (sin hover), mostrar siempre la descripción */
@media (hover: none) {
    .pt-cat-reveal {
        grid-template-rows: 1fr;
        opacity: 1;
        margin-top: var(--pt-spacing-md);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .pt-cats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .pt-cats {
        padding: var(--pt-spacing-2xl) 0;
    }

    .pt-cats-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: var(--pt-spacing-2xl);
    }
}

/* ==========================================================================
   Reseñas de Clientes — estilo Tripadvisor (Home)
   ========================================================================== */
.pt-reviews {
    --pt-review-green: #00aa6c;
    padding: var(--pt-spacing-3xl) 0;
    background-color: var(--pt-light);
}

/* Encabezado */
.pt-reviews-head {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.pt-reviews-accent {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto var(--pt-spacing-lg);
    border-radius: var(--pt-radius-full);
    background-color: var(--pt-secondary);
}

.pt-reviews-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-3xl);
    line-height: 1.25;
    color: var(--pt-primary);
    margin-bottom: var(--pt-spacing-sm);
}

.pt-reviews-subtitle {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-lg);
    color: var(--pt-muted);
}

/* Resumen de calificaciones (Tripadvisor + Google) */
.pt-ratings-summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--pt-spacing-lg);
    max-width: 820px;
    margin: var(--pt-spacing-2xl) auto 0;
}

.pt-rating-card {
    background-color: var(--pt-surface);
    border: 1px solid var(--pt-border);
    border-radius: var(--pt-radius-lg);
    padding: var(--pt-spacing-xl);
    box-shadow: var(--pt-shadow-sm);
    text-align: center;
}

/* Marca / logo */
.pt-rating-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: var(--pt-spacing-md);
}

.pt-logo-ta-owl {
    flex-shrink: 0;
    width: auto;
    height: 26px;
}

.pt-logo-ta-word {
    font-family: var(--pt-font-body);
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #000000;
}

/* Wordmark Google multicolor */
.pt-logo-google {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
}

.pt-logo-google span:nth-child(1) { color: #4285F4; }
.pt-logo-google span:nth-child(2) { color: #EA4335; }
.pt-logo-google span:nth-child(3) { color: #FBBC05; }
.pt-logo-google span:nth-child(4) { color: #4285F4; }
.pt-logo-google span:nth-child(5) { color: #34A853; }
.pt-logo-google span:nth-child(6) { color: #EA4335; }

.pt-logo-google-reviews {
    font-family: var(--pt-font-body);
    font-size: 1.1rem;
    font-weight: 500;
    color: #5f6368;
    align-self: flex-end;
    padding-bottom: 2px;
}

/* Nombre de la marca reseñada */
.pt-rating-brandname {
    display: block;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-base);
    font-weight: 700;
    color: var(--pt-dark);
    margin-bottom: var(--pt-spacing-md);
}

/* Puntaje */
.pt-rating-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: var(--pt-spacing-md);
}

.pt-rating-number {
    font-family: var(--pt-font-heading);
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    color: #2c3033;
}

.pt-rating-outof {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    line-height: 1.15;
    color: var(--pt-muted);
    text-align: left;
}

.pt-rating-symbols {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-left: 4px;
}

.pt-star {
    flex-shrink: 0;
}

/* Total de reseñas */
.pt-rating-based {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    color: var(--pt-muted);
    margin: 0;
}

.pt-rating-based a {
    color: var(--pt-secondary-dark);
    text-decoration: none;
}

.pt-rating-based a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .pt-ratings-summary {
        grid-template-columns: 1fr;
        max-width: 440px;
    }
}

/* Slider */
.pt-reviews-slider {
    position: relative;
    margin-top: var(--pt-spacing-2xl);
    --pt-reviews-per-view: 3;
    --pt-reviews-gap: var(--pt-spacing-lg);
}

.pt-reviews-track {
    display: flex;
    gap: var(--pt-reviews-gap);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: var(--pt-spacing-sm);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;              /* Firefox */
}

.pt-reviews-track::-webkit-scrollbar {
    display: none;                       /* Chrome/Safari */
}

/* Cada tarjeta ocupa 1/3 del ancho visible (descuenta los gaps) */
.pt-review-card {
    flex: 0 0 calc(
        (100% - (var(--pt-reviews-per-view) - 1) * var(--pt-reviews-gap)) / var(--pt-reviews-per-view)
    );
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background-color: var(--pt-surface);
    border: 1px solid var(--pt-border);
    border-radius: var(--pt-radius-lg);
    padding: var(--pt-spacing-lg);
    box-shadow: var(--pt-shadow-sm);
    transition: var(--pt-transition);
}

/* Flechas de navegación */
.pt-reviews-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--pt-border);
    border-radius: 50%;
    background-color: var(--pt-surface);
    color: var(--pt-primary);
    cursor: pointer;
    box-shadow: var(--pt-shadow-md);
    transition: var(--pt-transition);
}

.pt-reviews-nav:hover:not(:disabled) {
    background-color: var(--pt-primary);
    color: #ffffff;
    border-color: var(--pt-primary);
}

.pt-reviews-nav:disabled {
    opacity: 0.4;
    cursor: default;
}

.pt-reviews-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.pt-reviews-next {
    right: 0;
    transform: translate(50%, -50%);
}

.pt-review-card:hover {
    box-shadow: var(--pt-shadow-md);
}

/* Cabecera: rating + fecha */
.pt-review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--pt-spacing-sm);
    margin-bottom: var(--pt-spacing-sm);
}

.pt-review-rating {
    display: inline-flex;
    gap: 3px;
}

.pt-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e2e8f0;
    display: inline-block;
}

.pt-dot.is-on {
    background-color: var(--pt-review-green);
}

.pt-review-date {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-xs);
    color: var(--pt-muted);
    white-space: nowrap;
}

/* Cuerpo */
.pt-review-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-lg);
    line-height: 1.3;
    color: var(--pt-dark);
    margin-bottom: var(--pt-spacing-sm);
}

.pt-review-text {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    line-height: 1.7;
    color: var(--pt-text);
    margin-bottom: var(--pt-spacing-md);

    /* Recorte a 4 líneas con puntos suspensivos */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Autor */
.pt-review-author {
    display: flex;
    align-items: center;
    gap: var(--pt-spacing-sm);
    margin-top: auto;
    padding-top: var(--pt-spacing-sm);
}

.pt-review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--pt-primary);
    color: #ffffff;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-xs);
    font-weight: 700;
    line-height: 1;
}

.pt-review-name {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    color: var(--pt-text);
}

.pt-review-source {
    margin-left: auto;
    font-family: var(--pt-font-body);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: var(--pt-radius-full);
    white-space: nowrap;
}

.pt-review-source--tripadvisor {
    color: #00674b;
    background-color: rgba(0, 170, 108, 0.12);
}

.pt-review-source--google {
    color: #1a73e8;
    background-color: rgba(26, 115, 232, 0.10);
}

/* Enlace Leer más */
.pt-review-more {
    display: inline-block;
    margin-top: var(--pt-spacing-md);
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    font-weight: 600;
    color: var(--pt-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    align-self: flex-start;
    transition: var(--pt-transition);
}

.pt-review-more:hover,
.pt-review-more:focus {
    color: var(--pt-primary-dark);
}

/* Aviso legal */
.pt-reviews-disclaimer {
    max-width: 760px;
    margin: var(--pt-spacing-xl) auto 0;
    text-align: center;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-xs);
    line-height: 1.6;
    color: var(--pt-muted);
}

/* Responsive: ajusta cuántas tarjetas se ven por vista */
@media (max-width: 992px) {
    .pt-reviews-slider {
        --pt-reviews-per-view: 2;
    }
}

@media (max-width: 600px) {
    .pt-reviews {
        padding: var(--pt-spacing-2xl) 0;
    }

    .pt-reviews-slider {
        --pt-reviews-per-view: 1;
    }

    /* En móvil las flechas se colocan dentro para no salirse de pantalla */
    .pt-reviews-prev {
        left: 4px;
        transform: translate(0, -50%);
    }

    .pt-reviews-next {
        right: 4px;
        transform: translate(0, -50%);
    }
}

/* ==========================================================================
   Preguntas Frecuentes (Home)
   ========================================================================== */
.pt-faq {
    padding: var(--pt-spacing-3xl) 0;
    background-color: var(--pt-surface);
}

/* Encabezado */
.pt-faq-head {
    max-width: 720px;
    margin: 0 auto var(--pt-spacing-2xl);
    text-align: center;
}

.pt-faq-accent {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto var(--pt-spacing-lg);
    border-radius: var(--pt-radius-full);
    background-color: var(--pt-secondary);
}

.pt-faq-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-3xl);
    line-height: 1.25;
    color: var(--pt-primary);
    margin-bottom: var(--pt-spacing-sm);
}

.pt-faq-subtitle {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-lg);
    color: var(--pt-muted);
}

/* Dos columnas */
.pt-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--pt-spacing-xl);
    max-width: 1100px;
    margin: 0 auto;
}

.pt-faq-col {
    display: flex;
    flex-direction: column;
    gap: var(--pt-spacing-md);
}

/* Item acordeón */
.pt-faq-item {
    background-color: var(--pt-surface);
    border: 1px solid var(--pt-border);
    border-radius: var(--pt-radius-md);
    overflow: hidden;
    transition: var(--pt-transition);
}

.pt-faq-item[open] {
    border-color: var(--pt-secondary);
    box-shadow: var(--pt-shadow-sm);
}

/* Pregunta */
.pt-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--pt-spacing-md);
    padding: var(--pt-spacing-md) var(--pt-spacing-lg);
    cursor: pointer;
    list-style: none;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-base);
    font-weight: 600;
    color: var(--pt-dark);
    transition: var(--pt-transition);
}

.pt-faq-question:hover {
    color: var(--pt-primary);
}

/* Oculta el marcador nativo de <summary> */
.pt-faq-question::-webkit-details-marker {
    display: none;
}

/* Icono +/- */
.pt-faq-icon {
    position: relative;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.pt-faq-icon::before,
.pt-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: var(--pt-secondary);
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease;
}

.pt-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.pt-faq-item[open] .pt-faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

/* Respuesta */
.pt-faq-answer {
    padding: 0 var(--pt-spacing-lg) var(--pt-spacing-md);
}

.pt-faq-answer p {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    line-height: 1.7;
    color: var(--pt-text);
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .pt-faq {
        padding: var(--pt-spacing-2xl) 0;
    }

    .pt-faq-grid {
        grid-template-columns: 1fr;
        gap: var(--pt-spacing-md);
        max-width: 560px;
    }
}

/* ==========================================================================
   Blog en la Home (últimas entradas)
   ========================================================================== */
.pt-blog {
    padding: var(--pt-spacing-3xl) 0;
    background-color: var(--pt-light);
}

/* Encabezado */
.pt-blog-head {
    max-width: 720px;
    margin: 0 auto var(--pt-spacing-2xl);
    text-align: center;
}

.pt-blog-accent {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto var(--pt-spacing-lg);
    border-radius: var(--pt-radius-full);
    background-color: var(--pt-secondary);
}

.pt-blog-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-3xl);
    line-height: 1.25;
    color: var(--pt-primary);
    margin-bottom: var(--pt-spacing-sm);
}

.pt-blog-subtitle {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-lg);
    color: var(--pt-muted);
}

/* Botón "Ver todas las entradas" */
.pt-blog-cta {
    text-align: center;
    margin-top: var(--pt-spacing-md);
}

.pt-blog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2rem;
    background-color: var(--pt-primary);
    color: #ffffff;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-base);
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--pt-radius-md);
    transition: var(--pt-transition);
}

.pt-blog-btn:hover,
.pt-blog-btn:focus {
    background-color: var(--pt-primary-dark);
    color: #ffffff;
}

@media (max-width: 768px) {
    .pt-blog {
        padding: var(--pt-spacing-2xl) 0;
    }
}

/* ==========================================================================
   Single Post del Blog (diseño de lectura)
   ========================================================================== */
.single-post-main {
    padding: var(--pt-spacing-2xl) 0 var(--pt-spacing-3xl);
}

.pt-single-article {
    max-width: none;
    margin: 0;
}

/* ---- Encabezado ---- */
.single-header {
    text-align: center;
    margin-bottom: var(--pt-spacing-xl);
}

.entry-category-badge {
    margin-bottom: var(--pt-spacing-md);
}

.single-header .category-badge {
    display: inline-block;
    padding: 6px 16px;
    background-color: var(--pt-secondary);
    color: #ffffff;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-xs);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: var(--pt-radius-full);
    text-decoration: none;
    transition: var(--pt-transition);
}

.single-header .category-badge:hover {
    background-color: var(--pt-secondary-dark);
}

.single-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-4xl);
    line-height: 1.2;
    color: var(--pt-primary);
    margin: 0 0 var(--pt-spacing-lg);
}

.single-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--pt-spacing-md);
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    color: var(--pt-muted);
}

.single-meta > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.single-meta .meta-icon { color: var(--pt-secondary); display: inline-flex; }
.single-meta a { color: var(--pt-primary); text-decoration: none; }
.single-meta a:hover { text-decoration: underline; }

/* ---- Imagen destacada ---- */
.single-featured-image {
    margin: 0 0 var(--pt-spacing-2xl);
    border-radius: var(--pt-radius-lg);
    overflow: hidden;
    box-shadow: var(--pt-shadow-lg);
}

.single-featured-image .single-thumbnail {
    display: block;
    width: 100%;
    height: auto;
}

/* ---- Contenido / tipografia de lectura ---- */
.single-content {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-lg);
    line-height: 1.85;
    color: var(--pt-text);
}

.single-content > * + * { margin-top: 1.4em; }

.single-content h2,
.single-content h3,
.single-content h4 {
    font-family: var(--pt-font-heading);
    color: var(--pt-primary);
    line-height: 1.3;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
}

.single-content h2 { font-size: var(--pt-text-2xl); }
.single-content h3 { font-size: var(--pt-text-xl); }
.single-content h4 { font-size: var(--pt-text-lg); }

.single-content p { margin: 0; }

.single-content a {
    color: var(--pt-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
}
.single-content a:hover { color: var(--pt-primary-dark); }

.single-content ul,
.single-content ol {
    padding-left: 1.4em;
    margin: 0;
}
.single-content li { margin-bottom: 0.5em; }
.single-content ul li::marker { color: var(--pt-secondary); }
.single-content ol li::marker { color: var(--pt-secondary); font-weight: 700; }

.single-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--pt-radius-md);
    display: block;
}

.single-content figure { margin: 0; }
.single-content figcaption {
    font-size: var(--pt-text-sm);
    color: var(--pt-muted);
    text-align: center;
    margin-top: var(--pt-spacing-sm);
}

.single-content blockquote {
    margin: 0;
    padding: var(--pt-spacing-md) var(--pt-spacing-lg);
    border-left: 4px solid var(--pt-secondary);
    background: var(--pt-light);
    border-radius: 0 var(--pt-radius-md) var(--pt-radius-md) 0;
    font-family: var(--pt-font-heading);
    font-style: italic;
    font-size: var(--pt-text-xl);
    color: var(--pt-dark);
}
.single-content blockquote p { margin: 0; }

.single-content hr {
    border: none;
    border-top: 1px solid var(--pt-border);
    margin: var(--pt-spacing-2xl) 0;
}

.single-content code {
    background: var(--pt-light);
    padding: 0.15em 0.4em;
    border-radius: var(--pt-radius-sm);
    font-size: 0.9em;
}

.single-content pre {
    background: var(--pt-dark);
    color: #f1f5f9;
    padding: var(--pt-spacing-lg);
    border-radius: var(--pt-radius-md);
    overflow-x: auto;
}
.single-content pre code { background: transparent; padding: 0; color: inherit; }

.single-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--pt-text-base);
}
.single-content th,
.single-content td {
    border: 1px solid var(--pt-border);
    padding: var(--pt-spacing-sm) var(--pt-spacing-md);
    text-align: left;
}
.single-content th { background: var(--pt-light); color: var(--pt-dark); font-weight: 600; }

/* ---- Footer: categorias y etiquetas ---- */
.single-footer {
    margin-top: var(--pt-spacing-2xl);
    padding-top: var(--pt-spacing-lg);
    border-top: 1px solid var(--pt-border);
    display: flex;
    flex-direction: column;
    gap: var(--pt-spacing-md);
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
}

.single-footer .cat-links,
.single-footer .tags-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: var(--pt-muted);
}

.single-footer .tags-links a,
.single-footer .cat-links a {
    display: inline-block;
    padding: 4px 12px;
    background: var(--pt-light);
    border: 1px solid var(--pt-border);
    border-radius: var(--pt-radius-full);
    color: var(--pt-primary);
    text-decoration: none;
    transition: var(--pt-transition);
}

.single-footer .tags-links a:hover,
.single-footer .cat-links a:hover {
    background: var(--pt-primary);
    border-color: var(--pt-primary);
    color: #ffffff;
}

/* ---- Navegacion anterior / siguiente ---- */
.single-post-main .post-navigation {
    max-width: 820px;
    margin: var(--pt-spacing-2xl) auto 0;
}

.single-post-main .post-navigation .nav-links {
    display: flex;
    gap: var(--pt-spacing-md);
    justify-content: space-between;
}

.single-post-main .post-navigation a {
    display: block;
    flex: 1 1 0;
    padding: var(--pt-spacing-md) var(--pt-spacing-lg);
    background: var(--pt-surface);
    border: 1px solid var(--pt-border);
    border-radius: var(--pt-radius-md);
    text-decoration: none;
    transition: var(--pt-transition);
}
.single-post-main .post-navigation a:hover {
    border-color: var(--pt-secondary);
    box-shadow: var(--pt-shadow-sm);
}
.single-post-main .post-navigation .nav-next a { text-align: right; }
.single-post-main .post-navigation .nav-subtitle {
    display: block;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--pt-secondary-dark);
    margin-bottom: 4px;
}
.single-post-main .post-navigation .nav-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-base);
    color: var(--pt-primary);
}

/* ---- Comentarios (base) ---- */
.single-post-main .comments-area {
    max-width: 820px;
    margin: var(--pt-spacing-3xl) auto 0;
}
.single-post-main .comments-title,
.single-post-main .comment-reply-title {
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-2xl);
    color: var(--pt-primary);
    margin-bottom: var(--pt-spacing-lg);
}
.single-post-main .comment-form input[type="text"],
.single-post-main .comment-form input[type="email"],
.single-post-main .comment-form input[type="url"],
.single-post-main .comment-form textarea {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--pt-border);
    border-radius: var(--pt-radius-md);
    font-family: var(--pt-font-body);
    margin-bottom: var(--pt-spacing-md);
}
.single-post-main .comment-form .submit {
    background: var(--pt-primary);
    color: #ffffff;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: var(--pt-radius-md);
    font-weight: 600;
    cursor: pointer;
    transition: var(--pt-transition);
}
.single-post-main .comment-form .submit:hover { background: var(--pt-primary-dark); }

/* Responsive */
@media (max-width: 680px) {
    .single-title { font-size: var(--pt-text-3xl); }
    .single-content { font-size: var(--pt-text-base); }
    .single-post-main .post-navigation .nav-links { flex-direction: column; }
    .single-post-main .post-navigation .nav-next a { text-align: left; }
}

/* ==========================================================================
   Single Post: barra de compartir, índice y sidebar
   ========================================================================== */

/* Layout: barra de compartir + contenido */
.pt-single-body {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: var(--pt-spacing-lg);
    align-items: start;
    margin-top: var(--pt-spacing-xl);
}
.pt-single-inner { min-width: 0; }

/* Barra de compartir (vertical, sticky) */
.pt-share {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.pt-share__label { display: none; }
.pt-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--pt-border);
    background: var(--pt-surface);
    color: var(--pt-primary);
    cursor: pointer;
    transition: var(--pt-transition);
    text-decoration: none;
}
.pt-share__btn:hover { transform: translateY(-2px); box-shadow: var(--pt-shadow-md); }
.pt-share__btn--fb:hover { background: #1877f2; color: #fff; border-color: #1877f2; }
.pt-share__btn--tw:hover { background: #000; color: #fff; border-color: #000; }
.pt-share__btn--wa:hover { background: #25D366; color: #fff; border-color: #25D366; }
.pt-share__btn--copy.is-copied { background: var(--pt-secondary); color: #fff; border-color: var(--pt-secondary); }

/* Índice de contenidos */
.pt-toc {
    background: var(--pt-light);
    border: 1px solid var(--pt-border);
    border-left: 4px solid var(--pt-secondary);
    border-radius: var(--pt-radius-md);
    padding: var(--pt-spacing-lg);
    margin-bottom: var(--pt-spacing-xl);
}
.pt-toc__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-lg);
    color: var(--pt-primary);
    margin: 0 0 var(--pt-spacing-md);
}
.pt-toc__icon { color: var(--pt-secondary); display: inline-flex; }
.pt-toc__list { margin: 0; padding-left: 1.4em; }
.pt-toc__item { margin-bottom: 6px; }
.pt-toc__item--h3 { margin-left: 1em; list-style: circle; }
.pt-toc__list a {
    color: var(--pt-text);
    text-decoration: none;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
}
.pt-toc__list a:hover { color: var(--pt-primary); text-decoration: underline; }

/* Offset de anclas bajo el header */
.single-content h2,
.single-content h3 { scroll-margin-top: 90px; }

/* ---- Sidebar del blog: widgets ---- */
.pt-widget {
    background: var(--pt-surface);
    border: 1px solid var(--pt-border);
    border-radius: var(--pt-radius-lg);
    padding: var(--pt-spacing-lg);
    box-shadow: var(--pt-shadow-sm);
}
.pt-widget__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-family: var(--pt-font-heading);
    font-size: var(--pt-text-lg);
    color: var(--pt-primary);
    margin: 0 0 var(--pt-spacing-md);
    padding-bottom: var(--pt-spacing-sm);
    border-bottom: 2px solid var(--pt-secondary);
}
.pt-widget__icon { color: var(--pt-secondary); display: inline-flex; flex-shrink: 0; }

/* Lista de posts (miniatura + título) */
.pt-side-posts { list-style: none; margin: 0; padding: 0; }
.pt-side-post {
    display: flex;
    gap: var(--pt-spacing-sm);
    padding: var(--pt-spacing-sm) 0;
    border-bottom: 1px solid var(--pt-border);
}
.pt-side-post:last-child { border-bottom: none; }
.pt-side-post__thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: var(--pt-radius-md);
    overflow: hidden;
    display: block;
}
.pt-side-post__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pt-side-post__ph { display: block; width: 100%; height: 100%; background: var(--pt-border); }
.pt-side-post__body { min-width: 0; }
.pt-side-post__cat {
    display: block;
    font-family: var(--pt-font-body);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--pt-secondary-dark);
    margin-bottom: 2px;
}
.pt-side-post__title {
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    font-weight: 600;
    line-height: 1.35;
    color: var(--pt-dark);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pt-side-post__title:hover { color: var(--pt-primary); }

/* Lista de categorías */
.pt-side-cats { list-style: none; margin: 0; padding: 0; }
.pt-side-cats li { border-bottom: 1px solid var(--pt-border); }
.pt-side-cats li:last-child { border-bottom: none; }
.pt-side-cats a {
    display: block;
    padding: 10px 0;
    font-family: var(--pt-font-body);
    font-size: var(--pt-text-sm);
    color: var(--pt-text);
    text-decoration: none;
    transition: var(--pt-transition);
}
.pt-side-cats a:hover { color: var(--pt-primary); padding-left: 6px; }

/* Responsive: en móvil/tablet, compartir horizontal y sin sticky */
@media (max-width: 900px) {
    .pt-single-body { grid-template-columns: 1fr; }
    .pt-share {
        position: static;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: var(--pt-spacing-md);
    }
}

/* ==========================================================================
   DISEÑO DE PÁGINAS ESTÁTICAS (Single de Páginas)
   ========================================================================== */

.pt-single-page {
    background: #f8fafc;
    min-height: 100vh;
}

/* Hero de Páginas Generales */
.pt-page-hero {
    position: relative;
    background: linear-gradient(135deg, #052347 0%, #004b93 60%, #032b57 100%);
    color: #ffffff;
    padding: 3.5rem 0 4rem;
    overflow: hidden;
}

.pt-page-hero-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 80% 15%, rgba(255, 128, 0, 0.14) 0%, transparent 45%),
                      radial-gradient(circle at 15% 85%, rgba(0, 168, 232, 0.16) 0%, transparent 50%);
    pointer-events: none;
}

.pt-page-hero-container {
    position: relative;
    z-index: 2;
}

.pt-page-hero-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.25rem;
}

.pt-page-hero-breadcrumbs a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pt-page-hero-breadcrumbs a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.pt-page-hero-header {
    max-width: 860px;
}

.pt-page-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    color: #ffd080;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.pt-page-hero-title {
    font-family: var(--pt-font-heading);
    font-size: clamp(1.85rem, 3.8vw, 2.75rem);
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 1rem;
    font-weight: 800;
}

.pt-page-hero-desc {
    font-size: clamp(0.95rem, 1.8vw, 1.125rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    max-width: 720px;
}

/* Cuerpo de la Página */
.pt-page-body-wrap {
    padding: 3rem 0 5rem;
}

.pt-page-card-layout {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    padding: 3rem;
    max-width: 920px;
    margin: 0 auto;
}

.pt-page-featured-media {
    margin: -3rem -3rem 2.5rem -3rem;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.pt-page-thumb {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 440px;
}

/* Tipografía de Lectura para Contenido de Páginas */
.pt-page-content {
    font-family: var(--pt-font-body);
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #334155;
}

.pt-page-content h2 {
    font-family: var(--pt-font-heading);
    font-size: 1.75rem;
    color: #0f172a;
    margin: 2.25rem 0 1rem;
    font-weight: 700;
}

.pt-page-content h3 {
    font-family: var(--pt-font-heading);
    font-size: 1.35rem;
    color: #0f172a;
    margin: 1.75rem 0 0.85rem;
    font-weight: 700;
}

.pt-page-content p {
    margin: 0 0 1.5rem;
}

.pt-page-content ul,
.pt-page-content ol {
    margin: 0 0 1.5rem;
    padding-left: 1.5rem;
}

.pt-page-content li {
    margin-bottom: 0.5rem;
}

.pt-page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1.5rem 0;
}

.pt-page-content blockquote {
    margin: 2rem 0;
    padding: 1.25rem 1.75rem;
    border-left: 4px solid #004b93;
    background: #f1f5f9;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #1e293b;
}

/* ==========================================================================
   PÁGINA DE CONTACTO (/contactenos/)
   ========================================================================== */

.pt-contact-page {
    background: #f8fafc;
    min-height: 100vh;
}

.pt-contact-main {
    padding: 3.5rem 0 5rem;
}

.pt-contact-layout-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 2.5rem;
    align-items: flex-start;
    margin-bottom: 4rem;
}

/* Tarjeta Destacada de WhatsApp */
.pt-contact-wa-card {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    gap: 1.25rem;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    margin-bottom: 2rem;
}

.pt-wa-card-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pt-wa-card-body h3 {
    font-size: 1.15rem;
    color: #ffffff;
    margin: 0 0 0.4rem;
    font-weight: 700;
}

.pt-wa-card-body p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 1rem;
    line-height: 1.4;
}

.pt-btn-wa-direct {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    color: #128C7E !important;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.6rem 1.15rem;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.pt-btn-wa-direct:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Caja de Datos de Contacto */
.pt-contact-card-box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    padding: 2rem;
}

.pt-contact-box-title {
    font-family: var(--pt-font-heading);
    font-size: 1.25rem;
    color: #0f172a;
    margin: 0 0 1.5rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #f1f5f9;
}

.pt-contact-details-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.pt-contact-detail-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.pt-detail-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(0, 75, 147, 0.08);
    color: #004b93;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pt-detail-text {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
}

.pt-detail-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    margin-bottom: 2px;
}

.pt-detail-val {
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    line-height: 1.4;
}

.pt-detail-val:hover {
    color: #004b93;
}

.pt-detail-subval {
    font-size: 0.8125rem;
    color: #64748b;
    text-decoration: none;
    margin-top: 2px;
}

/* Redes Sociales en Contacto */
.pt-contact-socials-box {
    border-top: 1px solid #f1f5f9;
    padding-top: 1.5rem;
}

.pt-socials-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    display: block;
    margin-bottom: 0.75rem;
}

.pt-contact-social-icons {
    display: flex;
    gap: 0.65rem;
}

.pt-soc-link {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
}

.pt-soc-link:hover {
    background: #004b93;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Tarjeta del Formulario de Contacto */
.pt-contact-form-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
    padding: 2.75rem;
}

.pt-form-card-header h2 {
    font-family: var(--pt-font-heading);
    font-size: 1.6rem;
    color: #0f172a;
    margin: 0 0 0.5rem;
}

.pt-form-card-header p {
    font-size: 0.9375rem;
    color: #64748b;
    margin: 0 0 2rem;
    line-height: 1.55;
}

.pt-interactive-contact-form .pt-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.pt-interactive-contact-form .pt-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
}

.pt-interactive-contact-form label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.45rem;
}

.pt-interactive-contact-form .req {
    color: #e11d48;
}

.pt-interactive-contact-form input[type="text"],
.pt-interactive-contact-form input[type="email"],
.pt-interactive-contact-form input[type="tel"],
.pt-interactive-contact-form select,
.pt-interactive-contact-form textarea,
.pt-complaints-official-form input[type="text"],
.pt-complaints-official-form input[type="email"],
.pt-complaints-official-form input[type="tel"],
.pt-complaints-official-form select,
.pt-complaints-official-form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    font-size: 0.9375rem;
    color: #0f172a;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pt-interactive-contact-form input:focus,
.pt-interactive-contact-form select:focus,
.pt-interactive-contact-form textarea:focus,
.pt-complaints-official-form input:focus,
.pt-complaints-official-form select:focus,
.pt-complaints-official-form textarea:focus {
    border-color: #004b93;
    box-shadow: 0 0 0 3px rgba(0, 75, 147, 0.15);
}

.pt-btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    background: #004b93;
    color: #ffffff;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 75, 147, 0.25);
}

.pt-btn-submit:hover {
    background: #00366b;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 75, 147, 0.35);
}

/* Sección de Mapa */
.pt-contact-map-section {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    padding: 2rem;
    overflow: hidden;
}

.pt-map-header {
    margin-bottom: 1.5rem;
}

.pt-map-header h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--pt-font-heading);
    font-size: 1.35rem;
    color: #0f172a;
    margin: 0 0 0.35rem;
}

.pt-map-header h3 svg {
    color: #004b93;
}

.pt-map-header p {
    font-size: 0.9375rem;
    color: #64748b;
    margin: 0;
}

.pt-map-iframe-wrap {
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
}

/* ==========================================================================
   LIBRO DE RECLAMACIONES VIRTUAL (/libro-de-reclamaciones/)
   ========================================================================== */

.pt-complaints-page {
    background: #f8fafc;
    min-height: 100vh;
}

.pt-complaints-main {
    padding: 3.5rem 0 5rem;
}

.pt-complaints-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

/* Ficha del Proveedor */
.pt-provider-info-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    padding: 1.75rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.pt-provider-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 1.25rem;
}

.pt-provider-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #004b93;
}

.pt-complaint-date {
    font-size: 0.875rem;
    color: #64748b;
}

.pt-provider-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.pt-provider-field {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
}

.pt-pfield-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 2px;
}

.pt-pfield-val {
    color: #1e293b;
}

/* Caja Informativa Queja vs Reclamo */
.pt-complaints-notice-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.pt-notice-icon {
    color: #2563eb;
    flex-shrink: 0;
    margin-top: 2px;
}

.pt-notice-text {
    font-size: 0.875rem;
    color: #1e3a8a;
    line-height: 1.55;
}

.pt-notice-text p {
    margin: 0 0 0.5rem;
}

.pt-notice-text ul {
    margin: 0;
    padding-left: 1.25rem;
}

/* Formulario Oficial */
.pt-complaints-official-form {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
}

.pt-form-section {
    border: none;
    padding: 0;
    margin: 0 0 2.5rem;
}

.pt-legend-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--pt-font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f1f5f9;
    width: 100%;
}

.pt-legend-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #004b93;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
}

.pt-complaints-official-form .pt-form-row {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.pt-fg-small { width: 180px; flex-shrink: 0; }
.pt-fg-grow { flex-grow: 1; }

.pt-complaints-official-form .pt-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
    flex: 1;
}

.pt-complaints-official-form label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.45rem;
}

.pt-complaints-official-form .req {
    color: #e11d48;
}

/* Radio Cards Queja / Reclamo */
.pt-radio-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.pt-radio-card-label {
    position: relative;
    cursor: pointer;
}

.pt-radio-card-label input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pt-radio-card-box {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.2s ease;
    background: #f8fafc;
}

.pt-radio-card-box strong {
    display: block;
    font-size: 1rem;
    color: #0f172a;
    margin-bottom: 0.25rem;
}

.pt-radio-card-box small {
    color: #64748b;
    font-size: 0.8125rem;
    display: block;
}

.pt-radio-card-label input[type="radio"]:checked + .pt-radio-card-box {
    border-color: #004b93;
    background: rgba(0, 75, 147, 0.04);
    box-shadow: 0 4px 12px rgba(0, 75, 147, 0.1);
}

.pt-radio-card-label input[type="radio"]:checked + .pt-radio-card-box strong {
    color: #004b93;
}

/* Bloque Legal Final */
.pt-complaints-legal-wrap {
    border-top: 1px solid #e2e8f0;
    padding-top: 2rem;
}

.pt-legal-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.pt-legal-checkbox-label input {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    accent-color: #004b93;
    flex-shrink: 0;
}

.pt-legal-footnote {
    font-size: 0.75rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0 0 2rem;
}

.pt-btn-claim-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 1.1rem 2rem;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    background: #004b93;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 75, 147, 0.3);
    transition: all 0.25s ease;
}

.pt-btn-claim-submit:hover {
    background: #00366b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 75, 147, 0.4);
}

/* ==========================================================================
   PÁGINA NOSOTROS / ACERCA DE (/nosotros/)
   ========================================================================== */

.pt-about-page {
    background: #f8fafc;
}

.pt-about-intro-section {
    padding: 5rem 0;
    background: #ffffff;
}

.pt-about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.pt-section-tag {
    font-size: 0.8125rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f48020;
    display: block;
    margin-bottom: 0.75rem;
}

.pt-about-heading {
    font-family: var(--pt-font-heading);
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 1.5rem;
}

.pt-about-intro-text p {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 1.25rem;
}

.pt-about-intro-text .pt-lead-p {
    font-size: 1.15rem;
    color: #1e293b;
    font-weight: 500;
}

.pt-about-metrics-bar {
    display: flex;
    gap: 2.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #f1f5f9;
}

.pt-metric-item {
    display: flex;
    flex-direction: column;
}

.pt-metric-num {
    font-family: var(--pt-font-heading);
    font-size: 2.25rem;
    font-weight: 800;
    color: #004b93;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.pt-metric-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
}

/* Marco de Imagen Destacada */
.pt-about-img-frame {
    position: relative;
    border-radius: 20px;
    overflow: visible;
}

.pt-about-main-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.pt-about-floating-card {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #ffffff;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #f1f5f9;
}

.pt-floating-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(0, 75, 147, 0.1);
    color: #004b93;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pt-floating-info {
    display: flex;
    flex-direction: column;
}

.pt-floating-info strong {
    font-size: 0.9375rem;
    color: #0f172a;
}

.pt-floating-info span {
    font-size: 0.8125rem;
    color: #64748b;
}

/* Sección Misión, Visión y Valores */
.pt-about-mvv-section {
    padding: 5rem 0;
    background: #f8fafc;
}

.pt-section-center-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3.5rem;
}

.pt-section-center-head h2 {
    font-family: var(--pt-font-heading);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: #0f172a;
    margin: 0 0 0.75rem;
}

.pt-section-center-head p {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
}

.pt-mvv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.pt-mvv-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pt-mvv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.pt-mvv-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.pt-icon-mission { background: rgba(0, 75, 147, 0.1); color: #004b93; }
.pt-icon-vision { background: rgba(244, 128, 32, 0.12); color: #f48020; }
.pt-icon-values { background: rgba(16, 185, 129, 0.12); color: #10b981; }

.pt-mvv-card h3 {
    font-family: var(--pt-font-heading);
    font-size: 1.35rem;
    color: #0f172a;
    margin: 0 0 0.85rem;
}

.pt-mvv-card p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #64748b;
    margin: 0;
}

.pt-mvv-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    color: #475569;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Sección Por Qué Elegirnos */
.pt-why-us-section {
    padding: 5rem 0;
    background: #ffffff;
}

.pt-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.pt-why-item {
    text-align: center;
    padding: 1.5rem 1rem;
}

.pt-why-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(0, 75, 147, 0.08);
    color: #004b93;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    transition: all 0.3s ease;
}

.pt-why-item:hover .pt-why-icon {
    background: #004b93;
    color: #ffffff;
    transform: scale(1.1);
}

.pt-why-item h4 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.6rem;
}

.pt-why-item p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* Banner CTA Final Nosotros */
.pt-about-cta-section {
    padding: 4rem 0 5rem;
    background: #f8fafc;
}

.pt-about-cta-box {
    background: linear-gradient(135deg, #052347 0%, #004b93 100%);
    border-radius: 20px;
    padding: 4rem 3rem;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(0, 75, 147, 0.25);
}

.pt-about-cta-box h2 {
    font-family: var(--pt-font-heading);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: #ffffff;
    margin: 0 0 0.85rem;
}

.pt-about-cta-box p {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pt-about-cta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.pt-about-btn-tours {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.95rem 1.85rem;
    background: #f48020;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(244, 128, 32, 0.4);
}

.pt-about-btn-tours:hover {
    background: #e06d0e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(244, 128, 32, 0.55);
}

.pt-about-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.95rem 1.85rem;
    background: #25D366;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
}

.pt-about-btn-wa:hover {
    background: #1ebc59;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

/* ==========================================================================
   RESPONSIVIDAD DE PÁGINAS ESTÁTICAS
   ========================================================================== */

@media (max-width: 1024px) {
    .pt-contact-layout-grid {
        grid-template-columns: 1fr;
    }

    .pt-about-intro-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .pt-mvv-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pt-why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .pt-page-hero {
        padding: 2.5rem 0 3rem;
    }

    .pt-page-card-layout {
        padding: 1.75rem;
        margin: -1.5rem 0 0;
    }

    .pt-page-featured-media {
        margin: -1.75rem -1.75rem 1.5rem -1.75rem;
    }

    .pt-contact-form-card,
    .pt-complaints-official-form {
        padding: 1.75rem;
    }

    .pt-interactive-contact-form .pt-form-row,
    .pt-complaints-official-form .pt-form-row {
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pt-fg-small {
        width: 100%;
    }

    .pt-provider-grid {
        grid-template-columns: 1fr;
    }

    .pt-radio-cards {
        grid-template-columns: 1fr;
    }

    .pt-about-main-img {
        height: 320px;
    }

    .pt-about-floating-card {
        position: static;
        margin-top: 1rem;
    }

    .pt-why-grid {
        grid-template-columns: 1fr;
    }

    .pt-about-cta-box {
        padding: 2.5rem 1.5rem;
    }
}

/* ==========================================================================
   ESTILOS DE AVISOS Y ESTADOS DE FORMULARIOS NATIVOS (wp_mail)
   ========================================================================== */
.pt-form-notice {
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    animation: ptFadeInUp 0.3s ease-out;
}

.pt-form-notice--success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.pt-form-notice--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.pt-form-notice-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.pt-btn[disabled],
.pt-btn.is-submitting {
    opacity: 0.7;
    cursor: not-allowed !important;
    pointer-events: none;
    position: relative;
}

.pt-btn.is-submitting span {
    opacity: 0.8;
}

@keyframes ptFadeInUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   SECCIÓN DE ACREDITACIONES Y CERTIFICACIONES OFICIALES (GERCETUR / MINCETUR)
   ========================================================================== */
.pt-credentials {
    padding: 5rem 0;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
}

.pt-credentials-head {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 3.5rem;
}

.pt-credentials-accent {
    display: inline-block;
    width: 48px;
    height: 4px;
    background: #10b981;
    border-radius: 2px;
    margin-bottom: 1rem;
}

.pt-credentials-title {
    font-family: var(--pt-font-heading);
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 0.85rem;
}

.pt-credentials-subtitle {
    font-size: 1.0625rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.pt-credentials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.pt-credentials-media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt-credentials-img-wrap {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pt-credentials-img-wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.pt-credentials-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: contain;
}

.pt-credentials-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.pt-credentials-lead {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.65;
}

.pt-credentials-content p {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.pt-credentials-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
    margin-top: 0.75rem;
}

.pt-cred-badge {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
    transition: all 0.25s ease;
}

.pt-cred-badge svg {
    color: #004b93;
    flex-shrink: 0;
}

.pt-cred-badge:hover {
    background: #ffffff;
    border-color: #004b93;
    box-shadow: 0 4px 12px rgba(0, 75, 147, 0.08);
}

/* Responsividad de Acreditaciones */
@media (max-width: 991px) {
    .pt-credentials {
        padding: 4rem 0;
    }

    .pt-credentials-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .pt-credentials-media {
        order: 1;
    }

    .pt-credentials-content {
        order: 2;
    }
}

@media (max-width: 640px) {
    .pt-credentials-badges {
        grid-template-columns: 1fr;
    }

    .pt-credentials-title {
        font-size: 1.5rem;
    }
}

/* ==========================================================================
   ESTILOS COMPARTIDOS DE ARCHIVO Y CATÁLOGO (BLOG, TOURS, CATEGORÍAS)
   ========================================================================== */

/* 1. Hero Banner de Archivo */
.pt-archive-hero {
    position: relative;
    background: linear-gradient(135deg, #052347 0%, #004b93 60%, #032b57 100%);
    color: #ffffff;
    padding: 3.25rem 0 3.75rem;
    overflow: hidden;
}

.pt-archive-hero-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 80% 20%, rgba(244, 128, 32, 0.15) 0%, transparent 50%),
                      radial-gradient(circle at 20% 80%, rgba(0, 168, 232, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.pt-archive-hero-container {
    position: relative;
    z-index: 2;
}

/* Breadcrumbs del Hero */
.pt-archive-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.25rem;
}

.pt-archive-breadcrumbs a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pt-archive-breadcrumbs a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.pt-bc-sep {
    color: rgba(255, 255, 255, 0.4);
}

.pt-bc-current {
    color: #ffffff;
    font-weight: 600;
}

/* Contenido del Hero */
.pt-archive-hero-content {
    max-width: 840px;
}

.pt-archive-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    color: #ffd080;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.pt-archive-hero-badge svg {
    color: #ffd080;
}

.pt-archive-hero-title {
    font-family: var(--pt-font-heading);
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 1rem;
    font-weight: 800;
}

.pt-archive-hero-desc {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 1.75rem;
    max-width: 740px;
}

.pt-archive-hero-desc p {
    margin: 0;
    color: inherit;
}

/* Features del Hero */
.pt-archive-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 0.5rem;
}

.pt-hero-feat-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    padding: 0.45rem 0.9rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #ffffff;
}

.pt-hero-feat-item svg {
    color: #f48020;
    flex-shrink: 0;
}

/* 2. Barra de Filtros por Categoría / Destino */
.pt-destinations-filter-bar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.pt-dest-pills {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
    padding: 0.85rem 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.pt-dest-pills::-webkit-scrollbar {
    display: none;
}

.pt-dest-pill-item {
    flex-shrink: 0;
}

.pt-dest-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1.15rem;
    background: #f1f5f9;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.pt-dest-pill:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: translateY(-1px);
}

.pt-dest-pill.is-active {
    background: #004b93;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0, 75, 147, 0.3);
}

.pt-dest-pill .pt-pill-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.08);
    color: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 999px;
    line-height: 1;
}

.pt-dest-pill.is-active .pt-pill-count {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

/* 3. Contenido Principal y Toolbar */
.pt-archive-content {
    padding: 3rem 0 4.5rem;
    background: #f8fafc;
}

.pt-archive-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.pt-toolbar-results {
    font-size: 0.9375rem;
    color: #64748b;
    font-weight: 600;
}

/* Grid de Artículos del Blog */
.pt-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

/* 4. Paginación de Archivos */
.pt-archive-pagination {
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
}

.pt-archive-pagination .pagination {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-archive-pagination .nav-links {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.pt-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 0.85rem;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.pt-archive-pagination .page-numbers:hover {
    background: #004b93;
    color: #ffffff;
    border-color: #004b93;
    transform: translateY(-1px);
}

.pt-archive-pagination .page-numbers.current {
    background: #004b93;
    color: #ffffff;
    border-color: #004b93;
    box-shadow: 0 4px 10px rgba(0, 75, 147, 0.25);
}

/* 5. Banner CTA Personalizado al final del Archivo */
.pt-archive-custom-cta {
    background: linear-gradient(135deg, #032349 0%, #004b93 100%);
    color: #ffffff;
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
}

.pt-archive-custom-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.pt-cta-text h3 {
    font-family: var(--pt-font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #ffffff;
    margin: 0 0 0.5rem;
}

.pt-cta-text p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    max-width: 600px;
}

.pt-btn-custom-wa {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1.75rem;
    background: #25D366;
    color: #ffffff !important;
    font-size: 0.9375rem;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.pt-btn-custom-wa:hover {
    background: #1ebc59;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

/* 6. Estado Vacío de Archivo */
.pt-no-tours-found {
    text-align: center;
    padding: 4rem 1.5rem;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    max-width: 680px;
    margin: 0 auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.pt-no-tours-icon {
    color: #94a3b8;
    margin-bottom: 1.25rem;
}

.pt-no-tours-found h3 {
    font-family: var(--pt-font-heading);
    font-size: 1.5rem;
    color: #0f172a;
    margin: 0 0 0.75rem;
}

.pt-no-tours-found p {
    font-size: 0.9375rem;
    color: #64748b;
    margin: 0 0 1.75rem;
    line-height: 1.6;
}

.pt-no-tours-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsividad de Archivos */
@media (max-width: 1024px) {
    .pt-posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .pt-archive-hero {
        padding: 2.25rem 0 2.5rem;
    }

    .pt-archive-hero-features {
        gap: 0.75rem;
    }

    .pt-hero-feat-item {
        font-size: 0.75rem;
        padding: 0.35rem 0.7rem;
    }

    .pt-posts-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pt-archive-custom-cta-inner {
        flex-direction: column;
        text-align: center;
    }

    .pt-cta-text p {
        margin-bottom: 1.5rem;
    }
}




