:root {
    --accent: #c9a84c;
    --accent-hover: #b8943a;
    --accent-light: rgba(201, 168, 76, 0.12);
    --navy: #0d1b2a;
    --navy-mid: #152338;
    --navy-light: #1e3050;
    --bg: #f5f7fa;
    --surface: #ffffff;
    --text: #1a2233;
    --text-muted: #6b7a99;
    --text-light: #ffffff;
    --border: #e2e8f0;
    --star: #f5a623;
    --shadow: 0 4px 24px rgba(13, 27, 42, 0.10);
    --shadow-lg: 0 8px 40px rgba(13, 27, 42, 0.18);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
}

.eE8p2V1W {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}


#XK5N4P5z {
    position: fixed;
    inset: 0;
    background: rgba(10, 18, 30, 0.96);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

#qi4l4N7j {
    background: var(--navy-mid);
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 16px;
    padding: 48px 40px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    box-shadow: var(--shadow-lg);
}

#qi4l4N7j .aa7n1j8l {
    font-size: 3rem;
    margin-bottom: 16px;
}

#qi4l4N7j h2 {
    color: var(--text-light);
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 12px;
}

#qi4l4N7j p {
    color: #a0aec0;
    font-size: 0.95rem;
    margin-bottom: 8px;
    line-height: 1.6;
}

#qi4l4N7j .UD5S2L3J {
    color: var(--accent);
    font-size: 0.9rem;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 28px;
}

.Bn4x1Y9D {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.lS0B9U3u {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Inter', sans-serif;
}

.lS0B9U3u:hover {
    background: var(--accent-hover);
}

.yZ9s8C6h {
    background: transparent;
    color: #a0aec0;
    border: 1px solid #4a5568;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Inter', sans-serif;
}

.yZ9s8C6h:hover {
    border-color: #718096;
    color: #fff;
}

#st4n7K2N {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 18, 30, 0.98);
    z-index: 9998;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 20px;
}

#st4n7K2N.DP3E3B3O {
    display: flex;
}

#st4n7K2N h2 {
    color: #fc8181;
    font-size: 1.5rem;
}

#st4n7K2N p {
    color: #a0aec0;
    max-width: 400px;
}


#sZ4Q0s9A {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--navy);
    border-top: 1px solid rgba(201, 168, 76, 0.25);
    padding: 18px 24px;
    z-index: 9000;
    display: none;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sZ4Q0s9A.DP3E3B3O {
    display: flex;
}

#sZ4Q0s9A p {
    color: #a0aec0;
    font-size: 0.88rem;
    flex: 1;
    min-width: 260px;
}

#sZ4Q0s9A a {
    color: var(--accent);
    text-decoration: underline;
}

