:root {
    --navy: #061427;
    --navy-2: #0a2442;
    --royal: #173f70;
    --gold: #bd8730;
    --gold-2: #edc66f;
    --ink: #101827;
    --muted: #657080;
    --surface: #f5f1e9;
    --line: rgba(17, 24, 39, .1);
    --white: #ffffff;
    --shadow: 0 28px 75px rgba(6, 20, 39, .15);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", Arial, sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.65;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    color: var(--muted);
}

h1,
h2,
h3,
h4 {
    color: var(--navy);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
}

h1,
h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
}

h1 {
    font-size: 4.25rem;
}

h2 {
    font-size: 2.75rem;
}

h3 {
    font-size: 1.15rem;
}

.skip-link {
    position: absolute;
    top: -50px;
    left: 1rem;
    z-index: 10000;
    padding: .75rem 1rem;
    background: var(--gold);
    color: var(--navy);
}

.skip-link:focus {
    top: 1rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.top-strip {
    color: rgba(255, 255, 255, .86);
    background: #030b16;
    font-size: .88rem;
}

.top-strip-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.contact-cluster {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.contact-cluster a:hover,
.footer-links a:hover,
.footer-contact a:hover {
    color: var(--gold-2);
}

.luxury-navbar {
    padding: .9rem 0;
    background: rgba(7, 20, 38, .9);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(16px);
    transition: padding .25s ease, background .25s ease;
}

.site-header.is-scrolled .luxury-navbar {
    padding: .55rem 0;
    background: rgba(7, 20, 38, .97);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: var(--white);
}

.navbar-brand:hover {
    color: var(--white);
}

.site-logo {
    width: auto;
    max-width: 220px;
    max-height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35));
}

.site-logo-mark {
    width: 58px;
    height: 58px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35));
}

.footer-site-logo {
    max-height: 120px;
    width: auto;
    max-width: 100%;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242, 210, 122, .68);
    border-radius: 8px;
    background: linear-gradient(145deg, var(--gold-2), var(--gold));
    color: var(--navy);
    font-weight: 900;
}

.brand-copy {
    display: grid;
}

.brand-copy strong {
    font-size: 1.05rem;
    line-height: 1.1;
}

.brand-copy small {
    color: rgba(255, 255, 255, .68);
    font-size: .78rem;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, .78);
    font-weight: 700;
    padding: .75rem .8rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: var(--gold-2);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .22);
}

.navbar-toggler-icon {
    filter: invert(1);
}

.luxury-dropdown {
    border: 1px solid rgba(201, 162, 74, .25);
    border-radius: 8px;
    padding: .6rem;
    background: rgba(7, 20, 38, .98);
    box-shadow: var(--shadow);
}

.luxury-dropdown .dropdown-item {
    color: rgba(255, 255, 255, .84);
    border-radius: 6px;
    padding: .65rem .85rem;
}

.luxury-dropdown .dropdown-item:hover,
.luxury-dropdown .dropdown-item:focus {
    color: var(--navy);
    background: var(--gold-2);
}

.dropdown-divider {
    border-color: rgba(255, 255, 255, .12);
}

.btn {
    border-radius: 8px;
    font-weight: 800;
    padding: .86rem 1.25rem;
    border-width: 1px;
}

.btn-gold {
    color: var(--navy);
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    border-color: var(--gold);
    box-shadow: 0 12px 30px rgba(201, 162, 74, .25);
}

.btn-gold:hover {
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(201, 162, 74, .32);
}

.btn-navy {
    color: var(--white);
    background: var(--navy);
    border-color: var(--navy);
}

.btn-navy:hover {
    color: var(--white);
    background: var(--royal);
}

.btn-outline-light {
    color: var(--white);
    border-color: rgba(255, 255, 255, .58);
}

.btn-outline-light:hover {
    color: var(--navy);
    background: var(--white);
}

.btn-outline-light.dark {
    color: var(--navy);
    border-color: rgba(7, 20, 38, .2);
}

.btn-outline-light.dark:hover {
    color: var(--white);
    background: var(--navy);
}

.quick-wa,
.floating-whatsapp {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #24c266;
    color: var(--white);
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(36, 194, 102, .25);
}

.social-icon svg {
    width: 21px;
    height: 21px;
    display: block;
    fill: currentColor;
}

.social-icon svg rect,
.social-icon svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.social-icon svg circle:last-child {
    fill: currentColor;
    stroke: none;
}

.quick-wa .whatsapp-phone,
.floating-whatsapp .whatsapp-phone {
    fill: #24c266;
}

.social-links .whatsapp-phone {
    fill: var(--gold);
}

.social-links a:hover .whatsapp-phone {
    fill: var(--royal);
}

.quick-wa:hover,
.floating-whatsapp:hover {
    color: var(--white);
    transform: translateY(-2px);
}

.hero-section {
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 3.5rem 0 4.5rem;
    background-size: cover;
    background-position: center;
}

.hero-copy {
    max-width: 760px;
}

.hero-copy h1 {
    color: var(--white);
    margin: 1rem 0 1.25rem;
}

.hero-copy p {
    color: rgba(255, 255, 255, .82);
    font-size: 1.18rem;
    max-width: 650px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--royal);
    font-size: .78rem;
    text-transform: uppercase;
    font-weight: 900;
}

.eyebrow.gold {
    color: var(--gold-2);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
}

.trust-points span {
    color: rgba(255, 255, 255, .86);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    padding: .65rem .8rem;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.glass-panel,
.form-shell,
.content-panel {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .93);
    box-shadow: var(--shadow);
}

.hero-form {
    padding: 1.4rem;
    backdrop-filter: blur(18px);
}

.hero-form h2 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.hero-brand-panel {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    border: 1px solid rgba(242, 210, 122, .36);
    border-radius: 8px;
    color: var(--white);
    background:
        linear-gradient(145deg, rgba(7, 20, 38, .92), rgba(12, 45, 85, .78)),
        rgba(7, 20, 38, .84);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(16px);
}

.hero-brand-panel::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -85px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(242, 210, 122, .2);
    transform: rotate(45deg);
}

.hero-brand-logo {
    position: relative;
    z-index: 1;
    width: min(100%, 320px);
    max-height: 190px;
    margin: 0 auto 1.5rem;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .36));
}

.hero-brand-message,
.strategy-moves,
.hero-registration-line {
    position: relative;
    z-index: 1;
}

.hero-brand-message {
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.hero-brand-message h2 {
    margin: .7rem 0;
    color: var(--white);
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.55rem;
}

.hero-brand-message p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.strategy-moves {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1.5rem;
}

.strategy-moves div {
    min-width: 0;
    padding-top: .85rem;
    border-top: 2px solid rgba(242, 210, 122, .48);
}

.strategy-moves span,
.strategy-moves strong,
.strategy-moves small {
    display: block;
}

.strategy-moves span {
    margin-bottom: .25rem;
    color: var(--gold-2);
    font-size: .72rem;
    font-weight: 900;
}

.strategy-moves strong {
    color: var(--white);
    font-size: .9rem;
}

.strategy-moves small {
    margin-top: .2rem;
    color: rgba(255, 255, 255, .56);
    font-size: .7rem;
    line-height: 1.35;
}

.hero-registration-line {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.35rem;
}

.hero-registration-line span {
    padding: .45rem .6rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 6px;
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .06);
    font-size: .72rem;
    font-weight: 800;
}

.booking-form .form-label,
.newsletter-form label {
    font-size: .82rem;
    font-weight: 800;
    color: var(--navy);
}

.booking-form .form-control,
.booking-form .form-select,
.newsletter-form .form-control {
    min-height: 48px;
    border-radius: 8px;
    border-color: rgba(7, 20, 38, .12);
    color: var(--ink);
}

.booking-form textarea.form-control {
    min-height: 128px;
}

.booking-form-hero .form-control,
.booking-form-hero .form-select {
    min-height: 44px;
}

.form-check-label {
    color: var(--muted);
    font-size: .88rem;
}

.payment-notice {
    display: grid;
    gap: .2rem;
    border: 1px solid rgba(201, 162, 74, .35);
    border-radius: 8px;
    padding: 1rem;
    color: var(--navy);
    background: #fffaf0;
}

.payment-notice span {
    color: var(--muted);
    font-size: .88rem;
}

.hp-field {
    display: none;
}

.option-strip {
    margin-top: -3.5rem;
    position: relative;
    z-index: 5;
}

.reference-service-strip {
    position: relative;
    z-index: 6;
    margin-top: -5rem;
    padding-bottom: 3rem;
}

.reference-tile {
    overflow: hidden;
    border: 1px solid rgba(201, 162, 74, .22);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
    transition: transform .25s ease, box-shadow .25s ease;
}

.reference-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 62px rgba(7, 20, 38, .18);
}

.reference-tile img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.reference-tile div {
    padding: 1.35rem;
}

.reference-tile h2 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.12rem;
    margin-bottom: .7rem;
}

.consultation-reference {
    padding-top: 3rem;
}

