/*
Theme Name: travlia Child
Description: Child theme for travlia
Author: DynumTech
Template: travlia
Version: 1.0.0
*/

:root {
    --color-primary: #094db7;
    --color-primary-dark: #153661;
    --color-secondary: #1c96e3;
    --color-accent: #86b321;
    --color-dark: #061225;

    --color-text: #1b2b3c;
    --color-text-muted: #667789;
    --color-background: #f6faff;
    --color-surface: #ffffff;
    --color-border: #d9e5ef;

    --color-success: #398624;
    --color-error: #b42318;

    /* Typography follows the audited Travlia reference character while using
     * only the locally bundled Wulkan files and a minimal official DM Sans load. */
    --font-body: "DM Sans", sans-serif;
    --font-heading: "Wulkan", Georgia, serif;
    --font-navigation: "DM Sans", sans-serif;
    --font-display: "Wulkan", Georgia, serif;
    --font-weight-body: 400;
    --font-weight-navigation: 500;
    --font-weight-heading: 700;
    --font-weight-heading-medium: 500;
    --font-weight-heading-semibold: 600;
    --line-height-body: 1.5;
    --line-height-heading: 1.08;
    --line-height-tight: 1;
    --letter-spacing-body: 0;
    --letter-spacing-heading: -0.02em;
    --letter-spacing-navigation: 0;
    --font-size-display: clamp(2.75rem, 5vw, 4.25rem);
    --font-size-h1: clamp(2.5rem, 5vw, 4rem);
    --font-size-h2: clamp(2rem, 3.5vw, 2.75rem);
    --font-size-h3: clamp(1.25rem, 2vw, 1.5rem);
    --font-size-body-large: clamp(1rem, 1.2vw, 1.125rem);
    --font-size-body: 1.125rem;
    --font-size-small: 0.875rem;
    --font-size-meta: 0.75rem;

    --motion-duration-fast: 180ms;
    --motion-duration-base: 650ms;
    --motion-duration-slow: 820ms;
    --motion-duration: var(--motion-duration-base);
    --motion-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
    --motion-ease: var(--motion-ease-standard);
    --motion-distance: 24px;
    --motion-delay-step: 80ms;
    --motion-stagger-limit: 8;

    --container-width: 1240px;
    --border-radius-sm: 8px;
    --border-radius-md: 14px;
    --border-radius-lg: 24px;

    --shadow-sm: 0 4px 18px rgba(6, 18, 37, 0.08);
    --shadow-md: 0 14px 40px rgba(6, 18, 37, 0.14);

    --color-dark-overlay: rgba(6, 18, 37, 0.72);
    --color-dark-overlay-soft: rgba(6, 18, 37, 0.28);
    /* The unmodified base preserves the existing booking-banner treatment. */
    --banner-overlay-dark: rgba(6, 18, 37, 0.72);
    --banner-overlay-medium: rgba(6, 18, 37, 0.5);
    --banner-overlay-light: rgba(6, 18, 37, 0.28);
    --banner-text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
    --color-surface-overlay: rgba(255, 255, 255, 0.06);
    --color-white-border: rgba(255, 255, 255, 0.42);
    --color-white-border-strong: rgba(255, 255, 255, 0.48);
    --color-border-overlay: rgba(217, 229, 239, 0.2);
    --color-border-overlay-soft: rgba(217, 229, 239, 0.28);
    --color-secondary-overlay: rgba(28, 150, 227, 0.2);
    --color-secondary-strong: rgba(28, 150, 227, 0.92);
    --color-primary-strong: rgba(9, 77, 183, 0.9);
    --color-surface-overlay-hover: rgba(255, 255, 255, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-text);
    font-family: var(--font-body);
    line-height: 1.6;
}

body,
button,
input,
textarea,
select {
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--color-primary);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

a:hover {
    color: var(--color-primary-dark);
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--color-accent);
    outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 1rem;
    color: var(--color-dark);
    font-family: var(--font-heading);
    line-height: 1.15;
}

p {
    margin: 0 0 1rem;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nextport-container {
    width: min(100% - 40px, var(--container-width));
    margin: 0 auto;
}

.nextport-section {
    padding: 96px 0;
}

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

.nextport-section--white {
    background: var(--color-surface);
}

.nextport-section__heading {
    max-width: 720px;
    margin-bottom: 42px;
}

.nextport-section__eyebrow,
.nextport-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--color-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nextport-section__eyebrow::before,
.nextport-eyebrow::before {
    width: 28px;
    height: 3px;
    border-radius: 99px;
    background: var(--color-accent);
    content: "";
}

.nextport-section__heading h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.nextport-section__heading p {
    max-width: 660px;
    color: var(--color-text-muted);
}

.nextport-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: var(--border-radius-sm);
    background: var(--color-primary);
    color: var(--color-surface);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.nextport-button:hover {
    background: var(--color-primary-dark);
    color: var(--color-surface);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.nextport-button--secondary {
    border-color: var(--color-border);
    background: var(--color-surface);
    color: var(--color-primary-dark);
}

.nextport-button--secondary:hover {
    border-color: var(--color-secondary);
    background: var(--color-surface);
    color: var(--color-primary);
}

.nextport-button--light {
    background: var(--color-surface);
    color: var(--color-primary-dark);
}

.nextport-button--light:hover {
    background: var(--color-background);
    color: var(--color-primary-dark);
}

.nextport-button--small {
    min-height: 42px;
    padding: 9px 15px;
    font-size: 0.9rem;
}

.nextport-site-header {
    position: relative;
    z-index: 20;
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}

.nextport-info-bar {
    background: var(--color-dark);
    color: var(--color-surface);
    font-size: 0.8rem;
}

.nextport-info-bar__inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    min-height: 36px;
    align-items: center;
}

.nextport-info-bar__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nextport-info-bar a {
    color: var(--color-surface);
    text-decoration: none;
}

.nextport-info-bar a:hover {
    color: var(--color-accent);
}

.nextport-info-bar__note {
    margin: 0;
    color: var(--color-border);
    font-size: 0.75rem;
}

.nextport-main-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 102px;
}

.nextport-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-dark);
    font-family: var(--font-heading);
    font-weight: 900;
    text-decoration: none;
}

.nextport-brand:hover {
    color: var(--color-primary);
}

.nextport-brand__image {
    display: block;
    width: 122px;
    height: auto;
    max-width: 100%;
    max-height: 94px;
}

.nextport-brand__mark {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: var(--color-primary);
    color: var(--color-surface);
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.nextport-brand__text {
    display: grid;
    line-height: 1.05;
}

.nextport-brand__text small {
    margin-top: 5px;
    color: var(--color-text-muted);
    font-family: var(--font-body);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.nextport-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nextport-nav__toggle {
    display: none;
    width: 46px;
    height: 44px;
    padding: 8px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-sm);
    background: var(--color-surface);
    color: var(--color-primary-dark);
    cursor: pointer;
}

.nextport-nav__toggle span,
.nextport-nav__toggle::before,
.nextport-nav__toggle::after {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    border-radius: 99px;
    background: currentColor;
    content: "";
    transition: transform 180ms ease, opacity 180ms ease;
}

.nextport-nav__toggle[aria-expanded="true"] span {
    opacity: 0;
}

.nextport-nav__toggle[aria-expanded="true"]::before {
    transform: translateY(7px) rotate(45deg);
}

.nextport-nav__toggle[aria-expanded="true"]::after {
    transform: translateY(-7px) rotate(-45deg);
}

.nextport-nav__links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nextport-nav__drawer {
    display: contents;
    min-width: 0;
}

.nextport-nav__contact {
    display: none;
}

.nextport-nav__links a {
    color: var(--color-primary-dark);
    font-size: 0.88rem;
    font-weight: 750;
    text-decoration: none;
}

.nextport-nav__links a:hover {
    color: var(--color-primary);
}

.nextport-nav__links .current-menu-item > a,
.nextport-nav__links .current_page_item > a {
    color: var(--color-primary);
}

.nextport-nav__cta {
    white-space: nowrap;
}

.nextport-hero {
    position: relative;
    overflow: hidden;
    padding: 84px 0 76px;
    background: var(--color-dark);
    color: var(--color-surface);
}

.nextport-hero::after {
    position: absolute;
    right: -100px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border: 70px solid var(--color-secondary-overlay);
    border-radius: 50%;
    content: "";
}

.nextport-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: 64px;
}

