/* --------------------------------------------------------------------------
   Highland Immigration LLC - Premium landing styles
--------------------------------------------------------------------------- */
:root {
    --hi-navy: #0A1F44;
    --hi-navy-deep: #07162f;
    --hi-white: #FFFFFF;
    --hi-ivory: #fbfaf6;
    --hi-mist: #E5E7EB;
    --hi-gold: #C9A227;
    --hi-gold-soft: rgba(201, 162, 39, 0.12);
    --hi-blue: #2D6CDF;
    --hi-slate: #4B5563;
    --hi-slate-soft: #667085;
    --hi-soft: #F4F7FB;
    --hi-soft-alt: #f9fafc;
    --hi-border: rgba(10, 31, 68, 0.10);
    --hi-border-strong: rgba(10, 31, 68, 0.18);
    --hi-shadow: 0 18px 42px rgba(10, 31, 68, 0.08);
    --hi-shadow-lg: 0 24px 60px rgba(10, 31, 68, 0.10);
    --section-space-desktop: 96px;
    --section-space-mobile: 68px;
    --container-readable: 72ch;
}

html {
    scroll-behavior: auto;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--hi-slate);
    background:
        radial-gradient(circle at top left, rgba(45, 108, 223, 0.05), transparent 18%),
        linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--hi-navy);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

a {
    color: var(--hi-blue);
}

a:hover {
    color: var(--hi-navy);
}

p {
    margin-bottom: 1rem;
}

:focus-visible {
    outline: 3px solid rgba(45, 108, 223, 0.22);
    outline-offset: 2px;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: -54px;
    z-index: 2000;
    padding: 10px 14px;
    background: var(--hi-navy);
    color: var(--hi-white);
    border-radius: 8px;
    text-decoration: none;
}

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

.top-bar {
    background: var(--hi-navy);
    border-bottom: 1px solid rgba(201, 162, 39, 0.22);
    font-size: 0.88rem;
}

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

.top-note {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 500;
}

.top-portal-links {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.top-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(201, 162, 39, 0.3);
    color: #f4e6b8;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.portal-link-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.portal-link-chip:hover,
.portal-link-chip:focus {
    color: var(--hi-white);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(201, 162, 39, 0.4);
}

.portal-link-chip.is-secondary {
    background: rgba(201, 162, 39, 0.1);
    color: #f6e8b4;
}

.navbar-gi {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--hi-border);
    backdrop-filter: blur(12px);
    transition: box-shadow 0.2s ease, background 0.2s ease;
}

.navbar-gi.is-scrolled {
    box-shadow: 0 10px 28px rgba(10, 31, 68, 0.08);
    background: rgba(255, 255, 255, 0.98);
}