.homepage-story-image {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.homepage-story-image > img {
    width: 100%;
    height: 100%;
    min-height: 610px;
    object-fit: cover;
}

.story-image-caption {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    padding: 1rem 1.15rem;
    border-left: 3px solid var(--gold-2);
    color: var(--white);
    background: rgba(5, 17, 37, .9);
    backdrop-filter: blur(12px);
}

.story-image-caption strong,
.story-image-caption span {
    display: block;
}

.story-image-caption span {
    color: rgba(255, 255, 255, .7);
    font-size: .82rem;
}

.homepage-story-copy {
    padding: 1rem 0 1rem 1rem;
}

.story-principles {
    display: grid;
    gap: .75rem;
    margin: 1.5rem 0;
}

.story-principles div {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: center;
    gap: 1rem;
    padding: .85rem 0;
    border-bottom: 1px solid var(--line);
}

.story-principles span {
    color: var(--gold);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.story-principles strong {
    color: var(--navy);
    font-size: .92rem;
}

.visa-options-panel,
.not-traditional-panel {
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.visa-options-panel {
    padding: 2rem;
    color: var(--white);
    background: linear-gradient(135deg, var(--navy), #092850);
}

.visa-options-panel h2,
.visa-options-panel p {
    color: var(--white);
}

.visa-options-panel p {
    color: rgba(255, 255, 255, .75);
}

.visa-options-panel .booking-form {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
}

.not-traditional-panel {
    padding: 2rem;
    background: var(--white);
}

.option-panel,
.cta-panel,
.split-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 8px;
    padding: 2rem;
    background: linear-gradient(135deg, var(--navy), var(--navy-2));
    box-shadow: var(--shadow);
}

.reference-form-band {
    background: linear-gradient(135deg, #06101f, #0d3263);
}

.reference-form-band h2,
.reference-form-band p {
    color: var(--white);
}

.reference-form-band p {
    color: rgba(255, 255, 255, .74);
}

.bright-form {
    background: rgba(255, 255, 255, .97);
}

.light-list li {
    color: rgba(255, 255, 255, .78);
}

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

.apply-visa-card {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    border-radius: 8px;
    padding: 1.5rem;
    color: var(--white);
    background:
        linear-gradient(145deg, rgba(7, 20, 38, .92), rgba(28, 86, 179, .72)),
        url('../images/global-travel.jpg') center/cover;
    box-shadow: var(--shadow);
}

.apply-visa-card span {
    display: inline-flex;
    margin-bottom: 3.75rem;
    color: var(--gold-2);
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 900;
}

.apply-visa-card h3,
.apply-visa-card p {
    color: var(--white);
}

.apply-visa-card p {
    color: rgba(255, 255, 255, .75);
}

.trust-reference {
    background: var(--surface);
}

.trust-logo-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.trust-logo-row div {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(201, 162, 74, .25);
    border-radius: 8px;
    padding: 1rem;
    color: var(--navy);
    background: var(--white);
    font-weight: 900;
    box-shadow: 0 16px 38px rgba(7, 20, 38, .08);
}

.option-panel h2,
.option-panel p,
.cta-panel h2,
.cta-panel p,
.split-panel h2,
.split-panel p,
.navy-band h2,
.navy-band h3,
.navy-band p,
.navy-band .section-heading p {
    color: var(--white);
}

.option-panel p,
.cta-panel p,
.split-panel p,
.navy-band p {
    color: rgba(255, 255, 255, .74);
}

.section-padding {
    padding: 6rem 0;
}

.surface {
    background: var(--surface);
}

.navy-band {
    background: linear-gradient(135deg, var(--navy), #092850);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 3rem;
}

.section-heading h2 {
    margin: .65rem 0 1rem;
}

.achievement-section .section-heading .eyebrow,
.service-specialisations-section .section-heading .eyebrow {
    font-size: 1.1rem;
}

.image-frame {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: var(--navy);
}

.image-frame img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

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

.stats-grid div {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 1.2rem;
    background: var(--white);
}

.stats-grid.dark div {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
}

.stats-grid strong {
    display: block;
    color: var(--gold);
    font-size: 2rem;
    line-height: 1;
}

.stats-grid span {
    color: var(--muted);
    font-weight: 700;
    font-size: .85rem;
}

.stats-grid.dark span {
    color: rgba(255, 255, 255, .76);
}

.service-card,
.lux-card,
.testimonial-card,
.team-card,
.country-card,
.process-card,
.contact-card,
.stack-item {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 38px rgba(7, 20, 38, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover,
.lux-card:hover,
.testimonial-card:hover,
.country-card:hover,
.process-card:hover,
.stack-item:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 162, 74, .45);
    box-shadow: 0 24px 52px rgba(7, 20, 38, .13);
}

.service-card {
    overflow: hidden;
}

.service-card-image {
    height: 210px;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.service-card:hover img {
    transform: scale(1.05);
}

.service-card-body,
.lux-card,
.testimonial-card,
.team-card,
.contact-card,
.stack-item {
    padding: 1.5rem;
}

.service-icon,
.team-avatar {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--navy);
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    font-weight: 900;
    margin-bottom: 1rem;
}

.service-icon {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 42px;
    padding: .65rem .85rem;
    justify-content: flex-start;
    margin-top: 0;
    line-height: 1.25;
    font-family: "Inter", Arial, sans-serif;
    font-size: .95rem;
    text-align: left;
}

.text-link {
    display: inline-flex;
    color: var(--royal);
    font-weight: 900;
}

.text-link:hover {
    color: var(--gold);
}

.feature-grid,
.country-grid,
.process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.feature-item {
    padding: 1.1rem;
    border-radius: 8px;
    color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
}

.feature-grid.light .feature-item {
    color: var(--ink);
    border-color: var(--line);
    background: var(--white);
}

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

.country-card {
    padding: 1.5rem;
}

.country-card span,
.process-card span {
    display: inline-flex;
    color: var(--gold);
    font-weight: 900;
    margin-bottom: .85rem;
}

.process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
    padding: 1.3rem;
    background: rgba(255, 255, 255, .96);
}

.navy-band .process-card h3 {
    color: var(--navy);
}

.navy-band .process-card p {
    color: var(--muted);
}

.page-hero {
    min-height: 470px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.page-hero-content {
    max-width: 830px;
    padding: 5rem 0;
}

.quick-lead-form {
    border: 1px solid rgba(242, 210, 122, .35);
    border-radius: 8px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, .95);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.quick-lead-form h2 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.25rem;
    margin: .35rem 0 1rem;
}

.quick-lead-form .form-label {
    color: var(--navy);
    font-size: .78rem;
    font-weight: 900;
    margin-bottom: .25rem;
}

.quick-lead-form .form-control,
.quick-lead-form .form-select {
    min-height: 44px;
    border-radius: 8px;
    border-color: rgba(7, 20, 38, .14);
}

.page-hero h1 {
    color: var(--white);
    margin: .85rem 0 1rem;
}

.page-hero p {
    color: rgba(255, 255, 255, .82);
    font-size: 1.12rem;
    max-width: 720px;
}

.breadcrumb-wrap {
    padding: 1rem 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
}

.breadcrumb a {
    color: var(--royal);
    font-weight: 800;
}

.breadcrumb .active {
    color: var(--muted);
}

.content-panel,
.form-shell {
    padding: 2rem;
}

.content-panel.narrow {
    max-width: 820px;
    margin: 0 auto;
}

.payment-layout {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 1.5rem;
    align-items: start;
}

.booking-summary {
    display: grid;
    gap: 0;
    margin: 1.5rem 0 0;
}

.booking-summary div {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 1rem;
    padding: .85rem 0;
    border-bottom: 1px solid var(--line);
}

.booking-summary dt {
    color: var(--muted);
    font-weight: 700;
}

.booking-summary dd {
    margin: 0;
    color: var(--navy);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.payment-action-card {
    text-align: center;
}

.payment-lock,
.status-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
    border-radius: 50%;
    color: var(--navy);
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    font-size: 1.6rem;
    font-weight: 900;
}

.booking-status-card.is-confirmed {
    border-color: rgba(36, 194, 102, .4);
}

.booking-status-card.is-confirmed .status-mark {
    color: var(--white);
    background: #24a85d;
}

.booking-status-card.is-pending .status-mark {
    color: var(--navy);
    background: var(--gold-2);
}

.booking-reference {
    overflow-wrap: anywhere;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
}

.check-list li {
    position: relative;
    padding-left: 1.7rem;
    margin-bottom: .85rem;
    color: var(--muted);
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 4px rgba(201, 162, 74, .18);
}

.stack-list {
    display: grid;
    gap: 1rem;
}

.team-card {
    display: flex;
    gap: 1.2rem;
}

.team-card h2 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.25rem;
    margin-bottom: .3rem;
}

.team-card span,
.testimonial-card span {
    display: block;
    color: var(--gold);
    font-weight: 900;
    margin-bottom: .75rem;
}

.testimonial-card p {
    color: var(--ink);
}

.testimonial-card h3 {
    margin-top: 1.25rem;
}

.google-reviews-section {
    background:
        linear-gradient(180deg, rgba(245, 247, 251, .72), rgba(255, 255, 255, 1)),
        var(--white);
}

.google-reviews-shell {
    display: grid;
    grid-template-columns: .88fr 1.35fr;
    gap: 1.5rem;
    align-items: stretch;
}

.google-review-summary {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 2rem;
    color: var(--white);
    background: linear-gradient(145deg, #071426, #123d72);
    box-shadow: var(--shadow);
}

.google-review-summary::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -64px;
    width: 190px;
    height: 190px;
    border: 28px solid rgba(242, 210, 122, .12);
    border-radius: 50%;
}

.google-mark {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    border-radius: 50%;
    background: var(--white);
    color: #4285f4;
    font-size: 2rem;
    font-weight: 900;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

.google-review-summary h2,
.google-review-summary p {
    position: relative;
    z-index: 1;
    color: var(--white);
}

.google-review-summary p {
    color: rgba(255, 255, 255, .78);
}

.google-rating-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    align-items: center;
    margin: 1.2rem 0 1.5rem;
}

.google-rating-row span,
.review-stars {
    color: #fbbc05;
    letter-spacing: 1px;
    font-weight: 900;
}

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

.google-review-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.2rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 1.35rem;
    background: var(--white);
    box-shadow: 0 18px 42px rgba(7, 20, 38, .08);
}

.google-review-card p {
    color: var(--ink);
}

.google-review-card h3 {
    margin-bottom: .2rem;
}

.google-review-card span {
    color: var(--muted);
    font-weight: 800;
}

.home-address-panel {
    display: grid;
    grid-template-columns: .82fr 1.25fr;
    gap: 1.5rem;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 1.25rem;
    background: var(--white);
    box-shadow: var(--shadow);
}

.home-address-copy {
    border-radius: 8px;
    padding: 1.75rem;
    background: var(--navy);
}

.home-address-copy h2,
.home-address-copy p {
    color: var(--white);
}

.address-detail-list {
    display: grid;
    gap: .75rem;
    padding: 0;
    margin: 1.35rem 0;
    list-style: none;
}

.address-detail-list li {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding-bottom: .75rem;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.address-detail-list strong {
    color: var(--gold-2);
}

.address-detail-list span,
.address-detail-list a {
    color: rgba(255, 255, 255, .84);
}

.address-detail-list a:hover {
    color: var(--gold-2);
}

.home-address-map {
    min-height: 460px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--surface);
}

.home-address-map iframe {
    width: 100%;
    height: 100%;
    min-height: 460px;
    border: 0;
}

.premium-accordion .accordion-item {
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 14px 34px rgba(7, 20, 38, .06);
}

.premium-accordion .accordion-button {
    font-weight: 900;
    color: var(--navy);
    background: var(--white);
}

.premium-accordion .accordion-button:not(.collapsed) {
    color: var(--navy);
    background: #fff8e4;
    box-shadow: none;
}

.premium-accordion .accordion-body {
    color: var(--muted);
}

.contact-card {
    margin-top: 1rem;
}

.contact-card a {
    display: block;
    color: var(--royal);
    font-weight: 900;
    margin-top: .25rem;
}

.map-panel {
    display: grid;
    grid-template-columns: .82fr 1.4fr;
    gap: 1.5rem;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 1.25rem;
    background: var(--white);
    box-shadow: var(--shadow);
}

.map-copy {
    border-radius: 8px;
    padding: 1.5rem;
    color: var(--white);
    background: linear-gradient(135deg, var(--navy), #0d3263);
}

.map-copy h2,
.map-copy p {
    color: var(--white);
}

.map-copy p {
    color: rgba(255, 255, 255, .78);
}

.map-frame {
    min-height: 430px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--surface);
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
}

.legal-strategy-section {
    position: relative;
    overflow: hidden;
}

.legal-strategy-panel {
    display: grid;
    grid-template-columns: .9fr 1.35fr;
    gap: 1.5rem;
    align-items: stretch;
    margin-top: 2rem;
}

.legal-strategy-copy {
    border-radius: 8px;
    padding: 2rem;
    background:
        linear-gradient(135deg, rgba(7, 20, 38, .96), rgba(13, 50, 99, .94)),
        url("../images/office-consultation.jpg") center/cover;
    box-shadow: var(--shadow);
}

.legal-strategy-copy h2,
.legal-strategy-copy p {
    color: var(--white);
}

.legal-strategy-copy p {
    color: rgba(255, 255, 255, .78);
}

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

.legal-step-card {
    position: relative;
    min-height: 210px;
    padding: 1.45rem;
    overflow: hidden;
    border: 1px solid rgba(7, 20, 38, .08);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 40px rgba(7, 20, 38, .08);
}

.legal-step-card::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -48px;
    width: 124px;
    height: 124px;
    border: 22px solid rgba(201, 162, 74, .12);
    border-radius: 50%;
}

.legal-step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border-radius: 8px;
    color: var(--navy);
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    font-weight: 900;
}