.nextport-hero h1 {
    max-width: 760px;
    color: var(--color-surface);
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    letter-spacing: -0.045em;
}

.nextport-hero p {
    max-width: 650px;
    color: var(--color-border);
    font-size: clamp(1rem, 2vw, 1.15rem);
}

.nextport-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 28px;
}

.nextport-hero .nextport-eyebrow {
    color: var(--color-secondary);
}

.nextport-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 0;
    padding: 0;
    color: var(--color-border);
    list-style: none;
    font-size: 0.84rem;
}

.nextport-hero__trust li::before {
    margin-right: 7px;
    color: var(--color-accent);
    content: "✓";
    font-weight: 900;
}

.nextport-hero__visual {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    padding: 0;
    border: 1px solid var(--color-border-overlay-soft);
    border-radius: var(--border-radius-lg);
    background: var(--color-primary-dark);
    box-shadow: var(--shadow-md);
}

.nextport-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nextport-hero__overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 28px;
    background: linear-gradient(145deg, var(--color-dark-overlay-soft), var(--color-dark-overlay));
}

.nextport-hero__logo-panel {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(100%, 220px);
    gap: 10px;
    padding: 16px;
    place-items: center;
    border: 1px solid var(--color-white-border);
    border-radius: var(--border-radius-md);
    background: var(--color-surface);
    box-shadow: var(--shadow-md);
    color: var(--color-primary-dark);
    text-align: center;
}

.nextport-hero__logo-panel img {
    display: block;
    width: min(100%, 170px);
    height: auto;
}

.nextport-hero__logo-panel span {
    color: var(--color-primary);
    font-size: 0.7rem;
    font-weight: 800;
}

.nextport-visual-card {
    position: absolute;
    z-index: 3;
    padding: 14px 16px;
    border-radius: var(--border-radius-md);
    background: var(--color-surface);
    box-shadow: var(--shadow-md);
    color: var(--color-primary-dark);
    font-size: 0.82rem;
    font-weight: 800;
}

.nextport-visual-card--top {
    top: 28px;
    left: 24px;
}

.nextport-visual-card--bottom {
    right: 24px;
    bottom: 26px;
}

.nextport-request {
    position: relative;
    z-index: 3;
    margin-top: -36px;
}

.nextport-request__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-md);
    background: var(--color-border);
    box-shadow: var(--shadow-md);
}

.nextport-request__item {
    display: flex;
    min-height: 138px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 22px;
    background: var(--color-surface);
    color: var(--color-primary-dark);
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nextport-request__item:hover {
    background: var(--color-primary);
    color: var(--color-surface);
    transform: translateY(-3px);
}

.nextport-request__item strong {
    font-family: var(--font-heading);
    font-size: 1.05rem;
}

.nextport-request__item span:last-child {
    color: var(--color-text-muted);
    font-size: 0.82rem;
}

.nextport-request__item:hover span:last-child {
    color: var(--color-border);
}

.nextport-icon {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: var(--color-background);
    color: var(--color-primary);
    font-size: 1.25rem;
    line-height: 1;
}

.nextport-request__item:hover .nextport-icon {
    background: var(--color-surface-overlay-hover);
    color: var(--color-surface);
}

.nextport-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.nextport-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-md);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.nextport-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.nextport-card__body {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 24px;
}

.nextport-card__body p {
    color: var(--color-text-muted);
}

.nextport-card__body .nextport-text-link {
    margin-top: auto;
}

.nextport-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--color-primary);
    font-weight: 800;
    text-decoration: none;
}

.nextport-text-link::after {
    content: "→";
    transition: transform 180ms ease;
}

.nextport-text-link:hover::after {
    transform: translateX(4px);
}

.nextport-service-card .nextport-icon {
    margin-bottom: 22px;
}

.nextport-service-card h3 {
    font-size: 1.35rem;
}

.nextport-split {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 74px;
    align-items: center;
}

.nextport-split__visual {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 0;
    border-radius: var(--border-radius-lg);
    background: var(--color-primary-dark);
    color: var(--color-surface);
    box-shadow: var(--shadow-md);
}

.nextport-split__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nextport-split__overlay {
    position: relative;
    z-index: 1;
    min-height: 430px;
    padding: 30px;
    background: linear-gradient(160deg, var(--color-dark-overlay), var(--color-primary-strong));
}

.nextport-split__visual h3 {
    max-width: 300px;
    color: var(--color-surface);
    font-size: 2.1rem;
}

.nextport-split__visual p {
    max-width: 310px;
    color: var(--color-border);
}

.nextport-split__route {
    display: grid;
    min-height: 190px;
    margin-top: 60px;
    padding: 20px;
    place-items: center;
    border: 1px dashed var(--color-white-border-strong);
    border-radius: 50%;
    text-align: center;
}

.nextport-split__route strong {
    font-size: 2rem;
}

.nextport-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.nextport-checklist li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--color-text-muted);
}

.nextport-checklist li::before {
    flex: 0 0 auto;
    color: var(--color-accent);
    content: "✓";
    font-weight: 900;
}

.nextport-destination-card__image,
.nextport-tour-card__image {
    display: block;
    width: 100%;
    height: 190px;
    min-height: 190px;
    object-fit: cover;
    object-position: center;
    background-color: var(--color-primary-dark);
}

.nextport-destination-card h3,
.nextport-tour-card h3 {
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.nextport-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 13px;
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nextport-promo {
    overflow: hidden;
    background: var(--color-primary-dark);
    color: var(--color-surface);
}

.nextport-promo__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 50px;
    align-items: center;
}

.nextport-promo h2 {
    color: var(--color-surface);
    font-size: clamp(2rem, 4vw, 3.35rem);
}

.nextport-promo p {
    max-width: 650px;
    color: var(--color-border);
}

.nextport-promo__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.nextport-promo__list li {
    padding: 13px 16px;
    border: 1px solid var(--color-border-overlay);
    border-radius: var(--border-radius-sm);
    background: var(--color-surface-overlay);
    color: var(--color-border);
}

.nextport-promo__visual {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    padding: 30px;
    border: 1px solid var(--color-border-overlay);
    border-radius: var(--border-radius-lg);
    background: var(--color-primary-dark);
}

.nextport-promo__visual > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nextport-promo__visual-secondary {
    z-index: 2;
    top: auto;
    right: 24px;
    bottom: 24px;
    left: auto;
    width: 42% !important;
    height: 132px !important;
    border: 4px solid var(--color-surface);
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-md);
}

.nextport-promo__visual::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(145deg, var(--color-dark-overlay-soft), var(--color-dark-overlay));
    content: "";
}

.nextport-promo__visual-inner {
    position: relative;
    z-index: 3;
    display: grid;
    min-height: 248px;
    place-items: center;
    border: 1px dashed var(--color-white-border);
    border-radius: var(--border-radius-md);
    color: var(--color-surface);
    text-align: center;
}

.nextport-promo__visual-inner strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 3rem;
}

.nextport-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    counter-reset: process;
}

.nextport-process__item {
    position: relative;
    padding: 28px 22px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-md);
    background: var(--color-surface);
}

.nextport-process__item::before {
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 26px;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-surface);
    content: counter(process, decimal-leading-zero);
    counter-increment: process;
    font-family: var(--font-heading);
    font-weight: 900;
    line-height: 38px;
    text-align: center;
}

.nextport-process__item p {
    color: var(--color-text-muted);
}

.nextport-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nextport-trust-grid li {
    padding: 20px;
    border-left: 4px solid var(--color-accent);
    border-radius: 0 var(--border-radius-sm) var(--border-radius-sm) 0;
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
    font-weight: 800;
}

.nextport-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.nextport-testimonial {
    padding: 28px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-md);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}

.nextport-testimonial__quote {
    color: var(--color-primary-dark);
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
}

.nextport-testimonial__label {
    margin-top: 24px;
    color: var(--color-text-muted);
    font-size: 0.75rem;
    font-weight: 800;
}

