/* ============================================================
   iConnect Landing Page — Modern Design (conflict-free lp- prefix)
   ============================================================ */

/* ----- RESET WITHIN LANDING SECTIONS ----------------------- */
.lp-section { box-sizing: border-box; }
.lp-section *, .lp-section *::before, .lp-section *::after { box-sizing: border-box; }

/* ============================================================
   HERO
   ============================================================ */
.lp-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.lp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.lp-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
}
.lp-hero__body {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 120px 0 60px;
}
.lp-hero__body .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; text-align: center; }
.lp-hero__logo {
    display: block;
    height: 220px;
    width: auto;
    margin: 0 auto 40px;
}
.lp-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.28);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 22px;
}
.lp-hero__eyebrow::before {
    display: none;
}
.lp-hero__tag {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.lp-hero__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 800;
    color: #fff;
    line-height: 1.02;
    margin: 0 0 36px;
    text-shadow: 0 4px 32px rgba(2,39,83,0.35);
    text-transform: uppercase;
}
.lp-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #49AC55;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 16px 36px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(73,172,85,0.4);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.lp-hero__cta:hover {
    background: #3d9648;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(73,172,85,0.45);
    text-decoration: none;
}
.lp-hero__cta-arrow {
    font-size: 20px;
    transition: transform 0.2s;
}
.lp-hero__cta:hover .lp-hero__cta-arrow { transform: translateX(4px); }

/* Stats strip */
.lp-hero__stats {
    position: relative;
    z-index: 2;
    background: #022753bf;
    border-top: 1px solid rgba(255,255,255,0.12);
}
.lp-hero__stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
}
.lp-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 16px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.lp-stat:last-child { border-right: none; }
.lp-stat__value {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}
.lp-stat__label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
}

/* Wave */
.lp-hero__wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 3;
    line-height: 0;
    pointer-events: none;
}
.lp-hero__wave svg { display: block; width: 100%; }

/* ============================================================
   ABOUT
   ============================================================ */
.lp-about {
    background: #fff;
    padding: 0;
}
.lp-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
}
.lp-about__image {
    overflow: hidden;
}
.lp-about__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.lp-about__image:hover img { transform: scale(1.03); }
.lp-about__content {
    background: #f4f7ff;
    display: flex;
    align-items: center;
    padding: 72px 64px;
}
.lp-about__inner { width: 100%; }
.lp-about__icon {
    width: 56px;
    height: 56px;
    background: #022753;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.lp-about__icon img { width: 30px; height: 30px; object-fit: contain; filter: brightness(0) invert(1); }
.lp-about__heading {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    color: #022753;
    line-height: 1.15;
    margin: 0 0 24px;
    padding-left: 18px;
    border-left: 4px solid #3D66E5;
}
.lp-about__body p {
    color: #495057;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 14px;
    text-align: justify;
}
.lp-about__body p:last-of-type { margin-bottom: 0; }
.lp-about__welcome {
    color: #3D66E5 !important;
    font-weight: 700;
    font-size: 17px !important;
    margin-top: 14px !important;
}
.lp-about__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    background: #022753;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(2,39,83,0.2);
}
.lp-about__btn:hover {
    background: #3D66E5;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(61,102,229,0.35);
    text-decoration: none;
}

/* ============================================================
   LOCATIONS
   ============================================================ */
