@import url('theme.css?v=20260921-news');
@import url('ote.css');

:root {
    --navy: #201d6c;
    --blue: #4380f0;
    --orange: #f8a52b;
    --ink: #262733;
    --muted: #677083;
    --line: #e6e8ef;
    --cream: #fff9ef
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: 'Be Vietnam Pro', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65
}

.skip {
    position: absolute;
    left: -999px
}

.skip:focus {
    left: 10px;
    top: 10px;
    z-index: 9;
    background: #fff;
    padding: 8px
}

.notice {
    background: var(--navy);
    color: #fff;
    min-height: 50px;
    padding: 10px max(3%, 40px);
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: .9rem
}

.notice div {
    display: flex;
    gap: 24px
}

.notice a {
    margin-left: auto;
    color: #ffc14a;
    text-decoration: none;
    font-weight: 700
}

.notice button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 22px;
    cursor: pointer
}

.contact {
    height: 43px;
    padding: 0 max(3%, 40px);
    display: flex;
    align-items: center;
    gap: 22px;
    background: #f8f9fc;
    font-size: .85rem
}

.nav {
    min-height: 68px;
    padding: 0 max(3%, 40px);
    display: flex;
    align-items: center;
    gap: 35px;
    box-shadow: 0 2px 12px #1111;
    background: #fff;
    position: relative;
    z-index: 2
}

.brand {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--navy);
    font-size: 2.05rem;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: -2px
}

.brand .flag {
    display: inline-grid;
    place-items: center;
    width: 45px;
    height: 31px;
    color: #fff;
    background: linear-gradient(45deg, #e42c33 43%, #fff 44% 52%, #2151a5 53%);
    font-size: 15px;
    letter-spacing: 0
}

.brand span span {
    color: #d83933
}

.links {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto
}

.links a {
    color: var(--ink);
    font-size: .93rem;
    text-decoration: none;
    font-weight: 600
}

.links small {
    font-size: .9rem
}

.actions {
    display: flex;
    gap: 12px;
    align-items: center
}

.lang {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 26px;
    padding: 9px 13px
}

.primary,
.secondary {
    display: inline-block;
    border: 0;
    border-radius: 28px;
    padding: 13px 23px;
    font: 600 .93rem inherit;
    text-decoration: none;
    cursor: pointer
}

.primary {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 8px 18px #f8a52b39
}

.primary.small {
    padding: 11px 18px
}

.secondary {
    color: #5284dc;
    border: 1px solid #7da2e5;
    background: #fff
}

.menu {
    display: none
}

.hero {
    text-align: center;
    padding: 54px 20px 42px;
    background: radial-gradient(circle at 25% 80%, #fff1da 0, transparent 32%), radial-gradient(circle at 80% 25%, #f4ebff 0, transparent 27%), #fff;
    min-height: 540px
}

.pill,
.eyebrow {
    font-size: .77rem;
    letter-spacing: .8px;
    color: #d99527;
    font-weight: 800
}

.pill {
    margin: auto;
    background: #fff5df;
    border-radius: 25px;
    padding: 7px 15px;
    width: max-content;
    max-width: 100%
}

.sun {
    font-size: 36px;
    color: var(--orange);
    margin: 22px auto 13px;
    line-height: 1
}

.hero h1 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.25;
    letter-spacing: -1.8px;
    margin: 0 auto 17px;
    max-width: 900px
}

.hero h1 em {
    font-style: normal;
    color: var(--blue)
}

.hero>p {
    color: #414655;
    max-width: 720px;
    margin: 0 auto 19px;
    font-size: 1.05rem
}

.marks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #182166;
    font-family: Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.05;
    text-align: left;
    margin: 22px
}

.marks i {
    color: #199a89
}

.seal {
    font-size: 34px
}

.divider {
    height: 44px;
    border-left: 1px solid #ccd2df;
    margin: 0 8px
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 12px
}

.section {
    max-width: 1140px;
    margin: auto;
    padding: 82px 28px
}

.about {
    text-align: center;
    max-width: 800px;
    padding-bottom: 38px
}

.section h2,
.consult h2 {
    font-size: clamp(1.65rem, 3vw, 2.4rem);
    letter-spacing: -1px;
    line-height: 1.25;
    margin: 8px 0 14px
}

.section>p {
    color: var(--muted);
    max-width: 700px
}

.about>p {
    margin: 0 auto
}

.test-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-top: 22px
}

.test-card {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 32px;
    background: #fff;
    box-shadow: 0 15px 38px #2020600a
}

.test-card.navy {
    background: linear-gradient(135deg, #251a71, #10255e);
    color: #fff;
    border: 0
}

.level {
    color: #e69524;
    font-weight: 800;
    font-size: .8rem
}

.test-card h3 {
    font-size: 1.55rem;
    line-height: 1.3;
    margin: 14px 0
}

.test-card p {
    color: #687083
}

.navy p {
    color: #dadcf4
}

.test-card dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 15px 0;
    gap: 8px
}

.navy dl {
    border-color: #ffffff2e
}

.test-card dt {
    font-size: .73rem;
    color: var(--muted)
}

.navy dt {
    color: #c4c9e8
}

