/* =============================================================
   TucsonSol Photography — Consolidated Global Stylesheet
   ============================================================= */

:root {
    --bg-dark: #06111d;
    --bg-card: rgba(5, 18, 31, 0.88);
    --cyan: #20d7e8;
    --cyan-soft: rgba(32, 215, 232, 0.35);
    --gold: #f8b832;
    --text: #f7f8fb;
    --muted: #c8d0dc;

    /* Legacy aliases — keep for existing references */
    --primary-color: var(--cyan);
    --primary-hover: #1fc8db;
    --accent-color: var(--gold);
    --bg-dark-90: rgba(4, 13, 24, 0.9);
    --bg-dark-85: rgba(4, 13, 24, 0.85);
    --bg-dark-80: rgba(4, 13, 24, 0.8);
    --bg-dark-75: rgba(4, 13, 24, 0.75);
    --bg-dark-70: rgba(4, 13, 24, 0.7);
    --bg-deep: #020914;
    --border-glass: 1px solid rgba(255, 255, 255, 0.1);
    --accent-gradient: linear-gradient(135deg, #1fc8db, #1498b1);
    --yellow-gradient: linear-gradient(135deg, var(--gold), #e6a020);

    --font-sans: 'Montserrat', 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    --font-serif: 'Playfair Display', Georgia, serif;

    --border-radius-sm: 4px;
    --border-radius-md: 12px;
    --border-radius-lg: 20px;
    --transition-speed: 0.3s;
    --box-shadow-premium: 0 12px 40px rgba(0, 0, 0, 0.5);
    --backdrop-blur: blur(12px);

    --text-primary: var(--text);
    --text-secondary: #d8dde7;
    --text-muted: var(--muted);

    --color-error: #ff4757;
    --color-error-text: #ff6b81;
    --color-star: var(--gold);
    --color-invalid-border: #ff4d4d;
}

/* --- Base / Body --- */
html,
body {
    height: 100%;
}

body {
    margin: 0;
    color: var(--text);
    background:
        linear-gradient(rgba(4, 10, 18, 0.45), rgba(4, 10, 18, 0.65)),
        /* url('/images/layout/topo-bg.svg') center / cover fixed repeat, */
        url("/images/desert-bg.jpg") center / cover fixed no-repeat;
    font-family: var(--font-sans);
    line-height: 1.6;
}

body.bg-gallery {
    color: var(--text);
    background:
        linear-gradient(rgba(4, 10, 18, 0.45), rgba(4, 10, 18, 0.65)),
        /* url('/images/layout/topo-bg.svg') center / cover fixed repeat, */
        url('/images/layout/desert-sunset.jpg') center / cover fixed no-repeat;
}

.hero-title {
    font-family: Verdana, Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 4.5vw, 4.5rem);
    line-height: 1.1;
    text-align: center;
    color: #35e0ff;
    max-width: 100%;
    margin: 0 auto 1.5em;
    padding: 0 1rem;
    word-break: break-word;
}



.aDesignedBy:active,
.aDesignedBy:visited {
    background-color: yellow;
}

.eachWebsiteOuter {
    width: 100%;
}

.eachWebsite {
    margin: 1em 1em;
    display: inline-block;
    border: 1px solid var(--primary-color);
}

.eachWebsiteImg {
    border: 1px solid var(--primary-color);
}

.colcommon {
    display: inline-block;
}

.col1 {
    width: 100%;
}

.col2 {
    width: 50%;
}

.col3 {
    width: 33.3333%;
}

.col4 {
    width: 25%;
}

.col5 {
    width: 20%;
}

.col6 {
    width: 16.66666666%;
}

.col7 {
    width: 14.2857142857143%;
}

.col12 {
    width: 8.33333333%;
}

.col8 {
    width: 12.5%;
}

.col16 {
    width: 6.25%;
}

.w100 {
    width: 100%;
}

@media (max-width:700px) {
    .eachWebsite {
        width: 90%;
    }
}

@media (min-width:701px) {
    .eachWebsite {
        width: 44%;
    }
}

.designedBy {
    color: white;
    width: 100%;
}

.aDesignedBy {
    color: yellow;
    text-decoration: none;
}

/* --- Header / Navigation --- */
.site-header {
    position: relative;
    z-index: 1000;
    background: rgba(4, 13, 24, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(32, 215, 232, 0.45);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
    padding: 0 2rem;
    width: 100%;
    transition: box-shadow 0.3s ease;
}

.site-header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.3s ease;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

body {
    padding-top: 0;
}

body.has-sticky {
    padding-top: 80px;
}

.header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    min-height: 72px;
    gap: 2rem;
}

.header-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none !important;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

.header-brand:hover {
    opacity: 0.9;
}

.header-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(32, 215, 232, 0.25));
    transition: all var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
}

.header-brand:hover .header-logo {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 0 12px rgba(32, 215, 232, 0.4));
}

.header-title {
    color: #fff;
    font-family: var(--font-sans);
    font-weight: 800;
    font-size: 1.35rem !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    filter: none;
}

.header-subtitle {
    display: block;
    color: var(--cyan);
    font-family: var(--font-sans);
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin-top: 0.15rem;
    font-weight: 500;
}

/* --- Navigation --- */
.header-nav {
    display: flex;
    align-items: center;
}

.nav-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 1.35rem;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #f5f7fb;
    text-decoration: none !important;
    padding: 0.65rem 0.1rem;
    border-bottom: 2px solid transparent;
    background: none !important;
    border-radius: 0 !important;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-link:hover {
    color: var(--cyan) !important;
    border-bottom-color: var(--cyan) !important;
    background: none !important;
    border-color: transparent transparent var(--cyan) transparent !important;
    transform: none;
}