.navbar-brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(180deg, #123066 0%, var(--hi-navy) 100%);
    color: var(--hi-white);
    border: 1px solid rgba(201, 162, 39, 0.42);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.brand-mark-inner {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.brand-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-name {
    color: var(--hi-navy);
    font-size: 1rem;
    font-weight: 700;
}

.brand-legal {
    color: rgba(75, 85, 99, 0.78);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-link {
    color: rgba(10, 31, 68, 0.76);
    font-weight: 600;
    margin: 0 4px;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active,
.nav-link.active-page {
    color: var(--hi-blue);
}

.nav-actions {
    flex-wrap: nowrap;
}

.navbar-toggler {
    border: 1px solid rgba(10, 31, 68, 0.16);
    border-radius: 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 31, 68, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.lang-switch .btn-lang {
    border: 1px solid rgba(10, 31, 68, 0.14);
    color: var(--hi-navy);
    background: var(--hi-white);
    padding: 4px 10px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 0.78rem;
}

.lang-switch .btn-lang.active {
    background: var(--hi-navy);
    color: var(--hi-white);
    border-color: var(--hi-navy);
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    padding: 10px 18px;
}

.btn-primary-gi {
    color: var(--hi-white);
    border: 1px solid var(--hi-blue);
    background: linear-gradient(180deg, #3677e5 0%, var(--hi-blue) 100%);
    box-shadow: 0 10px 24px rgba(45, 108, 223, 0.18);
}

.btn-primary-gi:hover,
.btn-primary-gi:focus {
    color: var(--hi-white);
    background: #245cc0;
    border-color: #245cc0;
}

.btn-outline-gi {
    color: var(--hi-navy);
    border: 1px solid rgba(10, 31, 68, 0.18);
    background: var(--hi-white);
}

.btn-outline-gi:hover,
.btn-outline-gi:focus {
    color: var(--hi-navy);
    border-color: var(--hi-gold);
    background: #faf8f1;
}

.btn-link-gi {
    color: var(--hi-navy);
    font-weight: 700;
    text-decoration: none;
    padding: 10px 6px;
}

.btn-link-gi:hover,
.btn-link-gi:focus {
    color: var(--hi-blue);
}

.section-padding {
    padding: var(--section-space-desktop) 0;
}

.section-soft {
    background: linear-gradient(180deg, #f9fbff 0%, #f3f6fa 100%);
}

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

.section-kicker,
.quick-services-label,
.footer-eyebrow {
    color: #8c6e15;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.section-title,
.page-title {
    font-size: clamp(1.95rem, 2.9vw, 2.8rem);
    margin-bottom: 14px;
}

.section-subtitle,
.page-subtitle {
    max-width: var(--container-readable);
    color: rgba(75, 85, 99, 0.94);
    font-weight: 500;
}

.page-hero {
    padding: 74px 0 34px;
}

.form-alert {
    border-radius: 16px;
    border: 1px solid var(--hi-border);
    box-shadow: var(--hi-shadow);
}

.hero-section {
    padding: 74px 0 58px;
}

.hero-kicker {
    color: #8c6e15;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.55rem, 4.8vw, 4.2rem);
    font-weight: 700;
    line-height: 1.02;
    margin-bottom: 14px;
}

.hero-title-wide {
    max-width: 12.5ch;
}

.hero-subtitle {
    max-width: 62ch;
    color: rgba(75, 85, 99, 0.96);
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 24px;
}

.hero-subtitle-strong {
    font-size: 1.04rem;
}

.hero-slogan {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(201, 162, 39, 0.14) 0%, rgba(201, 162, 39, 0.08) 100%);
    color: var(--hi-navy);
    font-weight: 700;
    margin-bottom: 24px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-image-card,
.service-card,
.pillar-card,
.process-card,
.about-card,
.contact-card,
.form-card,
.schedule-modal,
.portal-card,
.lead-magnet-card,
.side-note-card {
    border: 1px solid var(--hi-border);
    border-radius: 22px;
    background: var(--hi-white);
    box-shadow: var(--hi-shadow);
}

.premium-hero-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

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

.hero-human-overlay {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
}

.hero-human-panel {
    padding: 20px 20px 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.82) 100%);
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 34px rgba(10, 31, 68, 0.16);
}

.hero-human-eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #8c6e15;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-human-title {
    color: var(--hi-navy);
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.25;
    margin-bottom: 10px;
}

.hero-human-copy {
    color: rgba(10, 31, 68, 0.78);
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 14px;
}

.hero-human-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-human-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(10, 31, 68, 0.06);
    color: var(--hi-navy);
    font-size: 0.84rem;
    font-weight: 700;
}

.hero-human-pill i {
    color: #8d7014;
}

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

.trust-badge,
.credential-chip {
    border: 1px solid rgba(10, 31, 68, 0.12);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.82rem;
    color: var(--hi-navy);
    background: var(--hi-white);
    font-weight: 600;
}

.quick-services {
    border: 1px solid var(--hi-border);
    border-radius: 22px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 24px rgba(10, 31, 68, 0.04);
}

.quick-services-copy {
    color: rgba(75, 85, 99, 0.94);
    margin-bottom: 0;
}

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

.quick-chip {
    border-radius: 999px;
    background: rgba(45, 108, 223, 0.08);
    color: var(--hi-blue);
    padding: 8px 13px;
    font-size: 0.84rem;
    font-weight: 600;
}

.service-card,
.pillar-card,
.portal-card,
.side-note-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    color: inherit;
}

.service-card:hover,
.service-card:focus,
.pillar-card:hover,
.pillar-card:focus,
.portal-card:hover,
.portal-card:focus,
.side-note-card:hover,
.side-note-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(10, 31, 68, 0.10);
    border-color: rgba(201, 162, 39, 0.34);
}

.service-card-premium .card-body,
.portal-card .card-body,
.side-note-card .card-body,
.pillar-card .card-body {
    padding: 28px;
}

.service-icon,
.pillar-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 39, 0.14);
    color: #8d7014;
    margin-bottom: 14px;
    font-size: 1.1rem;
}

