﻿
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/vazirmatn-font-face.css');

body {
    font-family: 'Vazirmatn', sans-serif;
    background-color: #ffffff;
}
@font-face {
    font-family: shabnam;
    src: url(../lib/fonts/Shabnam-Bold.woff2);
}
*{
    font-family:shabnam;
}
/* Navbar Custom Styling */
.navbar {
    background-color: #f1f7f5; /* رنگ پس‌زمینه مایل به سبز روشن مشابه عکس */
    padding: 12px 0;
    border-bottom: 1px solid #dee2e6;
}

/* لوگو و متن برند */
.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 800;
    color: #0c6843 !important;
    font-size: 0.7rem;
    margin-left: 0;
    font-family: shabnam;
}

.brand-icon-box {
    
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: white;
    font-size: 0.9rem;

}

/* استایل دکمه ثبت درخواست */
.btn-register {
    border: 2px solid #0c6843;
    color: #0c6843 !important;
    border-radius: 8px;
    font-weight: bold;
    padding: 5px 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    background: transparent;
    white-space: nowrap;
}

/* تغییرات برای نسخه موبایل */
@media (max-width: 991.98px) {
    .navbar-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .mobile-right-group {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    /* دکمه همبرگری در سمت چپ */
    .navbar-toggler {
        order: -1;
        border: none;
        padding: 0;
    }

        .navbar-toggler:focus {
            box-shadow: none;
        }

    .navbar-toggler-icon {
        width: 1.8em;
        height: 1.8em;
    }

    .notshow {
        display: none;
    }
}

/* Hero Image Section */
.hero-bg {
    background-color: #f1f7f5;
    padding: 20px 0;
    text-align: center;
}

.hero-img {
    max-width: 100%;
    height: auto;
    transform: scale(1.05); /* کمی بزرگنمایی برای جلوه بهتر */
}

/* ویژگی‌های پایین (Features) */
.features-row {
    padding: 10px 0;
    
}

.feature-item {
    text-align: center;
    color: #277D6E; /* بنفش مشابه عکس */
}

    .feature-item i {
        font-size: 3.5rem;
        display: block;
        margin-bottom: 15px;
    }

    .feature-item p {
        font-weight: bold;
        font-size: 1.1rem;
        margin-bottom: 2px;
    }

.feature-number {
    font-size: 1.3rem;
    font-weight: 800;
}

/* پنهان سازی دکمه دسکتاپ در موبایل و برعکس */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media (max-width: 991.98px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .navbar-collapse {
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .feature-item i {
        font-size: 1.5rem;
        display: block;
        margin-bottom: 5px;
    }

    .feature-item p {
        font-weight: bold;
        font-size: 0.5rem;
        margin-bottom: 2px;
    }

    .feature-number {
        font-size: 0.6rem;
        font-weight: 400;
    }
}

@@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/vazirmatn-font-face.css');

body {
    font-family: 'Vazirmatn', sans-serif;
    background-color: #f4f4f4;
}

.product-card {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border: 1px solid #eee;
}

.images-header {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
}

.header-img-wrapper {
    width: 50%;
    position: relative;
    margin: 0;
    padding: 0;
}

.header-img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/* کادر روی عکس سمت چپ */
.brand-overlay {
    position: absolute;
    top: 150px;
    left: 10px;
    background: rgba(255, 255, 255, 0.85);
    padding: 8px 10px;
    border-radius: 30px 0 30px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.overlay-logo {
    width: 35px;
    height: 35px;
    background: #0c6843;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.overlay-text h6 {
    margin: 0;
    color: #0c6843;
    font-weight: bold;
    font-size: 0.9rem;
}

.overlay-text span {
    font-size: 0.7rem;
    color: #333;
}

/* زنجیر وسط */
.chain-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    /*background: white;*/
    border-radius: 50%;
    padding: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

    .chain-icon i {
        font-size: 1.8rem;
        color: #666;
        transform: rotate(-45deg);
    }

/* نوارهای رنگی زیر عکس */
.color-bars {
    display: flex;
}

.bar-left {
    width: 50%;
    background: #d35400;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 0.85rem;
    font-weight: bold;
}

.bar-right {
    width: 50%;
    background: #27ae60;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 0.85rem;
    font-weight: bold;
}

/* محتوای کارت */
.card-body-custom {
    padding: 25px;
    text-align: center;
}

.product-title {
    color: #0c6843;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* استایل کروسل */
.custom-carousel {
    border: 1px solid #0c6843;
    border-radius: 10px;
    min-height: 120px;
    margin: 0 10px;
    position: relative;
    box-shadow: revert-layer
}

.carousel-control-prev, .carousel-control-next {
    width: 40px;
    opacity: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: brightness(0) saturate(100%) invert(75%);
    width: 3rem;
    height: 3rem;
}

/* دکمه‌های پایین */
.footer-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
}

.btn-action {
    border-radius: 12px;
    padding: 8px 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex: 1;
    justify-content: center;
}

.btn-question {
    border: 2px solid #0c6843;
    color: #0c6843;
}

.btn-package {
    border: 2px solid #d35400;
    color: #d35400;
}

.heart-icon {
    color: #9b59b6;
    font-size: 1.8rem;
    cursor: pointer;
}
/* کل این بخش */
.section-moshtariyan-mahya {
    overflow: hidden;
    position: relative;
}

    /* هدر بخش */
    .section-moshtariyan-mahya .section-header h2 {
        color: #1a3a2f;
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 12px;
    }

/* انیمیشن ضربان ملایم ستاره */
.star-accent {
    width: 32px;
    height: auto;
    animation: pulse-star 2s infinite ease-in-out;
}

@keyframes pulse-star {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.2) rotate(15deg);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}

.header-line {
    width: 80px;
    height: 4px;
    background-color: #0c6843; /* رنگ سبز برند */
    margin: 12px auto 0;
    border-radius: 2px;
}

/* استایل کارت مشتریان */
.client-card {
    background: #ffffff;
    border: 1px solid #eef2f0;
    border-radius: 20px;
    padding: 24px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    /* هاور کارت */
    .client-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(12, 104, 67, 0.08);
        border-color: rgba(12, 104, 67, 0.2);
    }

/* ظرف نگه‌دارنده لوگو */
.client-img-holder {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

    .client-img-holder img {
        max-width: 85%;
        max-height: 80px;
        object-fit: contain;
        /* ایجاد افکت یکپارچگی تک‌رنگ مونوکروم */
        filter: grayscale(100%) opacity(0.75);
        transition: all 0.35s ease;
    }

/* افکت رنگی شدن لوگو در هاور */
.client-card:hover .client-img-holder img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

/* عنوان زیر هر کارت */
.client-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #4a5568;
    margin: 0;
    transition: color 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.client-card:hover h4 {
    color: #0c6843; /* تغییر رنگ نام به سبز برند در هاور */
}

/* دکمه‌های ناوبری Swiper به سبک شیشه‌ای مدرن */
.clients-swiper .swiper-button-next,
.clients-swiper .swiper-button-prev {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

    .clients-swiper .swiper-button-next:after,
    .clients-swiper .swiper-button-prev:after {
        font-size: 1.1rem;
        font-weight: bold;
        color: #0c6843; /* رنگ فلش‌ها */
    }

    .clients-swiper .swiper-button-next:hover,
    .clients-swiper .swiper-button-prev:hover {
        background: #0c6843;
        border-color: #0c6843;
    }

        .clients-swiper .swiper-button-next:hover:after,
        .clients-swiper .swiper-button-prev:hover:after {
            color: #ffffff;
        }

/* فاصله جهت تداخل نداشتن با دکمه‌ها */
.clients-swiper {
    padding: 20px 15px !important;
}
/************************/
.about-card {
    max-width: 560px;
    margin: 30px auto;
    background: #f7f7f7;
    border-radius: 24px;
    padding: 18px 18px 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), inset 0 2px 6px rgba(255, 255, 255, 0.9);
    direction: rtl;
    font-family: "Vazirmatn", sans-serif;
}

.about-video {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

    .about-video img {
        width: 100%;
        display: block;
        height: auto;
        object-fit: cover;
    }

.play-btn {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: white;
    font-size: 46px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, background 0.25s ease;
}

    .play-btn:hover {
        transform: translate(-50%, -50%) scale(1.08);
        background: rgba(255, 255, 255, 0.38);
    }

.about-content {
    padding: 22px 14px 6px;
}

    .about-content p {
        margin: 0;
        color: #0b7a63;
        font-size: 15px;
        font-weight: 700;
        line-height: 2.1;
        text-align: justify;
    }
/*عغغغغغغغغغغغغغغغغغغغ*/
.footer-mahya {
    font-family: Vazirmatn, Tahoma, sans-serif;
    direction: rtl;
    overflow: hidden;
    background: #f5f5f5;
    padding: 0px;
}

.footer-inner {
    display: flex;
    min-height: 360px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
}

/* ستون چپ */
.footer-left {
    width: 50%;
    background: linear-gradient(180deg, #d96612 0%, #cc5b10 100%);
    color: #fff;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* کارت‌های اعتماد */
.trust-boxes {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
}

.trust-box {
    width: 108px;
    height: 108px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

    .trust-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/* نوار پشتیبانی */
.support-bar {
    width: fit-content;
    min-width: 220px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

/* اطلاعات تماس */
.contact-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: auto;
}

.phone-icon {
    font-size: 32px;
    color: #fff;
    margin-top: 4px;
}

.contact-info {
    font-weight: 700;
    line-height: 1.9;
    font-size: 18px;
}

    .contact-info .email {
        font-size: 16px;
        margin-top: 8px;
        word-break: break-word;
    }

/* ستون راست */
.footer-right {
    width: 50%;
    background: linear-gradient(180deg, #0a6a57 0%, #075a49 100%);
    color: #fff;
    padding: 28px 34px;
    position: relative;
    text-align: right;
}

.footer-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 18px;
}

.branch-info p {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
}

.footer-btn {
    display: inline-block;
    background: #fff;
    color: #9a6b24;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 12px;
    transition: 0.3s;
}

    .footer-btn:hover {
        transform: translateY(-2px);
        opacity: 0.95;
        color: #7d5318;
    }

.important-links {
    margin-top: 18px;
}

    .important-links h4 {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .important-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .important-links li {
        margin-bottom: 10px;
    }

    .important-links a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        transition: 0.3s;
    }

        .important-links a:hover {
            color: #ffe7b8;
        }

/* آیکون وسط */
.footer-divider-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 58px;
    height: 58px;
    /* /* background: #fff; */ */ color: #0a6a57;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 3;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); */
    /* border: 4px solid #f5f5f5; */
}

    .footer-divider-icon img {
        transform: rotate(-70deg);
    }

/* ریسپانسیو */
@media (max-width: 992px) {
    .footer-inner {
        flex-direction: column;
    }

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .footer-divider-icon {
        top: 50%;
        left: 10%;
    }
    .product-card
    {
        margin:0 15px;
    }
}

@media (max-width: 576px) {
    .footer-left,
    .footer-right {
        padding: 22px 18px;
    }

    .trust-boxes {
        flex-wrap: wrap;
    }

    .trust-box {
        width: 92px;
        height: 92px;
    }

    .footer-title {
        font-size: 22px;
    }

    .important-links h4 {
        font-size: 19px;
    }

    .contact-info {
        font-size: 16px;
    }
}

.about-video-wrapper {
    position: relative;
    width: 100%; /* یا اندازه دلخواه شما */
    overflow: hidden;
    border-radius: 8px; /* همان بردی که برای کارت دارید */
}

.video-poster img {
    width: 100%;
    height: auto;
    display: block;
}

/* استایل دکمه روی عکس */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* ... سایر استایل های دکمه شما ... */
}


.support-widget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.support-toggle {
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    border:3px solid white;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
    overflow:hidden;
}

.support-panel {
    width: 280px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
    padding: 14px;
    margin-bottom: 12px;
    display: none;
}

    .support-panel.active {
        display: block;
    }

.support-header {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 12px;
    color: #0a6a57;
}

.support-item {
    display: block;
    text-decoration: none;
    background: #f6f6f6;
    color: #333;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.2s;
}
.support-item:hover {
        background: #e9f5f1;
        color: #0a6a57;
    }

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    text-decoration: none;
    background-color: gray;
}
    .disabled-link:hover {
        background-color: gray;
        
    }
@media (max-width: 768px) {
    .support-widget {
        bottom: 16px;
        left: 16px;
    }

    .support-panel {
        width: 240px;
    }

    .support-toggle {
        width: 80px;
        height: 80px;
        font-size: 22px;
        border:3px solid #0c6843;
    }
}
/***********************************/
.testimonials-section {
    max-width: 950px;
    margin: 0 auto;
    padding: 70px 20px;
    direction: rtl;
}

.section-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 10px;
    color: #0f172a;
}

.section-subtitle {
    text-align: center;
    color: #64748b;
    margin-bottom: 35px;
    font-size: 15px;
}

.slider-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    width: 300%;
    transition: transform 0.5s ease;
    direction: ltr; /* مهم */
}

.slide {
    width: 100%;
    flex: 0 0 100%;
    padding: 10px;
    direction: rtl; /* فقط محتوای اسلاید RTL */
}

.testimonial-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
    min-height: 320px;
    direction: rtl;
    text-align: right;
  
  
    
}

.top-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    width: 100%;
}

