/* =====================================================
   Dry Ice Shovel Abu Dhabi - Page Styles
   Shares the design system introduced in
   reusable-gel-ice-packs-abu-dhabi.css for visual
   consistency across product pages.
===================================================== */

/* ===== Hero Banner ===== */
.gel-hero {
    position: relative;
    background: linear-gradient(135deg, #081340 0%, #11498c 60%, #00c3ed 100%);
    padding: 100px 0;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.gel-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: rgba(0, 195, 237, 0.08);
    border-radius: 50%;
}
.gel-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}
.gel-hero-content {
    position: relative;
    z-index: 2;
}
.gel-hero-content h1 {
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.gel-hero-content p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
    max-width: 600px;
}
.gel-hero-content .btn-hero {
    display: inline-block;
    padding: 16px 40px;
    background: #00c3ed;
    color: #081340;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    animation: pulseGlow 2.6s ease-in-out infinite;
}
.gel-hero-content .btn-hero:hover {
    background: #fff;
    color: #081340;
    transform: translateY(-3px);
    animation-play-state: paused;
}
.gel-hero-content .btn-hero-outline {
    display: inline-block;
    padding: 16px 40px;
    background: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-left: 15px;
}
.gel-hero-content .btn-hero-outline:hover {
    background: #fff;
    color: #081340;
    transform: translateY(-3px);
}
.gel-hero-image {
    position: relative;
    z-index: 2;
    text-align: center;
}
.gel-hero-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: floatY 5s ease-in-out infinite;
}
@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}
@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 195, 237, 0.45); }
    50% { box-shadow: 0 0 0 10px rgba(0, 195, 237, 0); }
}
@media (max-width: 991px) {
    .gel-hero { padding: 60px 0; text-align: center; }
    .gel-hero-content h1 { font-size: 32px; line-height: 42px; }
    .gel-hero-content p { margin-left: auto; margin-right: auto; }
    .gel-hero-image { margin-top: 40px; }
    .gel-hero-content .btn-hero-outline { margin-left: 0; margin-top: 10px; }
}
@media (max-width: 575px) {
    .gel-hero-content h1 { font-size: 26px; line-height: 36px; }
    .gel-hero-content .btn-hero,
    .gel-hero-content .btn-hero-outline { display: block; width: 100%; margin-left: 0; margin-top: 10px; }
}

/* ===== Section Title ===== */
.section-title-gel {
    text-align: center;
    margin-bottom: 50px;
}
.section-title-gel h2 {
    font-size: 34px;
    line-height: 44px;
    color: #081340;
    font-weight: 700;
    margin-bottom: 12px;
}
.section-title-gel p {
    font-size: 18px;
    line-height: 28px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}
.section-title-gel h2 span {
    color: #00c3ed;
}

/* ===== Split Content Sections ===== */
.split-section {
    padding: 80px 0;
}
.split-section.alt-bg {
    background: #f4f6fb;
}
.split-content-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.split-content-img img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}
.split-content-img:hover img {
    transform: scale(1.03);
}
.split-content-text {
    padding: 30px 0 30px 40px;
}
.split-content-text.left {
    padding: 30px 40px 30px 0;
}
.split-content-text h2,
.split-content-text h3 {
    font-size: 28px;
    line-height: 38px;
    color: #081340;
    font-weight: 700;
    margin-bottom: 20px;
}
.split-content-text p {
    font-size: 17px;
    line-height: 30px;
    color: #444;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .split-section { padding: 50px 0; }
    .split-content-text { padding: 30px 0 0 0 !important; }
    .split-content-text.left { padding: 0 0 30px 0 !important; }
}

/* ===== Plain Content Block Sections (no image) ===== */
.content-block-section {
    padding: 80px 0;
    background: #fff;
}
.content-block-section.alt-bg {
    background: #f4f6fb;
}
.content-block-section .content-block-inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.content-block-section h2 {
    font-size: 28px;
    line-height: 38px;
    color: #081340;
    font-weight: 700;
    margin-bottom: 18px;
}
.content-block-section p {
    font-size: 17px;
    line-height: 30px;
    color: #444;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .content-block-section { padding: 50px 0; }
}

