/* onas.css – styles extracted from Onas.html */

.onas-page { padding-top: 82px; }

.has-promo-banner.onas-page { padding-top: calc(82px + var(--promo-banner-height)); }

.about-hero {
    position: relative;
    padding: 88px 0 54px;
    background: linear-gradient(180deg, rgba(238, 246, 252, 0.92) 0%, rgba(255, 255, 255, 1) 100%);
    overflow: hidden;
}

.about-hero .container { position: relative; z-index: 1; }

.about-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 36px;
    align-items: center;
}

.about-kicker {
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 700;
    color: #0BA6DF;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 13px;
}

.about-hero h1 {
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.1;
    margin: 0 0 18px;
    color: #0f2236;
    font-family: "Roboto Slab", serif;
}

.about-hero p {
    margin: 0;
    font-size: 19px;
    line-height: 1.65;
    color: #2d3f4f;
    max-width: 760px;
}

.about-subtitle {
    font-weight: 500;
}

.about-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-actions .btn {
    min-height: 46px;
    padding: 10px 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    flex: 0 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.about-actions .btn:hover {
    text-decoration: none;
}

.hero-cta-secondary {
    background: #ffffff;
    border: 1px solid #CDE25D;
    color: #0f172a;
    padding: 10px 22px;
}

.hero-cta-secondary:hover {
    background: #f8fbe9;
    border-color: #a7c93a;
    color: #0f172a;
}

.about-checklist {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.about-checklist li {
    font-size: 16px;
    line-height: 1.5;
    color: #0f2236;
    font-weight: 700;
}

.about-hero-visual {
    position: relative;
    min-height: 430px;
}

.about-hero-visual img {
    width: 100%;
    max-width: 460px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 20px 30px rgba(15, 34, 54, 0.12));
    position: relative;
    z-index: 1;
}

.about-hero-ob-front {
    position: absolute;
    top: 0;
    right: 0;
    width: min(360px, 78%);
    max-width: 100%;
    height: auto;
    z-index: 2;
    display: block;
    pointer-events: none;
}

.about-section {
    padding: 62px 0;
    position: relative;
}

.about-section h2 {
    font-size: clamp(28px, 3.1vw, 40px);
    margin-bottom: 16px;
    color: #0f2236;
    font-family: "Roboto Slab", serif;
}

.about-section p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.7;
    color: #3b4c5b;
}

/* Inline style replacement: margin-top: 18px on <p> after .about-values */
.about-values-note {
    margin-top: 18px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 38px;
    align-items: center;
}

.about-section-image {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #d8e1ea;
    background: #fff;
    box-shadow: 0 12px 35px rgba(15, 34, 54, 0.08);
}

.about-section-image img.main {
    width: 100%;
    display: block;
}

.about-section-image img.pattern {
    position: absolute;
    width: 190px;
    right: -24px;
    bottom: -26px;
    opacity: 0.7;
    pointer-events: none;
}

.about-values {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.about-values li {
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #dbe4ec;
    background: #ffffff;
    font-size: 17px;
    font-weight: 500;
    color: #22384c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-values li::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0BA6DF 0%, #FAA533 100%);
    flex-shrink: 0;
}

.about-cta {
    padding: 42px 0 70px;
}

.about-cta-box {
    position: relative;
    border-radius: 18px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(130deg, #0BA6DF, #FAA533) border-box;
    padding: 40px 30px;
    text-align: center;
    overflow: hidden;
}

.about-cta-box h3 {
    margin: 0 0 12px;
    color: #0f2236;
    font-size: clamp(25px, 2.4vw, 34px);
    font-family: "Roboto Slab", serif;
    position: relative;
    z-index: 1;
}

.about-cta-box p {
    margin: 0;
    font-size: 18px;
    color: #3a4a59;
    position: relative;
    z-index: 1;
}

/* Inline style replacement: margin-top: 18px; position: relative; z-index: 1 on .btn in about-cta-box */
.about-cta-box .btn {
    margin-top: 18px;
    position: relative;
    z-index: 1;
    min-height: 46px;
    padding: 10px 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

@media (max-width: 992px) {
    .about-hero-grid,
    .about-grid { grid-template-columns: 1fr; }
    .about-hero { padding-top: 66px; }
    .about-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .about-actions .btn {
        width: 100%;
    }
    .about-hero-visual {
        min-height: auto;
    }
    .about-hero-ob-front {
        position: static;
        width: min(280px, 82%);
        margin: 0 auto 14px;
    }
    .about-hero-visual img {
        margin-top: 0;
    }
    .about-hero p,
    .about-section p { font-size: 17px; }
}

@media (max-width: 1100px) {
    .onas-page .site-header {
        padding: 12px 0 8px;
    }

    .onas-page .header-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center;
        gap: 8px;
    }

    .onas-page .main-nav {
        grid-column: 3;
        grid-row: 1;
        width: auto;
        margin-top: 0;
        justify-self: end;
        position: relative;
    }

    .onas-page .nav-toggle {
        display: flex;
    }

    .onas-page .nav-menu {
        display: none;
    }

    .onas-page .nav-menu.active {
        display: flex;
        position: absolute;
        top: calc(100% + 48px);
        right: 0;
        width: min(360px, calc(100vw - 20px));
        max-height: min(72vh, 520px);
        overflow-y: auto;
        flex-direction: column;
        gap: 8px;
        background: #fff;
        border-radius: 16px;
        padding: 12px;
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
        z-index: 1200;
    }

    .onas-page .nav-menu.active > li > a {
        display: block;
        padding: 10px 8px;
        font-size: 16px;
        line-height: 1.35;
    }

    .onas-page .nav-menu.active .has-submenu::after {
        display: none;
    }

    .onas-page .nav-menu.active .submenu {
        display: block;
        position: static;
        min-width: unset;
        box-shadow: none;
        border-radius: 10px;
        background: transparent;
        border: 0;
        margin-top: 2px;
        padding: 4px 0 4px 14px;
    }

    .onas-page .nav-menu.active .submenu a {
        font-size: 16px;
        line-height: 1.35;
        padding: 8px 0;
        white-space: normal;
    }

    .onas-page .header-actions {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .onas-page .header-actions .header-gps-link {
        display: none;
    }

    .onas-page .header-actions .btn-login {
        padding: 8px 12px;
        font-size: 13px;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .onas-page .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .onas-page .nav-menu.active {
        width: min(350px, calc(100vw - 16px));
        max-height: min(68vh, 460px);
    }
}

.onas-page .site-header .logo img {
    height: 50px !important;
    width: auto !important;
    max-width: none !important;
    max-height: 50px !important;
    flex: 0 0 auto;
}

.onas-page .site-header .brand-name {
    font-size: 24px;
    line-height: 1.1;
}

.onas-page .site-header .tagline {
    font-size: 13px;
    color: var(--text-gray);
}

@media (max-width: 767px) {
    .onas-page .site-header .brand-name {
        font-size: 20px;
    }

    .onas-page .site-header .tagline {
        font-size: 11px;
    }
}