.legal-step-card h3,
.legal-step-card p {
    position: relative;
    z-index: 1;
}

.legal-step-card p {
    margin-bottom: 0;
}

.director-section {
    background: var(--white);
}

.director-section.surface {
    background: var(--surface);
}

.director-frame {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.director-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(242, 210, 122, .45);
    border-radius: 8px;
    pointer-events: none;
}

.director-frame img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.director-quotes {
    display: grid;
    gap: .75rem;
    margin-top: 1.3rem;
}

.director-quotes blockquote {
    margin: 0;
    border-left: 3px solid var(--gold);
    border-radius: 8px;
    padding: .9rem 1rem;
    color: var(--navy);
    background: #fffaf0;
    font-weight: 800;
}

.achievement-carousel {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--navy), #0d3263);
    box-shadow: var(--shadow);
}

.achievement-slide {
    min-height: 360px;
    display: grid;
    grid-template-columns: 340px 1fr;
    align-items: center;
    gap: 2rem;
    padding: 3rem 5rem;
}

.achievement-slide img {
    width: 100%;
    max-height: 230px;
    object-fit: contain;
    border-radius: 8px;
    padding: 1.25rem;
    background: var(--white);
}

.achievement-slide h3 {
    color: var(--white);
    font-size: 1.8rem;
}

.achievement-slide p {
    color: rgba(255, 255, 255, .76);
}

.achievement-carousel .carousel-indicators {
    margin-bottom: .5rem;
}

.achievement-carousel .carousel-control-prev,
.achievement-carousel .carousel-control-next {
    width: 4rem;
}

.interconnected-section {
    background: linear-gradient(135deg, #06101f, #0d3263);
}

.interconnected-panel {
    display: grid;
    grid-template-columns: 1.4fr .85fr;
    gap: 2rem;
    align-items: stretch;
}

.interconnected-director {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 1.5rem;
    align-items: center;
    border: 1px solid rgba(242, 210, 122, .28);
    border-radius: 8px;
    padding: 1.5rem;
    background: rgba(255, 255, 255, .08);
    box-shadow: var(--shadow);
}

.interconnected-director img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(242, 210, 122, .36);
}

.interconnected-director h2,
.interconnected-director p,
.related-pathways h3 {
    color: var(--white);
}

.interconnected-director p {
    color: rgba(255, 255, 255, .76);
}

.related-pathways {
    border: 1px solid rgba(242, 210, 122, .22);
    border-radius: 8px;
    padding: 1.5rem;
    background: var(--white);
    box-shadow: var(--shadow);
}

.related-pathways h3 {
    color: var(--navy);
    margin-bottom: 1rem;
}

.related-pathways a {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .8rem 0;
    border-bottom: 1px solid var(--line);
    color: var(--navy);
    font-weight: 900;
}

.related-pathways a:last-child {
    border-bottom: 0;
}

.related-pathways a:hover {
    color: var(--royal);
}

.related-pathways span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    border-radius: 8px;
    color: var(--navy);
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    font-size: .78rem;
    font-weight: 900;
}

.cta-band {
    padding: 5rem 0;
    background: var(--white);
}

.cta-panel {
    padding: 2.3rem;
}

.site-footer {
    color: rgba(255, 255, 255, .78);
    background: #030b16;
    padding: 5rem 0 1.25rem;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.35fr .75fr .9fr .82fr 1.2fr;
    gap: 2rem;
}

.footer-logo {
    margin-bottom: 1rem;
}

.footer-brand p {
    color: rgba(255, 255, 255, .7);
}

.site-footer h2 {
    color: var(--white);
    font-family: "Inter", Arial, sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: .7rem;
}

.social-links {
    display: flex;
    gap: .6rem;
}

.social-links a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--navy);
    background: var(--gold);
    font-size: .8rem;
    font-weight: 900;
}

.social-links a:hover {
    color: var(--white);
    background: var(--royal);
    transform: translateY(-2px);
}

.newsletter-form {
    margin-top: 1.5rem;
}

.newsletter-form label {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: .9rem;
}

.footer-bottom p {
    color: rgba(255, 255, 255, .62);
    margin: 0;
}

.floating-whatsapp {
    position: fixed;
    right: 1rem;
    bottom: 5.1rem;
    z-index: 1000;
}

.back-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    color: var(--navy);
    background: var(--gold-2);
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.back-to-top span {
    font-size: 1.5rem;
    line-height: 1;
}

.back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

[data-animate] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease, transform .65s ease;
}

[data-animate].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    h1 {
        font-size: 3.4rem;
    }

    h2 {
        font-size: 2.35rem;
    }

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

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

@media (max-width: 991.98px) {
    .top-strip-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: .65rem 0;
    }

    .navbar-collapse {
        padding: 1rem 0;
    }

    .hero-section {
        min-height: auto;
        padding: 4rem 0;
    }

    .hero-brand-panel {
        max-width: 680px;
    }

    .homepage-story-image,
    .homepage-story-image > img {
        min-height: 500px;
    }

    .homepage-story-copy {
        padding-left: 0;
    }

    .option-strip {
        margin-top: 0;
        padding-top: 1rem;
        background: var(--surface);
    }

    .reference-service-strip {
        margin-top: 0;
        padding: 3rem 0 1rem;
        background: var(--surface);
    }

    .option-panel,
    .cta-panel,
    .split-panel {
        align-items: flex-start;
        flex-direction: column;
    }

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

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

    .trust-logo-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-hero {
        padding: 3.5rem 0;
    }

    .page-hero-content {
        padding: 0;
    }

    .achievement-slide {
        grid-template-columns: 1fr;
        padding: 2.5rem 4rem;
        text-align: center;
    }

    .achievement-slide img {
        max-height: 190px;
        margin: 0 auto;
    }

    .interconnected-panel,
    .interconnected-director,
    .google-reviews-shell,
    .home-address-panel,
    .legal-strategy-panel,
    .payment-layout,
    .map-panel {
        grid-template-columns: 1fr;
    }

    .interconnected-director img {
        max-width: 240px;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 2.55rem;
    }

    h2 {
        font-size: 2rem;
    }

    .section-padding {
        padding: 4rem 0;
    }

    .hero-copy p,
    .page-hero p {
        font-size: 1rem;
    }

    .feature-grid,
    .country-grid,
    .apply-visa-grid,
    .google-review-grid,
    .legal-strategy-grid,
    .process-grid,
    .stats-grid,
    .trust-logo-row,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .content-panel,
    .form-shell,
    .option-panel,
    .cta-panel,
    .split-panel {
        padding: 1.35rem;
    }

    .team-card {
        flex-direction: column;
    }

    .achievement-slide {
        min-height: auto;
        padding: 2rem 3.4rem 3rem;
    }

    .achievement-slide h3 {
        font-size: 1.35rem;
    }

    .interconnected-director,
    .related-pathways,
    .google-review-summary,
    .home-address-copy,
    .map-copy {
        padding: 1.2rem;
    }

    .address-detail-list li {
        grid-template-columns: 1fr;
        gap: .25rem;
    }

    .booking-summary div {
        grid-template-columns: 1fr;
        gap: .2rem;
    }

    .home-address-map,
    .home-address-map iframe,
    .map-frame,
    .map-frame iframe {
        min-height: 320px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .homepage-story-image,
    .homepage-story-image > img {
        min-height: 420px;
    }
}

