@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --bg: #fffaf5;
    --white: #fff;
    --surface: rgba(255, 255, 255, 0.86);
    --surface-strong: #ffffff;
    --text: #0f2349;
    --muted: #121212;
    --line: rgba(20, 42, 86, 0.12);
    --accent: #ff6a13;
    --accent-soft: #fff0e6;
    --shadow: 0 18px 45px rgba(223, 127, 33, 0.12);
    --section-title-size: 2.6rem;
    --section-title-weight: 800;
    --section-title-spacing: 0em;
    --section-title-color: var(--text);
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text);
    /* background:
        radial-gradient(circle at top left, rgba(255, 190, 133, 0.22), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(255, 196, 146, 0.14), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fffaf4 100%); */
    background: var(--white);
    padding-top: 66px;
}
a{text-decoration:none;color:inherit}
a:hover, a:focus{text-decoration:none;color:inherit}
@media (max-width: 991px) {
    body { padding-top: 60px; }
}

body::before,
body::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(6px);
}

body::after {
    width: 36px;
    height: 36px;
    top: 30px;
    right: 34%;
    background: rgba(255, 183, 110, 0.5);
}
.feature-section, .placements-section, .why-section, .testimonials-section, .faq-section, .cta-section {
    margin: 28px 0 12px;
}

.feature-heading h2,
.placements-heading h2,
.why-copy h2,
.testimonials-copy h2,
.faq-heading h2,
.cta-copy h2,
.custom-plan-content h2 {
    color: var(--section-title-color);
    font-size: var(--section-title-size);
    line-height: 1.08;
    font-weight: var(--section-title-weight);
    letter-spacing: var(--section-title-spacing);
}
.ad-options-section {
    margin: 26px 0 10px;
    position: relative;
    padding: 42px 30px 36px;
    border-radius: 34px;
    /* background:
        radial-gradient(circle at 10% 0%, rgba(210, 223, 255, 0.35), transparent 24%),
        radial-gradient(circle at 92% 8%, rgba(226, 210, 255, 0.28), transparent 22%),
        radial-gradient(circle at 50% 100%, rgba(209, 245, 231, 0.22), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fbfcff 100%); */
    box-shadow: 0 18px 48px rgba(31, 56, 109, 0.04);
    overflow: hidden;
}

/* .ad-options-section::before,
.ad-options-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
} */

/* .ad-options-section::before {
    left: -42px;
    top: 36px;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(173, 200, 255, 0.28), transparent 68%);
} */

.ad-options-section::after {
    right: -28px;
    bottom: 18px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 193, 255, 0.18), transparent 68%);
}

.ad-options-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ad-options-heading h2 {
    position: relative;
    margin: 0;
    color: #1b2d54;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    /* text-transform: uppercase; */
    color: var(--section-title-color);
    font-size: var(--section-title-size);
    line-height: 1.08;
    font-weight: var(--section-title-weight);
    letter-spacing: var(--section-title-spacing);
}
.ad-options-heading h2 strong {
    color: var(--accent);
    font-weight: 800;
}
.ad-options-heading h2::before,
.ad-options-heading h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 52px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 127, 36, 0), rgba(255, 127, 36, 0.7));
}

.ad-options-heading h2::before {
    right: calc(100% + 14px);
}

.ad-options-heading h2::after {
    left: calc(100% + 14px);
    transform: scaleX(-1);
}

.ad-options-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.ad-option-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1.5px solid rgba(173, 184, 224, 0.24);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 252, 247, 0.98));
    box-shadow: 0 16px 34px rgba(31, 56, 109, 0.06);
    overflow: hidden;
    position: relative;
    isolation: isolate;
    --card-line: rgba(62, 99, 255, 0.55);
    --card-icon-bg: #edf2ff;
    --card-icon-border: rgba(62, 99, 255, 0.16);
    --card-icon-color: #3559c9;
    --card-cta-bg: linear-gradient(135deg, #4258f5, #9d61f4);
    --card-cta-border: rgba(66, 88, 245, 0.28);
    --card-header-color: #1e2c85;
    --card-head-row-bg: rgba(242, 246, 255, 0.96);
    --card-group-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 249, 255, 0.96));
    --card-mini-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent);
}

.ad-option-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 45%);
    pointer-events: none;
    z-index: -1;
}

.ad-option-card::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--card-line), rgba(255, 255, 255, 0.1));
    opacity: 0.8;
}

.ad-option-card-web {
    background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
    --card-line: rgba(62, 99, 255, 0.58);
    --card-icon-bg: #edf2ff;
    --card-icon-border: rgba(62, 99, 255, 0.18);
    --card-icon-color: #2f4fd7;
    --card-cta-bg: linear-gradient(135deg, #3550ea, #a06bf8);
    --card-cta-border: rgba(53, 80, 234, 0.28);
    --card-header-color: #2241c8;
    --card-head-row-bg: rgba(236, 242, 255, 0.96);
}

.ad-option-card-content {
    background: linear-gradient(180deg, #ffffff 0%, #faf4ff 100%);
    --card-line: rgba(195, 73, 179, 0.56);
    --card-icon-bg: #f6ecff;
    --card-icon-border: rgba(195, 73, 179, 0.18);
    --card-icon-color: #9b3dd0;
    --card-cta-bg: linear-gradient(135deg, #f03a9f, #ff9f8a);
    --card-cta-border: rgba(240, 58, 159, 0.22);
    --card-header-color: #8c2d78;
    --card-head-row-bg: rgba(252, 236, 246, 0.96);
}

.ad-option-card-push {
    background: linear-gradient(180deg, #ffffff 0%, #f3fff9 100%);
    --card-line: rgba(47, 194, 165, 0.6);
    --card-icon-bg: #e9fbf3;
    --card-icon-border: rgba(47, 194, 165, 0.18);
    --card-icon-color: #169f85;
    --card-cta-bg: linear-gradient(135deg, #0ea99b, #44d1b3);
    --card-cta-border: rgba(14, 169, 155, 0.22);
    --card-header-color: #117d71;
    --card-head-row-bg: rgba(231, 251, 247, 0.96);
}

.ad-option-card-youtube {
    background: linear-gradient(180deg, #ffffff 0%, #fff7f4 100%);
    --card-line: rgba(255, 122, 36, 0.6);
    --card-icon-bg: #fff0e5;
    --card-icon-border: rgba(255, 122, 36, 0.2);
    --card-icon-color: #f05e1f;
    --card-cta-bg: linear-gradient(135deg, #ff5a1a, #ffba1f);
    --card-cta-border: rgba(255, 122, 36, 0.2);
    --card-header-color: #dc4f13;
    --card-head-row-bg: rgba(255, 241, 230, 0.96);
}

.ad-option-head {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(28, 46, 80, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.4));
}

.ad-option-head h3 {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.25;
    font-weight: 800;
    color: var(--card-header-color);
}

.ad-option-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--card-icon-border);
    border-radius: 10px;
    background: var(--card-icon-bg);
    color: var(--card-icon-color);
    font-size: 1.16rem;
    box-shadow: none;
    flex-shrink: 0;
    overflow: hidden;
}

.ad-option-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ad-option-table {
    display: grid;
    background: rgba(255, 255, 255, 0.56);
}

.ad-option-row {
    display: grid;
    grid-template-columns: 1.5fr 0.9fr 0.8fr;
    gap: 10px;
    padding: 11px 14px;
    border-bottom: 1px solid rgba(28, 46, 80, 0.08);
    color: #263552;
    font-size: 0.7rem;
    line-height: 1.45;
    font-weight: 600;
    align-items: center;
    min-height: 55px;
}

.ad-option-row span:last-child {
    text-align: right;
    white-space: nowrap;
}

.ad-option-row-head {
    background: var(--card-head-row-bg);
    color: var(--card-header-color);
    font-size: 0.66rem;
    font-weight: 800;
    text-transform: none;
}

.ad-option-visual {
    display: grid;
    place-items: center;
    width: 50%;
    height: auto;
    margin: 10px auto 14px;
}

.ad-option-visual img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ad-option-visual-phone {
    width: 40%;
    height: auto;
}

.ad-option-groups {
    display: grid;
    gap: 7px;
    padding: 10px 10px 0;
}

.ad-option-group {
    border: 1px solid rgba(173, 184, 224, 0.18);
    border-radius: 14px;
    overflow: hidden;
    background: var(--card-group-bg);
}

.ad-option-group-community {
    --card-group-bg: linear-gradient(180deg, rgba(255, 248, 243, 0.98), rgba(255, 241, 231, 0.98));
    --card-header-color: #f05e1f;
}

.ad-option-group-shorts {
    --card-group-bg: linear-gradient(180deg, rgba(255, 249, 244, 0.98), rgba(255, 241, 229, 0.98));
    --card-header-color: #f05e1f;
}

.ad-option-group-video {
    --card-group-bg: linear-gradient(180deg, rgba(255, 248, 242, 0.98), rgba(255, 240, 226, 0.98));
    --card-header-color: #f05e1f;
}

.ad-option-group-additional {
    --card-group-bg: linear-gradient(180deg, rgba(255, 247, 240, 0.98), rgba(255, 237, 223, 0.98));
    --card-header-color: #f05e1f;
}

.ad-option-group h4 {
    margin: 0;
    padding: 6px 10px;
    background: var(--card-head-row-bg);
    color: var(--card-header-color);
    font-size: 0.66rem;
    font-weight: 800;
    text-align: center;
}

.ad-option-mini-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 6px 10px;
    border-top: 1px solid rgba(28, 46, 80, 0.08);
    color: #263552;
    font-size: 0.7rem;
    line-height: 1.35;
    font-weight: 600;
    background: var(--card-mini-bg);
}

.ad-option-mini-row span:last-child {
    white-space: nowrap;
    text-align: right;
}

.ad-option-illustration {
    position: relative;
    width: 108px;
    height: 108px;
    margin: 16px auto 14px;
    opacity: 0.88;
}

.ad-option-illustration-browser,
.ad-option-illustration-content {
    border: 2px solid rgba(31, 56, 109, 0.1);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(247, 249, 252, 0.9), rgba(255, 255, 255, 0.95));
}

.ad-option-illustration-browser::before,
.ad-option-illustration-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 16px;
    border-bottom: 1px solid rgba(31, 56, 109, 0.08);
    background: rgba(240, 243, 248, 0.8);
}

.ad-option-illustration-browser span:nth-child(1) {
    position: absolute;
    left: 14px;
    top: 30px;
    width: 78px;
    height: 12px;
    border-radius: 4px;
    background: rgba(31, 56, 109, 0.08);
}

.ad-option-illustration-browser span:nth-child(2) {
    position: absolute;
    left: 14px;
    top: 50px;
    width: 78px;
    height: 36px;
    border-radius: 6px;
    background: linear-gradient(135deg, #ffd0ae, #ff8d4b);
}

.ad-option-illustration-browser span:nth-child(3) {
    position: absolute;
    left: 14px;
    top: 92px;
    width: 48px;
    height: 6px;
    border-radius: 999px;
    background: rgba(31, 56, 109, 0.08);
}

.ad-option-illustration-content span:nth-child(1) {
    position: absolute;
    left: 16px;
    top: 34px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: linear-gradient(135deg, #ffd0ae, #ff8d4b);
}

.ad-option-illustration-content span:nth-child(2) {
    position: absolute;
    right: 16px;
    top: 34px;
    width: 34px;
    height: 52px;
    border-radius: 6px;
    background:
        linear-gradient(rgba(31, 56, 109, 0.1), rgba(31, 56, 109, 0.1)) top/100% 6px no-repeat,
        linear-gradient(rgba(31, 56, 109, 0.08), rgba(31, 56, 109, 0.08)) center/100% 6px no-repeat,
        linear-gradient(rgba(31, 56, 109, 0.06), rgba(31, 56, 109, 0.06)) bottom/100% 6px no-repeat;
}

.ad-option-illustration-mobile {
    width: 112px;
    height: 116px;
}

.ad-option-illustration-mobile::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    width: 42px;
    height: 86px;
    border: 3px solid #3d4d68;
    border-radius: 12px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #ffffff, #fff7f0);
}

.ad-option-illustration-mobile::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 42px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: rgba(255, 122, 29, 0.12);
    box-shadow:
        0 0 0 10px rgba(255, 122, 29, 0.06),
        -32px 12px 0 -8px rgba(255, 122, 29, 0.08),
        32px 0 0 -8px rgba(255, 122, 29, 0.08);
}

.ad-option-illustration-mobile span:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    color: var(--accent);
    font-size: 1.3rem;
}

.ad-option-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: auto 14px 12px;
    min-height: 44px;
    border: 1.5px solid transparent;
    border-radius: 12px;
    color: #fff;
    background: var(--card-cta-bg);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(54, 81, 190, 0.12);
    outline: none;
}

.ad-option-cta-solid {
    color: #fff;
    background: var(--card-cta-bg);
    border-color: transparent;
}

.ad-option-cta-muted {
    color: #fff;
    background: var(--card-cta-bg);
    border-color: transparent;
}

.bundle-section {
    margin: 26px 0 10px;
    padding: 40px 30px 34px;
}

.bundle-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
    text-align: center;
}

.bundle-heading h2 {
    position: relative;
    margin: 0;
    color: #1b2d54;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    /* text-transform: uppercase; */
    color: var(--section-title-color);
    font-size: var(--section-title-size);
    line-height: 1.08;
    font-weight: var(--section-title-weight);
    letter-spacing: var(--section-title-spacing);
}
.bundle-heading h2 strong {
    color: var(--accent);
    font-weight: 800;
}
.bundle-heading h2::before,
.bundle-heading h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 58px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 127, 36, 0), rgba(255, 127, 36, 0.7));
}

.bundle-heading h2::before {
    right: calc(100% + 14px);
}

.bundle-heading h2::after {
    left: calc(100% + 14px);
    transform: scaleX(-1);
}

.bundle-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.bundle-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 20px 14px 14px;
    border: 1.5px solid rgba(180, 192, 230, 0.34);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fdfdff 100%);
    box-shadow: 0 14px 34px rgba(31, 56, 109, 0.07);
    transform: translateY(0);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bundle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(31, 56, 109, 0.1);
}

.bundle-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6a18, #ff9e3d);
    border: 0;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    white-space: nowrap;
    box-shadow: 0 12px 22px rgba(255, 118, 42, 0.22);
}

