@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif !important;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ul,
li,
span,
a,
button,
p {
    font-family: "Poppins", sans-serif !important;
    margin: 0;
    padding: 0;
}

.web-container {
    max-width: 1188px;
    margin: 0 auto;
    padding: 0 24px
}

.yellow-text {
    color: #ffde59;
}

.blue-text {
    color: #88008b;
}

.web-navber {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 40px 0;
}

.web-navber .web-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    font-family: "Sofia Sans Condensed", sans-serif !important;
    display: inline-flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 16px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease
}

.btn--primary {
    background-image: linear-gradient(90deg, #ffd24d 0%, #ffb02e 45%, #ff9600 100%);
    color: #1a0b2e;
}

.hero__book {
    padding: 14px 22px;
    gap: 10px;
    font-weight: 700;
    letter-spacing: .2px
}

.hero__book .hero__book-icon {
    display: inline-flex;
}

.hero__book .hero__chev {
    margin-left: 10px
}

.btn--ghost {
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(6px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35)
}

.btn--full {
    width: 100%
}

/* Hero */
.web-navbar-brand img {
    max-width: 185px;
    height: 55px;
    object-fit: contain;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 50px;
    color: #fff;
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}


.hero-banner-design {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 490px;
    z-index: 1;
    height: 460px;
    object-fit: contain;
    animation: bannerSway 7s ease-in-out infinite;
}

.hero__overlay {
    background-image: url('images/banner-bg.jpg');
    background-size: cover;
    width: 103%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1
}

.hero__overlay.hero__overlay-2 {
    background-image: url('images/2background.png') !important;
}

.hero__content.hero__content-2 .hero__title {
    color: #331266;
    padding-bottom: 20px;
}

.hero__content.hero__content-2 ul {
    display: grid;
    gap: 20px;
    padding-bottom: 50px;
}

.hero__content.hero__content-2 ul li p {
    color: #000000;
    font-size: 16px;
    padding: 0;
}

.cta-buttons p {
    font-size: 10px;
    color: #000;
    padding: 0;
    font-style: italic;
}

.cta-buttons {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: Arial, sans-serif;
}

.cta-btn {
    display: flex;
    align-items: center;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    gap: 20px;
}

.cta-btn img {
    width: 38px;
    height: 38px;
}

a.cta-btn.insta .left-arrow {
    width: 16px;
    height: 27px;
}

.cta-btn .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.cta-btn .text h6 {
    font-size: 18px;
    margin: 0;
    font-family: "Sofia Sans Condensed", sans-serif !important;
    letter-spacing: 0.5px;
}

.cta-btn .arrow {
    max-width: 12px;
    height: 25px;
}

.cta-btn .text span {
    font-size: 10px;
}

.cta-btn strong {
    font-size: 18px;
    display: block;
}

.cta-btn small {
    font-size: 10px;
    opacity: 0.9;
}

a.cta-btn.community {
    color: #000;
}

.cta-btn .arrow {
    font-size: 28px;
    font-weight: bold;
    opacity: 0.9;
}

.cta-btn.insta {
    background: linear-gradient(90deg, #ff9a00, #e233ff, #5a00ff);
}

.cta-btn.community {
    background: linear-gradient(90deg, #ffd25f, #ff8b1f);
}

.hero__content.hero__content-2 .hero__title i {
    color: #fa6f6c;
}

.hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    padding: 60px 20px;
    align-items: center
}

.hero__inner.hero__inner-2 {
    grid-template-columns: 1fr 1fr;
}

.hero__title {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 70%;
    letter-spacing: -1px;
    line-height: 40px;
}

.hero__title span {
    font-family: "Roboto Condensed", sans-serif !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero__image {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center
}

.hero__portrait-glow {
    position: relative;
}

.hero__portrait-glow {
    position: absolute;
    width: 80%;
    height: 80%;
    filter: blur(40px);
    background: radial-gradient(circle at 50% 50%, rgba(255, 221, 255, .6), rgba(138, 43, 226, .2) 60%, transparent 70%);
    z-index: -1;
    transform: translateY(10%) scale(1)
}

.hero__image_logos img {
    max-width: 95px;
    height: 95px;
    object-fit: contain;
}

.hero__portrait {
    max-width: 380px;
    object-fit: contain;
    z-index: 99;
    height: 440px;
    margin: 0 auto !important;
}

.hero__image_logos {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    right: 0;
    gap: 10px;
    left: 0;
}

.hero__portrait_bg {
    position: absolute;
    width: 420px;
    height: 420px;
}

.hero__content p {
    font-size: 14px;
    padding: 15px 0 25px 0;
    line-height: 1.5;
}

@keyframes floatY {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

/* Subtle sway + scale for hero banner decoration */
@keyframes bannerSway {
    0% {
        transform: translateY(0) rotate(-2deg) scale(1);
    }

    50% {
        transform: translateY(-8px) rotate(2deg) scale(1.02);
    }

    100% {
        transform: translateY(0) rotate(-2deg) scale(1);
    }
}

.form-card {
    margin: 0;
    background: white;
    padding: 35px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.input-group {
    margin-bottom: 14px;
}

.input-group input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #bbbbbb;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #ededed;
}

/* PHONE FIELD FIXED UI */
.custom-phone .iti {
    width: 100%;
}

.custom-phone input {
    width: 100%;
    padding: 10px 14px;
    padding-left: 50px !important;
    /* space for flag + code */
    border: 1px solid #bbbbbb;
    border-radius: 8px;
    font-size: 14px;
    background-color: #ededed;
}

/* Styling the flag area */
.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
    border-right: 1px solid #dadada;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px 0 0 8px;
}

/* Error state for phone input */
.custom-phone input.error {
    border-color: #e74c3c;
    background-color: #fee;
}

/* Checkbox */
.checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 10px;
    margin: 12px 0;
    color: #000;
}

.checkbox-row input {
    margin-top: 3px;
    width: 20px;
    height: 15px;
}

/* CTA Button */
.form__btn {
    width: 80%;
    margin: 0 auto;
    display: flex;
    position: relative;
    font-size: 26px;
    font-family: "Sofia Sans Condensed", sans-serif !important;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.form__btn:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.form__btn img {
    position: absolute;
    right: 20px;
}

.cta-btn:hover {
    opacity: 0.9;
}

.small-check {
    font-size: 12px;
    margin-top: 12px;
    justify-content: center;
    margin-bottom: 0;
}

.badges {
    background-color: #331266;
}

.badges {
    background: #1d0834;
    color: #e6d7ff;
    padding: 20px 0;
}

.badges__row {
    display: grid;
    gap: 42px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.badge {
    display: flex;
    align-items: center;
    gap: 6px
}

.badge h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Sofia Sans Condensed", sans-serif !important;
}

.badge p {
    font-size: 10px;
}

.testimonials-section {
    text-align: center;
    padding: 90px 0 40px;
    background-image: url('images/3background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonials-section .title {
    font-size: 32px;
    font-weight: 700;
    color: #2d0052;
    margin-bottom: 75px;
}

.testimonials-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    gap: 30px;
}
.testimonials-slider{
   padding-bottom: 160px;
    max-width: 870px;
    margin: 0 auto;
}

.profile-img {
    text-align: center;
    display: flex;
    justify-content: center;
}

.testimonial-card {
    background-image: linear-gradient(135deg, #7049ab 0%, #7049ab 30%, #331266 60%, #210b4b 100%);
    color: #fff;
    padding: 40px 32px;
    border-radius: 20px;
    margin: 0 15px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-card .stars {
    color: #ffdd33;
    font-size: 26px;
    margin-bottom: 20px;
}

.profile-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
}

.testimonial-card .text {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding: 32px 0;
}

.name {
    font-size: 16px;
    font-weight: 600;
    color: #ffd56b;
}

.privacy-note {
    margin-top: 40px;
    font-size: 12px;
    color: #333;
}

.badge h3 {
    font-size: 18px;
    color: #ffd677;
    font-family: "Sofia Sans Condensed", sans-serif !important;
}

.badges.badges-2 .badges__row {
    grid-template-columns: auto auto auto auto auto auto;
    gap: 30px;
}

.badge.tip h2 {
    color: #ffd677;
}

.approach__content h2 {
    font-size: 32px;
    font-weight: bold;
}

.hero__image {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}

.approach__content h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffde59;
    margin-bottom: 12px;
}

.approach__note {
    font-size: 12px;
    margin-bottom: 40px;
}

.approach__list {
    max-width: 500px;
    display: grid;
    gap: 20px;
    margin: 0 0 20px 20px;
}

.approach__cta {
    max-width: 500px;
    text-align: center;
}

.approach__cta p {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.approach__list li {
    display: flex;
    gap: 15px;
}

.approach__list li h6 {
    font-size: 12px;
    font-weight: bold;
    color: #ffde59;
}

.approach__section {
    position: relative;
}

.approach__section img.banner-back-design-back {
    position: absolute;
    width: 500px;
    animation: rotateSlow 30s linear infinite;
}

.approach__section img.banner-back-design-back-2 {
    position: absolute;
    right: 0;
    animation: rotateSlow 30s linear infinite;
}

img.banner-back-design-bg-1 {
    position: absolute;
    bottom: 0;
    left: 10%;
    animation: rotateSlow 30s linear infinite;
}

img.banner-back-design-1 {
    position: absolute;
    left: 36px;
    z-index: 4;
    width: 300px;
    height: 300px;
    bottom: -60px;
    animation: rotateSlow 30s linear infinite;
}

img.banner-back-design-bg-2 {
    position: absolute;
    right: 0;
    top: 0;
    animation: rotateSlow 30s linear infinite;
}

@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

section.hero.approach__section {
    background-image: url('images/3background.png');
    background-position: bottom;
}

img.banner-back-design-2 {
    position: absolute;
    right: 0;
    bottom: -36px;
    z-index: 2;
    width: 300px;
    height: 300px;
    animation: rotateSlow 30s linear infinite;
}

.approach {
    background: linear-gradient(180deg, #300a63 0%, #4c1486 100%);
    padding: 80px 0;
    color: #fff
}

.approach__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
    padding: 0 0 40px 0;
}

.approach__content {
    color: #000;
}

.approach__content ul {
    padding-left: 40%;
    display: grid;
    gap: 30px;
}

.approach__content ul li {
    font-size: 14px;
}

.social-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 26px;
    border-radius: 14px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.social-btn .icon img {
    width: 28px;
    height: 28px;
}

.social-btn .text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    font-size: 18px;
    text-align: center;
}

.social-btn small {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.9;
}

.youtube {
    background: linear-gradient(90deg, #ff0000, #cc0000);
}

.instagram {
    background: linear-gradient(90deg, #fa8f21, #d82d7e, #6a40e4);
}

.tiktok {
    background: linear-gradient(90deg, #00f2ea, #333, #ff0050);
    color: #000;
}

.hero.approach__section .web-container {
    max-width: 940px;
}

.hero.approach__section .web-container h3 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-bottom: 10px;
}

.mail-content h2 img {
    max-width: 60px !important;
}

.mail-content h2 {
    text-align: center;
    font-size: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.mail-section {
    padding: 80px 0;
    margin: 0 auto;
    text-align: center;
    background: url('images/2background.png') no-repeat center/cover;
}

.email-icon img {
    width: 80px;
    height: 80px;
}

.mail-section .title {
    font-size: 32px;
    font-weight: 800;
    margin-top: 10px;
    background: linear-gradient(90deg, #cc3aff, #ff4f88);
    -webkit-background-clip: text;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mail-section .title img {
    max-width: 60px;
}

.mail-section .subtitle {
    font-size: 14px;
    max-width: 780px;
    margin: 25px auto 100px;
    color: #333;
    line-height: 1.2;
    text-align: center;
}

.faq-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #7049ab, #7049ab, #331266, #210b4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 90px;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif !important;
}

.faq-item p {
    font-family: "Poppins", sans-serif !important;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}

.badge-sm {
    display: none;
}

@media (max-width:1199px) {

    .badges.badges-2 .badges__row,
    .badges__row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:991px) {
    .hero__inner {
        grid-template-columns: 1fr;
    }

    .hero__content p {
        padding-left: 0;
    }

    .form-card {
        max-width: 500px;
        margin: 0 auto;
    }

    .hero-banner-design {
        max-width: 490px;
        margin: 0 auto;
        max-height: 460px;
    }

    .hero__inner.hero__inner-2 {
        grid-template-columns: 1fr;
    }

    .approach__content ul {
        padding-left: 0;
    }

    .approach__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width:767px) {
    .web-navber {
        padding: 20px 0;
    }

    .web-navber .web-container a img {
        max-width: 120px;
        height: auto;
    }

    .hero__book {
        padding: 10px 16px;
        font-size: 14px;
        gap: 6px;
    }

    .mail-section .subtitle {
        max-width: 100%;
        margin: 25px auto 40px;
        padding: 0 10px;
    }

    .faq-grid {
        gap: 25px 20px;
    }

    .hero__title {
        max-width: 100%;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
    }

    .hero__content p {
        text-align: center;
        font-size: 14px;
        padding: 15px 0;
    }

    .mail-section {
        background-position: top left;
        padding: 60px 0;
    }

    .approach__content {
        padding-left: 0;
    }

    .social-btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .social-buttons {
        justify-content: center;
    }

    .badge-lg {
        display: none;
    }

    .badge-sm {
        display: block;
    }

    .badge-sm .badges__row {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px;
    }

    .hero {
        padding: 80px 0 30px;
    }

    .hero__inner {
        gap: 20px;
        padding: 20px 10px;
    }

    .badge.tip {
        max-width: 190px;
        margin: 30px auto;
    }

    .testimonials-slider{
        padding-bottom: 100px;
    }

    .testimonials-section {
        padding: 60px 0 30px;
    }

    .testimonials-section .title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .form-card {
        padding: 30px 25px;
    }

    .form__btn {
        width: 100%;
        font-size: 18px;
        padding: 14px 20px;
    }

    .hero__portrait {
        max-width: 300px;
        height: 350px;
    }

    .hero__portrait_bg {
        width: 350px;
        height: 350px;
    }

    .hero-banner-design {
        width: 350px;
        height: 380px;
    }

    .hero__image_logos {
        bottom: -20px;
    }

    .hero__image_logos img {
        max-width: 70px;
        height: 70px;
    }

    .badge h2 {
        font-size: 16px;
    }

    .badge p {
        font-size: 9px;
    }

    .badge img {
        max-width: 40px;
        height: 40px;
    }

    .approach__inner {
        padding: 0;
    }

    .approach__content ul {
        gap: 20px;
    }

    .approach__content ul li {
        font-size: 13px;
    }

    .cta-buttons {
        max-width: 100%;
    }

    img.banner-back-design-1,
    img.banner-back-design-2 {
        width: 200px;
        height: 200px;
    }

    .mail-section .title {
        font-size: 24px;
    }

    .faq-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width:575px) {
    .web-container {
        padding: 0 16px;
    }

    .web-navber {
        padding: 15px 0;
    }

    .web-navber .web-container a img {
        max-width: 100px;
    }

    .hero__book {
        padding: 8px 12px;
        font-size: 12px;
        gap: 4px;
    }

    .hero__book img {
        width: 6px;
        height: 10px;
    }

    .hero {
        padding: 70px 0 20px;
    }

    .hero__inner {
        gap: 15px;
        padding: 15px 5px;
    }

    .hero__title {
        font-size: 26px;
        line-height: 30px;
        max-width: 100%;
    }

    .hero__content p {
        font-size: 12px;
        padding: 10px 0;
    }

    .form-card {
        padding: 30px 35px;
        margin-top: 10px;
    }

    .input-group input {
        font-size: 14px;
        padding: 12px 14px;
    }

    .checkbox-row {
        font-size: 9px;
        gap: 4px;
    }

    .form__btn {
        font-size: 16px;
        padding: 12px 16px;
    }

    .form__btn img {
        width: 6px;
        height: 12px;
        right: 15px;
    }

    .small-check {
        font-size: 10px;
    }

    .hero__portrait {
        max-width: 250px;
        height: 300px;
    }

    .hero__portrait_bg {
        width: 300px;
        height: 300px;
    }

    .hero-banner-design {
        width: 300px;
        height: 320px;
    }

    .hero__image_logos {
        bottom: -15px;
        gap: 5px;
    }

    .hero__image_logos img {
        max-width: 60px;
        height: 60px;
    }

    .badges {
        padding: 15px 0;
    }

    .badges.badges-2 .badges__row,
    .badges__row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .badge {
        gap: 8px;
        justify-content: center;
        text-align: center;
    }

    .badge h2 {
        font-size: 14px;
    }

    .badge p {
        font-size: 10px;
    }

    .badge img {
        max-width: 36px;
        height: 36px;
    }

    .badge h3 {
        font-size: 16px;
    }

    .badge.tip {
        max-width: 100%;
        margin: 20px auto;
    }

    .testimonials-section {
        padding: 50px 0 20px;
    }

    .testimonials-section .title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .testimonials-slider {
        padding-bottom: 60px;
    }

    .testimonial-card {
        padding: 30px 20px;
        margin: 0 10px;
    }

    .testimonial-card .stars {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .profile-img img {
        width: 60px;
        height: 60px;
    }

    .testimonial-card .text {
        font-size: 13px;
        padding: 20px 0;
    }

    .name {
        font-size: 14px;
    }

    .privacy-note {
        margin-top: 30px;
        font-size: 11px;
    }

    .hero__content.hero__content-2 .hero__title {
        color: #331266;
        padding-bottom: 15px;
        text-align: center;
        margin: 0 auto;
        font-size: 24px;
        line-height: 28px;
    }

    .hero__content.hero__content-2 ul {
        gap: 15px;
        padding-bottom: 30px;
    }

    .hero__content.hero__content-2 ul li p {
        font-size: 14px;
    }

    .cta-buttons {
        gap: 12px;
    }

    .cta-btn {
        padding: 12px;
        gap: 8px;
    }

    .cta-btn img {
        width: 28px;
        height: 28px;
    }

    .cta-btn .text h6 {
        font-size: 16px;
    }

    .cta-btn .text span {
        font-size: 9px;
    }

    .cta-btn .arrow {
        max-width: 8px;
        height: 18px;
    }

    .cta-buttons p {
        font-size: 9px;
    }

    .approach__section {
        padding: 60px 0 30px;
    }

    .approach__inner {
        gap: 20px;
    }

    .approach__content ul {
        padding-left: 0;
        gap: 15px;
    }

    .approach__content ul li {
        font-size: 12px;
    }

    .approach__content ul li img {
        max-width: 120px;
    }

    .social-buttons {
        gap: 15px;
    }

    .social-btn {
        padding: 14px 20px;
        font-size: 14px;
        width: 100%;
    }

    .social-btn .icon img {
        width: 24px;
        height: 24px;
    }

    .social-btn .text {
        font-size: 16px;
    }

    .social-btn small {
        font-size: 11px;
    }

    img.banner-back-design-1,
    img.banner-back-design-2 {
        width: 150px;
        height: 150px;
    }

    img.banner-back-design-bg-1,
    img.banner-back-design-bg-2 {
        max-width: 150px;
    }

    .mail-section {
        padding: 50px 0;
    }

    .mail-section .title {
        font-size: 20px;
        gap: 10px;
        flex-wrap: wrap;
    }

    .mail-section .title img {
        max-width: 40px;
    }

    .mail-section .subtitle {
        font-size: 13px;
        margin: 20px auto 30px;
    }

    .faq-title {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 26px;
    }

    .faq-title br {
        display: none;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .faq-item h4 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .faq-item p {
        font-size: 11px;
    }

    /* Additional mobile optimizations for join.html */
    .approach__section h3 {
        font-size: 20px;
        padding: 20px 0;
        text-align: center;
    }

    .hero__inner-2 {
        padding: 30px 0;
    }

    .hero__content-2 {
        padding-bottom: 30px;
    }

    .cta-buttons {
        width: 100%;
        margin: 0 auto;
    }

    .social-btn .text small {
        display: block;
        margin-top: 5px;
    }

    .badge-lg {
        display: none;
    }

    .badge-sm {
        display: block;
    }

    .hero__overlay-2 {
        background: rgba(255, 255, 255, 0.88);
    }
}