/* 
 * LeoPalace Resort Guam - Leasing Page Stylesheet
 * Specific styles for the Leasing page
 */

/* ----------------------------------------
   Hero Section for Leasing Page
---------------------------------------- */

p {
    letter-spacing: 1px;
}

/* Hero Section Styles */
.rentals-page .slideshow-item:nth-child(1) {
  background: rgba(94, 94, 94, 0.61);
  background-size: cover;
  background-blend-mode: multiply;
  background-image: url('/leasing/img/rentals-hero1.jpg');
}

/* ----------------------------------------
   Introduction Section
---------------------------------------- */
.leasing-intro {
    padding: 125px 0 80px;
    text-align: center;
}

.leasing-intro h2 {
    margin-bottom: 24px;
    color: var(--color-primary);
}

.leasing-intro p {
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.benefit-icon svg {
    width: 40%;
    fill: #3d3d3d;
}

/* ----------------------------------------
   Property Section Styles
---------------------------------------- */
.property-section {
    padding: 80px 0;
    background-image: url('/common/img/background2.jpg');
    background-size: cover;
    background-position: center;
}

.property-item {
    margin-bottom: 0;
}

.property-description {
    margin-bottom: 30px;
    line-height: 1.7;
}

/* Property Specifications */
.property-specs {
    margin: 30px 0;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
}

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

.spec-item {
    padding: 8px 0;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
}

.spec-item strong {
    color: var(--color-primary);
    font-weight: 400;
    margin-bottom: 4px;
}

/* Property Features */
.property-features {
    margin: 30px 0;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
}

.spec-item-content {
    font-size: var(--font-size-sm);
    line-height: 1.4;
}

.property-features h4 {
    color: var(--color-primary);
    font-size: var(--font-size-md);
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.property-features ul {
    list-style: none;
    padding: 0;
}

.property-features li {
    padding: 0 0;
    position: relative;
    padding-left: 20px;
    color: var(--color-text);
    font-size: var(--font-size-sm);
    line-height: 1.6;
    letter-spacing: 1.5px;
}

.property-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background-color: var(--color-primary);
    border-radius: 50%;
}

/* Pricing Note */
.pricing-note {
    margin: 30px 0 0;
    padding: 20px;
    background-color: rgba(145, 138, 122, 0.1);
    border-radius: 8px;
    border-left: 4px solid var(--color-primary);
}

.pricing-note p {
    margin-bottom: 8px;
    font-size: var(--font-size-sm);
    line-height: 1.6;
}

.pricing-note.highlight {
    background-color: rgba(240, 165, 0, 0.1);
    border-left-color: var(--color-hover);
}

/* ----------------------------------------
   Four Peaks Section
---------------------------------------- */
.four-peaks-section {
    padding: 90px 0;
}

.four-peaks-section h2 {
    text-align: center;
    margin-bottom: 24px;
}

.section-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.7;
    font-size: var(--font-size-md);
}

/* Tower Items */
.tower-item {
    margin-bottom: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.tower-header {
    display: block; /* flexからblockに変更 */
    padding: 40px;
    background: linear-gradient(135deg, rgba(145, 138, 122, 0.1) 0%, rgba(145, 138, 122, 0.05) 100%);
    text-align: center; /* 中央揃え */
}

.tower-img {
    width: 200px;
    height: 150px;
    margin-right: 40px;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;
}

.tower-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tower-info h3 {
    color: var(--color-primary);
    font-size: var(--font-size-lg);
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
    letter-spacing: 3px;
}

.tower-info h4 {
    color: var(--color-text);
    font-size: var(--font-size-md);
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.tower-info p {
    line-height: 1.6;
    color: var(--color-text-light);
}

/* Tower Details */
.tower-details {
    padding: 40px;
}

.tower-specs {
    margin-bottom: 40px;
}

/* Spec Comparison */
.spec-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.spec-column {
    padding: 25px;
    background-color: rgba(245, 242, 238, 0.5);
    border-radius: 8px;
}

.spec-column h5 {
    color: var(--color-primary);
    font-size: var(--font-size-md);
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-border);
}

.spec-list .spec-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(145, 138, 122, 0.2);
}

.spec-list .spec-item:last-child {
    border-bottom: none;
}