.service-title,
.pillar-title,
.process-title,
.contact-title,
.footer-cta-title {
    font-size: 1.12rem;
    margin-bottom: 10px;
}

.service-desc,
.pillar-text,
.process-text,
.about-text,
.form-note {
    color: rgba(75, 85, 99, 0.94);
}

.service-mini-list {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.service-mini-list li {
    position: relative;
    padding-left: 18px;
    color: var(--hi-slate);
    font-size: 0.94rem;
}

.service-mini-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hi-gold);
}

.portal-shell {
    padding: 6px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(10, 31, 68, 0.05) 0%, rgba(201, 162, 39, 0.08) 100%);
}

.portal-feature-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.portal-check-item {
    position: relative;
    padding-left: 28px;
    font-weight: 600;
    color: var(--hi-navy);
}

.portal-check-item::before {
    content: '\F26E';
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: var(--hi-blue);
}

.process-wrapper {
    position: relative;
}

.process-line {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 42px;
    height: 1px;
    background: rgba(201, 162, 39, 0.4);
    z-index: 0;
}

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

.process-number {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(45, 108, 223, 0.1);
    color: var(--hi-blue);
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.legal-ribbon {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    border-radius: 22px;
    border: 1px solid rgba(10, 31, 68, 0.12);
    background: var(--hi-white);
}

.legal-ribbon-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--hi-gold-soft);
    color: #8d7014;
    font-size: 1.1rem;
}

.about-card {
    overflow: hidden;
}

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

.about-content {
    padding: 38px;
}

.about-title {
    max-width: 14ch;
}

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

.founders-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 500;
    color: var(--hi-navy);
    font-size: 1.35rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.lead-magnet-card {
    padding: 34px;
    background:
        radial-gradient(circle at top right, rgba(201, 162, 39, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.lead-magnet-note {
    border: 1px solid rgba(10, 31, 68, 0.1);
    border-radius: 20px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.84);
}

.faq-accordion .accordion-item {
    border: 1px solid var(--hi-border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(10, 31, 68, 0.04);
    margin-bottom: 14px;
    background: var(--hi-white);
}

.faq-accordion .accordion-button {
    padding: 22px 24px;
    font-weight: 700;
    color: var(--hi-navy);
    background: var(--hi-white);
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--hi-navy);
    background: #fbfcff;
}

.faq-accordion .accordion-body {
    padding: 0 24px 22px;
    color: rgba(75, 85, 99, 0.94);
}

.faq-category {
    display: block;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8c6e15;
    margin-bottom: 6px;
}

.faq-question {
    display: block;
}

.stacked-side-cards {
    display: grid;
    gap: 16px;
}

.legal-side-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
}

.contact-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    color: rgba(75, 85, 99, 0.94);
}

.contact-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hi-gold);
}

.contact-side-quote {
    margin-bottom: 0;
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(10, 31, 68, 0.96) 0%, #123066 100%);
    color: var(--hi-white);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.28rem;
    line-height: 1.35;
}

.cta-stack {
    display: grid;
    gap: 10px;
}

.form-control,
.form-select {
    border-radius: 12px;
    border-color: rgba(10, 31, 68, 0.12);
    padding: 0.78rem 0.86rem;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(45, 108, 223, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(45, 108, 223, 0.10);
}

.form-control.is-invalid,
.form-select.is-invalid,
.form-check-input.is-invalid {
    border-color: #d75f5f;
}

.form-control.is-valid,
.form-select.is-valid,
.form-check-input.is-valid {
    border-color: #4ea36f;
}

.consent-check {
    padding: 16px 18px;
    border: 1px solid rgba(10, 31, 68, 0.1);
    border-radius: 18px;
    background: #fbfcff;
}

.consent-check .form-check-input {
    float: none;
    margin-left: 0;
    margin-right: 10px;
}

.consent-check .form-check-label {
    color: var(--hi-navy);
    font-weight: 500;
}

.consent-check .invalid-feedback {
    display: none;
    margin-top: 8px;
}

.consent-check .form-check-input.is-invalid ~ .invalid-feedback {
    display: block;
}

.intake-section-label {
    color: var(--hi-navy);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-top: 8px;
}

.site-footer {
    background: linear-gradient(180deg, var(--hi-navy) 0%, var(--hi-navy-deep) 100%);
    color: rgba(255, 255, 255, 0.9);
    padding: 54px 0 26px;
}

.site-footer .brand-name,
.site-footer .footer-heading,
.site-footer .footer-cta-title {
    color: var(--hi-white);
}

.site-footer .brand-legal,
.footer-copy,
.footer-note,
.footer-bottom,
.footer-action-copy {
    color: rgba(255, 255, 255, 0.72);
}

.footer-cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(201, 162, 39, 0.12) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 32px;
}