.bundle-card-dark {
    background: linear-gradient(180deg, #243a61 0%, #1d2f50 100%);
    border-color: rgba(27, 48, 84, 0.35);
    color: #fff;
}

.bundle-card-featured {
    z-index: 2;
    padding-top: 32px;
    border-color: rgba(255, 127, 36, 0.38);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 231, 214, 0.78), transparent 36%),
        linear-gradient(180deg, #fffdfb 0%, #fff6ef 100%);
    box-shadow: 0 24px 56px rgba(255, 123, 29, 0.16);
    /* transform: translateY(-12px) scale(1.03); */
}

/* .bundle-card-featured:hover {
    transform: translateY(-14px) scale(1.03);
    box-shadow: 0 28px 62px rgba(255, 123, 29, 0.2);
} */

.bundle-card-head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 50px;
    margin-bottom: 12px;
}

.bundle-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 0;
    color: var(--accent);
    font-size: 1.55rem;
    line-height: 1;
    background: transparent;
    flex-shrink: 0;
}

.bundle-card-dark .bundle-icon {
    background: transparent;
    color: #ff9d58;
}

.bundle-card-head h3 {
    margin: 2px 0 0;
    color: #1b2d54;
    font-size: 0.98rem;
    line-height: 1.28;
    font-weight: 800;
}

.bundle-card-featured .bundle-card-head h3 {
    color: #a14200;
    font-size: 1.02rem;
}

.bundle-card-dark .bundle-card-head h3,
.bundle-card-dark .bundle-block h4,
.bundle-card-dark .bundle-list li,
.bundle-card-dark .bundle-ideal p {
    color: #f5f8ff;
}

.bundle-price {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(28, 46, 80, 0.08);
    color: var(--accent);
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 800;
}

.bundle-card-dark .bundle-price {
    border-bottom-color: rgba(255, 255, 255, 0.12);
    color: #ff8c44;
}

.bundle-card-featured .bundle-price {
    color: #ff6a18;
}

.bundle-block {
    margin-bottom: 12px;
}

.bundle-block h4 {
    margin: 0 0 8px;
    color: var(--accent);
    font-size: 0.88rem;
    line-height: 1.2;
    font-weight: 800;
}

.bundle-card-featured .bundle-block h4 {
    color: #a84b00;
}

.bundle-list {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bundle-list li {
    position: relative;
    padding-left: 16px;
    color: #263552;
    font-size: 0.75rem;
    line-height: 1.35;
    font-weight: 500;
}

.bundle-list li::before {
    content: "\eb7b";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 50%;
    color: var(--accent);
    font-family: "remixicon";
    font-size: 0.78rem;
    line-height: 1;
}

.bundle-card-featured .bundle-list li::before {
    color: #ff7a1d;
}

.bundle-ideal {
    margin-top: auto;
}

.bundle-ideal p {
    margin: 0;
    color: #263552;
    font-size: 0.68rem;
    line-height: 1.45;
    font-weight: 600;
}

.bundle-card-featured .bundle-ideal p {
    color: #4b3d2d;
}

.bundle-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    margin-top: 8px;
    border: 1.5px solid rgba(255, 118, 28, 0.35);
    border-radius: 12px;
    color: var(--accent);
    background: linear-gradient(135deg, #fff, #fff7f0);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(255, 123, 29, 0.08);
}

.bundle-cta-dark {
    color: #fff;
    background: rgba(12, 24, 46, 0.48);
    border-color: rgba(255, 255, 255, 0.18);
}

.bundle-card-featured .bundle-cta {
    color: #fff;
    background: linear-gradient(135deg, #ff6a18, #ffb12e);
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(255, 123, 29, 0.22);
}

.custom-plan-section {
    position: relative;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr) 230px;
    gap: 20px;
    align-items: center;
    margin: 20px 0 24px;
    padding: 16px 22px 18px;
    border: 1.5px solid rgba(255, 188, 146, 0.32);
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% 50%, rgba(255, 226, 205, 0.18), transparent 28%),
        radial-gradient(circle at 82% 50%, rgba(255, 226, 205, 0.16), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
    box-shadow: 0 16px 34px rgba(31, 56, 109, 0.05);
    overflow: hidden;
}

.custom-plan-section::before,
.custom-plan-section::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 191, 154, 0.8);
}

.custom-plan-section::before {
    top: 42px;
    left: 54px;
}

.custom-plan-section::after {
    top: 30px;
    right: 168px;
}

.custom-plan-content h2 {
    margin: 0 0 4px;
}

.custom-plan-subtitle {
    margin: 0 0 16px;
    color: #4b5d7a;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}

.custom-plan-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    margin-bottom: 16px;
}

.custom-plan-col {
    display: grid;
    gap: 10px;
}

.custom-plan-col p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    padding-left: 16px;
    margin: 0;
    color: #2c3a57;
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 600;
}

.custom-plan-col i {
    display: none;
}

.custom-plan-col p::before {
    content: "\eb7b";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: var(--accent);
    font-family: "remixicon";
    font-size: 0.78rem;
    line-height: 1;
}

.custom-plan-note {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 193, 155, 0.3);
    border-radius: 16px;
    background: rgba(255, 250, 246, 0.88);
}

.custom-plan-note-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 50%;
    background: #ffece2;
    color: var(--accent);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.custom-plan-note h3 {
    margin: 0 0 4px;
    color: #213255;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
}

.custom-plan-note p {
    margin: 0;
    color: #5a6981;
    font-size: 0.9rem;
    line-height: 1.45;
    font-weight: 600;
}

.custom-plan-actions {
    display: flex;
    gap: 16px;
}

.custom-plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 230px;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.98rem;
    font-weight: 700;
}

.custom-plan-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff8740, #ff6210);
}

.custom-plan-btn-secondary {
    color: var(--accent);
    background: #fff;
    border: 1.5px solid rgba(255, 118, 28, 0.45);
}

.custom-plan-visual {
    position: relative;
    min-height: 170px;
}

.custom-illustration-board {
    position: absolute;
    top: 14px;
    left: 54px;
    width: 138px;
    height: 110px;
    border: 5px solid #495b78;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffdfa, #fff6ef);
    box-shadow: 0 12px 24px rgba(31, 56, 109, 0.08);
}

.custom-board-chart {
    position: absolute;
    left: 16px;
    bottom: 20px;
    width: 56px;
    height: 38px;
    background:
        linear-gradient(180deg, #ffcca7 0 100%) left bottom/10px 18px no-repeat,
        linear-gradient(180deg, #ffab74 0 100%) center bottom/10px 28px no-repeat,
        linear-gradient(180deg, #ff8b46 0 100%) right bottom/10px 34px no-repeat;
}

.custom-board-donut {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: conic-gradient(#ff9f66 0 72%, #ffe2d0 72% 100%);
}

.custom-board-avatar {
    position: absolute;
    left: 18px;
    bottom: -20px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffb587;
    box-shadow: 0 14px 0 -6px #ffd5b9;
}

.custom-megaphone {
    position: absolute;
    left: 8px;
    top: 50px;
    width: 54px;
    height: 38px;
    border-radius: 12px 18px 18px 12px;
    background: linear-gradient(135deg, #ffb38a, #ff6d1d);
    transform: rotate(-18deg);
    box-shadow: 0 12px 24px rgba(255, 123, 29, 0.18);
}

.custom-megaphone::before {
    content: "";
    position: absolute;
    right: -16px;
    top: 4px;
    width: 22px;
    height: 30px;
    border: 4px solid #ff955a;
    border-left-width: 10px;
    border-radius: 2px 14px 14px 2px;
    background: #fff8f4;
}

.custom-megaphone::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: -12px;
    width: 10px;
    height: 20px;
    border-radius: 8px;
    background: #f08f57;
}

.custom-target {
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background:
        radial-gradient(circle, #fff8f4 0 13%, #ff8b46 13% 26%, #fff8f4 26% 40%, #ff8b46 40% 54%, #fff8f4 54% 100%);
    box-shadow: 0 10px 22px rgba(255, 130, 36, 0.12);
}

.custom-target::before {
    content: "";
    position: absolute;
    right: 8px;
    top: 18px;
    width: 24px;
    height: 4px;
    border-radius: 999px;
    background: #4a5e81;
    transform: rotate(-42deg);
    transform-origin: right center;
}

.custom-target::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid #4a5e81;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: rotate(-42deg);
}

.custom-plan-visual-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.custom-bars {
    position: absolute;
    right: 20px;
    bottom: 28px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.custom-bars span {
    width: 20px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #ffd5b9 0%, #ffa56a 100%);
}

.custom-bars span:nth-child(1) { height: 18px; }
.custom-bars span:nth-child(2) { height: 38px; }
.custom-bars span:nth-child(3) { height: 58px; }
.custom-bars span:nth-child(4) { height: 78px; }
.custom-bars span:nth-child(5) { height: 106px; }

.custom-trend-line {
    position: absolute;
    right: 22px;
    bottom: 56px;
    width: 158px;
    height: 98px;
    clip-path: polygon(0 78%, 32% 48%, 43% 52%, 62% 28%, 76% 18%, 100% 0, 100% 9%, 79% 24%, 63% 34%, 44% 58%, 31% 54%, 0 83%);
    background: linear-gradient(135deg, #ff8d4b, #ff6a13);
}

.custom-target-right {
    right: 4px;
    bottom: 20px;
    width: 72px;
    height: 72px;
}

.custom-people {
    position: absolute;
    top: 34px;
    left: 38px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 239, 226, 0.95);
    color: #ff9c5f;
    font-size: 1.3rem;
}

.custom-plan-section {
    grid-template-columns: minmax(190px, 0.38fr) minmax(420px, 1fr) minmax(190px, 0.38fr);
    gap: 22px;
    padding: 18px 28px 20px;
    border-radius: 12px;
}

.custom-plan-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.custom-plan-content h2 {
    font-size: 1.75rem;
    line-height: 1.15;
}

.custom-plan-subtitle {
    margin-bottom: 14px;
    font-size: 0.82rem;
}

.custom-plan-points {
    width: 100%;
    max-width: 620px;
    gap: 8px 28px;
    margin-bottom: 14px;
    text-align: left;
}

.custom-plan-col {
    gap: 8px;
}

.custom-plan-col p {
    gap: 8px;
    font-size: 0.76rem;
}

.custom-plan-note {
    width: min(100%, 520px);
    padding: 12px 16px;
    text-align: left;
}

.custom-plan-note-icon {
    width: 36px;
    height: 36px;
    font-size: 1.18rem;
}

.custom-plan-note h3 {
    font-size: 0.82rem;
}

.custom-plan-note p {
    font-size: 0.72rem;
}

.custom-plan-actions {
    width: 100%;
    justify-content: center;
}

.custom-plan-btn {
    min-width: 260px;
    min-height: 46px;
    border-radius: 9px;
    font-size: 0.8rem;
}

.custom-plan-visual {
    display: grid;
    place-items: center;
    min-height: 178px;
}

.custom-plan-visual img {
    display: block;
    width: 100%;
    max-width: 250px;
    max-height: 184px;
    object-fit: contain;
}

.custom-plan-visual-left img {
    max-width: 278px;
}

.custom-plan-visual-right img {
    max-width: 236px;
}
.hero-shell {
    width: min(1350px, calc(100% - 48px));
    margin: 0px auto 40px;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(520px, 1fr);
    align-items: center;
    gap: 24px;
    padding: 40px 24px 20px;
}

/* .hero-copy {
    max-width: 690px;
} */

.eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

h1 {
    margin: 8px 0 18px;
    font-size: 3.4rem;
    line-height: 1.2;
    font-weight: 800;
}

/* h1 strong {
    display: block;
} */

h1 strong {
    color: var(--accent);
    margin-top: 4px;
    font-weight: 800;
}

.hero-copy p {
    margin: 0;
    /* max-width: 650px; */
    color: var(--text);
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
}
.hero-copy .hero-support {
    font-size: 16px;
    margin: 1rem 0;
}
.hero-copy .hero-budget {
    font-size: 16px;
    margin: 1rem 0;
    font-weight: 700;
}
.hero-lead {
    /* display: flex; */
    align-items: flex-start;
    gap: 10px;
    /* max-width: 620px; */
    color: #223250;
}

.hero-lead-icon {
    color: var(--accent);
    font-size: 1.2rem;
    line-height: 1.3;
}

.hero-lead strong {
    color: var(--accent);
}

.hero-support,
.hero-budget,
.hero-note {
    max-width: 640px;
}

.hero-support {
    margin-top: 26px;
    color: #263552;
}

.hero-budget {
    margin-top: 24px;
    font-size: 1.05rem;
    color: #1f2d47;
    font-weight: 700;
}

.hero-budget strong {
    color: var(--accent);
}

.hero-note {
    margin-top: 8px;
    color: var(--muted);
    font-size: 1rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* min-height: 58px; */
    padding: 14px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 106, 19, 0.3);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff7c22, #ff5a00);
}

.btn-secondary {
    color: var(--accent);
    background: rgba(255, 255, 255, 0.85);
}

.btn i {
    font-size: 1.25rem;
    line-height: 1;
}

.hero-stats {
    display: grid;
    gap: 6px;
    margin-top: 10px;
    /* max-width: 560px; */
}

.stat {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 52px;
}

.stat-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: var(--accent);
    font-size: 1.35rem;
    background: #fae2d2;
    box-shadow: none;
}

.stat p span {
    margin: 0;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 800;
    color: var(--accent);
}

.stat p {
    margin: 0;
    color: #23314d;
    font-size: 0.98rem;
    font-weight: 500;
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 6px;
    /* min-height: 720px; */
}

.visual-glow {
    position: absolute;
    width: 86%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(255, 184, 120, 0.33), rgba(255, 184, 120, 0.08) 40%, transparent 72%),
        conic-gradient(from 180deg, rgba(255, 189, 130, 0.08), rgba(255, 255, 255, 0), rgba(255, 189, 130, 0.14), rgba(255, 255, 255, 0));
    filter: blur(1px);
}

/* .hero-visual::before,
.hero-visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-visual::before {
    width: 620px;
    height: 620px;
    border: 1px dashed rgba(255, 166, 98, 0.45);
}

.hero-visual::after {
    width: 11px;
    height: 11px;
    right: 10%;
    bottom: 22%;
    background: #3d85ff;
    box-shadow:
        -255px -118px 0 6px rgba(61, 133, 255, 0.18),
        -155px 122px 0 8px rgba(61, 133, 255, 0.85);
} */

.hero-visual img {
    position: relative;
    z-index: 1;
    width: min(100%, 870px);
    height: auto;
    display: block;
    margin-left: auto;
    /* filter: drop-shadow(0 30px 55px rgba(127, 85, 30, 0.12)); */
}

.hero-float-card {
    position: absolute;
    z-index: 2;
    padding: 14px 16px;
    border: 1px solid rgba(26, 44, 82, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 34px rgba(28, 54, 99, 0.1);
}

.hero-float-label {
    margin: 0 0 6px;
    font-size: 0.84rem;
    line-height: 1.2;
    font-weight: 700;
    color: #263552;
}

.hero-float-card h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.15;
    font-weight: 800;
    color: #112347;
}

.hero-float-sub {
    display: block;
    margin-top: 4px;
    color: #44536d;
    font-size: 0.8rem;
    font-weight: 500;
}

.hero-spark {
    width: 112px;
    height: 42px;
    margin-top: 8px;
    overflow: visible;
}

.hero-spark polyline {
    fill: none;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-spark-orange polyline {
    stroke: #ff6a13;
}

.hero-spark-blue polyline {
    stroke: #3178ff;
}

.hero-float-card-metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 220px;
}

.hero-float-card-metric h3,
.hero-float-card-revenue h3 {
    font-size: 1.05rem;
}

.hero-float-card-metric h3 span,
.hero-float-card-revenue h3 span {
    margin-left: 6px;
    color: #1ea65b;
    font-size: 0.82rem;
    font-weight: 800;
}

.hero-metric-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.2rem;
}

.hero-metric-orange {
    color: var(--accent);
    background: #fff2e8;
}

.hero-metric-blue {
    color: #3178ff;
    background: #eef4ff;
}

.hero-float-card-revenue {
    width: 225px;
}

.hero-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 64px;
    margin-top: 14px;
}

