﻿
@font-face {
    font-family: "Vazirmatn";
    src: url("../images/NoratoLanding/vazirmatn.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

#top {
    --blue: #134f89;
    --blue-dark: #0c3d6c;
    --yellow: #fdc101;
    --yellow-soft: #fff8dc;
    --orange: #ff8a34;
    --ink: #101010;
    --muted: #747474;
    --border: #e2e2e2;
    --surface: #ffffff;
    --shadow: 0 5px 14px rgb(0 0 0 / 9%);
    --radius: 12px;
}

#top, #top * {
    box-sizing: border-box;
}

#top {
    scroll-behavior: smooth;
}

#top {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

#main-content.norato-result-page {
    padding-inline: 0;
}

#top {
    font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

#top img {
    display: block;
    max-width: 100%;
}

#top a {
    color: inherit;
    text-decoration: none;
}

#top button,#top a {
    -webkit-tap-highlight-color: transparent;
}

#top .container {
    width: min(1035px, calc(100% - 40px));
    margin-inline: auto;
}

#top .section {
    padding-block: 34px;
}

#top h1,#top h2,#top h3,#top p {
    margin-top: 0;
}

#top h1,#top h2,#top h3 {
    line-height: 1.45;
}

#top h1 {
    margin-bottom: 18px;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
}

#top h2 {
    margin-bottom: 20px;
    font-size: clamp(23px, 2.5vw, 32px);
    font-weight: 900;
}

#top h3 {
    font-size: 19px;
    font-weight: 900;
}

#top .site-header {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

#top .top-strip {
    height: 13px;
    background: var(--orange);
}

#top .header-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#top .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--blue);
}

#top .brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--blue);
    border-radius: 12px 12px 5px 12px;
    font-size: 1.45rem;
    font-weight: 900;
}

#top .brand strong,#top .brand small {
    display: block;
    line-height: 1.35;
}

#top .brand strong {
    font-size: 1.25rem;
}

#top .brand small {
    color: #7b7b7b;
    font-size: .7rem;
}

#top .header-cta {
    padding: 9px 20px;
    color: #1a1a1a;
    background: var(--yellow);
    border-radius: 7px;
    font-size: .9rem;
    font-weight: 800;
}

#top .hero {
    min-height: 590px;
    display: grid;
    grid-template-columns: 1.4fr .85fr;
    align-items: center;
    gap: 64px;
    padding-block: 62px 45px;
}

#top .hero-media {
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
    border-radius: 3px;
}

#top .hero-copy {
    grid-column: 1;
    grid-row: 1;
}

#top .hero-media img {
    width: 100%;
    aspect-ratio: 364 / 546;
    object-fit: cover;
}

#top .hero-copy p {
    margin-bottom: 16px;
}

#top .wordmark {
    margin-bottom: 2px !important;
    color: var(--blue);
    font-size: clamp(43px, 6vw, 77px);
    font-weight: 900;
    line-height: 1.1;
    transform: rotate(-3deg);
    transform-origin: right center;
}

#top .hero-lead {
    color: #858585;
    font-size: 17px;
    font-weight: 700;
}

#top .button {
    width: fit-content;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 11px 24px;
    border: 0;
    border-radius: 5px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.4;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

    #top .button svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    #top .button:hover,#top .header-cta:hover {
        background: #ffd02f;
    }

    #top .button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgb(0 0 0 / 14%);
    }

    #top .button:focus-visible,#top .header-cta:focus-visible,#top .faq-question:focus-visible {
        outline: 3px solid rgb(19 79 137 / 28%);
        outline-offset: 3px;
    }

#top .button-primary {
    margin-top: 7px;
    background: var(--yellow);
}

#top .explain-card,#top .interpret-card,#top .review-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
}

#top .explain-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
}

#top .explain-copy {
    grid-column: 2;
    padding: 42px 48px 34px;
}

    #top .explain-copy h3 {
        margin-top: 22px;
        margin-bottom: 9px;
        font-size: 16px;
    }