/* ===== Contact CTA Section ===== */
.cta-section {
    padding: 80px 0;
    background: #081340;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: rgba(0, 195, 237, 0.06);
    border-radius: 50%;
    transform: translate(30%, -30%);
}
.cta-section h2 {
    font-size: 34px;
    line-height: 44px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.cta-section p {
    font-size: 17px;
    line-height: 28px;
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    margin: 0 auto 30px;
}
@media (max-width: 767px) {
    .cta-section { padding: 50px 0; }
    .cta-section h2 { font-size: 26px; line-height: 36px; }
}

/* ===== FAQ Accordion ===== */
.faq-section {
    padding: 80px 0;
    background: #fff;
}
.faq-accordion .card {
    border: 1px solid #e8ecf1;
    border-radius: 10px !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-accordion .card-header {
    background: #f4f6fb;
    border-bottom: none;
    padding: 0;
}
.faq-accordion .card-header button {
    width: 100%;
    text-align: left;
    padding: 18px 24px;
    font-size: 17px;
    font-weight: 600;
    color: #081340;
    background: transparent;
    border: none;
    text-decoration: none;
    position: relative;
    font-family: 'Exo 2', sans-serif;
}
.faq-accordion .card-header button::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    color: #11498c;
}
.faq-accordion .card-header button[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}
.faq-accordion .card-body {
    padding: 20px 24px;
    font-size: 16px;
    line-height: 26px;
    color: #555;
}
@media (max-width: 767px) {
    .faq-section { padding: 50px 0; }
}

/* ===== Map Placeholder ===== */
.map-section {
    padding: 0;
}
.map-container {
    width: 100%;
    height: 400px;
    background: #e8ecf1;
    position: relative;
    overflow: hidden;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
@media (max-width: 767px) {
    .map-container { height: 300px; }
}

/* ===== Final CTA ===== */
.final-cta {
    padding: 70px 0;
    background: linear-gradient(135deg, #00c3ed 0%, #0095b8 100%);
    text-align: center;
}
.final-cta h2 {
    font-size: 34px;
    line-height: 44px;
    color: #081340;
    font-weight: 700;
    margin-bottom: 15px;
}
.final-cta p {
    font-size: 17px;
    line-height: 28px;
    color: rgba(8, 19, 64, 0.85);
    max-width: 600px;
    margin: 0 auto 30px;
}
.final-cta .btn-final {
    display: inline-block;
    padding: 18px 45px;
    background: #081340;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
}
.final-cta .btn-final:hover {
    background: #fff;
    color: #081340;
    transform: translateY(-3px);
}
@media (max-width: 767px) {
    .final-cta { padding: 50px 0; }
    .final-cta h2 { font-size: 26px; line-height: 36px; }
}

/* ===== Intro Section ===== */
.intro-section {
    padding: 80px 0;
    background: #fff;
}
.intro-section p {
    font-size: 17px;
    line-height: 30px;
    color: #444;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 767px) {
    .intro-section { padding: 50px 0; }
}

/* ===== Spacer utility ===== */
.mb-30 { margin-bottom: 30px; }

/* =====================================================
   SCROLL-REVEAL ANIMATION
   Lightweight, dependency-free fade/slide-in triggered by
   IntersectionObserver (see script at bottom of page).
===================================================== */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
}
.reveal.reveal-left {
    transform: translateX(-40px);
}
.reveal.reveal-right {
    transform: translateX(40px);
}
.reveal.in-view {
    opacity: 1;
    transform: none;
}
.reveal-stagger.in-view:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.in-view:nth-child(2) { transition-delay: 0.12s; }
.reveal-stagger.in-view:nth-child(3) { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .gel-hero-image img,
    .gel-hero-content .btn-hero {
        transition: none !important;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
