/*═══════════════════════════════════════════════════════════════════════
  MAIN HOME PAGE — Supplementary styles
  Base stylesheet: style-formatted.css
═══════════════════════════════════════════════════════════════════════*/

/* ─── NAV CTA ───────────────────────────────────── */

.home-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.2rem;
    border: 2px solid var(--primary-blue);
    border-radius: 999px;
    background: var(--primary-blue);
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 8px 18px rgba(91, 127, 219, 0.28);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.home-nav-cta:hover {
    background: #3f65c4;
    border-color: #3f65c4;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(63, 101, 196, 0.32);
}

/* ─── EUROPE DESTINATION CARDS ─────────────────── */

.europe-destination-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
    margin-top: 1.5rem;
}

.europe-destination-card {
    background: #f7f9ff;
    border: 1px solid rgba(91, 127, 219, 0.22);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    box-shadow: 0 8px 18px rgba(16, 35, 74, 0.08);
}

.europe-destination-card h3 {
    margin-bottom: 0.65rem;
    color: var(--dark-navy);
}

.europe-destination-card .uk-list {
    margin: 0;
    padding-left: 1rem;
}

@media (max-width: 992px) {
    .country-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 0.55rem;
    }

    .europe-destination-grid {
        grid-template-columns: 1fr;
    }
}

/* ─── HERO ──────────────────────────────────────── */

.main-hero {
    background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 50%, #f5f8ff 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}

.main-hero .hero-container {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
}

.main-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-eyebrow {
    display: inline-block;
    background: var(--primary-blue);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 1.25rem;
    width: fit-content;
}

.main-hero-content h1 {
    font-size: clamp(1.9rem, 3.8vw, 3rem);
    color: var(--dark-navy);
    margin-bottom: 1.25rem;
    line-height: 1.15;
    font-weight: 800;
}

.main-hero-desc {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.75rem;
}

.main-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.hero-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: var(--dark-navy);
    color: #fff;
    padding: 0.85rem 1.75rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.97rem;
    text-decoration: none;
    transition: background 0.25s, transform 0.2s;
}

.hero-wa-btn:hover {
    background: #1a3560;
    transform: translateY(-2px);
    color: #fff;
}

.hero-wa-btn .fab {
    font-size: 1.15rem;
    color: #25D366;
}

/* proof bar */
.main-hero-proof {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    background: rgba(233, 238, 248, 0.92);
    border: 1px solid #d8e0f0;
    border-radius: 999px;
    width: fit-content;
    padding: 0.7rem 1.15rem;
}

.proof-prefix {
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 500;
}

.proof-stars {
    color: #f2b534;
    font-size: 0.95rem;
    letter-spacing: 2px;
    line-height: 1;
}

.proof-label {
    font-size: 1rem;
    color: var(--text-light);
    font-weight: 500;
}

/* hero right visual */
.main-hero-visual {
    position: relative;
    min-height: 600px !important;
    border-radius: 20px;
    overflow: hidden;
}

.main-hero-visual>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-float-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.hero-float-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(246, 248, 252, 0.98);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(219, 226, 240, 0.95);
    box-shadow: 0 10px 24px rgba(16, 35, 74, 0.16);
    border-radius: 14px;
    padding: 0.75rem 0.95rem;
    min-width: 300px;
}

.hero-float-card strong {
    display: block;
    color: var(--dark-navy);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-float-card span {
    font-size: 0.86rem;
    color: var(--text-light);
}

.hero-float-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #dfe8fb;
    color: #4b74d6 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.8rem;
}

.hero-float-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.hero-float-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-float-card--top {
    bottom: 200px;
    right: 20px;
}

.hero-float-card--bottom {
    bottom: 18px;
    left: 20px;
}

/* ─── ABOUT SECTION ─────────────────────────────── */

.home-about-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    position: relative;
    overflow: hidden;
}

.home-about-section::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(91, 127, 219, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.home-about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.home-about-photos {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
}

/* mosaic collage */
.about-photo-mosaic {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 14px;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
}

.mosaic-card {
    overflow: hidden;
    border-radius: 16px;
}

.mosaic-card--top-left {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
}

.mosaic-card--right {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    margin-top: 42px;
}

.mosaic-card--bottom-left {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
}

.mosaic-img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 2px solid rgba(91, 127, 219, 0.18);
    box-shadow: 0 8px 24px rgba(16, 35, 74, 0.13);
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mosaic-img:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(16, 35, 74, 0.2);
}

.mosaic-top-left {
    aspect-ratio: 1 / 1;
}

.mosaic-top-right {
    aspect-ratio: 0.78 / 1;
}

.mosaic-bottom {
    aspect-ratio: 1 / 1;
}

.home-about-photos::before {
    content: '';
    position: absolute;
    inset: -20px;
    background: linear-gradient(135deg, rgba(91, 127, 219, 0.15) 0%, rgba(91, 127, 219, 0.05) 100%);
    border-radius: 24px;
    z-index: -1;
}

