/* --------------------------------------------------------------------------
   Global Immigration LLC - Landing Styles
   Stack: Bootstrap 5 + custom CSS (no extra frameworks)
--------------------------------------------------------------------------- */
:root {
    --gi-primary: #07A8B3;
    --gi-secondary: #3FC4CF;
    --gi-silver: #9AA0A6;
    --gi-text: #4E4E4E;
    --gi-white: #FFFFFF;
    --gi-border: #E9ECEF;
    --gi-soft-bg: #F7FBFC;

    --section-space-desktop: 92px;
    --section-space-mobile: 64px;
    --container-readable: 72ch;
}

html {
    scroll-behavior: auto;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--gi-text);
    background-color: var(--gi-white);
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2f3438;
    font-weight: 700;
    letter-spacing: -0.015em;
}

a {
    color: var(--gi-primary);
}

a:hover {
    color: #078892;
}

:focus-visible {
    outline: 3px solid rgba(63, 196, 207, 0.5);
    outline-offset: 2px;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: -50px;
    z-index: 2000;
    padding: 10px 14px;
    background: #111;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.skip-link:focus {
    top: 16px;
}

/* Top bar */
.top-bar {
    background: #f3fbfc;
    border-bottom: 1px solid rgba(154, 160, 166, 0.2);
    font-size: 0.88rem;
}

.top-bar-inner {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.top-certification {
    color: #455055;
    font-weight: 500;
}

.top-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.top-link {
    color: #334046;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-link:hover {
    color: var(--gi-primary);
}

/* Navbar */
.navbar-gi {
    background: var(--gi-white);
    border-bottom: 1px solid rgba(154, 160, 166, 0.22);
    transition: box-shadow 0.2s ease;
}

.navbar-gi.is-scrolled {
    box-shadow: 0 8px 24px rgba(16, 32, 40, 0.08);
}

.navbar-brand {
    color: #2f3438;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--gi-primary), var(--gi-secondary));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.88rem;
}

.nav-link {
    color: #4f5a60;
    font-weight: 500;
    margin: 0 4px;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: var(--gi-primary);
}

.lang-switch .btn-lang {
    border: 1px solid rgba(154, 160, 166, 0.45);
    color: #50606b;
    background: #fff;
    padding: 4px 10px;
    line-height: 1.2;
    font-weight: 600;
}

.lang-switch .btn-lang.active {
    background: rgba(7, 168, 179, 0.12);
    color: #075e66;
    border-color: rgba(7, 168, 179, 0.5);
}

/* Buttons */
.btn {
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 18px;
}

.btn-primary-gi {
    color: #fff;
    border: 1px solid var(--gi-primary);
    background-color: var(--gi-primary);
}

.btn-primary-gi:hover,
.btn-primary-gi:focus {
    color: #fff;
    background-color: #078f98;
    border-color: #078f98;
}

.btn-outline-gi {
    color: #4c5962;
    border: 1px solid rgba(154, 160, 166, 0.7);
    background: #fff;
}

.btn-outline-gi:hover,
.btn-outline-gi:focus {
    color: #34424c;
    border-color: #7d8d97;
    background: #f9fbfc;
}

/* Shared spacing */
.section-padding {
    padding: var(--section-space-desktop) 0;
}

.section-soft {
    background-color: var(--gi-soft-bg);
}

.section-heading {
    margin-bottom: 44px;
}

.section-title {
    font-size: clamp(1.7rem, 2.6vw, 2.3rem);
    margin-bottom: 14px;
}

.section-subtitle {
    max-width: var(--container-readable);
    color: #5c6a73;
}

/* Form alerts */
.form-alert-wrap {
    padding-top: 14px;
}

.form-alert {
    border: 1px solid var(--gi-border);
    border-radius: 12px;
}

/* Hero */
.hero-section {
    padding: 82px 0 54px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
}

.hero-kicker {
    color: #45616a;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.hero-title {
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    margin-bottom: 12px;
    max-width: 18ch;
}

.hero-subtitle {
    max-width: 64ch;
    color: #5e6c76;
    margin-bottom: 24px;
}

.hero-image-card {
    border-radius: 18px;
    border: 1px solid var(--gi-border);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(11, 42, 51, 0.08);
}

.hero-image {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.hero-image-caption {
    border-top: 1px solid var(--gi-border);
    padding: 12px 16px;
    color: #4d5b64;
    font-size: 0.93rem;
    background: rgba(255, 255, 255, 0.9);
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.trust-badge {
    border: 1px solid rgba(154, 160, 166, 0.45);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.83rem;
    color: #4b5a63;
    background: #fff;
}

.quick-services {
    border: 1px solid var(--gi-border);
    border-radius: 14px;
    padding: 16px;
    background: #fff;
}

.quick-services-label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5b6972;
    font-weight: 600;
}

.quick-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.quick-chip {
    border-radius: 999px;
    background: rgba(63, 196, 207, 0.12);
    color: #0a7079;
    padding: 6px 11px;
    font-size: 0.84rem;
    font-weight: 500;
}

/* Cards */
.service-card,
.pillar-card,
.process-card,
.about-card,
.testimonial-card,
.contact-card,
.map-card,
.form-card {
    border: 1px solid var(--gi-border);
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(8, 34, 44, 0.03);
    background: #fff;
}

.service-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    color: inherit;
}

.service-card:hover,
.service-card:focus {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(8, 34, 44, 0.07);
}

.service-icon,
.pillar-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(7, 168, 179, 0.12);
    color: var(--gi-primary);
    margin-bottom: 14px;
    font-size: 1.1rem;
}

