:root {
    --nla-navy: #061429;
    --nla-navy-soft: #0e213f;
    --nla-gold: #d4a748;
    --nla-gold-soft: #f3e1b5;
    --nla-bg: #f4f6fb;
    --nla-border: #d5d9e5;
    --nla-text-main: #1c2433;
    --nla-text-soft: #5b6477;
    --nla-accent: #1a8bd6;
    --radius-lg: 18px;
    --radius-xl: 22px;
    --shadow-soft: 0 14px 40px rgba(4, 10, 25, 0.16);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behaviour: smooth;
}
body {
    margin: 0;
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    background: var(--nla-bg);
    color: var(--nla-text-main);
    line-height: 1.5;
}
a {
    color: var(--nla-accent);
    text-decoration: none;
}
.page-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.content-wrap {
    flex: 1;
}
.top-ribbon {
    background: linear-gradient(90deg, #031126, #0f2648);
    color: #e5ecff;
    font-size: 12px;
    padding: 8px 18px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(212, 167, 72, 0.3);
}
.hero-shell {
    background: radial-gradient(circle at 0% 0%, #fdf7e7 0, #f4f6fb 40%, #dde4f4 100%);
    border-bottom: 1px solid rgba(9, 21, 46, 0.06);
}
.hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 30px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr);
    gap: 26px;
    align-items: center;
}
.breadcrumb {
    font-size: 11px;
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 10px;
    color: var(--nla-text-soft);
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(7, 16, 31, 0.06);
    color: var(--nla-text-soft);
    margin-bottom: 10px;
}
.hero-badge span.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(circle, #5ee181, #15803d);
    box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.45);
}
.hero-title {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 10px;
    color: #07101f;
}
.hero-subtitle {
    font-size: 14px;
    color: var(--nla-text-soft);
    max-width: 560px;
    margin: 0 0 16px;
}
.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: var(--nla-text-soft);
}
.meta-chip {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(7, 16, 31, 0.04);
    border: 1px solid rgba(150, 167, 210, 0.5);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.hero-panel {
    border-radius: var(--radius-xl);
    padding: 18px;
    background: linear-gradient(145deg, rgba(6, 20, 41, 0.97), #061018);
    color: #f4f7ff;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(254, 243, 199, 0.22);
    position: relative;
    overflow: hidden;
}
.hero-panel:before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 0% 0%, rgba(250, 250, 250, 0.08) 0, transparent 55%),
        radial-gradient(circle at 100% 0%, rgba(249, 250, 251, 0.07) 0, transparent 55%);
    opacity: 0.8;
    pointer-events: none;
}
.hero-panel-inner {
    position: relative;
    z-index: 1;
}
.hero-panel-logo-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2px;
}
.hero-panel-logo {
    width: 72px;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}