.Ve8S3X7x {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.dM5p2z7v {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background 0.2s;
}

.dM5p2z7v:hover {
    background: var(--accent-hover);
}

.Bq2j1h8k {
    background: transparent;
    color: #a0aec0;
    border: 1px solid #4a5568;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s;
}

.Bq2j1h8k:hover {
    color: #fff;
    border-color: #718096;
}


.OP3Q0B6L {
    background: var(--navy);
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
    position: sticky;
    top: 0;
    z-index: 500;
}

.qO7G5k9u {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1180px;
    margin: 0 auto;
    height: 64px;
}

.KF1p7Y7B {
    font-size: 1.45rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}

.KF1p7Y7B span {
    color: var(--accent);
}

.KD0U1o7v {
    display: flex;
    gap: 4px;
}


.vN4k1M3z {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.vN4k1M3z span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}

.KD0U1o7v a {
    color: #a0aec0;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 6px;
    transition: all 0.2s;
}

.KD0U1o7v a:hover,
.KD0U1o7v a.Kz1z8E4r {
    color: #fff;
    background: rgba(201, 168, 76, 0.12);
}


.pT6E4J9f {
    background: linear-gradient(rgba(13, 27, 42, 0.88), rgba(13, 27, 42, 0.82)), url('/images/hero_bg.png') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 90px 20px 70px;
}

.Ly2z6k6T {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.35);
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pT6E4J9f h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.pT6E4J9f h1 em {
    color: var(--accent);
    font-style: normal;
}

.pT6E4J9f h2 {
    font-size: 1.05rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 24px;
}

.LD6o6o6a {
    max-width: 720px;
    margin: 0 auto 38px;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.Cm9X7y2m {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.oo3F6V6u {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.oo3F6V6u svg {
    width: 20px;
    height: 20px;
    fill: var(--accent);
    flex-shrink: 0;
}


.Ns4K1O8C {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

.Ns4K1O8C h1 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 12px;
}

.Ns4K1O8C h1 span {
    color: var(--accent);
}

.Ns4K1O8C p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}


.mC3C9p6u {
    background: var(--navy-mid);
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
    padding: 11px 20px;
}

.wh9R6P1f {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 20px;
    font-size: 0.78rem;
    color: #718096;
    text-align: center;
}

.mC3C9p6u a {
    color: var(--accent);
    text-decoration: underline;
}

.mC3C9p6u .PS6z5q3E {
    opacity: 0.3;
}


.Wa3p0H6e {
    padding: 60px 0 40px;
}

.Qv2X2Q0m {
    text-align: center;
    margin-bottom: 36px;
}

.Qv2X2Q0m h2 {
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 8px;
}

.Qv2X2Q0m p {
    color: var(--text-muted);
    font-size: 1rem;
}

.UH2r5h7B {
    background: var(--surface);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.iv0p0Y7L {
    display: grid;
    grid-template-columns: 180px 1fr 160px 80px 160px;
    background: var(--navy);
    padding: 14px 24px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.55);
}

.WA0d8z9S {
    display: grid;
    grid-template-columns: 180px 1fr 160px 80px 160px;
    align-items: center;
    padding: 22px 24px 10px;
    border-bottom: 1px solid var(--border);
    position: relative;
    transition: background 0.15s;
}

.WA0d8z9S:last-child {
    border-bottom: none;
}

.WA0d8z9S:hover {
    background: #fafbfd;
}

.Ez5H5L4b {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--accent);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 4px 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-bottom-right-radius: 8px;
}

.ew5I5k7i img {
    max-width: 110px;
    max-height: 48px;
    object-fit: contain;
    background: #c9a84c83;
}

.PA3x4B0u strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 2px;
}

.PA3x4B0u span {
    font-size: 0.88rem;
    color: var(--text-muted);
}

.YY3D7i4i .mo9H0S9B {
    color: var(--star);
    font-size: 1.15rem;
    letter-spacing: 2px;
}

.YY3D7i4i .jN3r4N8V {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 2px;
}

.aJ2x8M2U .BZ0v0F5T {
    background: var(--navy);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

.aJ2x8M2U .Vl9F7m5m {
    background: var(--accent);
}

.Gm7I4H9o {
    display: block;
    background: var(--accent);
    color: #fff;
    text-align: center;
    padding: 13px 20px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.15s;
    width: 100%;
}

.Gm7I4H9o:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
}

.Gm7I4H9o small {
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    opacity: 0.9;
    margin-top: 3px;
    text-transform: none;
    letter-spacing: 0;
}

.hE0P3o2y {
    grid-column: 1 / -1;
    font-size: 0.72rem;
    color: #a0aec0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e2e8f0;
    line-height: 1.5;
    text-align: center;
}


.gh5T1m8i {
    padding: 60px 0;
}

.eP3Y8A4b {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 40px;
    margin: 0 0 60px;
    box-shadow: var(--shadow);
}

.eP3Y8A4b p {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.75;
}

.NS0u6Z9M {
    padding: 0 0 60px;
}

.Vz0K1b6B, .XD7W5A5v {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 44px;
    box-shadow: var(--shadow);
    max-width: 1180px;
    margin: 0 auto;
}

.XD7W5A5v {
    max-width: 860px;
}

.Vz0K1b6B h2, .XD7W5A5v h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--navy);
    margin: 32px 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent-light);
}

.Vz0K1b6B h2:first-child, .XD7W5A5v h2:first-child {
    margin-top: 0;
}

.Vz0K1b6B p, .XD7W5A5v p {
    color: #4a5568;
    margin-bottom: 14px;
    line-height: 1.75;
}

.XD7W5A5v ul {
    color: #4a5568;
    padding-left: 22px;
    margin-bottom: 14px;
}

.XD7W5A5v ul li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.XD7W5A5v a {
    color: var(--accent);
    text-decoration: underline;
}


.YD0n6Z4J {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 24px 0;
}

.kL5f0m0F {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #fff;
}

.kL5f0m0F:hover {
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.kL5f0m0F img {
    max-height: 50px;
    max-width: 140px;
    object-fit: contain;
    margin: 0 auto 14px;
}

.kL5f0m0F h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
}

.kL5f0m0F p {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin: 0 0 12px;
}

.kL5f0m0F a.cU0K0I2e {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    transition: background 0.2s;
}

.kL5f0m0F a.cU0K0I2e:hover {
    background: var(--accent-hover);
}


.Dq5m7F1l {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
}

.XQ9z5i2w {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 40px;
    box-shadow: var(--shadow);
}

.XQ9z5i2w h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 24px;
}

.ja0Q2f5W {
    margin-bottom: 20px;
}

.ja0Q2f5W label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px;
}

.ja0Q2f5W input,
.ja0Q2f5W textarea,
.ja0Q2f5W select {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: #fafbfd;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ja0Q2f5W input:focus,
.ja0Q2f5W textarea:focus,
.ja0Q2f5W select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
}

.ja0Q2f5W textarea {
    resize: vertical;
    min-height: 130px;
}

.Nv5u1f0X {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background 0.2s, transform 0.15s;
    width: 100%;
}

.Nv5u1f0X:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
}