.nextport-cta {
    padding: 72px 0;
    background: var(--color-primary);
    color: var(--color-surface);
}

.nextport-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.nextport-cta h2 {
    color: var(--color-surface);
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.nextport-cta p {
    margin: 0;
    color: var(--color-border);
}

.nextport-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nextport-site-footer {
    padding: 68px 0 24px;
    background: var(--color-dark);
    color: var(--color-border);
}

.nextport-site-footer__grid {
    display: grid;
    grid-template-columns: 1.35fr 0.8fr 0.8fr 1fr;
    gap: 42px;
    padding-bottom: 46px;
}

.nextport-site-footer h2,
.nextport-site-footer h3 {
    color: var(--color-surface);
}

.nextport-site-footer h3 {
    font-size: 1rem;
}

.nextport-site-footer p {
    max-width: 330px;
    color: var(--color-border);
    font-size: 0.9rem;
}

.nextport-site-footer__links,
.nextport-site-footer__contact {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nextport-site-footer__links a,
.nextport-site-footer__contact a {
    color: var(--color-border);
    font-size: 0.88rem;
    text-decoration: none;
}

.nextport-site-footer__links a:hover,
.nextport-site-footer__contact a:hover {
    color: var(--color-accent);
}

.nextport-site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid var(--color-border-overlay);
    color: var(--color-text-muted);
    font-size: 0.8rem;
}

.nextport-site-footer__bottom p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: inherit;
}

@media (max-width: 1080px) {
    .nextport-nav {
        gap: 12px;
    }

    .nextport-nav__links {
        gap: 13px;
    }

    .nextport-card-grid,
    .nextport-request__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nextport-site-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .nextport-info-bar__inner {
        padding: 8px 0;
    }

    .nextport-info-bar__note {
        display: none;
    }

    .nextport-main-header__inner {
        min-height: 90px;
    }

    .nextport-nav__toggle {
        display: block;
    }

    .nextport-nav__links {
        position: absolute;
        top: 100%;
        right: 20px;
        left: 20px;
        display: none;
        padding: 14px;
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius-md);
        background: var(--color-surface);
        box-shadow: var(--shadow-md);
    }

    .nextport-nav__links.is-open {
        display: grid;
        gap: 0;
    }

    .nextport-nav__links li a {
        display: block;
        padding: 12px 10px;
    }

    .nextport-nav__cta {
        display: none;
    }

    .nextport-hero__grid,
    .nextport-split,
    .nextport-promo__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .nextport-hero__visual {
        min-height: 360px;
    }

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

    .nextport-trust-grid,
    .nextport-testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nextport-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .nextport-container {
        width: min(100% - 28px, var(--container-width));
    }

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

    .nextport-info-bar__items {
        gap: 5px 14px;
        font-size: 0.72rem;
    }

    .nextport-brand__text {
        font-size: 0.88rem;
    }

    .nextport-brand__text small {
        font-size: 0.46rem;
    }

    .nextport-hero {
        padding: 68px 0 58px;
    }

    .nextport-hero__visual {
        min-height: 310px;
        padding: 18px;
    }

    .nextport-brand__image {
        width: 94px;
        max-height: 76px;
    }

    .nextport-request {
        margin-top: -22px;
    }

    .nextport-request__grid,
    .nextport-card-grid,
    .nextport-checklist,
    .nextport-promo__list,
    .nextport-process,
    .nextport-trust-grid,
    .nextport-testimonial-grid,
    .nextport-site-footer__grid {
        grid-template-columns: 1fr;
    }

    .nextport-card-grid,
    .nextport-request__grid {
        gap: 14px;
    }

    .nextport-request__grid {
        gap: 1px;
    }

    .nextport-request__item {
        min-height: 116px;
    }

    .nextport-split__visual {
        min-height: 340px;
    }

    .nextport-split__route {
        margin-top: 34px;
    }

    .nextport-site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Phase 3 consultation and blog components. */
.nextport-page-hero {
    padding: 92px 0 72px;
}

.nextport-page-hero h1 {
    max-width: 900px;
    font-size: clamp(2.6rem, 6vw, 5.2rem);
}

.nextport-page-hero > .nextport-container > p:not(.nextport-section__eyebrow) {
    max-width: 760px;
    color: var(--color-text-muted);
    font-size: 1.1rem;
}

.nextport-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 26px;
    color: var(--color-text-muted);
    font-size: 0.85rem;
}

.nextport-breadcrumbs a {
    font-weight: 800;
}

.nextport-consultation-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 54px;
    align-items: start;
}

.nextport-consultation-form-wrap,
.nextport-info-card,
.nextport-empty-state {
    padding: 30px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}

.nextport-consultation-form-wrap h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.nextport-consultation-form-wrap > p:not(.nextport-section__eyebrow) {
    color: var(--color-text-muted);
}

.nextport-consultation-aside {
    display: grid;
    gap: 18px;
}

.nextport-info-card {
    background: var(--color-background);
}

.nextport-info-card h2 {
    font-size: 1.55rem;
}

.nextport-checklist--stacked {
    grid-template-columns: 1fr;
    gap: 12px;
}

.nextport-step-list {
    display: grid;
    gap: 14px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    counter-reset: nextport-step;
}

.nextport-step-list li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    color: var(--color-text-muted);
    counter-increment: nextport-step;
}

.nextport-step-list li::before {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-surface);
    content: counter(nextport-step);
    font-weight: 800;
}

.nextport-contact-list {
    display: grid;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.nextport-contact-list strong {
    color: var(--color-primary-dark);
}

.nextport-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0 18px;
}

.nextport-form-field {
    display: grid;
    gap: 7px;
    margin-bottom: 18px;
}

.nextport-form-field label,
.nextport-consent {
    color: var(--color-primary-dark);
    font-size: 0.88rem;
    font-weight: 800;
}

.nextport-form-field input,
.nextport-form-field select,
.nextport-form-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-sm);
    background: var(--color-surface);
    color: var(--color-text);
    font: inherit;
}

.nextport-form-field textarea {
    min-height: 150px;
    resize: vertical;
}

.nextport-form-field input:focus,
.nextport-form-field select:focus,
.nextport-form-field textarea:focus {
    border-color: var(--color-primary);
    outline: 3px solid var(--color-secondary-overlay);
}

.nextport-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 6px 0 22px;
    color: var(--color-text-muted);
    font-weight: 600;
}

.nextport-consent input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: var(--color-primary);
}

.nextport-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.nextport-status {
    margin-bottom: 24px;
    padding: 16px 18px;
    border-left: 4px solid var(--color-primary);
    border-radius: var(--border-radius-sm);
    background: var(--color-background);
}

.nextport-status p,
.nextport-status ul {
    margin-bottom: 0;
}

.nextport-status--success {
    border-color: var(--color-success);
}

.nextport-status--error {
    border-color: var(--color-error);
}

.nextport-status--error ul {
    padding-left: 20px;
}

.nextport-section__heading--with-action {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: end;
    max-width: none;
}

.nextport-blog-featured {
    margin-bottom: 28px;
}

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

.nextport-post-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}

.nextport-post-card__media {
    display: block;
    height: 220px;
    overflow: hidden;
    background: var(--color-primary-dark);
}

.nextport-post-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.nextport-post-card:hover .nextport-post-card__media img {
    transform: scale(1.03);
}

.nextport-post-card__body {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 24px;
}

.nextport-post-card__body h2 {
    margin-bottom: 12px;
    font-size: 1.35rem;
}

.nextport-post-card__body h2 a {
    color: var(--color-dark);
    text-decoration: none;
}

.nextport-post-card__body h2 a:hover {
    color: var(--color-primary);
}

.nextport-post-card__body > p {
    color: var(--color-text-muted);
}

.nextport-post-card__body .nextport-text-link {
    margin-top: auto;
}

.nextport-post-card--featured {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.nextport-post-card--featured .nextport-post-card__media {
    height: 100%;
    min-height: 360px;
}

.nextport-post-card--featured .nextport-post-card__body {
    justify-content: center;
    padding: 42px;
}

.nextport-post-card--featured .nextport-post-card__body h2 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.nextport-post-meta,
.nextport-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    align-items: center;
    margin: 0 0 18px;
    color: var(--color-text-muted);
    font-size: 0.78rem;
}