.about-photo-main {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid rgba(91, 127, 219, 0.2);
    box-shadow: 0 12px 36px rgba(16, 35, 74, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-about-photos:hover .about-photo-main {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(16, 35, 74, 0.2);
}

.about-photo-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.about-photo-row img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(91, 127, 219, 0.15);
    box-shadow: 0 4px 12px rgba(16, 35, 74, 0.08);
    transition: all 0.3s ease;
}

.about-photo-row img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(16, 35, 74, 0.12);
}

.home-about-text {
    display: flex;
    flex-direction: column;
}

.about-eyebrow {
    display: inline-block;
    color: var(--primary-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.home-about-text h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: var(--dark-navy);
    line-height: 1.2;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, var(--dark-navy) 0%, var(--primary-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-about-text p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-checks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.about-check {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: var(--text-dark);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 0.5rem 0;
    transition: transform 0.2s ease;
}

.about-check:hover {
    transform: translateX(4px);
}

.about-check .fas {
    background: rgba(91, 127, 219, 0.15);
    color: var(--primary-blue);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 600;
}

/* ─── SERVICES SECTION ──────────────────────────── */

.home-services-section {
    padding: 4rem 2rem;
    background: #f5f7fa;
    border-top: 1px solid #e8eef8;
    border-bottom: 1px solid #e8eef8;
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
}

.home-service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.9rem;
    padding: 2rem 1.5rem;
    background: #fff;
    border: 1px solid #e8eef8;
    border-radius: 16px;
    transition: all 0.3s;
}

.home-service-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(91, 127, 219, 0.14);
    border-color: var(--primary-blue);
}

.home-service-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}

.home-service-icon svg {
    width: 100%;
    height: 100%;
}

.home-service-item h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark-navy);
    margin: 0;
}

.home-service-item p {
    font-size: 0.84rem;
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
}

/* ─── CHECK LIST ────────────────────────────────── */

.info-check-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.info-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: var(--text-dark);
    font-size: 0.95rem;
    line-height: 1.6;
}

.info-check-list li .fa-check-circle {
    color: var(--primary-blue);
    margin-top: 3px;
    flex-shrink: 0;
}

/* ─── SECTION EYEBROW ───────────────────────────── */

.section-eyebrow-label {
    display: inline-block;
    background: rgba(91, 127, 219, 0.1);
    color: var(--primary-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

/* ─── GUIDE SECTION ─────────────────────────────── */

.home-guide-section {
    background: var(--light-gray) !important;
}

.home-guide-section::before {
    display: none;
}

.home-guide-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    text-align: left;
    margin-top: 2rem;
}

.home-guide-photos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.guide-photo-main {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    border: 2px solid rgba(91, 127, 219, 0.18);
    box-shadow: 0 10px 24px rgba(16, 35, 74, 0.12);
}

.guide-photo-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.guide-photo-row img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(91, 127, 219, 0.14);
}

.home-guide-content p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.guide-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 2rem;
}

.guide-metric {
    background: #fff;
    border: 1px solid rgba(91, 127, 219, 0.15);
    border-radius: 12px;
    padding: 1rem 0.75rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.guide-metric strong {
    display: block;
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--primary-blue);
}

.guide-metric span {
    font-size: 0.8rem;
    color: var(--text-light);
    font-weight: 500;
}

/* ─── FAQ + CONTACT SECTION ─────────────────────── */

.home-faq-contact-section {
    padding: 5rem 2rem;
    background: #fff;
}

.home-faq-contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    align-items: start;
}

.home-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.home-faq-item {
    background: var(--light-gray);
    border: 1px solid rgba(91, 127, 219, 0.12);
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
    transition: box-shadow 0.2s;
}

.home-faq-item:hover {
    box-shadow: 0 4px 14px rgba(91, 127, 219, 0.14);
}

.home-faq-item strong {
    display: block;
    color: var(--text-dark);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.home-faq-item p {
    color: var(--text-light);
    font-size: 0.88rem;
    line-height: 1.65;
    margin: 0;
}

.home-contact-col {
    background: linear-gradient(160deg, #f5f8ff, #ffffff);
    border: 1px solid rgba(91, 127, 219, 0.15);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(91, 127, 219, 0.1);
    position: sticky;
    top: 90px;
}

.home-contact-title {
    font-size: 1.75rem;
    color: var(--text-dark);
    margin: 0.25rem 0 0.75rem;
    font-weight: 700;
}

.home-contact-title span {
    color: var(--primary-blue);
}

.home-contact-desc {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* Contact form styles */
.main-contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.main-contact-form .field {
    display: flex;
    flex-direction: column;
}

.main-contact-form input,
.main-contact-form select,
.main-contact-form textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.3s;
    background: #fff;
    color: var(--text-dark);
}

.main-contact-form textarea {
    min-height: 90px;
    resize: vertical;
}

.main-contact-form input:focus,
.main-contact-form select:focus,
.main-contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
}

.error-message {
    color: #cc2847;
    font-size: 0.75rem;
    min-height: 14px;
}

/* ─── AUSTRALIA BANNER ──────────────────────────── */

.home-aus-banner {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
    color: #fff;
}

.home-aus-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
}