.nav-link.active {
    color: var(--cyan) !important;
    border-bottom-color: var(--cyan) !important;
    background: none !important;
    border-color: transparent transparent var(--cyan) transparent !important;
    box-shadow: none;
}

.nav-link.nav-cta {
    padding: 0.75rem 1.25rem;
    border-radius: 4px !important;
    color: #fff !important;
    border: 0 !important;
    background: linear-gradient(135deg, #1fc8db, #1498b1) !important;
    box-shadow: 0 8px 20px rgba(32, 215, 232, 0.22);
}

.nav-link.nav-cta:hover {
    color: #fff !important;
    border-bottom-color: transparent !important;
    border-color: transparent !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(32, 215, 232, 0.34);
}

/* --- Mobile Scrollable Nav --- */
.mobile-scroll-nav {
    display: none;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 0.75rem;
}

.mobile-scroll-nav::-webkit-scrollbar {
    display: none;
}

.mobile-scroll-wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.4rem;
    padding: 0.5rem 0;
    white-space: nowrap;
}

.mobile-scroll-wrap .nav-link {
    font-size: 0.78rem;
    padding: 0.5rem 0.1rem !important;
    flex-shrink: 0;
    white-space: nowrap;
}

@media (max-width: 500px) {
    .header-nav {
        display: none !important;
    }
    .mobile-scroll-nav {
        display: block;
    }
    .site-header.header-sticky .mobile-scroll-nav {
        display: block;
    }
    .header-wrapper {
        min-height: 62px;
    }
}

/* --- Footer --- */
.footer-outer {
    background: url('/images/layout/cactusoutline.jpg') center bottom / contain no-repeat;
    border-top: 1px solid rgba(32, 215, 232, 0.45);
    margin-top: 3em;
}

.footer-inner {
    background: linear-gradient(to top, transparent 0%, rgba(4, 10, 18, 0.85) 40%);
    padding: 2.3rem 1rem;
    text-align: center;
}

.footer-locations {
    color: #d8dde7;
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: normal;
}

.footer-tags {
    margin: 1.5rem auto;
    padding-top: 1rem;
    max-width: 420px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 1.5em;
}

.footer-tag {
    display: inline-block;
    color: var(--cyan);
    margin: 0 0.8rem;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-tag:hover {
    color: #fff;
    background: none;
    border-color: transparent;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 1em auto;
    max-width: 300px;
}

.footer-links {
    margin: 1em 0;
}

.footer-link {
    color: var(--cyan);
    margin: 0 0.6em;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #fff;
}

.footer-email-label {
    color: var(--muted);
    font-size: 0.85rem;
    margin-top: 0.5em;
}

.footer-email-btn {
    display: inline-block;
    background: linear-gradient(135deg, #1fc8db, #1498b1);
    color: #fff;
    font-weight: 800;
    font-size: 1em;
    padding: 0.6em 1.8em;
    border-radius: 5px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 8px 20px rgba(32, 215, 232, 0.22);
    margin-top: 0.6em;
}

.footer-email-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(32, 215, 232, 0.34);
}

/* --- Shared Card Wrapper (Contact, About, Content) --- */
.contact-wrap,
.about-wrap,
.content-wrap {
    background: rgba(6, 17, 29, 0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(32, 215, 232, 0.25);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--box-shadow-premium);
    padding: 3.5em 2.5em;
    margin: 3.5em auto;
    max-width: 900px;
    text-align: left;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.contact-wrap:hover,
.about-wrap:hover,
.content-wrap:hover {
    border-color: rgba(32, 215, 232, 0.55);
    box-shadow: 0 15px 45px rgba(32, 215, 232, 0.12), var(--box-shadow-premium);
    transform: translateY(-2px);
}

.about-wrap h1 {
    color: #fff;
    font-family: var(--font-serif);
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
    letter-spacing: -0.02em;
}

.about-wrap h1::after {
    content: "";
    display: block;
    width: 86px;
    height: 2px;
    margin-top: 15px;
    background: var(--cyan);
}

.about-wrap p {
    color: var(--text-secondary);
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 1.5em;
}

.about-wrap a {
    color: var(--cyan);
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease;
}

.about-wrap a:hover {
    color: #fff;
}

.contact-wrap h1 {
    color: var(--primary-color);
    font-family: var(--font-serif);
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
    letter-spacing: -0.02em;
}

.contact-wrap h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin-top: 15px;
    border-radius: 4px;
    background: var(--accent-gradient);
}

.contact-wrap p {
    color: var(--text-secondary);
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 1.8em;
}

.contact-wrap a {
    color: var(--primary-color);
    text-decoration: underline;
}

.contact-wrap label {
    color: var(--primary-hover);
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.4em;
    display: block;
}

.contact-wrap input,
.contact-wrap textarea,
.contact-wrap select {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 0.8em 1em;
    margin-bottom: 1.5em;
    border-radius: var(--border-radius-md);
    font-size: 1em;
    transition: all var(--transition-speed) ease;
}

.contact-wrap input:focus,
.contact-wrap textarea:focus,
.contact-wrap select:focus {
    outline: none;
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(0, 255, 102, 0.15);
}

.contact-wrap textarea {
    height: 150px;
    resize: vertical;
}

.contact-wrap select option {
    background: var(--bg-deep);
    color: #fff;
}

.btn-submit {
    background: var(--accent-gradient);
    color: var(--bg-deep);
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    padding: 0.9em 2em;
    border-radius: var(--border-radius-md);
    cursor: pointer;
    width: 100%;
    transition: all var(--transition-speed) ease;
    box-shadow: 0 4px 15px rgba(0, 255, 102, 0.3);
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(0, 255, 102, 0.5);
}

.alert-success-custom {
    background: rgba(0, 255, 102, 0.1);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 1em;
    margin-bottom: 1.5em;
    border-radius: var(--border-radius-md);
    font-weight: 500;
}

.alert-error-custom {
    background: rgba(255, 71, 87, 0.1);
    border: 1px solid var(--color-error);
    color: var(--color-error-text);
    padding: 1em;
    margin-bottom: 1.5em;
    border-radius: var(--border-radius-md);
    font-weight: 500;
}

/* --- Gallery Layout (Index, People, Animals) --- */
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 2.5rem 1.5rem;
    max-width: 1300px;
    margin: 0 auto;
}