.nextport-post-meta__category {
    color: var(--color-primary);
    font-weight: 800;
    text-decoration: none;
}

.nextport-pagination {
    margin-top: 42px;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-sm);
    background: var(--color-surface);
    text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--color-surface);
}

.nextport-empty-state {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.nextport-empty-state--compact {
    max-width: none;
    padding: 28px;
    background: var(--color-background);
}

.nextport-empty-state h2,
.nextport-empty-state h3 {
    font-size: 1.8rem;
}

.nextport-empty-state p:not(.nextport-section__eyebrow) {
    color: var(--color-text-muted);
}

.nextport-archive-description {
    max-width: 700px;
    color: var(--color-text-muted);
}

.nextport-article__header {
    padding: 44px 0 78px;
}

.nextport-article__header-inner {
    max-width: 920px;
}

.nextport-article__header h1 {
    margin-top: 18px;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.nextport-article__excerpt {
    max-width: 760px;
    color: var(--color-text-muted);
    font-size: 1.15rem;
}

.nextport-article__layout {
    margin-top: -38px;
}

.nextport-article__main {
    max-width: 900px;
    margin: 0 auto;
}

.nextport-article__featured-image {
    margin: 0 0 42px;
    overflow: hidden;
    border-radius: var(--border-radius-lg);
    background: var(--color-primary-dark);
    box-shadow: var(--shadow-md);
}

.nextport-article__featured-image img {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: cover;
}

.nextport-article__content {
    max-width: 780px;
    margin: 0 auto;
    font-size: 1.08rem;
}

.nextport-article__content h2,
.nextport-article__content h3,
.nextport-article__content h4,
.nextport-article__content h5,
.nextport-article__content h6 {
    margin-top: 2.2em;
}

.nextport-article__content p,
.nextport-article__content ul,
.nextport-article__content ol,
.nextport-article__content blockquote,
.nextport-article__content table {
    margin-bottom: 1.35em;
}

.nextport-article__content ul,
.nextport-article__content ol {
    padding-left: 1.5em;
}

.nextport-article__content blockquote {
    margin-right: 0;
    margin-left: 0;
    padding: 18px 24px;
    border-left: 4px solid var(--color-accent);
    background: var(--color-background);
    color: var(--color-primary-dark);
    font-size: 1.2rem;
    font-style: italic;
}

.nextport-article__content img,
.nextport-article__content video,
.nextport-article__content iframe {
    max-width: 100%;
}

.nextport-article__content figure {
    max-width: 100%;
    margin: 1.6em 0;
}

.nextport-article__content figcaption {
    color: var(--color-text-muted);
    font-size: 0.82rem;
    text-align: center;
}

.nextport-article__content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.nextport-article__content th,
.nextport-article__content td {
    min-width: 140px;
    padding: 10px 12px;
    border: 1px solid var(--color-border);
    text-align: left;
}

.nextport-article__content pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 18px;
    border-radius: var(--border-radius-sm);
    background: var(--color-dark);
    color: var(--color-surface);
}

.nextport-article__content code {
    overflow-wrap: anywhere;
}

.nextport-article__taxonomies {
    display: grid;
    gap: 8px;
    margin: 36px auto 0;
    padding: 20px 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text-muted);
}

.nextport-article__taxonomies a {
    font-weight: 700;
}

.nextport-share {
    margin: 36px auto 0;
}

.nextport-share h2 {
    font-size: 1.3rem;
}

.nextport-share__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.nextport-share__links a,
.nextport-copy-link {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-sm);
    background: var(--color-surface);
    color: var(--color-primary-dark);
    font: inherit;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.nextport-share__links a:hover,
.nextport-copy-link:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.nextport-copy-link__status {
    color: var(--color-success);
    font-size: 0.82rem;
}

.nextport-article-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 46px;
}

.nextport-article-navigation > div {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-md);
    background: var(--color-background);
}

.nextport-article-navigation a {
    display: grid;
    gap: 6px;
    text-decoration: none;
}

.nextport-article-navigation span {
    color: var(--color-text-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nextport-article-navigation strong {
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .nextport-consultation-layout {
        grid-template-columns: 1fr;
    }

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

    .nextport-post-card--featured {
        grid-template-columns: 1fr;
    }

    .nextport-post-card--featured .nextport-post-card__media {
        min-height: 280px;
    }
}

@media (max-width: 600px) {
    .nextport-page-hero {
        padding: 68px 0 54px;
    }

    .nextport-consultation-form-wrap,
    .nextport-info-card,
    .nextport-empty-state {
        padding: 22px;
    }

    .nextport-form-grid,
    .nextport-blog-grid,
    .nextport-article-navigation {
        grid-template-columns: 1fr;
    }

    .nextport-section__heading--with-action {
        display: grid;
        align-items: start;
    }

    .nextport-post-card--featured .nextport-post-card__body {
        padding: 26px 22px;
    }

    .nextport-article__header {
        padding: 30px 0 60px;
    }

    .nextport-article__layout {
        margin-top: -26px;
    }

    .nextport-article__content {
        font-size: 1rem;
    }
}

/* Phase 4 header redesign: presentation-only overrides. */
.nextport-site-header {
    position: relative;
    z-index: 20;
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm);
}

.nextport-info-bar {
    background: var(--color-dark);
}

.nextport-info-bar__inner {
    min-height: 32px;
}

.nextport-info-bar__items {
    gap: 8px 20px;
}

.nextport-main-header__inner {
    display: grid;
    grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    min-height: 90px;
}

.nextport-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.nextport-brand__image {
    display: block;
    width: 190px;
    height: 72px;
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
    object-position: left center;
}

.nextport-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.nextport-nav__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 1.5vw, 22px);
    min-width: 0;
}

.nextport-nav__links > li {
    position: relative;
}

.nextport-nav__links > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--color-text);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.nextport-nav__links .menu-item-has-children > a::after {
    margin-left: 6px;
    color: var(--color-text-muted);
    content: "⌄";
    font-size: 0.82em;
    line-height: 1;
}

.nextport-nav__links .sub-menu {
    position: absolute;
    top: 100%;
    left: -12px;
    z-index: 30;
    display: none;
    min-width: 210px;
    margin: 0;
    padding: 8px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-md);
    background: var(--color-surface);
    box-shadow: var(--shadow-md);
    list-style: none;
}

.nextport-nav__links .menu-item-has-children:hover > .sub-menu,
.nextport-nav__links .menu-item-has-children:focus-within > .sub-menu,
.nextport-nav__links .menu-item-has-children.is-submenu-open > .sub-menu {
    display: grid;
    gap: 2px;
}

.nextport-nav__links .sub-menu a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 10px;
    border-radius: var(--border-radius-sm);
    color: var(--color-text);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.nextport-nav__links .sub-menu a:hover,
.nextport-nav__links .sub-menu a:focus-visible {
    background: var(--color-background);
    color: var(--color-primary);
}

.nextport-nav__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    white-space: nowrap;
}

@media (max-width: 1100px) and (min-width: 901px) {
    .nextport-main-header__inner {
        grid-template-columns: minmax(150px, 170px) minmax(0, 1fr);
        gap: 16px;
    }

    .nextport-brand__image {
        width: 160px;
    }

    .nextport-nav {
        gap: 14px;
    }

    .nextport-nav__links {
        gap: 10px;
    }

    .nextport-nav__links > li > a {
        font-size: 0.77rem;
    }

    .nextport-nav__cta {
        min-width: 156px;
    }
}

