/*
Theme Name:  Anchora
Description: saas
Version:     2.7.0
Author:      Fixit E.E.
Author URI:  https://www.fixit.gr
Text Domain: anchora
*/


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--fx-font-body-override, var(--font-body, 'Century Gothic', CenturyGothic, AppleGothic, 'Trebuchet MS', sans-serif));
    color: var(--color-content-text, #1a1a2e);
    background: var(--color-content-bg, #fff);
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.a-w { max-width: 1120px; margin: 0 auto; }
.a-tag {
    font-size: 11px; font-weight: 600; letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--color-content-primary, #1B3A6B);
    margin-bottom: 12px;
    display: flex; align-items: center; gap: 8px;
}
.a-tag::before {
    content: ''; width: 16px; height: 1px;
    background: var(--color-content-primary, #1B3A6B); opacity: .4;
}
.a-h2 {
    font-family: var(--fx-font-heading-override, var(--font-h1, 'Century Gothic', CenturyGothic, sans-serif));
    font-size: clamp(26px, 3vw, 44px); font-weight: 700;
    letter-spacing: -.5px; line-height: 1.12;
    color: var(--color-content-heading, #1a1a2e);
}
.a-lead {
    font-size: 16px;
    color: var(--color-content-faded, #5a6a80);
    line-height: 1.8; font-weight: 300; letter-spacing: .01em;
}
.a-sec { padding: var(--fx-section-py, 100px) var(--fx-section-px, 64px); }

.a-nav {
    background: var(--color-content-primary, #1B3A6B);
    height: 68px; padding: 0 64px;
    display: flex; align-items: center; justify-content: space-between;
    position: sticky; top: 0; z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.a-logo {
    color: #fff; font-size: var(--fx-fs-logo, 24px); font-weight: 700;
    letter-spacing: .6px;
    font-family: var(--fx-font-logo-override, var(--fx-font-heading-override, var(--font-h1, 'Century Gothic', sans-serif)));
    display: flex; align-items: center; gap: 10px;
}
.a-logo em { color: var(--color-content-secondary, #7EB3F0); font-style: normal; }
.a-logo-img { max-height: 44px; width: auto; display: block; }
.a-nav-c { display: flex; gap: 38px; align-items: center; list-style: none; padding: 0; margin: 0; }
.a-nav-c li { list-style: none; }
.a-nav-c ul { list-style: none; display: flex; gap: 38px; align-items: center; padding: 0; margin: 0; }
.a-nav-c a:not(.a-nav-btn) {
    color: rgba(255,255,255,.65);
    font-size: var(--fx-fs-nav, 16px); letter-spacing: .03em;
    transition: color .15s;
    font-family: inherit;
}
.a-nav-c a:not(.a-nav-btn):hover, .a-nav-c a:not(.a-nav-btn).active, .a-nav-c .current-menu-item > a { color: #fff; }
.a-nav-by { color: rgba(255,255,255,.28); font-size: 12px; }
.a-nav-c .a-nav-btn {
    background: #fff;
    color: var(--color-content-primary, #1B3A6B);
    padding: 11px 28px; border-radius: var(--fx-radius, 8px);
    font-size: var(--fx-fs-nav-btn, 15px); font-weight: 600;
    transition: background .15s, color .15s;
    display: inline-block;
}
.a-nav-c .a-nav-btn:hover {
    background: var(--color-content-secondary, #7EB3F0);
    color: #fff;
}

.a-hero {
    background: var(--fx-hero-gradient, linear-gradient(148deg, var(--color-content-primary, #1B3A6B) 0%, #0f2347 100%));
    padding: 112px var(--fx-section-px, 64px) 0; position: relative; overflow: hidden;
}
.a-hero::after {
    content: ''; position: absolute;
    top: -20%; right: -8%; width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(ellipse, rgba(126,179,240,.11) 0%, transparent 68%);
    pointer-events: none;
}
.a-hero-inner {
    max-width: 1120px; margin: 0 auto;
    display: grid; grid-template-columns: 55fr 45fr;
    gap: 64px; align-items: start;
}
.a-hero-text { padding-bottom: 96px; position: relative; z-index: 1; }
.a-eyebrow {
    font-size: 11px; font-weight: 600; letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--color-content-secondary, #7EB3F0);
    margin-bottom: 20px;
    display: flex; align-items: center; gap: 10px;
}
.a-eyebrow::before {
    content: ''; width: 24px; height: 1px;
    background: var(--color-content-secondary, #7EB3F0); opacity: .5;
}
.a-hero h1 {
    font-family: var(--font-h1, 'Century Gothic', sans-serif);
    font-size: clamp(34px, 4.5vw, 60px); font-weight: 700; color: #fff;
    line-height: 1.08; letter-spacing: -.6px; margin-bottom: 24px;
}
.a-hero h1 em { color: var(--color-content-secondary, #7EB3F0); font-style: normal; }
.a-hero-p {
    font-size: 17px; color: rgba(255,255,255,.55); font-weight: 300;
    line-height: 1.8; margin-bottom: 44px; max-width: 430px; letter-spacing: .01em;
}
.a-hero-btns { display: flex; gap: 12px; align-items: center; }
.a-btn-primary {
    background: #fff; color: var(--color-content-primary, #1B3A6B);
    padding: 14px 32px; border-radius: var(--fx-radius, 8px);
    font-size: 15px; font-weight: 600;
    letter-spacing: .03em;
    transition: transform .15s, box-shadow .15s;
    display: inline-block;
}
.a-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 32px rgba(0,0,0,.2); }
.a-btn-secondary {
    color: rgba(255,255,255,.75); font-size: 15px;
    letter-spacing: .03em;
    display: inline-flex; align-items: center; gap: 6px;
    transition: color .15s;
}
.a-btn-secondary:hover { color: #fff; }
.a-hero-img { position: relative; z-index: 1; align-self: start; padding-top: 48px; }
.a-hero-screen {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-bottom: none; border-radius: 12px 12px 0 0; overflow: hidden;
}
.a-img-ph {
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; gap: 12px;
    color: rgba(255,255,255,.18); font-size: 12px; letter-spacing: .06em;
}

.a-statement { background: var(--color-content-bg, #fff); text-align: center; padding: var(--fx-section-py, 100px) var(--fx-section-px, 64px); }
.a-statement .a-h2 { max-width: 720px; margin: 0 auto 20px; }
.a-statement .a-lead { max-width: 520px; margin: 0 auto; font-size: 17px; }

.a-problem {
    background: var(--color-content-primary, #1B3A6B);
    padding: 72px 64px; text-align: center;
}
.a-problem-lead {
    font-size: 18px; font-weight: 300;
    color: rgba(255,255,255,.58);
    line-height: 1.75; margin-bottom: 40px; letter-spacing: .01em;
}
.a-problem-lead strong { color: #fff; font-weight: 600; }
.a-pills { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.a-pill {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.58);
    padding: 10px 20px; border-radius: 100px;
    font-size: 13px; letter-spacing: .02em;
    display: flex; align-items: center; gap: 8px;
}
.a-pill::before { content: var(--fx-pill-char, '\00D7'); color: #F87171; font-size: 14px; font-weight: 700; }

.a-features { background: var(--color-content-bg-alt, #F5F8FF); padding: var(--fx-section-py, 100px) var(--fx-section-px, 64px); }
.a-features-head { text-align: center; margin-bottom: 60px; }
.a-features-head .a-h2 { margin-top: 12px; }
.a-features-head .a-lead { max-width: 460px; margin: 14px auto 0; }
.a-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1120px; margin: 0 auto; }
.a-feat {
    background: var(--color-content-bg, #fff); border-radius: 16px; padding: 38px 32px;
    border: 1px solid var(--color-content-border, #E2E8F4);
    transition: transform .2s, box-shadow .2s;
}
.a-feat:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(27,58,107,.1);
}
.a-feat-ic {
    font-size: 24px; margin-bottom: 20px;
    color: var(--color-content-primary, #1B3A6B);
    display: inline-flex;
}
.a-feat h3 {
    font-family: var(--font-h1, 'Century Gothic', sans-serif);
    font-size: 15px; font-weight: 600;
    letter-spacing: .02em; margin-bottom: 10px;
    color: var(--color-content-heading, #1a1a2e);
}
.a-feat p {
    font-size: 13.5px;
    color: var(--color-content-faded, #5a6a80);
    line-height: 1.75; font-weight: 300;
}

.a-splits { padding: 0 64px; background: var(--color-content-bg, #fff); }
.a-split {
    max-width: 1120px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center;
    padding: 96px 0;
    border-bottom: 1px solid var(--color-content-border, #E2E8F4);
}
.a-split:last-child { border-bottom: none; }
.a-split.rev { direction: rtl; }
.a-split.rev > * { direction: ltr; }
.a-split-text .a-h2 { font-size: clamp(22px, 2.5vw, 36px); margin-top: 12px; margin-bottom: 18px; }
.a-split-text .a-lead { max-width: 400px; }
.a-split-visual {
    background: var(--color-content-bg-alt, #F5F8FF);
    border: 1px solid var(--color-content-border, #E2E8F4);
    border-radius: 16px; overflow: hidden;
}
.a-split-ph {
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; gap: 10px;
    color: var(--color-content-faded, #5a6a80);
    font-size: 12px; letter-spacing: .06em;
    min-height: 320px;
}
.a-split-ph svg { opacity: .2; }

.a-who { background: var(--color-content-bg-alt, #F5F8FF); padding: var(--fx-section-py, 100px) var(--fx-section-px, 64px); }
.a-who-head { text-align: center; margin-bottom: 56px; }
.a-who-head .a-h2 { margin-top: 12px; }
.a-who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1120px; margin: 0 auto; }
.a-who-card {
    background: var(--color-content-bg, #fff);
    border: 1.5px solid var(--color-content-border, #E2E8F4);
    border-radius: 14px;
    padding: 32px 26px;
    transition: border-color .2s, box-shadow .2s;
}
.a-who-card:hover {
    border-color: var(--color-content-primary, #1B3A6B);
    box-shadow: 0 4px 20px rgba(27,58,107,.07);
}
.a-who-ic {
    font-size: 22px; margin-bottom: 14px;
    color: var(--color-content-primary, #1B3A6B);
    display: inline-flex;
}
.a-who-card h3 {
    font-family: var(--font-h1, 'Century Gothic', sans-serif);
    font-size: 14px; font-weight: 600;
    letter-spacing: .03em; margin-bottom: 8px;
    color: var(--color-content-heading, #1a1a2e);
}
.a-who-card p {
    font-size: 13.5px;
    color: var(--color-content-faded, #5a6a80);
    line-height: 1.7; font-weight: 300;
}

.a-cta {
    background: var(--fx-cta-gradient, linear-gradient(148deg, var(--color-content-primary, #1B3A6B), #0f2347));
    padding: 108px var(--fx-section-px, 64px); text-align: center;
    position: relative; overflow: hidden;
}
.a-cta::before {
    content: ''; position: absolute; bottom: -30%; left: 50%; transform: translateX(-50%);
    width: 900px; height: 600px; border-radius: 50%;
    background: radial-gradient(ellipse, rgba(126,179,240,.07) 0%, transparent 65%);
    pointer-events: none;
}
.a-cta .a-h2 { color: #fff; position: relative; margin-bottom: 16px; }
.a-cta .a-lead {
    color: rgba(255,255,255,.52); max-width: 440px;
    margin: 0 auto 44px; position: relative; font-size: 17px;
}
.a-cta-btns { display: flex; gap: 14px; justify-content: center; position: relative; }
.a-btn-white {
    background: #fff;
    color: var(--color-content-primary, #1B3A6B);
    padding: 14px 34px; border-radius: var(--fx-radius, 8px);
    font-size: 15px; font-weight: 600;
    letter-spacing: .03em; transition: transform .15s;
    display: inline-block;
}
.a-btn-white:hover { transform: translateY(-1px); }
.a-btn-ghost {
    border: 1.5px solid rgba(255,255,255,.28);
    color: rgba(255,255,255,.8);
    padding: 14px 34px; border-radius: var(--fx-radius, 8px);
    font-size: 15px; transition: border-color .15s;
    display: inline-block;
}
.a-btn-ghost:hover { border-color: rgba(255,255,255,.6); }

.a-contact { background: var(--color-content-bg, #fff); padding: var(--fx-section-py, 100px) var(--fx-section-px, 64px); }
.a-contact-grid {
    display: grid; grid-template-columns: 1fr 1.5fr;
    gap: 80px; align-items: start; max-width: 1120px; margin: 0 auto;
}
.a-c-left .a-h2 { font-size: 30px; margin-top: 12px; margin-bottom: 18px; }
.a-c-left .a-lead { margin-bottom: 36px; }
.a-c-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.a-c-icon {
    width: 38px; height: 38px; flex-shrink: 0;
    background: var(--color-content-bg-alt, #F5F8FF);
    border: 1px solid var(--color-content-border, #E2E8F4);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; color: var(--color-content-primary, #1B3A6B);
}
.a-c-detail-text { font-size: 14px; line-height: 1.55; }
.a-c-detail-text strong {
    display: block; font-size: 11px; font-weight: 600;
    text-transform: uppercase; letter-spacing: .1em;
    color: var(--color-content-heading, #1a1a2e); margin-bottom: 3px;
}
.a-c-detail-text span { color: var(--color-content-faded, #5a6a80); }
.a-oberon-box {
    margin-top: 36px; padding: 22px 26px;
    background: var(--color-content-bg-alt, #F5F8FF);
    border: 1px solid var(--color-content-border, #E2E8F4);
    border-radius: 13px;
}
.a-oberon-box strong {
    display: block; font-size: 14px;
    color: var(--color-content-primary, #1B3A6B);
    margin-bottom: 6px; letter-spacing: .02em;
}
.a-oberon-box p {
    font-size: 13px;
    color: var(--color-content-faded, #5a6a80);
    line-height: 1.65; margin-bottom: 12px; font-weight: 300;
}
.a-oberon-box a {
    font-size: 13px;
    color: var(--color-content-primary, #1B3A6B);
    font-weight: 500;
}
.a-oberon-box a:hover { text-decoration: underline; }
.a-form-box {
    background: var(--color-content-bg-alt, #F5F8FF);
    border: 1px solid var(--color-content-border, #E2E8F4);
    border-radius: 18px; padding: 44px;
}
.a-form-box h3 {
    font-family: var(--font-h1, 'Century Gothic', sans-serif);
    font-size: 20px; font-weight: 600;
    letter-spacing: .02em; margin-bottom: 30px;
    color: var(--color-content-heading, #1a1a2e);
}
.a-f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.a-fg { margin-bottom: 16px; }
.a-fg label {
    display: block; font-size: 11px; font-weight: 600;
    letter-spacing: .1em; text-transform: uppercase;
    color: var(--color-content-heading, #1a1a2e); margin-bottom: 7px;
}
.a-fg input, .a-fg select, .a-fg textarea {
    width: 100%; padding: 12px 16px;
    border: 1.5px solid var(--color-content-border, #E2E8F4);
    border-radius: 10px;
    font-size: 14px; font-family: inherit;
    color: var(--color-content-heading, #1a1a2e);
    background: var(--color-content-bg, #fff);
    outline: none; transition: border-color .15s;
    letter-spacing: .01em; appearance: none;
}
.a-fg input:focus, .a-fg select:focus, .a-fg textarea:focus {
    border-color: var(--color-content-primary, #1B3A6B);
}
.a-fg textarea { min-height: 88px; resize: vertical; }
.a-submit-btn {
    width: 100%;
    background: var(--color-content-primary, #1B3A6B);
    color: #fff; padding: 15px;
    border: none; border-radius: 10px;
    font-size: 15px; font-weight: 600;
    font-family: inherit; cursor: pointer;
    letter-spacing: .05em;
    transition: background .15s, transform .15s;
}
.a-submit-btn:hover { background: #0f2347; transform: translateY(-1px); }
.a-form-note {
    font-size: 12px;
    color: var(--color-content-faded, #5a6a80);
    text-align: center; margin-top: 12px; letter-spacing: .03em;
}

/* Contact Form 7 rendered inside the demo box — parity with the built-in .a-demo-form */
.a-form-box .wpcf7-form-control-wrap { display: block; }
.a-form-box .wpcf7 .a-submit-btn { margin-top: 4px; }
.a-form-box .wpcf7-spinner { margin: 12px auto 0; display: block; }
.a-form-box .wpcf7-response-output {
    margin: 16px 0 0; padding: 12px 16px;
    border-radius: 10px; font-size: 13px; line-height: 1.4;
}
.a-form-box .wpcf7-not-valid-tip { font-size: 12px; margin-top: 5px; }
.a-form-box select.wpcf7-form-control { appearance: none; }
/* CF7 injects the Cloudflare Turnstile widget at the top of the form; reorder it to sit just above the submit button. */
.a-form-box .wpcf7-form { display: flex; flex-direction: column; }
.a-form-box .wpcf7-turnstile { order: 8; margin-top: 4px; }
.a-form-box .wpcf7-form p:has( .wpcf7-submit ) { order: 9; margin: 0; }
.a-form-box .a-form-note { order: 10; }
.a-form-box .wpcf7-response-output { order: 11; }

.a-footer { background: var(--color-footer-bg, #0f2347); border-top: 1px solid rgba(255,255,255,.08); }
.a-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding: 64px var(--fx-section-px, 64px) 48px; }
.a-footer-logo { display: inline-block; margin-bottom: 16px; }
.a-footer-logo .a-logo-img { height: 36px; width: auto; object-fit: contain; }
.a-footer-logo-text { color: #fff; font-size: 20px; font-weight: 700; text-decoration: none; display: inline-block; margin-bottom: 16px; }
.a-footer-tagline { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.7; margin: 0 0 20px; }
.a-footer-social { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.a-footer-social-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); text-decoration: none; font-size: 12px; transition: background .15s, color .15s; }
.a-footer-social-icon:hover { background: var(--color-content-secondary, #7EB3F0); color: #fff; }
.a-footer-col-title { color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.a-footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.a-footer-links li { list-style: none; }
.a-footer-links a, .a-footer-links li { color: rgba(255,255,255,.7); font-size: 15px; text-decoration: none; transition: color .15s; }
.a-footer-links a:hover { color: #fff; }
.a-footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px var(--fx-section-px, 64px); border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.45); font-size: 14px; flex-wrap: wrap; gap: 12px; }
.a-footer-legal { display: flex; gap: 24px; list-style: none; padding: 0; margin: 0; }
.a-footer-legal a, .a-footer-legal li { color: rgba(255,255,255,.45); font-size: 14px; text-decoration: none; list-style: none; transition: color .15s; }
.a-footer-legal a:hover { color: #fff; }
.a-f-links { display: flex; gap: 36px; list-style: none; padding: 0; margin: 0; align-items: center; flex-wrap: wrap; }
.a-f-links li { list-style: none; }
.a-f-links a { color: rgba(255,255,255,.7); font-size: 15px; text-decoration: none; transition: color .15s; }
.a-f-links a:hover { color: #fff; }
@media (max-width: 900px) { .a-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; padding: 40px 24px 32px; } .a-footer-bottom { padding: 16px 24px; } }
@media (max-width: 600px) { .a-footer-grid { grid-template-columns: 1fr; } }

.a-legal { max-width: 800px; margin: 0 auto; padding: 80px 64px; background: var(--color-content-bg, #fff); }
.a-legal .a-h2 { font-size: 36px; margin-top: 12px; margin-bottom: 32px; }
.a-legal .a-lead { margin-bottom: 24px; }
.a-legal strong { color: var(--color-content-heading, #1a1a2e); font-weight: 600; }

.a-nav-toggle {
    display: none;
    width: 40px; height: 40px;
    background: transparent; border: 0; padding: 10px;
    cursor: pointer; margin-left: auto;
    position: relative; z-index: 110;
}
.a-nav-toggle span {
    display: block; width: 20px; height: 2px;
    background: #fff; margin: 4px 0; border-radius: 2px;
    transition: transform .25s, opacity .25s;
}
.a-nav-toggle.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.a-nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.a-nav-toggle.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
body.a-nav-lock { overflow: hidden; }

@media (max-width: 1024px) {
    .a-nav { padding: 0 32px; }
    .a-nav-toggle { display: block; }
    .a-nav-c {
        position: fixed; top: 68px; left: 0; right: 0;
        background: var(--color-content-primary, #1B3A6B);
        flex-direction: column; gap: 0;
        padding: 24px 32px 40px;
        transform: translateY(-150%); opacity: 0; visibility: hidden;
        transition: transform .3s ease, opacity .3s ease, visibility 0s linear .3s;
        height: calc(100vh - 68px); overflow-y: auto;
        border-top: 1px solid rgba(255,255,255,.08);
    }
    .a-nav-c.is-open { transform: translateY(0); opacity: 1; visibility: visible; transition: transform .3s ease, opacity .3s ease, visibility 0s; }
    .a-nav-c a, .a-nav-c li a {
        display: block; width: 100%;
        padding: 18px 0; font-size: 17px;
        color: rgba(255,255,255,.85);
        border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .a-nav-c a.a-nav-btn {
        margin-top: 24px; margin-left: 0;
        background: #fff; color: var(--color-content-primary, #1B3A6B);
        text-align: center; border-bottom: 0;
    }
    .a-hero { padding: 72px 32px 0; }
    .a-hero-inner { grid-template-columns: 1fr; gap: 32px; }
    .a-hero-img { max-width: 560px; margin: 0 auto; }
    .a-hero-text { padding-bottom: 56px; }
    .a-sec, .a-statement, .a-problem, .a-features, .a-splits, .a-who, .a-cta, .a-contact, .a-legal {
        padding: 72px 32px;
    }
    .a-splits { padding: 0 32px; }
    .a-feat-grid, .a-who-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .a-split, .a-contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .a-split.rev { direction: ltr; }
    .a-f-row { grid-template-columns: 1fr 1fr; }
    .a-footer { padding: 24px 32px; gap: 18px; }
}

@media (max-width: 640px) {
    .a-nav { padding: 0 20px; height: 60px; }
    .a-nav-c { top: 60px; height: calc(100vh - 60px); padding: 20px 20px 40px; }
    .a-hero { padding: 56px 20px 0; }
    .a-hero-text { padding-bottom: 48px; }
    .a-hero-btns { flex-direction: column; align-items: stretch; }
    .a-btn-primary, .a-btn-secondary { width: 100%; text-align: center; }
    .a-sec, .a-statement, .a-problem, .a-features, .a-splits, .a-who, .a-cta, .a-contact, .a-legal {
        padding: 56px 20px;
    }
    .a-splits { padding: 0 20px; }
    .a-feat-grid, .a-who-grid { grid-template-columns: 1fr; }
    .a-f-row { grid-template-columns: 1fr; }
    .a-form-box { padding: 28px 20px; }
    .a-footer { padding: 24px 20px; flex-direction: column; text-align: center; }
    .a-footer p, .a-f-links { text-align: center; }
    .a-f-links { flex-wrap: wrap; justify-content: center; gap: 16px 20px; }
    .a-cta-btns { flex-direction: column; align-items: stretch; }
    .a-btn-white, .a-btn-ghost { width: 100%; text-align: center; }
    .a-pills { gap: 8px; }
    .a-pill { font-size: 12px; padding: 8px 14px; }
}

.woocommerce a.button,
.woocommerce button.button,
.w-btn.us-btn-style_1 {
    background: var(--color-content-primary, #1B3A6B) !important;
    color: #fff !important;
    border-radius: var(--fx-radius, 8px);
}

.a-topbar {
    background: var(--color-content-primary, #1B3A6B);
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 8px 20px;
    line-height: 1.4;
}

.a-social-link {
    font-size: 13px !important;
    opacity: .7;
    transition: opacity .15s;
}
.a-social-link:hover { opacity: 1; }

body {
    --an-navy: #0B2030;
    --an-navy-deep: #071825;
    --an-navy-panel: #0E2739;
    --an-steel: #13496B;
    --an-teal: #3FB6C0;
    --an-canvas: #F4F6F8;
    --an-line: #DCE3E9;
    --an-line-soft: #E7ECF0;
    --an-ink: #0B2030;
    --an-ink-soft: #55677A;
    --an-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    --an-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --an-display: 'Space Grotesk', 'Inter', system-ui, sans-serif;
    font-family: var(--an-sans);
    color: var(--an-ink);
    background: var(--an-canvas);
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -0.003em;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: var(--an-display);
    color: var(--an-ink);
    letter-spacing: -0.022em;
    line-height: 1.12;
    font-weight: 600;
}

body p,
body li,
body input,
body textarea,
body select,
body button {
    font-family: var(--an-sans);
}

body .t-container {
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
}

body .t-section {
    padding-top: 84px;
    padding-bottom: 84px;
    background: #fff;
}

body .t-section--soft {
    background: var(--an-canvas);
}

body .t-section--white {
    background: #fff;
}

body .t-section--navy {
    background: var(--an-navy);
    color: #fff;
    position: relative;
}

body .t-section--navy::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--an-teal) 18%, var(--an-teal) 82%, transparent);
    opacity: .55;
}

body .t-section-title {
    font-family: var(--an-display);
    font-size: clamp(26px, 2.6vw, 38px);
    font-weight: 600;
    text-align: left;
    color: var(--an-ink);
    margin: 0 0 14px;
    max-width: 900px;
    padding-top: 22px;
    position: relative;
}

body .t-section-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 2px;
    background: var(--an-teal);
}

body .t-section--navy .t-section-title {
    color: #fff;
}

body .t-section-subtitle {
    text-align: left;
    margin: 0;
    max-width: 640px;
    font-size: 16px;
    color: var(--an-ink-soft);
    line-height: 1.7;
}

body .t-section--navy .t-section-subtitle {
    color: rgba(255, 255, 255, .68);
}

body .t-lead {
    font-size: 17px;
    line-height: 1.7;
    color: var(--an-ink-soft);
    max-width: 660px;
}

body .t-section--navy .t-lead {
    color: rgba(255, 255, 255, .72);
}

body .t-grid {
    margin-top: 44px;
    gap: 1px;
}

body .t-card {
    background: #fff;
    border: 0;
    box-shadow: 0 0 0 1px var(--an-line);
    border-radius: 0;
    padding: 30px 28px 32px;
    gap: 10px;
    transition: background .25s ease;
    position: relative;
    counter-increment: an-card;
}

body .t-card:hover {
    background: #FBFCFD;
    box-shadow: 0 0 0 1px #C3D0DA;
    transform: none;
}

body .t-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background: var(--an-teal);
    transition: width .3s ease;
}

body .t-card:hover::after {
    width: 100%;
}

body .t-section--navy .t-card {
    background: var(--an-navy-panel);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .13);
}

body .t-section--navy .t-card:hover {
    background: #123047;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .24);
}

body .t-card-title {
    font-family: var(--an-display);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.015em;
    color: var(--an-ink);
    margin: 0;
}

body .t-section--navy .t-card-title {
    color: #fff;
}

body .t-card-body {
    font-size: 14.5px;
    line-height: 1.68;
    color: var(--an-ink-soft);
}

body .t-section--navy .t-card-body {
    color: rgba(255, 255, 255, .66);
}

body .t-card-img {
    margin: -30px -28px 6px;
    border-radius: 0;
    height: 188px;
}

body .t-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.82) contrast(1.04);
}

body .t-card:not(:has(.t-card-img))::before {
    content: counter(an-card, decimal-leading-zero);
    font-family: var(--an-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    color: var(--an-teal);
    margin-bottom: 4px;
    display: block;
}

body .t-hero-full {
    background: linear-gradient(180deg, rgba(7, 24, 37, .82) 0%, rgba(7, 24, 37, .62) 55%, rgba(7, 24, 37, .9) 100%), var(--an-navy);
    min-height: 78vh;
    padding-top: 108px;
    padding-bottom: 96px;
    align-items: flex-end;
    text-align: left;
    position: relative;
}

body .t-hero-full::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--an-teal);
    opacity: .8;
}

body .t-hero-full h1 {
    font-family: var(--an-display);
    font-size: clamp(34px, 4.4vw, 60px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #fff;
    max-width: 15ch;
}

body .t-hero-full p {
    color: rgba(255, 255, 255, .76);
    max-width: 54ch;
    font-size: 17px;
    line-height: 1.7;
    margin-top: 18px;
}

body .t-hero-btns {
    margin-top: 30px;
    gap: 12px;
}

body .t-btn-primary {
    background: var(--an-teal);
    color: var(--an-navy);
    border: 1px solid var(--an-teal);
    border-radius: 0;
    padding: 14px 26px;
    font-family: var(--an-sans);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

body .t-btn-primary:hover {
    background: #55C9D2;
    border-color: #55C9D2;
    color: var(--an-navy);
    opacity: 1;
    transform: none;
}

body .t-btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 0;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 600;
    transition: border-color .2s ease, background .2s ease;
}

body .t-btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
    transform: none;
}

body .t-section:not(.t-section--navy) .t-btn-ghost {
    color: var(--an-navy);
    border-color: var(--an-line);
}

body .t-section:not(.t-section--navy) .t-btn-ghost:hover {
    border-color: var(--an-navy);
    background: transparent;
}

body .an-eyebrow {
    font-family: var(--an-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--an-teal);
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body .an-eyebrow::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--an-line);
    max-width: 120px;
}

body .t-section--navy .an-eyebrow::after {
    background: rgba(255, 255, 255, .18);
}

body .an-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    border-top: 1px solid var(--an-line);
}

body .an-stat {
    padding: 26px 24px;
    padding-left: 24px;
    border-bottom: 1px solid var(--an-line);
    border-right: 1px solid var(--an-line);
}

body .an-stat:first-child {
    padding-left: 0;
}

body .an-stat:last-child {
    border-right: 0;
}

body .an-stat-n {
    font-family: var(--an-display);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--an-navy);
    line-height: 1;
}

body .an-stat-l {
    font-family: var(--an-mono);
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--an-ink-soft);
    margin-top: 10px;
}

body .t-section--navy .an-stat {
    border-color: rgba(255, 255, 255, .14);
}

body .t-section--navy .an-stat-n {
    color: #fff;
}

body .t-section--navy .an-stat-l {
    color: rgba(255, 255, 255, .6);
}

body .an-rail {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid var(--an-line);
    border-left: 1px solid var(--an-line);
}

body .an-rail span {
    flex: 1 1 200px;
    padding: 16px 18px;
    font-family: var(--an-mono);
    font-size: 12px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--an-ink-soft);
    border-right: 1px solid var(--an-line);
    border-bottom: 1px solid var(--an-line);
}

body .an-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    margin-top: 40px;
}

body .an-split--wide {
    grid-template-columns: 1.15fr 1fr;
}

body .an-split p {
    color: var(--an-ink-soft);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 16px;
}

body .an-split img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    filter: saturate(.82) contrast(1.04);
}

body .an-spec {
    margin: 0;
    border-top: 1px solid var(--an-line);
}

body .an-spec div {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid var(--an-line);
}

body .an-spec dt {
    font-family: var(--an-mono);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--an-ink-soft);
    padding-top: 3px;
}

body .an-spec dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--an-ink);
}

body .t-section--navy .an-spec,
body .t-section--navy .an-spec div {
    border-color: rgba(255, 255, 255, .14);
}

body .t-section--navy .an-spec dd {
    color: #fff;
}

body .t-section--navy .an-spec dt {
    color: rgba(255, 255, 255, .55);
}

body .an-steps {
    margin-top: 44px;
    border-top: 1px solid var(--an-line);
}

body .an-step {
    display: grid;
    grid-template-columns: 92px 1fr 1fr;
    gap: 28px;
    padding: 22px 0;
    border-bottom: 1px solid var(--an-line);
    align-items: start;
}

body .an-step-n {
    font-family: var(--an-mono);
    font-size: 12px;
    letter-spacing: .1em;
    color: var(--an-teal);
    padding-top: 4px;
}

body .an-step h3 {
    font-size: 17px;
    margin: 0;
}

body .an-step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--an-ink-soft);
}

body .t-section--navy .an-steps,
body .t-section--navy .an-step {
    border-color: rgba(255, 255, 255, .14);
}

body .t-section--navy .an-step h3 {
    color: #fff;
}

body .t-section--navy .an-step p {
    color: rgba(255, 255, 255, .66);
}

body .an-quote {
    margin: 40px 0 0;
    padding: 0 0 0 28px;
    border-left: 2px solid var(--an-teal);
    max-width: 780px;
}

body .an-quote p {
    font-family: var(--an-display);
    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: var(--an-ink);
    margin: 0 0 18px;
    font-weight: 500;
}

body .t-section--navy .an-quote p {
    color: #fff;
}

body .an-quote cite {
    font-style: normal;
    font-family: var(--an-mono);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--an-ink-soft);
}

body .t-section--navy .an-quote cite {
    color: rgba(255, 255, 255, .6);
}

body .an-price {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 44px;
}

body .an-tier {
    background: #fff;
    box-shadow: 0 0 0 1px var(--an-line);
    padding: 32px 28px 34px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body .an-tier--lead {
    background: var(--an-navy);
    color: #fff;
    box-shadow: 0 0 0 1px var(--an-navy);
}

body .an-tier h3 {
    font-family: var(--an-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--an-ink-soft);
    margin: 0;
}

body .an-tier--lead h3 {
    color: var(--an-teal);
}

body .an-tier-p {
    font-family: var(--an-display);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--an-navy);
    line-height: 1.1;
}

body .an-tier--lead .an-tier-p {
    color: #fff;
}

body .an-tier-p small {
    display: block;
    font-family: var(--an-sans);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--an-ink-soft);
    margin-top: 8px;
}

body .an-tier--lead .an-tier-p small {
    color: rgba(255, 255, 255, .6);
}

body .an-tier ul {
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

body .an-tier li {
    font-size: 14px;
    line-height: 1.55;
    color: var(--an-ink-soft);
    padding-left: 18px;
    position: relative;
}

body .an-tier--lead li {
    color: rgba(255, 255, 255, .72);
}

body .an-tier li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 1px;
    background: var(--an-teal);
}

body .an-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 36px;
    font-size: 14.5px;
}

body .an-table th {
    font-family: var(--an-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--an-ink-soft);
    text-align: left;
    padding: 12px 16px 12px 0;
    border-bottom: 1px solid var(--an-line);
}

body .an-table td {
    padding: 14px 16px 14px 0;
    border-bottom: 1px solid var(--an-line);
    color: var(--an-ink-soft);
    line-height: 1.6;
    vertical-align: top;
}

body .an-table td:first-child {
    color: var(--an-ink);
    font-weight: 500;
}

body .an-note {
    font-family: var(--an-mono);
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: var(--an-ink-soft);
    border-left: 2px solid var(--an-line);
    padding-left: 18px;
    margin-top: 32px;
    max-width: 620px;
}

body .an-figure {
    margin: 40px 0 0;
}

body .an-figure img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    filter: saturate(.82) contrast(1.04);
}

body .an-figure figcaption {
    font-family: var(--an-mono);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--an-ink-soft);
    margin-top: 12px;
}

@media (max-width: 1024px) {
    body .an-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    body .an-stat:nth-child(2n) {
        border-right: 0;
    }

    body .an-stat:nth-child(odd) {
        padding-left: 0;
    }

    body .an-split,
    body .an-price {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    body .an-price {
        gap: 1px;
    }

    body .an-step {
        grid-template-columns: 60px 1fr;
    }

    body .an-step p {
        grid-column: 2;
    }
}

@media (max-width: 640px) {
    body .t-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    body .t-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    body .an-spec div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    body .an-stats {
        grid-template-columns: 1fr;
    }

    body .an-stat {
        border-right: 0;
        padding-left: 0;
    }
}

body .a-nav {
    background: var(--an-navy);
    height: auto;
    min-height: 64px;
    padding: 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

body .a-logo {
    font-family: var(--an-display);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
}

body .a-nav-c {
    gap: 26px;
}

body .a-nav-c a:not(.a-nav-btn) {
    font-family: var(--an-sans);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .78);
    padding: 21px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: color .18s ease, border-color .18s ease;
}

body .a-nav-c a:not(.a-nav-btn):hover,
body .a-nav-c .current-menu-item > a,
body .a-nav-c .current-menu-ancestor > a {
    color: #fff;
    border-bottom-color: var(--an-teal);
}

body .a-nav-c .a-nav-btn {
    background: var(--an-teal);
    color: var(--an-navy);
    border: 0;
    border-radius: 0;
    padding: 11px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;
    transition: background .18s ease;
}

body .a-nav-c .a-nav-btn:hover {
    background: #55C9D2;
    color: var(--an-navy);
}

body .a-nav-c .menu-item-has-children {
    position: relative;
}

body .a-nav-c .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    opacity: .7;
}

body .a-nav-c .sub-menu {
    position: absolute;
    top: 100%;
    left: -18px;
    min-width: 268px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid var(--an-line);
    border-top: 2px solid var(--an-teal);
    padding: 6px 0;
    box-shadow: 0 18px 44px -22px rgba(11, 32, 48, .5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    z-index: 120;
}

body .a-nav-c .menu-item-has-children:hover > .sub-menu,
body .a-nav-c .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

body .a-nav-c .sub-menu a {
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    color: var(--an-ink);
    border-bottom: 0;
    transition: background .15s ease, color .15s ease;
}

body .a-nav-c .sub-menu a:hover,
body .a-nav-c .sub-menu .current-menu-item > a {
    background: var(--an-canvas);
    color: var(--an-navy);
    border-bottom: 0;
}

body .a-footer {
    background: var(--an-navy);
    border-top: 0;
}

body .a-footer-grid {
    grid-template-columns: 1.7fr repeat(auto-fit, minmax(170px, 1fr));
    gap: 44px;
    padding: 64px 40px 48px;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}

body .a-footer-logo-text {
    font-family: var(--an-display);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

body .a-footer-tagline {
    color: rgba(255, 255, 255, .58);
    font-size: 14.5px;
    line-height: 1.7;
    max-width: 34ch;
}

body .a-footer-col-title {
    font-family: var(--an-mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--an-teal);
    margin-bottom: 18px;
}

body .a-footer-links a,
body .a-footer-links li {
    font-size: 14.5px;
    color: rgba(255, 255, 255, .68);
}

body .a-footer-social-icon {
    border-radius: 0;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
}

body .a-footer-social-icon:hover {
    background: var(--an-teal);
    border-color: var(--an-teal);
    color: var(--an-navy);
}

body .a-footer-bottom {
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    padding: 18px 40px 26px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-family: var(--an-mono);
    font-size: 11.5px;
    letter-spacing: .04em;
    color: rgba(255, 255, 255, .45);
}

body .a-footer-legal a,
body .a-footer-legal li {
    font-family: var(--an-mono);
    font-size: 11.5px;
    letter-spacing: .04em;
    color: rgba(255, 255, 255, .45);
}

body .fx-newsletter {
    background: var(--an-navy-deep);
}

@media (max-width: 1024px) {
    body .a-nav {
        padding: 0 22px;
    }

    body .a-nav-c .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, .14);
        background: transparent;
        box-shadow: none;
        min-width: 0;
        padding: 0 0 0 14px;
        margin: 2px 0 10px;
    }

    body .a-nav-c .sub-menu a {
        color: rgba(255, 255, 255, .7);
        padding: 8px 0;
    }

    body .a-nav-c .sub-menu a:hover {
        background: transparent;
        color: #fff;
    }

    body .a-nav-c .menu-item-has-children > a::after {
        display: none;
    }

    body .a-footer-grid,
    body .a-footer-bottom {
        padding-left: 22px;
        padding-right: 22px;
    }
}

body .an-phero {
    padding-top: 84px;
    padding-bottom: 72px;
}

body .an-phero h1 {
    font-family: var(--an-display);
    font-size: clamp(30px, 3.6vw, 46px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: #fff;
    max-width: 22ch;
    margin: 0 0 18px;
}

body .an-phero .t-lead {
    color: rgba(255, 255, 255, .74);
    max-width: 62ch;
}

body .an-phero .t-hero-btns {
    margin-top: 30px;
}

@media (max-width: 900px) {
    body .t-hero-full {
        background-color: var(--an-navy-deep);
        background-blend-mode: multiply;
        min-height: 0;
        padding-top: 72px;
        padding-bottom: 64px;
    }

    body .t-hero-full h1 {
        max-width: none;
    }

    body .t-hero-full p {
        color: rgba(255, 255, 255, .82);
    }
}

@media (max-width: 1024px) {
    body .a-nav-c {
        align-items: stretch;
        padding: 20px 22px 40px;
    }

    body .a-nav-c > li {
        width: 100%;
    }

    body .a-nav-c a:not(.a-nav-btn) {
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
        display: block;
    }

    body .a-nav-c .menu-item-has-children > a {
        font-family: var(--an-mono);
        font-size: 12px;
        letter-spacing: .14em;
        text-transform: uppercase;
        color: var(--an-teal);
        border-bottom: 0;
        padding-bottom: 4px;
    }

    body .a-nav-c .sub-menu {
        margin: 0 0 18px;
        padding-left: 0;
        border-left: 0;
    }

    body .a-nav-c .sub-menu a {
        padding: 13px 0;
        font-size: 15.5px;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
    }

    body .a-nav-c .a-nav-btn {
        margin-top: 22px;
        background: var(--an-teal);
        color: var(--an-navy);
        text-align: center;
        padding: 15px 20px;
    }
}

body .a-contact {
    background: transparent;
    padding: 0;
    margin-top: 40px;
}

body .a-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 56px;
    align-items: start;
    max-width: none;
}

body .a-c-left .a-tag,
body .a-contact .a-tag {
    display: none;
}

body .a-c-left .a-h2 {
    font-family: var(--an-display);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--an-ink);
    margin: 0 0 14px;
}

body .a-c-left .a-lead {
    font-size: 16px;
    line-height: 1.7;
    color: var(--an-ink-soft);
    margin-bottom: 30px;
}

body .a-c-details {
    border-top: 1px solid var(--an-line);
}

body .a-c-detail {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px 0;
    margin: 0;
    border-bottom: 1px solid var(--an-line);
}

body .a-c-icon {
    width: 24px;
    height: 24px;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--an-teal);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2px;
}

body .a-c-detail-text strong {
    display: block;
    font-family: var(--an-mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--an-ink-soft);
    margin-bottom: 4px;
}

body .a-c-detail-text span,
body .a-c-detail-text span a {
    font-size: 15px;
    color: var(--an-ink);
}

body .a-c-detail-text span a:hover {
    color: var(--an-teal);
}

body .a-form-box {
    background: #fff;
    box-shadow: 0 0 0 1px var(--an-line);
    border-radius: 0;
    padding: 32px 30px 34px;
}

body .a-form-box h3 {
    font-family: var(--an-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--an-teal);
    margin: 0 0 22px;
}

body .a-fg label {
    font-family: var(--an-mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--an-ink-soft);
    margin-bottom: 7px;
    display: block;
}

body .a-fg input,
body .a-fg select,
body .a-fg textarea {
    width: 100%;
    background: #fff;
    border: 1px solid var(--an-line);
    border-radius: 0;
    padding: 11px 13px;
    font-family: var(--an-sans);
    font-size: 14.5px;
    color: var(--an-ink);
    transition: border-color .18s ease;
}

body .a-fg input:focus,
body .a-fg select:focus,
body .a-fg textarea:focus {
    border-color: var(--an-teal);
    outline: none;
    box-shadow: none;
}

body .a-fg textarea {
    min-height: 104px;
}

body .a-submit-btn {
    background: var(--an-navy);
    color: #fff;
    border: 1px solid var(--an-navy);
    border-radius: 0;
    padding: 13px 26px;
    font-family: var(--an-sans);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

body .a-submit-btn:hover {
    background: var(--an-teal);
    border-color: var(--an-teal);
    color: var(--an-navy);
    transform: none;
}

body .a-form-note {
    font-family: var(--an-mono);
    font-size: 11.5px;
    line-height: 1.65;
    color: var(--an-ink-soft);
    margin-top: 14px;
}

body .a-form-box .wpcf7-submit {
    background: var(--an-navy);
    color: #fff;
    border: 1px solid var(--an-navy);
    border-radius: 0;
    padding: 13px 26px;
    font-family: var(--an-sans);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

body .a-form-box .wpcf7-submit:hover {
    background: var(--an-teal);
    border-color: var(--an-teal);
    color: var(--an-navy);
}

@media (max-width: 900px) {
    body .a-contact-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    body .a-f-row {
        grid-template-columns: 1fr;
    }

    body .a-form-box {
        padding: 26px 22px 28px;
    }
}

body .a-form-note {
    text-align: left;
}

body .a-fg select {
    line-height: 1.45;
    height: auto;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--an-ink-soft) 50%), linear-gradient(135deg, var(--an-ink-soft) 50%, transparent 50%);
    background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 34px;
}

body {
    --an-teal-ink: #15757F;
}

body .an-eyebrow,
body .an-step-n,
body .a-form-box h3,
body .t-card:not(:has(.t-card-img))::before {
    color: var(--an-teal-ink);
}

body .t-section--navy .an-eyebrow,
body .t-section--navy .an-step-n,
body .t-section--navy .t-card:not(:has(.t-card-img))::before {
    color: var(--an-teal);
}

body .t-hero-full p {
    color: rgba(255, 255, 255, .9);
}

body .t-section--navy .t-lead,
body .an-phero .t-lead {
    color: rgba(255, 255, 255, .82);
}

body .t-section--navy .t-section-subtitle {
    color: rgba(255, 255, 255, .8);
}

body .t-section--navy .t-card-body {
    color: rgba(255, 255, 255, .78);
}

body .t-section--navy .an-quote cite,
body .t-section--navy .an-spec dt,
body .t-section--navy .an-stat-l {
    color: rgba(255, 255, 255, .75);
}

body .a-footer-tagline {
    color: rgba(255, 255, 255, .72);
}

body .a-footer-links a,
body .a-footer-links li {
    color: rgba(255, 255, 255, .8);
}

body .a-footer-bottom,
body .a-footer-legal a,
body .a-footer-legal li {
    color: rgba(255, 255, 255, .62);
}

body .t-section--navy .an-split p,
body .t-section--navy p {
    color: rgba(255, 255, 255, .8);
}

body .t-section--navy .an-split h3,
body .t-section--navy h3 {
    color: #fff;
}

body .a-fg select {
    cursor: pointer;
}

body .t-btn-primary:hover,
body .a-nav-c .a-nav-btn:hover {
    background: #2E9BA6;
    border-color: #2E9BA6;
    color: var(--an-navy);
}

body .a-footer-links a:hover {
    color: #fff;
}

body .a-footer-social-icon:hover {
    background: rgba(255, 255, 255, .14);
    border-color: var(--an-teal);
    color: var(--an-teal);
}

body .a-footer-links a:hover,
body .a-footer-legal a:hover {
    color: var(--an-teal);
}

body .an-hero {
    background: var(--an-navy);
    min-height: 0;
    padding-top: 76px;
    padding-bottom: 76px;
    align-items: stretch;
    display: block;
    position: relative;
    overflow: hidden;
}

body .an-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(var(--an-grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--an-grid-line) 1px, transparent 1px);
    background-size: 68px 68px;
    opacity: .5;
    pointer-events: none;
}

body {
    --an-grid-line: rgba(255, 255, 255, .035);
}

body .an-hero::after {
    height: 2px;
    background: var(--an-teal);
    opacity: .75;
}

body .an-hero .an-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

body .an-hero-tag {
    font-family: var(--an-mono);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--an-teal);
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body .an-hero-tag::before {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--an-teal);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(63, 182, 192, .18);
}

body .an-hero h1 {
    font-family: var(--an-display);
    font-size: clamp(32px, 3.6vw, 52px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.032em;
    color: #fff;
    max-width: 17ch;
    margin: 0;
}

body .an-hero-copy > p:not(.an-hero-tag) {
    color: rgba(255, 255, 255, .78);
    font-size: 16.5px;
    line-height: 1.72;
    max-width: 50ch;
    margin: 20px 0 0;
}

body .an-hero .t-hero-btns {
    margin-top: 32px;
}

body .an-board {
    background: #0A1D2B;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 30px 70px -40px rgba(0, 0, 0, .9);
}

body .an-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-family: var(--an-mono);
    font-size: 10.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .62);
}

body .an-board-head strong {
    color: #fff;
    font-weight: 500;
}

body .an-board-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--an-teal);
}

body .an-board-live::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--an-teal);
}

body .an-board table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--an-mono);
    font-size: 12px;
}

body .an-board th {
    text-align: left;
    padding: 10px 18px;
    font-size: 9.5px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .42);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

body .an-board td {
    padding: 11px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .82);
    white-space: nowrap;
}

body .an-board tr:last-child td {
    border-bottom: 0;
}

body .an-board .an-vessel {
    color: #fff;
}

body .an-board .an-was {
    color: rgba(255, 255, 255, .38);
    text-decoration: line-through;
    margin-right: 7px;
}

body .an-board .an-now {
    color: var(--an-teal);
}

body .an-chip {
    display: inline-block;
    padding: 3px 8px;
    font-size: 9.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .66);
}

body .an-chip--live {
    border-color: rgba(63, 182, 192, .55);
    color: var(--an-teal);
}

body .an-chip--hold {
    border-color: rgba(233, 178, 92, .5);
    color: #E9B25C;
}

body .an-board tr.is-replanned td {
    background: rgba(63, 182, 192, .07);
}

body .an-board-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-family: var(--an-mono);
    font-size: 11px;
    color: rgba(255, 255, 255, .55);
    flex-wrap: wrap;
}

body .an-board-foot b {
    color: var(--an-teal);
    font-weight: 500;
}

@media (max-width: 1100px) {
    body .an-hero .an-hero-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    body .an-hero h1 {
        max-width: none;
    }

    body .an-board {
        overflow-x: auto;
    }
}

@media (max-width: 640px) {
    body .an-hero {
        padding-top: 52px;
        padding-bottom: 56px;
    }

    body .an-board th,
    body .an-board td {
        padding-left: 12px;
        padding-right: 12px;
    }

    body .an-board .an-col-source {
        display: none;
    }
}

body .an-hero .an-hero-tag {
    display: block;
    font-size: 10.5px;
    letter-spacing: .14em;
    line-height: 1.5;
}

body .an-hero .an-hero-tag::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    position: relative;
    top: -1px;
}

body .an-hero h1 {
    max-width: 16ch;
}

@media (max-width: 640px) {
    body .an-board {
        overflow-x: visible;
    }

    body .an-board table,
    body .an-board tbody,
    body .an-board tr,
    body .an-board td {
        display: block;
        width: auto;
    }

    body .an-board thead {
        display: none;
    }

    body .an-board tr {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 4px 12px;
        padding: 12px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
    }

    body .an-board td {
        padding: 0;
        border: 0;
        white-space: normal;
    }

    body .an-board td.an-vessel {
        font-size: 13px;
    }

    body .an-board td:nth-child(3),
    body .an-board td:nth-child(4) {
        grid-column: 1;
        font-size: 11.5px;
        color: rgba(255, 255, 255, .6);
    }

    body .an-board td:nth-child(5) {
        grid-row: 1 / span 3;
        grid-column: 2;
        align-self: start;
    }

    body .an-board td:nth-child(4)::before {
        content: 'Berth ';
        color: rgba(255, 255, 255, .38);
    }

    body .an-board-foot {
        font-size: 10.5px;
    }
}

@media (max-width: 640px) {
    body .an-board tr.is-replanned td {
        background: transparent;
    }

    body .an-board tr.is-replanned {
        background: rgba(63, 182, 192, .07);
    }
}

body .a-sub-toggle {
    display: none;
}

@media (max-width: 1024px) {
    body .a-nav-c > li.menu-item-has-children {
        position: relative;
    }

    body .a-sub-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 46px;
        height: 46px;
        padding: 0;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    body .a-sub-toggle::before,
    body .a-sub-toggle::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 11px;
        height: 1px;
        background: var(--an-teal);
        transform: translate(-50%, -50%);
        transition: transform .22s ease, opacity .22s ease;
    }

    body .a-sub-toggle::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    body .menu-item-has-children.is-open > .a-sub-toggle::after {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    body .a-nav-c .sub-menu {
        display: block;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }

    body .a-nav-c .menu-item-has-children.is-open > .sub-menu {
        max-height: 460px;
    }

    body .a-nav-c .menu-item-has-children > a {
        padding-right: 46px;
    }

    body .a-nav-c .menu-item-has-children.is-open > a {
        color: #fff;
    }

    body .a-nav-c .sub-menu a {
        padding-left: 14px;
        border-left: 1px solid rgba(255, 255, 255, .12);
    }

    body .a-nav-c .menu-item-has-children.is-open > .sub-menu {
        padding-bottom: 12px;
    }
}

@media (max-width: 1024px) {
    body .a-nav-c > li > a:not(.a-nav-btn) {
        font-family: var(--an-mono);
        font-size: 12px;
        letter-spacing: .14em;
        text-transform: uppercase;
        color: var(--an-teal);
        padding: 16px 46px 16px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    body .a-nav-c > li.menu-item-has-children.is-open > a {
        border-bottom-color: transparent;
        color: #fff;
    }

    body .a-nav-c .sub-menu a {
        font-family: var(--an-sans);
        font-size: 15px;
        letter-spacing: 0;
        text-transform: none;
        color: rgba(255, 255, 255, .82);
        padding: 12px 0 12px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
    }

    body .a-nav-c .sub-menu li:last-child a {
        border-bottom: 0;
    }
}