#top .check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #top .check-list li {
        position: relative;
        padding-right: 23px;
        margin-bottom: 4px;
    }

        #top .check-list li::before {
            content: "";
            position: absolute;
            top: .87em;
            right: 0;
            width: 10px;
            height: 10px;
            background: var(--yellow);
            border-radius: 50%;
        }

#top .strong-note {
    margin-top: 17px;
    margin-bottom: 0;
    font-weight: 800;
}

#top .explain-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 100%;
}

    #top .explain-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#top .section-heading {
    max-width: 880px;
    margin: 0 auto 28px;
    text-align: center;
}

    #top .section-heading h2 {
        margin-bottom: 7px;
    }

    #top .section-heading > p {
        color: var(--muted);
    }

#top .feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

#top .feature-card {
    min-height: 292px;
    padding: 22px 20px 25px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    text-align: center;
}

    #top .feature-card img {
        width: 90px;
        height: 90px;
        margin: 0 auto 11px;
    }

    #top .feature-card h3 {
        margin-bottom: 10px;
    }

    #top .feature-card p {
        margin: 0;
        font-size: 15px;
        line-height: 1.9;
    }

#top .interpret-card {
    padding: 40px 50px 35px;
}

    #top .interpret-card h2 {
        text-align: center;
    }

#top .answer {
    margin: 0 0 26px;
    padding: 16px 24px;
    background: var(--yellow-soft);
    border: 1px solid #f5e9aa;
    font-size: 27px;
    font-weight: 900;
    text-align: center;
}

#top .interpret-body p {
    margin-bottom: 11px;
}

#top mark {
    display: inline-block;
    margin-inline: 3px;
    padding: 0 12px;
    background: var(--yellow);
    border-radius: 999px;
    font-weight: 900;
}

#top .services-intro {
    max-width: 930px;
    color: var(--ink) !important;
}

#top .services-caption {
    margin-bottom: 0;
    color: var(--ink) !important;
    font-weight: 900;
}

#top .service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

    #top .service-grid picture,#top .service-grid img {
        width: 100%;
    }

    #top .service-grid img {
        border-radius: 12px;
        box-shadow: var(--shadow);
    }

#top .review-card {
    display: grid;
    grid-template-columns: .8fr 1.35fr;
    align-items: center;
    padding: 38px 46px 28px;
}

#top .review-copy p {
    margin-bottom: 9px;
}

#top .review-copy {
    grid-column: 2;
    grid-row: 1;
}

#top .review-media {
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 330px);
    justify-self: center;
}

#top .cta-band {
    margin-top: 34px;
    color: #fff;
    background-color: var(--blue);
    background-image: url("../images/NoratoLanding/education-pattern.png");
    background-position: center;
    background-size: cover;
}

#top .cta-content {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 34px;
    text-align: center;
}

    #top .cta-content h2 {
        margin-bottom: 7px;
    }

    #top .cta-content p {
        margin-bottom: 2px;
    }

    #top .cta-content .button {
        margin-top: 18px;
        color: #111;
    }

#top .mobile-label {
    display: none;
}

#top .faq {
    padding-block: 52px 70px;
}

#top .accordion {
    max-width: 1035px;
    margin: 0 auto;
}

#top .faq-item {
    margin-bottom: 13px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    background: #fff;
    box-shadow: 0 3px 9px rgb(0 0 0 / 7%);
}

#top .faq-question {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 13px 22px;
    color: var(--ink);
    background: #fff;
    border: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 850;
    text-align: right;
    cursor: pointer;
}

#top .faq-icon {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

    #top .faq-icon::before,#top .faq-icon::after {
        content: "";
        position: absolute;
        top: 9px;
        left: 2px;
        width: 16px;
        height: 2px;
        background: #181818;
        transition: transform .22s ease;
    }

    #top .faq-icon::after {
        transform: rotate(90deg);
    }

#top .faq-item.is-open .faq-icon::after {
    transform: rotate(0deg);
}

#top .faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    background: #f8f8f8;
    transition: grid-template-rows .28s ease;
}

    #top .faq-answer p {
        min-height: 0;
        margin: 0;
        overflow: hidden;
        color: #5e5e5e;
        font-size: 16px;
        padding-inline: 22px;
        transition: padding .28s ease;
    }