.aus-banner-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    padding: 0.35rem 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.aus-banner-text h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.1;
}

.aus-banner-text h2 span {
    color: #fbbf24;
}

.aus-banner-warning {
    color: #fde68a;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.aus-banner-text p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.aus-banner-media img {
    width: 100%;
    border-radius: 16px;
    border: 3px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    max-height: 300px;
}

/* ─── YOUTUBE SECTION ───────────────────────────── */

.home-youtube-section {
    padding: 5rem 2rem;
    background: var(--light-gray);
}

.home-youtube-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 3rem;
}

.home-youtube-embed {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
    border: 2px solid rgba(91, 127, 219, 0.14);
}

.yt-thumb {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    filter: brightness(0.85);
}

.yt-play-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF0000;
    color: #fff;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    transition: background 0.2s;
}

.yt-play-btn:hover {
    background: #cc0000;
    color: #fff;
}

.home-youtube-copy h3 {
    font-size: 1.75rem;
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 1.25;
}

.home-youtube-copy h3 span {
    color: var(--primary-blue);
}

/* ─── SOCIAL SECTION ────────────────────────────── */

.home-social-section {
    padding: 5rem 2rem;
    background: #fff;
}

.home-social-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.home-social-card {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(16, 35, 74, 0.08);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    min-height: 100%;
}

.home-social-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 34px rgba(91, 127, 219, 0.2);
    border-color: rgba(91, 127, 219, 0.35);
}

.home-social-card-body {
    padding: 1.6rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    height: 100%;
}

.home-social-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.7rem;
    box-shadow: 0 10px 22px rgba(16, 35, 74, 0.18);
    margin-bottom: 0.35rem;
    transition: transform 0.3s;
}

.home-social-card:hover .home-social-icon-wrap {
    transform: scale(1.06) rotate(-2deg);
}

.social-instagram {
    background: linear-gradient(135deg, #FD1D1D 0%, #C13584 45%, #833AB4 100%);
}

.social-facebook {
    background: linear-gradient(135deg, #1877F2 0%, #0E5AC5 100%);
}

.social-youtube {
    background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
}

.home-social-platform {
    color: var(--primary-blue);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-social-card h4 {
    font-size: 1.15rem;
    color: var(--text-dark);
    font-weight: 700;
    margin: 0;
    line-height: 1.35;
}

.home-social-card p {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

.home-social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--primary-blue);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
}

.home-social-link:hover {
    color: var(--dark-navy);
}

/* ─── SUBPAGES (CONTACT + LOCATION) ───────────────── */

.subpage-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e2e8f0;
}

.subpage-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.95rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.subpage-nav-links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.subpage-nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.92rem;
}

.subpage-nav-links a:hover {
    color: var(--primary-blue);
}

.subpage-hero {
    background: linear-gradient(140deg, #f5f8ff 0%, #eef2ff 45%, #e0f2fe 100%);
    padding: 4.2rem 2rem 3rem;
}

.subpage-hero .section-container {
    max-width: 1200px;
}

.subpage-kicker {
    display: inline-block;
    background: rgba(91, 127, 219, 0.12);
    color: var(--primary-blue);
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.subpage-title {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    color: var(--dark-navy);
    font-weight: 800;
    margin-bottom: 0.85rem;
    line-height: 1.2;
}

.subpage-desc {
    max-width: 760px;
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.75;
}

.contact-layout {
    padding: 4.5rem 2rem;
    background: #fff;
}

.contact-layout-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.contact-details-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-info-card {
    background: #f8fbff;
    border: 1px solid rgba(91, 127, 219, 0.15);
    border-radius: 16px;
    padding: 1.25rem;
}

.contact-info-card h3 {
    font-size: 1rem;
    margin-bottom: 0.45rem;
    color: var(--text-dark);
}

.contact-info-card p,
.contact-info-card a {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--text-light);
    text-decoration: none;
}

.contact-info-card-wide {
    grid-column: 1 / -1;
}

.contact-branch-image {
    width: 100%;
    display: block;
    border-radius: 12px;
    margin-top: 0.7rem;
    border: 1px solid rgba(91, 127, 219, 0.2);
    box-shadow: 0 10px 24px rgba(16, 35, 74, 0.12);
    object-fit: cover;
    max-height: 240px;
}

.contact-map-wrap {
    margin-top: 0.7rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(91, 127, 219, 0.2);
    box-shadow: 0 10px 24px rgba(16, 35, 74, 0.12);
    background: #fff;
}

.contact-map-wrap iframe {
    width: 100%;
    height: 260px;
    border: 0;
    display: block;
}

.contact-form-card {
    background: #ffffff;
    border: 1px solid rgba(91, 127, 219, 0.2);
    border-radius: 20px;
    padding: 1.6rem;
    box-shadow: 0 12px 30px rgba(16, 35, 74, 0.1);
}

.contact-form-card .section-title {
    margin-bottom: 0.35rem;
}

.contact-form-card .section-subtitle {
    margin-bottom: 1.4rem;
}

.branch-preview {
    padding: 0 2rem 4.8rem;
    background: #fff;
}

.branch-preview .section-container {
    max-width: 1200px;
}

.branch-preview .cta-button {
    display: block;
    width: fit-content;
    margin: 1rem auto 0;
}

.branch-page-hero {
    background: linear-gradient(130deg, #082255 0%, #0f2f6d 55%, #5b7fdb 100%);
    padding: 3.8rem 2rem;
    color: #fff;
}

.branch-page-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: center;
}

.branch-page-kicker {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 0.32rem 0.8rem;
    font-size: 0.78rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.branch-page-hero h1 {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    margin-bottom: 0.7rem;
    line-height: 1.1;
}

.branch-page-hero h1 span {
    color: var(--accent-cyan);
}

.branch-page-hero p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.9);
}