@media (max-width: 900px) {
    .nextport-main-header__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 82px;
        gap: 16px;
    }

    .nextport-brand__image {
        width: 140px;
        height: 68px;
    }

    .nextport-nav {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .nextport-nav__toggle {
        display: grid;
        flex: 0 0 44px;
        place-items: center;
        width: 44px;
        height: 44px;
        margin: 0;
        border-color: var(--color-border);
        border-radius: var(--border-radius-sm);
        background: var(--color-surface);
    }

    .nextport-nav__drawer {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        z-index: 25;
        display: none;
        width: min(370px, calc(100vw - 28px));
        max-width: calc(100vw - 28px);
        max-height: calc(100vh - 112px);
        overflow-y: auto;
        padding: 10px;
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius-md);
        background: var(--color-surface);
        box-shadow: var(--shadow-md);
    }

    .nextport-nav__drawer.is-open {
        display: grid;
        gap: 10px;
    }

    .nextport-nav__links {
        position: static;
        display: none;
        width: auto;
        max-width: none;
        max-height: none;
        overflow: visible;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .nextport-nav__links.is-open {
        display: grid;
        gap: 2px;
    }

    .nextport-nav__links > li > a {
        display: flex;
        justify-content: space-between;
        min-height: 44px;
        padding: 9px 10px;
        border-radius: var(--border-radius-sm);
    }

    .nextport-nav__links > li > a:hover,
    .nextport-nav__links > li > a:focus-visible {
        background: var(--color-background);
    }

    .nextport-nav__links .sub-menu {
        position: static;
        display: none;
        min-width: 0;
        margin: 0 0 4px;
        padding: 0 0 0 10px;
        border: 0;
        border-left: 2px solid var(--color-primary);
        border-radius: 0;
        box-shadow: none;
    }

    .nextport-nav__links .sub-menu a {
        min-height: 40px;
        white-space: normal;
    }

    .nextport-nav__contact {
        display: grid;
        gap: 2px;
        padding-top: 10px;
        border-top: 1px solid var(--color-border);
    }

    .nextport-nav__contact a {
        display: block;
        padding: 9px 10px;
        color: var(--color-primary-dark);
        font-size: 0.82rem;
        font-weight: 700;
        overflow-wrap: anywhere;
        text-decoration: none;
    }

    .nextport-nav__contact a:hover,
    .nextport-nav__contact a:focus-visible {
        background: var(--color-background);
        color: var(--color-primary);
    }

    .nextport-nav__cta {
        display: inline-flex;
        min-width: 0;
    }
}

@media (max-width: 600px) {
    .nextport-info-bar__items {
        gap: 6px 12px;
    }

    .nextport-main-header__inner {
        gap: 10px;
    }

    .nextport-brand__image {
        width: 104px;
        height: 62px;
    }

    .nextport-nav {
        gap: 6px;
    }

    .nextport-nav__cta {
        padding: 8px 9px;
        font-size: 0.7rem;
    }
}

@media (max-width: 360px) {
    .nextport-main-header__inner {
        gap: 6px;
    }

    .nextport-brand__image {
        width: 92px;
    }

    .nextport-nav__cta {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 0.64rem;
    }

    .nextport-nav__toggle {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }
}

/* Phase 5 reusable page banners and service-page components. */
.nextport-page-banner {
    position: relative;
    isolation: isolate;
    min-height: 520px;
    overflow: hidden;
    background: var(--color-dark);
    color: var(--color-surface);
}

.nextport-page-banner__media,
.nextport-page-banner__overlay {
    position: absolute;
    inset: 0;
}

.nextport-page-banner__media {
    z-index: 0;
}

.nextport-page-banner__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nextport-page-banner__overlay {
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        var(--banner-overlay-dark) 0%,
        var(--banner-overlay-medium) 48%,
        var(--banner-overlay-light) 100%
    );
}

.nextport-page-banner__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 520px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 48px;
}

.nextport-page-banner__eyebrow {
    margin: 0 0 14px;
    color: var(--color-accent);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nextport-page-banner h1,
.nextport-page-banner__subtitle {
    max-width: 840px;
    color: var(--color-surface);
    text-shadow: var(--banner-text-shadow);
}

.nextport-page-banner h1 {
    margin-bottom: 18px;
    font-size: clamp(2.6rem, 6vw, 5.4rem);
}

.nextport-page-banner__subtitle {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.nextport-page-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.nextport-page-banner .nextport-button:focus-visible {
    outline-color: var(--color-accent);
    outline-offset: 4px;
}

.nextport-page-banner .nextport-breadcrumbs {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.78);
    text-shadow: var(--banner-text-shadow);
}

.nextport-page-banner .nextport-breadcrumbs a {
    color: var(--color-surface);
}

.nextport-page-banner__eyebrow.nextport-reveal {
    --nextport-reveal-delay: 70ms;
}

.nextport-page-banner__inner > h1.nextport-reveal {
    --nextport-reveal-delay: 130ms;
}

.nextport-page-banner__subtitle.nextport-reveal {
    --nextport-reveal-delay: 190ms;
}

.nextport-page-banner__actions.nextport-reveal {
    --nextport-reveal-delay: 250ms;
}

.nextport-page-banner__breadcrumbs.nextport-reveal {
    --nextport-reveal-delay: 310ms;
}

.nextport-page-banner--visa {
    --banner-overlay-dark: rgba(3, 14, 30, 0.86);
    --banner-overlay-medium: rgba(5, 28, 58, 0.7);
    --banner-overlay-light: rgba(6, 38, 78, 0.42);
}

.nextport-page-banner--international {
    --banner-overlay-dark: rgba(3, 14, 30, 0.84);
    --banner-overlay-medium: rgba(5, 28, 58, 0.68);
    --banner-overlay-light: rgba(6, 38, 78, 0.4);
    --banner-overlay-position: 58% center;
}

.nextport-page-banner--international .nextport-page-banner__media img {
    object-position: var(--banner-overlay-position, center);
}

.nextport-page-banner--local {
    --banner-overlay-dark: rgba(3, 14, 30, 0.86);
    --banner-overlay-medium: rgba(5, 28, 58, 0.72);
    --banner-overlay-light: rgba(6, 38, 78, 0.46);
}

.nextport-page-banner--blog {
    --banner-overlay-dark: rgba(3, 14, 30, 0.84);
    --banner-overlay-medium: rgba(5, 28, 58, 0.7);
    --banner-overlay-light: rgba(6, 38, 78, 0.44);
}

.nextport-page-intro {
    max-width: 860px;
    text-align: center;
}

.nextport-page-intro .nextport-section__eyebrow {
    justify-content: center;
}

.nextport-page-intro h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.nextport-page-intro > p:last-child {
    margin-right: auto;
    margin-left: auto;
    color: var(--color-text-muted);
    font-size: 1.08rem;
}

.nextport-detail-grid,
.nextport-destination-grid,
.nextport-tour-destination-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.nextport-detail-card,
.nextport-destination-card,
.nextport-tour-destination-card,
.nextport-process-card {
    min-width: 0;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-md);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}

.nextport-detail-card {
    display: flex;
    min-height: 280px;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
}

.nextport-detail-card__icon,
.nextport-process-card > span {
    display: inline-grid;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-surface);
    font-size: 0.82rem;
    font-weight: 800;
}

.nextport-detail-card h3,
.nextport-destination-card h3,
.nextport-tour-destination-card h3,
.nextport-process-card h3 {
    font-size: 1.25rem;
}

.nextport-detail-card p,
.nextport-destination-card p,
.nextport-tour-destination-card p,
.nextport-process-card p {
    color: var(--color-text-muted);
}

.nextport-detail-card .nextport-text-link {
    margin-top: auto;
}

.nextport-two-column-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 64px;
    align-items: start;
}

.nextport-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nextport-feature-list li {
    position: relative;
    padding: 16px 18px 16px 46px;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-sm);
    background: var(--color-surface);
    font-weight: 700;
}

.nextport-feature-list li::before {
    position: absolute;
    top: 19px;
    left: 18px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-accent);
    content: "";
}

.nextport-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nextport-process-card {
    padding: 24px;
}

.nextport-process-card > span {
    margin-bottom: 20px;
    background: var(--color-accent);
    color: var(--color-dark);
}

.nextport-disclaimer {
    max-width: 920px;
    margin: 0 auto;
    padding: 34px 38px;
    border-left: 5px solid var(--color-accent);
    border-radius: var(--border-radius-md);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}