.brand-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;
    text-align: right;
    width: 100%;
}

.client-logo {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 8px;
    flex-shrink: 0;
}

.client-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    flex: 1;
}

.client-name {
    font-size: 20px;
    font-weight: bold;
    color: #0f172a;
    margin-bottom: 6px;
    width: 100%;
    text-align: right;
}

.client-role {
    font-size: 14px;
    color: #64748b;
    width: 100%;
    text-align: right;
}

.quote-icon {
    font-size: 46px;
    color: #277D6E;
    line-height: 1;
    margin-bottom: 0px;
    width: 100%;
    text-align: right;
}

.testimonial-text {
    
    /*background-color:red;*/
    font-size: 15px;
    line-height: 2.1;
    color: #334155;
    margin-bottom: 18px;
    text-align: center;
    width: 800px;
    white-space: normal;
   
    
}

.testimonial-badge {
    display: inline-flex;
    align-self: flex-end;
    max-width: 100%;
    padding: 6px 14px;
    border-radius: 999px;
    background: #dbeafe;
    color: #277D6E;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: right;
}
.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.slider-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #277D6E;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease;
}

    .slider-btn:hover {
        background: #1d4ed8;
    }

.dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: 0.2s ease;
}

    .dot.active {
        background: #277D6E;
        transform: scale(1.15);
    }