.service-title,
.pillar-title,
.process-title,
.contact-title {
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.service-desc,
.pillar-text,
.process-text,
.about-text,
.testimonial-text,
.form-note {
    color: #5a6972;
    max-width: var(--container-readable);
    margin-bottom: 0;
}

.services-tabs {
    gap: 10px;
}

.services-tab-btn {
    border: 1px solid rgba(154, 160, 166, 0.45) !important;
    border-radius: 999px !important;
    color: #54616a !important;
    background: #fff !important;
    padding: 10px 18px !important;
    font-weight: 600;
}

.services-tab-btn.active,
.services-tab-btn.show {
    color: #fff !important;
    background: var(--gi-primary) !important;
    border-color: var(--gi-primary) !important;
    box-shadow: none !important;
}

.services-support-title {
    font-size: 1.15rem;
    color: #334048;
    margin-bottom: 0;
}

/* Process timeline */
.process-wrapper {
    position: relative;
}

.process-line {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 34px;
    height: 1px;
    background: rgba(154, 160, 166, 0.42);
    z-index: 0;
}

.process-card {
    position: relative;
    z-index: 1;
    padding: 24px;
}

.process-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--gi-primary);
    line-height: 1;
    margin-bottom: 12px;
}

/* About */
.about-card {
    overflow: hidden;
}