.IU3P9d1h {
    background: var(--navy-mid);
    border-radius: 12px;
    padding: 40px;
    color: #fff;
}

.IU3P9d1h h2 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 24px;
}

.iY7l4z3j {
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
}

.iY7l4z3j svg {
    width: 22px;
    height: 22px;
    fill: var(--accent);
    flex-shrink: 0;
    margin-top: 2px;
}

.iY7l4z3j h3 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.iY7l4z3j p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.6);
}

.iY7l4z3j a {
    color: var(--accent);
    text-decoration: underline;
}

.fx6G1t3b {
    display: none;
    text-align: center;
    padding: 32px;
}

.fx6G1t3b h3 {
    color: var(--navy);
    font-size: 1.2rem;
    margin-bottom: 8px;
}

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


.Di5t6L6n {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 0.88rem;
}

.Di5t6L6n th {
    background: var(--navy);
    color: #fff;
    text-align: left;
    padding: 10px 14px;
    font-weight: 600;
}

.Di5t6L6n td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    color: #4a5568;
}

.Di5t6L6n tr:last-child td {
    border-bottom: none;
}

.Di5t6L6n tr:hover td {
    background: #fafbfd;
}


.MW1P2M8u {
    padding: 80px 0;
    background-color: var(--surface);
}

.kM8f0k7x {
    max-width: 850px;
    margin: 0 auto;
}

.nf2i5G8A {
    margin-bottom: 16px;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.nf2i5G8A:hover {
    border-color: var(--accent);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.nf2i5G8A.Kz1z8E4r {
    border-color: var(--accent);
    box-shadow: var(--shadow);
}

.YO7Q6k4K {
    width: 100%;
    padding: 24px 28px;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
}

.YO7Q6k4K::after {
    content: '+';
    font-size: 1.8rem;
    color: var(--accent);
    transition: transform 0.3s ease;
    font-weight: 400;
    line-height: 1;
}

.nf2i5G8A.Kz1z8E4r .YO7Q6k4K::after {
    transform: rotate(45deg);
}

.nf2i5G8A.Kz1z8E4r .YO7Q6k4K {
    color: var(--accent);
    background: var(--accent-light);
}

.Kn2N3Y1i {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    padding: 0 28px;
    color: #4a5568;
    line-height: 1.8;
    font-size: 1rem;
}

.nf2i5G8A.Kz1z8E4r .Kn2N3Y1i {
    max-height: 500px;
    padding: 20px 28px 28px;
}

.Kn2N3Y1i p {
    margin: 0;
}


.QF9Y8j8Q {
    background: var(--navy);
    color: #718096;
    padding: 60px 0 30px;
}

.gy3m2h4r {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.gJ3H5C5A h4 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.gJ3H5C5A a {
    display: block;
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 10px;
    transition: color 0.2s;
}

.gJ3H5C5A a:hover {
    color: var(--accent);
}

.gJ3H5C5A p {
    font-size: 0.88rem;
    line-height: 1.65;
}

.yw5g4y8R {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.yw5g4y8R span {
    color: var(--accent);
}

.BZ5t1d5X {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 28px;
    font-size: 0.82rem;
    line-height: 1.7;
    color: #64748b;
}

.BZ5t1d5X h5 {
    color: #94a3b8;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.BZ5t1d5X a {
    color: var(--accent);
    text-decoration: underline;
}

.rz4Z3V2A {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.82rem;
}

.rz4Z3V2A a {
    color: var(--accent);
    text-decoration: underline;
}

.jG8Z8f7b {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.jG8Z8f7b img {
    max-height: 28px;
    max-width: 80px;
    object-fit: contain;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.jG8Z8f7b a:hover img {
    opacity: 1;
}


@media (max-width: 900px) {
    .iv0p0Y7L {
        display: none;
    }

    .WA0d8z9S {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 28px 20px 14px;
        text-align: center;
    }

    .ew5I5k7i {
        grid-column: 1 / -1;
        display: flex;
        justify-content: center;
    }

    .ew5I5k7i img {
        margin: 0 auto;
    }

    .PA3x4B0u {
        grid-column: 1 / -1;
    }

    .YY3D7i4i {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .aJ2x8M2U {
        display: flex;
        justify-content: center;
    }

    .hE0P3o2y {
        text-align: left;
    }

    .gy3m2h4r {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 700px) {
    .pT6E4J9f {
        padding: 60px 20px 50px;
    }

    .Dq5m7F1l {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .WA0d8z9S {
        grid-template-columns: 1fr;
    }

    .KD0U1o7v {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--navy);
        flex-direction: column;
        padding: 40px 20px;
        gap: 15px;
        z-index: 1000;
        display: none;
    }

    .KD0U1o7v.DP3E3B3O {
        display: flex;
    }

    .KD0U1o7v a {
        font-size: 1.1rem;
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vN4k1M3z {
        display: flex;
    }

    .XD7W5A5v {
        padding: 28px 20px;
    }

    .Di5t6L6n {
        font-size: 0.78rem;
    }
}