.branch-page-visual {
    position: relative;
    min-height: 220px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(4px);
}

.branch-page-pin {
    position: absolute;
    top: 24px;
    right: 38px;
    width: 78px;
    height: 78px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: linear-gradient(135deg, #ff7043, #ef233c);
    box-shadow: 0 14px 30px rgba(239, 35, 60, 0.38);
}

.branch-page-pin::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    top: 21px;
    left: 21px;
    background: #ffffff;
}

.branch-page-map-card {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    color: var(--text-dark);
    border-radius: 14px;
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    border: 1px solid rgba(10, 22, 40, 0.1);
    box-shadow: 0 10px 26px rgba(8, 34, 85, 0.25);
}

.branch-page-map-card i {
    color: var(--primary-blue);
    margin-bottom: 0.2rem;
}

.branch-directory {
    padding: 4.6rem 2rem;
    background: #f2f4f8;
}

.branch-card-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.branch-card-item {
    background: #f8fafc;
    border: 1px solid #d0dae7;
    border-bottom: 4px solid var(--primary-blue);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 8px 20px rgba(15, 35, 69, 0.08);
}

.branch-card-item h3 {
    font-size: 1.02rem;
    margin-bottom: 0.55rem;
    color: var(--dark-navy);
}

.branch-card-item h3 i {
    color: var(--primary-blue);
    margin-right: 0.3rem;
}

.branch-card-item p {
    font-size: 0.88rem;
    min-height: 56px;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.branch-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: #111827;
    text-decoration: none;
    font-weight: 600;
}

.branch-phone-link i {
    color: var(--dark-navy);
}

.branch-card-actions {
    margin-top: 0.95rem;
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.branch-view-btn {
    display: inline-block;
    background: var(--primary-blue);
    color: #fff;
    font-size: 0.82rem;
    text-decoration: none;
    padding: 0.4rem 0.9rem;
    border-radius: 6px;
    font-weight: 600;
}

.branch-view-btn:hover {
    background: #3f65c4;
}

.branch-map-btn {
    display: inline-block;
    background: #eef3ff;
    color: #11448c;
    font-size: 0.82rem;
    text-decoration: none;
    padding: 0.4rem 0.9rem;
    border-radius: 6px;
    font-weight: 600;
    border: 1px solid #d4e1fb;
}

.branch-map-btn:hover {
    background: #dfe9ff;
    color: #0e3f82;
}

.branch-partners-strip {
    padding: 4.4rem 2rem;
    background: #f5f7fb;
}

.branch-partners-logos {
    margin-top: 1.7rem;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    align-items: center;
}

.branch-partners-logos img {
    width: 100%;
    max-height: 52px;
    object-fit: contain;
    filter: grayscale(0.08);
}

.branch-detail-hero {
    padding: 2.6rem 2rem;
    background: linear-gradient(135deg, #0a2d66 0%, #082255 100%);
}

.branch-detail-hero h1 {
    color: #fff;
    margin-bottom: 0.35rem;
    font-size: clamp(1.4rem, 3.2vw, 2.2rem);
}

.branch-detail-hero p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 0.9rem;
}

.branch-detail-layout {
    background: #f7f8fc;
    padding: 3rem 2rem 4rem;
}

.branch-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 1.25rem;
    align-items: start;
}