.about-image {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.about-content {
    padding: 32px;
}

.credential-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.credential-chip {
    border: 1px solid rgba(154, 160, 166, 0.5);
    border-radius: 999px;
    padding: 6px 11px;
    font-size: 0.84rem;
    color: #4f5e66;
}

/* Testimonials */
.stars {
    color: #f4b400;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.testimonial-name {
    font-weight: 600;
    color: #3f4e57;
}

.reviews-summary {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 10px 16px;
    border: 1px solid rgba(154, 160, 166, 0.28);
    border-radius: 999px;
    background: #fff;
    color: #55626b;
    font-weight: 600;
}

.reviews-summary-stars {
    display: inline-flex;
    gap: 4px;
    color: #f4b400;
    font-size: 0.92rem;
}

.reviews-summary-text {
    color: #55626b;
}

.testimonial-link {
    display: block;
    color: inherit;
}

.testimonial-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.testimonial-link:hover .testimonial-card,
.testimonial-link:focus .testimonial-card {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(8, 34, 44, 0.08);
    border-color: rgba(7, 168, 179, 0.32);
}

.testimonial-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.testimonial-source {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(7, 168, 179, 0.10);
    color: #0a6b73;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.testimonial-meta .bi-arrow-up-right {
    color: #8c9aa2;
    font-size: 0.95rem;
}

.testimonial-text {
    font-size: 0.98rem;
    line-height: 1.68;
    margin-bottom: 18px;
}

/* Contact */
.contact-list li {
    margin-bottom: 10px;
}

.contact-list a {
    text-decoration: none;
}

.hours-title {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5a6870;
    margin-bottom: 10px;
}

.hours-list li {
    border-bottom: 1px dashed rgba(154, 160, 166, 0.35);
    padding: 6px 0;
    font-size: 0.95rem;
}

.map-card {
    min-height: 360px;
    overflow: hidden;
}

.map-card iframe {
    border: 0;
}

.form-control {
    border-radius: 10px;
    border-color: var(--gi-border);
    padding: 0.64rem 0.78rem;
}

.form-control:focus {
    border-color: rgba(7, 168, 179, 0.6);
    box-shadow: 0 0 0 0.2rem rgba(7, 168, 179, 0.12);
}

.form-control.is-invalid {
    border-color: #d75f5f;
}

.form-note {
    font-size: 0.9rem;
}

.disclaimer-wrap {
    border-top: 1px solid rgba(154, 160, 166, 0.3);
    padding-top: 16px;
}

.disclaimer-text {
    color: #4b5961;
    font-size: 0.94rem;
}

/* Footer */
.site-footer {
    background: var(--gi-primary);
    color: #fff;
    padding: 54px 0 26px;
}

.footer-brand {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.footer-logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.86rem;
}

.footer-tagline,
.footer-disclaimer,
.footer-bottom {
    color: rgba(255, 255, 255, 0.92);
    max-width: 65ch;
}

.footer-heading {
    font-size: 0.95rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #fff;
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.88);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    text-decoration: none;
}

.social-links a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Schedule modal */
.schedule-modal {
    border-radius: 16px;
    border: 1px solid var(--gi-border);
}

.modal-text {
    color: #5a6870;
}

.schedule-form .form-control {
    border-radius: 12px;
}

.schedule-options {
    display: grid;
    gap: 10px;
}

.schedule-option {
    border: 1px solid var(--gi-border);
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #304149;
    background: #fff;
}

.schedule-option i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gi-primary);
    background: rgba(7, 168, 179, 0.12);
}

.schedule-option span {
    display: block;
    color: #5b6770;
    font-size: 0.9rem;
}

.schedule-option:hover {
    border-color: rgba(7, 168, 179, 0.45);
}

/* Floating chat button */
.chat-fab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1030;
    border: 1px solid rgba(154, 160, 166, 0.38);
    background: #fff;
    color: #2f3f48;
    border-radius: 999px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(8, 34, 44, 0.12);
}

.chat-fab:hover {
    background: #f7fbfc;
}

/* Responsive rules */
@media (max-width: 991.98px) {
    .section-padding {
        padding: var(--section-space-mobile) 0;
    }

    .hero-section {
        padding: 62px 0 44px;
    }

    .hero-image {
        height: 350px;
    }

    .about-content {
        padding: 24px;
    }

    .top-certification {
        display: none;
    }

    .top-bar-inner {
        justify-content: flex-end;
    }
}

@media (max-width: 767.98px) {
    .top-actions .btn {
        display: none;
    }

    .hero-title {
        max-width: 22ch;
    }

    .map-card {
        min-height: 300px;
    }

    .chat-fab span {
        display: none;
    }
}



/* --------------------------------------------------------------------------
   Schedule Modal – Enhanced CTAs + Soft Divider
--------------------------------------------------------------------------- */

/* HR difuminado dentro del modal */
.schedule-modal hr {
    border: 0;
    height: 1px;
    margin: 24px 0;
    background: linear-gradient(
        to right,
        rgba(154, 160, 166, 0),          /* transparente */
        rgba(154, 160, 166, 0.35),       /* silver suave */
        rgba(154, 160, 166, 0)           /* transparente */
    );
    opacity: 0.5;
}

