.website-audit-tool {
    width: 100%;
    height: 2760px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
    color: #00a4ff;
    font-family: Inter;
}

/* ==========================================================================
   DESKTOP FAQ CONTAINER
   ========================================================================== */
.desktop-faq-container {
    position: absolute;
    top: 2084px;
    left: 396px;
    width: 686px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.selected-audit-tool {
    position: absolute;
    top: 660px;
    left: 86px;
    width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.selected-audit-tool-badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 39px;
    padding: 0 20px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0px 4px 19px rgba(0, 164, 255, 0.24);
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.selected-audit-tool-badge span {
    width: 13px;
    height: 12px;
    border-radius: 50%;
    background-color: #c7f408;
    flex-shrink: 0;
}

.selected-audit-tool-frame-shell {
    width: 100%;
    height: var(--tool-frame-height, 920px);
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0px 4px 18px rgba(0, 164, 255, 0.18);
    overflow: hidden;
}

.selected-audit-tool-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background-color: #fff;
}

.website-audit-tool.has-embedded-tool {
    height: calc(var(--tool-frame-height, 920px) + 540px);
}

.website-audit-tool.has-embedded-tool .tool-backend-html-section,
.mobile-backend-html-section,
.single-backend-html-section {
    background: linear-gradient(135deg, rgba(240, 250, 255, 0.96), rgba(250, 255, 241, 0.92));
    border: 1px solid rgba(0, 164, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 164, 255, 0.12);
    color: #111827;
    overflow: hidden;
}

.website-audit-tool.has-embedded-tool .tool-backend-html-section {
    position: absolute;
    top: calc(var(--tool-frame-height, 920px) + 540px);
    left: 86px;
    width: 1280px;
    margin: 0;
    padding: clamp(28px, 3vw, 48px);
    box-sizing: border-box;
    z-index: 3;
}

.website-audit-tool.has-embedded-tool .tool-backend-html-section > :first-child,
.mobile-backend-html-section > :first-child,
.single-backend-html-section > :first-child {
    margin-top: 0;
}

.website-audit-tool.has-embedded-tool .tool-backend-html-section > :last-child,
.mobile-backend-html-section > :last-child,
.single-backend-html-section > :last-child {
    margin-bottom: 0;
}

.website-audit-tool.has-embedded-tool .tool-backend-html-section :where(h1, h2, h3, h4, h5, h6),
.mobile-backend-html-section :where(h1, h2, h3, h4, h5, h6),
.single-backend-html-section :where(h1, h2, h3, h4, h5, h6) {
    color: #111827;
    line-height: 1.2;
    margin: 0 0 14px;
}

.website-audit-tool.has-embedded-tool .tool-backend-html-section :where(p, li),
.mobile-backend-html-section :where(p, li),
.single-backend-html-section :where(p, li) {
    color: #253244;
    font-size: 16px;
    line-height: 1.72;
}

.website-audit-tool.has-embedded-tool .tool-backend-html-section :where(p, ul, ol, table, blockquote),
.mobile-backend-html-section :where(p, ul, ol, table, blockquote),
.single-backend-html-section :where(p, ul, ol, table, blockquote) {
    margin: 0 0 18px;
}

.website-audit-tool.has-embedded-tool .tool-backend-html-section :where(img, video, iframe),
.mobile-backend-html-section :where(img, video, iframe),
.single-backend-html-section :where(img, video, iframe) {
    max-width: 100%;
}

.single-backend-html-section {
    width: min(1280px, calc(100% - 48px));
    margin: 24px auto 36px !important;
    padding: clamp(28px, 3vw, 48px);
    box-sizing: border-box;
}

.website-audit-tool.has-embedded-tool .website-audit-tool-child9 {
    top: 154px;
}

.website-audit-tool.has-embedded-tool .evidence-based-multi-page-audi {
    top: 167px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.website-audit-tool.has-embedded-tool .we-can-pull-exceptional-search-icon {
    top: 220px;
    left: 500px;
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.website-audit-tool.has-embedded-tool .website-audit-tool2 {
    top: 223px;
    left: 0;
    width: 100%;
    font-size: 42px;
    line-height: 1.2;
}

.website-audit-tool.tool-pdfmerger .we-can-pull-exceptional-search-icon {
    top: 219px;
    left: 525px;
    width: 58px;
    height: 58px;
}

.website-audit-tool.tool-imagetopdf .we-can-pull-exceptional-search-icon {
    top: 225px;
    left: 506px;
    width: 48px;
    height: 48px;
}

.website-audit-tool.tool-cvmaker .we-can-pull-exceptional-search-icon {
    top: 226px;
    left: 397px;
    width: 44px;
    height: 44px;
}

.website-audit-tool.has-embedded-tool .run-a-comprehensive {
    top: 304px;
    left: 50%;
    width: 820px;
    max-width: calc(100% - 280px);
    transform: translateX(-50%);
    font-size: 17px;
    line-height: 1.45;
}

.website-audit-tool.has-embedded-tool .public-httphttps-sites {
    top: 372px;
    left: 50%;
    width: 860px;
    max-width: calc(100% - 280px);
    transform: translateX(-50%);
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.website-audit-tool.has-embedded-tool .selected-audit-tool {
    top: 455px;
}

.website-audit-tool.has-embedded-tool .desktop-faq-container {
    top: calc(var(--tool-frame-height, 920px) + 520px);
}

.website-audit-tool.tool-cvmaker .desktop-faq-container {
    top: 1300px;
}

.website-audit-tool.has-embedded-tool .frequently-asked-questions-title {
    font-size: 34px;
}

.website-audit-tool.has-embedded-tool .selected-audit-tool-frame-shell {
    border-radius: 18px;
}

.tool-hero-title-row {
    position: absolute;
    top: 258px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-shrink: 0;
}

.website-audit-tool.has-embedded-tool .tool-hero-title-row {
    top: 223px;
}

.tool-hero-title-row .we-can-pull-exceptional-search-icon {
    position: static;
    width: 73px;
    height: 82px;
    object-fit: contain;
    flex-shrink: 0;
}

.tool-hero-title-row .website-audit-tool2 {
    position: static;
    width: auto;
    line-height: 1.2;
    flex-shrink: 0;
}

.website-audit-tool.has-embedded-tool .tool-hero-title-row .website-audit-tool2 {
    font-size: 42px;
}

.website-audit-tool.tool-cvmaker .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 44px;
    height: 44px;
}

.website-audit-tool.tool-imagetopdf .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 48px;
    height: 48px;
}

.website-audit-tool.tool-pdfmerger .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 58px;
    height: 58px;
}

.website-audit-tool.tool-cvmaker .tool-hero-title-row,
.website-audit-tool.tool-imagetopdf .tool-hero-title-row,
.website-audit-tool.tool-pdfmerger .tool-hero-title-row {
    gap: 10px;
}

.frequently-asked-questions-title {
    font-size: 36px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 900;
    color: #00a4ff;
    text-align: center;
}
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-item {
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(0, 164, 255, 0.15);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-question {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    gap: 16px;
}
.faq-dot {
    width: 13px;
    height: 13px;
    background-color: #c7f408;
    border-radius: 50%;
    flex-shrink: 0;
}
.faq-text {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #00a4ff;
    line-height: 1.4;
}
.faq-arrow {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}
.faq-answer {
    padding: 0 24px 24px 53px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    display: none;
}
.faq-item.active .faq-answer {
    display: block;
    animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.website-audit-tool-child {
    position: absolute;
    top: 548.33px;
    left: 1020.76px;
    border-radius: 121px;
    background: linear-gradient(122.6deg, rgba(0, 164, 255, 0.2), rgba(255, 255, 255, 0));
    width: 1004.9px;
    height: 761px;
    transform: rotate(-156.4deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.website-audit-tool-item {
    position: absolute;
    top: 1720.33px;
    left: 1538.06px;
    border-radius: 121px;
    background: linear-gradient(122.6deg, rgba(0, 164, 255, 0.2), rgba(255, 255, 255, 0));
    width: 1004.9px;
    height: 761px;
    transform: rotate(-156.4deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.website-audit-tool-inner {
    position: absolute;
    top: 3989.33px;
    left: 1497.06px;
    border-radius: 121px;
    background: linear-gradient(122.6deg, rgba(0, 164, 255, 0.2), rgba(255, 255, 255, 0));
    width: 1004.9px;
    height: 761px;
    transform: rotate(-156.4deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.rectangle-div {
    position: absolute;
    top: 4947.33px;
    left: 770.06px;
    border-radius: 121px;
    background: linear-gradient(122.6deg, rgba(0, 164, 255, 0.2), rgba(255, 255, 255, 0));
    width: 1004.9px;
    height: 761px;
    transform: rotate(-156.4deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.toolistify-logo-recovered-1 {
    position: absolute;
    top: 62px;
    left: 89px;
    width: 199px;
    height: 49px;
    object-fit: contain;
    flex-shrink: 0;
}

.ellipse-div {
    position: absolute;
    top: 946.92px;
    left: 218.14px;
    filter: blur(29px);
    border-radius: 50%;
    background: linear-gradient(147.71deg, rgba(199, 244, 8, 0.2) 36.54%, rgba(199, 244, 8, 0.2));
    width: 317px;
    height: 303.2px;
    transform: rotate(-169.9deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.website-audit-tool-child2 {
    position: absolute;
    top: 1867px;
    left: 555.47px;
    filter: blur(29px);
    border-radius: 50%;
    background: linear-gradient(147.71deg, rgba(199, 244, 8, 0.2) 36.54%, rgba(199, 244, 8, 0.2));
    width: 574.3px;
    height: 552.2px;
    transform: rotate(-169.9deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.website-audit-tool-child3 {
    position: absolute;
    top: 877.32px;
    left: 1440.28px;
    filter: blur(29px);
    border-radius: 50%;
    background: linear-gradient(147.71deg, rgba(199, 244, 8, 0.2) 36.54%, rgba(199, 244, 8, 0.2));
    width: 440px;
    height: 434.2px;
    transform: rotate(-169.9deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.website-audit-tool-child4 {
    position: absolute;
    top: 2672.32px;
    left: 1108.28px;
    filter: blur(29px);
    border-radius: 50%;
    background: linear-gradient(147.71deg, rgba(199, 244, 8, 0.2) 36.54%, rgba(199, 244, 8, 0.2));
    width: 440px;
    height: 434.2px;
    transform: rotate(-169.9deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.website-audit-tool-child5 {
    position: absolute;
    top: 3630.32px;
    left: 381.28px;
    filter: blur(29px);
    border-radius: 50%;
    background: linear-gradient(147.71deg, rgba(199, 244, 8, 0.2) 36.54%, rgba(199, 244, 8, 0.2));
    width: 440px;
    height: 434.2px;
    transform: rotate(-169.9deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.website-audit-tool-child6 {
    position: absolute;
    top: 2794.33px;
    left: 182.06px;
    border-radius: 121px;
    background: linear-gradient(122.6deg, rgba(0, 164, 255, 0.2), rgba(255, 255, 255, 0));
    width: 1004.9px;
    height: 761px;
    transform: rotate(-156.4deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.website-audit-tool-child7 {
    position: absolute;
    top: 3752.33px;
    left: -544.94px;
    border-radius: 121px;
    background: linear-gradient(122.6deg, rgba(0, 164, 255, 0.2), rgba(255, 255, 255, 0));
    width: 1004.9px;
    height: 761px;
    transform: rotate(-156.4deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.website-audit-tool-child8 {
    position: absolute;
    top: 2018.32px;
    left: 1440.28px;
    filter: blur(29px);
    border-radius: 50%;
    background: linear-gradient(147.71deg, rgba(199, 244, 8, 0.2) 36.54%, rgba(199, 244, 8, 0.2));
    width: 440px;
    height: 434.2px;
    transform: rotate(-169.9deg);
    transform-origin: 0 0;
    flex-shrink: 0;
}

.website-audit-tool-child9 {
    position: absolute;
    top: 193px;
    left: 580px;
    box-shadow: 0px 4px 19px rgba(0, 164, 255, 0.43);
    border-radius: 18px;
    background-color: #fff;
    width: 322px;
    height: 47px;
    flex-shrink: 0;
}

.website-audit-tool-child10 {
    position: absolute;
    top: 64px;
    left: 1176px;
    box-shadow: 0px 4px 19px rgba(0, 164, 255, 0.43);
    border-radius: 18px;
    background-color: #fff;
    width: 196px;
    height: 47px;
    flex-shrink: 0;
}

.evidence-based-multi-page-audi {
    position: absolute;
    top: 206px;
    left: 612px;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    flex-shrink: 0;
}

.ai-tools {
    position: absolute;
    top: 77px;
    left: 1236px;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    flex-shrink: 0;
}

.run-a-comprehensive {
    position: absolute;
    top: 356px;
    left: 501px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    text-align: center;
    flex-shrink: 0;
}

.website-audit-tool2 {
    position: absolute;
    top: 279px;
    left: 596px;
    font-size: 36px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 900;
    text-align: center;
    flex-shrink: 0;
}

.website-audit-tool-child11 {
    position: absolute;
    top: 211px;
    left: 589px;
    border-radius: 50%;
    background-color: #c7f408;
    width: 13px;
    height: 12px;
    flex-shrink: 0;
}

.website-audit-tool-child12 {
    position: absolute;
    top: 474px;
    left: 362px;
    box-shadow: 0px 4px 4px rgba(0, 164, 255, 0.3);
    border-radius: 24px;
    background-color: #fff;
    width: 388px;
    height: 54px;
    flex-shrink: 0;
}

.website-audit-tool-child13 {
    position: absolute;
    top: 474px;
    left: 756px;
    box-shadow: 0px 4px 4px rgba(0, 164, 255, 0.3);
    border-radius: 24px;
    background-color: #fff;
    width: 195px;
    height: 54px;
    flex-shrink: 0;
}

.website-audit-tool-child14 {
    position: absolute;
    top: 474px;
    left: 955px;
    box-shadow: 0px 4px 4px rgba(0, 164, 255, 0.3);
    border-radius: 24px;
    background-color: #fff;
    width: 137px;
    height: 54px;
    flex-shrink: 0;
}

.frame-div {
    position: absolute;
    top: 490px;
    left: 367px;
    width: 28px;
    height: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.we-can-pull-exceptional-search {
    position: absolute;
    top: 425px;
    left: 36px;
    width: 171px;
    height: 191px;
    flex-shrink: 0;
}

.polygon-icon {
    position: absolute;
    top: 76px;
    left: 1331px;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.sparkles-1-icon {
    position: absolute;
    top: 72px;
    left: 1197px;
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.public-website-url {
    position: absolute;
    top: 442px;
    left: 391px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    flex-shrink: 0;
}

.crawl-scope {
    position: absolute;
    top: 447px;
    left: 810px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    flex-shrink: 0;
}

.standard-up-to {
    position: absolute;
    top: 489px;
    left: 767px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    flex-shrink: 0;
}

.f2fd963a2028fa67ce38ffe0e92bc5-icon {
    position: absolute;
    top: 486px;
    left: 388px;
    width: 29px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.public-httphttps-sites {
    position: absolute;
    top: 548px;
    left: 367px;
    font-size: 11px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    flex-shrink: 0;
}

.httpsexamplecom {
    position: absolute;
    top: 493px;
    left: 436px;
    line-height: 150%;
    text-transform: lowercase;
    font-weight: 500;
    color: rgba(98, 98, 98, 0.43);
    text-align: center;
    flex-shrink: 0;
}

.reset {
    position: absolute;
    top: 490px;
    left: 1001px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    color: rgba(98, 98, 98, 0.43);
    text-align: center;
    flex-shrink: 0;
}

.we-can-pull-exceptional-search-icon {
    position: absolute;
    top: 258px;
    left: 507px;
    width: 73px;
    height: 82px;
    object-fit: contain;
    flex-shrink: 0;
}

.website-audit-tool .tool-hero-title-row {
    position: absolute;
    top: 258px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-shrink: 0;
}

.website-audit-tool.has-embedded-tool .tool-hero-title-row {
    top: 223px;
}

.website-audit-tool .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    position: static;
    width: 73px;
    height: 82px;
    object-fit: contain;
    flex-shrink: 0;
}

.website-audit-tool .tool-hero-title-row .website-audit-tool2 {
    position: static;
    width: auto;
    line-height: 1.2;
    flex-shrink: 0;
}

.website-audit-tool.has-embedded-tool .tool-hero-title-row .website-audit-tool2 {
    font-size: 42px;
}

.website-audit-tool.tool-cvmaker .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 44px;
    height: 44px;
}

.website-audit-tool.tool-imagetopdf .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 48px;
    height: 48px;
}

.website-audit-tool.tool-pdfmerger .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 58px;
    height: 58px;
}

.website-audit-tool.tool-cvmaker .tool-hero-title-row,
.website-audit-tool.tool-imagetopdf .tool-hero-title-row,
.website-audit-tool.tool-pdfmerger .tool-hero-title-row {
    gap: 10px;
}

.website-audit-tool-child15 {
    position: absolute;
    top: 2159px;
    left: 396px;
    box-shadow: 0px 4px 4px rgba(0, 164, 255, 0.3);
    border-radius: 24px;
    background-color: #fff;
    width: 686px;
    height: 61px;
    flex-shrink: 0;
}

.website-audit-tool-child16 {
    position: absolute;
    top: 2401px;
    left: 398px;
    box-shadow: 0px 4px 4px rgba(0, 164, 255, 0.3);
    border-radius: 24px;
    background-color: #fff;
    width: 686px;
    height: 61px;
    flex-shrink: 0;
}

.website-audit-tool-child17 {
    position: absolute;
    top: 2319px;
    left: 397px;
    box-shadow: 0px 4px 4px rgba(0, 164, 255, 0.3);
    border-radius: 24px;
    background-color: #fff;
    width: 686px;
    height: 61px;
    flex-shrink: 0;
}

.website-audit-tool-child18 {
    position: absolute;
    top: 2561px;
    left: 399px;
    box-shadow: 0px 4px 4px rgba(0, 164, 255, 0.3);
    border-radius: 24px;
    background-color: #fff;
    width: 686px;
    height: 61px;
    flex-shrink: 0;
}

.website-audit-tool-child19 {
    position: absolute;
    top: 2237px;
    left: 395px;
    box-shadow: 0px 4px 4px rgba(0, 164, 255, 0.3);
    border-radius: 24px;
    background-color: #fff;
    width: 686px;
    height: 61px;
    flex-shrink: 0;
}

.website-audit-tool-child20 {
    position: absolute;
    top: 2479px;
    left: 397px;
    box-shadow: 0px 4px 4px rgba(0, 164, 255, 0.3);
    border-radius: 24px;
    background-color: #fff;
    width: 686px;
    height: 61px;
    flex-shrink: 0;
}

.frequently-asked-questions {
    position: absolute;
    top: 2084px;
    left: 473px;
    font-size: 36px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 900;
    flex-shrink: 0;
}

.what-is-a {
    position: absolute;
    top: 2175px;
    left: 460px;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 306px;
    flex-shrink: 0;
}

.what-is-the {
    position: absolute;
    top: 2402px;
    left: 463px;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 699px;
    flex-shrink: 0;
}

.does-the-audit {
    position: absolute;
    top: 2336px;
    left: 461px;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 494px;
    flex-shrink: 0;
}

.why-can-results {
    position: absolute;
    top: 2578px;
    left: 463px;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 494px;
    flex-shrink: 0;
}

.can-i-audit {
    position: absolute;
    top: 2241px;
    left: 461px;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 478px;
    height: 55px;
    flex-shrink: 0;
}

.what-should-i {
    position: absolute;
    top: 2483px;
    left: 463px;
    font-size: 20px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 478px;
    height: 55px;
    flex-shrink: 0;
}

.website-audit-tool-child21 {
    position: absolute;
    top: 2179px;
    left: 1023px;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.website-audit-tool-child22 {
    position: absolute;
    top: 2421px;
    left: 1025px;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.website-audit-tool-child23 {
    position: absolute;
    top: 2339px;
    left: 1024px;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.website-audit-tool-child24 {
    position: absolute;
    top: 2581px;
    left: 1026px;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.website-audit-tool-child25 {
    position: absolute;
    top: 2257px;
    left: 1022px;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.website-audit-tool-child26 {
    position: absolute;
    top: 2499px;
    left: 1024px;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.website-audit-tool-child27 {
    position: absolute;
    top: 2185px;
    left: 435px;
    border-radius: 50%;
    background-color: #c7f408;
    width: 13px;
    height: 12px;
    flex-shrink: 0;
}

.website-audit-tool-child28 {
    position: absolute;
    top: 2427px;
    left: 437px;
    border-radius: 50%;
    background-color: #c7f408;
    width: 13px;
    height: 12px;
    flex-shrink: 0;
}

.website-audit-tool-child29 {
    position: absolute;
    top: 2345px;
    left: 436px;
    border-radius: 50%;
    background-color: #c7f408;
    width: 13px;
    height: 12px;
    flex-shrink: 0;
}

.website-audit-tool-child30 {
    position: absolute;
    top: 2587px;
    left: 438px;
    border-radius: 50%;
    background-color: #c7f408;
    width: 13px;
    height: 12px;
    flex-shrink: 0;
}

.website-audit-tool-child31 {
    position: absolute;
    top: 2263px;
    left: 434px;
    border-radius: 50%;
    background-color: #c7f408;
    width: 13px;
    height: 12px;
    flex-shrink: 0;
}

.website-audit-tool-child32 {
    position: absolute;
    top: 2505px;
    left: 436px;
    border-radius: 50%;
    background-color: #c7f408;
    width: 13px;
    height: 12px;
    flex-shrink: 0;
}

/* ==========================================================================
   MOBILE RESPONSIVE VIEW (< 1440px)
   ========================================================================== */

.mobile-view {
  display: none;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(180deg, #f0faff 0%, #ffffff 40%, #f7fcff 70%, #eaf6ff 100%);
  min-height: 100vh;
  color: #000;
}

@media (max-width: 1439px) {
  .website-audit-tool {
    display: none !important;
  }
  
  .mobile-view {
    display: block;
    padding-bottom: 16px;
  }

  /* Navbar (Same as index) */
  .mobile-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 164, 255, 0.1);
  }
  .mobile-logo {
    height: 32px;
    width: auto;
    object-fit: contain;
  }
  .mobile-ai-tools-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(0, 164, 255, 0.2);
    box-shadow: 0 4px 12px rgba(0, 164, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #00A4FF;
    cursor: pointer;
  }
  .mobile-btn-icon { width: 16px; height: 16px; }
  .mobile-btn-arrow { width: 12px; height: 12px; transform: rotate(90deg); }

  /* Hero / Audit Main */
  .mobile-hero {
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 20px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    box-shadow: 0 4px 15px rgba(0, 164, 255, 0.15);
    margin-bottom: 32px;
    text-transform: uppercase;
  }
  .mobile-badge-dot {
    width: 10px;
    height: 10px;
    background: #C7F408;
    border-radius: 50%;
  }
  .mobile-audit-hero-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 16px;
  }
  .mobile-hero-title {
    font-size: 32px;
    font-weight: 900;
    color: #00a4ff;
    margin: 0 0 16px 0;
  }
  .mobile-hero-subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
    margin-bottom: 40px;
    max-width: 500px;
  }

  /* Form Section */
  .mobile-audit-form {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }
  .mobile-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .mobile-input-group label {
    font-size: 14px;
    font-weight: 600;
    color: #00a4ff;
    padding-left: 12px;
  }
  .mobile-input-box, .mobile-dropdown-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 24px;
    padding: 14px 20px;
    box-shadow: 0 4px 12px rgba(0, 164, 255, 0.15);
  }
  .mobile-input-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    opacity: 0.5;
  }
  .mobile-url-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    color: #333;
    width: 100%;
  }
  .mobile-dropdown-box {
    justify-content: space-between;
    color: #00a4ff;
    font-weight: 500;
    font-size: 15px;
  }
  .mobile-reset-btn {
    background: #fff;
    border: none;
    border-radius: 24px;
    padding: 14px 20px;
    box-shadow: 0 4px 12px rgba(0, 164, 255, 0.15);
    color: #999;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    align-self: flex-start;
    min-width: 120px;
    text-align: center;
  }
  .mobile-form-disclaimer {
    font-size: 11px;
    color: #666;
    text-align: center;
    margin-top: 16px;
    line-height: 1.5;
    font-weight: 500;
  }

  /* FAQ Section */
  .mobile-section {
    padding: 26px 20px;
  }
  .mobile-backend-html-section {
    width: min(100% - 40px, 640px);
    margin: 0 auto 18px;
    padding: 24px;
    box-sizing: border-box;
  }
  .single-backend-html-section {
    width: min(100% - 32px, 640px);
    margin: 0 auto 32px !important;
    padding: 24px;
  }
  .mobile-selected-tool-section {
    padding-top: 8px;
  }
  .mobile-selected-tool-card {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 15px rgba(0, 164, 255, 0.12);
    padding: 16px;
    text-align: center;
    overflow: hidden;
  }
  .mobile-selected-tool-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0, 164, 255, 0.12);
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .mobile-selected-tool-badge span {
    width: 10px;
    height: 10px;
    background: #c7f408;
    border-radius: 50%;
  }
  .mobile-selected-tool-frame {
    width: 100%;
    height: var(--tool-frame-height, 920px);
    border: 0;
    border-radius: 18px;
    background: #fff;
    display: block;
  }
  .mobile-faq-title {
    font-size: 28px;
    font-weight: 900;
    color: #00a4ff;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .mobile-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 600px;
    margin: 0 auto;
  }
  .mobile-faq-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    box-shadow: 0 4px 15px rgba(0, 164, 255, 0.12);
    gap: 16px;
    cursor: pointer;
  }
  .mobile-faq-dot {
    width: 10px;
    height: 10px;
    background: #C7F408;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .mobile-faq-text {
    flex: 1;
    font-weight: 600;
    color: #00a4ff;
    font-size: 15px;
    line-height: 1.4;
  }
  .mobile-faq-arrow {
    width: 14px;
    height: 14px;
    object-fit: contain;
    opacity: 0.5;
    flex-shrink: 0;
  }

  .mobile-view.tool-typingspeedtest {
    --tool-frame-height: 1200px !important;
  }

  .mobile-view.tool-passwordgenerator {
    --tool-frame-height: 1950px !important;
  }

  .mobile-view.tool-assignmentdeadlineplanner,
  .mobile-view.tool-studyhourscalculator,
  .mobile-view.tool-admissionmeritcalculator,
  .mobile-view.tool-scholarshipeligibilitychecker,
  .mobile-view.tool-examreadinesscalculator,
  .mobile-view.tool-attendancecalculator,
  .mobile-view.tool-marksneededcalculator,
  .mobile-view.tool-semestergpacalculator,
  .mobile-view.tool-cgpacalculator,
  .mobile-view.tool-gpatargetplanner {
    --tool-frame-height: 1500px;
  }

  .mobile-hero-title-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .mobile-hero-title-row .mobile-audit-hero-icon {
    width: 40px;
    height: 40px;
    margin: 0;
    object-fit: contain;
    flex-shrink: 0;
  }

  .mobile-hero-title-row .mobile-hero-title {
    margin: 0;
  }

  .mobile-view.tool-website-audit .mobile-hero-title-row .mobile-audit-hero-icon {
    width: 56px;
    height: 56px;
  }
}

.website-audit-tool .tool-png-icon,
.mobile-view .tool-png-icon {
    image-rendering: auto;
    object-fit: contain;
    object-position: center;
}

.website-audit-tool.tool-website-audit .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 39px;
    height: 43px;
}

.website-audit-tool.tool-cvmaker .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 76px;
    height: 76px;
}

.website-audit-tool.tool-pdfmerger .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 40px;
    height: 40px;
}

.website-audit-tool.tool-imagetopdf .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 36px;
    height: 28px;
}

.website-audit-tool .polygon-icon,
.website-audit-tool .faq-arrow {
    width: 18px;
    height: 16px;
}

@media (max-width: 1439px) {
    .mobile-view.tool-website-audit .mobile-hero-title-row .mobile-audit-hero-icon {
        width: 39px;
        height: 43px;
    }

    .mobile-view.tool-cvmaker .mobile-hero-title-row .mobile-audit-hero-icon {
        width: 76px;
        height: 76px;
    }

    .mobile-view.tool-pdfmerger .mobile-hero-title-row .mobile-audit-hero-icon {
        width: 40px;
        height: 40px;
    }

    .mobile-view.tool-imagetopdf .mobile-hero-title-row .mobile-audit-hero-icon {
        width: 36px;
        height: 28px;
    }
}

/* New icon asset sizing overrides */
.website-audit-tool.tool-website-audit .tool-hero-title-row .we-can-pull-exceptional-search-icon,
.website-audit-tool.tool-cvmaker .tool-hero-title-row .we-can-pull-exceptional-search-icon,
.website-audit-tool.tool-imagetopdf .tool-hero-title-row .we-can-pull-exceptional-search-icon,
.website-audit-tool.tool-pdfmerger .tool-hero-title-row .we-can-pull-exceptional-search-icon {
    width: 56px;
    height: 56px;
}

.website-audit-tool .f2fd963a2028fa67ce38ffe0e92bc5-icon {
    width: 30px;
    height: 30px;
}

.website-audit-tool .polygon-icon,
.website-audit-tool .faq-arrow,
.mobile-view .mobile-faq-arrow,
.mobile-view .mobile-btn-arrow {
    width: 18px;
    height: 18px;
}

.website-audit-tool .sparkles-1-icon,
.mobile-view .mobile-btn-icon {
    width: 28px;
    height: 28px;
}

@media (max-width: 1439px) {
    .mobile-view.tool-website-audit .mobile-hero-title-row .mobile-audit-hero-icon,
    .mobile-view.tool-cvmaker .mobile-hero-title-row .mobile-audit-hero-icon,
    .mobile-view.tool-imagetopdf .mobile-hero-title-row .mobile-audit-hero-icon,
    .mobile-view.tool-pdfmerger .mobile-hero-title-row .mobile-audit-hero-icon {
        width: 44px;
        height: 44px;
    }
}