.test-card dd {
    margin: 3px 0 0;
    font-size: .85rem;
    font-weight: 700
}

.price {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 12px 0;
    font-size: .87rem
}

.price strong {
    color: #e6921d
}

.test-card>a {
    color: #3976db;
    text-decoration: none;
    font-weight: 700
}

.navy>a {
    color: #ffc15a
}

.cat {
    text-align: center;
    padding-top: 34px;
    padding-bottom: 80px
}

.cat p {
    margin: 0 auto
}

.recognition {
    background: var(--cream);
    padding: 1px 0
}

.recognition-content {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 30px
}

.recognition strong {
    font-size: 4.4rem;
    color: var(--navy);
    line-height: 1
}

.recognition small {
    font-size: 1rem;
    color: var(--ink);
    font-weight: 500;
    display: block;
    line-height: 1.4;
    margin-top: 10px
}

.recognition ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px
}

.recognition li {
    border-bottom: 1px solid #eadfcb;
    padding-bottom: 12px
}

.recognition li:before {
    content: '✓';
    color: var(--orange);
    font-weight: 900;
    margin-right: 11px
}

.locations>p,
.news>p {
    margin-top: -4px
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 30px
}

.location-grid article {
    border: 1px solid var(--line);
    padding: 22px;
    border-radius: 12px
}

.location-grid h3 {
    margin: 0;
    font-size: 1.2rem
}

.location-grid p {
    color: var(--muted);
    font-size: .88rem;
    min-height: 52px
}

.location-grid a {
    color: #3f78cf;
    font-size: .88rem;
    text-decoration: none
}

.news {
    padding-top: 32px
}

.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 25px
}

.news-grid article {
    border-top: 2px solid var(--orange);
    padding: 22px 0
}

.news time {
    font-size: .78rem;
    color: var(--muted)
}

.news h3 {
    line-height: 1.45;
    font-size: 1.08rem
}

.news a {
    color: #477fe0;
    text-decoration: none;
    font-weight: 700
}

.consult {
    background: var(--navy);
    color: #fff;
    padding: 66px max(7%, 70px);
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 60px
}

.consult .eyebrow {
    color: #ffc15a
}

.consult p {
    color: #d5d7ed
}

.consult form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.consult label {
    font-size: .8rem;
    font-weight: 600
}

.consult input {
    display: block;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #ffffff33;
    border-radius: 7px;
    background: #fff;
    color: var(--ink);
    padding: 11px;
    font: 400 .92rem inherit
}

.consult .agree {
    grid-column: span 2;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400
}

.agree input {
    width: auto;
    margin: 0
}

.consult button {
    width: max-content
}

.form-message {
    grid-column: span 2;
    margin: 0
}

.footer-grid {
    padding: 52px max(7%, 70px);
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px
}

.footer-grid p {
    color: var(--muted);
    max-width: 350px;
    font-size: .9rem
}

.footer-grid h4 {
    font-size: .77rem;
    letter-spacing: 1px
}

.footer-grid div:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 9px
}

.footer-grid a {
    color: #454958;
    font-size: .88rem;
    text-decoration: none
}

.copyright {
    border-top: 1px solid var(--line);
    padding: 18px max(7%, 70px);
    font-size: .8rem;
    color: var(--muted)
}

.top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    border: 0;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    background: var(--orange);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 5px 13px #0002;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: .2s
}

.top.show {
    opacity: 1;
    pointer-events: auto
}

@media(max-width:850px) {
    .links {
        display: none
    }

    .links.open {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 68px;
        background: #fff;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        box-shadow: 0 8px 12px #0001
    }

    .menu {
        display: block;
        margin-left: auto;
        background: transparent;
        border: 0;
        font-size: 22px
    }

    .actions {
        margin-left: 0
    }

    .nav {
        gap: 15px
    }

    .location-grid {
        grid-template-columns: 1fr 1fr
    }

    .notice {
        gap: 12px
    }

    .notice div {
        gap: 10px;
        flex-wrap: wrap
    }

    .test-grid,
    .consult {
        grid-template-columns: 1fr
    }

    .consult form {
        grid-template-columns: 1fr
    }

    .consult .agree,
    .form-message {
        grid-column: span 1
    }
}

@media(max-width:560px) {
    .notice {
        font-size: .75rem;
        padding: 9px 16px
    }

    .notice a {
        display: none
    }

    .contact {
        padding: 0 16px;
        font-size: .72rem;
        gap: 11px
    }

    .nav {
        padding: 0 16px
    }

    .brand {
        font-size: 1.65rem
    }

    .brand .flag {
        width: 34px;
        height: 25px
    }

    .actions .primary {
        display: none
    }

    .hero {
        padding-top: 37px
    }

    .hero h1 {
        letter-spacing: -1px
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center
    }

    .test-grid,
    .news-grid,
    .recognition-content,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .test-card dl {
        grid-template-columns: 1fr
    }

    .location-grid {
        grid-template-columns: 1fr
    }

    .section {
        padding: 60px 20px
    }

    .consult {
        padding: 52px 20px;
        gap: 24px
    }

    .footer-grid {
        padding: 42px 20px;
        gap: 25px
    }
}