/* CTA Blocks */
.schedule-option {
    border: 1px solid rgba(154, 160, 166, 0.32); /* silver */
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    transition: all 0.18s ease;
    box-shadow: 0 3px 10px rgba(8, 34, 44, 0.03);
}

.schedule-option i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(7, 168, 179, 0.12); /* turquesa difuso */
    color: var(--gi-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}

.schedule-option strong {
    color: #2f3f48;
    font-weight: 600;
}

.schedule-option span {
    color: #56636c;
    font-size: 0.9rem;
}

.schedule-option:hover {
    border-color: rgba(7, 168, 179, 0.5);
    background: #f7fcfd;
    box-shadow: 0 6px 16px rgba(8, 34, 44, 0.08);
    transform: translateY(-2px);
}

/* CTA: efecto activo para mobile o click */
.schedule-option:active {
    transform: scale(0.97);
    background: rgba(7, 168, 179, 0.08);
}

.logo-image {
    height: 60px;   /* ajusta según se vea mejor */
    width: auto;
    display: inline-block;
    margin-right: 8px;
}

/* --------------------------------------------------------------------------
   EB-2 NIW Landing
--------------------------------------------------------------------------- */

.eb2-hero {
    padding: 78px 0 42px;
    background:
        radial-gradient(circle at top left, rgba(63, 196, 207, 0.14), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
}

.eb2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(7, 168, 179, 0.10);
    color: #066f77;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
}

.eb2-title {
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 800;
    line-height: 1.05;
    max-width: 12ch;
    margin-bottom: 16px;
}

.eb2-copy {
    max-width: 62ch;
    color: #596871;
    font-size: 1.03rem;
}

.eb2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.eb2-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.eb2-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(154, 160, 166, 0.28);
    border-radius: 999px;
    background: #fff;
    color: #53616a;
    font-size: 0.9rem;
    font-weight: 500;
}

.eb2-form-card {
    border: 1px solid var(--gi-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(8, 34, 44, 0.08);
    padding: 28px;
}

.eb2-form-card.sticky-lg-top {
    top: 110px;
}

.eb2-form-kicker {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5a6871;
    font-weight: 700;
    margin-bottom: 10px;
}

.eb2-form-title {
    font-size: 1.35rem;
    margin-bottom: 8px;
}

.eb2-form-note {
    color: #5a6872;
    font-size: 0.94rem;
    margin-bottom: 20px;
}

.eb2-form-card .form-select,
.eb2-form-card .form-control {
    border-radius: 12px;
}

.eb2-disclaimer {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(154, 160, 166, 0.25);
    color: #69767e;
    font-size: 0.88rem;
}

.eb2-section {
    padding: 68px 0;
}

.eb2-mini-card,
.eb2-process-card,
.eb2-faq-card,
.eb2-note-card {
    border: 1px solid var(--gi-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(8, 34, 44, 0.04);
    height: 100%;
}

.eb2-mini-card .card-body,
.eb2-process-card,
.eb2-faq-card,
.eb2-note-card {
    padding: 24px;
}

.eb2-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(7, 168, 179, 0.11);
    color: var(--gi-primary);
    font-size: 1.15rem;
    margin-bottom: 14px;
}

.eb2-card-title {
    font-size: 1.08rem;
    margin-bottom: 8px;
}

.eb2-card-copy {
    color: #5a6872;
    margin-bottom: 0;
}

.eb2-process-step {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gi-primary);
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px;
}

.eb2-list {
    padding-left: 1rem;
    margin-bottom: 0;
    color: #5a6872;
}

.eb2-list li + li {
    margin-top: 8px;
}

.eb2-note-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
}

.eb2-note-card p:last-child,
.eb2-faq-card p:last-child {
    margin-bottom: 0;
}

.eb2-section-heading {
    max-width: 56ch;
    margin-bottom: 26px;
}

@media (max-width: 991.98px) {
    .eb2-hero {
        padding: 56px 0 30px;
    }

    .eb2-section {
        padding: 54px 0;
    }

    .eb2-form-card {
        padding: 22px;
    }
}