.nextport-disclaimer h2 {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.nextport-disclaimer p:last-child {
    margin-bottom: 0;
    color: var(--color-text-muted);
}

.nextport-final-cta {
    padding: 78px 0;
    background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
}

.nextport-final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.nextport-final-cta h2,
.nextport-final-cta .nextport-eyebrow {
    color: var(--color-surface);
}

.nextport-final-cta .nextport-eyebrow::before {
    background: var(--color-accent);
}

.nextport-destination-card,
.nextport-tour-destination-card {
    overflow: hidden;
}

.nextport-destination-card img,
.nextport-tour-destination-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.nextport-destination-card__body,
.nextport-tour-destination-card__body {
    padding: 24px;
}

.nextport-destination-card__body p:last-of-type,
.nextport-tour-destination-card__body p:last-of-type {
    margin-bottom: 0;
}

.nextport-destination-card .nextport-text-link,
.nextport-tour-destination-card .nextport-text-link {
    display: inline-block;
    margin-top: 18px;
}

.nextport-tour-destination-card__body {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    align-items: flex-start;
}

.nextport-tour-destination-card__best-for,
.nextport-tour-destination-card__quote {
    margin-bottom: 12px;
    font-size: 0.92rem;
}

.nextport-tour-destination-card__best-for strong,
.nextport-tour-destination-card__quote strong {
    color: var(--color-dark);
}

.nextport-tour-destination-card__quote {
    color: var(--color-primary-dark);
    font-weight: 800;
}

.nextport-tour-destination-card .nextport-text-link {
    margin-top: auto;
}

@media (max-width: 1280px) {
    .nextport-page-banner__inner,
    .nextport-container {
        width: min(100% - 48px, var(--container-width));
    }
}

@media (max-width: 1024px) {
    .nextport-page-banner,
    .nextport-page-banner__inner {
        min-height: 480px;
    }

    .nextport-detail-grid,
    .nextport-destination-grid,
    .nextport-tour-destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .nextport-two-column-section {
        gap: 36px;
    }
}

@media (max-width: 768px) {
    .nextport-page-banner__inner {
        padding-top: 54px;
        padding-bottom: 38px;
    }

    .nextport-page-banner__overlay {
        background: linear-gradient(
            90deg,
            var(--banner-overlay-dark) 0%,
            var(--banner-overlay-medium) 52%,
            var(--banner-overlay-light) 100%
        );
    }

    .nextport-two-column-section,
    .nextport-final-cta__inner {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .nextport-two-column-section {
        display: grid;
    }

    .nextport-feature-list {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .nextport-page-banner,
    .nextport-page-banner__inner {
        min-height: 540px;
    }

    .nextport-page-banner h1 {
        font-size: clamp(2.25rem, 12vw, 3.5rem);
    }

    .nextport-page-banner__actions,
    .nextport-page-banner__actions .nextport-button,
    .nextport-final-cta .nextport-button {
        width: 100%;
    }

    .nextport-detail-grid,
    .nextport-destination-grid,
    .nextport-tour-destination-grid,
    .nextport-process-grid,
    .nextport-feature-list {
        grid-template-columns: 1fr;
    }

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

    .nextport-detail-card,
    .nextport-disclaimer,
    .nextport-process-card,
    .nextport-destination-card__body,
    .nextport-tour-destination-card__body {
        padding: 22px;
    }
}

@media (max-width: 390px) {
    .nextport-container,
    .nextport-page-banner__inner {
        width: min(100% - 28px, var(--container-width));
    }

    .nextport-page-banner,
    .nextport-page-banner__inner {
        min-height: 560px;
    }

    .nextport-page-banner__eyebrow {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }

    .nextport-page-banner h1 {
        font-size: 2.2rem;
    }

    .nextport-page-banner__subtitle {
        font-size: 0.96rem;
    }
}

/* Audited typography map and lightweight progressive-enhancement motion. */
body,
button,
input,
textarea,
select {
    font-family: var(--font-body);
    font-weight: var(--font-weight-body);
    line-height: var(--line-height-body);
    letter-spacing: var(--letter-spacing-body);
}

body {
    font-size: var(--font-size-body);
}

button,
input,
textarea,
select {
    font-size: 1rem;
}

.nextport-consultation-form input,
.nextport-consultation-form textarea,
.nextport-consultation-form select {
    font-size: var(--font-size-small);
}

h1,
h2,
h3,
h4,
.nextport-brand,
.nextport-visual-card,
.nextport-logo-panel,
.nextport-site-footer__heading {
    font-family: var(--font-display);
    font-weight: var(--font-weight-heading);
}

h1,
h2,
h3,
h4 {
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-heading);
}

.nextport-nav__links a,
.nextport-nav__contact a,
.nextport-button,
.nextport-info-bar,
.nextport-breadcrumbs {
    font-family: var(--font-navigation);
    font-weight: var(--font-weight-navigation);
    letter-spacing: var(--letter-spacing-navigation);
}

.nextport-nav__links > li > a,
.nextport-nav__links .sub-menu a {
    font-family: var(--font-navigation);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: var(--font-weight-navigation);
}

.nextport-hero h1 {
    font-family: var(--font-display);
    font-size: var(--font-size-display);
    font-weight: var(--font-weight-heading);
    line-height: 1;
}

.nextport-section__heading h2,
.nextport-page-intro h2,
.nextport-two-column-section h2,
.nextport-final-cta h2,
.nextport-cta h2 {
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-heading);
}

.nextport-page-banner h1,
.nextport-page-hero h1,
.nextport-article__header h1 {
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-heading);
    line-height: 1;
}

.nextport-section__heading p,
.nextport-page-intro p,
.nextport-promo p,
.nextport-hero > .nextport-container > div > p:not(.nextport-eyebrow) {
    font-size: var(--font-size-body-large);
}

.nextport-card__meta,
.nextport-post-card__meta,
.nextport-post-meta,
.nextport-page-banner__eyebrow,
.nextport-section__eyebrow,
.nextport-eyebrow {
    font-size: var(--font-size-meta);
}

[id] {
    scroll-margin-top: 24px;
}

.nextport-reveal,
.nextport-stagger > * {
    --nextport-reveal-delay: 0ms;
}

.nextport-motion-enabled .nextport-reveal,
.nextport-motion-enabled .nextport-stagger > * {
    opacity: 0;
    transform: translate3d(0, var(--motion-distance), 0);
    transition: opacity var(--motion-duration) var(--motion-ease), transform var(--motion-duration) var(--motion-ease);
    transition-delay: var(--nextport-reveal-delay);
}

.nextport-motion-enabled .nextport-reveal--left {
    transform: translate3d(calc(var(--motion-distance) * -1), 0, 0);
}

.nextport-motion-enabled .nextport-reveal--right {
    transform: translate3d(var(--motion-distance), 0, 0);
}

.nextport-motion-enabled .nextport-reveal--down {
    transform: translate3d(0, calc(var(--motion-distance) * -1), 0);
}

.nextport-motion-enabled .nextport-reveal--scale {
    transform: scale(0.96);
}

.nextport-motion-enabled .nextport-reveal--image {
    transform: scale(0.98);
}

.nextport-motion-enabled .nextport-reveal--fade {
    transform: none;
}

.nextport-motion-enabled .nextport-reveal.is-visible,
.nextport-motion-enabled .nextport-stagger > *.is-visible {
    opacity: 1;
    transform: none;
}

@media (hover: hover) and (pointer: fine) {
    .nextport-motion-enabled .nextport-card,
    .nextport-motion-enabled .nextport-post-card,
    .nextport-motion-enabled .nextport-testimonial {
        will-change: transform;
    }

    .nextport-card:hover,
    .nextport-post-card:hover,
    .nextport-testimonial:hover,
    .nextport-feature-list li:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
    }

    .nextport-card:hover .nextport-destination-card__image,
    .nextport-card:hover .nextport-tour-card__image,
    .nextport-post-card:hover .nextport-post-card__media img,
    .nextport-card:hover .nextport-tour-card__media img {
        transform: scale(1.03);
    }
}

.nextport-card:focus-within,
.nextport-post-card:focus-within,
.nextport-testimonial:focus-within,
.nextport-feature-list li:focus-within {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.nextport-button,
.nextport-text-link,
.nextport-share__links a,
.nextport-copy-link,
.nextport-nav__links a,
.nextport-site-footer__links a,
.nextport-site-footer__contact a {
    transition: color var(--motion-duration-fast) var(--motion-ease-standard),
        background-color var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        transform var(--motion-duration-fast) var(--motion-ease-standard);
}

.nextport-text-link:hover,
.nextport-text-link:focus-visible {
    transform: translateY(-2px);
}

.nextport-post-card,
.nextport-testimonial,
.nextport-feature-list li {
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard);
}