.more-link {
    text-align: center;
    margin-top: 22px;
}

    .more-link a {
        color: #277D6E;
        text-decoration: none;
        font-weight: bold;
    }

        .more-link a:hover {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }

    .brand-box {
        gap: 12px;
    }

    .client-logo {
        width: 64px;
        height: 64px;
    }

    .testimonial-card {
        padding: 22px;
    }
    .testimonial-text
    {
        width:350px;
    }
}
.testimonial-card * {
    max-width: 100%;
    box-sizing: border-box;
}

.client-meta,
.testimonial-text,
.client-name,
.client-role,
.testimonial-badge {
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
/********************************************/
.banner {
    position: relative;
    width: 1200px;
    max-width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #faf7ff 45%, #f4fcfb 100%);
    box-shadow: 0 18px 45px rgba(98, 82, 146, 0.14);
    border: 1px solid rgba(181, 156, 255, 0.18);
    margin:30px 0;
}

    .banner::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        top: -120px;
        left: -90px;
        background: radial-gradient(circle, rgba(162, 120, 255, 0.18) 0%, rgba(162, 120, 255, 0) 70%);
        border-radius: 50%;
    }

    .banner::after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        bottom: -140px;
        right: -80px;
        background: radial-gradient(circle, rgba(77, 201, 183, 0.16) 0%, rgba(77, 201, 183, 0) 70%);
        border-radius: 50%;
    }

