:root{--bg-page:#0d0b1f;--bg-section-start:#2a1f44;--bg-section-end:#0d0b1f;--bg-card-start:#2f2352;--bg-card-end:#1a1433;--text-main:#ffffff;--text-muted:rgba(255,255,255,0.75);--text-dark:#000000;--color-gold-start:#ffcc66;--color-gold-end:#d4a43b;--badge-blue-start:#9fa8da;--badge-blue-end:#5c6bc0;--badge-red-start:#ff6b6b;--badge-red-end:#d32f2f;--shadow-card:0 15px 40px rgba(0,0,0,0.5);}.sec-py-100{padding:100px 0;}.main-head-top{background-color:#2a1f44;}.hero-section{display:flex;align-items:center;background:radial-gradient(circle at top left,#7b3fe4,#2b163f 55%,#14081f 100%);background-size:cover;background-position:bottom center;background-repeat:no-repeat;position:relative;overflow:hidden;padding:100px 0;}.hero-section::before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(245,193,108,0.35),transparent 70%);top:-200px;left:-200px;z-index:0;}.hero-section::after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(123,63,228,0.35),transparent 70%);bottom:-180px;right:-180px;z-index:0;}.hero-section .container{position:relative;z-index:2;}.hero-badge{background:linear-gradient(135deg,rgba(245,193,108,0.25),rgba(123,63,228,0.25));padding:10px 18px;font-size:14px;border-radius:6px;color:#fff;display:inline-block;backdrop-filter:blur(6px);}.hero-title{font-size:52px;font-weight:700;line-height:1.15;margin-top:20px;color:#fff;}.hero-subtitle{font-size:28px;font-weight:600;color:#f5c16c;margin-top:10px;}.hero-desc{color:#fff;margin-top:10px;}.text-white{color:#fff;}.btn{font-size:16px;opacity:0.9;color:#000;background:linear-gradient(135deg,#f5c16c,#ff9f43);border:none;padding:14px 28px;font-weight:600;border-radius:8px;text-decoration:none;cursor:pointer;display:inline-block;}.btn:hover{opacity:1;}.gap-2{gap:10px;}.hero-btn-outline,.btn-outline-light{background:#000;border:1px solid #c79b409e;color:#fff;}.hero-car{max-width:95%;margin-top:30px;}.price-box{text-align:center;color:#fff;padding-top:30px;}.price-label{text-transform:uppercase;background:linear-gradient(135deg,rgba(245,193,108,0.25),rgba(123,63,228,0.25));padding:10px 18px;padding:10px 18px;font-size:18px;color:#fff;display:inline-block;backdrop-filter:blur(6px);}.price-box h3{font-size:clamp(20px,3.5vw,54px);margin:6px 0 0;color:#ffb15c;padding:0;font-style:italic;text-shadow:0 0 17px #0000008a;}.price-box small{font-size:20px;opacity:1;color:#ffb15c;}.position-relative{position:relative;}.hero-right-border-box{position:absolute;top:0;left:50%;border:3px solid #fea449;width:66%;height:71%;background:#ba514040;transform:translateX(-50%) skewX(-7deg);z-index:0;}.hero-right{display:inline-block;}.hero-btn{margin-right:10px;}.sec-h2{font-size:40px;margin-bottom:50px;padding:0;color:#000;}.text-center{text-align:center;}.offer-card .swiper-slide{display:flex;}.offer-card{background:linear-gradient(180deg,var(--bg-card-start),var(--bg-card-end));padding:20px;border-radius:10px;position:relative;flex:1;transition:transform 0.3s ease;display:flex;flex-flow:column;}.badge-offer{position:absolute;top:16px;left:16px;background:linear-gradient(135deg,var(--color-gold-start),var(--color-gold-end));color:var(--text-dark);padding:6px 12px;font-size:13px;font-weight:600;border-radius:8px;}.badge-offer.dark{background:linear-gradient(135deg,var(--badge-blue-start),var(--badge-blue-end));color:var(--text-main);}.badge-offer.red{background:linear-gradient(135deg,var(--badge-red-start),var(--badge-red-end));color:var(--text-main);}.img-fluid{max-width:100%;height:auto;}.car-img{margin:40px 0 20px;max-width:100%;height:auto;}.offer-card h4{font-size:22px;margin-bottom:20px;color:#fff;font-weight:600;}.highlight{color:var(--color-gold-start);}.offer-card h4 .highlight{font-size:16px;}.offer-card ul{list-style:none;padding:0;margin-bottom:20px;}.offer-card ul li{font-size:14px;opacity:0.9;margin-bottom:15px;color:var(--text-muted);}.offer-card .btn a{color:#000;text-decoration:none;}.offer-card .btn-outline-light a{color:#fff;text-decoration:none;}.price-row{font-size:16px;color:var(--text-muted);margin-top:auto;}.price-row strong{font-size:28px;margin-left:6px;color:var(--color-gold-start);}.offers-swiper{padding-bottom:50px;}.offers-swiper .swiper-slide{height:auto;display:flex;}.offers-swiper-wrapper .swiper-button-next,.offers-swiper-wrapper .swiper-button-prev{color:#1b1534;}.offers-swiper .swiper-pagination-bullet{background:#1b1534;opacity:0.4;}.offers-swiper .swiper-pagination-bullet-active{opacity:1;}.benefits{background:linear-gradient(180deg,var(--bg-section-start),var(--bg-section-end));color:var(--text-main);}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;}.benefit-item{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:18px;background:linear-gradient(145deg,var(--bg-card-start),var(--bg-card-end));transition:transform 0.35s ease,box-shadow 0.35s ease;border:1px solid #f2c0597a;}.benefit-item:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,0.6);}.benefit-item .icon{width:70px;padding:8px;height:70px;box-sizing:border-box;border-radius:14px;background:linear-gradient(135deg,#f5c16c,#ff9f43);display:inline-flex;justify-content:center;align-items:center;font-size:22px;color:var(--text-dark);flex-shrink:0;}.benefit-item p{margin:0;font-size:16px;line-height:1.4;font-weight:400;color:rgb(255 255 255);}.benefits h2{color:#fff;}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;position:relative;}.timeline-step{padding:20px 20px 20px 60px;background:linear-gradient(135deg,#f5c16c,#ff9f43);color:#000;border-radius:20px;position:relative;}.timeline-step h3{color:#000;padding-bottom:10px;font-size:20px;}.timeline-step p{font-weight:400;}span.step-badge{position:absolute;left:-6px;top:0;width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;font-size:20px;font-weight:600;border-radius:20px 0px 20px 0px;box-shadow:2px 2px 2px #00000059;}.steps-actions{margin-top:40px;text-align:center;}.offers-swiper-wrapper{padding-left:30px;padding-right:30px;}.offers-swiper-wrapper .swiper-button-next,.offers-swiper-wrapper .swiper-button-prev{width:40px;height:40px;color:#1b1534;background:linear-gradient(135deg,#f5c16c,#ff9f43);border-radius:10px;}.offers-swiper-wrapper .swiper-button-next::after,.offers-swiper-wrapper .swiper-button-prev::after{font-size:20px !important;}.offers-swiper-wrapper .swiper-button-prev{left:0px;}.offers-swiper-wrapper .swiper-button-next{right:0px;}.main-footer .footer-wrapper{background-color:#2a1f44;color:white;}.sticky-buttons{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:9999;display:flex;flex-direction:column;align-items:end;}.sticky-btn{position:relative;display:flex;align-items:center;justify-content:flex-start;width:auto;min-width:52px;max-width:52px;height:52px;background:linear-gradient(135deg,#f5c16c,#ff9f43);color:#000;font-weight:600;text-decoration:none;overflow:hidden;transition:max-width 0.6s ease-in-out;}.sticky-btn i{width:52px;text-align:center;font-size:18px;flex-shrink:0;}.sticky-btn span{white-space:nowrap;padding-right:16px;font-size:14px;visibility:visible;}.sticky-btn:hover{max-width:500px;}.sticky-btn:hover span{visibility:visible;}.sticky-btn + .sticky-btn{margin-top:2px;}.support_request{background:linear-gradient(135deg,#f5c16c,#ff9f43);}.support_request_icon .fas:before{color:#ff9f43;}.support_request_icon .fab:before{color:#ff9f43;}.support_request_icon{width:70px;height:70px;font-size:40px;background:#fff;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;margin-right:20px;}.whatsapp-support{display:inline-flex;margin:10px auto;align-items:center;}.support_request_details h3{padding-bottom:5px;font-size:20px;}.request_details a{font-weight:600;font-size:16px;margin-bottom:5px;color:#2a1f44;display:block;text-decoration:none;}.request_details p{font-size:16px;}.main-repeatingcontent{padding-bottom:0px;}.benefits-Swiper{overflow:hidden;padding-top:10px;padding-bottom:10px;}.benefits-card.benefit-item  ul li{margin-bottom:6px;}.benefits-card ul li::before{content:"•";margin-right:10px;}.benefits-card.benefit-item{font-size:16px;text-align:center;color:#fff;display:flex;flex-direction:column;gap:0;}.benefits-card.benefit-item .icon{margin-bottom:10px;}.benefits-card.benefit-item h3{color:#fff;font-size:20px;padding-bottom:10px;}.benefits-card.benefit-item p{margin-bottom:10px;color:#ffcc66;}.benefits-card.benefit-item  ul{margin-bottom:10px;}.benefits-card.benefit-item  a{color:var(--color-gold-start);text-decoration:none;}.benefits-card.benefit-item  a:hover{color:#fff;}.benefits-Swiper .swiper-wrapper{align-items:stretch;}.benefits-Swiper .swiper-slide{height:auto;display:flex;}.benefits-card{display:flex;flex-flow:column;max-width:100%;}.benefits-card ul{flex-grow:1;}.benefits-card a{margin-top:auto;}.benefits-Swiper{position:relative;}.benefits-Swiper .swiper-pagination{position:relative;top:0;bottom:0;margin-top:30px;}.benefits-Swiper .swiper-pagination-bullet{background:#fff;opacity:0.4;}.benefits-Swiper .swiper-pagination-bullet-active{opacity:1;}.benefits-swiper-wrapper{padding-left:30px;padding-right:30px;}.benefits-swiper-wrapper .swiper-button-next,.benefits-swiper-wrapper .swiper-button-prev{width:40px;height:40px;color:#1b1534;background:linear-gradient(135deg,#f5c16c,#ff9f43);border-radius:10px;}.benefits-swiper-wrapper .swiper-button-next::after,.benefits-swiper-wrapper .swiper-button-prev::after{font-size:20px !important;}.benefits-swiper-wrapper .swiper-button-prev{left:0px;}.benefits-swiper-wrapper .swiper-button-next{right:0px;}@media (max-width:1100px){.benefits-grid{grid-template-columns:repeat(2,1fr);}.timeline{grid-template-columns:repeat(2,1fr);}.benefits-card.benefit-item h3{font-size:18px;}}@media (max-width:991px){.hero-section{text-align:center;}.hero-section .d-flex{justify-content:center;}.hero-right{margin-top:50px;}.price-box h3{font-size:42px;}}@media (max-width:767px){.hero-section{padding:60px 0;}.hero-badge{width:250px;}.hero-title{font-size:34px;margin-top:0;}.hero-subtitle{font-size:24px;}.hero-section .d-flex{justify-content:center;flex-wrap:wrap;}.hero-section .d-flex .btn{margin:0 0 10px;}.price-label{font-size:14px;}.price-box h3{font-size:26px;}.price-box small{font-size:16px;}.sec-py-100{padding:60px 0;}.sec-h2{font-size:28px;margin-bottom:30px;}.btn{padding:12px 16px;}.benefit-item p{font-size:18px;}.benefit-item p br{display:none;}.benefit-item{padding:12px;}.benefits-grid{gap:20px;}.hero-car{margin-top:0;}.offers-swiper{padding-left:0px;padding-right:0px;}.offers-swiper-wrapper .swiper-button-next,.offers-swiper-wrapper .swiper-button-prev{display:none;}.benefits-swiper-wrapper .swiper-button-next,.benefits-swiper-wrapper .swiper-button-prev{display:none;}.offers-swiper-wrapper,.benefits-swiper-wrapper{padding-left:0px;padding-right:0px;}.sticky-buttons{display:none;}.support_request_icon{width:60px;height:60px;font-size:30px;}}@media (max-width:520px){.benefits-grid{grid-template-columns:1fr;}.timeline{grid-template-columns:1fr;}.benefit-item{padding:12px;}}