/* Common Specs */
.common-specs {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
}

.common-specs h5 {
    color: var(--color-primary);
    font-size: var(--font-size-md);
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-border);
}

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

/* Tower Amenities */
.tower-amenities {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    margin-bottom: 30px;
}

.tower-amenities h5 {
    color: var(--color-primary);
    font-size: var(--font-size-md);
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.tower-amenities ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}

.tower-amenities li {
    padding: 6px 0 6px 20px;
    position: relative;
    color: var(--color-text);
    font-size: var(--font-size-sm);
    line-height: 1.5;
    letter-spacing: 1.2px;
}

.tower-amenities li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: var(--color-primary);
    border-radius: 50%;
}

/* ----------------------------------------
   Benefits Section
---------------------------------------- */
.benefits-section {
    padding: 90px 0;
    background-image: url('/common/img/background2.jpg');
    background-size: cover;
    background-position: center;
}

.benefits-section h2 {
    text-align: center;
    margin-bottom: 24px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.benefit-item {
    text-align: center;
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(145, 138, 122, 0.1);
    border-radius: 50%;
}

.benefit-icon img {
    width: 30px;
    height: 30px;
}

.benefit-item h3 {
    color: var(--color-primary);
    font-size: var(--font-size-md);
    font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: 2px;
    text-align: center;
}

.benefit-item p {
    color: var(--color-text);
    line-height: 1.5;
    font-size: var(--font-size-sm);
}

/* ----------------------------------------
   Contact Section
---------------------------------------- */
.contact-section {
    padding: 90px 0;
}

.contact-section h2 {
    text-align: center;
    margin-bottom: 50px;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info h3 {
    color: var(--color-primary);
    font-size: var(--font-size-md);
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: left;
}

/* Office Hours */
.office-hours {
    margin-bottom: 40px;
    padding: 30px;
    background-color: rgb(243 222 194 / 50%);;
    border-radius: 8px;
}

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

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(145, 138, 122, 0.2);
}

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

.hours-item .days {
    font-weight: 400;
    color: var(--color-primary);
    min-width: 120px;
}

.hours-item .times {
    color: var(--color-text);
}

/* Contact Details */
.contact-details {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
}

.contact-item {
    margin-bottom: 25px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item strong {
    color: var(--color-primary);
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
}

.contact-item p {
    margin-bottom: 5px;
    line-height: 1.5;
}

.contact-item a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
}

.contact-item a:hover {
    color: var(--color-hover);
}

.contact-item small {
    color: var(--color-text-light);
    font-size: var(--font-size-xs);
    line-height: 1.4;
    font-weight: 400;
}

/* Contact CTA */
.contact-cta {
    padding: 40px;
    background: linear-gradient(135deg, rgba(145, 138, 122, 0.1) 0%, rgba(240, 165, 0, 0.1) 100%);
    border-radius: 10px;
    text-align: center;
}

.contact-cta p {
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: var(--font-size-md);
    color: var(--color-text);
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.common-more-btn.secondary {
    background-color: transparent;
    border: 2px solid var(--color-primary);
}

.common-more-btn.secondary p {
    color: var(--color-primary);
}

.common-more-btn.secondary .circle-icon {
    background-color: var(--color-primary);
}

.common-more-btn.secondary .circle-icon-inner {
    border-color: transparent transparent transparent #ffffff;
}

.common-more-btn.secondary:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.common-more-btn.secondary:hover p {
    color: white;
}

.common-more-btn.secondary:hover .circle-icon {
    background-color: var(--color-hover);
}

/* ----------------------------------------
   Responsive Styles
---------------------------------------- */
@media screen and (max-width: 1024px) {
    .spec-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .spec-comparison {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tower-amenities ul {
        grid-template-columns: 1fr;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .leasing-intro,
    .property-section,
    .four-peaks-section,
    .benefits-section,
    .contact-section {
        padding: 60px 0;
    }
    
    .tower-header {
        flex-direction: column;
        text-align: center;
    }
    
    .tower-img {
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 300px;
        height: 200px;
    }
    
    .tower-details {
        padding: 20px;
    }
    
    .spec-grid {
        grid-template-columns: 1fr;
    }
    
    .common-specs .spec-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .office-hours,
    .contact-details,
    .contact-cta {
        padding: 20px;
    }
    
    .hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .hours-item .days {
        min-width: auto;
    }
}

@media screen and (max-width: 550px) {
    .property-specs,
    .property-features,
    .tower-amenities,
    .common-specs {
        padding: 15px;
    }
    
    .tower-header {
        padding: 20px;
    }
    
    .section-description {
        font-size: var(--font-size-sm);
    }
    
    .tower-info h3 {
        font-size: var(--font-size-md);
    }
    
    .tower-info h4,
    .property-features h4,
    .tower-amenities h5,
    .common-specs h5,
    .spec-column h5 {
        font-size: var(--font-size-sm);
    }
    
    .benefit-item {
        padding: 20px 15px;
    }
    
    .contact-cta p {
        font-size: var(--font-size-sm);
    }
}


/* ----------------------------------------
   Image Gallery Styles
---------------------------------------- */

/* Property Gallery (Golf Villas) */
.property-gallery {
    width: 100%;
}

.gallery-main {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-main.large {
    height: 500px;
    margin-bottom: 20px;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-main img:hover {
    transform: scale(1.02);
}

/* Thumbnail Gallery */
.gallery-thumbnails {
    gap: 10px;
    overflow-x: auto;
    padding: 5px 0;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) rgba(0, 0, 0, 0.1);
}

.gallery-thumbnails::-webkit-scrollbar {
    height: 6px;
}

.gallery-thumbnails::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 3px;
}

.thumbnail {
    width: 120px;
    height: 68px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
    border: 2px solid transparent;
    flex-shrink: 0;
}

.thumbnail:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.thumbnail.active {
    opacity: 1;
    border-color: var(--color-primary);
    box-shadow: 0 4px 8px rgba(145, 138, 122, 0.3);
}

/* Four Peaks Gallery */
.four-peaks-gallery {
    margin-bottom: 60px;
    text-align: center;
}

/* Tower Gallery */
.tower-gallery {
    width: 300px;
    margin-right: 40px;
    flex-shrink: 0;
}

.tower-gallery .gallery-main {
    height: 300px;
    margin-bottom: 12px;
}

.tower-gallery .gallery-thumbnails {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 150px;
    overflow-y: auto;
}

.tower-gallery .thumbnail {
    width: 60px;
    height: 34px;
}

/* Gallery Loading State */
.gallery-main.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, transparent 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: loading 1.5s ease infinite;
}

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

/* Gallery Counter */
.gallery-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: var(--font-size-xs);
    font-weight: 400;
}

.gallery-main {
    position: relative;
}

/* Fullscreen Gallery Modal */
.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.gallery-modal.active {
    display: flex;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.modal-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 5px;
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.modal-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.modal-nav.prev {
    left: -60px;
}

.modal-nav.next {
    right: -60px;
}

/* ----------------------------------------
   Responsive Gallery Styles
---------------------------------------- */
@media screen and (max-width: 1024px) {
    .tower-gallery {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .tower-gallery .gallery-main {
        height: 350px;
    }
    
    .tower-gallery .thumbnail {
        width: 80px;
        height: 45px;
    }
    
    .gallery-thumbnails {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .gallery-main {
        height: 300px;
    }
    
    .gallery-main.large {
        height: 350px;
    }
    
    .tower-gallery .gallery-main {
        height: 250px;
    }
    
    .thumbnail {
        width: 100px;
        height: 56px;
    }
    
    .tower-gallery .thumbnail {
        width: 70px;
        height: 39px;
    }
    
    .tower-gallery .gallery-thumbnails {
        max-height: 120px;
    }
    
    .modal-nav {
        font-size: 20px;
        padding: 8px 12px;
    }
    
    .modal-nav.prev {
        left: 10px;
    }
    
    .modal-nav.next {
        right: 10px;
    }
}

@media screen and (max-width: 550px) {
    .gallery-main {
        height: 250px;
    }
    
    .gallery-main.large {
        height: 280px;
    }
    
    .tower-gallery .gallery-main {
        height: 200px;
    }
    
    .thumbnail {
        width: 80px;
        height: 45px;
    }
    
    .tower-gallery .thumbnail {
        width: 60px;
        height: 34px;
    }
    
    .gallery-thumbnails {
        gap: 8px;
    }
    
    .tower-gallery .gallery-thumbnails {
        gap: 6px;
        max-height: 80px;
    }
}


/* ----------------------------------------
   Updated Tower Layout Styles
---------------------------------------- */

/* Tower Header - タイトル部分 */
.tower-header {
    display: block; /* flexからblockに変更 */
    padding: 40px;
    background: linear-gradient(135deg, rgba(145, 138, 122, 0.1) 0%, rgba(145, 138, 122, 0.05) 100%);
    text-align: center; /* 中央揃え */
}

.tower-info {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.tower-info h3 {
    color: var(--color-primary);
    font-size: var(--font-size-lg);
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 3px;
}

.tower-info h4 {
    color: var(--color-text);
    font-size: var(--font-size-md);
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-align: center;
}

.tower-info p {
    line-height: 1.6;
    color: var(--color-text-light);
    text-align: center;
    margin: 0 auto;
}

/* Tower Gallery Section - 新しいセクション */
.tower-gallery-section {
    padding: 40px;
    display: flex;
    justify-content: center;
}

/* Tower Gallery - 800px × 16:9比率 */
.tower-gallery {
    width: 100%;
    max-width: 800px;
    margin: 0;
}

.tower-gallery .gallery-main {
    width: 100%;
    height: 450px; /* 800px × 9/16 = 450px */
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.tower-gallery .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.tower-gallery .gallery-main img:hover {
    transform: scale(1.02);
}

/* Tower Gallery Thumbnails - より大きく */
.tower-gallery .gallery-thumbnails {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    max-height: none; /* 高さ制限を削除 */
    overflow: visible;
}

.tower-gallery .thumbnail {
    width: 140px; /* より大きなサムネイル */
    height: 79px; /* 16:9比率を維持 */
    border-radius: 8px;
    transition: all 0.3s ease;
    opacity: 0.7;
    border: 3px solid transparent;
    flex-shrink: 0;
}

.tower-gallery .thumbnail:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.tower-gallery .thumbnail.active {
    opacity: 1;
    border-color: var(--color-primary);
    box-shadow: 0 6px 15px rgba(145, 138, 122, 0.4);
    transform: translateY(-2px);
}

/* Gallery Counter - 位置調整 */
.tower-gallery .gallery-counter {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: var(--font-size-sm);
    font-weight: 400;
    backdrop-filter: blur(4px);
}

/* ----------------------------------------
   Responsive Updates for Tower Layout
---------------------------------------- */
@media screen and (max-width: 1024px) {
    .tower-gallery {
        max-width: 700px;
    }
    
    .tower-gallery .gallery-main {
        height: 394px; /* 700px × 9/16 */
    }
    
    .tower-gallery .thumbnail {
        width: 120px;
        height: 68px;
    }
}

@media screen and (max-width: 768px) {
    .tower-header {
        padding: 30px 20px;
    }
    
    .tower-gallery-section {
        padding: 30px 20px;
    }
    
    .tower-gallery {
        max-width: 100%;
    }
    
    .tower-gallery .gallery-main {
        height: 300px; /* モバイルでの適切な高さ */
        border-radius: 8px;
    }
    
    .tower-gallery .thumbnail {
        width: 100px;
        height: 56px;
    }
    
    .tower-gallery .gallery-thumbnails {
        gap: 8px;
    }
    
    .tower-details {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 550px) {
    .tower-header {
        padding: 20px 15px;
    }
    
    .tower-gallery-section {
        padding: 20px 15px;
    }
    
    .tower-gallery .gallery-main {
        height: 250px;
        margin-bottom: 15px;
    }
    
    .tower-gallery .thumbnail {
        width: 80px;
        height: 45px;
    }
    
    .tower-gallery .gallery-thumbnails {
        gap: 6px;
    }
    
    .tower-info h3 {
        font-size: var(--font-size-md);
        letter-spacing: 2px;
    }
    
    .tower-info h4 {
        font-size: var(--font-size-sm);
        letter-spacing: 1.5px;
    }
    
    .tower-info p {
        font-size: var(--font-size-sm);
    }
}

