body {
    background: #021D3D !important;
}

.hero {
    background-color: #fff;
    background-image: url("../assets/images/nofollow_dofollow/background-lines.webp");
    background-position: top left;
    background-repeat: repeat;
    padding: 80px 140px 140px 140px;
    border-radius: 0 0 60px 60px;
    position: relative;
    z-index: 2;
}

.hero__container {
    width: 100%;
}

.hero__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 40px;
}

.hero__title {
    width: 100%;
    color: #031d3d;
    font-size: 40px;
    font-weight: 700;
    line-height: 108%;
}

.hero__text {
    color: #4a5578;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
}

.textarea__container {
    width: 100%;
}

.textarea {
    width: 100%;
    background: #031d3d;
    border-radius: 32px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.textarea__field {
    width: 100%;
    height: 274px;
    border: 0;
    outline: none;
    resize: none;
    border-radius: 24px;
    padding: 28px 30px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #031d3d;
    background: #fff;
}

.textarea__field::placeholder {
    color: #7f88a2;
}

.textarea__actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 28px;
}

.button__arrow {
    background: #031D3D;
}

.pill {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 200px;
    background-color: #10335F;
    color: #fff;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 600;
    width: max-content;
}

/* ===================== */
/* Why Use Section       */
/* ===================== */

#evf_why {
    background-color: #021D3D;
    padding: 80px 140px;
}

#evf_why_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#evf_why .pill {
    margin-bottom: 12px;
}

#evf_why h2 {
    font-size: 60px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
}

#evf_why_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 800px;
}

.evf_why_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.evf_why_item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.evf_why_icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.08);
    color: #077DFD;
}

.evf_why_text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.3;
}

.evf_why_text p {
    font-size: 17px;
    line-height: 1.5em;
    color: #fff;
    opacity: 0.55;
}

/* ===================== */
/* What Is Section       */
/* ===================== */

#evf_about {
    background-color: #021D3D;
    padding: 80px 140px;
}

#evf_about_inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

#evf_about_left {
    flex: 1;
    min-width: 0;
}

#evf_about .pill {
    margin-bottom: 12px;
}

#evf_about h2 {
    font-size: 60px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

#evf_about_left > p {
    font-size: 20px;
    line-height: 1.6em;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 12px;
}

.evf_about_highlight {
    font-weight: 600;
    opacity: 0.9 !important;
}

#evf_about_right {
    flex-shrink: 0;
    width: 420px;
}

.evf_about_visual {
    background: #10335F;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.evf_visual_tag {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.evf_visual_label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.evf_visual_bar {
    height: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    overflow: hidden;
}

.evf_visual_fill {
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, #077DFD, #63AEFF);
    transition: width 1s ease;
}

.evf_visual_desc .evf_visual_fill {
    background: linear-gradient(90deg, #16b364, #4ade80);
}

.evf_visual_chars {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    opacity: 0.5;
    align-self: flex-end;
}

.evf_visual_check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.evf_visual_check span {
    font-size: 16px;
    color: #16b364;
    font-weight: 600;
}

/* ===================== */
/* What We Check section */
/* ===================== */

#evf_focus {
    background-color: #021D3D;
    padding: 0 140px 80px;
}

#evf_focus_inner {
    background: #10335F;
    border-radius: 32px;
    padding: 60px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

#evf_focus_left {
    flex: 1;
    min-width: 0;
}

#evf_focus .pill {
    margin-bottom: 12px;
    background-color: rgba(255, 255, 255, 0.08);
}

#evf_focus h2 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

#evf_focus_left > p {
    font-size: 20px;
    line-height: 1.6em;
    color: #fff;
    opacity: 0.65;
}

#evf_focus_right {
    flex-shrink: 0;
    width: 440px;
}

#evf_focus_right h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

#evf_checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.evf_check_item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.evf_check_item svg {
    flex-shrink: 0;
}

.evf_check_item span {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    opacity: 0.85;
}

/* Tools section */
.tools {
    background-color: rgba(3, 29, 61, 1);
    margin-bottom: 140px;
    padding-top: 88px;
    padding-bottom: 88px;
    border-radius: 60px;
}

.tools__container {
    padding: 0 140px;
    margin: 0;
}