.nextport-button:focus-visible,
.nextport-text-link:focus-visible,
.nextport-share__links a:focus-visible,
.nextport-copy-link:focus-visible,
.nextport-nav__links a:focus-visible,
.nextport-site-footer__links a:focus-visible,
.nextport-site-footer__contact a:focus-visible {
    transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .nextport-motion-enabled .nextport-reveal,
    .nextport-motion-enabled .nextport-stagger > *,
    .nextport-motion-enabled .nextport-reveal--left,
    .nextport-motion-enabled .nextport-reveal--right,
    .nextport-motion-enabled .nextport-reveal--down,
    .nextport-motion-enabled .nextport-reveal--scale,
    .nextport-motion-enabled .nextport-reveal--image,
    .nextport-motion-enabled .nextport-reveal--fade {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (hover: none), (pointer: coarse) {
    .nextport-button:hover,
    .nextport-request__item:hover,
    .nextport-card:hover,
    .nextport-post-card:hover {
        transform: none;
    }

    .nextport-card:hover .nextport-destination-card__image,
    .nextport-card:hover .nextport-tour-card__image,
    .nextport-post-card:hover .nextport-post-card__media img,
    .nextport-card:hover .nextport-tour-card__media img {
        transform: none;
    }
}

@media (max-width: 600px) {
    :root {
        --motion-duration: 560ms;
        --motion-delay-step: 60ms;
        --motion-distance: 16px;
    }
}

@media (max-width: 320px) {
    .nextport-container,
    .nextport-page-banner__inner {
        width: min(100% - 24px, var(--container-width));
    }

    .nextport-page-banner h1 {
        font-size: 2rem;
    }

    .nextport-detail-card,
    .nextport-disclaimer,
    .nextport-process-card,
    .nextport-destination-card__body,
    .nextport-tour-destination-card__body {
        padding: 18px;
    }
}

/* Contact and narrow-screen overflow safeguards. */
.nextport-info-bar__items,
.nextport-info-bar__items li,
.nextport-site-footer__grid > *,
.nextport-consultation-layout > *,
.nextport-hero__grid > *,
.nextport-split > *,
.nextport-promo__grid > * {
    min-width: 0;
}

.nextport-info-bar__items a,
.nextport-info-bar__note a,
.nextport-site-footer__contact li,
.nextport-site-footer__contact a,
.nextport-contact-list li,
.nextport-contact-list a {
    overflow-wrap: anywhere;
}

.nextport-site-footer__contact strong {
    color: var(--color-surface);
}

.nextport-cta__actions .nextport-button {
    max-width: 100%;
}

@media (max-width: 600px) {
    .nextport-info-bar__inner {
        align-items: flex-start;
    }

    .nextport-info-bar__items {
        width: 100%;
    }

    .nextport-cta__actions {
        width: 100%;
    }

    .nextport-cta__actions .nextport-button {
        flex: 1 1 180px;
        width: 100%;
    }
}

@media (max-width: 390px) {
    .nextport-info-bar__items {
        gap: 4px 10px;
        font-size: 0.68rem;
    }

    .nextport-nav__drawer {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }
}

/* Scoped homepage destination card proportions. */
#destinations .nextport-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

#destinations .nextport-destination-card {
    height: 100%;
    border-radius: var(--border-radius-lg);
    transition: transform var(--motion-duration-fast) ease, box-shadow var(--motion-duration-fast) ease;
}

#destinations .nextport-destination-card img,
#destinations .nextport-destination-card__image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1.08 / 1;
    object-fit: cover;
}

#destinations .nextport-destination-card .nextport-card__body {
    display: flex;
    min-height: 260px;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

#destinations .nextport-destination-card .nextport-text-link {
    min-height: 44px;
    margin-top: auto;
}

@media (hover: hover) and (pointer: fine) {
    #destinations .nextport-destination-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
    }
}

@media (max-width: 1024px) {
    #destinations .nextport-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .nextport-page-banner__overlay {
        background: linear-gradient(
            90deg,
            var(--banner-overlay-dark) 0%,
            var(--banner-overlay-medium) 72%,
            var(--banner-overlay-light) 100%
        );
    }

    #destinations .nextport-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #destinations .nextport-destination-card .nextport-card__body {
        min-height: 0;
        padding: 22px;
    }
}

@media (max-width: 320px) {
    #destinations .nextport-destination-card .nextport-card__body {
        padding: 18px;
    }
}

/* Keep the homepage local-tour cards in the same design system as destinations. */
#local-tours .nextport-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

#local-tours .nextport-tour-card {
    height: 100%;
    border-radius: var(--border-radius-lg);
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard);
}

#local-tours .nextport-tour-card__media {
    width: 100%;
    aspect-ratio: 1.08 / 1;
    overflow: hidden;
    flex: 0 0 auto;
    background: var(--color-primary-dark);
}

#local-tours .nextport-tour-card__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
    transition: transform var(--motion-duration-slow) var(--motion-ease-standard);
}

#local-tours .nextport-tour-card .nextport-card__body {
    display: flex;
    min-height: 260px;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

#local-tours .nextport-tour-card .nextport-button {
    min-height: 44px;
    margin-top: auto;
}

@media (hover: hover) and (pointer: fine) {
    #local-tours .nextport-tour-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
    }
}

@media (max-width: 1024px) {
    #local-tours .nextport-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    #local-tours .nextport-card-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    #local-tours .nextport-tour-card .nextport-card__body {
        min-height: 0;
        padding: 22px;
    }
}

@media (max-width: 320px) {
    #local-tours .nextport-tour-card .nextport-card__body {
        padding: 18px;
    }
}

/* Homepage 2: isolated reference-inspired hero and inquiry panel. */
.nextport-homepage2 {
    background: #f3f7fb;
}

.nextport-homepage2-hero {
    position: relative;
    min-height: 972px;
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;
    background: linear-gradient(125deg, #071b35 0%, #0d3156 54%, #176080 100%);
}

.nextport-homepage2-hero__inner {
    position: relative;
    z-index: 2;
    width: min(1346px, calc(100% - 24px));
    min-height: 972px;
    margin: 0 auto;
    padding: 120px 12px 130px;
}

.nextport-homepage2-hero__glow,
.nextport-homepage2-hero__shape,
.nextport-homepage2-hero__cloud {
    position: absolute;
    pointer-events: none;
}

.nextport-homepage2-hero__glow {
    z-index: -1;
    top: -240px;
    right: -160px;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77, 183, 206, .35) 0%, rgba(77, 183, 206, 0) 68%);
}

.nextport-homepage2-hero__shape--left {
    top: 108px;
    left: -90px;
    width: 300px;
    height: 230px;
    border: 2px solid rgba(255, 255, 255, .14);
    border-radius: 46% 54% 62% 38%;
    transform: rotate(-20deg);
}

.nextport-homepage2-hero__shape--bottom {
    right: -80px;
    bottom: -220px;
    z-index: -1;
    width: 1040px;
    height: 440px;
    background: #f3f7fb;
    border-radius: 52% 48% 0 0 / 100% 100% 0 0;
    transform: rotate(-8deg);
    opacity: .98;
}

.nextport-homepage2-hero__copy {
    position: relative;
    z-index: 6;
    width: min(900px, 100%);
}

.nextport-homepage2-hero__intro {
    width: min(575px, 100%);
    margin: 0 0 76px;
}

.nextport-homepage2-hero__eyebrow {
    margin: 0 0 14px;
    color: #f2a35e;
    font-family: "Playball", cursive;
    font-size: 18px;
    line-height: 27px;
}