.branch-detail-main {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.branch-detail-top-box,
.branch-map-box,
.branch-copy-section,
.branch-services-section,
.branch-faq-section,
.branch-sidebar-card,
.branch-sidebar-cta {
    background: #fff;
    border: 1px solid #d8dfeb;
    border-radius: 10px;
    padding: 1.1rem;
}

.branch-detail-top-box {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 1rem;
}

.branch-detail-top-box h2 {
    font-size: 1.45rem;
    color: #0a336a;
    margin-bottom: 0.45rem;
}

.branch-detail-top-box p {
    margin-bottom: 0.85rem;
    color: var(--text-light);
}

.branch-contact-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.branch-contact-pills div {
    border: 1px solid #d9e2f2;
    border-left: 4px solid var(--primary-blue);
    border-radius: 8px;
    padding: 0.6rem;
    background: #f8fbff;
}

.branch-contact-pills strong {
    display: block;
    font-size: 0.75rem;
    color: #0f3f7f;
    margin-bottom: 0.2rem;
}

.branch-contact-pills span {
    font-size: 0.8rem;
    color: #374151;
}

.branch-detail-hero-art {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}

.branch-detail-hero-art img {
    width: 100%;
    max-width: 230px;
    object-fit: contain;
}

.branch-talk-btn {
    background: #0b4a9c;
    color: #fff;
    text-decoration: none;
    padding: 0.55rem 1rem;
    border-radius: 7px;
    font-size: 0.82rem;
    font-weight: 700;
}

.branch-map-box a {
    display: inline-block;
    background: #e6efff;
    color: #11448c;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 6px;
    padding: 0.35rem 0.65rem;
    margin-bottom: 0.6rem;
}

.branch-map-box iframe {
    width: 100%;
    height: 320px;
    border: 1px solid #cad5e6;
    border-radius: 8px;
}

.branch-copy-section h3,
.branch-services-section h3,
.branch-faq-section h3,
.branch-sidebar-card h3 {
    color: #0b376f;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

.branch-copy-section p,
.branch-copy-section li {
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.72;
}

.branch-copy-section ul {
    margin: 0;
    padding-left: 1.15rem;
}

.branch-services-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.branch-service-item h4 {
    background: #1f2937;
    color: #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 7px;
    border-top: 3px solid #f4b400;
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
}

.branch-service-item p {
    margin: 0;
    font-size: 0.9rem;
    color: #334155;
}

.branch-faq-item {
    border: 1px solid #d5ddeb;
    border-radius: 7px;
    margin-bottom: 0.55rem;
    overflow: hidden;
}

.branch-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 0.72rem 0.8rem;
    background: #f8fbff;
    color: #183b6b;
    font-weight: 600;
    font-size: 0.9rem;
}

.branch-faq-item summary::-webkit-details-marker {
    display: none;
}

.branch-faq-item summary span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 22px;
    margin-right: 0.45rem;
    border-radius: 4px;
    background: #e6efff;
    color: #11448c;
    font-size: 0.75rem;
}

.branch-faq-item p {
    margin: 0;
    border-top: 1px solid #d5ddeb;
    padding: 0.7rem 0.8rem;
    font-size: 0.9rem;
    color: #334155;
}

.branch-sidebar-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.branch-sidebar-card li {
    margin-bottom: 0.35rem;
}

.branch-sidebar-card a {
    display: block;
    text-decoration: none;
    font-size: 0.9rem;
    color: #1f3f6a;
    padding: 0.38rem 0.55rem;
    border: 1px solid #d8dfeb;
    border-radius: 6px;
    background: #f8fbff;
}

.branch-sidebar-card a.active,
.branch-sidebar-card a:hover {
    background: #0b4a9c;
    color: #fff;
    border-color: #0b4a9c;
}

.branch-sidebar-cta {
    margin-top: 0.85rem;
    text-align: center;
}

.branch-sidebar-cta img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 0.55rem;
    max-height: 170px;
    object-fit: cover;
}

.branch-sidebar-cta h4 {
    font-size: 1.45rem;
    color: #0b376f;
    margin-bottom: 0.6rem;
}

.branch-sidebar-cta a {
    display: inline-block;
    padding: 0.45rem 0.95rem;
    border-radius: 6px;
    background: #0b4a9c;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
}