.footer-cta-title {
    margin-bottom: 0;
    max-width: 16ch;
}

.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.85fr 1fr 1fr;
    gap: 26px;
    align-items: start;
}

.footer-heading {
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.footer-contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 0.95rem;
}

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

.footer-inline-link:hover,
.footer-inline-link:focus {
    color: #f1df9b;
}

.footer-inline-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.34);
}

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

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

.footer-links a:hover,
.footer-links a:focus {
    color: #f1df9b;
}

.footer-action-stack {
    display: grid;
    gap: 10px;
}

.footer-action-card {
    display: block;
    padding: 14px 16px;
    border-radius: 18px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
}

.footer-action-card:hover,
.footer-action-card:focus {
    background: rgba(255, 255, 255, 0.08);
}

.footer-action-label {
    display: block;
    color: var(--hi-white);
    font-weight: 700;
    margin-bottom: 4px;
}

.legal-panel {
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.footer-legal-list {
    display: grid;
    gap: 10px;
}

.footer-legal-list li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
}

.footer-legal-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f1df9b;
}

.footer-bottom {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.social-link:hover,
.social-link:focus {
    color: #f1df9b;
    border-color: rgba(241, 223, 155, 0.28);
}

.social-link.is-placeholder {
    opacity: 0.72;
    cursor: default;
}

.schedule-modal {
    border-radius: 24px;
    border: 1px solid rgba(10, 31, 68, 0.1);
    box-shadow: 0 30px 60px rgba(10, 31, 68, 0.18);
}

.modal-title {
    color: var(--hi-navy);
    font-size: 1.24rem;
}

.modal-text {
    color: rgba(75, 85, 99, 0.92);
}

.modal-contact-options {
    margin-bottom: 18px;
}

.modal-option-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(45, 108, 223, 0.08) 0%, rgba(45, 108, 223, 0.04) 100%);
    border: 1px solid rgba(45, 108, 223, 0.12);
    text-decoration: none;
}

.modal-option-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 211, 102, 0.12);
    color: #1f9a51;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.modal-option-copy {
    display: grid;
    gap: 4px;
    color: rgba(75, 85, 99, 0.92);
    font-size: 0.92rem;
}

.modal-option-copy strong {
    color: var(--hi-navy);
}

.modal-divider-label {
    margin: 12px 0 14px;
    color: #8c6e15;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.chat-fab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1030;
    border: 1px solid rgba(10, 31, 68, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    color: var(--hi-navy);
    border-radius: 999px;
    padding: 11px 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(10, 31, 68, 0.14);
}

.chat-fab:hover,
.chat-fab:focus {
    background: #fafcff;
    color: var(--hi-blue);
}

/* EB-2 helpers */
.eb2-title,
.eb2-minimal-title {
    font-family: 'Playfair Display', serif;
}

@media (max-width: 1199.98px) {
    .hero-title-wide {
        max-width: none;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .page-hero,
    .hero-section {
        padding: 56px 0 44px;
    }

    .hero-image {
        height: 360px;
    }

    .hero-human-overlay {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .about-content,
    .lead-magnet-card {
        padding: 26px;
    }

    .footer-cta-band,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-cta-title {
        max-width: none;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .top-bar-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 10px 0;
    }

    .top-portal-links {
        justify-content: flex-start;
    }

    .nav-actions {
        width: 100%;
        justify-content: space-between;
        margin-top: 12px;
    }

    .page-title,
    .section-title {
        font-size: 1.85rem;
    }

    .hero-image {
        height: 300px;
    }

    .hero-human-panel {
        padding: 16px;
    }

    .hero-human-title {
        font-size: 1.08rem;
    }

    .hero-human-copy {
        font-size: 0.9rem;
    }

    .process-line {
        display: none;
    }

    .quick-services,
    .legal-ribbon,
    .lead-magnet-card {
        padding: 20px;
    }

    .hero-actions,
    .footer-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn,
    .footer-cta-actions .btn {
        width: 100%;
    }

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