.hero-bars span {
    display: block;
    width: 9px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #ffb06e 0%, #ff7b1d 100%);
}

.hero-bars span:nth-child(1) { height: 8px; }
.hero-bars span:nth-child(2) { height: 20px; }
.hero-bars span:nth-child(3) { height: 12px; }
.hero-bars span:nth-child(4) { height: 34px; }
.hero-bars span:nth-child(5) { height: 22px; }
.hero-bars span:nth-child(6) { height: 46px; }
.hero-bars span:nth-child(7) { height: 28px; }
.hero-bars span:nth-child(8) { height: 52px; }

.hero-float-card-performance {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    width: 300px;
}

.hero-performance-value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding-bottom: 4px;
}

.hero-performance-value strong {
    color: #15984e;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 800;
}

.hero-performance-value span {
    color: #31405d;
    font-size: 0.84rem;
    font-weight: 600;
}

.hero-float-card-youtube {
    top: 34px;
    left: 10px;
    width: 146px;
}

.hero-float-card-visitors {
    top: 206px;
    left: -6px;
    width: 150px;
}

.hero-float-card-push {
    top: 418px;
    left: -2px;
    width: 158px;
}

.hero-float-card-impressions {
    top: 34px;
    right: 4px;
}

.hero-float-card-clicks {
    top: 170px;
    right: 0;
}

.hero-float-card-ctr {
    top: 304px;
    right: 2px;
}

.hero-float-card-revenue {
    top: 438px;
    right: 0;
}

.hero-float-card-performance {
    left: 118px;
    bottom: 16px;
}

.feature-section {
    padding: 36px 24px 24px;
}

.feature-heading {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.feature-heading p {
    margin: 0 0 14px;
    color: var(--accent);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.feature-heading h2 {
    margin: 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.feature-card {
    /* min-height: 330px; */
    padding: 34px 28px 30px;
    border: 1.5px solid rgba(255, 106, 19, 0.22);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 12px 34px rgba(255, 136, 44, 0.06);
    text-align: center;
}

.feature-icon {
    display: inline-grid;
    place-items: center;
    /* width: 92px;
    height: 92px; */
    margin-bottom: 22px;
    border-radius: 50%;
    color: var(--accent);
    font-size: 4rem;
    line-height: 1;
}

.feature-card h3 {
    margin: 0 0 18px;
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 800;
}

.feature-card p {
    margin: 0;
    color: #2d3854;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 500;
}

.placements-section {
    position: relative;
    padding: 40px 24px 28px;
    /* overflow: hidden; */
}

.placements-section::before,
.placements-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.placements-section::before {
    top: -62px;
    right: -48px;
    width: 210px;
    height: 210px;
    background:
        radial-gradient(circle, rgba(255, 146, 57, 0.14) 1.4px, transparent 1.5px);
    background-size: 6px 6px;
    opacity: 0.9;
}

.placements-section::after {
    left: -44px;
    top: 54%;
    width: 84px;
    height: 84px;
    background: radial-gradient(circle, rgba(255, 181, 122, 0.34), rgba(255, 181, 122, 0.08) 60%, transparent 72%);
}

.placements-heading {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto 26px;
    text-align: center;
}

.placements-heading p {
    margin: 0 0 10px;
    color: var(--accent);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.placements-heading h2 {
    margin: 0 0 10px;
}

.placements-heading span {
    display: block;
    color: #5f6d88;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.placements-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.70fr) minmax(0, 0.96fr);
    gap: 26px;
    /* align-items: stretch; */
}

.placement-stack {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 18px;
}

.placement-card {
    position: relative;
    padding: 20px 20px 18px;
    border: 1.5px solid rgba(255, 145, 77, 0.22);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 40px rgba(255, 140, 54, 0.08);
}

.placement-updated {
    position: absolute;
    top: 25px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 26px;
    padding: 0 0 6px;
    color: #212121;
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.03em;
    white-space: nowrap;
    /* border-bottom: 4px solid #1fd16e; */
    /* border-radius: 0 0 999px 999px; */
}

.placement-card-large {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    /* align-items: center; */
}

.placement-copy {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    padding-right: 110px;
}

.placement-copy h3 {
    /* margin: 4px 0 8px; */
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 700;
    /* letter-spacing: -0.03em; */
}

.placement-copy p {
    margin: 0;
    color: #5d6a83;
    font-size: 0.7rem;
    line-height: 1.45;
    font-weight: 500;
}

.placement-icon {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 132, 44, 0.65);
    color: var(--accent);
    background: rgba(255, 255, 255, 0.92);
    font-size: 1.8rem;
    box-shadow: 0 10px 26px rgba(255, 163, 91, 0.12);
}

.placement-media {
    /* align-self: stretch; */
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 179, 120, 0.22);
    background: rgba(255, 255, 255, 0.88);
    height:fit-content;
}

.placement-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.placement-media-youtube img {
    height: auto;
    object-position: center top;
}

.why-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.9fr);
    gap: 30px;
    margin: 26px 0 10px;
    padding: 40px 30px 34px;
    /* border: 1.5px solid rgba(255, 158, 91, 0.2);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 18px 46px rgba(255, 156, 80, 0.08);
    overflow: hidden; */
}

.why-section::before,
.why-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.why-section::before {
    left: -28px;
    bottom: 108px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 192, 142, 0.5), rgba(255, 192, 142, 0.08) 62%, transparent 72%);
}

.why-section::after {
    right: -6px;
    bottom: 92px;
    width: 44px;
    height: 170px;
    background:
        radial-gradient(circle, rgba(255, 147, 71, 0.55) 1.6px, transparent 1.7px);
    background-size: 12px 12px;
    opacity: 0.75;
}

.why-copy,
.why-benefits {
    position: relative;
    z-index: 1;
}

.why-copy h2 {
    margin: 12px 0 10px;
    /* max-width: 660px; */
}

.why-copy h2 strong {
    color: var(--accent);
    font-weight: 800;
}

.why-copy p {
    margin: 0 0 30px;
    max-width: 640px;
    color: #4e5e7a;
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 500;
}

.why-visual {
    max-width: 860px;
    border-radius: 26px;
    overflow: hidden;
}

.why-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.why-benefits {
    display: grid;
    gap: 18px;
    align-content: center;
    padding-top: 52px;
}

.why-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    /* align-items: center; */
    gap: 18px;
    padding: 22px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 34px rgba(31, 56, 109, 0.08);
}

.why-icon {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff5ec, #fffaf7);
    color: var(--accent);
    font-size: 2rem;
}

.why-card h3 {
    margin: 0 0 8px;
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.why-card p {
    margin: 0;
    color: #2d3854;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 500;
}

.testimonials-section {
    position: relative;
    margin: 26px 0 10px;
    padding: 50px 36px 38px;
    /* border-radius: 30px;
    border: 1px solid rgba(255, 176, 118, 0.16);
    background:
        radial-gradient(circle at top right, rgba(255, 186, 134, 0.22), transparent 22%),
        radial-gradient(circle at bottom left, rgba(255, 186, 134, 0.16), transparent 18%),
        rgba(255, 255, 255, 0.7);
    box-shadow: 0 18px 48px rgba(255, 159, 88, 0.08);
    overflow: hidden; */
}

.testimonials-section::before,
.testimonials-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.testimonials-section::before {
    top: 14px;
    right: 18px;
    width: 92px;
    height: 62px;
    background: radial-gradient(circle, rgba(255, 161, 93, 0.42) 2px, transparent 2.1px);
    background-size: 18px 18px;
    opacity: 0.55;
}

.testimonials-section::after {
    left: -10px;
    bottom: 18px;
    width: 92px;
    height: 62px;
    background: radial-gradient(circle, rgba(255, 161, 93, 0.42) 2px, transparent 2.1px);
    background-size: 18px 18px;
    opacity: 0.45;
}

.testimonials-head,
.testimonials-slider,
.testimonials-grid {
    position: relative;
    z-index: 1;
}

.testimonials-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 42px;
}

.testimonials-copy {
    max-width: 640px;
}

.testimonials-copy p {
    margin: 0 0 16px;
    color: var(--accent);
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.testimonials-copy p::after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 2px;
    margin-left: 16px;
    vertical-align: middle;
    background: var(--accent);
}

.testimonials-copy h2 {
    margin: 0 0 10px;
}

.testimonials-copy span {
    display: block;
    max-width: 560px;
    color: #4d5e7c;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
}

.testimonials-nav {
    display: flex;
    gap: 18px;
    align-items: center;
    align-self: flex-start;
    padding-top: 55px;
}

.testimonial-arrow {
    display: inline-grid;
    place-items: center;
    width: 65px;
    height: 65px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--accent);
    font-size: 2rem;
    box-shadow: 0 12px 28px rgba(255, 153, 72, 0.14);
    cursor: pointer;
}

.testimonials-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 56px) / 3);
    gap: 28px;
    align-items: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow-y: hidden;
}

.testimonials-grid::-webkit-scrollbar {
    display: none;
}

.testimonials-slider {
    overflow: hidden;
}

.testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* min-height: 498px; */
    padding: 20px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 14px 36px rgba(31, 56, 109, 0.08);
    scroll-snap-align: start;
    text-align: left;
}

.testimonial-card-featured {
    border: 1.5px solid rgba(255, 137, 63, 0.75);
    box-shadow: 0 18px 42px rgba(255, 155, 78, 0.14);
    background:
        radial-gradient(circle at center, rgba(255, 208, 176, 0.26), transparent 68%),
        linear-gradient(180deg, #fff9f4, #fffefc);
        background: rgba(255, 208, 176, 0.26);
}

.testimonial-top {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.testimonial-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 3px solid rgba(255, 247, 241, 0.95);
    box-shadow: 0 10px 24px rgba(31, 56, 109, 0.12);
    flex-shrink: 0;
}

.testimonial-quote-mark,
.testimonial-corner-quote {
    color: rgba(255, 167, 104, 0.35);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-quote-mark {
    font-size: 2.8rem;
}

.testimonial-text {
    margin: 0 0 10px;
    color: #152957;
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 500;
    /* max-width: 320px; */
}

.testimonial-text strong {
    color: var(--accent);
}

.testimonial-stars {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    color: var(--accent);
    font-size: 1.2rem;
}

.testimonial-meta {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(22, 38, 73, 0.12);
    margin-bottom: 2rem;
}

.testimonial-meta h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.testimonial-meta p {
    margin: 0;
    color: #465772;
    font-size: 0.8rem;
    line-height: 1.45;
    font-weight: 500;
}

.testimonial-corner-quote {
    position: absolute;
    right: 26px;
    bottom: -8px;
    font-size: 6.4rem;
}

.faq-section {
    position: relative;
    margin: 28px 0 12px;
    padding: 18px 12px 8px;
}

.faq-section::before,
.faq-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.faq-section::before {
    left: -2px;
    top: 48px;
    width: 56px;
    height: 92px;
    background: radial-gradient(circle, rgba(255, 144, 66, 0.75) 1.4px, transparent 1.5px);
    background-size: 12px 12px;
}

.faq-section::after {
    right: -4px;
    bottom: 62px;
    width: 56px;
    height: 92px;
    background: radial-gradient(circle, rgba(255, 144, 66, 0.75) 1.4px, transparent 1.5px);
    background-size: 12px 12px;
    z-index: -1;
}

.faq-heading {
    max-width: 700px;
    margin: 0 auto 34px;
    text-align: center;
}

.faq-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1.5px solid rgba(255, 143, 67, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--accent);
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.faq-heading h2 {
    margin: 20px 0 14px;
}

.faq-heading h2 strong {
    color: var(--accent);
    font-weight: 800;
}

.faq-heading p {
    margin: 0;
    color: #51627f;
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 500;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(360px, 0.8fr);
    gap: 34px;
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    padding: 16px;
    border: 1.5px solid rgba(255, 177, 122, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 28px rgba(31, 56, 109, 0.05);
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.faq-item-open {
    border-color: rgba(255, 146, 70, 0.4);
}

.faq-item:hover {
    box-shadow: 0 14px 30px rgba(31, 56, 109, 0.08);
}

.faq-item-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
}

.faq-item-title {
    display: flex;
    align-items: center;
    gap: 18px;
}

.faq-item-title h3 {
    /* margin: 8px 0 0; */
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.faq-item-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, #fff5ec, #fffdfb);
    color: var(--accent);
    font-size: 1.2rem;
    box-shadow: 0 8px 18px rgba(255, 161, 93, 0.12);
}

.faq-toggle {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-top: 8px;
    border: 1px solid rgba(23, 36, 70, 0.14);
    border-radius: 50%;
    background: #fff;
    color: #203255;
    font-size: 1.4rem;
    cursor: pointer;
}

.faq-toggle-open {
    border-color: transparent;
    background: linear-gradient(135deg, #ff7b1b, #ff5b00);
    color: #fff;
}

.faq-item-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 280ms ease, opacity 220ms ease;
}

.faq-item-open .faq-item-content {
    opacity: 1;
}

.faq-item p {
    margin: 18px 0 4px 76px;
    max-width: 780px;
    color: #4f607d;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
}

.faq-support {
    position: relative;
    padding: 20px;
    border: 1.5px solid rgba(255, 176, 118, 0.28);
    border-radius: 26px;
    background:
        radial-gradient(circle at top center, rgba(255, 198, 154, 0.16), transparent 48%),
        rgba(255, 255, 255, 0.84);
    box-shadow: 0 16px 38px rgba(255, 155, 78, 0.08);
    text-align: center;
}

.faq-support-icon {
    display: grid;
    place-items: center;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: var(--accent);
    font-size: 2.2rem;
    box-shadow: inset 0 0 0 1px rgba(255, 180, 123, 0.34);
}

.faq-support h3 {
    margin: 0 0 14px;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 800;
}

.faq-support h3 strong {
    color: var(--accent);
    font-weight: 800;
}

.faq-support p {
    margin: 0 auto;
    max-width: 320px;
    color: #53647f;
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 500;
}

.faq-support-line {
    display: block;
    width: 44px;
    height: 2px;
    margin: 28px auto 28px;
    background: rgba(255, 123, 30, 0.65);
}

.faq-cta {
    /* display: inline; */ 
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    /* min-height: 62px; */
    border-radius: 14px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 20px 22px;
}

.faq-cta-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff7d1d, #ff5900);
}

.faq-cta-secondary {
    /* margin-top: 14px; */
    color: var(--accent);
    background: #fff;
    border: 1.5px solid rgba(255, 116, 24, 0.6);
}

.faq-support-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(22, 38, 73, 0.1);
    text-align: left;
}

.faq-contact-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff5ec, #fffdfb);
    color: var(--accent);
    font-size: 1.65rem;
}