.shape-1,
.shape-2,
.shape-3 {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.shape-1 {
    width: 120px;
    height: 120px;
    background: rgba(183, 148, 244, 0.15);
    top: 26px;
    right: 90px;
}

.shape-2 {
    width: 70px;
    height: 70px;
    background: rgba(98, 214, 199, 0.18);
    bottom: 50px;
    left: 180px;
}

.shape-3 {
    width: 24px;
    height: 24px;
    background: rgba(154, 101, 255, 0.28);
    top: 70px;
    left: 340px;
}

.content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 52px;
    gap: 30px;
}

.text-side {
    flex: 1;
    text-align: right;
}

.badge {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 999px;
    background: #d35400;
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}

.title {
    margin: 0 0 14px;
    font-size: 42px;
    font-weight: 800;
    color: #d35400;
    line-height: 1.3;
}

.subtitle {
    margin: 0 0 26px;
    font-size: 22px;
    color: #5f6174;
    line-height: 1.9;
    max-width: 700px;
}

.actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 14px;
    background: #277D6E;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(111, 87, 196, 0.22);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.85);
    color: #d35400;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid rgba(143, 92, 247, 0.18);
}

.visual-side {
    width: 320px;
    min-width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.offer-card {
    width: 250px;
    height: 250px;
    border-radius: 28px;
    background: linear-gradient(145deg, #ffffff, #f6f1ff);
    box-shadow: 0 15px 35px rgba(119, 95, 178, 0.16);
    border: 1px solid rgba(175, 145, 245, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .offer-card::before {
        content: "OFF";
        position: absolute;
        top: 22px;
        left: 22px;
        font-size: 16px;
        font-weight: 800;
        color: #277D6E;
        background: #efe6ff;
        padding: 6px 12px;
        border-radius: 12px;
    }

.percent {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #d35400, #d35400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.offer-text {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #4e4564;
}

.mini-note {
    margin-top: 10px;
    font-size: 15px;
    color: #7b7890;
}

@media (max-width: 900px) {
    .banner {
        height: auto;
    }

    .content {
        flex-direction: column-reverse;
        text-align: center;
        padding: 30px 24px;
    }

    .text-side {
        text-align: center;
    }

    .subtitle {
        max-width: 100%;
    }

    .actions {
        justify-content: center;
    }

    .visual-side {
        width: 100%;
        min-width: auto;
    }

    .title {
        font-size: 32px;
    }

    .subtitle {
        font-size: 18px;
    }
}