.lp-locations {
    background: #fff;
    padding: 80px 0;
}
.lp-locations__container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.lp-locations__header { text-align: center; margin-bottom: 48px; }
.lp-locations__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #3D66E5;
    margin-bottom: 10px;
}
.lp-locations__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #022753;
    margin: 0;
    line-height: 1.15;
}
.lp-locations__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.lp-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 8px 40px rgba(2,39,83,0.15);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
}
.lp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(2,39,83,0.22);
}
.lp-card__img {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.lp-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.lp-card:hover .lp-card__img img { transform: scale(1.07); }
.lp-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2,39,83,0.88) 0%, rgba(2,39,83,0.2) 55%, transparent 100%);
    z-index: 1;
}
.lp-card__body {
    position: relative;
    z-index: 2;
    padding: 36px 32px;
}
.lp-card__loc {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.lp-card__loc-icon {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lp-card__loc-icon img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.lp-card__name {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}
.lp-card__name span { display: block; font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.7); }
.lp-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #022753;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.lp-card__btn:hover {
    background: #49AC55;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
.lp-card__btn-arrow { font-size: 16px; }

/* ============================================================
   FERRY SCHEDULE
   ============================================================ */
.lp-schedule {
    background: url('../images/blue-wave-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0 100px;
    position: relative;
}
.lp-schedule__container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.lp-schedule__grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 0;
    align-items: stretch;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 64px rgba(2,39,83,0.25);
    margin-bottom: 48px;
    height: 620px;
}
.lp-schedule__image { overflow: hidden; }
.lp-schedule__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lp-schedule__panel {
    background: #fff;
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
}
.lp-schedule__note {
    margin-top: auto;
}
.lp-schedule__icon {
    width: 48px;
    height: 48px;
    background: #022753;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.lp-schedule__icon img { width: 26px; height: 26px; object-fit: contain; filter: brightness(0) invert(1); }
.lp-schedule__sub {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #3D66E5;
    margin-bottom: 6px;
    display: block;
}
.lp-schedule__heading {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: #022753;
    margin: 0 0 28px;
}

/* Pill tabs */
.lp-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.lp-tab {
    padding: 9px 22px;
    border-radius: 100px;
    border: 2px solid #022753;
    background: transparent;
    color: #022753;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
    display: inline-block;
}
.lp-tab.active, .lp-tab:hover {
    background: #022753;
    color: #fff;
    text-decoration: none;
}

/* Schedule table */
.lp-sched-content {
    position: relative;
    height: 195px;
}
.lp-sched-pane {
    position: absolute;
    top: 0; left: 0; right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.lp-sched-pane.show {
    opacity: 1;
    pointer-events: auto;
}
.lp-sched-table { width: 100%; border-collapse: collapse; }
.lp-sched-table thead th {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #868e96;
    padding: 0 0 10px;
    text-align: left;
    border-bottom: 2px solid #eef0f5;
}
.lp-sched-table tbody tr {
    border-bottom: 1px solid #eef0f5;
}
.lp-sched-table tbody tr:last-child { border-bottom: none; }
.lp-sched-table tbody td {
    padding: 12px 0;
    text-align: left;
}
.lp-time-chip {
    display: inline-block;
    background: #f0f4ff;
    color: #022753;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid #dce4ff;
}
.lp-schedule__note {
    font-size: 13px;
    color: #868e96;
    margin-top: 20px;
    text-align: center;
}

/* CTA below schedule */
.lp-schedule__cta-wrap { text-align: center; }
.lp-schedule__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #022753;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(2,39,83,0.2);
    transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.lp-schedule__cta:hover {
    background: #49AC55;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(73,172,85,0.35);
    text-decoration: none;
}

/* ============================================================
   CONTACT
   ============================================================ */
.lp-contact {
    background: linear-gradient(135deg, #022753 0%, #1a4a9e 50%, #3D66E5 100%);
    padding: 0;
    overflow: hidden;
}
.lp-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 440px;
}
.lp-contact__content {
    display: flex;
    align-items: center;
    padding: 72px 64px;
}
.lp-contact__inner { width: 100%; }
.lp-contact__icon {
    width: 52px;
    height: 52px;
    background: rgba(255,255,255,0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.lp-contact__icon img { width: 28px; height: 28px; filter: brightness(0) invert(1); }
.lp-contact__sub {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 8px;
}
.lp-contact__heading {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 32px;
    line-height: 1.15;
}
.lp-contact__phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 2px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: clamp(22px, 2.8vw, 34px);
    font-weight: 800;
    padding: 16px 36px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    letter-spacing: 0.02em;
}
.lp-contact__phone:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}
.lp-contact__image { overflow: hidden; }
.lp-contact__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .lp-about__content { padding: 56px 44px; }
    .lp-schedule__panel { padding: 44px 36px; }
    .lp-schedule__image { display: none; }
    .lp-schedule__grid { grid-template-columns: 1fr; }
    .lp-contact__content { padding: 56px 44px; }
}
@media (max-width: 768px) {
    .lp-hero__body { padding: 100px 0 40px; }
    .lp-about__grid { grid-template-columns: 1fr; }
    .lp-about__image { height: 300px; }
    .lp-about__content { padding: 48px 32px; }
    .lp-locations__grid { grid-template-columns: 1fr; }
    .lp-card { min-height: 340px; }
    .lp-contact__grid { grid-template-columns: 1fr; }
    .lp-contact__image { height: 240px; }
    .lp-contact__content { padding: 48px 32px; }
    .lp-hero__stats-inner { flex-wrap: wrap; }
    .lp-stat { flex: 0 0 50%; border-bottom: 1px solid rgba(255,255,255,0.12); }
    .lp-stat:nth-child(2) { border-right: none; }
    .lp-stat:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 480px) {
    .lp-about__content { padding: 36px 20px; }
    .lp-schedule__panel { padding: 36px 24px; }
    .lp-contact__content { padding: 40px 20px; }
    .lp-hero__title { font-size: 40px; }
    .lp-stat { flex: 0 0 100%; border-right: none !important; }
}