.faq-support-contact h4 {
    margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
}

.faq-support-contact p {
    margin: 0;
    color: #42536d;
    font-size: 0.98rem;
    line-height: 1.4;
}
.faq-support-actions{display: flex;
    gap: 18px;
}
.cta-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.92fr);
    gap: 34px;
    margin: 30px 0 20px;
    padding: 62px 42px 34px;
    border: 1.5px solid rgba(255, 176, 118, 0.28);
    border-radius: 34px;
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 212, 182, 0.2), transparent 22%),
        radial-gradient(circle at 82% 74%, rgba(255, 207, 171, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 242, 0.94));
    box-shadow: 0 18px 48px rgba(255, 159, 88, 0.08);
    overflow: hidden;
}

.cta-section::before,
.cta-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.cta-section::before {
    left: -8%;
    bottom: -6%;
    width: 84%;
    height: 38%;
    background:
        radial-gradient(95% 100% at 0% 100%, rgba(255, 220, 193, 0.54) 0%, rgba(255, 220, 193, 0.18) 46%, transparent 68%),
        radial-gradient(75% 90% at 34% 100%, rgba(255, 233, 218, 0.88) 0%, rgba(255, 233, 218, 0.34) 44%, transparent 68%);
    opacity: 0.95;
}

.cta-section::after {
    right: 16px;
    bottom: 18px;
    width: 76px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 153, 84, 0.45) 1.8px, transparent 1.9px);
    background-size: 18px 18px;
    opacity: 0.65;
}

.cta-section .cta-copy::before {
    content: "";
    position: absolute;
    left: -28px;
    top: -24px;
    width: 76px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 153, 84, 0.45) 1.8px, transparent 1.9px);
    background-size: 18px 18px;
    opacity: 0.7;
    pointer-events: none;
}

.cta-copy,
.cta-form-card {
    position: relative;
    z-index: 1;
}

.cta-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1.5px solid rgba(255, 145, 67, 0.34);
    border-radius: 999px;
    background: rgba(255, 247, 242, 0.84);
    color: var(--accent);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.cta-copy h2 {
    margin: 20px 0 14px;
}

.cta-copy h2 strong {
    color: var(--accent);
    font-weight: 800;
}

.cta-copy p {
    margin: 0;
    color: #50617d;
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 500;
}

.cta-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin: 34px 0 30px;
}

.cta-feature {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.cta-feature-icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff2e8, #fffaf6);
    color: var(--accent);
    font-size: 1.9rem;
    box-shadow: 0 10px 24px rgba(255, 164, 97, 0.12);
    flex-shrink: 0;
}

.cta-feature h3 {
    margin: 0 0 8px;
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.cta-feature p {
    font-size: 0.96rem;
    line-height: 1.45;
    margin: 0;
    color: #2d3854;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 500;
}

.cta-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 36px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* min-width: 300px;
    min-height: 76px; */
    border-radius: 14px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 22px;
    width: 100%;
    text-align: center;
}

.cta-button-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff7a1b, #ff5900);
    box-shadow: 0 18px 40px rgba(255, 123, 29, 0.24);
}

.cta-button-secondary {
    color: var(--accent);
    background: rgba(255, 255, 255, 0.88);
    border: 1.5px solid rgba(255, 118, 28, 0.6);
}

.cta-button i {
    font-size: 1.45rem;
}

.cta-trust {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #50617d;
    font-size: 1rem;
    font-weight: 500;
}

.cta-trust i {
    color: rgba(255, 122, 29, 0.9);
    font-size: 1.45rem;
}

.cta-form-card {
    padding: 34px 34px 28px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 251, 247, 0.98));
    box-shadow: 0 18px 42px rgba(31, 56, 109, 0.08);
}

.cta-form-card h3 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.cta-form-card > p {
    margin: 0 0 24px;
    text-align: center;
    color: #5b6c87;
    font-size: 0.96rem;
    line-height: 1.5;
}

.cta-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
}

.cta-form label {
    display: grid;
    gap: 10px;
}

.cta-form label span {
    color: #1a2d57;
    font-size: 0.88rem;
    font-weight: 600;
}

.cta-form input,
.cta-form select,
.cta-form textarea {
    width: 100%;
    border: 1.5px solid rgba(30, 45, 79, 0.14);
    border-radius: 14px;
    padding: 15px 16px;
    font: inherit;
    color: #233655;
    background: #fff;
}

.cta-form textarea {
    resize: vertical;
    min-height: 120px;
}

.cta-form-full {
    grid-column: 1 / -1;
}

.cta-submit {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff7a1b, #ff5900);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 18px 40px rgba(255, 123, 29, 0.2);
    cursor: pointer;
    padding: 16px 20px;
}

.cta-submit:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.cta-form-status {
    grid-column: 1 / -1;
    min-height: 20px;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.cta-form-status-success {
    color: #147a3d;
}

.cta-form-status-error {
    color: #c62828;
}

.cta-response-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    color: #5b6c87;
    font-size: 0.98rem;
    font-weight: 500;
}

.brand-strip {
    margin-top: 8px;
    text-align: center;
}

.brand-strip p {
    margin: 0 0 22px;
    font-size: 1.05rem;
    color: #252525;
    font-weight: 600;
}

.brand-strip p span {
    color: var(--accent);
}

.brand-logos {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
    color: rgba(35, 42, 55, 0.45);
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 700;
    text-transform: lowercase;
}

.brand-logos span {
    opacity: 0.95;
}

