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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===================== */
/* Focus / Checklist     */
/* ===================== */

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

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

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

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

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

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

#meta_focus_right {
    flex-shrink: 0;
    width: 400px;
}

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

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

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

.meta_check_item svg {
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

.meta_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;
}

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

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

/* 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;
    }

    #meta_about h2,
    #meta_why h2 {
        font-size: 48px;
    }

    #meta_about_right {
        width: 360px;
    }
}

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

    .tools__container {
        padding: 0 100px;
    }

    #meta_about,
    #meta_why {
        padding-left: 100px;
        padding-right: 100px;
    }

    #meta_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;
    }

    #meta_about,
    #meta_why {
        padding-left: 70px;
        padding-right: 70px;
    }

    #meta_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;
    }

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

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

    #meta_about h2,
    #meta_why h2 {
        font-size: 40px;
    }

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

    #meta_focus h2 {
        font-size: 36px;
    }

    #meta_focus_right {
        width: 100%;
    }

    #meta_about,
    #meta_why {
        padding-left: 40px;
        padding-right: 40px;
    }

    #meta_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;
    }

    #meta_about,
    #meta_why {
        padding: 60px 40px;
    }

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

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

    .textarea {
        padding: 20px;
    }

    #meta_about h2,
    #meta_why h2 {
        font-size: 34px;
        margin-bottom: 16px;
    }

    #meta_focus h2 {
        font-size: 30px;
    }

    #meta_focus_inner {
        padding: 32px 24px;
    }

    .meta_about_visual {
        padding: 24px;
    }

    .meta_why_item {
        padding: 20px 0;
    }

    .meta_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;
    }

    #meta_about,
    #meta_why {
        padding: 48px 24px;
    }

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

    #meta_about_left > p,
    #meta_focus_left > p {
        font-size: 17px;
    }

    .meta_check_item span {
        font-size: 16px;
    }

    .meta_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;
    }
}

/* =============================================
   Free SEO Audit - tool-specific styles
   ============================================= */

/* Hero card: mascot video on the left, audit widget on the right.
   White card frame matches the existing free-audit modal aesthetic. The
   widget's default look is for the dark blog sidebar; the .fsa-card-scoped
   overrides further down flip it to the light-theme look used in the modal. */
