/* ============================================================
   HOME PAGE — GLOBAL WRAPPERS
   ============================================================ */

/* ============================================================
   HOME PAGE — GLOBAL WRAPPERS
   ============================================================ */
.home-main-card {
    max-width: 900px;
    width: auto;                 /* override .container width:100% */
    margin: 3rem auto;           /* center + vertical spacing */
    border: 2px solid #003366;
    padding: 24px 20px 26px;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

/* Tighter margins on tablet/phone so it doesn’t touch edges */
@media (max-width: 768px) {
    .home-main-card {
        max-width: 100%;
        width: auto;
        margin: 1.5rem 1rem 2.5rem;  /* top | sides | bottom */
        padding: 20px 16px 22px;
    }
}


.home-seo-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto 1.5rem;
}

/* ============================================================
   HOME PAGE — HERO IMAGE
   ============================================================ */

.aurora-home-hero {
    max-width: 900px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.22);
}

/* ============================================================
   HOME PAGE — SECTION HEADERS
   ============================================================ */

.home-section-title {
    font-size: 1.4rem;
    font-weight: 600;
}

.home-section {
    text-align: left;
    margin-bottom: 3rem;
}

.home-section h2 {
    text-align: center;
}

/* ============================================================
   HOME PAGE — LISTS
   ============================================================ */

.home-feature-list,
.home-section-list {
    max-width: 820px;
    margin: 0 auto;
    padding-left: 1.2rem;
    list-style: none;
    text-align: left;
}

.home-feature-list li,
.home-section-list li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.4rem;
}

/* ============================================================
   HOME PAGE — THUMB IMAGES
   ============================================================ */

.home-section-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    object-fit: cover;
}

/* ============================================================
   HOME PAGE — GOLD TEXT + HELI BADGES
   ============================================================ */

.text-gold {
    color: #ffe9a8;
    font-weight: 700;
}

.heli-feature-title {
    color: #ffffff;
    font-weight: 700;
    background: rgba(0, 51, 102, 0.90);
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-block;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 5px rgba(0,0,0,0.35);
}

/* ============================================================
   ACCESSIBILITY — HIGH-CONTRAST LINKS
   ============================================================ */

a.small,
.small a {
    color: #003366 !important;
    font-weight: 600;
    text-decoration: none;
}

a.small:hover,
.small a:hover {
    color: #8b6a1a !important;
    text-decoration: underline;
}

/* ============================================================
   INSTAGRAM PREVIEW BLOCK
   ============================================================ */

.contact-info-block {
    border-radius: 14px;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    padding: 1.5rem 1.5rem 1.25rem;
    max-width: 900px;
    margin: 0 auto;
}

.contact-info-block,
.contact-info-block p,
.contact-info-block a,
.contact-info-block .small {
    color: #2d2d2d !important;
}

.contact-info-block h2 {
    color: #003366 !important;
}

.ig-preview-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: center;
    justify-items: center;
}

.ig-preview-row img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.ig-preview-row a {
    width: 100%;
    display: block;
}