.gallery-large {
    height: 18em;
    border-radius: var(--border-radius-md);
    box-shadow: var(--box-shadow-premium);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;
    object-fit: cover;
    max-width: 100%;
    width: auto;
    cursor: zoom-in;
    flex-shrink: 1;
}

.gallery-medium {
    height: 15em;
    border-radius: var(--border-radius-md);
    box-shadow: var(--box-shadow-premium);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;
    object-fit: cover;
    max-width: 100%;
    width: auto;
    cursor: zoom-in;
    flex-shrink: 1;
}

.gallery-large:hover,
.gallery-medium:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 0 2px var(--primary-color);
}

/* --- About Page Accessories --- */
.service-tag {
    display: inline-block;
    margin: 6px 8px 6px 0;
    padding: 8px 18px;
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.05);
    border: var(--border-glass);
    border-radius: 30px;
    text-decoration: none;
    font-size: 0.95em;
    font-weight: 500;
    transition: all 0.2s ease;
}

.service-tag:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background: rgba(0, 255, 102, 0.05);
    transform: translateY(-1px);
}

.location-line {
    margin-top: 25px;
    color: var(--text-muted);
    font-style: italic;
    font-size: 0.95em;
}

/* --- Content Wrappers (Privacy, Terms) --- */
/* (Styles unified into .contact-wrap, .about-wrap, .content-wrap group above) */

.content-wrap h1 {
    color: #fff;
    font-family: var(--font-serif);
    font-size: clamp(1.8em, 5vw, 2.5em);
    font-weight: 700;
    margin-bottom: 0.6em;
    word-break: break-word;
}

.content-wrap h3 {
    color: var(--cyan);
    font-family: var(--font-sans);
    font-size: clamp(1.1em, 3.5vw, 1.3em);
    font-weight: 600;
    margin-top: 1.8em;
    margin-bottom: 0.5em;
}

.content-wrap p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1.2em;
    font-size: 1.05em;
}

.content-wrap ul {
    margin-bottom: 1.2em;
    padding-left: 1.5em;
}

.content-wrap ul li {
    color: var(--text-secondary);
    margin-bottom: 0.4em;
    line-height: 1.7;
    font-size: 1.05em;
}

.content-wrap a {
    color: var(--cyan);
    text-decoration: underline;
    font-weight: 500;
}

.content-wrap a:hover {
    color: #fff;
}

.content-wrap em {
    color: var(--muted);
    font-size: 0.95em;
}

@media (max-width: 576px) {
    .content-wrap {
        margin: 0.5em;
        padding: 1.5em 1.25em;
    }
}

/* --- Events Page --- */
.events-hero {
    /* background: url('/images/layout/cactusoutline.jpg') center center / cover no-repeat; */

    background: url('/images/layout/desert-sunset.jpg') center center / cover no-repeat;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(32, 215, 232, 0.25);
    padding: 4em 2.5em;
    margin: 3em auto 2em;
    max-width: 900px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--box-shadow-premium);
    position: relative;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.events-hero:hover {
    border-color: rgba(32, 215, 232, 0.55);
    box-shadow: 0 15px 45px rgba(32, 215, 232, 0.12), var(--box-shadow-premium);
}

.events-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(4, 10, 18, 0.75);
    border-radius: var(--border-radius-lg);
    z-index: 0;
}

.events-hero>* {
    position: relative;
    z-index: 1;
}

.events-hero h1 {
    color: var(--primary-color);
    font-family: var(--font-serif);
    font-size: clamp(1.8em, 5vw, 2.8em);
    font-weight: 700;
    margin-bottom: 0.4em;
    line-height: 1.2;
}

.events-hero h2 {
    color: var(--text-secondary);
    font-size: clamp(1.1em, 3vw, 1.3em);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.6;
}

