body {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #0b111e;
    color: #e2e8f0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
* {
    box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
h1, h2, h3, h4 {
    font-family: 'Cinzel', serif;
    font-weight: 800;
    color: #ffffff;
    margin-top: 0;
}
.category-tag {
    color: #e08020;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.site-header {
    background-color: #060911;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 16px 0;
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.navigation-menu {
    display: flex;
    align-items: center;
    gap: 32px;
}
.nav-link {
    color: #a0aec0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.25s ease;
}
.nav-link:hover, .nav-link.active {
    color: #e08020;
}
.cta-button.header-cta {
    background-color: #e08020;
    color: #060911;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: background-color 0.25s ease;
}
.cta-button.header-cta:hover {
    background-color: #f29c38;
}
.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
}
.mobile-nav-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
}
.hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background-image: url('../assets/scene-382.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(11, 17, 30, 0.82) 0%, rgba(11, 17, 30, 0.95) 100%);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}
.hero-subtitle-tag {
    color: #e08020;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 20px;
}
.hero h1 {
    font-size: 44px;
    line-height: 1.25;
    margin-bottom: 24px;
    color: #ffffff;
}
.hero-description {
    font-size: 18px;
    color: #cbd5e1;
    margin-bottom: 36px;
    line-height: 1.7;
}
.hero-buttons {
    display: flex;
    gap: 16px;
}
.cta-primary, .cta-primary-dark {
    background-color: #e43c1c;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.25s /ease;
    border: none;
    cursor: pointer;
}
.cta-primary:hover {
    background-color: #ff5433;
}
.cta-secondary {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    text-decoration: none;
    padding: 12px 26px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}
.cta-secondary:hover {
    background-color: #ffffff;
    color: #060911;
}
.statistics-strip {
    background-color: #1e3a1e;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 32px 0;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.stat-item {
    text-align: center;
}
.stat-number {
    font-family: 'Cinzel', serif;
    font-size: 36px;
    font-weight: 800;
    color: #e08020;
    margin-bottom: 8px;
}
.stat-label {
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.latest-news-section, .about-vessel-section, .mission-cardline, .pricing-panel, .why-subscribe-section, .all-stories-panel, .contact-grid-deck, .map-iframe-wrapper {
    padding: 80px 0;
}
.section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 24px;
}
.view-all-link {
    color: #e08020;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.25s ease;
}
.view-all-link:hover {
    color: #f29c38;
}
.section-title {
    font-size: 32px;
    margin: 0;
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.news-card {
    background-color: #0e1726;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, border-color 0.25s ease;
}
.news-card:hover {
    transform: translateY(-6px);
    border-color: rgba(224, 128, 32, 0.4);
}
.news-image-wrapper {
    position: relative;
    height: 220px;
    background-color: #060911;
}
.news-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.25s ease;
}
.news-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.post-meta-label {
    color: #e08020;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.news-card-content h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
}
.news-card-content h3 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}
.news-card-content h3 a:hover {
    color: #e08020;
}
.news-card-content p {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.6;
}
.post-author-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 16px;
    margin-top: auto;
    font-size: 12px;
    color: #64748b;
}
.author-name {
    font-weight: 700;
    color: #cbd5e1;
}
.mission-split {
    background-color: #060911;
    padding: 80px 0;
}
.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.split-text-col h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.split-text-col p {
    font-size: 16px;
    color: #94a3b8;
    margin-bottom: 24px;
}
.cta-primary-dark {
    background-color: #e08020;
    color: #060911;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.25s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
}
.cta-primary-dark:hover {
    background-color: #f29c38;
}
.split-image-col img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    display: block;
}
.quote-banner {
    background-color: #1a0f05;
    border-top: 1px solid rgba(224, 128, 32, 0.2);
    border-bottom: 1px solid rgba(224, 128, 32, 0.2);
    padding: 100px 0;
}
.quote-container {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
.quote-tag {
    color: #e08020;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.quote-container blockquote {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    line-height: 1.45;
    color: #ffffff;
    margin: 0 0 24px 0;
    font-weight: 600;
}
.quote-container cite {
    color: #94a3b8;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
}
.team-section {
    padding: 80px 0;
    background-color: #0b111e;
}
.section-center-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 56px auto;
}
.section-center-header.left-aligned {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}
.section-center-header h2 {
    font-size: 32px;
    margin-top: 0;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.team-card {
    background-color: #0e1726;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    padding: 32px 24px;
    text-align: center;
}
.team-avatar-wrapper {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 24px auto;
    border: 3px solid #e08020;
    background-color: #060911;
}
.team-avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-card h4 {
    margin-bottom: 8px;
    font-size: 18px;
}
.team-role {
    color: #e08020;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}
.newsletter-block {
    background-color: #e08020;
    color: #060911;
    padding: 64px 0;
}
.newsletter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.newsletter-text h2 {
    color: #060911;
    margin-bottom: 12px;
    font-size: 32px;
}
.newsletter-text p {
    margin: 0;
    font-size: 16px;
    color: #1e293b;
}
.newsletter-form-wrapper {
    flex-shrink: 0;
    width: 450px;
}
.inline-subscription-form {
    display: flex;
    gap: 12px;
}
.inline-subscription-form input {
    flex-grow: 1;
    padding: 14px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    font-family: inherit;
    outline: none;
    font-size: 14px;
}
.subscribe-btn {
    background-color: #0b111e;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.25s ease;
}
.subscribe-btn:hover {
    background-color: #1e293b;
}
.site-footer {
    background-color: #05080f;
    padding: 80px 0 40px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 64px;
}
.footer-logo {
    margin-bottom: 24px;
}
.footer-company-desc {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 440px;
}
.footer-disclaimer {
    font-size: 11px;
    color: #475569;
    margin: 0;
    line-height: 1.5;
    max-width: 440px;
}
.footer-title {
    font-size: 16px;
    margin-bottom: 24px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-links-list a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.25s ease;
    font-size: 14px;
}
.footer-links-list a:hover {
    color: #e08020;
}
.contact-item-raw {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.6;
}
.contact-item-raw a {
    color: #cbd5e1;
    text-decoration: none;
}
.contact-item-raw a:hover {
    color: #e08020;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #64748b;
}
.footer-bottom p {
    margin: 0;
}
.footer-legal-links {
    display: flex;
    gap: 24px;
}
.footer-legal-links a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.25s ease;
}
.footer-legal-links a:hover {
    color: #e08020;
}
.subpage-hero {
    background-color: #060911;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 80px 0;
}
.subpage-hero-content {
    max-width: 800px;
}
.large-sub-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.subpage-lead-para {
    font-size: 18px;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0;
}
.split-grid.flipped .split-image-col {
    grid-column: 1;
}
.split-grid.flipped .split-text-col {
    grid-column: 2;
}
.nested-highlight-title {
    font-size: 26px;
    margin-bottom: 20px;
}
.bullet-list-block {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bullet-item {
    font-size: 15px;
    color: #cbd5e1;
}
.bullet-item strong {
    color: #ffffff;
    display: block;
    margin-bottom: 4px;
}
.charter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.charter-card {
    background-color: #0e1726;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 6px;
    padding: 40px 32px;
    transition: border-color 0.25s ease;
}
.charter-card:hover {
    border-color: rgba(224,128,32,0.3);
}
.charter-icon {
    font-size: 28px;
    margin-bottom: 24px;
}
.charter-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
}
.charter-card p {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
}
.pricing-panel {
    background-color: #0b111e;
}
.panel-subheading {
    color: #cbd5e1;
    font-size: 15px;
    margin: 0;
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 56px;
}
.price-card {
    background-color: #0e1726;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    padding: 40px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.price-card.premium-selected {
    border: 2px solid #e08020;
    background-color: #121c2e;
}
.badge-selected {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e08020;
    color: #060911;
    font-size: 10px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.price-header h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.price-amt {
    font-family: 'Cinzel', serif;
    font-size: 28px;
    color: #ffffff;
    font-weight: 800;
    display: block;
    margin-bottom: 24px;
}
.price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    color: #cbd5e1;
}
.price-features li::before {
    content: "✓ ";
    color: #e08020;
    font-weight: bold;
    margin-right: 6px;
}
.price-cta-btn {
    display: block;
    border: 1px solid #e08020;
    color: #e08020;
    text-align: center;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: auto;
    transition: all 0.25s ease;
}
.price-cta-btn:hover {
    background-color: #e08020;
    color: #060911;
}
.price-cta-btn.highlight {
    background-color: #e43c1c;
    border-color: #e43c1c;
    color: #ffffff;
}
.price-cta-btn.highlight:hover {
    background-color: #ff5433;
    border-color: #ff5433;
    color: #ffffff;
}
.checklist-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}
.check-item {
    display: flex;
    gap: 16px;
}
.check-mark {
    color: #e08020;
    font-weight: bold;
    font-size: 18px;
}
.check-item p {
    margin: 0;
    font-size: 15px;
    color: #cbd5e1;
}
.font-alt {
    color: #e08020 !important;
}
.all-stories-panel {
    background-color: #0b111e;
}
.articles-grid.full-grid-layout {
    grid-template-columns: repeat(3, 1fr);
}
.article-main-container {
    padding: 80px 0;
    background-color: #0b111e;
}
.single-article-vessel {
    max-width: 800px;
    margin: 0 auto;
}
.article-display-title {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.article-meta-lead-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 20px;
    margin-bottom: 32px;
    font-size: 13px;
    color: #94a3b8;
}
.author-detail-para, .date-detail-para {
    margin: 0;
}
.author-detail-para strong {
    color: #ffffff;
}
.article-lead-banner-wrapper {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 40px;
    background-color: #060911;
}
.article-lead-banner-wrapper img {
    width: 100%;
    display: block;
}
.article-rich-text-content {
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
}
.article-rich-text-content p {
    margin-bottom: 24px;
}
.article-rich-text-content h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 16px;
}
.article-rich-text-content blockquote {
    border-left: 3px solid #e08020;
    background-color: #0e1726;
    padding: 24px 32px;
    margin: 40px 0;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
}
.article-rich-text-content ul {
    margin-bottom: 32px;
    padding-left: 20px;
}
.article-rich-text-content li {
    margin-bottom: 12px;
}
.article-cta-box-nested {
    background-color: #0a1f10;
    border: 1px solid #1e3a1e;
    border-radius: 6px;
    padding: 40px;
    margin-top: 56px;
}
.article-cta-box-nested h3 {
    font-size: 24px;
    margin-bottom: 12px;
}
.article-cta-box-nested p {
    color: #cbd5e1;
    font-size: 15px;
    margin-bottom: 28px;
}
.article-nested-btn {
    display: inline-block;
    background-color: #e43c1c;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.25s ease;
}
.article-nested-btn:hover {
    background-color: #ff5433;
}
.main-contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
}
.form-block-container {
    background-color: #0e1726;
    border: 1px solid rgba(255,255,255,0.06);
    padding: 48px;
    border-radius: 6px;
}
.form-block-container h3 {
    font-size: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 16px;
}
.main-contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.form-group-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.form-control {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-control label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a0aec0;
}
.form-control input, .form-control textarea {
    background-color: #060911;
    border: 1px solid rgba(255,255,255,0.12);
    padding: 14px 16px;
    color: #ffffff;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: border-color 0.25s ease;
}
.form-control input:focus, .form-control textarea:focus {
    border-color: #e08020;
}
.consent-wrapper {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 8px 0;
}
.consent-wrapper input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    cursor: pointer;
}
.consent-wrapper label {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
}
.consent-wrapper label a {
    color: #e08020;
    text-decoration: none;
}
.full-width-btn {
    width: 100%;
}
.nap-info-stack {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.nap-card {
    background-color: #0e1726;
    border-left: 3px solid #e08020;
    padding: 32px;
    border-radius: 0 6px 6px 0;
}
.nap-card h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.nap-card p {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 20px;
}
.nap-card p:last-child {
    margin-bottom: 0;
}
.nap-card p a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}
.nap-card p a:hover {
    color: #e08020;
}
.secure-tips-policy {
    background-color: #0f1c12;
    border-left-color: #1e3a1e;
}
.map-iframe-wrapper iframe {
    border-radius: 6px;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.legal-content-vessel {
    padding: 80px 0;
    background-color: #0b111e;
}
.legal-last-updated {
    color: #64748b;
    font-size: 13px;
    margin-bottom: 40px;
}
.legal-content-vessel h3 {
    font-size: 22px;
    margin-top: 48px;
    margin-bottom: 16px;
}
.legal-content-vessel p, .legal-content-vessel ul {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.8;
    margin-bottom: 24px;
}
.legal-content-vessel ul {
    padding-left: 20px;
}
.legal-content-vessel li {
    margin-bottom: 12px;
}
.legal-audit-table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
    font-size: 14px;
    text-align: left;
}
.legal-audit-table th {
    background-color: #060911;
    color: #ffffff;
    padding: 16px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.08);
}
.legal-audit-table td {
    padding: 16px;
    color: #cbd5e1;
    border: 1px solid rgba(255,255,255,0.08);
    background-color: #0e1726;
}
.thankpage-main-vessel {
    padding: 120px 0;
    background-color: #0b111e;
}
.thank-page-container {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.thank-graphic-ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #e08020;
    color: #e08020;
    font-size: 32px;
    line-height: 74px;
    text-align: center;
    margin: 0 auto 32px auto;
    font-weight: bold;
}
.thank-subheading {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 16px;
}
.thank-detail-text {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 40px;
}
.thank-home-btn {
    display: inline-block;
    background-color: #e08020;
    color: #060911;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.25s ease;
}
.thank-home-btn:hover {
    background-color: #f29c38;
}
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #05080f;
    border-top: 2px solid #e08020;
    z-index: 9999;
    padding: 24px 0;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.6);
    display: none;
}
.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.cookie-banner-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.cookie-banner-content p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 20px;
}
.cookie-banner-content p a {
    color: #e08020;
    text-decoration: none;
}
.cookie-banner-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.cookie-preferences-container {
    background-color: #0e1726;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 24px;
}
.cookie-preference-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #cbd5e1;
}
.cookie-preference-item:last-child {
    margin-bottom: 0;
}
.cookie-preference-item input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.cookie-btn {
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
}
.cookie-btn.accent {
    background-color: #e08020;
    color: #060911;
}
.cookie-btn.accent:hover {
    background-color: #f29c38;
}
.cookie-btn.dark {
    background-color: #1e293b;
    color: #ffffff;
}
.cookie-btn.dark:hover {
    background-color: #334155;
}
.cookie-btn.lighter {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
}
.cookie-btn.lighter:hover {
    background-color: rgba(255,255,255,0.05);
}
.contact-block-section {
    background-color: #0b111e;
    padding-bottom: 80px;
}
.inline-form-container {
    max-width: 900px;
    margin: 0 auto;
}
.form-card-column {
    background-color: #0e1726;
    border: 1px solid rgba(255,255,255,0.06);
    padding: 48px;
    border-radius: 6px;
}
.solid-form-btn {
    display: block;
    width: 100%;
    margin-top: 12px;
}
@media (max-width: 991px) {
    .split-grid, .split-grid.flipped {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .split-grid.flipped .split-image-col {
        grid-column: auto;
    }
    .split-grid.flipped .split-text-col {
        grid-column: auto;
    }
    .newsletter-container {
        flex-direction: column;
        align-items: stretch;
    }
    .newsletter-form-wrapper {
        width: 100%;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .footer-col.info-col {
        grid-column: span 2;
    }
    .articles-grid, .team-grid, .charter-grid, .pricing-grid {
        grid-template-columns: 1fr 1fr;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .main-contact-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}
@media (max-width: 768px) {
    .navigation-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #060911;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        flex-direction: column;
        padding: 24px;
        gap: 16px;
        align-items: flex-start;
    }
    .navigation-menu.active {
        display: flex;
    }
    .mobile-nav-toggle {
        display: flex;
    }
    .hero h1 {
        font-size: 32px;
    }
    .hero-description {
        font-size: 15px;
    }
    .hero-buttons {
        flex-direction: column;
    }
    .section-title {
        font-size: 26px;
    }
    .articles-grid, .team-grid, .charter-grid, .pricing-grid {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    .form-group-row {
        grid-template-columns: 1fr;
    }
    .form-card-column, .form-block-container {
        padding: 24px;
    }
    .legal-audit-table {
        display: block;
        overflow-x: auto;
    }
    .quote-container blockquote {
        font-size: 22px;
    }
}
@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .stat-number {
        font-size: 28px;
    }
    .article-display-title {
        font-size: 28px;
    }
    .legal-content-vessel h1 {
        font-size: 26px;
    }
}