.fsa-card {
    width: 100%;
    margin: 30px auto 0;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(3,29,61,0.22);
}
.fsa-card__grid {     
    display: grid;
    grid-template-columns: 560px 1fr;
    align-items: stretch;
    min-height: 470px;
}
.fsa-card__mascot {
    position: relative;
    overflow: hidden;
    background-color: #f5f7fb;
    background-image:
        repeating-linear-gradient(180deg, transparent 0 41px, rgba(7,125,253,0.08) 41px 42px),
        linear-gradient(180deg, #f9fbff 0%, #eef2f9 100%);
}
.fsa-card__mascot video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.fsa-card__form { display: flex; align-items: stretch; min-width: 0; padding: 34px 34px 28px; }
.fsa-card__form > .sn-audit-block { width: 100%; }

@media (max-width: 720px) {
    .fsa-card__grid { grid-template-columns: 1fr; min-height: auto; }
    .fsa-card__mascot { min-height: 220px; }
    .fsa-card__form { padding: 28px 24px 24px; }
}

/* ---- Light-theme overrides for the audit widget inside the white card ----
   Mirrors the modal scope (.sn-audit-modal) used on /seo-audit/, applied
   here to .fsa-card so the widget reads correctly on a white background. */
.fsa-card .subscribe_wrapper.sn-audit-block {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.fsa-card .sn-audit-block .subscribe_text {
    color: #0c2340 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin-bottom: 36px !important;
}
.fsa-card .sn-audit-block .sn-audit-step-label {
    color: #1a2332 !important;
    font-weight: 600 !important;
}
.fsa-card .sn-audit-block .sn-audit-input {
    background-color: #F6FAFF !important;
    color: #0c2340 !important;
    border: 2px solid transparent !important;
}
.fsa-card .sn-audit-block .sn-audit-input::placeholder { color: #99CAFF !important; }
.fsa-card .sn-audit-block .sn-audit-input:focus {
    background-color: #FFFFFF !important;
    border-color: #077DFD !important;
}
.fsa-card .sn-audit-block .sn-audit-input.sn-audit-error { border-color: #FF6B6B !important; }
.fsa-card .sn-audit-block .sn-audit-input:-webkit-autofill,
.fsa-card .sn-audit-block .sn-audit-input:-webkit-autofill:hover,
.fsa-card .sn-audit-block .sn-audit-input:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #F6FAFF inset !important;
    -webkit-text-fill-color: #0c2340 !important;
}
.fsa-card .sn-audit-block .sn-audit-fineprint { color: #5b6b80 !important; font-size: 13px !important; }
.fsa-card .sn-audit-block .sn-audit-fineprint a { color: #077DFD !important; text-decoration: underline !important; margin-left: 6px !important; font-weight: 600 !important; }
.fsa-card .sn-audit-block .sn-audit-dot { background: #DCE5F2 !important; }
.fsa-card .sn-audit-block .sn-audit-dot--active { background: #077DFD !important; }
.fsa-card .sn-audit-block .sn-audit-back { color: #1a73e8 !important; }
.fsa-card .sn-audit-block .sn-audit-back:hover { color: #0c2340 !important; }
.fsa-card .sn-audit-block .sn-audit-success-title { color: #0c2340 !important; }
.fsa-card .sn-audit-block .sn-audit-success-msg { color: #1a2332 !important; }
.fsa-card .sn-audit-block .sn-audit-success-msg strong { color: #0c2340 !important; }
.fsa-card .sn-audit-block .sn-audit-success-tip {
    background: #F6FAFF !important;
    color: #1a2332 !important;
}
.fsa-card .sn-audit-block .sn-audit-success-tip em { color: #0c2340 !important; }

/* "What your report looks like" feature grid */
#fsa_report { padding: 80px 0; }
.fsa-report-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.fsa-report-head { text-align: center; margin-bottom: 50px; }
.fsa-report-head .pill { display: inline-block; padding: 6px 16px; background: rgba(7,125,253,0.15); color: #077DFD; font-size: 13px; font-weight: 600; border-radius: 999px; margin-bottom: 14px; }
.fsa-report-head h2 { color: #fff; font-size: 38px; font-weight: 700; margin: 0 0 14px; }
.fsa-report-head p { color: rgba(255,255,255,0.65); font-size: 17px; line-height: 1.55; max-width: 680px; margin: 0 auto; }
.fsa-report-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fsa-report-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 28px 26px; transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease; }
.fsa-report-card:hover { transform: translateY(-3px); background: rgba(255,255,255,0.08); border-color: rgba(255,201,60,0.35); }
.fsa-report-card__icon { width: 48px; height: 48px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.fsa-report-card__icon svg { width: 24px; height: 24px; }
.fsa-report-card__icon--green  { background: rgba(22,179,100,0.18); color: #5be584; }
.fsa-report-card__icon--orange { background: rgba(245,158,11,0.18); color: #ffb347; }
.fsa-report-card__icon--purple { background: rgba(167,139,250,0.18); color: #c4b1ff; }
.fsa-report-card__icon--blue   { background: rgba(7,125,253,0.18);   color: #7ab6ff; }
.fsa-report-card__icon--yellow { background: rgba(255,201,60,0.18);  color: #ffd96e; }
.fsa-report-card__icon--red    { background: rgba(239,68,68,0.18);   color: #ff8a8a; }
.fsa-report-card__title { color: #fff; font-size: 19px; font-weight: 700; margin: 0 0 8px; line-height: 1.3; }
.fsa-report-card__text { color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.55; margin: 0; }
.fsa-report-sample { text-align: center; margin-top: 40px; }
.fsa-report-sample a { display: inline-flex; align-items: center; gap: 10px; color: #FFC93C; font-size: 16px; font-weight: 700; text-decoration: none; padding: 14px 28px; border: 2px solid #FFC93C; border-radius: 999px; transition: background 0.15s ease, color 0.15s ease; }
.fsa-report-sample a:hover { background: #FFC93C; color: #031d3d; }
.fsa-report-sample a svg { transition: transform 0.15s ease; }
.fsa-report-sample a:hover svg { transform: translateX(4px); }
@media (max-width: 980px) {
    .fsa-report-grid { grid-template-columns: repeat(2, 1fr); }
    .fsa-report-grid > :nth-child(4) { grid-column: auto; }
    .fsa-report-head h2 { font-size: 30px; }
}
@media (max-width: 600px) {
    .fsa-report-grid { grid-template-columns: 1fr; }
}

/* Sample finding card (left column of #meta_focus, balances the layout) */
.fsa-sample-card { margin-top: 28px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 20px 22px; max-width: 380px; }
.fsa-sample-card__caption { color: rgba(255,255,255,0.45); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; }
.fsa-sample-card__tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.fsa-tag { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; }
.fsa-tag--critical { background: rgba(220,38,38,0.18); color: #ff9b9b; }
.fsa-tag--owner    { background: rgba(7,125,253,0.18); color: #7ab6ff; }
.fsa-sample-card__title { color: #fff; font-size: 16px; font-weight: 700; margin: 0 0 6px; }
.fsa-sample-card__detail { color: rgba(255,255,255,0.7); font-size: 13px; line-height: 1.5; margin: 0 0 14px; }

.sn-audit-block .sn-audit-field {
    margin-bottom: 32px !important;
}

/* Mobile related-tools cards: the base CSS (copied from meta_tags_generator)
   reserves 580px on .tools__slide for the cursor animation other tool pages
   render inside .tools-slide__content. Our slides have no animation, so
   that height leaves a tall empty box. Let them size to content instead. */
@media (max-width: 768px) {
    .tools__slide { min-height: auto !important; }
}