.events-body {
    background: rgba(6, 17, 29, 0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(32, 215, 232, 0.25);
    padding: 3.5em 3.5em;
    margin: 0 auto 2.5em;
    max-width: 900px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--box-shadow-premium);
    text-align: left;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.events-body:hover {
    border-color: rgba(32, 215, 232, 0.55);
    box-shadow: 0 15px 45px rgba(32, 215, 232, 0.12), var(--box-shadow-premium);
}

.events-body p {
    font-size: 1.1em;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 1.5em;
}

.events-body-title {
    color: var(--primary-hover);
    font-family: var(--font-serif);
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 1.2em 0 0;
}

.services-list li {
    padding: 0.6em 0;
    font-size: 1.05em;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 0.8em;
}

.services-list li::before {
    content: "✦";
    color: var(--accent-color);
    font-size: 0.9em;
}

@keyframes ctaGlowPulse {
    0% {
        box-shadow: var(--box-shadow-premium), 0 0 5px rgba(0, 255, 127, 0.03);
    }

    50% {
        box-shadow: var(--box-shadow-premium), 0 0 18px rgba(0, 255, 127, 0.12);
    }

    100% {
        box-shadow: var(--box-shadow-premium), 0 0 5px rgba(0, 255, 127, 0.03);
    }
}

.cta-block {
    max-width: 900px;
    margin: 0 auto 3em;
    padding: clamp(2rem, 5vw, 4rem) clamp(1.2rem, 5vw, 3rem);

    background: url('/images/layout/cactusoutline.jpg') center center / cover no-repeat;
    border: 1px solid rgba(32, 215, 232, 0.45);
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-align: center;
    width: 92%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.cta-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(4, 10, 18, 0.75);
    border-radius: 14px;
    z-index: 0;
}

.cta-block>* {
    position: relative;
    z-index: 1;
}

.cta-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.cta-block p {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0.6em;
    color: #fff;
}

.cta-block .cta-icon {
    color: var(--cyan);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-block .cta-tagline {
    color: #fff;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.9rem;
    letter-spacing: 0.04em;
}

.cta-block .cta-tagline::after {
    content: "";
    display: block;
    width: 86px;
    height: 2px;
    margin: 1rem auto 0;
    background: var(--cyan);
}

.cta-block-desc {
    max-width: 680px;
    margin: 1.2rem auto 2rem;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    padding: 1rem 1.6rem;
    color: #fff;
    font-weight: 800;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: linear-gradient(135deg, #1fc8db, #1498b1);
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(32, 215, 232, 0.24);
    transition: 0.2s ease;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(32, 215, 232, 0.34);
    color: #fff;
    text-decoration: none;
}

.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    padding: 1rem 1.6rem;
    color: #fff;
    background: linear-gradient(135deg, #1fc8db, #1498b1);
    border-radius: 5px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 28px rgba(32, 215, 232, 0.24);
    transition: 0.2s ease;
}

.primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(32, 215, 232, 0.34);
}

/* --- Pricing Page --- */
.pricing-wrap {
    margin: 3em auto;
    max-width: 900px;
}

.pricing-card {
    background: linear-gradient(145deg, rgba(7, 0, 41, 0.95), rgba(20, 0, 60, 0.9));
    backdrop-filter: var(--backdrop-blur);
    border: var(--border-glass);
    border-top: 4px solid var(--primary-color);
    border-radius: var(--border-radius-lg);
    padding: 3.5em 3em 2.5em;
    box-shadow: var(--box-shadow-premium);
    text-align: center;
}

.pricing-card h1 {
    color: var(--text-secondary) !important;
    font-family: var(--font-serif);
    font-size: clamp(1.8em, 5vw, 2.4em);
    margin-bottom: 0.4em;
    font-weight: 700;
}

.pricing-card .price {
    font-size: clamp(3em, 10vw, 4.5em);
    font-weight: 800;
    color: var(--accent-color);
    line-height: 1;
    margin-bottom: 0.1em;
    letter-spacing: -0.03em;
}

.pricing-card .price-label {
    color: var(--text-muted);
    font-size: 0.95em;
    margin-bottom: 2em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2em;
    text-align: left;
}

.pricing-features li {
    color: var(--text-secondary);
    padding: 0.7em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 1.05em;
    display: flex;
    align-items: center;
    gap: 0.8em;
}

.pricing-features li::before {
    content: "✓";
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.25em;
    flex-shrink: 0;
}

.pricing-addons {
    margin: 2em 0;
    padding: 1.5em;
    background: rgba(255, 255, 255, 0.04);
    border-radius: var(--border-radius-md);
    border: var(--border-glass);
    text-align: left;
}

.pricing-addons h3 {
    color: var(--primary-hover);
    font-size: 1.1em;
    font-family: var(--font-sans);
    font-weight: 600;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

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

.pricing-addons ul li {
    color: var(--text-secondary);
    padding: 0.4em 0;
    font-size: 0.95em;
    display: flex;
    align-items: center;
    gap: 0.6em;
}

.pricing-addons ul li::before {
    content: "+";
    color: var(--primary-hover);
    font-weight: bold;
    font-size: 1.1em;
}

.pricing-extra {
    color: var(--text-muted);
    font-style: italic;
    font-size: 0.9em;
    margin-top: 1.5em;
    padding: 0.8em;
    background: rgba(255, 255, 255, 0.02);
    border-radius: var(--border-radius-sm);
}

.pricing-cta {
    display: inline-block;
    background: var(--accent-gradient);
    color: var(--bg-deep) !important;
    font-weight: 700;
    font-size: 1.15em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.85em 3em;
    border-radius: 30px;
    text-decoration: none;
    transition: all var(--transition-speed) ease;
    box-shadow: 0 4px 15px rgba(0, 255, 102, 0.3);
    margin-top: 1.5em;
}

.pricing-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(0, 255, 102, 0.5);
    text-decoration: none;
}

.pricing-gallery {
    display: flex;
    gap: 1.2em;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em 0;
}

.pricing-gallery img {
    width: 100%;
    max-width: 240px;
    border-radius: var(--border-radius-md);
    border: var(--border-glass);
    transition: all var(--transition-speed) ease;
}

.pricing-gallery img:hover {
    transform: scale(1.04);
    border-color: var(--primary-color);
}

@media (max-width: 576px) {
    .pricing-card {
        padding: 2.5em 1.5em;
    }

    .pricing-gallery img {
        max-width: 160px;
    }
}

/* ============================================================
   LIGHTGALLERY-STYLE IMAGE POPUP CSS
   ============================================================ */

/* ===== OVERLAY ===== */
#lg-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: #0d0d0d;
    z-index: 99999;
    flex-direction: column;
    opacity: 0;
    transition: opacity .22s ease;
    user-select: none;
}

#lg-overlay.lg-open {
    display: flex;
}

#lg-overlay.lg-show {
    opacity: 1;
}

/* ===== TOOLBAR ===== */
#lg-toolbar {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent);
    flex-shrink: 0;
}