@media (max-width: 860px) {
    .contact-layout-grid {
        grid-template-columns: 1fr;
    }

    .contact-details-panel {
        grid-template-columns: 1fr;
    }

    .branch-page-hero-grid,
    .branch-detail-top-box,
    .branch-detail-grid {
        grid-template-columns: 1fr;
    }

    .branch-page-visual {
        min-height: 180px;
    }

    .branch-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .branch-partners-logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .branch-contact-pills {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {

    .main-hero .hero-container {
        padding-left: 0;
        padding-right: 0;
        gap: 1.1rem;
    }

    .subpage-nav {
        padding: 0.8rem 1rem;
        flex-wrap: wrap;
    }

    .subpage-nav-links {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0.8rem;
    }

    .subpage-hero,
    .contact-layout,
    .branch-preview,
    .branch-directory,
    .branch-page-hero,
    .branch-detail-hero,
    .branch-detail-layout,
    .branch-partners-strip {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .branch-card-grid,
    .branch-partners-logos {
        grid-template-columns: 1fr;
    }
}

/* ─── RESPONSIVE ────────────────────────────────── */

@media (max-width: 1024px) {
    .main-hero .hero-container {
        grid-template-columns: 1fr 1fr;
    }

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

@media (max-width: 860px) {

    .main-hero .hero-container,
    .home-about-grid,
    .home-guide-grid,
    .home-faq-contact-grid,
    .home-aus-banner-inner,
    .home-youtube-grid {
        grid-template-columns: 1fr;
    }

    .main-hero-visual {
        min-height: 320px;
    }

    .home-faq-contact-grid {
        gap: 2.5rem;
    }

    .home-contact-col {
        position: static;
    }

    .home-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-checks-grid {
        grid-template-columns: 1fr;
    }

    .about-photo-mosaic {
        max-width: 420px;
        column-gap: 12px;
        row-gap: 12px;
    }

    .mosaic-card--right {
        margin-top: 32px;
    }
}

@media (max-width: 600px) {

    .main-hero,
    .home-about-section,
    .home-services-section,
    .home-faq-contact-section,
    .home-aus-banner,
    .home-youtube-section,
    .home-social-section {
        padding: 3rem 1rem;
    }

    .home-social-grid,
    .home-services-grid {
        grid-template-columns: 1fr;
    }

    .main-hero-actions {
        flex-direction: column;
    }

    .guide-photo-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-faq-contact-section .section-container {
        padding: 0;
    }

    .main-hero-proof {
        border-radius: 16px;
        width: 100%;
        justify-content: flex-start;
        padding: 0.7rem 0.85rem;
    }

    .proof-prefix,
    .proof-label {
        font-size: 0.9rem;
    }

    .proof-stars {
        font-size: 0.85rem;
    }

    .about-photo-mosaic {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
    }

    .mosaic-card--right {
        margin-top: 20px;
    }

    .main-hero-visual {
        min-height: 340px;
        width: 100%;
        max-width: none;
        margin: 0;
        justify-self: stretch;
    }

    .hero-float-card {
        min-width: 0;
        padding: 0.65rem 0.75rem;
        gap: 0.55rem;
    }

    .hero-float-card--top {
        top: auto;
        right: 0.7rem;
        bottom: 4.7rem;
        left: auto;
        width: min(64%, 235px);
        max-width: 235px;
        padding: 0.35rem;
    }

    .hero-float-card--bottom {
        left: 0.7rem;
        right: 0.7rem;
        bottom: 0.7rem;
        width: auto;
    }

    .hero-float-card strong {
        font-size: 0.95rem;
    }

    .hero-float-card span {
        font-size: 0.82rem;
    }

    .hero-float-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 1rem;
    }
}

@media (max-width: 420px) {
    .main-hero {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .main-hero .hero-container {
        gap: 0.95rem;
    }

    .main-hero-visual {
        min-height: 305px;
        border-radius: 16px;
    }

    .hero-float-card--top {
        width: clamp(145px, 54vw, 200px);
        max-width: 200px;
        top: auto;
        right: 0.55rem;
        bottom: 4.35rem;
        padding: 0.28rem;
    }

    .hero-float-card--bottom {
        left: 0.55rem;
        right: 0.55rem;
        bottom: 0.55rem;
        padding: 0.55rem 0.65rem;
        border-radius: 12px;
    }

    .hero-float-card strong {
        font-size: 0.88rem;
    }

    .hero-float-card span {
        font-size: 0.78rem;
    }

    .hero-float-icon {
        width: 34px;
        height: 34px;
        font-size: 0.92rem;
    }
}

@media (max-width: 360px) {
    .main-hero-visual {
        min-height: 288px;
    }

    .hero-float-card--top {
        width: clamp(130px, 50vw, 178px);
        max-width: 178px;
        bottom: 4.1rem;
    }

    .hero-float-card strong {
        font-size: 0.82rem;
    }

    .hero-float-card span {
        font-size: 0.74rem;
    }
}

/* privacy policy */
.policy-hero {
    background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 50%, #f5f8ff 100%);
    padding: 3.5rem 2rem 2.5rem;
}

.policy-shell {
    max-width: 980px;
    margin: 0 auto;
}

.policy-eyebrow {
    display: inline-block;
    background: var(--primary-blue);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 1.2rem;
}

.policy-title {
    color: var(--dark-navy);
    font-size: clamp(1.7rem, 3.5vw, 2.6rem);
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 0.9rem;
}

.policy-lead {
    color: var(--text-light);
    line-height: 1.8;
    font-size: 1rem;
    max-width: 880px;
}

.policy-wrap {
    padding: 2.5rem 2rem 4rem;
    background: #fff;
}

.policy-card {
    border: 1px solid #e3eaf9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(16, 35, 74, 0.08);
    padding: 2rem;
    margin-bottom: 1.2rem;
}

.policy-heading {
    color: var(--dark-navy);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.8rem;
}

.policy-text {
    color: var(--text-dark);
    line-height: 1.8;
    margin: 0 0 0.8rem;
}

.policy-list {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--text-dark);
    line-height: 1.8;
}

.policy-list li {
    margin-bottom: 0.65rem;
}

.policy-actions {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    .policy-hero {
        padding: 2.7rem 1.2rem 2rem;
    }

    .policy-wrap {
        padding: 1.8rem 1.2rem 3rem;
    }

    .policy-card {
        padding: 1.4rem;
    }
}

/* ─── ABOUT PAGE ───────────────────────────────── */

.about-page .section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.about-hero {
    position: relative;
    min-height: 470px;
    display: grid;
    align-items: end;
    padding: 5rem 0 3.5rem;
    background: url('../images/hero-2.jpg') center/cover no-repeat;
    overflow: hidden;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, rgba(10, 22, 40, 0.88) 0%, rgba(15, 45, 88, 0.62) 48%, rgba(91, 127, 219, 0.34) 100%);
}

.about-hero-inner {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 760px;
}

.about-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.42rem 1rem;
    border-radius: 999px;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.about-hero h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    font-weight: 800;
}

.about-hero p {
    margin: 1rem 0 0;
    font-size: 1.04rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
}

.about-intro {
    padding: 4.25rem 0 2.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
}

.about-headline {
    max-width: 980px;
    margin: 0 auto 2.1rem;
}

.about-headline h2 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    color: #0a2d66;
    font-weight: 800;
}