#top .faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}

    #top .faq-item.is-open .faq-answer p {
        padding-block: 14px;
    }

/* The shared desktop layout absolutely positions its footer. This page has a
   dynamic accordion, so keep the footer in the document flow to prevent it
   from covering the last FAQ items. */
@media (min-width: 641px) {
    #main-content.norato-result-page ~ .footer.hidden-print {
        position: static !important;
    }
}

#top .site-footer {
    padding-block: 32px;
    color: #4c4c4c;
    background: #eeeeee;
    border-top: 2px solid var(--orange);
}

#top .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

    #top .footer-inner strong {
        color: var(--blue);
        font-size: 1.4rem;
    }

    #top .footer-inner p {
        margin: 0;
    }

    #top .footer-inner a {
        font-weight: 850;
    }

@media (max-width: 820px) {
    #top .hero {
        gap: 34px;
    }

    #top .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #top .review-card {
        grid-template-columns: 1fr 280px;
        padding-inline: 30px;
    }
}

@media (max-width: 640px) {
    #top {
        font-size: 15px;
        line-height: 2.05;
    }

    #top .container {
        width: min(100% - 20px, 520px);
        padding-inline: 0;
    }

    #top .section {
        padding-block: 24px;
    }

    #top .site-header {
        border-bottom: 0;
    }

    #top .top-strip {
        height: 48px;
    }

    #top .header-inner {
        display: none;
    }

    #top h1 {
        margin-bottom: 14px;
        font-size: 29px;
    }

    #top h2 {
        font-size: 24px;
    }

    #top .hero {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-top: 0;
        text-align: center;
    }

    #top .hero-media {
        width: calc(100% + 20px);
        margin-inline: -10px;
        border-radius: 0;
    }

    #top .hero-copy {
        grid-column: 1;
        grid-row: 1;
    }

    #top .hero-media img {
        width: 100%;
        aspect-ratio: 360 / 202;
    }

    #top .hero-copy {
        padding-top: 2px;
    }

        #top .hero-copy p {
            margin-bottom: 15px;
        }

    #top .wordmark {
        margin-bottom: 5px !important;
        font-size: 57px;
        text-align: center;
        transform-origin: center;
    }

    #top .hero-lead {
        color: #8a8a8a;
    }

    #top .hero .button,#top .review .button,#top .cta-content .button {
        width: 100%;
    }

    #top .button {
        min-height: 50px;
        justify-content: space-between;
    }

    #top .explain-card {
        display: flex;
        flex-direction: column-reverse;
    }

    #top .explain-copy {
        padding: 25px 18px 22px;
    }

        #top .explain-copy h2 {
            text-align: center;
        }

    #top .explain-media img {
        width: 100%;
        aspect-ratio: 288 / 162;
        object-fit: cover;
    }

    #top .strong-note {
        padding: 16px 10px;
        border-right: 3px solid #ededed;
        box-shadow: var(--shadow);
    }

    #top .section-heading {
        margin-bottom: 22px;
    }

    #top .feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #top .feature-card {
        min-height: 0;
        padding: 18px;
        text-align: right;
    }

        #top .feature-card p {
            font-size: 16px;
        }

        #top .feature-card img {
            margin: 0 0 8px auto;
        }

    #top .interpret-card {
        padding: 26px 18px 21px;
    }

        #top .interpret-card h2 {
            text-align: right;
        }

    #top .answer {
        font-size: 26px;
    }

    #top mark {
        padding-inline: 11px;
    }

    #top .service-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #top .review-card {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 18px 22px;
    }

    #top .review-media {
        width: calc(100% + 20px);
        max-width: none;
        margin-inline: -10px;
    }

    #top .review-copy h2 {
        margin-top: 22px;
    }

    #top .cta-band {
        margin-top: 24px;
    }

    #top .cta-content {
        min-height: 365px;
        padding-block: 26px 24px;
    }

        #top .cta-content h2 {
            max-width: 320px;
            font-size: 26px;
        }

        #top .cta-content p {
            margin-bottom: 7px;
            line-height: 2;
        }

    #top .desktop-label {
        display: none;
    }

    #top .mobile-label {
        display: inline;
    }

    #top .faq {
        padding-block: 34px 48px;
    }

    #top .faq-question {
        min-height: 68px;
        padding: 13px 14px;
        font-size: 16px;
    }

    #top .faq-answer p {
        padding-inline: 15px;
    }

    #top .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    #top, #top *,#top *::before,#top *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* Service comparison cards */