#lg-counter {
    color: rgba(255, 255, 255, .75);
    font-family: var(--font-sans);
    font-size: .95rem;
    letter-spacing: .04em;
}

#lg-close {
    background: rgba(255, 255, 255, .1);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background .15s, transform .15s;
}

#lg-close svg {
    width: 20px;
    height: 20px;
    fill: none;
}

#lg-close:hover {
    background: rgba(255, 255, 255, .25);
    transform: scale(1.1);
}

/* ===== PREV / NEXT ===== */
#lg-prev,
#lg-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background .15s, transform .15s;
    backdrop-filter: blur(4px);
}

#lg-prev svg,
#lg-next svg {
    width: 26px;
    height: 26px;
    fill: none;
}

#lg-prev {
    left: 14px;
}

#lg-next {
    right: 14px;
}

#lg-prev:hover,
#lg-next:hover {
    background: rgba(255, 255, 255, .22);
    transform: translateY(-50%) scale(1.08);
}

#lg-overlay.lg-single #lg-prev,
#lg-overlay.lg-single #lg-next {
    display: none;
}

/* ===== STAGE ===== */
#lg-stage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: zoom-out;
    min-height: 0;
}

#lg-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

/* ===== MAIN IMAGE ===== */
#lg-img {
    max-width: min(90vw, 1200px);
    max-height: calc(100vh - 160px);
    border-radius: 4px;
    box-shadow: 0 12px 60px rgba(0, 0, 0, .9);
    display: block;
    transition: opacity .22s ease, transform .22s ease;
    transform: scale(.95);
    opacity: 0;
    object-fit: contain;
}

#lg-img.lg-loaded {
    opacity: 1;
    transform: scale(1);
}

/* ===== SPINNER ===== */
#lg-spin {
    display: none;
    position: absolute;
    width: 44px;
    height: 44px;
    border: 4px solid rgba(255, 255, 255, .15);
    border-top-color: #e0e0e0;
    border-radius: 50%;
    animation: lgSpin .75s linear infinite;
}

@keyframes lgSpin {
    to {
        transform: rotate(360deg);
    }
}

/* ===== THUMBNAIL STRIP ===== */
#lg-thumbs-outer {
    flex-shrink: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 12px 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .25) transparent;
}

#lg-thumbs-outer::-webkit-scrollbar {
    height: 4px;
}

#lg-thumbs-outer::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .25);
    border-radius: 2px;
}

#lg-thumbs {
    display: flex;
    gap: 6px;
    width: max-content;
    margin: 0 auto;
}

.lg-thumb-item {
    width: 62px;
    height: 48px;
    border-radius: 4px;
    object-fit: cover;
    cursor: pointer;
    opacity: .45;
    border: 2px solid transparent;
    transition: opacity .18s, border-color .18s, transform .18s;
    flex-shrink: 0;
}

.lg-thumb-item:hover {
    opacity: .8;
    transform: scale(1.06);
}

.lg-thumb-item.lg-active {
    opacity: 1;
    border-color: #fff;
    transform: scale(1.06);
}

/* ===== CLICKABLE THUMBNAILS ===== */
img.gallery {
    cursor: zoom-in;
    transition: opacity .2s;
}

img.gallery:hover {
    opacity: .85;
}

/* ===== SCREEN READER ONLY (SEO) ===== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ===== GALLERY INTRODUCTORY & TEXT COPY SECTION ===== */
.gallery-intro {
    /*     background: url('/images/layout/cactusoutline.jpg') center center / cover no-repeat; */
    /*    background: url('/images/layout/desert-sunset.jpg') center center / cover no-repeat; */
    background: rgba(120, 120, 120, 0.1);

    /*    backdrop-filter: var(--backdrop-blur);*/

    border: var(--border-glass);
    border-radius: var(--border-radius-lg);
    padding: 2.5em 2em;
    margin: 2.5em auto 1.5em;
    max-width: 900px;
    text-align: center;
    box-shadow: var(--box-shadow-premium);
    position: relative;
}

.gallery-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(4, 10, 18, 0.75);
    border-radius: var(--border-radius-lg);
    z-index: 0;
}

.gallery-intro>* {
    position: relative;
    z-index: 1;
}

.gallery-intro h2 {
    color: var(--primary-color);
    font-family: var(--font-serif);
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.6em;
}

.gallery-intro p {
    color: var(--text-secondary);
    font-size: 1.1em;
    line-height: 1.8;
    margin: 0;
}

.pricing-intro {
    background: url('/images/layout/cactusoutline.jpg') center center / cover no-repeat;
    backdrop-filter: var(--backdrop-blur);
    border: var(--border-glass);
    border-radius: var(--border-radius-lg);
    padding: 2.5em 2em;
    margin: 2.5em auto 1.5em;
    max-width: 900px;
    text-align: center;
    box-shadow: var(--box-shadow-premium);
    position: relative;
}

.pricing-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(4, 10, 18, 0.75);
    border-radius: var(--border-radius-lg);
    z-index: 0;
}

.pricing-intro>* {
    position: relative;
    z-index: 1;
}

.pricing-intro p {
    color: var(--text-secondary);
    font-size: 1.1em;
    line-height: 1.8;
    margin: 0;
}

/* ===== GOOGLE ADSENSE SLOTS ===== */
.adsense-slot {
    margin: 2rem auto;
    max-width: 728px;
    background: transparent;
    border: none;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
}

.adsense-label {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 8px;
}

/* --- Ad Layout: center content + left/right sidebar vertical ads --- */
.ad-layout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.ad-content {
    flex: 1;
    min-width: 0;
}