.about-headline p {
    margin: 0;
    color: #4a5d7d;
    line-height: 1.8;
}

.about-founder {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: center;
    background: #fff;
    border: 1px solid #d9e5fb;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(10, 22, 40, 0.08);
    padding: 1.45rem;
}

.about-founder-copy h3 {
    margin: 0;
    color: #0a1628;
    font-size: 1.55rem;
}

.about-founder-role {
    margin: 0.4rem 0 0.95rem;
    color: #1f4fa6;
    font-weight: 600;
}

.about-founder-copy h4 {
    margin: 0 0 0.6rem;
    color: #0a2d66;
    font-size: 1.1rem;
}

.about-founder-copy p {
    margin: 0;
    color: #4a5d7d;
    line-height: 1.8;
}

.about-founder-media {
    justify-self: end;
    width: min(320px, 100%);
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #e8f0ff 0%, #f2f7ff 100%);
    border: 1px solid #d4e1fb;
}

.about-founder-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-services {
    padding: 2.5rem 0 4.5rem;
    background: #fff;
}

.about-service-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.about-service-card {
    background: linear-gradient(180deg, #f9fbff 0%, #eef3fe 100%);
    border: 1px solid #d7e4fa;
    border-radius: 14px;
    padding: 1.15rem;
    box-shadow: 0 8px 20px rgba(16, 45, 92, 0.08);
}

.about-service-card h3 {
    margin: 0 0 0.6rem;
    font-size: 1.04rem;
    color: #0a2d66;
    font-weight: 700;
}

.about-service-card p {
    margin: 0;
    color: #4a5d7d;
    line-height: 1.7;
    font-size: 0.95rem;
}

.about-expert-guidance {
    padding: 4.5rem 0;
    background: #f5f8ff;
}

.about-guidance-head {
    max-width: 900px;
    margin: 0 auto 1.8rem;
}

.about-guidance-head h2 {
    margin: 0 0 0.65rem;
    color: #0a2d66;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 800;
}

.about-guidance-head p {
    margin: 0;
    color: #4a5d7d;
    line-height: 1.8;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.about-value-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d7e4fa;
    box-shadow: 0 10px 24px rgba(16, 45, 92, 0.09);
}

.about-value-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.about-value-body {
    padding: 1.2rem;
}

.about-value-title {
    margin: 0 0 0.5rem;
    font-size: 1.04rem;
    font-weight: 700;
    color: #0a2d66;
}

.about-value-body p {
    margin: 0;
    color: #4a5d7d;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ─── FAQ SECTION ─────────────────────────────────── */
.faq-section {
    background-color: #f8f9fa;
    padding: 80px 20px;
}

.faq-section .section-container {
    max-width: 1100px;
}

.faq-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.faq-item {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    background: #f5f5f5;
    transition: background 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background: #efefef;
}

.faq-question h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #183b6b;
    flex: 1;
}

.faq-icon {
    font-size: 28px;
    font-weight: bold;
    color: #1e7fdb;
    transition: transform 0.3s ease;
    margin-left: 20px;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 30px;
}

.faq-item.active .faq-answer {
    max-height: 600px;
    padding: 25px 30px;
}

.faq-answer p {
    margin: 0;
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.about-value-body {
    padding: 1rem 1rem 1.1rem;
}

.about-value-body h3 {
    margin: 0 0 0.6rem;
    color: #0a2d66;
}

.about-value-body ul {
    margin: 0;
    padding-left: 1rem;
    color: #4a5d7d;
}

.about-value-body li {
    margin-bottom: 0.45rem;
    line-height: 1.6;
    font-size: 0.93rem;
}

.about-achievements {
    position: relative;
    padding: 4rem 0;
    background: url('../images/counter-bg.jpg') center/cover no-repeat;
    overflow: hidden;
}

.about-achievements-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(6, 16, 33, 0.68), rgba(10, 45, 102, 0.52));
}