#top .service-card {
    position: relative;
    isolation: isolate;
    min-height: 198px;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 12px;
    background: radial-gradient(circle at 13% 82%, rgba(255, 205, 39, 0.18) 0 15%, transparent 16%), radial-gradient(circle at 24% 12%, rgba(87, 139, 205, 0.13) 0 20%, transparent 21%), linear-gradient(135deg, #f7faff 0%, #ffffff 62%);
    box-shadow: 0 5px 14px rgb(0 0 0 / 9%);
}

    #top .service-card::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: -72px;
        bottom: -110px;
        width: 300px;
        height: 300px;
        border: 34px solid rgba(71, 123, 193, 0.08);
        border-radius: 50%;
    }

    #top .service-card::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 34px;
        left: 44px;
        width: 105px;
        height: 12px;
        border-radius: 999px;
        background: rgba(72, 125, 193, 0.1);
        box-shadow: 0 26px 0 rgba(72, 125, 193, 0.08), 0 52px 0 rgba(72, 125, 193, 0.06);
        transform: rotate(-28deg);
    }

#top .service-card--last {
    background: radial-gradient(circle at 15% 78%, rgba(255, 205, 39, 0.16) 0 14%, transparent 15%), radial-gradient(circle at 26% 14%, rgba(87, 139, 205, 0.12) 0 21%, transparent 22%), linear-gradient(135deg, #f8fbff 0%, #ffffff 62%);
}

#top .service-card__content {
    position: relative;
    z-index: 1;
    width: 59%;
    min-height: 198px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    padding: 18px 26px 18px 16px;
    text-align: right;
}

#top .service-grid .service-card__icon {
    width: 76px;
    height: 76px;
    margin-bottom: 3px;
    object-fit: contain;
}

#top .service-card h3 {
    margin: 0 0 5px;
    font-size: 25px;
    font-weight: 900;
}

#top .service-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
}

@media (max-width: 640px) {
    #top .service-card {
        min-height: 224px;
    }

        #top .service-card::before {
            left: -105px;
            bottom: -90px;
        }

        #top .service-card::after {
            left: 28px;
            opacity: 0.75;
        }

    #top .service-card__content {
        width: 72%;
        min-height: 224px;
        padding: 16px 18px 16px 10px;
    }

    #top .service-grid .service-card__icon {
        width: 82px;
        height: 82px;
    }

    #top .service-card h3 {
        font-size: 26px;
    }

    #top .service-card p {
        font-size: 16px;
        line-height: 1.85;
    }
}

/* Readability overrides for the legacy host theme. The host sets the root font
   size to 10px and loads additional theme rules after this view's stylesheet. */
#top {
    font-size: 18px !important;
}

#top .hero-copy p,#top .explain-copy p,#top .check-list li,#top .section-heading > p,#top .feature-card p,#top .interpret-body p,#top .services-intro,#top .service-card p,#top .review-copy p,#top .cta-content p,#top .faq-question,#top .faq-answer p {
    font-size: 18px !important;
}

@media (max-width: 640px) {
    #top {
        font-size: 17px !important;
    }

    #top > .container,#top .container {
        width: calc(100% - 8px) !important;
        max-width: 520px;
        padding-inline: 0 !important;
    }

    #top .hero-copy p,#top .explain-copy p,#top .check-list li,#top .section-heading > p,#top .feature-card p,#top .interpret-body p,#top .services-intro,#top .service-card p,#top .review-copy p,#top .cta-content p,#top .faq-question,#top .faq-answer p {
        font-size: 17px !important;
    }

    #top .hero-media,#top .review-media {
        width: calc(100% + 8px);
        margin-inline: -4px;
    }
}