.ad-sidebar {
    width: 120px;
    flex-shrink: 0;
    display: none;
    justify-content: center;
    padding-top: 1.5rem;
}

.ad-sidebar .adsense-slot {
    width: 120px;
    max-width: 120px;
    margin: 0;
    padding: 8px 4px;
    min-height: 600px;
    display: none;
}

.adsense-header-banner {
    max-width: 728px;
}

@media (max-width: 1100px) {
    .ad-sidebar {
        display: none;
    }

    .adsense-slot {
        max-width: 100%;
    }

    .ad-layout {
        display: block;
    }
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
    max-width: 900px;
    margin: 4em auto;
    padding: 0 1.5em;
    text-align: center;
}

.testimonials-title {
    color: #fff;
    font-family: var(--font-serif);
    font-size: 2.4em;
    text-align: center;
    margin-bottom: 1.5em;
    position: relative;
}

.testimonials-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: var(--cyan);
    margin: 12px auto 0;
    border-radius: 2px;
}

.testimonial-slider-viewport {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-slide {
    background: linear-gradient(145deg, rgba(5, 20, 34, 0.94), rgba(4, 12, 22, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    padding: clamp(2.2rem, 5vw, 3.4rem);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-align: center;
    box-sizing: border-box;
}

.testimonial-slide.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transform: scale(1);
}

.testimonial-rating {
    color: var(--gold);
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    margin-bottom: 1.25rem;
}

.testimonial-quote {
    margin: 0 auto;
    max-width: 760px;
    color: #f1f3f8;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 0;
}

.testimonial-author {
    margin-top: 1.8rem;
    color: var(--cyan);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.testimonial-dots {
    margin: 1.4rem 0 4.5rem;
    display: flex;
    justify-content: center;
    gap: 0.65rem;
}

.testimonial-dots .dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dots .dot.active {
    background: var(--cyan);
    border-color: var(--cyan);
}

/* Slick slider overrides */
.testimonial-slider {
    overflow: hidden;
}

.testimonial-slider .slick-dots {
    bottom: -2.5rem;
}

.testimonial-slider .slick-dots li button:before {
    color: #fff;
    opacity: 0.4;
    font-size: 10px;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    color: var(--cyan);
    opacity: 1;
}

.testimonial-slider .slick-track {
    display: flex;
    align-items: center;
}

/* ===== FAQ SECTION ===== */
.faq-section {
    max-width: 800px;
    margin: 4em auto;
    padding: 0 1.5em;
    text-align: left;
}

.faq-title {
    color: #fff;
    font-family: var(--font-serif);
    font-size: 2.4em;
    text-align: center;
    margin-bottom: 1.5em;
    position: relative;
}

.faq-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    margin: 12px auto 0;
    box-shadow: 0 0 10px var(--primary-color);
    border-radius: 2px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--border-radius-md);
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.faq-item:hover {
    border-color: var(--primary-color);
    box-shadow: 0 0 15px rgba(0, 255, 127, 0.12);
    transform: translateY(-2px);
}

.faq-item.active {
    border-color: var(--primary-color);
    background: rgba(0, 255, 127, 0.01);
    box-shadow: 0 0 20px rgba(0, 255, 127, 0.08);
}

.faq-question {
    padding: 1.3em 1.6em;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-item:hover .faq-question,
.faq-item.active .faq-question {
    color: var(--primary-color);
}

.faq-answer {
    padding: 0 1.6em;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: var(--text-secondary);
    line-height: 1.7;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
    max-height: 250px;
    opacity: 1;
    padding: 0 1.6em 1.4em 1.6em;
}

.faq-icon {
    font-size: 1.1rem;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.faq-item:hover .faq-icon {
    background: var(--primary-color);
    color: #000;
    box-shadow: 0 0 8px var(--primary-color);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: var(--primary-color);
    color: #000;
}

/* ===== FORM VALIDATION ===== */
.form-group {
    position: relative;
    margin-bottom: 1.8rem;
    text-align: left;
}

.is-invalid {
    border-color: var(--color-invalid-border) !important;
    box-shadow: 0 0 0 2px rgba(255, 77, 77, 0.25) !important;
}

.invalid-feedback {
    display: none;
    color: var(--color-invalid-border);
    font-size: 0.85rem;
    margin-top: 5px;
}

.form-group.has-error .invalid-feedback {
    display: block;
}

/* ===== BREADCRUMBS ===== */
.breadcrumb-container {
    max-width: 900px;
    margin: 1.5rem auto 0;
    padding: 0 1.5rem;
    text-align: left;
}

.breadcrumb-list {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.2);
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

/* ===== PRICING CARDS ===== */
.pricing-card {
    background: rgba(6, 17, 29, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(32, 215, 232, 0.15);
    border-radius: var(--border-radius-lg);
    padding: 2.2em;
    box-shadow: var(--box-shadow-premium);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.pricing-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    transition: background-color 0.3s ease;
}

.pricing-card.featured-card {
    border-color: rgba(248, 184, 50, 0.28);
    box-shadow: 0 4px 20px rgba(248, 184, 50, 0.08);
}

.pricing-card.featured-card::before {
    background: var(--gold);
}

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: var(--cyan);
    box-shadow: 0 15px 40px rgba(32, 215, 232, 0.2), 0 0 15px rgba(32, 215, 232, 0.08);
    background: rgba(6, 17, 29, 0.82);
}

.pricing-card.featured-card:hover {
    border-color: var(--gold);
    box-shadow: 0 15px 40px rgba(248, 184, 50, 0.25), 0 0 15px rgba(248, 184, 50, 0.08);
    background: rgba(6, 17, 29, 0.82);
}

.pricing-card-title {
    font-family: var(--font-serif);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.pricing-card-desc {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.pricing-card-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.pricing-card-features {
    color: var(--text-secondary);
    padding-left: 20px;
    font-size: 0.95rem;
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.pricing-card-features li {
    margin-bottom: 0.4rem;
}

/* ===== PRELOADER ===== */
@keyframes loaderSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* ===== TOPOGRAPHIC SCROLL SHOWCASE (STARLINK ROAM INSPIRED) ===== */
.topo-scroll-section {
    position: relative;
    overflow: hidden;
    padding: 6rem 3rem;
    margin: 4rem auto;
    max-width: 1200px;
    border-radius: var(--border-radius-lg);
    background: rgba(4, 12, 22, 0.82);
    border: 1px solid rgba(32, 215, 232, 0.28);
    box-shadow: var(--box-shadow-premium);
    text-align: left;
}

.topo-bg-layer {
    position: absolute;
    inset: 0;
    /* background-image: url('/images/layout/topo-bg.svg'); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.25;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.topo-content-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.topo-sticky-panel {
    position: sticky;
    top: 100px;
    align-self: start;
    padding-top: 1rem;
}

.topo-subtitle {
    color: var(--cyan);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin-bottom: 0.75rem;
    display: block;
}

.topo-title {
    font-family: var(--font-serif);
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}

.topo-desc {
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.topo-scroll-panel {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

/* Glassmorphic Info Card */
.topo-info-card {
    background: rgba(6, 17, 29, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(32, 215, 232, 0.15);
    border-radius: 16px;
    padding: 2.2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topo-info-card:hover {
    transform: translateY(-5px);
    border-color: rgba(32, 215, 232, 0.5);
    box-shadow: 0 15px 40px rgba(32, 215, 232, 0.15), 0 0 15px rgba(32, 215, 232, 0.08);
}

.topo-card-num {
    color: var(--gold);
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    font-family: var(--font-sans);
}

.topo-card-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.topo-card-text {
    color: var(--text-muted);
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
}

/* Scroll-triggered reveal animations */
.scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive adjustments for showcase section */
@media (max-width: 992px) {
    .topo-scroll-section {
        padding: 4rem 2rem;
        margin: 3rem 1rem;
    }

    .topo-content-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .topo-sticky-panel {
        position: static;
        padding-top: 0;
    }
}

/* ================================================================
   RESPONSIVE — Mobile First
   ================================================================ */

/* Ensure box-sizing globally */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* ---- Large tablets (≤1100px) ---------------------------------- */
@media (max-width: 1100px) {
    .ad-sidebar {
        display: none;
    }

    .ad-layout {
        display: block;
    }

    .adsense-slot {
        max-width: 100%;
    }

    .gallery-intro,
    .pricing-intro,
    .contact-wrap,
    .about-wrap,
    .content-wrap,
    .events-hero,
    .events-body,
    .testimonials-section,
    .cta-block {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ---- Tablets landscape (≤992px) ------------------------------- */
@media (max-width: 992px) {

    /* Gallery */
    .gallery-large {
        height: 16em;
    }

    .gallery-medium {
        height: 13em;
    }

    .gallery-intro {
        padding: 2em 1.5em;
    }

    .gallery-intro h2 {
        font-size: 1.6em;
    }

    /* Wrappers */
    .about-wrap,
    .content-wrap,
    .contact-wrap,
    .events-hero,
    .events-body {
        padding: 2em 1.5em;
        margin-left: 1em;
        margin-right: 1em;
    }

    /* CTA */
    .cta-block {
        width: 92%;
        padding: 2.5em 1.5em;
    }

    /* Pricing */
    .pricing-card {
        padding: 2em 1.5em;
    }
}

/* ---- Tablets portrait (≤768px) -------------------------------- */
@media (max-width: 768px) {
    .testimonials-title {
        font-size: 2em;
    }

    .gallery-large {
        height: 14em;
    }

    .gallery-medium {
        height: 12em;
    }

    .about-wrap h1,
    .content-wrap h1,
    .events-hero h1 {
        font-size: 2em;
    }

    .faq-title {
        font-size: 2em;
    }

    .events-hero {
        padding: 2.5em 1.5em;
    }

    .events-body {
        padding: 2em 1.5em;
    }

    /* Topo section stacks naturally due to grid-template-columns:1fr set at 992 */
    .topo-scroll-section {
        padding: 3rem 1.2rem;
        margin: 2rem 0.5rem;
    }

    .topo-info-card {
        padding: 1.4em 1.2em;
    }
}

/* ---- Mobile (≤760px) ------------------------------------------ */
@media (max-width: 760px) {

    /* Header */
    .site-header {
        padding: 0 0.75rem;
    }

    .header-wrapper {
        min-height: 56px;
    }

    .header-title {
        font-size: 1.05rem !important;
        letter-spacing: 0.08em;
    }

    .header-subtitle {
        font-size: 0.58rem;
        letter-spacing: 0.18em;
    }

    .header-logo {
        width: 36px;
        height: 36px;
    }

    /* Body padding-top for sticky header */
    body.has-sticky {
        padding-top: 56px;
    }

    /* Gallery */
    .gallery-large {
        height: 12em;
    }

    .gallery-medium {
        height: 10em;
    }

    .gallery-container {
        gap: 10px;
        padding: 1.5rem 0.75rem;
    }

    .gallery-intro {
        padding: 1.5em 1em;
        margin: 1.5em 0.5em;
    }

    .gallery-intro h2 {
        font-size: 1.4em;
    }

    .gallery-intro p {
        font-size: 1em;
    }

    /* Content wrappers */
    .about-wrap,
    .content-wrap,
    .contact-wrap {
        padding: 1.5em 1em;
        margin: 1em 0.5em;
        border-radius: 12px;
    }

    .about-wrap h1 {
        font-size: 1.8em;
    }

    .about-wrap p {
        font-size: 1em;
    }

    .content-wrap h1 {
        font-size: 1.6em;
    }

    .content-wrap p,
    .content-wrap ul li {
        font-size: 0.95em;
    }

    /* Events */
    .events-hero {
        padding: 2em 1.2em;
        margin: 1.5em 0.5em;
        border-radius: 12px;
    }

    .events-hero h1 {
        font-size: 1.5em;
    }

    .events-hero h2 {
        font-size: 1em;
    }

    .events-body {
        padding: 1.5em 1.2em;
        margin: 0 0.5em 1.5em;
        border-radius: 12px;
    }

    .events-body p {
        font-size: 1em;
    }

    /* Testimonials */
    .testimonial-slide,
    .cta-block {
        border-radius: 12px;
    }

    .testimonial-slide {
        padding: 1.8em 1.2em;
    }

    .testimonial-quote {
        font-size: 0.95rem;
    }

    .testimonial-author {
        font-size: 0.75rem;
    }

    .testimonials-title {
        font-size: 1.6em;
    }

    .testimonials-section {
        padding: 0 0.75em;
        margin: 2em auto;
    }

    /* CTA */
    .cta-block {
        padding: 2em 1.2em;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    .cta-block .cta-tagline {
        font-size: 1.3rem;
    }

    .cta-block-desc {
        font-size: 0.9rem;
    }

    /* Buttons */
    .btn-cta,
    .primary-btn {
        width: 100%;
        min-width: 0;
        font-size: 1rem;
        padding: 0.9rem 1rem;
    }

    /* Pricing */
    .pricing-intro {
        padding: 1.5em 1em;
        margin: 1.5em 0.5em;
        border-radius: 12px;
    }

    .pricing-card {
        padding: 1.5em 1em;
    }

    .pricing-card-title {
        font-size: 1.2rem;
    }

    .pricing-card-price {
        font-size: 1.8rem;
    }

    /* Contact */
    .contact-wrap h1 {
        font-size: 1.8em;
    }

    .contact-wrap p {
        font-size: 1em;
    }

    /* FAQ */
    .faq-section {
        padding: 0 0.75em;
    }

    .faq-title {
        font-size: 1.6em;
    }

    .faq-question {
        font-size: 0.95rem;
        padding: 1em 1.2em;
    }

    /* Breadcrumb */
    .breadcrumb-container {
        padding: 0 0.75rem;
    }

    .breadcrumb-list {
        font-size: 0.7rem;
    }

    /* Footer */
    .footer-outer {
        margin-top: 2em;
    }

    .footer-inner {
        padding: 1.5rem 0.75rem;
    }

    .footer-locations {
        font-size: 0.75rem;
    }

    .footer-tag {
        font-size: 0.8rem;
        margin: 0 0.5rem;
    }

    /* Ads */
    .ad-layout {
        display: block;
    }

    .ad-sidebar {
        display: none;
    }

    .adsense-slot {
        max-width: 100%;
    }

    /* Topo section */
    .topo-scroll-section {
        padding: 2.5rem 1rem;
        margin: 1.5rem 0.4rem;
    }

    .topo-info-card {
        padding: 1.2em 1em;
    }

    .topo-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .topo-desc {
        font-size: 0.95rem;
    }

    .topo-card-title {
        font-size: 1.1rem;
    }

    .topo-card-text {
        font-size: 0.9rem;
    }

    /* Legacy col helpers — stack on mobile */
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col12,
    .col16 {
        width: 100%;
    }
}

/* ---- Small mobile (≤480px) ------------------------------------ */
@media (max-width: 480px) {
    .gallery-large {
        height: 10em;
    }

    .gallery-medium {
        height: 9em;
    }

    .gallery-container {
        gap: 8px;
        padding: 1rem 0.5rem;
    }

    .testimonial-slide {
        padding: 1.2em 0.8em;
    }

    .testimonial-quote {
        font-size: 0.85rem;
    }

    .testimonial-rating {
        font-size: 1.2rem;
    }

    .cta-block {
        padding: 1.5em 1em;
        width: 96%;
    }

    .cta-block .cta-tagline {
        font-size: 1.1rem;
    }

    .about-wrap,
    .content-wrap {
        padding: 1em 0.8em;
    }

    .about-wrap h1 {
        font-size: 1.5em;
    }

    .content-wrap h1 {
        font-size: 1.4em;
    }

    .content-wrap h3 {
        font-size: 1em;
    }

    .events-hero h1 {
        font-size: 1.3em;
    }

    .events-hero h2 {
        font-size: 0.9em;
    }

    .pricing-card {
        padding: 1em 0.8em;
    }

    .pricing-card-title {
        font-size: 1.1rem;
    }

    .pricing-card-price {
        font-size: 1.5rem;
    }

    .pricing-card-features {
        font-size: 0.85rem;
    }

    .header-title {
        font-size: 1rem !important;
    }

    .header-logo {
        width: 32px;
        height: 32px;
    }

    .topo-scroll-section {
        padding: 2rem 0.75rem;
        margin: 1rem 0;
        border-radius: 12px;
    }

    .topo-info-card {
        padding: 1em 0.85em;
    }
}

/* ---- Very small (≤360px) -------------------------------------- */
@media (max-width: 360px) {
    .header-title {
        font-size: 0.85rem !important;
        letter-spacing: 0.05em;
    }

    .header-subtitle {
        display: none;
    }

    .gallery-medium {
        height: 8em;
    }

    .cta-block .cta-tagline {
        font-size: 1rem;
    }

    .topo-title {
        font-size: 1.5rem;
    }
}