.port-hero {
position: relative;
min-height: 420px;
background-size: cover;
background-position: center 40%;
background-color: #0B2D44;
display: flex;
align-items: flex-end;
}
.port-hero__overlay {
position: absolute;
inset: 0;
background: linear-gradient(
to top,
rgba(8,24,38,0.72) 0%,
rgba(8,24,38,0.20) 40%,
rgba(8,24,38,0.00) 100%
);
}
.port-hero__inner {
position: relative;
z-index: 2;
width: 100%;
max-width: 1200px;
margin-inline: auto;
padding: 1.25rem 1.5rem 2.5rem;
} .port-breadcrumb ol {
display: flex;
align-items: center;
gap: .3rem;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0 0 .75rem;
font-size: .78rem;
}
.port-breadcrumb a { color: rgba(255,255,255,.75); text-decoration: none; transition: color .15s; }
.port-breadcrumb a:hover { color: #fff; }
.port-breadcrumb li:last-child span { color: rgba(255,255,255,.55); }
.port-breadcrumb span[aria-hidden] { color: rgba(255,255,255,.4); margin: 0 .1rem; } .port-hero__title {
display: flex;
align-items: center;
gap: .75rem;
font-family: 'Outfit', sans-serif;
font-size: clamp(1.8rem, 5vw, 3rem);
font-weight: 800;
color: #fff;
line-height: 1.1;
margin: 0 0 .5rem;
letter-spacing: -.02em;
}
.port-hero__anchor { opacity: .8; flex-shrink: 0; }
.port-hero__subtitle {
font-size: .95rem;
color: rgba(255,255,255,.75);
margin: 0 0 1.25rem;
} .port-hero__facts {
display: flex;
flex-wrap: wrap;
gap: .6rem;
}
.port-fact {
display: inline-flex;
align-items: center;
gap: .4rem;
background: rgba(255,255,255,.12);
border: 1px solid rgba(255,255,255,.2);
backdrop-filter: blur(6px);
border-radius: 20px;
padding: .3rem .9rem;
font-size: .8rem;
color: rgba(255,255,255,.9);
} .port-body {
background: #F8FBFD;
padding-bottom: 4rem;
}
.port-body__container {
max-width: 1200px;
margin-inline: auto;
padding: 2.5rem 1.5rem;
display: grid;
grid-template-columns: 1fr 320px;
gap: 2.5rem;
align-items: start;
} .port-article { line-height: 1.82; color: #1F2933; }
.port-article h2 {
font-family: 'Outfit', sans-serif;
font-size: 1.45rem;
font-weight: 700;
color: #0B4F7A;
margin: 2rem 0 .75rem;
padding-bottom: .5rem;
border-bottom: 2px solid #DDE7EF;
}
.port-article h2:first-child { margin-top: 0; }
.port-article h3 {
font-family: 'Outfit', sans-serif;
font-size: 1.1rem;
font-weight: 700;
color: #1F2933;
margin: 1.5rem 0 .5rem;
}
.port-article p {
margin-bottom: 1rem;
font-size: .95rem;
}
.port-article ul, .port-article ol {
margin: .75rem 0 1rem 1.25rem;
}
.port-article li {
margin-bottom: .4rem;
font-size: .93rem;
}
.port-article strong { color: #0B4F7A; } .port-article .expert-tip {
background: linear-gradient(135deg, #EBF4FB, #E0F0FA);
border-left: 4px solid #0B4F7A;
border-radius: 0 10px 10px 0;
padding: 1rem 1.25rem;
margin: 1.5rem 0;
font-size: .9rem;
} .port-article .comparison-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
font-size: .88rem;
}
.port-article .comparison-table th,
.port-article .comparison-table td {
padding: .65rem 1rem;
border: 1px solid #DDE7EF;
text-align: left;
}
.port-article .comparison-table th {
background: #0B4F7A;
color: #fff;
font-family: 'Outfit', sans-serif;
font-weight: 600;
}
.port-article .comparison-table tr:nth-child(even) td { background: #F4F8FB; } .port-article .faq-item {
border: 1px solid #DDE7EF;
border-radius: 10px;
margin-bottom: .75rem;
overflow: hidden;
background: #fff;
box-shadow: 0 1px 4px rgba(11,79,122,.05);
}
.port-article .faq-question {
font-family: 'Outfit', sans-serif;
font-size: .95rem;
font-weight: 700;
color: #0B4F7A;
padding: .9rem 1.1rem;
margin: 0;
cursor: pointer;
position: relative;
}
.port-article .faq-question::after {
content: '+';
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
font-size: 1.2rem;
color: #35B6C9;
font-weight: 300;
}
.port-article .faq-answer {
padding: 0 1.1rem .9rem;
font-size: .88rem;
color: #4a5568;
line-height: 1.7;
} .port-sidebar__card {
background: #fff;
border: 1.5px solid #DDE7EF;
border-radius: 14px;
padding: 1.25rem;
margin-bottom: 1.25rem;
box-shadow: 0 2px 12px rgba(11,79,122,.06);
}
.port-sidebar__card h3 {
display: flex;
align-items: center;
gap: .5rem;
font-family: 'Outfit', sans-serif;
font-size: .95rem;
font-weight: 700;
color: #0B4F7A;
margin: 0 0 1rem;
padding-bottom: .65rem;
border-bottom: 1px solid #EEF4F8;
} .port-sidebar__card--cta {
background: linear-gradient(135deg, #0B4F7A 0%, #083d61 100%);
border-color: #0B4F7A;
color: #fff;
}
.port-sidebar__card--cta h3 {
color: #fff;
border-bottom-color: rgba(255,255,255,.15);
}
.port-sidebar__card--cta p {
font-size: .83rem;
color: rgba(255,255,255,.8);
margin-bottom: 1rem;
line-height: 1.6;
}
.port-cta-btn {
display: flex;
align-items: center;
justify-content: center;
gap: .5rem;
width: 100%;
padding: .8rem 1rem;
background: #35B6C9;
color: #fff;
border-radius: 8px;
font-family: 'Outfit', sans-serif;
font-weight: 700;
font-size: .9rem;
text-decoration: none;
transition: all .2s ease;
margin-bottom: .6rem;
}
.port-cta-btn:hover { background: #2da0b2; transform: translateY(-1px); color: #fff; }
.port-phone-btn {
display: flex;
align-items: center;
justify-content: center;
gap: .5rem;
width: 100%;
padding: .65rem 1rem;
background: rgba(255,255,255,.12);
color: rgba(255,255,255,.9);
border: 1px solid rgba(255,255,255,.25);
border-radius: 8px;
font-size: .85rem;
text-decoration: none;
transition: all .2s ease;
}
.port-phone-btn:hover { background: rgba(255,255,255,.2); color: #fff; } .port-info-list {
margin: 0;
font-size: .83rem;
}
.port-info-list dt {
color: #637381;
font-size: .72rem;
text-transform: uppercase;
letter-spacing: .05em;
font-weight: 600;
margin-top: .65rem;
}
.port-info-list dt:first-child { margin-top: 0; }
.port-info-list dd {
color: #1F2933;
font-weight: 500;
margin: .15rem 0 0;
} .port-sidebar__card--map { padding: 1.25rem; }
.port-map-link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: .5rem;
background: #EBF4FB;
border: 2px dashed #C8DFF0;
border-radius: 10px;
padding: 1.5rem 1rem;
text-decoration: none;
color: #0B4F7A;
transition: all .2s;
text-align: center;
}
.port-map-link:hover { background: #DDF0FA; border-color: #0B4F7A; }
.port-map-link span { font-weight: 700; font-size: .88rem; }
.port-map-link small { color: #637381; font-size: .75rem; } .port-sidebar__card--trust { background: #F8FBFD; border-color: #E0EDF5; }
.port-trust-item {
display: flex;
align-items: center;
gap: .5rem;
font-size: .82rem;
color: #4a5568;
padding: .35rem 0;
border-bottom: 1px solid #EEF4F8;
}
.port-trust-item:last-child { border-bottom: none; } .port-related {
background: #fff;
border-top: 1px solid #DDE7EF;
padding: 3rem 0;
}
.port-related__inner {
max-width: 1200px;
margin-inline: auto;
padding-inline: 1.5rem;
}
.port-related h2 {
font-family: 'Outfit', sans-serif;
font-size: 1.4rem;
font-weight: 700;
color: #0B4F7A;
margin-bottom: 1.5rem;
text-align: center;
}
.port-related__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
}
.port-related__card {
border-radius: 12px;
overflow: hidden;
text-decoration: none;
box-shadow: 0 2px 10px rgba(11,79,122,.08);
transition: transform .25s, box-shadow .25s;
background: #fff;
}
.port-related__card:hover {
transform: translateY(-3px);
box-shadow: 0 6px 24px rgba(11,79,122,.14);
}
.port-related__img {
height: 130px;
background-size: cover;
background-position: center;
background-color: #C8DFF0;
}
.port-related__body {
padding: .85rem 1rem;
display: flex;
flex-direction: column;
gap: .25rem;
}
.port-related__name {
font-family: 'Outfit', sans-serif;
font-weight: 700;
font-size: .9rem;
color: #1F2933;
}
.port-related__cta {
font-size: .78rem;
color: #0B4F7A;
font-weight: 600;
} @media (max-width: 1024px) {
.port-body__container {
grid-template-columns: 1fr 280px;
}
.port-related__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.port-hero { min-height: 320px; }
.port-hero__title { font-size: 1.8rem; }
.port-body__container {
grid-template-columns: 1fr;
padding-top: 1.5rem;
}
.port-sidebar { order: -1; }
.port-sidebar__card--cta { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.port-sidebar__card--cta h3,
.port-sidebar__card--cta p { grid-column: span 2; }
.port-related__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
.port-hero { min-height: 260px; }
.port-hero__inner { padding: 1.5rem 1rem; }
.port-hero__facts { gap: .4rem; }
.port-fact { font-size: .72rem; padding: .25rem .65rem; }
.port-sidebar__card--cta { display: block; }
.port-related__grid { grid-template-columns: 1fr; }
} .port-search-wrap {
background: transparent;
margin-top: -70px;
position: relative;
z-index: 20;
max-width: 1200px;
margin-inline: auto;
padding-inline: 1.5rem;
padding-bottom: 0;
}
.port-search-card {
background: #fff;
border-radius: 16px;
box-shadow: 0 8px 40px rgba(11,79,122,0.18);
overflow: hidden;
}
.port-search-card__header {
display: flex;
align-items: center;
gap: .6rem;
padding: .9rem 1.5rem;
background: #0B4F7A;
color: #fff;
font-family: 'Outfit', sans-serif;
font-weight: 700;
font-size: .95rem;
border-radius: 16px 16px 0 0;
}
.port-search-form { padding: 1.25rem 1.5rem .75rem; }
.port-search-row {
display: grid;
grid-template-columns: 1.2fr 1.2fr 1fr 1fr 1fr auto;
gap: .9rem;
align-items: end;
}
.port-search-field {
display: flex;
flex-direction: column;
gap: .35rem;
}
.port-search-field label {
display: flex;
align-items: center;
gap: .35rem;
font-size: .72rem;
font-weight: 700;
color: #637381;
text-transform: uppercase;
letter-spacing: .05em;
}
.port-search-select,
.port-search-input {
width: 100%;
padding: .62rem .9rem;
border: 1.5px solid #DDE7EF;
border-radius: 8px;
font-family: 'Inter', sans-serif;
font-size: .88rem;
color: #1F2933;
background: #fff;
appearance: none;
-webkit-appearance: none;
transition: border-color .15s;
cursor: pointer;
}
.port-search-select:focus,
.port-search-input:focus {
outline: none;
border-color: #0B4F7A;
box-shadow: 0 0 0 3px rgba(11,79,122,.08);
}
.port-search-select:hover,
.port-search-input:hover { border-color: #9aacb8; } .port-search-field:not(.port-search-field--btn) .port-search-select {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23637381' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right .75rem center;
padding-right: 2.2rem;
} .port-date-range {
display: flex;
align-items: center;
gap: .4rem;
}
.port-search-input--date {
flex: 1;
padding: .62rem .6rem;
font-size: .82rem;
}
.port-date-sep {
color: #9aacb8;
font-weight: 600;
flex-shrink: 0;
} .port-search-field--btn { justify-content: flex-end; }
.port-search-btn {
display: flex;
align-items: center;
justify-content: center;
gap: .5rem;
padding: .7rem 1.5rem;
background: #0B4F7A;
color: #fff;
border: none;
border-radius: 8px;
font-family: 'Outfit', sans-serif;
font-weight: 700;
font-size: .95rem;
cursor: pointer;
white-space: nowrap;
transition: all .2s ease;
box-shadow: 0 4px 14px rgba(11,79,122,.3);
width: 100%;
}
.port-search-btn:hover {
background: #083d61;
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(11,79,122,.4);
}
.port-search-btn:disabled {
opacity: .7;
cursor: not-allowed;
transform: none;
} .port-search-trust {
display: flex;
align-items: center;
gap: 1.25rem;
flex-wrap: wrap;
padding: .6rem 0 .4rem;
border-top: 1px solid #EEF4F8;
margin-top: .75rem;
}
.port-search-trust span {
display: flex;
align-items: center;
gap: .35rem;
font-size: .78rem;
color: #637381;
} .port-hero { padding-bottom: 80px; } @media (max-width: 1100px) {
.port-search-row {
grid-template-columns: 1fr 1fr 1fr;
}
.port-search-field--btn {
grid-column: span 3;
}
.port-search-btn { max-width: 100%; }
}
@media (max-width: 768px) {
.port-search-wrap { margin-top: -50px; }
.port-search-row { grid-template-columns: 1fr 1fr; }
.port-search-field--btn { grid-column: span 2; }
.port-search-btn { max-width: 100%; }
.port-search-trust { gap: .75rem; }
}
@media (max-width: 480px) {
.port-search-row { grid-template-columns: 1fr; }
.port-search-field--btn { grid-column: span 1; }
.port-date-range { flex-direction: column; }
.port-date-sep { display: none; }
.port-search-input--date { width: 100%; }
}