@media (max-width: 575.98px) {
    .top-strip-inner {
        min-height: 42px;
        align-items: center;
        padding: 0;
    }

    .top-strip-inner > span {
        display: none;
    }

    .contact-cluster {
        gap: .75rem;
        font-size: .78rem;
    }

    .site-logo {
        max-width: 170px;
        max-height: 58px;
    }

    .site-logo-mark {
        width: 48px;
        height: 48px;
    }

    .brand-copy strong {
        font-size: .95rem;
    }

    .brand-copy small {
        font-size: .7rem;
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    .button-row,
    .trust-points {
        align-items: stretch;
        flex-direction: column;
    }

    .button-row .btn {
        width: 100%;
    }

    .hero-section {
        padding: 3rem 0 3.5rem;
    }

    .hero-copy h1 {
        font-size: 2.35rem;
    }

    .hero-copy p {
        font-size: .95rem;
        line-height: 1.5;
    }

    .hero-copy .button-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .65rem;
        margin-top: 1.4rem;
    }

    .hero-copy .button-row .btn {
        width: auto;
        padding: .78rem .55rem;
        font-size: .8rem;
    }

    .hero-copy .trust-points {
        display: none;
    }

    .hero-brand-panel {
        display: grid;
        grid-template-columns: 112px 1fr;
        align-items: center;
        gap: 1rem;
        margin-top: 1.5rem;
        padding: .85rem;
    }

    .hero-brand-logo {
        width: 112px;
        max-height: 112px;
        margin: 0;
    }

    .hero-brand-message,
    .strategy-moves {
        display: none;
    }

    .hero-registration-line {
        display: grid;
        gap: .35rem;
        margin: 0;
    }

    .hero-registration-line span {
        padding: .38rem .5rem;
        font-size: .68rem;
    }

    .reference-service-strip {
        padding-top: 1rem;
    }

    .story-principles div {
        grid-template-columns: 1fr;
        gap: .25rem;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row > * {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Brar Immigration luxury identity */
body {
    background:
        radial-gradient(circle at 10% 18%, rgba(189, 135, 48, .045), transparent 24rem),
        var(--white);
}

h1,
h2 {
    letter-spacing: -.025em;
}

h1 {
    font-weight: 600;
}

h2 {
    font-weight: 600;
}

.eyebrow {
    letter-spacing: .2em;
    font-size: .7rem;
}

.top-strip {
    border-bottom: 1px solid rgba(237, 198, 111, .18);
    background: #020913;
}

.luxury-navbar {
    padding: .72rem 0;
    border-bottom: 1px solid rgba(189, 135, 48, .25);
    background: rgba(248, 245, 238, .97);
    box-shadow: 0 12px 34px rgba(6, 20, 39, .08);
}

.site-header.is-scrolled .luxury-navbar {
    background: rgba(248, 245, 238, .99);
}

.navbar-brand {
    min-width: 235px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.site-logo-header {
    width: 220px;
    max-height: 66px;
    filter: none;
}

.navbar-nav .nav-link {
    color: rgba(6, 20, 39, .76);
    padding: .75rem .68rem;
    font-size: .78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #9a6a21;
}

.navbar-toggler {
    border-color: rgba(6, 20, 39, .22);
}

.navbar-toggler-icon {
    filter: none;
}

.btn {
    border-radius: 3px;
    padding: .9rem 1.3rem;
    letter-spacing: .045em;
    font-size: .78rem;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn-gold {
    background: linear-gradient(120deg, #f4d58c 0%, #c48c32 52%, #e9c06a 100%);
    box-shadow: 0 14px 35px rgba(189, 135, 48, .24);
}

.brar-hero {
    position: relative;
    isolation: isolate;
    min-height: 750px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 6rem 0 7rem;
    background:
        linear-gradient(90deg, rgba(2, 9, 19, .98) 0%, rgba(6, 20, 39, .94) 46%, rgba(6, 20, 39, .3) 78%, rgba(6, 20, 39, .1) 100%),
        url("../images/simrat-brar-director-seated.webp") 68% center/cover;
}

.brar-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .23;
    background:
        repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255, 255, 255, .08) 25%),
        linear-gradient(180deg, transparent 70%, rgba(189, 135, 48, .18));
}

.brar-hero-glow {
    position: absolute;
    top: 10%;
    left: -10rem;
    width: 36rem;
    height: 36rem;
    border: 1px solid rgba(237, 198, 111, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 6rem rgba(237, 198, 111, .018), 0 0 0 12rem rgba(237, 198, 111, .012);
}

.brar-hero .hero-copy {
    max-width: 720px;
}

.brar-hero h1 {
    max-width: 620px;
    margin: 1.1rem 0;
    color: #fff;
    font-size: clamp(4.4rem, 7vw, 7.5rem);
    line-height: .84;
}

.brar-hero .hero-lead {
    max-width: 570px;
    color: rgba(255, 255, 255, .74);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.65rem;
    line-height: 1.4;
}

.hero-credentials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 2rem 0 0;
    border-top: 1px solid rgba(237, 198, 111, .35);
    border-bottom: 1px solid rgba(237, 198, 111, .2);
}

.hero-credentials div {
    padding: 1rem .8rem 1rem 0;
}

.hero-credentials div + div {
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.hero-credentials small,
.hero-credentials strong {
    display: block;
}

.hero-credentials small {
    color: rgba(255, 255, 255, .46);
    font-size: .63rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-credentials strong {
    margin-top: .2rem;
    color: #fff;
    font-size: .82rem;
}

.hero-booking-card {
    position: relative;
    padding: 2rem;
    border: 1px solid rgba(237, 198, 111, .45);
    border-radius: 4px;
    background: rgba(250, 247, 240, .97);
    box-shadow: 0 40px 90px rgba(0, 0, 0, .38);
    backdrop-filter: blur(22px);
}

.hero-booking-card::before {
    content: "";
    position: absolute;
    inset: .55rem;
    pointer-events: none;
    border: 1px solid rgba(189, 135, 48, .15);
}

.hero-booking-heading,
.hero-booking-card form {
    position: relative;
    z-index: 1;
}

.hero-booking-heading {
    margin-bottom: 1.3rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(6, 20, 39, .12);
}

.hero-booking-heading h2 {
    margin: .35rem 0;
    font-size: 2rem;
}

.hero-booking-heading p {
    margin: 0;
    font-size: .85rem;
}

.hero-booking-card .booking-form .form-control,
.hero-booking-card .booking-form .form-select {
    min-height: 42px;
    border-width: 0 0 1px;
    border-radius: 0;
    padding-right: .25rem;
    padding-left: .25rem;
    background: transparent;
    font-size: .82rem;
}

.hero-booking-card .booking-form textarea.form-control {
    min-height: 74px;
}

.hero-booking-card .form-label {
    margin-bottom: 0;
    color: #354153;
    font-size: .67rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hero-booking-card .payment-notice {
    padding: .75rem;
    border-radius: 2px;
    background: #f2eadb;
    font-size: .78rem;
}

.hero-booking-card .form-check-label {
    font-size: .75rem;
}

.signature-services {
    position: relative;
    z-index: 4;
    margin-top: -3rem;
}

.signature-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(189, 135, 48, .28);
    background: #fff;
    box-shadow: var(--shadow);
}

.signature-service {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.6rem;
    border-right: 1px solid rgba(6, 20, 39, .1);
    transition: color .3s ease, background .3s ease, transform .3s ease;
}

.signature-service:last-child {
    border-right: 0;
}

.signature-service > span {
    margin-bottom: 3.2rem;
    color: var(--gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.25rem;
}

.signature-service h2 {
    font-size: 1.8rem;
}

.signature-service p {
    font-size: .88rem;
}

.signature-service b {
    margin-top: auto;
    color: var(--gold);
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.signature-service:hover {
    color: #fff;
    background: var(--navy);
    transform: translateY(-8px);
}

.signature-service:hover h2,
.signature-service:hover p {
    color: #fff;
}

.brand-story {
    padding-top: 8rem;
}

.brand-story-visual {
    position: relative;
}

.brand-story-visual::before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    width: 55%;
    height: 65%;
    border-top: 1px solid var(--gold);
    border-left: 1px solid var(--gold);
}

.brand-story-visual img {
    position: relative;
    width: 100%;
    min-height: 610px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.brand-story-seal {
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    width: 170px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5bd69;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: var(--navy);
    box-shadow: 0 20px 50px rgba(6, 20, 39, .3);
}

.brand-story-seal span {
    font-size: .65rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.brand-story-seal strong {
    margin-top: .25rem;
    color: var(--gold-2);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.35rem;
    line-height: 1;
}

.brand-story h2 {
    max-width: 620px;
    margin: .6rem 0 1rem;
    font-size: clamp(3rem, 5vw, 5rem);
}

.large-copy {
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.45rem;
}

.luxury-principles {
    margin-top: 2rem;
}

.luxury-principles div {
    grid-template-columns: 76px 1fr;
}

.luxury-link {
    margin-top: 1rem;
    color: var(--navy);
    border-bottom: 1px solid var(--gold);
}

.director-section {
    overflow: hidden;
}

.director-luxury-grid {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 6rem;
    align-items: center;
}

.director-gallery {
    position: relative;
    min-height: 680px;
}

.director-frame {
    border-radius: 2px;
}

.director-frame img {
    aspect-ratio: auto;
    height: 100%;
}

.director-frame-primary {
    position: absolute;
    inset: 0 18% 10% 0;
    height: 610px;
}

.director-frame-primary img {
    object-position: center;
}

.director-frame-secondary {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 290px;
    border: 10px solid var(--surface);
    box-shadow: 0 25px 65px rgba(6, 20, 39, .25);
}

.director-copy h2 {
    margin: .25rem 0 0;
    font-size: clamp(3.5rem, 6vw, 6rem);
}

.director-role {
    margin: 0 0 1.5rem;
    color: var(--navy);
    font-weight: 700;
}

.director-role span {
    display: inline-block;
    margin-left: .5rem;
    padding-left: .7rem;
    border-left: 1px solid var(--gold);
    color: var(--gold);
}

.director-quotes blockquote {
    border-radius: 0;
    background: transparent;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.15rem;
}

.credential-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(189, 135, 48, .26);
    background: #fff;
    box-shadow: var(--shadow);
}

.credential-card {
    min-height: 290px;
    padding: 2.2rem;
    border-right: 1px solid var(--line);
}

.credential-card:last-child {
    border-right: 0;
}

.credential-card > span {
    display: block;
    margin-bottom: 3rem;
    color: var(--gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2.5rem;
    line-height: 1;
}

.credential-card h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.8rem;
}

.service-card,
.lux-card,
.testimonial-card,
.team-card,
.country-card,
.process-card,
.contact-card,
.stack-item {
    border-radius: 3px;
}

.service-card {
    border-color: rgba(189, 135, 48, .18);
}

.service-card-image {
    height: 245px;
}

.service-card-body {
    padding: 1.7rem;
}

.service-icon {
    padding: 0;
    color: var(--navy);
    background: transparent;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.5rem;
}

.process-luxury {
    position: relative;
    background:
        linear-gradient(135deg, rgba(2, 9, 19, .97), rgba(9, 34, 64, .94)),
        url("../images/simrat-brar-director-standing.webp") center/cover;
}

.process-luxury .process-card {
    border-radius: 2px;
    background: rgba(255, 255, 255, .94);
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(6, 20, 39, .12);
    box-shadow: 0 18px 55px rgba(6, 20, 39, .08);
}

.experience-grid article {
    min-height: 310px;
    padding: 2rem;
    background: #fff;
}

.experience-grid span {
    color: var(--gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
}

.experience-grid h3 {
    margin-top: 3rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.65rem;
}

.location-section {
    color: #fff;
    background: #020913;
}

.location-panel {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    border: 1px solid rgba(237, 198, 111, .28);
}

.location-copy {
    padding: 3rem;
    background:
        linear-gradient(145deg, rgba(6, 20, 39, .98), rgba(12, 44, 79, .92)),
        url("../images/simrat-brar-director-standing.webp") center/cover;
}

.location-copy h2,
.location-copy p {
    color: #fff;
}

.location-copy h2 {
    margin: .7rem 0 1rem;
    font-size: 3.2rem;
}

.location-copy p,
.location-copy address {
    color: rgba(255, 255, 255, .72);
}

.location-copy address {
    margin: 2rem 0;
    font-style: normal;
    line-height: 2;
}

.location-copy address a:hover {
    color: var(--gold-2);
}

.location-map,
.location-map iframe {
    width: 100%;
    min-height: 540px;
    border: 0;
}

.contact-luxury-card {
    display: grid;
    gap: .55rem;
    margin-top: 2rem;
    padding: 2rem;
    border-left: 2px solid var(--gold);
    background: var(--navy);
    box-shadow: var(--shadow);
}

.contact-luxury-card span,
.contact-luxury-card strong,
.contact-luxury-card b,
.contact-luxury-card a,
.contact-luxury-card address {
    color: #fff;
}

.contact-luxury-card span {
    color: var(--gold-2);
    font-size: .68rem;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.contact-luxury-card strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
}

.contact-luxury-card b {
    margin-bottom: 1rem;
    color: var(--gold-2);
}

.contact-luxury-card address {
    margin: .5rem 0 0;
    font-style: normal;
}

.luxury-form-shell {
    border-color: rgba(189, 135, 48, .25);
    border-radius: 3px;
    background: #fff;
}

.form-shell-heading {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}

.form-shell-heading h2 {
    margin: .3rem 0 0;
}

.page-hero {
    position: relative;
    min-height: 560px;
    background-position: center 35% !important;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-bottom: 1px solid rgba(237, 198, 111, .25);
}

.page-hero-content h1 {
    max-width: 920px;
    color: #fff;
    font-size: clamp(3.7rem, 7vw, 6.5rem);
}

.page-hero-content p {
    max-width: 760px;
    color: rgba(255, 255, 255, .76);
    font-size: 1.18rem;
}

.cta-panel {
    border: 1px solid rgba(237, 198, 111, .3);
    border-radius: 3px;
    background:
        linear-gradient(120deg, rgba(6, 20, 39, .97), rgba(13, 48, 86, .92)),
        url("../images/simrat-brar-director-seated.webp") center/cover;
}

.site-footer {
    border-top: 1px solid rgba(237, 198, 111, .2);
}

.footer-logo {
    display: inline-flex;
    min-width: 0;
    padding: .55rem .75rem;
    background: rgba(248, 245, 238, .96);
}

.footer-site-logo {
    width: 230px;
    max-height: 95px;
    filter: none;
}

@media (max-width: 1199.98px) {
    .brar-hero {
        min-height: 720px;
    }

    .brar-hero h1 {
        font-size: 5.4rem;
    }

    .signature-service-grid,
    .experience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .signature-service:nth-child(2) {
        border-right: 0;
    }

    .signature-service:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 991.98px) {
    .navbar-brand {
        min-width: 0;
    }

    .brar-hero {
        padding: 5rem 0;
        background-position: 62% center;
    }

    .brar-hero .hero-copy {
        margin-bottom: 1rem;
    }

    .director-luxury-grid,
    .location-panel {
        grid-template-columns: 1fr;
    }

    .director-luxury-grid {
        gap: 3rem;
    }

    .brand-story-visual {
        margin: 0 1rem 3rem;
    }

    .location-map,
    .location-map iframe {
        min-height: 400px;
    }
}

@media (max-width: 767.98px) {
    .site-logo-header {
        width: 175px;
    }

    .brar-hero {
        padding: 4rem 0;
        min-height: 670px;
        background:
            linear-gradient(90deg, rgba(2, 9, 19, .97), rgba(6, 20, 39, .86)),
            url("../images/simrat-brar-director-seated.webp") 60% center/cover;
    }

    .brar-hero h1 {
        font-size: 4.3rem;
    }

    .brar-hero .hero-lead {
        font-size: 1.35rem;
    }

    .hero-booking-card {
        padding: 1.3rem;
    }

    .signature-services {
        margin-top: 0;
        padding-top: 1rem;
        background: var(--surface);
    }

    .signature-service-grid,
    .credential-grid,
    .experience-grid {
        grid-template-columns: 1fr;
    }

    .signature-service {
        min-height: 245px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .signature-service:last-child {
        border-bottom: 0;
    }

    .signature-service > span {
        margin-bottom: 1.8rem;
    }

    .credential-card {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .credential-card:last-child {
        border-bottom: 0;
    }

    .brand-story {
        padding-top: 5rem;
    }

    .brand-story-visual img {
        min-height: 420px;
    }

    .brand-story-seal {
        right: -.75rem;
        bottom: -.75rem;
        width: 130px;
        height: 130px;
    }

    .director-gallery {
        min-height: 520px;
    }

    .director-frame-primary {
        height: 470px;
    }

    .director-frame-secondary {
        height: 210px;
    }

    .experience-grid article {
        min-height: 240px;
    }

    .experience-grid h3 {
        margin-top: 1.6rem;
    }

    .location-copy {
        padding: 2rem;
    }

    .location-copy h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand {
        padding: .3rem .5rem;
    }

    .site-logo-header {
        width: 150px;
        max-height: 45px;
    }

    .brar-hero h1 {
        font-size: 3.65rem;
    }

    .hero-credentials {
        grid-template-columns: 1fr;
    }

    .hero-credentials div,
    .hero-credentials div + div {
        padding: .7rem 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .hero-credentials div:last-child {
        border-bottom: 0;
    }

    .brar-hero .hero-copy .button-row {
        grid-template-columns: 1fr;
    }

    .brand-story h2,
    .director-copy h2 {
        font-size: 3rem;
    }

    .director-gallery {
        min-height: 430px;
    }

    .director-frame-primary {
        right: 8%;
        height: 385px;
    }

    .director-frame-secondary {
        width: 52%;
        height: 165px;
        border-width: 6px;
    }

    .director-role span {
        display: block;
        margin: .35rem 0 0;
        padding: 0;
        border: 0;
    }

    .page-hero {
        min-height: 440px;
    }

    .page-hero-content h1 {
        font-size: 3.4rem;
    }
}

/* Ultra-futurist immigration experience */
:root {
    --future-cyan: #18d8ff;
    --future-blue: #3178ff;
    --future-violet: #8257ff;
    --future-magenta: #f04fd8;
    --future-coral: #ff7a7a;
    --future-mint: #44f2bd;
    --future-space: #050719;
    --future-space-2: #0c1233;
    --future-glass: rgba(255, 255, 255, .72);
    --future-line: rgba(77, 106, 255, .18);
}

html {
    background: var(--future-space);
}

body {
    position: relative;
    background:
        radial-gradient(circle at 5% 8%, rgba(24, 216, 255, .16), transparent 28rem),
        radial-gradient(circle at 94% 18%, rgba(240, 79, 216, .13), transparent 32rem),
        radial-gradient(circle at 48% 55%, rgba(130, 87, 255, .09), transparent 40rem),
        #f4f8ff;
}

body::before {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: .75;
    background:
        linear-gradient(rgba(49, 120, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49, 120, 255, .035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

main {
    position: relative;
    overflow: hidden;
}

.top-strip {
    background: linear-gradient(90deg, #080b25, #112556 45%, #4e1761 100%);
}

.luxury-navbar {
    border-bottom-color: rgba(24, 216, 255, .24);
    background:
        linear-gradient(100deg, rgba(255, 255, 255, .92), rgba(239, 247, 255, .88) 52%, rgba(253, 239, 255, .9));
    box-shadow: 0 16px 44px rgba(24, 43, 107, .13);
    backdrop-filter: blur(22px) saturate(1.5);
}

.site-header.is-scrolled .luxury-navbar {
    background: rgba(247, 250, 255, .94);
}

.navbar-brand {
    position: relative;
}

.navbar-brand::after {
    content: "";
    position: absolute;
    right: -1rem;
    bottom: -.5rem;
    left: -1rem;
    height: 2px;
    opacity: .65;
    background: linear-gradient(90deg, transparent, var(--future-cyan), var(--future-magenta), transparent);
}

.navbar-nav .nav-link {
    color: #17264b;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #6243db;
    text-shadow: 0 0 18px rgba(98, 67, 219, .22);
}

.luxury-dropdown {
    border-color: rgba(24, 216, 255, .24);
    background: rgba(8, 13, 39, .96);
    box-shadow: 0 24px 70px rgba(18, 28, 78, .32), 0 0 35px rgba(24, 216, 255, .09);
    backdrop-filter: blur(20px);
}

.btn {
    position: relative;
    overflow: hidden;
    border-radius: 999px;
}

.btn::after {
    content: "";
    position: absolute;
    top: -160%;
    left: -45%;
    width: 32%;
    height: 420%;
    opacity: .7;
    background: rgba(255, 255, 255, .7);
    transform: rotate(28deg);
    transition: left .55s ease;
}

.btn:hover::after {
    left: 125%;
}

.btn-gold {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(115deg, #ff9e45, #f04fd8 42%, #745cff 72%, #18cfee);
    background-size: 180% 180%;
    box-shadow: 0 14px 38px rgba(116, 92, 255, .28), 0 0 24px rgba(24, 207, 238, .16);
    animation: futureGradient 7s ease infinite;
}

.btn-gold:hover {
    color: #fff;
    box-shadow: 0 20px 48px rgba(116, 92, 255, .4), 0 0 34px rgba(24, 207, 238, .24);
}

.btn-navy {
    border-color: rgba(24, 216, 255, .42);
    background: linear-gradient(120deg, #08122d, #273a8b, #65266f);
    box-shadow: 0 15px 36px rgba(31, 54, 133, .24);
}

.eyebrow {
    color: #5f49d7;
}

.eyebrow::before {
    content: "";
    width: 22px;
    height: 1px;
    background: linear-gradient(90deg, var(--future-cyan), var(--future-magenta));
    box-shadow: 0 0 12px var(--future-cyan);
}

.brar-hero {
    min-height: 790px;
    background:
        radial-gradient(circle at 78% 35%, rgba(24, 216, 255, .18), transparent 22rem),
        radial-gradient(circle at 86% 65%, rgba(240, 79, 216, .22), transparent 25rem),
        linear-gradient(90deg, rgba(3, 6, 25, .99) 0%, rgba(8, 18, 55, .94) 48%, rgba(43, 22, 76, .72) 100%),
        url("../images/simrat-brar-director-seated.webp") 68% center/cover;
}

.brar-hero::before {
    opacity: .5;
    background:
        linear-gradient(rgba(24, 216, 255, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24, 216, 255, .07) 1px, transparent 1px),
        radial-gradient(circle at center, transparent 40%, rgba(4, 6, 24, .6) 100%);
    background-size: 54px 54px, 54px 54px, auto;
    animation: gridDrift 18s linear infinite;
}

.brar-hero::after {
    content: "";
    position: absolute;
    right: -12%;
    bottom: -30%;
    width: 65%;
    height: 70%;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(ellipse, rgba(24, 216, 255, .2), rgba(130, 87, 255, .08) 42%, transparent 70%);
    filter: blur(24px);
}

.brar-hero-glow {
    border-color: rgba(24, 216, 255, .24);
    box-shadow:
        0 0 0 6rem rgba(24, 216, 255, .018),
        0 0 0 12rem rgba(130, 87, 255, .018),
        0 0 80px rgba(24, 216, 255, .18);
    animation: gravityPulse 6s ease-in-out infinite;
}

.brar-hero h1 {
    background: linear-gradient(105deg, #fff 12%, #bdf6ff 44%, #c8baff 72%, #ffb9ea);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 28px rgba(24, 216, 255, .12));
}

.hero-credentials {
    border-color: rgba(24, 216, 255, .28);
    background: linear-gradient(90deg, rgba(24, 216, 255, .045), rgba(240, 79, 216, .04));
    backdrop-filter: blur(10px);
}

.hero-credentials div + div {
    border-left-color: rgba(130, 87, 255, .26);
}

.hero-credentials strong {
    color: #dffbff;
}

.migration-orbit {
    --scene-rotate-x: 0deg;
    --scene-rotate-y: 0deg;
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    aspect-ratio: 1;
    margin: 0 auto;
    transform: perspective(1100px) rotateX(var(--scene-rotate-x)) rotateY(var(--scene-rotate-y));
    transform-style: preserve-3d;
    transition: transform .18s ease-out;
}

.orbit-aura {
    position: absolute;
    inset: 13%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, .68), transparent 7%),
        radial-gradient(circle, rgba(24, 216, 255, .28), rgba(130, 87, 255, .12) 44%, rgba(240, 79, 216, .08) 58%, transparent 72%);
    filter: blur(4px);
    animation: auraBreathe 5s ease-in-out infinite;
}

.migration-globe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 43%;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(172, 244, 255, .8);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 32% 25%, rgba(255, 255, 255, .65), transparent 8%),
        radial-gradient(circle at 35% 35%, #1eeaff, #316cff 38%, #713ee1 66%, #170d45);
    box-shadow:
        inset -28px -24px 48px rgba(4, 5, 28, .52),
        inset 14px 12px 34px rgba(255, 255, 255, .16),
        0 0 45px rgba(24, 216, 255, .4),
        0 0 110px rgba(130, 87, 255, .3);
    transform: translate(-50%, -50%) translateZ(70px);
    animation: globeFloat 5s ease-in-out infinite;
}

.migration-globe::before,
.migration-globe::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 50%;
}

.migration-globe::before {
    inset: 8% 28%;
}

.migration-globe::after {
    inset: 28% 8%;
}

.migration-globe strong,
.migration-globe small {
    position: absolute;
    z-index: 3;
}

.migration-globe strong {
    top: 34%;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    line-height: 1;
    text-shadow: 0 0 22px rgba(255, 255, 255, .5);
}

.migration-globe small {
    top: 61%;
    font-size: .62rem;
    letter-spacing: .16em;
    line-height: 1.5;
    text-transform: uppercase;
}

.globe-grid {
    position: absolute;
    inset: 0;
    opacity: .55;
    background:
        repeating-radial-gradient(ellipse at center, transparent 0 20px, rgba(255, 255, 255, .2) 21px 22px, transparent 23px 39px);
    animation: globeSpin 12s linear infinite;
}

.globe-route {
    position: absolute;
    width: 72%;
    height: 34%;
    border-top: 2px dashed rgba(255, 255, 255, .8);
    border-radius: 50%;
    transform: rotate(-18deg);
}

.orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(130, 230, 255, .38);
    border-radius: 50%;
    transform-style: preserve-3d;
}

.orbit-ring::after {
    content: "";
    position: absolute;
    inset: -1px;
    border: 1px solid transparent;
    border-top-color: rgba(240, 79, 216, .9);
    border-right-color: rgba(24, 216, 255, .8);
    border-radius: inherit;
    filter: drop-shadow(0 0 10px rgba(24, 216, 255, .6));
}

.orbit-ring-one {
    width: 66%;
    aspect-ratio: 1;
    animation: orbitOne 12s linear infinite;
}

.orbit-ring-two {
    width: 84%;
    aspect-ratio: 1;
    animation: orbitTwo 18s linear infinite reverse;
}

.orbit-ring-three {
    width: 104%;
    aspect-ratio: 1;
    border-style: dashed;
    opacity: .48;
    animation: orbitThree 28s linear infinite;
}

.orbit-node {
    position: absolute;
    top: -16px;
    left: 50%;
    min-width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #18d8ff, #775cff 60%, #f04fd8);
    box-shadow: 0 0 24px rgba(24, 216, 255, .55);
}

.orbit-node-passport {
    top: auto;
    right: 2%;
    bottom: 9%;
    left: auto;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: .7rem;
    font-weight: 900;
}

.destination-chip {
    position: absolute;
    z-index: 5;
    padding: .55rem .8rem;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    color: #eafcff;
    background: rgba(7, 13, 44, .58);
    box-shadow: 0 10px 32px rgba(4, 8, 32, .3), inset 0 0 18px rgba(24, 216, 255, .08);
    backdrop-filter: blur(12px);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    animation: chipFloat 4.5s ease-in-out infinite;
}

.chip-perth {
    top: 12%;
    right: 5%;
}

.chip-skilled {
    top: 38%;
    left: -3%;
    animation-delay: -.8s;
}

.chip-family {
    right: -2%;
    bottom: 28%;
    animation-delay: -1.7s;
}

.chip-study {
    bottom: 5%;
    left: 20%;
    animation-delay: -2.6s;
}

.flight-path {
    position: absolute;
    top: 23%;
    right: 18%;
    width: 28%;
    height: 18%;
    border-top: 2px dashed rgba(255, 255, 255, .72);
    border-radius: 50%;
    transform: rotate(28deg);
    filter: drop-shadow(0 0 8px var(--future-cyan));
}

.flight-path::after {
    content: "➤";
    position: absolute;
    top: -12px;
    right: -5px;
    color: #fff;
    font-size: 1.25rem;
    text-shadow: 0 0 16px var(--future-cyan);
    transform: rotate(14deg);
}

.section-padding:not(.navy-band):not(.location-section):not(.interconnected-section) {
    position: relative;
    background:
        radial-gradient(circle at 8% 12%, rgba(24, 216, 255, .11), transparent 24rem),
        radial-gradient(circle at 92% 85%, rgba(240, 79, 216, .1), transparent 28rem),
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(241, 246, 255, .92) 52%, rgba(251, 240, 255, .9));
}

.surface {
    background:
        radial-gradient(circle at 70% 5%, rgba(68, 242, 189, .12), transparent 25rem),
        radial-gradient(circle at 10% 80%, rgba(130, 87, 255, .13), transparent 26rem),
        linear-gradient(135deg, #eefbff, #f2efff 52%, #fff0fa);
}

.signature-service-grid,
.credential-grid,
.experience-grid,
.home-address-panel,
.map-panel,
.form-shell,
.content-panel {
    border-color: var(--future-line);
    background: rgba(255, 255, 255, .64);
    box-shadow: 0 25px 75px rgba(46, 63, 135, .15), inset 0 1px 0 rgba(255, 255, 255, .85);
    backdrop-filter: blur(18px) saturate(1.35);
}

.signature-service,
.credential-card,
.experience-grid article {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(246, 249, 255, .56));
}

.signature-service::before,
.credential-card::before,
.experience-grid article::before,
.service-card::before,
.lux-card::before,
.process-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(24, 216, 255, .22), transparent 42%);
    transition: opacity .28s ease;
}

.signature-service:hover::before,
.credential-card:hover::before,
.experience-grid article:hover::before,
.service-card:hover::before,
.lux-card:hover::before,
.process-card:hover::before {
    opacity: 1;
}

.signature-service:hover {
    background:
        radial-gradient(circle at 30% 20%, rgba(24, 216, 255, .22), transparent 18rem),
        linear-gradient(145deg, #071331, #31236f 65%, #681d67);
    box-shadow: 0 26px 65px rgba(74, 50, 175, .3), 0 0 30px rgba(24, 216, 255, .14);
}

.signature-service > span,
.credential-card > span,
.experience-grid span,
.service-icon {
    color: #6b4ce6;
}

.brand-story-visual::before {
    border-color: var(--future-cyan);
    box-shadow: -10px -10px 35px rgba(24, 216, 255, .17);
}

.brand-story-visual img,
.director-frame,
.image-frame {
    border: 1px solid rgba(24, 216, 255, .25);
    box-shadow: 0 30px 80px rgba(48, 57, 137, .22), 0 0 36px rgba(24, 216, 255, .1);
}

.brand-story-seal {
    border-color: rgba(24, 216, 255, .65);
    background: linear-gradient(145deg, #0b1741, #3e2c8d 62%, #84255f);
    box-shadow: 0 20px 55px rgba(74, 50, 175, .38), 0 0 30px rgba(24, 216, 255, .22);
    animation: sealHover 4s ease-in-out infinite;
}

.brand-story-seal strong {
    color: #9af5ff;
}

.director-frame-secondary {
    border-color: rgba(238, 245, 255, .9);
}

.service-card,
.lux-card,
.testimonial-card,
.team-card,
.country-card,
.process-card,
.contact-card,
.stack-item {
    position: relative;
    overflow: hidden;
    border-color: rgba(76, 98, 218, .16);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(245, 247, 255, .62));
    box-shadow: 0 20px 55px rgba(48, 59, 129, .11);
    backdrop-filter: blur(14px);
}

.service-card:hover,
.lux-card:hover,
.testimonial-card:hover,
.country-card:hover,
.process-card:hover,
.stack-item:hover {
    border-color: rgba(24, 216, 255, .5);
    box-shadow: 0 30px 70px rgba(81, 58, 185, .21), 0 0 28px rgba(24, 216, 255, .12);
}

.service-card-image {
    position: relative;
}

.service-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(29, 21, 86, .62));
}

.process-luxury,
.navy-band,
.interconnected-section,
.location-section {
    background:
        radial-gradient(circle at 12% 15%, rgba(24, 216, 255, .18), transparent 27rem),
        radial-gradient(circle at 88% 75%, rgba(240, 79, 216, .2), transparent 30rem),
        linear-gradient(135deg, #040719, #101c4f 48%, #421b60);
}

.process-luxury::before,
.navy-band::before,
.interconnected-section::before,
.location-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .32;
    background:
        linear-gradient(rgba(24, 216, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24, 216, 255, .08) 1px, transparent 1px);
    background-size: 52px 52px;
}

.navy-band,
.interconnected-section,
.location-section {
    position: relative;
}

.process-luxury .container,
.navy-band .container,
.interconnected-section .container,
.location-section .container {
    position: relative;
    z-index: 1;
}

.location-panel {
    border-color: rgba(24, 216, 255, .3);
    box-shadow: 0 35px 90px rgba(0, 0, 0, .32), 0 0 36px rgba(24, 216, 255, .12);
}

.location-copy {
    background:
        radial-gradient(circle at 20% 10%, rgba(24, 216, 255, .19), transparent 18rem),
        linear-gradient(145deg, rgba(6, 13, 44, .98), rgba(56, 30, 111, .95));
}

.page-hero {
    overflow: hidden;
    background-size: 108% auto;
    animation: heroBackgroundBreathe 14s ease-in-out infinite alternate;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 78% 30%, rgba(24, 216, 255, .22), transparent 25rem),
        radial-gradient(circle at 20% 90%, rgba(240, 79, 216, .18), transparent 24rem),
        linear-gradient(90deg, rgba(3, 6, 25, .35), rgba(60, 22, 90, .14));
}

.page-hero-content {
    position: relative;
    z-index: 2;
}

.page-hero-content h1 {
    background: linear-gradient(100deg, #fff, #a9f3ff 45%, #ddbcff 78%, #ffb6e7);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.premium-accordion .accordion-item {
    border-color: rgba(76, 98, 218, .17);
    background: rgba(255, 255, 255, .68);
    backdrop-filter: blur(12px);
}

.premium-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, rgba(24, 216, 255, .12), rgba(130, 87, 255, .12), rgba(240, 79, 216, .1));
}

.booking-form .form-control,
.booking-form .form-select,
.newsletter-form .form-control {
    border-color: rgba(73, 92, 190, .2);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 2px rgba(49, 68, 137, .04);
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
    border-color: var(--future-cyan);
    box-shadow: 0 0 0 .22rem rgba(24, 216, 255, .13), 0 0 24px rgba(130, 87, 255, .1);
}

.payment-notice {
    border-color: rgba(130, 87, 255, .25);
    background: linear-gradient(100deg, rgba(24, 216, 255, .08), rgba(130, 87, 255, .09), rgba(240, 79, 216, .07));
}

.cta-panel {
    border-color: rgba(24, 216, 255, .3);
    background:
        radial-gradient(circle at 10% 20%, rgba(24, 216, 255, .2), transparent 22rem),
        radial-gradient(circle at 90% 80%, rgba(240, 79, 216, .24), transparent 25rem),
        linear-gradient(120deg, rgba(5, 10, 34, .98), rgba(37, 34, 105, .96), rgba(91, 25, 91, .94));
    box-shadow: 0 34px 90px rgba(25, 25, 86, .3), 0 0 35px rgba(24, 216, 255, .12);
}

.site-footer {
    position: relative;
    border-top-color: rgba(24, 216, 255, .3);
    background:
        radial-gradient(circle at 12% 10%, rgba(24, 216, 255, .17), transparent 24rem),
        radial-gradient(circle at 90% 70%, rgba(240, 79, 216, .16), transparent 28rem),
        linear-gradient(135deg, #030616, #0c153e 55%, #391644);
}

.footer-logo {
    border: 1px solid rgba(24, 216, 255, .2);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .24), 0 0 24px rgba(24, 216, 255, .08);
}

.social-links a {
    color: #fff;
    background: linear-gradient(135deg, var(--future-cyan), var(--future-violet), var(--future-magenta));
    box-shadow: 0 10px 25px rgba(88, 74, 214, .3);
}

.quick-wa,
.floating-whatsapp {
    background: linear-gradient(135deg, #39efad, #17badd);
    box-shadow: 0 14px 34px rgba(23, 186, 221, .28), 0 0 24px rgba(57, 239, 173, .2);
}

.back-to-top {
    color: #fff;
    background: linear-gradient(135deg, var(--future-cyan), var(--future-violet), var(--future-magenta));
    box-shadow: 0 14px 35px rgba(85, 69, 211, .3);
}

.gravity-card {
    --gravity-x: 0px;
    --gravity-y: 0px;
    --gravity-scale: 1;
    transform: translate3d(var(--gravity-x), var(--gravity-y), 0) scale(var(--gravity-scale));
    transition: transform .18s ease-out, box-shadow .3s ease, border-color .3s ease;
    will-change: transform;
}

.gravity-card.is-visible {
    transform: translate3d(var(--gravity-x), var(--gravity-y), 0) scale(var(--gravity-scale));
}

.gravity-card[data-animate]:not(.is-visible) {
    transform: translateY(18px);
}

.zoom-reactive {
    --scroll-zoom: 1;
    transform: scale(var(--scroll-zoom));
    transform-origin: center;
    transition: transform .16s linear;
    will-change: transform;
}

body.motion-ready .service-card-image img.zoom-reactive,
body.motion-ready .brand-story-visual img.zoom-reactive,
body.motion-ready .director-frame img.zoom-reactive,
body.motion-ready .image-frame img.zoom-reactive,
body.motion-ready .homepage-story-image img.zoom-reactive {
    transform: scale(var(--scroll-zoom));
}

@keyframes futureGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes gridDrift {
    from { background-position: 0 0, 0 0, center; }
    to { background-position: 108px 54px, 54px 108px, center; }
}

@keyframes gravityPulse {
    0%, 100% { transform: scale(.96); opacity: .6; }
    50% { transform: scale(1.06); opacity: 1; }
}

@keyframes auraBreathe {
    0%, 100% { transform: scale(.94); opacity: .65; }
    50% { transform: scale(1.08); opacity: 1; }
}

@keyframes globeFloat {
    0%, 100% { transform: translate(-50%, -50%) translateZ(70px) translateY(-5px); }
    50% { transform: translate(-50%, -50%) translateZ(85px) translateY(9px); }
}

@keyframes globeSpin {
    to { transform: rotate(360deg); }
}

@keyframes orbitOne {
    from { transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg); }
    to { transform: translate(-50%, -50%) rotateX(68deg) rotateZ(360deg); }
}

@keyframes orbitTwo {
    from { transform: translate(-50%, -50%) rotateY(63deg) rotateZ(22deg); }
    to { transform: translate(-50%, -50%) rotateY(63deg) rotateZ(382deg); }
}

@keyframes orbitThree {
    from { transform: translate(-50%, -50%) rotateX(72deg) rotateY(24deg) rotateZ(0); }
    to { transform: translate(-50%, -50%) rotateX(72deg) rotateY(24deg) rotateZ(360deg); }
}

@keyframes chipFloat {
    0%, 100% { transform: translateY(-5px); }
    50% { transform: translateY(8px); }
}

@keyframes sealHover {
    0%, 100% { transform: translateY(-4px) rotate(-2deg); }
    50% { transform: translateY(8px) rotate(2deg); }
}

@keyframes heroBackgroundBreathe {
    from { background-size: 105% auto; }
    to { background-size: 112% auto; }
}

@media (max-width: 1199.98px) {
    .migration-orbit {
        width: min(100%, 450px);
    }
}

@media (max-width: 991.98px) {
    .brar-hero {
        min-height: auto;
    }

    .migration-orbit {
        width: min(100%, 480px);
        margin-top: 1rem;
    }

    .navbar-collapse {
        margin-top: .8rem;
        padding: 1rem;
        border: 1px solid rgba(24, 216, 255, .18);
        border-radius: 20px;
        background: rgba(248, 251, 255, .96);
        box-shadow: 0 18px 45px rgba(39, 53, 122, .15);
    }
}

@media (max-width: 767.98px) {
    .brar-hero {
        background:
            radial-gradient(circle at 70% 72%, rgba(240, 79, 216, .2), transparent 18rem),
            linear-gradient(135deg, rgba(3, 6, 25, .98), rgba(16, 28, 77, .94), rgba(65, 24, 83, .9));
    }

    .migration-orbit {
        width: min(100%, 390px);
    }

    .destination-chip {
        font-size: .55rem;
    }

    .section-padding:not(.navy-band):not(.location-section):not(.interconnected-section) {
        background:
            radial-gradient(circle at 0% 10%, rgba(24, 216, 255, .12), transparent 17rem),
            radial-gradient(circle at 100% 90%, rgba(240, 79, 216, .11), transparent 18rem),
            linear-gradient(135deg, #f9fdff, #f2f1ff 55%, #fff3fa);
    }
}

@media (max-width: 575.98px) {
    .migration-orbit {
        width: 330px;
        max-width: 100%;
    }

    .chip-skilled {
        left: 0;
    }

    .chip-family {
        right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .migration-orbit,
    .gravity-card,
    .zoom-reactive {
        transform: none !important;
    }
}

/* Creative immigration pathway mega-menu */
.luxury-navbar > .container {
    position: relative;
}

.mega-menu-parent {
    position: static;
}

.immigration-mega-menu {
    position: absolute !important;
    z-index: 1085;
    top: calc(100% + .4rem);
    right: auto !important;
    left: 50% !important;
    width: min(1160px, calc(100vw - 2rem));
    max-height: calc(100vh - var(--site-header-height, 128px) - 18px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0;
    padding: 1rem;
    border-radius: 26px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 8% 8%, rgba(24, 216, 255, .18), transparent 19rem),
        radial-gradient(circle at 92% 88%, rgba(240, 79, 216, .2), transparent 22rem),
        linear-gradient(135deg, rgba(5, 9, 29, .98), rgba(16, 28, 74, .98) 52%, rgba(62, 20, 72, .98));
    box-shadow: 0 38px 95px rgba(5, 8, 34, .42), 0 0 45px rgba(24, 216, 255, .12);
}

.immigration-mega-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .32;
    background:
        linear-gradient(rgba(24, 216, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24, 216, 255, .08) 1px, transparent 1px);
    background-size: 38px 38px;
}

.mega-menu-intro,
.mega-menu-grid,
.mega-menu-footer {
    position: relative;
    z-index: 1;
}

.mega-menu-intro {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .8rem .85rem 1.1rem;
    border-bottom: 1px solid rgba(173, 225, 255, .16);
}

.mega-menu-intro h2 {
    margin: .2rem 0 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.85rem;
}

.mega-menu-intro p {
    margin: .15rem 0 0;
    color: rgba(221, 235, 255, .62);
    font-size: .76rem;
}

.mega-orbit-icon {
    position: relative;
    width: 62px;
    height: 62px;
    display: grid;
    flex: 0 0 62px;
    place-items: center;
    border: 1px solid rgba(24, 216, 255, .5);
    border-radius: 50%;
    color: #fff;
    background: radial-gradient(circle, #2ddfff, #525ee8 48%, #511b6a 72%);
    box-shadow: 0 0 26px rgba(24, 216, 255, .32);
}

.mega-orbit-icon i {
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(240, 79, 216, .6);
    border-radius: 50%;
    transform: rotateX(62deg) rotateZ(24deg);
}

.mega-orbit-icon b {
    font-size: .8rem;
    letter-spacing: .08em;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: .7rem;
    padding: .8rem 0;
}

.mega-menu-group {
    min-width: 0;
    padding: 1rem;
    border: 1px solid rgba(168, 213, 255, .11);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    backdrop-filter: blur(12px);
    transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.mega-menu-group:hover {
    border-color: rgba(24, 216, 255, .3);
    background: rgba(255, 255, 255, .075);
    transform: translateY(-3px);
}

.mega-featured {
    background:
        radial-gradient(circle at 15% 12%, rgba(24, 216, 255, .13), transparent 14rem),
        linear-gradient(145deg, rgba(49, 120, 255, .12), rgba(240, 79, 216, .08));
}

.mega-group-number {
    color: #7feeff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.25rem;
}

.mega-menu-group h3 {
    margin: .05rem 0 .75rem;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.22rem;
}

.mega-menu-group a {
    position: relative;
    display: block;
    margin: .12rem 0;
    padding: .42rem .55rem;
    border-radius: 10px;
    color: rgba(231, 241, 255, .75);
    font-size: .73rem;
    font-weight: 700;
    line-height: 1.35;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.mega-menu-group a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 0;
    border-radius: 3px;
    background: linear-gradient(var(--future-cyan), var(--future-magenta));
    transform: translateY(-50%);
    transition: height .2s ease;
}

.mega-menu-group a:hover,
.mega-menu-group a:focus {
    color: #fff;
    background: linear-gradient(90deg, rgba(24, 216, 255, .11), rgba(130, 87, 255, .09), rgba(240, 79, 216, .08));
    transform: translateX(3px);
}

.mega-menu-group a:hover::before,
.mega-menu-group a:focus::before {
    height: 55%;
}

.mega-menu-group a strong,
.mega-menu-group a small {
    display: block;
}

.mega-menu-group a strong {
    color: #fff;
    font-size: .76rem;
}

.mega-menu-group a small {
    margin-top: .08rem;
    color: rgba(202, 219, 245, .52);
    font-size: .61rem;
    font-weight: 500;
}

.mega-menu-group .mega-all-link {
    margin-top: .45rem;
    color: #8bf1ff;
}

.mega-all-link span {
    color: #ff9ee9;
}

.mega-menu-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(24, 216, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .055);
}

.mega-menu-footer span,
.mega-menu-footer strong {
    display: block;
}

.mega-menu-footer span {
    color: rgba(206, 224, 248, .52);
    font-size: .61rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mega-menu-footer strong {
    margin-top: .16rem;
    color: #fff;
    font-size: .78rem;
}

.mega-menu-footer .btn {
    flex: 0 0 auto;
    padding: .72rem 1rem;
    font-size: .68rem;
}

/* Compact footer consultation calendar */
.footer-calendar-strip {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 2rem;
    align-items: center;
    margin-top: 3rem;
    padding: 1.25rem;
    border: 1px solid rgba(24, 216, 255, .2);
    border-radius: 26px;
    background:
        radial-gradient(circle at 8% 10%, rgba(24, 216, 255, .14), transparent 20rem),
        radial-gradient(circle at 95% 90%, rgba(240, 79, 216, .16), transparent 18rem),
        rgba(255, 255, 255, .045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 24px 70px rgba(0, 0, 0, .18);
    backdrop-filter: blur(16px);
}

.footer-calendar-copy {
    padding: .5rem 1rem;
}

.footer-calendar-copy h2 {
    margin: .35rem 0 .6rem;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.8rem, 3.3vw, 2.75rem);
}

.footer-calendar-copy p {
    max-width: 680px;
    margin-bottom: .8rem;
    color: rgba(220, 233, 251, .66);
    font-size: .82rem;
}

.calendar-visual-legend {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin: .8rem 0;
}

.calendar-visual-legend span {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    color: rgba(228, 239, 255, .68);
    font-size: .65rem;
}

.calendar-visual-legend i {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
}

.legend-today {
    background: var(--future-cyan);
    box-shadow: 0 0 12px var(--future-cyan);
}

.legend-consult {
    background: var(--future-violet);
}

.legend-weekend {
    border: 1px solid rgba(221, 232, 250, .32);
    background: transparent;
}

.footer-calendar-link {
    color: #93f2ff;
    font-size: .72rem;
}

.mini-calendar {
    padding: .85rem;
    border: 1px solid rgba(170, 218, 255, .16);
    border-radius: 20px;
    background: rgba(4, 8, 29, .48);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.mini-calendar-header {
    display: grid;
    grid-template-columns: 34px 1fr 34px;
    gap: .4rem;
    align-items: center;
    margin-bottom: .55rem;
}

.mini-calendar-header strong {
    color: #fff;
    text-align: center;
    font-size: .78rem;
    letter-spacing: .05em;
}

.mini-calendar-header button {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(24, 216, 255, .2);
    border-radius: 50%;
    color: #b9f7ff;
    background: rgba(255, 255, 255, .05);
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.mini-calendar-header button:hover {
    color: #fff;
    background: linear-gradient(135deg, rgba(24, 216, 255, .35), rgba(130, 87, 255, .35));
    transform: scale(1.08);
}

.mini-calendar-header button:disabled {
    cursor: not-allowed;
    opacity: .25;
    transform: none;
}

.mini-calendar-weekdays,
.mini-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 3px;
}

.mini-calendar-weekdays span {
    padding: .2rem 0;
    color: rgba(201, 220, 245, .42);
    text-align: center;
    font-size: .54rem;
    font-weight: 800;
    text-transform: uppercase;
}

.mini-calendar-day {
    position: relative;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    color: rgba(225, 237, 255, .7);
    font-size: .6rem;
}

.mini-calendar-day.is-empty {
    opacity: 0;
}

.mini-calendar-day.is-consultation {
    border-color: rgba(130, 87, 255, .16);
    background: rgba(130, 87, 255, .09);
}

.mini-calendar-day.is-weekend {
    color: rgba(192, 208, 235, .33);
}

.mini-calendar-day.is-past {
    opacity: .28;
}

.mini-calendar-day.is-today {
    border-color: rgba(24, 216, 255, .8);
    color: #fff;
    background: linear-gradient(135deg, rgba(24, 216, 255, .38), rgba(130, 87, 255, .36));
    box-shadow: 0 0 16px rgba(24, 216, 255, .34);
}

.mini-calendar-day.is-today::after {
    content: "";
    position: absolute;
    bottom: 3px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
}

.mini-calendar > p {
    margin: .55rem .2rem 0;
    color: rgba(202, 220, 245, .38);
    font-size: .52rem;
    line-height: 1.45;
}

@media (max-width: 1199.98px) {
    .mega-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .mega-menu-parent {
        position: relative;
    }

    .immigration-mega-menu {
        position: static !important;
        width: 100%;
        max-height: 62vh;
        margin-top: .5rem;
        padding: .7rem;
        border-radius: 18px;
        transform: none;
    }

    .mega-menu-intro {
        align-items: flex-start;
    }

    .mega-orbit-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .mega-menu-grid {
        grid-template-columns: 1fr;
    }

    .mega-menu-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .mega-menu-footer .btn {
        width: 100%;
    }

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

    .mini-calendar {
        width: min(100%, 360px);
    }
}

@media (max-width: 575.98px) {
    .mega-menu-intro h2 {
        font-size: 1.45rem;
    }

    .mega-menu-intro p {
        display: none;
    }

    .footer-calendar-strip {
        padding: .85rem;
        border-radius: 20px;
    }

    .footer-calendar-copy {
        padding: .25rem;
    }
}

/* Compact two-week footer calendar */
.footer-main {
    grid-template-columns: 1.2fr .7fr .9fr 1fr 1.5fr;
    gap: 1.6rem;
    align-items: start;
}

.footer-calendar-column {
    min-width: 0;
}

.footer-stay-calendar {
    overflow: hidden;
    padding: .65rem;
    border: 1px solid rgba(255, 182, 82, .38);
    border-radius: 10px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 172, 54, .13), transparent 10rem),
        linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
    box-shadow: 0 15px 38px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .07);
    backdrop-filter: blur(12px);
}

.stay-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .45rem;
}

.stay-calendar-header strong {
    color: #fff;
    font-size: .68rem;
}

.stay-calendar-header strong span {
    margin-right: .25rem;
    color: #ffd179;
}

.stay-calendar-header > span {
    flex: 0 0 auto;
    padding: .24rem .45rem;
    border: 1px solid rgba(255, 183, 56, .42);
    border-radius: 999px;
    color: #ffd476;
    background: rgba(255, 168, 36, .1);
    font-size: .51rem;
    font-weight: 800;
}

.stay-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 3px;
}

.stay-calendar-day {
    min-width: 0;
    min-height: 32px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(220, 232, 250, .12);
    border-radius: 6px;
    color: rgba(237, 243, 255, .78);
    background: rgba(255, 255, 255, .07);
    line-height: 1;
}

.stay-calendar-day small,
.stay-calendar-day strong {
    display: block;
}

.stay-calendar-day small {
    margin-bottom: .13rem;
    color: rgba(217, 228, 245, .48);
    font-size: .38rem;
    font-weight: 800;
    text-transform: uppercase;
}

.stay-calendar-day strong {
    font-size: .6rem;
}

.stay-calendar-day.is-consultation {
    background: linear-gradient(145deg, rgba(24, 216, 255, .1), rgba(130, 87, 255, .08));
}

.stay-calendar-day.is-weekend {
    color: rgba(224, 233, 247, .46);
    background: rgba(255, 255, 255, .035);
}

.stay-calendar-day.is-today {
    border-color: rgba(255, 205, 107, .9);
    color: #201408;
    background: linear-gradient(135deg, #ffe49a, #eeb64c);
    box-shadow: 0 0 18px rgba(255, 185, 54, .26);
}

.stay-calendar-day.is-today small {
    color: rgba(50, 31, 7, .65);
}

.footer-stay-calendar > a {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .45rem;
    padding-top: .4rem;
    border-top: 1px solid rgba(255, 255, 255, .09);
    color: rgba(236, 242, 255, .68);
    font-size: .52rem;
    font-weight: 700;
}

.footer-stay-calendar > a i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffc250;
    box-shadow: 0 0 10px rgba(255, 194, 80, .65);
}

.footer-stay-calendar > a span {
    margin-left: auto;
    color: #8ff2ff;
}

.footer-stay-calendar > a:hover {
    color: #fff;
}

.stay-calendar-note {
    margin: .45rem .2rem 0;
    color: rgba(205, 220, 242, .4);
    font-size: .48rem;
    line-height: 1.45;
}

@media (max-width: 1199.98px) {
    .footer-main {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-calendar-column {
        max-width: 390px;
    }
}

@media (max-width: 767.98px) {
    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-calendar-column {
        width: 100%;
        max-width: 390px;
    }
}