@media (max-width: 1200px) {
    .hero {
        grid-template-columns: 1fr;
        padding-bottom: 8px;
    }

    .hero-copy {
        max-width: 100%;
        /* text-align: center; */
    }

    .hero-copy p,
    .hero-stats {
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-lead {
        justify-content: center;
    }

    

    .stat {
        justify-content: center;
    }

    .hero-visual {
        min-height: auto;
        justify-content: center;
        padding-right: 0;
    }

    .hero-float-card-youtube {
        left: 28px;
    }

    .hero-float-card-visitors,
    .hero-float-card-push {
        left: 8px;
    }

    .hero-float-card-impressions,
    .hero-float-card-clicks,
    .hero-float-card-ctr,
    .hero-float-card-revenue {
        right: 12px;
    }

    .hero-float-card-performance {
        left: 130px;
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .placements-grid {
        grid-template-columns: 1fr;
    }

    .placement-card-large {
        min-height: 0;
    }

    .why-section {
        grid-template-columns: 1fr;
        padding: 30px 22px 26px;
    }

    .ad-options-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bundle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-plan-section {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 18px 20px;
    }

    .custom-plan-visual {
        min-height: 140px;
    }

    .custom-plan-visual-left,
    .custom-plan-visual-right {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .custom-plan-visual img {
        max-height: 150px;
    }

    .custom-plan-content {
        text-align: center;
    }

    .custom-plan-points {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .custom-plan-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .why-benefits {
        padding-top: 0;
    }

    .testimonials-head {
        flex-direction: column;
        margin-bottom: 26px;
    }

    .testimonials-nav {
        padding-top: 0;
    }

    .testimonials-grid {
        grid-auto-columns: 100%;
    }

    .testimonial-card {
        min-height: 0;
    }

    .faq-layout {
        grid-template-columns: 1fr;
    }

    .cta-section {
        grid-template-columns: 1fr;
        padding: 40px 26px 28px;
    }

    .brand-logos {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    :root{--section-title-size: 2rem;}
    .hero-shell {
        width: 100%;
        margin-top: 16px;
        overflow: hidden;
        padding:2rem;
    }

    .hero {
        padding: 18px 6px 4px;
        gap: 8px;
    }

    .eyebrow {
        padding: 12px 16px;
        font-size: 0.8rem;
    }

    h1 {
        margin-top: 22px;
        font-size: 2.8rem;
        line-height: 1.2;

    }

    .hero-copy p {
        font-size: 1.05rem;
            line-height: 24px;
    }
    .hero-visual img{margin-top: 2rem;}
    .hero-stats {
        gap: 16px;
        display: grid;
    }

    .stat {
        justify-content: flex-start;
    }

    .hero-visual {
        min-height: auto;
        margin: 0 auto;  }

    .hero-float-card {
        transform: scale(0.82);
        transform-origin: center;
    }

    .hero-float-card-youtube {
        top: 22px;
        left: 0;
    }

    .hero-float-card-visitors {
        top: 148px;
        left: -10px;
    }

    .hero-float-card-push,
    .hero-float-card-revenue,
    .hero-float-card-performance {
        display: none;
    }

    .hero-float-card-impressions {
        top: 22px;
        right: 0;
    }

    .hero-float-card-clicks {
        top: 140px;
        right: 0;
    }

    .hero-float-card-ctr {
        top: 258px;
        right: 0;
    }

    .feature-section {
        padding: 22px 6px 10px;
    }

    .feature-heading {
        margin-bottom: 24px;
    }

    .feature-heading p {
        font-size: 0.8rem;
        letter-spacing: 0.16em;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ad-options-section {
        padding: 20px 6px 12px;
    }

    .ad-options-heading h2 {
        font-size: var(--section-title-size);
    line-height: 1.08;
    font-weight: var(--section-title-weight);
    letter-spacing: var(--section-title-spacing);
    }

    .ad-options-heading h2::before,
    .ad-options-heading h2::after {
        width: 30px;
    }

    .ad-options-grid {
        grid-template-columns: 1fr;
    }
    .ad-option-card {
        border-radius: 16px;
    }
    .ad-options-section {
        border-radius: 24px;
        padding-inline: 14px;
    }
    .ad-option-visual-phone{height: auto;}
    .bundle-section {
        padding: 18px 6px 12px;
    }

    .bundle-heading p {
        font-size: 0.8rem;
    }

    .bundle-heading p::before,
    .bundle-heading p::after {
        width: 30px;
    }

    .bundle-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .custom-plan-section {
        padding: 16px 12px;
        border-radius: 18px;
    }

    .custom-plan-subtitle {
        font-size: 0.9rem;
    }

    .custom-plan-col p,
    .custom-plan-note p {
        font-size: 0.84rem;
    }

    .custom-plan-note {
        align-items: flex-start;
        padding: 12px 14px;
    }

    .custom-plan-actions {
        flex-direction: column;
        gap: 12px;
    }

    .custom-plan-btn {
        min-width: 0;
        width: 100%;
        font-size: 0.9rem;
    }

    .custom-plan-visual-left,
    .custom-plan-visual-right {
        transform: none;
    }

    .custom-plan-visual img {
        max-height: 132px;
    }

    .bundle-card {
        padding: 16px 12px 12px;
    }

    /* .bundle-card-featured {
        transform: none;
    } */
    
    .bundle-card-head h3 {
        font-size: 0.96rem;
    }

    .bundle-price {
        font-size: 1.05rem;
    }

    .bundle-list li,
    .bundle-ideal p {
        font-size: 0.88rem;
    }

    .bundle-cta {
        font-size: 0.88rem;
    }

    .ad-option-row {
        grid-template-columns: 1.4fr 0.8fr 0.9fr;
        padding: 10px 12px;
        font-size: 0.76rem;
    }

    .ad-option-head {
        padding: 14px 14px 12px;
    }

    .ad-option-head h3 {
        font-size: 0.98rem;
    }

    .ad-option-cta {
        margin: auto 12px 12px;
        font-size: 0.88rem;
    }

    .ad-option-mini-row {
        font-size: 0.7rem;
    }

    .feature-card {
        min-height: 0;
        padding: 26px 22px;
        border-radius: 18px;
    }

    .feature-icon {
        width: 76px;
        height: 76px;
        margin-bottom: 16px;
        font-size: 3.2rem;
    }

    .placements-section {
        padding: 24px 6px 12px;
    }

    .placements-heading {
        margin-bottom: 20px;
    }

    .placements-heading p {
        font-size: 0.8rem;
        letter-spacing: 0.16em;
    }

    .placements-heading span {
        font-size: 1rem;
    }

    .placement-card {
        padding: 18px 16px 16px;
        border-radius: 20px;
    }

    .placement-updated {
        top: 14px;
        right: 14px;
        font-size: 0.64rem;
        padding-bottom: 4px;
        border-bottom-width: 3px;
    }

    .placement-copy {
        gap: 14px;
        margin-bottom: 14px;
        padding-right: 92px;
    }

    .placement-copy h3 {
        font-size: 1.4rem;
    }

    .placement-icon {
        width: 56px;
        height: 56px;
        font-size: 1.6rem;
    }

    .placement-media {
        border-radius: 16px;
    }

    .placement-media-youtube img {
        min-height: 0;
    }
    .custom-plan-visual-right{justify-content: center;}
    .why-section {
        gap: 22px;
        margin-top: 20px;
        padding: 24px 14px 18px;
        border-radius: 24px;
    }

    .why-copy h2 {
        margin: 18px 0 16px;
    }

    .why-copy p {
        margin-bottom: 20px;
        font-size: 1rem;
    }

    .why-visual {
        border-radius: 18px;
    }

    .why-card {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 16px;
        border-radius: 18px;
    }

    .why-icon {
        width: 58px;
        height: 58px;
        font-size: 1.5rem;
    }

    .why-card h3 {
        font-size: 1rem;
    }

    .why-card p {
        font-size: 0.92rem;
    }

    .testimonials-section {
        margin-top: 20px;
        padding: 28px 14px 18px;
        border-radius: 20px;
    }

    .testimonials-head {
        gap: 18px;
        margin-bottom: 20px;
    }
    .testimonial-meta p{width: 80%;}
    .testimonials-copy p {
        font-size: 0.82rem;
    }

    .testimonials-copy p::after {
        width: 42px;
        margin-left: 12px;
    }

    .testimonials-copy span {
        font-size: 1rem;
    }

    .testimonials-nav {
        gap: 12px;
    }

    .testimonial-arrow {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }

    .testimonials-grid {
        gap: 18px;
        grid-auto-columns: 100%;
    }

    .testimonial-card {
        padding: 24px 20px 22px;
        border-radius: 20px;
    }

    .testimonial-avatar {
        width: 68px;
        height: 68px;
    }

    .testimonial-quote-mark {
        font-size: 3.8rem;
    }

    .testimonial-text {
        margin-bottom: 20px;
        font-size: 0.98rem;
    }

    .testimonial-stars {
        margin-bottom: 24px;
        font-size: 1.35rem;
    }

    .testimonial-meta {
        padding-top: 18px;
    }

    .testimonial-corner-quote {
        right: 18px;
        bottom: 10px;
        font-size: 5.5rem;
    }

    .faq-section {
        margin-top: 22px;
        padding: 12px 0 4px;
    }

    .faq-heading {
        margin-bottom: 24px;
    }

    .faq-heading p {
        font-size: 1rem;
    }

    .faq-layout {
        gap: 18px;
    }

    .faq-item {
        padding: 16px 14px;
        border-radius: 18px;
    }
    .faq-support-actions,
    .cta-actions{flex-direction: column;
        gap: 12px;
    }

    .faq-item-title {
        gap: 12px;
    }

    .faq-item-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 1.4rem;
    }

    .faq-item-title h3 {
        margin-top: 6px;
        font-size: 1rem;
    }

    .faq-item p {
        margin: 14px 0 0 60px;
        font-size: 0.94rem;
    }

    .faq-support {
        padding: 32px 18px 22px;
        border-radius: 20px;
    }

    .faq-support-icon {
        width: 90px;
        height: 90px;
        margin-bottom: 20px;
        font-size: 2.4rem;
    }

    .faq-support-line {
        margin: 22px auto;
    }

    .faq-support-contact {
        margin-top: 24px;
        padding-top: 22px;
    }

    .cta-section {
        gap: 24px;
        margin-top: 24px;
        padding: 28px 14px 18px;
        border-radius: 24px;
    }

    .cta-copy h2 {
        margin: 24px 0 16px;
        /* font-size: clamp(2.5rem, 12vw, 4.2rem); */
    }

    .cta-copy p {
        font-size: 1rem;
    }

    .cta-features {
        grid-template-columns: 1fr;
        gap: 18px;
        margin: 24px 0 22px;
    }

    .cta-feature-icon {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }

    .cta-actions {
        gap: 14px;
        margin-bottom: 24px;
    }

    .cta-button {
        width: 100%;
        min-width: 0;
        min-height: 62px;
        border-radius: 14px;
        font-size: 1rem;
    }

    .cta-form-card {
        padding: 24px 18px 20px;
        border-radius: 22px;
    }

    .cta-form-card h3 {
        font-size: 1.55rem;
    }

    .cta-form {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .brand-strip {
        margin-top: 18px;
    }

    .brand-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 22px;
        font-size: 1.55rem;
    }
}


/* =============================================================
   TUTEEHUB HEADER CSS
   ============================================================= */

.navbar-toggler i { color: rgba(0, 0, 0, 0.5); }
.gsc-completion-container { border: none; box-shadow: none; }
.gsst_a .gscb_a { margin-top: 3px; color: #ccc; margin-right: -20px; }
.tooltip { z-index: 10001; }

.tuteehub-header-nav.navbar {
    background: #fff;
    padding: 0.5rem 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    position: relative;
}

/* Search box */
.search-box-new {
    background: #fdfdfd;
    border-radius: 5px;
    padding: 0;
    height: 45px;
    flex: 1;
    border: 1px solid #f0f0f0;
    min-width: 460px;
    max-width: 460px;
}
.search-box-new input {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none;
    padding: 8px 40px 8px 15px;
    outline: none;
    background: none;
    box-shadow: none;
    color: #21314f;
    font-size: 0.98rem;
    -webkit-appearance: none;
    appearance: none;
}
.search-box-new > i.ri-search-line {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #f5821f;
    font-size: 18px;
    cursor: pointer;
    pointer-events: none;
}

/* Center nav icons */
.mid-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 330px;
    z-index: 10001;
}
.mdv { position: relative; }
.mid-icons .nav-link i {
    color: hsl(0deg 0% 34.51% / 63%) !important;
    font-size: 1.5rem;
    padding: 0.5rem 0.75rem;
}
.mid-icons .nav-link i:hover { color: #ff7200 !important; }

/* Right section */
.right-section .nav-link {
    color: #585858;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}
.right-section .nav-link:hover,
.tuteehub-header-nav .navbar-light .navbar-nav .nav-link:focus,
.tuteehub-header-nav .navbar-light .navbar-nav .nav-link:hover { color: #ff7200 !important; }

/* Sign In button */
.btn-signin {
    background-color: #ff7200;
    color: #fff !important;
    font-weight: 500;
    border-radius: 4px;
    font-size: 0.875rem;
    height: 32px;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid transparent;
}
.btn-signin:hover { background-color: #ee3c11 !important; color: #fff !important; text-decoration: none; }
.b-register { background: none; color: #ff7200 !important; border: 1px solid #ff7200; }
.b-register:hover { background: #fff4ed !important; color: #ff7200 !important; }

.mh-66 { min-height: 66px; }
.w-md-auto { width: auto !important; }
.shadow-sm-mobile { box-shadow: none !important; }

/* Libraries dropdown */
.mid-icons .dropdown-menu { right: -50px; left: auto; }
.libraries-dropdown {
    top: 50px;
    max-height: 500px;
    overflow-y: auto;
    z-index: 10001 !important;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 6px;
}
.libraries-dropdown .dropdown-item {
    padding: 0.4rem 0.5rem;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.libraries-dropdown .dropdown-item:hover { color: #ff7200; background: transparent; }
.libraries-dropdown .lib-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

/* GCSE search overrides */
.gsc-input { height: 44px; }
.gsc-search-button { opacity: 0 !important; }
.gsib_b { box-sizing: content-box; max-height: 44px !important; width: 48px; padding: 0 !important; }
table.gsc-search-box { margin-top: -3px !important; max-width: 91% !important; }
.gssb_a td b { font-weight: bold !important; }
td.gssb_a { padding-top: 5px !important; padding-bottom: 5px !important; }
.gsc-search-button-v2 svg { width: 20px; height: 20px; fill: #ff7200 !important; }
.gsc-control-cse,
.gsc-search-box,
.gsc-input-box,
table.gsc-input,
.gsib_a,
.gsc-search-button,
input.gsc-input { border: none !important; background: none !important; margin: 0 !important; padding: 0 !important; }
.gsc-search-button.gsc-search-button-v2 { padding: 0 1rem !important; }
input.gsc-input { padding: 0 15px !important; }
#___gcse_0 { width: 100%; }
.gssb_c { z-index: 100000 !important; left: 0 !important; top: 70px !important; }
.gssb_c,
.gssb_c tbody,
.gssb_c tr,
.gssb_c td { display: block !important; width: 100% !important; }
.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    height: 98vh; max-width: 100%; width: 90%; margin: 0 auto; left: 0; right: 0;
}
input::placeholder { color: #d6d6d6 !important; font-size: 1rem; }

/* Fixed header */
.sticky-head.sticky-top { position: fixed !important; left: 0; right: 0; top: 0; z-index: 1030; }
.sticky-head { background: #fff !important; }

/* Hamburger bars */
.bars { cursor: pointer; }
.bar { height: 2px; background: #555; margin: 4px 0; width: 22px; border-radius: 2px; }

/* Mobile nav backdrop */
.b-drop {
    position: fixed;
    left: 0; right: 0;
    background: rgba(0, 0, 0, 0.3);
    top: 58px; line-height: 40px; bottom: 0;
    z-index: 1020; height: 100vh;
}

/* Full-form badge */
.sidebar_ico.ff {
    width: 24px; height: 24px;
    background-color: rgba(207, 179, 68, 0.683);
    border-radius: 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    font-size: 10px;
}

.ml-2 { margin-left: 0.5rem !important; }
.color-333-hvr { color: #525252 !important; }
.color-333-hvr:hover { color: #ff7200 !important; }

@media (max-width: 991px) {
    .search-box-new { width: 100%; min-width: auto; }
    .mid-icons { position: static; transform: none; justify-content: space-around; width: 100%; margin: 0.5rem 0; }
    .navbar-collapse { background: #fff; border-top: 1px solid #eee; padding: 0.5rem; }
    #accountNavbar { position: fixed; z-index: 10002; right: 10px; top: 70px; min-width: 40%; padding: 0.5rem; border-radius: 7px !important; }
    .mh-66 { min-height: 60px; }
    .shadow-sm-mobile { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
    .w-sm-100 { width: 100% !important; }
    .libraries-dropdown {
        overflow-y: auto;
        transform: translate3d(0px, 0px, 0px) !important;
        height: 90vh !important; max-height: 100% !important;
        padding-bottom: 80px;
        left: 0 !important; top: 64px !important; right: 0 !important;
        background: rgb(255 255 255 / 96%);
        z-index: 10001 !important; position: fixed !important;
    }
}


/* =============================================================
   TUTEEHUB FOOTER CSS
   ============================================================= */

.grecaptcha-badge { right: -100% !important; }
.google_play_ico img, .app_store_ico img { width: 100%; height: auto; }

footer {
    line-height: 1.9 !important;
    background: linear-gradient(0deg, #fff, rgb(255 255 255 / 37%));
    margin: 0;
    border-radius: 10px;
    padding: 0 64px !important;
}

@media (max-width: 1199px) {
    footer { padding: 0 40px !important; }
}

@media (max-width: 767px) {
    footer { padding: 0 15px 20px 15px !important; }
}
.footer-listing.left-arrow a:before {
    content: ".";
    font-family: monospace;
    margin-right: 4px;
    font-size: 30px;
    line-height: 0.5;
    display: flex;
    justify-content: flex-start;
    margin-left: -5px;
}
.copyright { font-size: 0.8rem; color: #585858; }
.top-footer-part { padding: 0.3rem 0; border-radius: 8px; }

label.text-uppercase strong { font-weight: 700 !important; font-size: 0.9rem; }
.footer-listing a {
    outline: 0;
    width: 100%;
    float: left;
    padding: 2px 0;
    font-size: 15px;
    color: #6b6b6b;
    display: flex;
    word-break: break-all;
}
.footer-ul-0 a {
    outline: 0;
    padding: 0 8px;
    color: #333;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.footer-listing a:hover, .copyright a:hover { color: #ff7200 !important; }
.copyright a { font-weight: normal; font-size: 14px; color: #585858; }

.social-icon ul li a i { font-size: 26.5px; padding-right: 12px; }
.social-icon ul { line-height: 14px; padding-right: 10px; }
.social-icon ul li a .ri-facebook-circle-fill { color: #3b5998; }
.social-icon ul li a .ri-twitter-x-line {
    background: #121212; color: white;
    font-size: 15px; padding: 0.2rem !important; border-radius: 4px; margin-right: 12px;
}
.social-icon ul li a .ri-linkedin-box-fill { color: #0e76a8; }
.social-icon ul li a .ri-youtube-fill { color: #ff0000; }
.social-icon ul li a .ri-whatsapp-line {
    background: #4ac959; color: white;
    font-size: 18px; padding: 0.2rem !important; border-radius: 4px;
}

.footer-cols .col:last-of-type { max-width: 12.6rem; float: right; }

/* Community join buttons */
@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}
.box {
    display: flex;
    --border-size: 4px;
    --border-angle: 0turn;
    width: 170px;
    margin-top: 10px;
    padding: 5px 10px;
    background-image:
        conic-gradient(from var(--border-angle), #fff, #fff 50%, #fff),
        conic-gradient(from var(--border-angle), transparent 20%, rgb(0 136 255 / 23%), rgb(255 114 0 / 36%));
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: bg-spin 3s linear infinite;
}
.box .fab, .community-section-for-mobile .common-com-btn .fab { font-size: 25px; }
.box .txt, .community-section-for-mobile .common-com-btn .txt { text-transform: uppercase; font-size: 12px; }
@keyframes bg-spin { to { --border-angle: 1turn; } }
.box:hover { animation-play-state: paused; }

/* Social modals */
#socialTelegramConnectModal .modal-content,
#socialFacebookConnectModal .modal-content { border-radius: 0.7rem; border: none; }
.close-bt {
    font-size: 1rem; width: 40px; border-radius: 20px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    position: absolute; top: 10px; right: 10px;
    font-weight: bold; cursor: pointer; background: #9ea4ff;
}
.whatsappicon { font-size: 3rem; color: #25d366; }
.telegramicon { border-radius: 40px; margin-bottom: 1.3rem; }
.btn-joins {
    display: flex; align-items: center; justify-content: center; color: white;
    border: none; padding: 0.7rem 2.2rem 0.7rem 1rem;
    font-family: "Droid Serif", serif; font-size: 1.1rem; border-radius: 7px;
    background: linear-gradient(181deg, #0088cc, #0ac14e, #0088cc);
    box-shadow: 0 0 2px #084215 inset; height: 47px; position: relative;
}
.btn-joins-right {
    display: flex; align-items: center; justify-content: center; color: white;
    border: none; padding: 0.7rem 1rem 0.7rem 2.2rem; border-radius: 7px;
    font-family: "Droid Serif", serif; font-size: 1.1rem;
    background: linear-gradient(181deg, #0088cc, #0ac14e, #0088cc);
    box-shadow: 0 0 2px #084215 inset; height: 47px;
}
.btn-joins-whatsapp { background: linear-gradient(181deg, #25d366, #0ac14e, #25d366); box-shadow: 0 0 2px #084215 inset; height: 47px; }
.btnafter::after {
    content: "OR"; background: white; border: none; color: #ccc;
    border-radius: 100px; width: 49px; height: 49px;
    position: absolute; padding: 0 1rem; right: -26px;
    display: flex; align-items: center; justify-content: center;
    z-index: 10; font-size: 0.8rem; top: -1px;
}
.popover { max-width: 430px !important; border-radius: 15px; }
.popover a, .popover p { font-family: "Droid Serif", serif !important; }
.backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 1000; }

@media screen and (min-width: 768px) {
    .img-indicator { position: fixed; right: 6px; z-index: 10000; top: 27vh; width: 152px; display: block; pointer-events: none; }
    .community-section-for-desktop { display: flex; top: 29vh; right: -5px; z-index: 1000; gap: 10px; }
    .community-section-for-desktop .common-com-btn {
        writing-mode: vertical-rl; text-orientation: mixed;
        display: inline-block; white-space: nowrap; flex: 1;
        padding: 1.2rem 8px; border-radius: 7px; gap: 10px;
        text-shadow: 0 1px 0 rgb(0 0 0 / 38%);
        box-shadow: 0 0 10px rgb(0 0 0 / 22%), 0 0 3px rgb(0 0 0 / 20%) inset;
    }
    .community-section-for-desktop .telegram-btn { background-color: #0088cc; display: flex; align-items: center; justify-content: center; color: white; }
    .community-section-for-desktop .whatsapp-btn { background-color: #25d366; display: flex; align-items: center; justify-content: center; color: white; }
    .text-md-left { text-align: left !important; }
    .desktop-view-only, .dvo { display: block; }
    .mobile-view-only { display: none; }
}

@media screen and (max-width: 767px) {
    .dvo, .gadsfooter { display: none; }
    .footer-cols .col:nth-child(4) { margin-top: 0 !important; }
    .footer-listing a { font-size: 10.8px !important; padding: 0 !important; word-break: break-word !important; display: flex !important; }
    .footer-listing.left-arrow a:before { content: "." !important; font-family: monospace; margin-right: 3px !important; line-height: 0.2 !important; }
    .community-section-for-desktop { display: none; }
    .community-section-for-mobile {
        position: fixed; bottom: 5px; left: 0; right: 0;
        padding: 0 10px; display: flex; gap: 10px;
        z-index: 1002; align-items: center; justify-content: space-between;
    }
    .community-section-for-mobile .common-com-btn {
        flex: 1; padding: 8px; border-radius: 7px; gap: 10px;
        text-shadow: 0 1px 0 rgb(0 0 0 / 38%);
        box-shadow: 0 0 10px rgb(0 0 0 / 22%), 0 0 3px rgb(0 0 0 / 20%) inset;
    }
    .community-section-for-mobile .telegram-btn { background-color: #0088cc; display: flex; align-items: center; justify-content: center; color: white; }
    .community-section-for-mobile .whatsapp-btn { background-color: #25d366; display: flex; align-items: center; justify-content: center; color: white; }
    .box .txt, .community-section-for-mobile .common-com-btn .txt { font-size: 12px; }
    .footer-cols .col { width: 50% !important; }
    .footer-ul-0 a { font-size: 0.9rem !important; }
    .h-auto { height: auto !important; }
}

/* Email image link */
#emailLink { gap: 0; }
.email-img-link { display: inline-flex; align-items: center; gap: 10px; margin-top: -8px; text-decoration: none; }
.email-img-link i { font-size: 16px; line-height: 30px; color: #656565; }
#emailImg { width: auto; display: block; image-rendering: auto; }

/* ======================================================
   Styles moved from index.html
   ====================================================== */

/* Moved from index.html style block 1 */
.tooltip {
            z-index: 10001;
        }

        .navbar {
            background: #fff;
            padding: 0.5rem 1rem;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
            position: relative;
        }

        /* search box */
        .search-box-new {
            background: #fdfdfd;
            border-radius: 5px;
            padding: 0 0px;
            height: 45px;
            flex: 1;
            border: 1px solid #f0f0f0;
            min-width: 460px;
        }

        .search-box-new input {
            width: 100%;
            border-radius: 20px;
            border: none;
            padding: 8px 40px 8px 15px;
            outline: none;
            background: none;
        }

        .search-box-new i {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #f5821f;
            font-size: 18px;
            cursor: pointer;
            pointer-events: none;
        }

        /* center icons */
        .mid-icons {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.4rem;
            width: 330px;
            z-index: 10001;
        }

        .mid-icons .nav-link i {
            color: hsl(0deg 0% 34.51% / 63%) !important;
            font-size: 1.5rem;
            padding: 0.5rem 0.75rem;
        }

        .mid-icons .nav-link i:hover {
            color: #ff7200 !important;
        }

        /* right section */
        .right-section .nav-link {
            color: #585858;
            font-weight: 500;
            padding: 0.5rem 0.75rem;
            font-size: .875rem;
        }

        .right-section .nav-link:hover,
        .tuteehub-header-nav .navbar-light .navbar-nav .nav-link:focus,
        .tuteehub-header-nav .navbar-light .navbar-nav .nav-link:hover {
            color: #ff7200 !important;
        }

        .btn-signin {
            background-color: #ff7200;
            color: #fff !important;
            font-weight: 500;
            border-radius: 4px;
            line-height: 1.2;
            padding-bottom: 0.5rem;
            font-size: .875rem;
            height: 32px;
            min-width: 80px;
            padding-top: 0.3rem;
        }

        .btn-signin:hover {
            background-color: #ee3c11 !important;
            color: #fff !important;
        }

        .b-register {
            background: none;
            color: #ff7200 !important;
            border: 1px solid #ff7200;
        }

        .mh-66 {
            min-height: 66px;
        }

        .mh-39 {
            min-height: 39px;
        }

        .mh-34 {
            min-height: 34px;
        }

        .w-md-auto {
            width: auto !important;
        }

        .shadow-sm-mobile {
            box-shadow: none !important;
        }

        .mid-icons .dropdown-menu {
            right: -50px;
            left: auto;
        }

        .navbar-toggler:focus,
        .navbar-toggler:hover {
            box-shadow: none;
            color: #ff7200;
        }

        /* mobile view */
        @media (max-width: 991px) {
            .b-drop {
                position: fixed;
                left: 0;
                right: 0;
                background: rgba(0, 0, 0, .3);
                top: 58px;
                line-height: 40px;
                bottom: 0;
                z-index: 10;
                height: 100vh;
            }

            .gsst_a .gscb_a {
                margin-top: 5px;
                color: #ccc;
                margin-right: 0px;
            }

            .flex-sm-1 {
                flex: 1;
            }

            .mid-icons {
                position: static;
                transform: none;
                justify-content: space-around;
                width: 100%;
                margin: 0.5rem 0;
            }

            .search-box-new {
                width: 100%;
                min-width: auto;
            }

            .navbar-collapse {
                background: #fff;
                border-top: 1px solid #eee;
                padding: 0.5rem;
            }

            #accountNavbar {
                position: fixed;
                z-index: 10002;
                right: 10px;
                top: 70px;
                min-width: 40%;
                padding: 0.5rem;
                border-radius: 7px !important;
            }

            .secondline-menu {
                margin-top: 0rem !important;
            }

            .mh-66 {
                min-height: 60px;
            }

            button[data-target="#navbarNav"] {
                height: 44px;
            }

            .w-sm-100 {
                width: 100% !important;
            }

            .shadow-sm-mobile {
                box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
            }
        }

        .ml-2 {
            margin-left: 0.5rem !important;
        }

        .color-333-hvr {
            color: #525252 !important;
        }

        .color-333-hvr:hover {
            color: #ff7200 !important;
        }


        /* .libraries-dropdown {
        right: 0;
        box-shadow: 0px 5px 10px rgba(0, 7, 0, 0.2);
        gap: 10px;
        padding: 0;
        margin-right: -200px;
        border: none;

    } */

        /* .sign-in-btn {
        background-color: #ff7200;
        color: #fff;
        padding: 0.4rem 1rem;
        line-height: 14px;
    } */

        .fsize-12 {
            font-size: 12px;
        }

        input::placeholder {
            color: #d6d6d6 !important;
            font-size: 1rem
        }

        @media screen and (max-width:767px) {
            .nosearchbg {
                padding: 0px 10px !important;
            }
        }

/* Moved from index.html style block 2 */
@media screen and (max-width:767px){
                    .libraries-dropdown{
                        overflow-y: auto;
                        transform: translate3d(0px, 0px, 0px)!important;
                        height: 90vh!important;
                        max-height: 100%!important;
                        padding-bottom:80px;
                        box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
                        left: 0px!important;
                        top: 64px!important;
                        right: 0px!important;
                        background: rgb(255 255 255 / 96%);
                        padding-bottom: 2rem;
                        z-index: 10001 !important;
                        position: fixed!important;
                    }
                }

/* Moved from index.html style block 3 */
.grecaptcha-badge {
                            right: -100% !important;
                        }

                        .google_play_ico img,
                        .app_store_ico img {
                            width: 100%;
                            height: auto;
                        }

                        .link-follow-us-whatsapp {
                            position: fixed;
                            right: -5px;
                            top: 17%;
                            z-index: 10000;
                        }

                        .link-follow-us-whatsapp img {
                            width: 70px;
                        }

                        @media screen and (max-width:767px) {

                            /* .popover{
      left: 10px;
    right: 1px;
    transform: none!important;
    bottom: 50px;
    top: auto!important;
    } */
                            .h-auto {
                                height: auto !important;
                            }

                            .link-follow-us-whatsapp {
                                position: fixed;
                                right: 4px;
                                top: 82%;
                            }
                        }

                        @media screen and (min-width:768px) {
                            .img-indicator {
                                display: inline-block;
                            }
                        }

                        @media screen and (max-width:767px) {
                            .img-indicator {
                                display: none;
                            }
                        }

                        .copyright a {
                            font-weight: normal;
                            font-size: 14px;
                            color: #585858;
                        }

                        .copyright a:hover {
                            font-weight: normal;
                            font-size: 14px;
                            color: #ff7200;
                        }

                        .box {
                            display: flex;
                            --border-size: 4px;
                            --border-angle: 0turn;
                            width: 170px;
                            margin-top: 10px;
                            padding: 5px 10px;
                            background-image: conic-gradient(from var(--border-angle), #fff, #fff 50%, #fff), conic-gradient(from var(--border-angle), transparent 20%, rgb(0 136 255 / 23%), rgb(255 114 0 / 36%));
                            align-items: center;
                            justify-content: center;
                            gap: 6px;
                            background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
                            background-position: center center;
                            background-repeat: no-repeat;
                            -webkit-animation: bg-spin 3s linear infinite;
                            animation: bg-spin 3s linear infinite;
                        }

                        .box .fab,
                        .community-section-for-mobile .common-com-btn .fab {
                            font-size: 25px;
                        }

                        .box .txt,
                        .community-section-for-mobile .common-com-btn .txt {
                            text-transform: uppercase;
                            font-size: 14px;
                        }

                        @-webkit-keyframes bg-spin {
                            to {
                                --border-angle: 1turn;
                            }
                        }

                        @keyframes bg-spin {
                            to {
                                --border-angle: 1turn;
                            }
                        }

                        .box:hover {
                            -webkit-animation-play-state: paused;
                            animation-play-state: paused;
                        }

                        @property --border-angle {
                            syntax: "<angle>";
                            inherits: true;
                            initial-value: 0turn;
                        }

                        @media screen and (min-width:768px) {
                            .gadsfooters {
                                height: auto !important;
                                bottom: 20px !important;
                            }

                            .img-indicator {
                                position: fixed;
                                right: 6px;
                                z-index: 10000;
                                top: 27vh;
                                width: 152px;
                                display: block;
                                pointer-events: none;
                            }

                            .community-section-for-desktop {
                                display: flex;
                                top: 29vh;
                                right: -5px;
                                z-index: 1000;
                                /* transform: rotateZ(-90deg); */
                                /* min-width: 370px; */
                                gap: 10px;
                            }

                            .community-section-for-desktop .common-com-btn {
                                writing-mode: vertical-rl;
                                text-orientation: mixed;
                                display: inline-block;
                                white-space: nowrap;
                                flex: 1;
                                padding: 1.2rem 8px;
                                border-radius: 7px;
                                gap: 10px;
                                text-shadow: 0px 1px 0px rgb(0 0 0 / 38%);
                                box-shadow: 0px 0px 10px rgb(0 0 0 / 22%),
                                    /* Inner box shadow */
                                    0px 0px 3px rgb(0 0 0 / 20%) inset
                            }

                            .community-section-for-desktop .telegram-btn {
                                background-color: #0088cc;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white
                            }

                            .community-section-for-desktop .whatsapp-btn {
                                background-color: #25D366;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white
                            }

                            .text-md-left {
                                text-align: left !important;
                            }

                            .desktop-view-only,
                            .dvo {
                                display: block;
                            }

                            .mobile-view-only {
                                display: none;
                            }
                        }

                        @media screen and (max-width:767px) {

                            .desktop-view-only,
                            .dvo {
                                display: none;
                            }

                            .community-section-for-desktop {
                                display: none;
                            }

                            .gadsfooters {
                                height: auto !important;
                                bottom: 30px !important;
                            }

                            .gadsfooters ins {
                                height: 75px !important;
                            }

                            .img-indicator-2 {
                                position: fixed;
                                bottom: 55px;
                                z-index: 1000;
                                width: 200px;
                                left: -1px;
                            }

                            .w-100-m {
                                width: 100%;
                            }

                            .community-section-for-mobile {
                                position: fixed;
                                bottom: 5px;
                                left: 0;
                                right: 0;
                                padding-left: 10px;
                                padding-right: 10px;
                                display: flex;
                                gap: 10px;
                                z-index: 1002;
                                align-items: center;
                                justify-content: space-between;
                                width: 100%;
                            }

                            .community-section-for-mobile .common-com-btn {
                                flex: 1;
                                padding: 8px;
                                border-radius: 7px;
                                gap: 10px;
                                text-shadow: 0px 1px 0px rgb(0 0 0 / 38%);
                                box-shadow: 0px 0px 10px rgb(0 0 0 / 22%),
                                    /* Inner box shadow */
                                    0px 0px 3px rgb(0 0 0 / 20%) inset
                            }

                            .community-section-for-mobile .telegram-btn {
                                background-color: #0088cc;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white
                            }

                            .community-section-for-mobile .whatsapp-btn {
                                background-color: #25D366;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white
                            }
                        }

                        .copyright {
                            color: #585858;
                        }

                        footer {
                            line-height: 1.9 !important;
                            /* background: radial-gradient(circle, rgba(17, 36, 0, 0) 0%, rgb(251 234 204 / 58%) 55%, rgba(255, 201, 0, 0.11808473389355745) 100%)!important; */
                            /* background:white; */
                            background: linear-gradient(0deg, #fff, rgb(255 255 255 / 37%));
                            margin: 0px 0px;
                            border-radius: 10px;
                            padding: 0px 25px !important;
                        }

                        .footer-listing.left-arrow a:before {
                            content: '.';
                            font-family: monospace;
                            margin-right: 4px;
                            font-size: 30px;
                            line-height: 0.5;
                            display: flex;
                            justify-content: flex-start;
                            margin-left: -5px;
                            /* color: #c3c3c3; */
                        }

                        .copyright {
                            font-size: 0.8rem;
                        }

                        .top-footer-part {
                            /* background: white; */
                            padding: 0.3rem 0rem;
                            /* box-shadow: 0px 0px 6px 2px rgb(51 51 51 / 6%); */
                            border-radius: 8px;
                        }

                        @media screen and (max-width:767px) {

                            footer {
                                padding: 0px 15px 20px 15px !important;
                            }

                            .dvo,
                            .gadsfooter {
                                display: none;
                            }

                            .footer-cols .col:nth-child(4) {
                                margin-top: -0rem !important;
                            }

                            #secure-content {
                                margin-bottom: 0px !important;
                            }

                            .footer-listing a {
                                font-size: 10.8px !important;
                                padding: 0 !important;
                                word-break: break-word !important;
                                display: flex !important;
                            }

                            .footer-listing.left-arrow a:before {
                                content: '.' !important;
                                font-family: monospace;
                                margin-right: 3px !important;
                                line-height: 0.2 !important;
                            }
                        }

                        label.text-uppercase strong {
                            font-weight: 700 !important;
                            font-size: 0.9rem;
                        }

                        .footer-listing a {
                            outline: 0;
                            width: 100%;
                            float: left;
                            padding: 2px 0px;
                            font-size: 15px;
                            color: #6b6b6b;
                            display: flex;
                            word-break: break-all;
                        }

                        .footer-ul-0 a {
                            outline: 0;
                            padding: 0 8px;
                            color: #333;
                            font-weight: 700;
                            font-size: 0.9rem;
                            text-transform: uppercase;
                        }

                        .footer-listing a:hover {
                            color: #ff7200 !important;
                        }

                        .secure-content {
                            position: relative;
                            z-index: 1;
                        }

                        .secure-content img {
                            margin-top: -6.3rem !important;
                        }

                        .social-icon ul li a i {
                            font-size: 25px;
                            padding-right: 12px;
                        }

                        .social-icon ul {
                            line-height: 14px;
                            padding-right: 10px;
                        }

                        .social-icon ul li a .fa-facebook {
                            color: #3b5998;
                        }

                        .social-icon ul li a .fa-square-x-twitter {
                            /* color:#1DA1F2; */
                            color: #121212
                        }

                        .social-icon ul li a .fa-linkedin {
                            color: #0e76a8;
                        }

                        .social-icon ul li a .fa-youtube {
                            color: #FF0000;
                        }

                        .social-icon ul li a .fa-square-whatsapp {
                            color: #4ac959;
                        }

                        @media screen and (min-device-width: 1200px) and (max-device-width: 1299px) {
                            .social-icon ul li a i {
                                font-size: 20px;
                                padding-right: 12px;
                            }

                            .footer-ul-0 a {
                                font-size: 0.7rem;
                            }

                            label.text-uppercase strong {
                                font-size: 0.7rem;
                            }

                            .footer-listing a {
                                font-size: 12px;
                            }
                        }

                        @media screen and (min-device-width: 1300px) and (max-device-width: 1399px) {
                            .social-icon ul li a i {
                                font-size: 22px;
                                padding-right: 12px;
                            }

                            .footer-ul-0 a {
                                font-size: 0.8rem;
                                padding: 0 7px;
                            }

                            label.text-uppercase strong {
                                font-size: 0.8rem;
                            }

                            .footer-listing a {
                                font-size: 14px;
                            }
                        }

                        @media screen and (max-width:767px) {
                            .footer-ul-0 a {
                                font-size: 0.9rem !important
                            }
                        }

                        .footer-cols .col:last-of-type {
                            max-width: 12.6rem;
                            float: right;
                        }

/* Moved from index.html style block 4 */
#socialTelegramConnectModal .modal-content,
                                        #socialFacebookConnectModal .modal-content {

                                            border-radius: 0.7rem;
                                            border: none;
                                        }

                                        .close-bt {
                                            font-size: 1rem;
                                            font-family: auto;
                                            width: 40px;
                                            border-radius: 20px;
                                            height: 40px;
                                            display: flex align-items: center;
                                            justify-content: center;
                                            position: absolute;
                                            top: 10px;
                                            right: 10px;
                                            font-weight: bold;
                                            cursor: pointer;
                                            background: #9ea4ff;
                                        }

/* Moved from index.html style block 5 */
.close-community-groups:hover {
                                opacity: 1 !important;
                            }

                            .whatsappicon {
                                font-size: 3rem;
                                color: #25D366;
                            }

                            .btn-joins {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white;
                                border: none;
                                padding: 0.7rem 2.2rem 0.7rem 1rem;
                                font-family: Droid !important;
                                font-size: 1.1rem;
                                border-radius: 7px;
                                background: linear-gradient(181deg, ##0088cc, #0ac14e, ##0088cc);
                                box-shadow: 0px 0px 2px #084215 inset;
                                height: 47px;
                            }

                            .btn-joins-right {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white;
                                border: none;
                                padding: 0.7rem 1rem 0.7rem 2.2rem;
                                border-radius: 7px;
                                font-family: Droid !important;
                                font-size: 1.1rem;
                                background: linear-gradient(181deg, ##0088cc, #0ac14e, ##0088cc);
                                box-shadow: 0px 0px 2px #084215 inset;
                                height: 47px;
                            }

                            .btn-joins-whatsapp {
                                background: linear-gradient(181deg, #25D366, #0ac14e, #25D366);
                                box-shadow: 0px 0px 2px #084215 inset;
                                height: 47px;
                            }

                            .telegramicon {
                                border-radius: 40px;
                                margin-bottom: 1.3rem;
                            }

                            .popover a,
                            .popover p {

                                font-family: "Droid serif" !important;
                            }

                            .popover {

                                max-width: 430px !important;
                                border-radius: 15px;
                            }

                            @media screen and (max-width:767px) {

                                footer {
                                    padding: 0px !important;
                                }

                                .footer-cols .col {
                                    width: 50% !important;
                                }

                            }

                            .backdrop {
                                position: fixed;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                background-color: rgba(0, 0, 0, 0.5);
                                /* Semi-transparent black background */
                                z-index: 1000;
                                /* Should be higher than popover's z-index */
                            }

                            .btnafter:after {
                                content: 'OR';
                                background: white;
                                border: none;
                                color: #ccc;
                                border-radius: 100px;
                                width: 49px;
                                height: 49px;
                                position: absolute;
                                padding: 0rem 1rem;
                                right: -26px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                z-index: 10;
                                font-size: .8rem;
                                top: -1px;
                            }

/* Moved from index.html style block 6 */
.showtalent-chat-container {
                                position: fixed;
                                left: 20px;
                                bottom: 20px;
                                z-index: 100;
                                filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
                            }

                            @media screen and (max-width:767px) {
                                .showtalent-chat-container {
                                    left: 10px;
                                    bottom: 70px;
                                }
                            }


/* ======================================================
   Inline styles moved from index.html
   ====================================================== */
.moved-inline-style-1 {
    box-shadow: 0px 3px 3px rgb(0 0 7 / 10%) !important;
}

.moved-inline-style-2 {
    background:#fff!important;
}

.moved-inline-style-3 {
    border: 1px solid #eceaea !important;
    box-shadow: 0px 0px 3px #e2e2e2 !important;
    border-radius:5px !important;
}

.moved-inline-style-4 {
    background:#f7f7ff !important;
}

.moved-inline-style-5 {
    cursor: pointer !important;
    align-items: center !important;
    display: flex !important;
    padding: 0px 15px !important;
    background: #f7f7ff !important;
    color: #fd7100 !important;
}

.moved-inline-style-6 {
    top: 50px !important;
    max-height: 500px !important;
    overflow-y: auto !important;
    z-index:10001!important;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.2) !important;
}

.moved-inline-style-7 {
    fill: none !important;
    height: 23px !important;
    opacity: 0.9 !important;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 2px 4px 1px) !important;
}

.moved-inline-style-8 {
    border-bottom: none !important;
}

.moved-inline-style-9 {
    max-width: 185px !important;
}

.moved-inline-style-10 {
    width:auto !important;
    border:none !important;
    margin:0px !important;
    padding:0px !important;
}

.moved-inline-style-11 {
    border-top:1px solid rgba(0,0,0,.1) !important;
}

.moved-inline-style-12 {
    float:left !important;
}

.moved-inline-style-13 {
    margin-top:-8px !important;
}

.moved-inline-style-14 {
    margin-right: 10px !important;
    line-height: 30px !important;
}

.moved-inline-style-15 {
    color: #0088cc !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    border: 1px solid #0088cc !important;
    border-radius: 4px !important;
}

.moved-inline-style-16 {
    color: #25D366 !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    border: 1px solid #25D366 !important;
    border-radius: 4px !important;
}

.moved-inline-style-17 {
    margin-top:3px !important;
}

.moved-inline-style-18 {
    max-width:100% !important;
    height:auto !important;
}

.moved-inline-style-19 {
    display:flex!important;
}

.moved-inline-style-20 {
    z-index:10001 !important;
    margin:0 auto !important;
    max-width:400px !important;
}

.moved-inline-style-21 {
    padding: 0 1.5rem !important;
}

.moved-inline-style-22 {
    justify-content: space-between !important;
    align-items: center !important;
}

.moved-inline-style-23 {
    max-width:320px !important;
    width:100% !important;
}

.moved-inline-style-24 {
    z-index:3 !important;
    color:#ccc !important;
}

.moved-inline-style-25 {
    display:none !important;
}

/* ======================================================
   Styles moved from index.html <style> blocks
   ====================================================== */

/* Moved from index.html <style> block 1 */
.tooltip {
            z-index: 10001;
        }

        .navbar {
            background: #fff;
            padding: 0.5rem 1rem;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
            position: relative;
        }

        /* search box */
        .search-box-new {
            background: #fdfdfd;
            border-radius: 5px;
            padding: 0 0px;
            height: 45px;
            flex: 1;
            border: 1px solid #f0f0f0;
            min-width: 460px;
        }

        .search-box-new input {
            width: 100%;
            border-radius: 20px;
            border: none;
            padding: 8px 40px 8px 15px;
            outline: none;
            background: none;
        }

        .search-box-new i {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #f5821f;
            font-size: 18px;
            cursor: pointer;
            pointer-events: none;
        }

        /* center icons */
        .mid-icons {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.4rem;
            width: 330px;
            z-index: 10001;
        }

        .mid-icons .nav-link i {
            color: hsl(0deg 0% 34.51% / 63%) !important;
            font-size: 1.5rem;
            padding: 0.5rem 0.75rem;
        }

        .mid-icons .nav-link i:hover {
            color: #ff7200 !important;
        }

        /* right section */
        .right-section .nav-link {
            color: #585858;
            font-weight: 500;
            padding: 0.5rem 0.75rem;
            font-size: .875rem;
        }

        .right-section .nav-link:hover,
        .tuteehub-header-nav .navbar-light .navbar-nav .nav-link:focus,
        .tuteehub-header-nav .navbar-light .navbar-nav .nav-link:hover {
            color: #ff7200 !important;
        }

        .btn-signin {
            background-color: #ff7200;
            color: #fff !important;
            font-weight: 500;
            border-radius: 4px;
            line-height: 1.2;
            padding-bottom: 0.5rem;
            font-size: .875rem;
            height: 32px;
            min-width: 80px;
            padding-top: 0.3rem;
        }

        .btn-signin:hover {
            background-color: #ee3c11 !important;
            color: #fff !important;
        }

        .b-register {
            background: none;
            color: #ff7200 !important;
            border: 1px solid #ff7200;
        }

        .mh-66 {
            min-height: 66px;
        }

        .mh-39 {
            min-height: 39px;
        }

        .mh-34 {
            min-height: 34px;
        }

        .w-md-auto {
            width: auto !important;
        }

        .shadow-sm-mobile {
            box-shadow: none !important;
        }

        .mid-icons .dropdown-menu {
            right: -50px;
            left: auto;
        }

        .navbar-toggler:focus,
        .navbar-toggler:hover {
            box-shadow: none;
            color: #ff7200;
        }

        /* mobile view */
        @media (max-width: 991px) {
            .b-drop {
                position: fixed;
                left: 0;
                right: 0;
                background: rgba(0, 0, 0, .3);
                top: 58px;
                line-height: 40px;
                bottom: 0;
                z-index: 10;
                height: 100vh;
            }

            .gsst_a .gscb_a {
                margin-top: 5px;
                color: #ccc;
                margin-right: 0px;
            }

            .flex-sm-1 {
                flex: 1;
            }

            .mid-icons {
                position: static;
                transform: none;
                justify-content: space-around;
                width: 100%;
                margin: 0.5rem 0;
            }

            .search-box-new {
                width: 100%;
                min-width: auto;
            }

            .navbar-collapse {
                background: #fff;
                border-top: 1px solid #eee;
                padding: 0.5rem;
            }

            #accountNavbar {
                position: fixed;
                z-index: 10002;
                right: 10px;
                top: 70px;
                min-width: 40%;
                padding: 0.5rem;
                border-radius: 7px !important;
            }

            .secondline-menu {
                margin-top: 0rem !important;
            }

            .mh-66 {
                min-height: 60px;
            }

            button[data-target="#navbarNav"] {
                height: 44px;
            }

            .w-sm-100 {
                width: 100% !important;
            }

            .shadow-sm-mobile {
                box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
            }
        }

        .ml-2 {
            margin-left: 0.5rem !important;
        }

        .color-333-hvr {
            color: #525252 !important;
        }

        .color-333-hvr:hover {
            color: #ff7200 !important;
        }


        /* .libraries-dropdown {
        right: 0;
        box-shadow: 0px 5px 10px rgba(0, 7, 0, 0.2);
        gap: 10px;
        padding: 0;
        margin-right: -200px;
        border: none;

    } */

        /* .sign-in-btn {
        background-color: #ff7200;
        color: #fff;
        padding: 0.4rem 1rem;
        line-height: 14px;
    } */

        .fsize-12 {
            font-size: 12px;
        }

        input::placeholder {
            color: #d6d6d6 !important;
            font-size: 1rem
        }

        @media screen and (max-width:767px) {
            .nosearchbg {
                padding: 0px 10px !important;
            }
        }

/* Moved from index.html <style> block 2 */
@media screen and (max-width:767px){
                    .libraries-dropdown{
                        overflow-y: auto;
                        transform: translate3d(0px, 0px, 0px)!important;
                        height: 90vh!important;
                        max-height: 100%!important;
                        padding-bottom:80px;
                        box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
                        left: 0px!important;
                        top: 64px!important;
                        right: 0px!important;
                        background: rgb(255 255 255 / 96%);
                        padding-bottom: 2rem;
                        z-index: 10001 !important;
                        position: fixed!important;
                    }
                }

/* Moved from index.html <style> block 3 */
.grecaptcha-badge {
                            right: -100% !important;
                        }

                        .google_play_ico img,
                        .app_store_ico img {
                            width: 100%;
                            height: auto;
                        }

                        .link-follow-us-whatsapp {
                            position: fixed;
                            right: -5px;
                            top: 17%;
                            z-index: 10000;
                        }

                        .link-follow-us-whatsapp img {
                            width: 70px;
                        }

                        @media screen and (max-width:767px) {
                            .h-auto {
                                height: auto !important;
                            }

                            .link-follow-us-whatsapp {
                                position: fixed;
                                right: 4px;
                                top: 82%;
                            }
                        }

                        @media screen and (min-width:768px) {
                            .img-indicator {
                                display: inline-block;
                            }
                        }

                        @media screen and (max-width:767px) {
                            .img-indicator {
                                display: none;
                            }
                        }

                        .copyright a {
                            font-weight: normal;
                            font-size: 14px;
                            color: #585858;
                        }

                        .copyright a:hover {
                            font-weight: normal;
                            font-size: 14px;
                            color: #ff7200;
                        }

                        .box {
                            display: flex;
                            --border-size: 4px;
                            --border-angle: 0turn;
                            width: 170px;
                            margin-top: 10px;
                            padding: 5px 10px;
                            background-image: conic-gradient(from var(--border-angle), #fff, #fff 50%, #fff), conic-gradient(from var(--border-angle), transparent 20%, rgb(0 136 255 / 23%), rgb(255 114 0 / 36%));
                            align-items: center;
                            justify-content: center;
                            gap: 6px;
                            background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
                            background-position: center center;
                            background-repeat: no-repeat;
                            -webkit-animation: bg-spin 3s linear infinite;
                            animation: bg-spin 3s linear infinite;
                        }

                        .box .fab,
                        .community-section-for-mobile .common-com-btn .fab {
                            font-size: 25px;
                        }

                        .box .txt,
                        .community-section-for-mobile .common-com-btn .txt {
                            text-transform: uppercase;
                            font-size: 14px;
                        }

                        @-webkit-keyframes bg-spin {
                            to {
                                --border-angle: 1turn;
                            }
                        }

                        @keyframes bg-spin {
                            to {
                                --border-angle: 1turn;
                            }
                        }

                        .box:hover {
                            -webkit-animation-play-state: paused;
                            animation-play-state: paused;
                        }

                        /* @property --border-angle {
                            syntax: "<angle>";
                            inherits: true;
                            initial-value: 0turn;
                        } */

                        @media screen and (min-width:768px) {
                            .gadsfooters {
                                height: auto !important;
                                bottom: 20px !important;
                            }

                            .img-indicator {
                                position: fixed;
                                right: 6px;
                                z-index: 10000;
                                top: 27vh;
                                width: 152px;
                                display: block;
                                pointer-events: none;
                            }

                            .community-section-for-desktop {
                                display: flex;
                                top: 29vh;
                                right: -5px;
                                z-index: 1000;
                                /* transform: rotateZ(-90deg); */
                                /* min-width: 370px; */
                                gap: 10px;
                            }

                            .community-section-for-desktop .common-com-btn {
                                writing-mode: vertical-rl;
                                text-orientation: mixed;
                                display: inline-block;
                                white-space: nowrap;
                                flex: 1;
                                padding: 1.2rem 8px;
                                border-radius: 7px;
                                gap: 10px;
                                text-shadow: 0px 1px 0px rgb(0 0 0 / 38%);
                                box-shadow: 0px 0px 10px rgb(0 0 0 / 22%),
                                    /* Inner box shadow */
                                    0px 0px 3px rgb(0 0 0 / 20%) inset
                            }

                            .community-section-for-desktop .telegram-btn {
                                background-color: #0088cc;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white
                            }

                            .community-section-for-desktop .whatsapp-btn {
                                background-color: #25D366;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white
                            }

                            .text-md-left {
                                text-align: left !important;
                            }

                            .desktop-view-only,
                            .dvo {
                                display: block;
                            }

                            .mobile-view-only {
                                display: none;
                            }
                        }

                        @media screen and (max-width:767px) {

                            .desktop-view-only,
                            .dvo {
                                display: none;
                            }

                            .community-section-for-desktop {
                                display: none;
                            }

                            .gadsfooters {
                                height: auto !important;
                                bottom: 30px !important;
                            }

                            .gadsfooters ins {
                                height: 75px !important;
                            }

                            .img-indicator-2 {
                                position: fixed;
                                bottom: 55px;
                                z-index: 1000;
                                width: 200px;
                                left: -1px;
                            }

                            .w-100-m {
                                width: 100%;
                            }

                            .community-section-for-mobile {
                                position: fixed;
                                bottom: 5px;
                                left: 0;
                                right: 0;
                                padding-left: 10px;
                                padding-right: 10px;
                                display: flex;
                                gap: 10px;
                                z-index: 1002;
                                align-items: center;
                                justify-content: space-between;
                                width: 100%;
                            }

                            .community-section-for-mobile .common-com-btn {
                                flex: 1;
                                padding: 8px;
                                border-radius: 7px;
                                gap: 10px;
                                text-shadow: 0px 1px 0px rgb(0 0 0 / 38%);
                                box-shadow: 0px 0px 10px rgb(0 0 0 / 22%),
                                    /* Inner box shadow */
                                    0px 0px 3px rgb(0 0 0 / 20%) inset
                            }

                            .community-section-for-mobile .telegram-btn {
                                background-color: #0088cc;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white
                            }

                            .community-section-for-mobile .whatsapp-btn {
                                background-color: #25D366;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white
                            }
                        }

                        .copyright {
                            color: #585858;
                        }

                        footer {
                            line-height: 1.9 !important;
                            /* background: radial-gradient(circle, rgba(17, 36, 0, 0) 0%, rgb(251 234 204 / 58%) 55%, rgba(255, 201, 0, 0.11808473389355745) 100%)!important; */
                            /* background:white; */
                            background: linear-gradient(0deg, #fff, rgb(255 255 255 / 37%));
                            margin: 0px 0px;
                            border-radius: 10px;
                            padding: 0px 25px !important;
                        }

                        .footer-listing.left-arrow a:before {
                            content: '.';
                            font-family: monospace;
                            margin-right: 4px;
                            font-size: 30px;
                            line-height: 0.5;
                            display: flex;
                            justify-content: flex-start;
                            margin-left: -5px;
                            /* color: #c3c3c3; */
                        }

                        .copyright {
                            font-size: 0.8rem;
                        }

                        .top-footer-part {
                            /* background: white; */
                            padding: 0.3rem 0rem;
                            /* box-shadow: 0px 0px 6px 2px rgb(51 51 51 / 6%); */
                            border-radius: 8px;
                        }

                        @media screen and (max-width:767px) {

                            footer {
                                padding: 0px 15px 20px 15px !important;
                            }

                            .dvo,
                            .gadsfooter {
                                display: none;
                            }

                            .footer-cols .col:nth-child(4) {
                                margin-top: -0rem !important;
                            }

                            #secure-content {
                                margin-bottom: 0px !important;
                            }

                            .footer-listing a {
                                font-size: 10.8px !important;
                                padding: 0 !important;
                                word-break: break-word !important;
                                display: flex !important;
                            }

                            .footer-listing.left-arrow a:before {
                                content: '.' !important;
                                font-family: monospace;
                                margin-right: 3px !important;
                                line-height: 0.2 !important;
                            }
                        }

                        label.text-uppercase strong {
                            font-weight: 700 !important;
                            font-size: 0.9rem;
                        }

                        .footer-listing a {
                            outline: 0;
                            width: 100%;
                            float: left;
                            padding: 2px 0px;
                            font-size: 15px;
                            color: #6b6b6b;
                            display: flex;
                            word-break: break-all;
                        }

                        .footer-ul-0 a {
                            outline: 0;
                            padding: 0 8px;
                            color: #333;
                            font-weight: 700;
                            font-size: 0.9rem;
                            text-transform: uppercase;
                        }

                        .footer-listing a:hover {
                            color: #ff7200 !important;
                        }

                        .secure-content {
                            position: relative;
                            z-index: 1;
                        }

                        .secure-content img {
                            margin-top: -6.3rem !important;
                        }

                        .social-icon ul li a i {
                            font-size: 25px;
                            padding-right: 12px;
                        }

                        .social-icon ul {
                            line-height: 14px;
                            padding-right: 10px;
                        }

                        .social-icon ul li a .fa-facebook {
                            color: #3b5998;
                        }

                        .social-icon ul li a .fa-square-x-twitter {
                            /* color:#1DA1F2; */
                            color: #121212
                        }

                        .social-icon ul li a .fa-linkedin {
                            color: #0e76a8;
                        }

                        .social-icon ul li a .fa-youtube {
                            color: #FF0000;
                        }

                        .social-icon ul li a .fa-square-whatsapp {
                            color: #4ac959;
                        }

                        @media screen and (min-device-width: 1200px) and (max-device-width: 1299px) {
                            .social-icon ul li a i {
                                font-size: 20px;
                                padding-right: 12px;
                            }

                            .footer-ul-0 a {
                                font-size: 0.7rem;
                            }

                            label.text-uppercase strong {
                                font-size: 0.7rem;
                            }

                            .footer-listing a {
                                font-size: 12px;
                            }
                        }

                        @media screen and (min-device-width: 1300px) and (max-device-width: 1399px) {
                            .social-icon ul li a i {
                                font-size: 22px;
                                padding-right: 12px;
                            }

                            .footer-ul-0 a {
                                font-size: 0.8rem;
                                padding: 0 7px;
                            }

                            label.text-uppercase strong {
                                font-size: 0.8rem;
                            }

                            .footer-listing a {
                                font-size: 14px;
                            }
                        }

                        @media screen and (max-width:767px) {
                            .footer-ul-0 a {
                                font-size: 0.9rem !important
                            }
                        }

                        .footer-cols .col:last-of-type {
                            max-width: 12.6rem;
                            float: right;
                        }

/* Moved from index.html <style> block 4 */
#socialTelegramConnectModal .modal-content,
                                        #socialFacebookConnectModal .modal-content {

                                            border-radius: 0.7rem;
                                            border: none;
                                        }

                                        .close-bt {
                                            font-size: 1rem;
                                            font-family: auto;
                                            width: 40px;
                                            border-radius: 20px;
                                            height: 40px;
                                            display: flex;
                                            align-items: center;
                                            justify-content: center;
                                            position: absolute;
                                            top: 10px;
                                            right: 10px;
                                            font-weight: bold;
                                            cursor: pointer;
                                            background: #9ea4ff;
                                        }

/* Moved from index.html <style> block 5 */
.close-community-groups:hover {
                                opacity: 1 !important;
                            }

                            .whatsappicon {
                                font-size: 3rem;
                                color: #25D366;
                            }

                            .btn-joins {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white;
                                border: none;
                                padding: 0.7rem 2.2rem 0.7rem 1rem;
                                font-family: Droid !important;
                                font-size: 1.1rem;
                                border-radius: 7px;
                                background: linear-gradient(181deg, ##0088cc, #0ac14e, ##0088cc);
                                box-shadow: 0px 0px 2px #084215 inset;
                                height: 47px;
                            }

                            .btn-joins-right {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: white;
                                border: none;
                                padding: 0.7rem 1rem 0.7rem 2.2rem;
                                border-radius: 7px;
                                font-family: Droid !important;
                                font-size: 1.1rem;
                                background: linear-gradient(181deg, ##0088cc, #0ac14e, ##0088cc);
                                box-shadow: 0px 0px 2px #084215 inset;
                                height: 47px;
                            }

                            .btn-joins-whatsapp {
                                background: linear-gradient(181deg, #25D366, #0ac14e, #25D366);
                                box-shadow: 0px 0px 2px #084215 inset;
                                height: 47px;
                            }

                            .telegramicon {
                                border-radius: 40px;
                                margin-bottom: 1.3rem;
                            }

                            .popover a,
                            .popover p {

                                font-family: "Droid serif" !important;
                            }

                            .popover {

                                max-width: 430px !important;
                                border-radius: 15px;
                            }

                            @media screen and (max-width:767px) {

                                footer {
                                    padding: 0px !important;
                                }

                                .footer-cols .col {
                                    width: 50% !important;
                                }

                            }

                            .backdrop {
                                position: fixed;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                background-color: rgba(0, 0, 0, 0.5);
                                /* Semi-transparent black background */
                                z-index: 1000;
                                /* Should be higher than popover's z-index */
                            }

                            .btnafter:after {
                                content: 'OR';
                                background: white;
                                border: none;
                                color: #ccc;
                                border-radius: 100px;
                                width: 49px;
                                height: 49px;
                                position: absolute;
                                padding: 0rem 1rem;
                                right: -26px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                z-index: 10;
                                font-size: .8rem;
                                top: -1px;
                            }

/* Moved from index.html <style> block 6 */
.showtalent-chat-container {
                                position: fixed;
                                left: 20px;
                                bottom: 20px;
                                z-index: 100;
                                filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
                            }

                            @media screen and (max-width:767px) {
                                .showtalent-chat-container {
                                    left: 10px;
                                    bottom: 70px;
                                }
                            }

