/* ============================================
   SHARED PAGE STYLES
   For: el-parque, atracciones, calendario,
        como-llegar, bloc
   ============================================ */

/* Active nav state */
.main-nav a.active {
    color: var(--orange);
    font-weight: 700;
    position: relative;
}

.main-nav a.active::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 16px;
    right: 16px;
    height: 3px;
    background: var(--orange);
    border-radius: 2px;
}

/* Ghost blue button */
.btn-ghost-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 36px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: var(--white);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition);
    backdrop-filter: blur(8px);
}

.btn-ghost-blue:hover {
    background: var(--white);
    color: var(--primary);
    border-color: var(--white);
    transform: translateY(-2px);
}

/* ============================================
   PAGE HERO (with split image)
   ============================================ */
.page-hero {
    position: relative;
    color: var(--white);
    overflow: hidden;
    padding: 80px 0 100px;
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 30%, rgba(245, 130, 31, 0.18) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(56, 100, 200, 0.6) 0%, transparent 50%),
        linear-gradient(135deg, #133a85 0%, #1a4ba8 50%, #2563d4 100%);
    z-index: 0;
}

.page-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.page-hero-eyebrow {
    display: inline-block;
    color: var(--orange);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 16px;
    background: rgba(245, 130, 31, 0.15);
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid rgba(245, 130, 31, 0.3);
}

.page-hero-text h1 {
    font-size: clamp(48px, 6vw, 84px);
    font-weight: 900;
    line-height: 0.95;
    margin-bottom: 12px;
    letter-spacing: -2px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.page-hero-tagline {
    display: block;
    font-size: clamp(20px, 2.4vw, 32px);
    font-weight: 600;
    color: var(--orange);
    font-style: italic;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #fbb040 0%, #f5821f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-hero-text p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: 0.95;
    max-width: 540px;
}

.page-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.page-hero-visual {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 30, 60, 0.18);
    aspect-ratio: 16 / 11;
}

.page-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 8s ease-in-out;
}

.page-hero-visual:hover img {
    transform: scale(1.05);
}

/* ============================================
   SIMPLE HERO (for atracciones, como-llegar, bloc)
   ============================================ */
.simple-hero {
    position: relative;
    color: var(--white);
    overflow: hidden;
    padding: 70px 0 80px;
    text-align: center;
}

.simple-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 70% 30%, rgba(245, 130, 31, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 30% 70%, rgba(56, 100, 200, 0.5) 0%, transparent 55%),
        linear-gradient(135deg, #133a85 0%, #1a4ba8 50%, #2563d4 100%);
    z-index: 0;
}

.simple-hero .container {
    position: relative;
    z-index: 1;
    max-width: 920px;
}

.simple-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px 18px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
}

.simple-hero-eyebrow i {
    color: var(--orange);
}

.simple-hero h1 {
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 900;
    line-height: 0.95;
    margin-bottom: 20px;
    letter-spacing: -2px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.simple-hero p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 740px;
    margin: 0 auto;
}

/* ============================================
   STATS BAND
   ============================================ */
.stats-band {
    background: var(--primary);
    padding: 28px 0;
    position: relative;
    overflow: hidden;
    color: var(--white);
}

.stats-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(245, 130, 31, 0.1) 0%, transparent 60%);
}

.stats-band-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: center;
}

.stats-band-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.stats-band-item:last-child {
    border-right: none;
}

.stats-band-icon {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--orange);
    flex-shrink: 0;
}

.stats-band-text strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

/* Section header left-aligned variant */
.section-header.section-header-left {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 720px;
    margin-bottom: 40px;
}

.highlight {
    color: var(--orange);
    position: relative;
    display: inline-block;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 12px;
    background: rgba(245, 130, 31, 0.22);
    z-index: -1;
    border-radius: 4px;
}

/* ============================================
   FEATURED ATTRACTIONS (el-parque)
   ============================================ */
.featured-attractions {
    padding: 90px 0;
    background: var(--white);
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.featured-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(15, 30, 60, 0.07);
    transition: var(--transition);
    border: 1px solid #eef2f6;
    display: flex;
    flex-direction: column;
}

.featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}

.featured-image {
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 80px;
    position: relative;
    overflow: hidden;
}

.featured-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
}

.featured-image i {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}