.nextport-homepage2-hero h1 {
    max-width: 575px;
    margin: 0;
    padding: 0 0 15px;
    color: #ffffff;
    font-family: "Wulkan Display", "Wulkan", Georgia, serif;
    font-size: clamp(50px, 4.45vw, 64px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.035em;
}

.nextport-homepage2-hero__description {
    max-width: 575px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 27px;
}

.nextport-homepage2-hero__cta {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    gap: 20px;
    padding: 14px 22px;
    border: 1px solid #eb662b;
    border-radius: 5px;
    color: #ffffff;
    background: #eb662b;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.nextport-homepage2-hero__cta:hover,
.nextport-homepage2-hero__cta:focus-visible {
    color: #ffffff;
    background: #c84e1e;
    border-color: #c84e1e;
    transform: translateY(-2px);
}

.nextport-homepage2-hero__cta-arrow {
    font-size: 22px;
    line-height: 1;
}

.nextport-homepage2-hero__visual {
    position: absolute;
    z-index: 3;
    top: 45px;
    right: -70px;
    width: min(810px, 62vw);
    height: 810px;
    pointer-events: none;
}

.nextport-homepage2-hero__main-image {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border: 16px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    box-shadow: 0 28px 80px rgba(2, 15, 31, .3);
    transform: rotate(4deg);
}

.nextport-homepage2-hero__main-image::after {
    position: absolute;
    inset: 10%;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 50%;
    content: "";
}

.nextport-homepage2-hero__main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 44%;
    transform: rotate(-4deg) scale(1.12);
}

.nextport-homepage2-hero__card {
    position: absolute;
    z-index: 4;
    margin: 0;
    overflow: hidden;
    border: 9px solid #ffffff;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(2, 15, 31, .32);
    transform: rotate(6deg);
}

.nextport-homepage2-hero__card::after {
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 12px;
    content: "";
}

.nextport-homepage2-hero__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nextport-homepage2-hero__card--family {
    top: 110px;
    left: 30px;
    width: 330px;
    height: 250px;
    transform: rotate(-8deg);
}

.nextport-homepage2-hero__card--business {
    right: 12px;
    bottom: 78px;
    width: 300px;
    height: 220px;
    transform: rotate(8deg);
}

.nextport-homepage2-hero__cloud {
    z-index: 2;
    width: 230px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    filter: blur(1px);
}

.nextport-homepage2-hero__cloud::before,
.nextport-homepage2-hero__cloud::after {
    position: absolute;
    bottom: 4px;
    border-radius: 50%;
    background: inherit;
    content: "";
}

.nextport-homepage2-hero__cloud::before {
    left: 32px;
    width: 86px;
    height: 86px;
}

.nextport-homepage2-hero__cloud::after {
    right: 27px;
    width: 112px;
    height: 112px;
}

.nextport-homepage2-hero__cloud--one {
    top: 75px;
    right: 105px;
    transform: scale(.85);
}

.nextport-homepage2-hero__cloud--two {
    top: 160px;
    right: -20px;
    transform: scale(.62);
    opacity: .65;
}

.nextport-homepage2-hero__route {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 32px;
    width: 88%;
    height: 65%;
    color: #ffffff;
}

.nextport-homepage2-hero__plane {
    position: absolute;
    z-index: 6;
    top: 54px;
    right: 100px;
    color: #f2a35e;
    font-size: 52px;
    line-height: 1;
    transform: rotate(-28deg);
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .25));
}

.nextport-homepage2-hero__badge {
    position: absolute;
    right: 116px;
    bottom: 112px;
    z-index: 7;
    display: grid;
    width: 116px;
    height: 116px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(8, 34, 61, .75);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transform: rotate(-12deg);
}

.nextport-homepage2-hero__badge span {
    color: #f2a35e;
    font-size: 12px;
}

.nextport-homepage2-search {
    position: relative;
    z-index: 8;
    width: min(900px, 100%);
    color: #102a43;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 22px 55px rgba(2, 15, 31, .26);
}

.nextport-homepage2-search__tabs {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 14px;
    gap: 4px;
    transform: translateY(-1px);
}

.nextport-homepage2-search__tab {
    min-width: 112px;
    min-height: 44px;
    padding: 9px 18px;
    border: 0;
    border-radius: 10px 10px 0 0;
    color: #45617b;
    background: #dcebf4;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.nextport-homepage2-search__tab:hover,
.nextport-homepage2-search__tab:focus-visible,
.nextport-homepage2-search__tab.is-active {
    color: #ffffff;
    background: #eb662b;
}

.nextport-homepage2-search__panels {
    padding: 24px 24px 26px;
}

.nextport-homepage2-search__panel {
    display: block;
}

.nextport-homepage2-search.is-enhanced .nextport-homepage2-search__panel:not(.is-active) {
    display: none;
}

.nextport-homepage2-search__form {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 14px;
}

.nextport-homepage2-search__field {
    display: grid;
    flex: 1 1 135px;
    gap: 7px;
    min-width: 0;
}

.nextport-homepage2-search__field--small {
    flex: 0 1 78px;
}

.nextport-homepage2-search__field label {
    color: #34516b;
    font-size: 12px;
    font-weight: 700;
}

.nextport-homepage2-search__field input,
.nextport-homepage2-search__field select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #d6e2ec;
    border-radius: 6px;
    color: #102a43;
    background: #ffffff;
    font: inherit;
    font-size: 13px;
}

.nextport-homepage2-search__field input:focus,
.nextport-homepage2-search__field select:focus {
    outline: 3px solid rgba(235, 102, 43, .28);
    outline-offset: 1px;
    border-color: #eb662b;
}

.nextport-homepage2-search__submit {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 10px 17px;
    border: 1px solid #eb662b;
    border-radius: 6px;
    color: #ffffff;
    background: #eb662b;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.nextport-homepage2-search__submit span {
    margin-left: 8px;
    font-size: 18px;
}

.nextport-homepage2-search__submit:hover,
.nextport-homepage2-search__submit:focus-visible {
    background: #c84e1e;
    transform: translateY(-2px);
}

@media (max-width: 1200px) {
    .nextport-homepage2-hero__visual {
        right: -220px;
    }
}

@media (max-width: 1024px) {
    .nextport-homepage2-hero__visual {
        display: none;
    }

    .nextport-homepage2-hero__inner {
        min-height: 900px;
        padding-top: 112px;
    }

    .nextport-homepage2-hero__copy {
        width: min(900px, 100%);
    }
}

@media (max-width: 700px) {
    .nextport-homepage2-hero {
        min-height: auto;
    }

    .nextport-homepage2-hero__inner {
        width: min(100% - 24px, 575px);
        min-height: 0;
        padding: 105px 0 80px;
    }

    .nextport-homepage2-hero__intro {
        margin-bottom: 64px;
    }

    .nextport-homepage2-hero h1 {
        font-size: clamp(40px, 12vw, 50px);
        line-height: 1;
    }

    .nextport-homepage2-hero__description {
        font-size: 16px;
        line-height: 24px;
    }

    .nextport-homepage2-search__tabs {
        width: 100%;
        justify-content: center;
        padding: 0 10px;
    }

    .nextport-homepage2-search__tab {
        flex: 1 1 0;
        min-width: 0;
        padding-right: 8px;
        padding-left: 8px;
    }

    .nextport-homepage2-search__panels {
        padding: 20px 18px 22px;
    }

    .nextport-homepage2-search__form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nextport-homepage2-search__field,
    .nextport-homepage2-search__field--small,
    .nextport-homepage2-search__submit {
        width: 100%;
    }

    .nextport-homepage2-search__submit {
        grid-column: 1 / -1;
    }
}

@media (max-width: 430px) {
    .nextport-homepage2-hero__inner {
        padding-top: 82px;
    }

    .nextport-homepage2-hero__intro {
        margin-bottom: 56px;
    }

    .nextport-homepage2-search__tabs {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .nextport-homepage2-search__tab {
        flex: 1 1 100px;
    }

    .nextport-homepage2-search__form {
        grid-template-columns: minmax(0, 1fr);
    }

    .nextport-homepage2-search__submit {
        grid-column: auto;
    }
}

@media (max-width: 320px) {
    .nextport-homepage2-hero__inner {
        padding-right: 0;
        padding-left: 0;
    }

    .nextport-homepage2-search__panels {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nextport-homepage2-hero__cta,
    .nextport-homepage2-search__submit,
    .nextport-homepage2-search__tab {
        transition: none;
    }
}