.hero-panel-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.hero-panel-title span:last-child {
    font-size: 10px;
    opacity: 0.8;
}
.hero-panel-body {
    font-size: 12px;
    opacity: 0.82;
    margin: 0 0 12px;
}
.hero-panel-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 10px;
    font-size: 11px;
}
.hero-panel-chip {
    padding: 7px 9px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.5);
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.hero-panel-chip strong {
    font-size: 11px;
}
.hero-panel-chip span {
    font-size: 10px;
    opacity: 0.85;
}
.hero-panel-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 4px;
    font-size: 11px;
}
.hero-panel-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(187, 247, 208, 0.75);
    background: rgba(21, 128, 61, 0.18);
    color: #bbf7d0;
}
.hero-panel-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(21, 128, 61, 0.55);
}
.hero-panel-cta {
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(252, 211, 77, 0.8);
    background: radial-gradient(circle at 0 0, #fde68a, #d4a748);
    color: #23170a;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.hero-panel-cta:hover {
    filter: brightness(1.05);
    text-decoration: none;
}
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 20px 40px;
}
.grid-main {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 28px;
}
.section-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px;
}
.section-subtitle {
    font-size: 13px;
    color: var(--nla-text-soft);
    margin: 0 0 14px;
}
.contact-card-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
}
.contact-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 12px 14px;
    border: 1px solid rgba(206, 213, 234, 0.9);
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: flex-start;
}
.contact-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, #fefaed, #f3d59d, #c29b3a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 0 0 2px rgba(244, 215, 155, 0.7);
}
.contact-card-body h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 2px;
}
.contact-card-body p {
    font-size: 12px;
    color: var(--nla-text-soft);
    margin: 0 0 6px;
}
.contact-card-body dl {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2px 6px;
    font-size: 12px;
    margin: 0;
}
.contact-card-body dt {
    color: var(--nla-text-soft);
}
.contact-card-body dd {
    margin: 0;
    font-weight: 500;
}
.chip-inline {
    display: inline-flex;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(30, 64, 175, 0.04);
    border: 1px dashed rgba(148, 163, 184, 0.8);
    font-size: 10px;
    color: var(--nla-text-soft);
    margin-top: 4px;
}
.form-shell {
    background: #fff;
    border-radius: var(--radius-xl);
    padding: 16px 18px 18px;
    border: 1px solid rgba(187, 197, 228, 0.95);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
}
.form-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
.form-header-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.form-header-sub {
    font-size: 12px;
    color: var(--nla-text-soft);
    margin: 2px 0 0;
}
.form-badge {
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.13);
    border: 1px solid rgba(234, 179, 8, 0.7);
    color: #854d0e;
    white-space: nowrap;
}
.form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px 12px;
    margin-bottom: 10px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
}
.form-group.full {
    grid-column: 1/-1;
}
input,
select,
textarea {
    border: 1px solid rgba(187, 197, 228, 0.95);
    border-radius: 12px;
    padding: 9px 10px;
    font: inherit;
    font-size: 12px;
    color: var(--nla-text-main);
    background: #fff;
}
textarea {
    resize: vertical;
}
.privacy-note {
    font-size: 11px;
    color: var(--nla-text-soft);
    background: #f9fafb;
    border: 1px dashed rgba(148, 163, 184, 0.8);
    padding: 8px 10px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.form-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-size: 11px;
    color: var(--nla-text-soft);
}
.primary-btn {
    padding: 7px 16px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #1e40af, #1d4ed8);
    color: #f9fafb;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(30, 64, 175, 0.45);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.primary-btn:hover {
    filter: brightness(1.04);
}
.wordpress-shortcode-note {
    margin-top: 10px;
    font-size: 10px;
    color: #6b7280;
    background: #fffaf0;
    border: 1px solid #ead7aa;
    border-radius: 10px;
    padding: 8px;
}
.split-section {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
    gap: 20px;
}
.card-soft {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 14px 16px 16px;
    border: 1px solid rgba(206, 213, 234, 0.9);
}
.card-soft h2 {
    font-size: 14px;
    margin: 0 0 4px;
}
.card-soft p {
    font-size: 12px;
    color: var(--nla-text-soft);
    margin: 0 0 10px;
}
.key-contacts-list {
    display: grid;
    gap: 10px;
    font-size: 12px;
}
.key-contact-row {
    border-radius: 12px;
    padding: 8px 10px;
    border: 1px dashed rgba(209, 213, 219, 0.9);
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(239, 246, 255, 0.96));
}
.key-contact-row strong {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}
.key-contact-row span {
    display: block;
    font-size: 11px;
    color: var(--nla-text-soft);
}
.address-block {
    font-size: 12px !important;
    background: #f9fafb;
    border-radius: 12px;
    padding: 10px 11px;
    border: 1px dashed rgba(209, 213, 219, 0.9);
    margin: 0 0 10px;
    font-style: normal;
}
.hours-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2px 10px;
    font-size: 11px;
    color: var(--nla-text-soft);
    margin-bottom: 10px;
}
.notice-box {
    margin-top: 10px;
    padding: 10px 11px;
    border-radius: 12px;
    border: 1px solid #ead7aa;
    background: #fffaf0;
    font-size: 12px;
}
.notice-box strong {
    display: block;
    margin-bottom: 4px;
}
.notice-box p {
    margin-bottom: 7px;
}
.trust-section {
    margin-top: 20px;
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 14px 16px;
    border: 1px solid rgba(206, 213, 234, 0.9);
}
.trust-section h2 {
    font-size: 16px;
    margin: 0 0 10px;
}
.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.trust-grid article {
    border: 1px dashed rgba(209, 213, 219, 0.9);
    border-radius: 13px;
    background: #f9fafb;
    padding: 10px;
}
.trust-grid h3 {
    font-size: 13px;
    margin: 0 0 4px;
}
.trust-grid p {
    font-size: 12px;
    color: var(--nla-text-soft);
    margin: 0;
}
@media (max-width: 900px) {
    .hero,
    .grid-main,
    .split-section {
        grid-template-columns: minmax(0, 1fr);
    }
    .trust-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
@media (max-width: 700px) {
    .form-grid,
    .hero-panel-list {
        grid-template-columns: minmax(0, 1fr);
    }
    .form-header,
    .hero-panel-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-title {
        font-size: 24px;
    }
    .hero {
        padding: 22px 16px;
    }
    main {
        padding: 14px 16px 34px;
    }
    .contact-card {
        grid-template-columns: 32px minmax(0, 1fr);
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behaviour: auto;
    }
    * {
        transition: none !important;
    }
}

/* Google Maps / GMB placeholder */
.map-card {
    margin-top: 12px;
}
.map-placeholder {
    position: relative;
    min-height: 230px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(187, 197, 228, 0.95);
    background: linear-gradient(135deg, #eef3fb, #dbe4f2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.map-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(6, 20, 41, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6, 20, 41, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.8;
}
.map-grid:before {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    top: 38%;
    height: 34px;
    background: rgba(255, 255, 255, 0.62);
    transform: rotate(-11deg);
    box-shadow:
        0 58px 0 rgba(255, 255, 255, 0.48),
        0 -54px 0 rgba(255, 255, 255, 0.42);
}
.map-grid:after {
    content: "";
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: 52%;
    width: 30px;
    background: rgba(255, 255, 255, 0.55);
    transform: rotate(15deg);
}
.map-pin {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    border-radius: 50% 50% 50% 0;
    background: #d4a748;
    color: #061429;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(6, 20, 41, 0.28);
    rotate: -45deg;
}
.map-pin::first-letter {
    rotate: 45deg;
}
.map-overlay {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 12px;
    border-radius: 13px;
    background: rgba(6, 20, 41, 0.94);
    border: 1px solid rgba(212, 167, 72, 0.45);
    color: #f8fafc;
    display: grid;
    gap: 4px;
}
.map-overlay strong {
    font-size: 13px;
}
.map-overlay span {
    font-size: 11px;
    color: #cbd5e1;
}
.map-overlay a {
    display: inline-flex;
    width: max-content;
    margin-top: 4px;
    padding: 5px 10px;
    border-radius: 999px;
    background: radial-gradient(circle at 0 0, #fde68a, #d4a748);
    color: #23170a;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}
.map-note {
    font-size: 11px !important;
    color: var(--nla-text-soft);
    margin: 7px 0 0 !important;
}