.featured-extreme { background: linear-gradient(135deg, #1a4ba8 0%, #133a85 100%); }
.featured-tube    { background: linear-gradient(135deg, #2196f3 0%, #1565c0 100%); }
.featured-river   { background: linear-gradient(135deg, #4ec5d6 0%, #2193b0 100%); }
.featured-kamikaze { background: linear-gradient(135deg, #f5821f 0%, #c92a2a 100%); }

.featured-image.featured-photo {
    background: var(--light-gray);
    padding: 0;
    font-size: 0;
}

.featured-image.featured-photo::after {
    display: none;
}

.featured-image.featured-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.featured-card:hover .featured-image.featured-photo img {
    transform: scale(1.06);
}

.featured-body {
    padding: 24px 22px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.featured-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 4px 10px;
    border-radius: 50px;
    margin-bottom: 12px;
    align-self: flex-start;
}

.tag-extreme { background: rgba(232, 69, 31, 0.12); color: #c92a2a; }
.tag-tube    { background: rgba(33, 150, 243, 0.12); color: #1565c0; }
.tag-relax   { background: rgba(78, 197, 214, 0.18); color: #2193b0; }

.featured-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 8px;
}

.featured-body p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1;
}

.featured-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: var(--transition);
}

.featured-cta i {
    transition: transform 0.3s ease;
}

.featured-card:hover .featured-cta {
    color: var(--orange);
}

.featured-card:hover .featured-cta i {
    transform: translateX(4px);
}

/* ============================================
   PARK MAP
   ============================================ */
.park-map {
    padding: 90px 0;
    background: linear-gradient(180deg, #f4f7fa 0%, #e8eef4 100%);
    position: relative;
    overflow: hidden;
}

.park-map::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245, 130, 31, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.map-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.map-text .section-tag {
    color: var(--orange);
    margin-bottom: 16px;
}

.map-text h2 {
    font-size: 44px;
    font-weight: 900;
    color: var(--dark);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.map-text p {
    font-size: 17px;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 28px;
}

.map-image {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 30, 60, 0.12);
    background: var(--white);
}

.map-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   SERVICES (icon grid)
   ============================================ */
.services {
    padding: 90px 0;
    background: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    background: var(--white);
    border: 1px solid #e9eff5;
    border-radius: 14px;
    transition: var(--transition);
}

.service-item:hover {
    border-color: var(--primary);
    background: linear-gradient(135deg, #f4f7fa 0%, #ffffff 100%);
    transform: translateY(-2px);
}

.service-icon {
    width: 44px;
    height: 44px;
    background: rgba(26, 75, 168, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 18px;
    flex-shrink: 0;
    transition: var(--transition);
}

.service-item:hover .service-icon {
    background: var(--gradient);
    color: var(--white);
}

.service-text strong {
    display: block;
    font-size: 14px;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
}

.service-text span {
    display: block;
    font-size: 12px;
    color: var(--gray);
    margin-top: 2px;
}

/* ============================================
   CALENDAR PREVIEW
   ============================================ */
.calendar-preview {
    padding: 90px 0;
    background: var(--light-gray);
}

.calendar-preview-card {
    background: linear-gradient(135deg, #133a85 0%, #1a4ba8 100%);
    border-radius: 10px;
    padding: 60px;
    color: var(--white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.calendar-preview-card::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 130, 31, 0.2) 0%, transparent 60%);
    border-radius: 50%;
}

.calendar-preview-content {
    position: relative;
    z-index: 1;
}

.calendar-preview-content .section-tag {
    color: var(--orange);
}

.calendar-preview-content h2 {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 16px;
    color: var(--white);
}

.calendar-preview-content p {
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.92;
    margin-bottom: 28px;
}

.calendar-preview-meta {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.cp-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cp-meta i {
    width: 44px;
    height: 44px;
    background: rgba(245, 130, 31, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 18px;
}

.cp-meta strong {
    display: block;
    font-size: 14px;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cp-meta span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.calendar-preview-visual {
    position: relative;
    z-index: 1;
}

.cp-month {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(15, 30, 60, 0.09);
}

.cp-month-head {
    background: var(--orange);
    color: var(--white);
    text-align: center;
    padding: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 15px;
}

.cp-month-body {
    padding: 16px;
}

.cp-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    margin-bottom: 6px;
}

.cp-day {
    aspect-ratio: 1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    color: var(--white);
}

.cp-purple { background: #2e178d; }
.cp-yellow { background: #f7c308; }
.cp-green  { background: #1d9b1f; }

/* ============================================
   RESTAURATION
   ============================================ */
.restauration {
    padding: 90px 0;
    background: var(--white);
}

.restauration-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.rest-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(15, 30, 60, 0.07);
    transition: var(--transition);
    border: 1px solid #eef2f6;
}

.rest-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.rest-image {
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 56px;
    position: relative;
    overflow: hidden;
}

.rest-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(0, 0, 0, 0.25) 0%, transparent 50%);
}

.rest-image i {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}

.rest-brasa   { background: linear-gradient(135deg, #c92a2a 0%, #5d1a1a 100%); }
.rest-burguer { background: linear-gradient(135deg, #f5821f 0%, #c95417 100%); }
.rest-helados { background: linear-gradient(135deg, #ff8a3d 0%, #f5a623 100%); }
.rest-pizza   { background: linear-gradient(135deg, #e8451f 0%, #6a1fa8 100%); }

.rest-body {
    padding: 22px 20px 24px;
}

.rest-body h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 6px;
}

.rest-body p {
    color: var(--gray);
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.5;
}

.rest-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rest-tags span {
    font-size: 11px;
    color: var(--gray);
    background: var(--light-gray);
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.rest-tags i {
    color: var(--orange);
    font-size: 10px;
}

/* ============================================
   PAGE FINAL CTA
   ============================================ */
.page-final-cta {
    padding: 80px 0;
    background:
        linear-gradient(135deg, rgba(20, 50, 120, 0.92) 0%, rgba(232, 69, 31, 0.85) 100%),
        url('assets/3.webp') center/cover;
    text-align: center;
    color: var(--white);
}

.page-final-cta h2 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 14px;
    letter-spacing: -1px;
}

.page-final-cta p {
    font-size: 17px;
    opacity: 0.95;
    margin-bottom: 28px;
}

/* ============================================
   ATRACCIONES PAGE
   ============================================ */
.filters-section {
    padding: 28px 0 0;
    background: var(--white);
}

.filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.filter-chip {
    background: var(--white);
    border: 2px solid #d6e3ee;
    color: var(--dark);
    padding: 12px 22px;
    border-radius: 50px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.filter-chip:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.filter-chip.active {
    background: var(--gradient-orange-button);
    border-color: transparent;
    color: var(--white);
    box-shadow: 0 6px 18px rgba(245, 130, 31, 0.4);
}

.attractions-page {
    padding: 50px 0 90px;
    background: var(--white);
}

.attractions-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.attr-card {
    background: var(--white);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 30, 60, 0.08);
    transition: var(--transition);
    border: 1px solid #eef2f6;
    display: flex;
    flex-direction: column;
}

.attr-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 22px rgba(15, 30, 60, 0.10);
    border-color: transparent;
}

.attr-card-image {
    aspect-ratio: 16 / 11;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 90px;
    position: relative;
    overflow: hidden;
}

.attr-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(0, 0, 0, 0.25) 0%, transparent 50%);
}

.attr-card-icon {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
}

.attr-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--dark);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.attr-card-badge i {
    color: var(--orange);
    font-size: 10px;
}

.attr-card-image.attr-card-photo {
    background: var(--light-gray);
    padding: 0;
    font-size: 0;
}

.attr-card-image.attr-card-photo::after {
    display: none;
}

.attr-card-image.attr-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.attr-card:hover .attr-card-image.attr-card-photo img {
    transform: scale(1.06);
}

/* Attraction backgrounds */
.attr-bg-red       { background: linear-gradient(135deg, #ff5e5b 0%, #c92a2a 100%); }
.attr-bg-blue      { background: linear-gradient(135deg, #2196f3 0%, #1565c0 100%); }
.attr-bg-purple    { background: linear-gradient(135deg, #9b3fd4 0%, #6a1fa8 100%); }
.attr-bg-cyan      { background: linear-gradient(135deg, #4ec5d6 0%, #2193b0 100%); }
.attr-bg-teal      { background: linear-gradient(135deg, #1abc9c 0%, #0e7c66 100%); }
.attr-bg-yellow    { background: linear-gradient(135deg, #ffd54a 0%, #f5a623 100%); }
.attr-bg-orange    { background: linear-gradient(135deg, #f5821f 0%, #c95417 100%); }
.attr-bg-darkblue  { background: linear-gradient(135deg, #1a4ba8 0%, #0a1f4a 100%); }
.attr-bg-mint      { background: linear-gradient(135deg, #6dd5ed 0%, #2193b0 100%); }
.attr-bg-pink      { background: linear-gradient(135deg, #ff8a9c 0%, #d83370 100%); }
.attr-bg-darkred   { background: linear-gradient(135deg, #c92a2a 0%, #5d1a1a 100%); }
.attr-bg-lime      { background: linear-gradient(135deg, #6bbe2c 0%, #2d8a1f 100%); }

.attr-card-body {
    padding: 24px 24px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.attr-card-body h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.attr-card-body p {
    color: var(--gray);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
    min-height: 88px;
}

.attr-card-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 20px;
    padding-top: 16px;
    border-top: 1px solid #eef2f6;
}

.attr-meta {
    background: var(--light-gray);
    border-radius: 10px;
    padding: 10px 8px;
    text-align: center;
}

.attr-meta strong {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.attr-meta span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--dark);
}

.attr-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: var(--transition);
    margin-top: auto;
}

.attr-card:hover .attr-card-cta {
    background: var(--gradient-orange-button);
    transform: translateY(-2px);
}

.attr-card-cta i {
    transition: transform 0.3s ease;
    font-size: 11px;
}

.attr-card:hover .attr-card-cta i {
    transform: translateX(4px);
}

/* ============================================
   CALENDARIO PAGE
   ============================================ */
.cal-status-strip {
    background: var(--white);
    padding: 36px 0 0;
}

.cal-status-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: var(--white);
    border: 1px solid #eaf0f6;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 12px 32px rgba(20, 50, 120, 0.06);
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.cal-status-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 14px;
    background: var(--light-gray);
    transition: var(--transition);
}

.cal-status-pill:hover {
    transform: translateY(-3px);
    background: #eef3f8;
}

.cal-status-pill-highlight {
    background: linear-gradient(135deg, rgba(245, 130, 31, 0.1) 0%, rgba(245, 130, 31, 0.04) 100%);
    border: 1px solid rgba(245, 130, 31, 0.25);
}

.cal-pill-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
}

.cal-dot-green  { background: #1d9b1f; }
.cal-dot-yellow { background: #f7c308; }
.cal-dot-purple { background: #2e178d; }
.cal-dot-dark   { background: var(--dark); }

.cal-pill-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.cal-pill-text strong {
    font-size: 15px;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.cal-pill-text span {
    font-size: 12px;
    color: var(--gray);
    font-weight: 500;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .cal-status-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .cal-status-row {
        grid-template-columns: 1fr;
        margin-top: -30px;
    }
}

.cal-section {
    padding: 30px 0 80px;
    background: var(--white);
}

.cal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.cal-month {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 30, 60, 0.08);
    border: 1px solid #eef2f6;
}

.cal-month-head {
    background: var(--gradient-orange-button);
    color: var(--white);
    text-align: center;
    padding: 16px 12px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cal-month-body {
    padding: 14px 12px 12px;
}

.cal-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    text-align: center;
    margin-bottom: 8px;
}

.cal-weekdays div {
    font-weight: 800;
    font-size: 12px;
    color: var(--primary);
    padding: 4px 0;
}

.cal-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.cal-day {
    aspect-ratio: 1;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    color: var(--white);
    background: #cfd8e0;
}

.cal-day.cal-empty { background: transparent; }
.cal-day.cal-purple { background: #2e178d; }
.cal-day.cal-yellow { background: #f7c308; color: var(--dark); }
.cal-day.cal-green  { background: #1d9b1f; }
.cal-day.cal-grey   { background: #cfd8e0; }

/* Legend */
.cal-legend {
    margin-top: 30px;
    background: var(--light-gray);
    border-radius: 12px;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.cal-legend-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.cal-legend-color {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    margin-top: 2px;
    flex-shrink: 0;
}

.cal-legend-item strong {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 0.5px;
}

.cal-legend-item span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: var(--gray);
    line-height: 1.45;
}

/* Info bar */
.cal-info-bar {
    margin-top: 24px;
    background: linear-gradient(135deg, #133a85 0%, #1a4ba8 100%);
    border-radius: 12px;
    padding: 28px 30px;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
    color: var(--white);
}

.cal-info-bar p {
    margin: 0 0 8px;
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.95;
    max-width: 760px;
}

.cal-info-bar strong {
    color: var(--orange);
}

.cal-info-disclaimer {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

.cal-info-bar .btn-buy {
    flex-shrink: 0;
}

/* ============================================
   CÓMO LLEGAR PAGE
   ============================================ */
.address-block {
    padding: 80px 0;
    background: var(--white);
}

.address-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.address-info h2 {
    font-size: 44px;
    font-weight: 900;
    color: var(--dark);
    line-height: 1;
    margin: 12px 0 28px;
    letter-spacing: -1px;
}

.address-list {
    margin-bottom: 32px;
}

.address-list li {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #eef2f6;
}

.address-list li:last-child {
    border-bottom: none;
}

.address-list i {
    width: 44px;
    height: 44px;
    background: rgba(245, 130, 31, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 18px;
    flex-shrink: 0;
}

.address-list strong {
    display: block;
    font-size: 16px;
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 2px;
}

.address-list span {
    display: block;
    font-size: 14px;
    color: var(--gray);
}

.address-map {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 30, 60, 0.12);
    aspect-ratio: 4 / 5;
    background: var(--light-gray);
}

.address-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Transport */
.transport {
    padding: 80px 0;
    background: var(--light-gray);
}

.transport-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.transport-card {
    background: var(--white);
    border-radius: 14px;
    padding: 36px 32px;
    box-shadow: 0 4px 14px rgba(15, 30, 60, 0.08);
    transition: var(--transition);
    border-top: 6px solid;
    border-image: linear-gradient(90deg, #f5a623 0%, #e8451f 100%) 1;
}

.transport-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 22px rgba(15, 30, 60, 0.10);
}

.transport-card.transport-car   { border-top-color: var(--orange); }
.transport-card.transport-train { border-top-color: var(--primary); }
.transport-card.transport-bus   { border-top-color: #1d9b1f; }

.transport-icon {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(245, 130, 31, 0.15) 0%, rgba(245, 130, 31, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 26px;
    margin-bottom: 20px;
}

.transport-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 12px;
}

.transport-card p {
    color: var(--gray);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.transport-card strong {
    color: var(--dark);
    font-weight: 700;
}

.transport-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    color: var(--dark);
    font-size: 14px;
    font-weight: 500;
}

.transport-list i {
    color: #1d9b1f;
    font-size: 14px;
}

/* Practical info */
.practical-info {
    padding: 80px 0;
    background: var(--white);
}

.practical-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.practical-card {
    border-radius: 14px;
    padding: 32px;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.practical-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.18) 0%, transparent 50%);
}

.practical-blue   { background: linear-gradient(135deg, #1a4ba8 0%, #133a85 100%); }
.practical-orange { background: linear-gradient(135deg, #f5a623 0%, #e8451f 100%); }
.practical-green  { background: linear-gradient(135deg, #2d8a1f 0%, #1d6b15 100%); }

.practical-card > * {
    position: relative;
    z-index: 1;
}

.practical-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    margin-bottom: 18px;
}

.practical-card h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.practical-card p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 18px;
}

.practical-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.practical-meta span {
    background: rgba(255, 255, 255, 0.18);
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.practical-meta i {
    font-size: 10px;
}

/* ============================================
   BLOC PAGE
   ============================================ */
.bloc-featured {
    padding: 70px 0 50px;
    background: var(--white);
}

.featured-post {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 30, 60, 0.10);
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

.featured-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 30, 60, 0.18);
    color: inherit;
}

.featured-post-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--primary);
}

.featured-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.featured-post:hover .featured-post-image img {
    transform: scale(1.05);
}

.featured-post-tag {
    position: absolute;
    top: 24px;
    left: 24px;
    background: linear-gradient(180deg, #f5a623 0%, #e8451f 100%);
    color: var(--white);
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 2px;
    z-index: 1;
    box-shadow: 0 8px 22px rgba(245, 130, 31, 0.5);
}

.featured-post-body {
    padding: 50px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bloc-cat {
    display: inline-block;
    color: var(--orange);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.featured-post-body h2 {
    font-size: 36px;
    font-weight: 900;
    color: var(--dark);
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.featured-post-body p {
    color: var(--gray);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 22px;
}

.featured-post-meta {
    display: flex;
    gap: 22px;
    margin-bottom: 24px;
    color: var(--gray);
    font-size: 13px;
}

.featured-post-meta i {
    margin-right: 6px;
    color: var(--orange);
}

.featured-post-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--orange);
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured-post-cta i {
    transition: transform 0.3s ease;
}

.featured-post:hover .featured-post-cta i {
    transform: translateX(6px);
}

/* Bloc grid */
.bloc-grid-section {
    padding: 50px 0 90px;
    background: var(--white);
}

.bloc-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.bloc-toolbar h2 {
    font-size: 28px;
    font-weight: 900;
    color: var(--dark);
}

.bloc-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bloc-cat-chip {
    background: transparent;
    border: 2px solid #e0e8f0;
    color: var(--gray);
    padding: 8px 16px;
    border-radius: 50px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.bloc-cat-chip:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.bloc-cat-chip.active {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.bloc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.bloc-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(15, 30, 60, 0.07);
    border: 1px solid #eef2f6;
    transition: var(--transition);
    text-decoration: none;
    color: inherit;
    display: block;
}

.bloc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 22px rgba(15, 30, 60, 0.10);
    border-color: transparent;
    color: inherit;
}

.bloc-card:hover h3 {
    color: var(--primary);
}

.bloc-card-image {
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 70px;
    position: relative;
    overflow: hidden;
}

.bloc-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
}

.bloc-card-image i {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
}

.bloc-img-1 { background: linear-gradient(135deg, #1a4ba8 0%, #2563d4 100%); }
.bloc-img-2 { background: linear-gradient(135deg, #f5a623 0%, #f5821f 100%); }
.bloc-img-3 { background: linear-gradient(135deg, #ff8a9c 0%, #d83370 100%); }
.bloc-img-4 { background: linear-gradient(135deg, #4ec5d6 0%, #2193b0 100%); }
.bloc-img-5 { background: linear-gradient(135deg, #c92a2a 0%, #5d1a1a 100%); }
.bloc-img-6 { background: linear-gradient(135deg, #6bbe2c 0%, #2d8a1f 100%); }

.bloc-card-body {
    padding: 22px 22px 26px;
}

.bloc-card-body h3 {
    font-size: 19px;
    font-weight: 800;
    color: var(--dark);
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.bloc-card-body p {
    color: var(--gray);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.bloc-card-meta {
    display: flex;
    justify-content: space-between;
    color: var(--gray);
    font-size: 12px;
    font-weight: 600;
}

.bloc-card-meta i {
    margin-right: 6px;
    color: var(--orange);
}

/* Pagination */
.bloc-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page-btn {
    background: var(--white);
    border: 2px solid #e0e8f0;
    color: var(--dark);
    padding: 10px 18px;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.page-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.page-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.page-btn-next {
    padding: 10px 22px;
}

/* Newsletter */
.newsletter {
    padding: 70px 0 90px;
    background: var(--white);
}

.newsletter-card {
    background: linear-gradient(135deg, #133a85 0%, #1a4ba8 100%);
    border-radius: 10px;
    padding: 50px;
    color: var(--white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.newsletter-card::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 130, 31, 0.18) 0%, transparent 60%);
    border-radius: 50%;
}

.newsletter-content {
    position: relative;
    z-index: 1;
}

.newsletter-content .section-tag {
    color: var(--orange);
}

.newsletter-content h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 12px;
    color: var(--white);
}

.newsletter-content p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.95;
}

.newsletter-form {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.newsletter-form input {
    flex: 1;
    min-width: 200px;
    padding: 16px 22px;
    border-radius: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    font-family: inherit;
    font-size: 15px;
    color: var(--dark);
    outline: none;
}

.newsletter-form input:focus {
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(245, 130, 31, 0.4);
}

/* ============================================
   BLOG ARTICLE PAGE (bloc-articulo.html)
   ============================================ */
.article-page {
    background: var(--white);
}

.article-hero {
    padding: 60px 0 36px;
    background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
    border-bottom: 1px solid #eef2f6;
}

.article-hero-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.article-tags {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
    justify-content: center;
}

.article-cat {
    background: var(--primary);
    color: var(--white);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.article-meta-pill {
    background: var(--light-gray);
    color: var(--gray);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.article-meta-pill i {
    color: var(--orange);
    font-size: 11px;
}

.article-hero h1 {
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.article-deck {
    font-size: 19px;
    line-height: 1.55;
    color: var(--gray);
    margin-bottom: 30px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.article-author {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px 8px 8px;
    background: var(--white);
    border: 1px solid #eaeff5;
    border-radius: 50px;
}

.article-author-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gradient);
    color: var(--white);
    font-weight: 800;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
}

.article-author-info {
    text-align: left;
    line-height: 1.2;
}

.article-author-info strong {
    display: block;
    font-size: 14px;
    color: var(--dark);
    font-weight: 700;
}

.article-author-info span {
    font-size: 12px;
    color: var(--gray);
}

.article-cover {
    max-width: 1100px;
    margin: 0 auto 50px;
    padding: 0 24px;
}

.article-cover-img {
    aspect-ratio: 16 / 7;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 100px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 22px rgba(15, 30, 60, 0.10);
}

.article-cover-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 30%, rgba(255, 255, 255, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
}

.article-cover-img i {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
}

.article-grid {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 40px;
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.article-share {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    position: sticky;
    top: 110px;
    align-self: start;
    height: fit-content;
}

.share-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gray);
    margin-bottom: 4px;
}

.article-share a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid #e0e7ee;
    color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: var(--transition);
}

.article-share a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.article-body {
    font-size: 17px;
    line-height: 1.75;
    color: #2c3e50;
}

.article-body p {
    margin-bottom: 22px;
}

.article-body a {
    color: var(--primary);
    text-decoration: underline;
    text-decoration-color: rgba(26, 75, 168, 0.3);
    text-underline-offset: 3px;
    transition: var(--transition);
}

.article-body a:hover {
    color: var(--orange);
    text-decoration-color: var(--orange);
}

.article-body strong {
    color: var(--dark);
    font-weight: 700;
}

.article-lead {
    font-size: 19px !important;
    line-height: 1.6 !important;
    color: var(--dark);
    font-weight: 500;
    padding-left: 18px;
    border-left: 3px solid var(--orange);
    margin-bottom: 36px !important;
}

.article-body h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--dark);
    line-height: 1.25;
    margin: 44px 0 18px;
    letter-spacing: -0.5px;
}

.article-list {
    margin: 0 0 28px 0;
    padding: 0;
    list-style: none;
}

.article-list li {
    position: relative;
    padding: 6px 0 6px 28px;
    color: #2c3e50;
}

.article-list li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
}

.article-quote {
    margin: 36px 0;
    padding: 28px 32px;
    background: linear-gradient(135deg, #f4f7fa 0%, #ffffff 100%);
    border-left: 4px solid var(--primary);
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.5;
    color: var(--dark);
    font-style: italic;
    font-weight: 500;
    quotes: '"' '"';
}

.article-quote cite {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.3px;
}

.article-cta {
    margin: 44px 0 36px;
    padding: 32px 28px;
    background: linear-gradient(135deg, #133a85 0%, #1a4ba8 100%);
    border-radius: 14px;
    color: var(--white);
    text-align: center;
}

.article-cta h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--white);
}

.article-cta p {
    margin-bottom: 22px !important;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
}

.article-tags-list {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #eef2f6;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.article-tag {
    background: var(--light-gray);
    color: var(--gray);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    transition: var(--transition);
    cursor: default;
}

.article-tag:hover {
    background: rgba(26, 75, 168, 0.08);
    color: var(--primary);
}

/* Related articles */
.related-articles {
    background: var(--light-gray);
    padding: 70px 0 80px;
}

.related-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
    flex-wrap: wrap;
    gap: 16px;
}

.related-head h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--dark);
    letter-spacing: -0.5px;
}

@media (max-width: 768px) {
    .article-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .article-share {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .article-share .share-label {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
    }

    .article-body h2 {
        font-size: 24px;
    }

    .article-quote {
        padding: 22px;
        font-size: 17px;
    }

    .article-cta {
        padding: 26px 22px;
    }
}

/* ============================================
   FAQ PAGE (preguntas-frecuentes.html)
   ============================================ */
.faqp-nav {
    background: var(--white);
    padding: 28px 0 8px;
    border-bottom: 1px solid #eef2f6;
    position: sticky;
    top: 90px;
    z-index: 50;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.96);
}

.faqp-nav-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.faqp-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: var(--light-gray);
    border: 1px solid transparent;
    border-radius: 50px;
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
}

.faqp-chip i {
    color: var(--orange);
    font-size: 12px;
}

.faqp-chip:hover {
    background: var(--white);
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(26, 75, 168, 0.12);
}

.faqp-content {
    padding: 60px 0 80px;
    background: var(--white);
}

.faqp-block {
    max-width: 900px;
    margin: 0 auto 60px;
    scroll-margin-top: 160px;
}

.faqp-block:last-child {
    margin-bottom: 0;
}

.faqp-block-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--light-gray);
}

.faqp-block-icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(245, 130, 31, 0.15) 0%, rgba(245, 130, 31, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 24px;
    flex-shrink: 0;
}

.faqp-block-head h2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--dark);
    letter-spacing: -0.5px;
    margin: 0;
}

.faqp-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Reuse .faq-item, .faq-icon, .faq-answer from styles.css */

/* Contact card */
.faqp-contact {
    padding: 0 0 80px;
    background: var(--white);
}

.faqp-contact-card {
    background: linear-gradient(135deg, #133a85 0%, #1a4ba8 100%);
    border-radius: 10px;
    padding: 48px;
    color: var(--white);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 32px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.faqp-contact-card::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245, 130, 31, 0.18) 0%, transparent 65%);
    border-radius: 50%;
}

.faqp-contact-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f5a623 0%, #e8451f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 32px;
    flex-shrink: 0;
    box-shadow: 0 12px 28px rgba(245, 130, 31, 0.45);
    position: relative;
    z-index: 1;
}

.faqp-contact-text {
    position: relative;
    z-index: 1;
}

.faqp-contact-text h3 {
    font-size: 26px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.faqp-contact-text p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.6;
}

.faqp-contact-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.faqp-contact-actions .btn-ghost-blue {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 1024px) {
    .faqp-nav {
        position: static;
    }

    .faqp-contact-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 36px 28px;
    }

    .faqp-contact-icon {
        margin: 0 auto;
    }

    .faqp-contact-actions {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .faqp-block-head h2 {
        font-size: 22px;
    }

    .faqp-block-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .page-hero-grid,
    .map-grid,
    .calendar-preview-card,
    .cal-hero-grid,
    .address-grid,
    .featured-post,
    .newsletter-card {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stats-band-grid,
    .featured-grid,
    .restauration-grid,
    .attractions-page-grid,
    .cal-grid,
    .transport-grid,
    .practical-grid,
    .bloc-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-band-item:nth-child(2) {
        border-right: none;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cal-legend {
        grid-template-columns: repeat(2, 1fr);
    }

    .calendar-preview-card,
    .newsletter-card {
        padding: 40px;
    }

    .featured-post-body {
        padding: 36px 30px;
    }

    .cal-status-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .stats-band-grid,
    .featured-grid,
    .restauration-grid,
    .attractions-page-grid,
    .cal-grid,
    .transport-grid,
    .practical-grid,
    .bloc-grid,
    .cal-legend {
        grid-template-columns: 1fr;
    }

    /* Services: keep 2 columns on phone — items are small chips */
    .services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .service-item {
        padding: 12px 10px;
        gap: 10px;
    }
    .service-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
    .service-text strong {
        font-size: 13px;
    }
    .service-text span {
        font-size: 11px;
    }
    .address-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .address-map {
        min-height: 280px;
    }
    .simple-hero h1 {
        font-size: clamp(28px, 8vw, 48px);
    }
    .simple-hero p {
        font-size: 15px;
    }
    .page-final-cta {
        padding: 50px 0;
    }
    .page-final-cta h2 {
        font-size: clamp(24px, 6.5vw, 36px);
    }
    .practical-card {
        padding: 24px 20px;
    }
    .transport-card {
        padding: 24px 20px;
    }
    .practical-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .stats-band-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        padding: 14px 0;
    }

    .stats-band-item:last-child {
        border-bottom: none;
    }

    .cal-info-bar,
    .bloc-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .calendar-preview-card,
    .newsletter-card {
        padding: 30px 24px;
    }

    .featured-post-body {
        padding: 28px 22px;
    }

    .featured-post-body h2 {
        font-size: 26px;
    }

    .map-text h2,
    .address-info h2,
    .calendar-preview-content h2,
    .newsletter-content h2 {
        font-size: 30px;
    }

    .cal-title {
        font-size: 64px;
    }

    .page-final-cta h2 {
        font-size: 32px;
    }
}

/* Smallest phones (≤420) — keep service items 2 cols but tighter */
@media (max-width: 420px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .service-item {
        padding: 10px 8px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .service-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .simple-hero {
        padding: 60px 0 40px;
    }
    .practical-card h3 {
        font-size: 18px;
    }
    .transport-card h3 {
        font-size: 18px;
    }
    .transport-card p,
    .practical-card p {
        font-size: 14px;
    }
}