.tools__swiper-wrapper {
    box-sizing: border-box;
    height: auto;
}

.tools__label {
    margin-bottom: 14px;
}

.tools__label span:nth-child(1) {
    display: block;
}

.tools__label span:nth-child(2) {
    display: none;
}

.tools__title {
    margin-bottom: 56px;
    color: #fff;
    font-family: "League Spartan";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
}

.tools__title span:nth-child(1) {
    display: block;
}

.tools__title span:nth-child(2) {
    display: none;
}

.tools__slide {
    display: flex;
    max-width: 808px;
    height: auto;
    flex-direction: column;
    border-radius: var(--Middle, 24px);
    background: var(--White, #fff);
    padding: 26px 40px 35px 40px;
}

.tools__slide:nth-child(4) {
    display: none;
}

.tools__swiper-buttons {
    margin-top: 70px;
    gap: 24px;
    display: flex;
    justify-content: center;
}

.tools__swiper-button {
    display: flex;
    height: 52px;
    width: 52px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: var(--Extra-large, 200px);
    transition: all 0.3s ease-in;
    outline: none;
}

.tools__swiper-button svg path {
    transition: all 0.3s ease-in;
}

.tools__swiper-button:nth-child(1) svg {
    transform: rotate(180deg);
}

/* Prev */
.tools__swiper-button-prev {
    border: 2px solid var(--Main-Blue-900, #031d3d);
    background: var(--Main-Blue-900, #031d3d);
}

.tools__swiper-button-prev:disabled {
    border: 2px solid var(--Gray-300, #dcdfea);
    background: var(--Gray-300, #dcdfea);
}

.tools__swiper-button-prev:hover {
    border: 2px solid var(--White, #fff);
    background: var(--White, #fff);
}

.tools__swiper-button-prev:hover svg path {
    stroke: var(--Main-Blue-600, #077dfd);
}

.tools__swiper-button-prev:focus {
    border: 2px solid var(--Main-Blue-600, #077dfd);
    background: var(--White, #fff);
}

.tools__swiper-button-prev:focus svg path {
    stroke: var(--Main-Blue-600, #077dfd);
}

/* Next */
.tools__swiper-button-next {
    border: 2px solid var(--Main-Blue-600, #077dfd);
    background: var(--Main-Blue-600, #077dfd);
}

.tools__swiper-button-next:disabled {
    border: 2px solid var(--Gray-300, #dcdfea);
    background: var(--Gray-300, #dcdfea);
}

.tools__swiper-button-next:hover {
    border: 2px solid var(--White, #fff);
    background: var(--White, #fff);
}

.tools__swiper-button-next:hover svg path {
    stroke: var(--Main-Blue-600, #077dfd);
}

.tools__swiper-button-next:focus {
    border: 2px solid var(--Main-Blue-600, #077dfd);
    background: var(--White, #fff);
}

.tools__swiper-button-next:focus svg path {
    stroke: var(--Main-Blue-600, #077dfd);
}

/* Tool slide inner */

.tools-slide__content {
    height: 309px;
    min-height: 309px;
    flex: 0 1 309px;
    padding: 12px 14px;
    margin-bottom: 24px;
    border-radius: var(--Middle, 24px);
    background: var(--Main-Blue-300, #c6e1ff);
}

.tools-slide__title {
    color: var(--Gray-900, #181f35);
    font-family: "League Spartan";
    font-size: 34px;
    font-style: normal;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 118%;
}

.tools-slide__text {
    color: var(--Gray-700, #4a5578);
    font-family: "League Spartan";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 36px;
}

.tools-slide__buttons {
    margin-top: auto;
    display: flex;
    justify-content: end;
}

.tools-slide__button-wrapper {
    height: 52px !important;
    min-height: 52px !important;
    width: 157px !important;
    max-width: 157px !important;
}

.tools-slide__button {
    padding: 10px 8px !important;
    height: 52px !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    width: 157px !important;
    color: var(--Main-Blue-900, #031d3d);
}

.tools-slide__button .button__text {
    font-size: 22px !important;
}

.tools-slide__button .button__arrow {
    display: flex !important;
}

.tools-slide__button:active {
    padding: 8px 6px !important;
    height: 48px !important;
}

/* Tools animation */

.tools-anim__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px 20px 16px 20px;
    border-radius: 16px;
    background: var(--Main-Blue-900, #031d3d);
}

.tools-anim__textarea {
    display: flex;
    padding: 13.544px;
    opacity: 1;
    gap: 3.386px;
    height: 213px;
    flex-shrink: 0;
    width: 100%;
    border-radius: 10.164px;
    background: var(--White, #fff);
}

.tools-anim__textarea-text {
    color: var(--Gray-500, #7f88a2);
    font-family: "League Spartan";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.tools-anim__img {
    margin-left: auto;
    margin-top: 12px;
}

.tools-anim__cursor {
    display: flex;
    position: absolute;
}

.tools-anim__cursor svg {
    display: flex;
    width: 37px;
    height: 37px;
    padding: 2.25px 4.523px 2.288px 4.583px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
}

.tools-anim__cursor span {
    display: flex;
    width: 43px;
    height: 26px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Extra-small, 8px);
    background-color: var(--Main-Blue-200, #e5f1ff);
    color: #000;
    text-align: center;
    font-family: "League Spartan";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

/* Options */
.tools-anim.option-1 .tools-anim__wrapper {
    background: var(--Main-Blue-600, #077dfd);
}

.tools-anim.option-2 .tools-anim__wrapper {
    background: var(--Main-Blue-900, #031d3d);
}

.tools-anim.option-3 .tools-anim__wrapper {
    background: var(--Main-Blue-700, #0e44b0);
}

.animated-path {
    fill: none;
    stroke: var(--Main-Blue-600);
    stroke-width: 4;
    stroke-dasharray: 288;
    stroke-dashoffset: 280;
}

.tools-anim.option-1 .animated-path,
.tools-anim.option-3 .animated-path {
    stroke: var(--White);
}

.tools-anim__loading {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 39%;
    top: 28%;
    border-radius: 50%;
    opacity: 0;
    rotate: 180deg;
    transition: opacity 0.4s ease-in-out;
}

.tools-anim-result {
    display: flex;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    flex-direction: column;
}

.tools-anim-result__title {
    color: var(--White, #fff);
    font-family: "League Spartan";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 140%;
}

.tools-anim-result-area {
    display: flex;
    width: 100%;
    position: relative;
    height: 215px;
    flex-direction: column;
    border-radius: var(--Middle, 24px);
    background: var(--Main-Blue-200, #e5f1ff);
    flex-shrink: 0;
}

.tools-anim-result-area__button {
    padding: 4px 10px;
    justify-content: center;
    height: 40px;
    width: 116px;
    display: flex;
    align-items: center;
}

.tools-anim-result-area__button span {
    color: var(--Main-Blue-900, #031d3d);
    font-family: "League Spartan";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    padding: 4px 10px 0 10px;
    line-height: 100%;
}

.tools-anim-result-area__text {
    color: var(--Gray-800, #30374f);
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    font-size: 15px;
}

.tools-anim-result-area__text span {
    font-weight: 700;
    font-size: 16px;
}

.tools-slide__content.tools-nofollow_dofollow {
    padding: 0;
    overflow: hidden;
    background: var(--Main-Blue-300, #c6e1ff);
}

.tools-slide__content.tools-nofollow_dofollow .nofollow_dofollow__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

/* Media queries */
@media (min-width: 1780px) {
  .tools-slide:first-child {
        margin-left: calc((100vw - 1655px) / 2);
  }

  .tools-slide:nth-child(3) {
        margin-right: calc((100vw - 1655px) / 2);
  }
}

@media (min-width: 1280px) and (max-width: 1780px) {
  .tools-slide:first-child {
        margin-left: 70px;
  }

  .tools-slide:nth-child(3) {
        margin-right: 70px;
  }
}

@media (min-width: 768px) {
  .tools__slide {
        max-height: 650px;
  }
}

@media (min-width: 510px) {
    .tools-anim.option-1 .tools-anim-result-area__button {
        right: 14px;
        top: 12px;
        position: absolute;
    }

    .tools-anim.option-1 .tools-anim-result-area {
        padding: 66px 14px 10px 32px;
    }

    .tools-anim.option-1 .tools-anim-result-area__text {
        font-size: 16px !important;
    }

    .tools-anim.option-2 .tools-anim-result-area__button {
        right: 14px;
        top: 26px;
        position: absolute;
    }

    .tools-anim.option-2 .tools-anim-result-area {
        padding: 32px 14px 42px 32px;
    }

    .tools-anim.option-3 .tools-anim-result-area__button {
        right: 1px;
        top: 21px;
        position: absolute;
    }

    .tools-anim.option-3 .tools-anim-result-area {
        padding: 21px 14px 14px 32px;
    }

    .tools-anim.option-3 .tools-anim-result-area__text {
        font-size: 16px !important;
    }

    .tools-anim-result__title {
        margin-left: -3px;
        margin-bottom: 14px;
    }

    .tools-anim-result-area__button {
        position: absolute;
    }
}

@media (max-width: 1585px) {
    .hero__title {
        font-size: 40px;
    }

    .hero__text {
        font-size: 18px;
    }

    #evf_about h2,
    #evf_why h2 {
        font-size: 48px;
    }

    #evf_about_right {
        width: 360px;
    }
}

@media (max-width: 1460px) {
    .hero {
        padding: 70px 100px 100px 100px;
    }

    .tools__container {
        padding: 0 100px;
    }

    #evf_about,
    #evf_why,
    #evf_focus {
        padding-left: 100px;
        padding-right: 100px;
    }

}

@media (max-width: 1280px) {
    .hero__header {
        flex-direction: column;
        gap: 14px;
    }

    .hero {
        padding: 60px 70px 80px 70px;
    }

    .hero__title {
        font-size: 40px;
    }

    #evf_about,
    #evf_why,
    #evf_focus {
        padding-left: 70px;
        padding-right: 70px;
    }


    .tools {
        margin-bottom: 110px;
        padding-top: 60px;
    }

    .tools__container {
        padding: 0 70px;
        text-align: center;
    }

    .tools__swiper {
        max-width: 100%;
        padding: 0 40px;
    }

    .tools__swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .tools__label span:nth-child(1) {
        display: none;
    }

    .tools__label span:nth-child(2) {
        display: block;
    }

    .tools__title span:nth-child(1) {
        display: none;
    }

    .tools__title span:nth-child(2) {
        display: block;
    }

    .tools__slide:nth-child(1) {
        order: 1;
    }

    .tools__slide:nth-child(2) {
        order: 2;
    }

    .tools__slide:nth-child(3) {
        order: 3;
    }

    .tools__swiper-buttons {
        display: none;
    }
}

@media (max-width: 1024px) {
    .hero__title {
        font-size: 40px;
    }

    .hero__text {
        font-size: 22px;
    }

    .textarea {
        padding: 30px;
    }

    #evf_about_inner {
        flex-direction: column;
        gap: 40px;
    }

    #evf_about_right {
        width: 100%;
        max-width: 480px;
    }

    #evf_about h2,
    #evf_why h2,
    #evf_focus h2 {
        font-size: 40px;
    }

    #evf_focus_inner {
        flex-direction: column;
        gap: 32px;
        padding: 40px;
    }

    #evf_focus_right {
        width: 100%;
    }

    #evf_about,
    #evf_why {
        padding-left: 40px;
        padding-right: 40px;
    }

    #evf_focus {
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media (max-width: 888px) {
    .hero {
        padding: 43px 40px 60px 40px;
    }

    .hero__title {
        font-size: 40px;
    }

    .how-it-works {
        padding: 37px 40px 80px 40px;
    }

    .tools__container {
        text-align: left;
        padding: 0 40px;
    }

    #evf_about,
    #evf_why {
        padding: 60px 40px;
    }

    #evf_focus {
        padding: 0 40px 60px;
    }

}

@media (max-width: 768px) {
    .hero__title {
        font-size: 40px;
    }

    .textarea {
        padding: 20px;
    }

    #evf_about h2,
    #evf_why h2,
    #evf_focus h2 {
        font-size: 34px;
        margin-bottom: 16px;
    }

    #evf_focus_inner {
        padding: 32px 24px;
    }

    .evf_why_item {
        padding: 20px 0;
    }

    .evf_why_text h3 {
        font-size: 19px;
    }

    .tools {
        margin-bottom: 80px;
    }

    .tools__container {
        padding: 0 36px;
    }

    .tools__title {
        margin-bottom: 36px;
        font-size: 40px;
        line-height: 118%;
    }

    .tools__slide {
        min-height: 580px;
        padding: 20px 16px 23px 16px;
    }

    .tools__slide:nth-child(4) {
        display: flex;
        order: 4;
    }

    .tools__slide:nth-child(4) .tools-slide__text {
        margin-bottom: 28px;
    }

    .tools-slide__content {
        padding: 10px;
    }

    .tools-slide__title {
        font-size: 22px;
        line-height: 140%;
    }

    .tools-slide__text {
        margin-bottom: 25px;
        font-size: 19px;
        line-height: 140%;
    }
}

@media (max-width: 510px) {
    
    .hero {
        padding: 40px 16px 24px 16px;
    }
    
    .hero__title {
        font-size: 34px;
    }

    #evf_about,
    #evf_why {
        padding: 48px 24px;
    }

    #evf_focus {
        padding: 0 24px 48px;
    }

    #evf_focus_inner {
        padding: 28px 20px;
    }

    #evf_about_left > p,
    #evf_focus_left > p {
        font-size: 17px;
    }

    .evf_why_icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }


    .tools {
        padding: 60px 20px;
    }

    .tools__swiper {
        padding: 0;
    }

    .tools__container {
        padding: 0;
    }

    .tools-anim__wrapper {
        padding: 12px 9px 6px 9px;
    }

    .tools-anim__img {
        margin-top: 24px;
    }

    .tools-anim__loading {
        left: 50%;
        top: 50%;
        transform: translate(50%, 50%);
    }

    .tools-anim-result-area {
        padding: 12px 8px 12px 12px;
        border-radius: var(--Extra-small, 8px);
        height: 238px;
    }

    .tools-anim-result-area__button {
        margin-left: auto;
        width: 103px;
    }

    .tools-anim-result-area__button span {
        font-size: 18px;
        line-height: 100%;
    }

    /* Option-specific mobile tweaks */
    .tools-anim.option-1 .tools-anim-result-area__button {
        margin-bottom: 0;
    }

    .tools-anim.option-1 .tools-anim-result-area__text .mobile-hidden {
        display: none;
    }

    .tools-anim.option-2 .tools-anim-result-area__text {
        color: var(--Gray-800, #30374f);
        font-size: 14px;
        font-weight: 400;
        line-height: 110%;
    }

    .tools-anim.option-3 .tools-anim-result-area__text p:first-child {
        max-width: 240px;
    }

    .tools-anim.option-3 .tools-anim-result-area__text p:last-child {
        display: none;
    }
}


/* ===================== */
/* Usage meter (in form) */
/* ===================== */

.evf-usage {
    margin-top: 4px;
}

.evf-usage[hidden] {
    display: none;
}

.evf-usage__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.evf-usage__label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 600;
}

.evf-usage__count {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.evf-usage__track {
    height: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    overflow: hidden;
}

.evf-usage__fill {
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, #077DFD, #63AEFF);
    transition: width 0.5s ease;
}

/* ===================== */
/* Verification result   */
/* ===================== */

/* The toggled container is transparent; the heading sits above the white card. */
.tool-result {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 36px;
}

.tool-result__header {
    margin-bottom: 16px;
}

.tool-result__title {
    font-size: 24px;
}

.evf-result {
    background: #fff;
    border: 1px solid #E7EAF0;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 1px 3px rgba(16, 24, 40, 0.06);
    overflow: hidden;
}

/* Header: status icon + email + badge */
.evf-result__head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 28px;
    border-bottom: 1px solid #EEF1F5;
}

.evf-result__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.evf-result__icon svg {
    width: 24px;
    height: 24px;
}

.evf-result__icon--valid {
    background: #E7F8EF;
    color: #12B76A;
}

.evf-result__icon--invalid {
    background: #FEECEB;
    color: #F04438;
}

.evf-result__icon--unknown {
    background: #FEF4E6;
    color: #F79009;
}

.evf-result__email {
    font-size: 19px;
    font-weight: 700;
    color: var(--say9-primary-blue, #031D3D);
    word-break: break-all;
    line-height: 1.3;
}

/* Push the status badge to the far right of the header row */
.evf-result__head .evf-badge {
    margin-left: auto;
}

.evf-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    background: #F2F4F7;
    color: #475467;
    flex-shrink: 0;
}

.evf-badge--valid {
    background: #E7F8EF;
    color: #047A48;
}

.evf-badge--invalid {
    background: #FEECEB;
    color: #B42318;
}

.evf-badge--unknown {
    background: #FEF4E6;
    color: #B54708;
}

/* Metrics: divider-separated columns */
.evf-result__metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 28px;
}

.evf-metric {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 22px;
    border-left: 1px solid #EEF1F5;
    min-width: 0;
}

.evf-metric:first-child {
    padding-left: 0;
    border-left: 0;
}

.evf-metric:last-child {
    padding-right: 0;
}

.evf-metric__label {
    font-size: 14px;
    font-weight: 500;
    color: #7F88A2;
}

.evf-metric__value {
    font-size: 17px;
    font-weight: 700;
    color: var(--say9-primary-blue, #031D3D);
    line-height: 1.35;
    word-break: break-word;
}

/* Risk value gets a trailing colored dot */
.evf-metric__value.evf-risk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.evf-metric__value.evf-risk::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}

.evf-risk--low {
    color: #12B76A;
}

.evf-risk--medium {
    color: #F79009;
}

.evf-risk--high {
    color: #F04438;
}

/* Footer: checked note + copy button */
.evf-result__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 28px;
    border-top: 1px solid #EEF1F5;
}

.evf-result__checked {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #7F88A2;
}

.evf-result__checked svg {
    flex-shrink: 0;
}

.evf-result__copy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 10px;
    border: 1px solid #DCDFEA;
    background: #fff;
    color: var(--say9-primary-blue, #031D3D);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease;
}

.evf-result__copy:hover {
    border-color: var(--Main-Blue-600, #077DFD);
    background: #F0F7FF;
}

.evf-result__copy svg {
    flex-shrink: 0;
}

/* Notice (limit reached / errors): a single clean card, no result skeleton */
.tool-result__error {
    display: none;
    align-items: center;
    gap: 14px;
    margin-top: 0;
    padding: 18px 22px;
    border-radius: 16px;
    border: 1px solid #FECDCA;
    background: #FEF3F2;
    color: #B42318;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.tool-result__error--visible {
    display: flex;
}

.evf-notice__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(180, 35, 24, 0.1);
    color: #B42318;
}

.evf-notice__icon svg {
    width: 22px;
    height: 22px;
}

.evf-notice__text {
    flex: 1;
    min-width: 0;
}

.evf-notice--limit {
    border-color: #FCE7B5;
    background: #FFFBEB;
    color: #B54708;
}

.evf-notice--limit .evf-notice__icon {
    background: rgba(181, 71, 8, 0.12);
    color: #B54708;
}

@media (max-width: 1024px) {
    #evf_about_inner {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    #evf_about_right {
        width: 100%;
        max-width: 480px;
    }
}

/* Metrics: 2-up on tablets */
@media (max-width: 860px) {
    .evf-result__metrics {
        grid-template-columns: 1fr 1fr;
        gap: 20px 0;
        padding: 20px 24px;
    }

    .evf-metric {
        padding: 0 20px;
    }

    .evf-metric:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }

    .evf-metric:nth-child(even) {
        padding-right: 0;
    }
}

/* Metrics: stacked rows on phones */
@media (max-width: 560px) {
    .evf-result__head {
        flex-wrap: wrap;
        gap: 12px;
        padding: 18px 20px;
    }

    .evf-result__metrics {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 6px 20px;
    }

    .evf-metric {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 13px 0;
        border-left: 0;
        border-top: 1px solid #EEF1F5;
    }

    .evf-metric:first-child {
        border-top: 0;
    }

    .evf-metric:nth-child(even) {
        padding-right: 0;
    }

    .evf-result__foot {
        padding: 14px 20px;
    }
}