.about-achievements .section-container {
    position: relative;
    z-index: 1;
}

.about-achievements-title {
    text-align: center;
    margin-bottom: 1.6rem;
}

.about-achievements-title h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 800;
}

.about-achievements-title p {
    margin: 0.6rem auto 0;
    color: rgba(255, 255, 255, 0.85);
    max-width: 680px;
    line-height: 1.7;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.about-stat-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1.05rem;
    text-align: center;
    backdrop-filter: blur(4px);
}

.about-stat-card strong {
    display: block;
    color: var(--accent-cyan);
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.about-stat-card span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.about-partners {
    padding: 4rem 0 4.8rem;
    background: #fff;
}

.about-partners-lead {
    max-width: 820px;
    margin: 0.8rem auto 1.9rem;
    text-align: center;
    color: #4a5d7d;
    line-height: 1.8;
}

.about-partners-carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.7rem;
}

.about-partners-viewport {
    overflow: hidden;
}

.about-partners-track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.about-partner-slide {
    flex: 0 0 20%;
    padding: 0.35rem;
}

.about-partner-slide img {
    width: 100%;
    height: 78px;
    object-fit: contain;
    border: 1px solid #e2ebff;
    border-radius: 10px;
    padding: 0.55rem;
    background: #fff;
}

.about-partner-nav {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid #cfdcf5;
    background: #fff;
    color: #204b94;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.about-partner-nav:hover {
    border-color: #5b7fdb;
    background: #eef3ff;
    color: #0a2d66;
}

.about-partner-dots {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 1rem;
}

.about-partner-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: #c5d2ef;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.about-partner-dot.active {
    background: #5b7fdb;
    transform: scale(1.18);
}

.about-partners-empty {
    text-align: center;
    color: #60728f;
    margin: 0.5rem 0 0;
}

@media (max-width: 992px) {
    .about-founder {
        grid-template-columns: 1fr;
    }

    .about-founder-media {
        justify-self: start;
        width: min(280px, 100%);
    }

    .about-service-grid,
    .about-values-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-partner-slide {
        flex-basis: 33.3333%;
    }
}

@media (max-width: 640px) {
    .about-page .section-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .about-hero {
        min-height: 390px;
        padding: 4rem 0 2.8rem;
    }

    .about-hero h1 {
        line-height: 1.2;
    }

    .about-service-grid,
    .about-values-grid,
    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .about-partner-slide {
        flex-basis: 50%;
    }

    .about-partner-nav {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 420px) {
    .about-partners-carousel {
        gap: 0.45rem;
    }

    .about-partner-slide {
        flex-basis: 100%;
    }
}

/* -----------------------------------------------------------------------
   EUROPE DESTINATIONS SECTION � Detailed Country Cards
   ----------------------------------------------------------------------- */

.europe-destinations {
    background: #f8faff;
    padding: 4rem 2rem;
}

.section-subtitle {
    text-align: center;
    color: #666;
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
}

.destinations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.destination-card {
    background: #fff;
    border: 1px solid #e0e8f5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.destination-header {
    background: linear-gradient(135deg, #5b7fdb 0%, #3f65c4 100%);
    color: #fff;
    padding: 1.5rem;
    border-bottom: 3px solid #2d4a9e;
}

.destination-header h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.country-tagline {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.95;
    font-weight: 500;
}

.destination-content {
    padding: 1.5rem;
}

.info-block {
    margin-bottom: 1.2rem;
}

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

.info-block h4 {
    margin: 0 0 0.8rem 0;
    color: #2d4a9e;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-block li {
    padding: 0.4rem 0 0.4rem 1.5rem;
    position: relative;
    color: #555;
    line-height: 1.5;
    font-size: 0.95rem;
}

.info-block li:before {
    content: "?";
    position: absolute;
    left: 0;
    color: #5b7fdb;
    font-weight: bold;
}

.info-block li strong {
    color: #2d4a9e;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .destinations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
}

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

    .europe-destinations {
        padding: 2.5rem 1.5rem;
    }

    .destination-header {
        padding: 1.2rem;
    }

    .destination-header h3 {
        font-size: 1.1rem;
    }

    .destination-content {
        padding: 1.2rem;
    }

    .info-block {
        margin-bottom: 1rem;
    }

    .info-block h4 {
        font-size: 0.95rem;
    }

    .info-block li {
        padding: 0.35rem 0 0.35rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .destination-header h3 {
        font-size: 1rem;
        gap: 0.4rem;
    }

    .country-tagline {
        font-size: 0.85rem;
    }

    .info-block h4 {
        font-size: 0.9rem;
    }
}