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

 body {
     min-height: 100vh;
     font-family: 'Poppins', sans-serif;
     background: #000;
     color: #ffffff;
 }

 .banner {
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
     padding: 80px 20px 120px;
     position: relative;
     text-align: center;
     overflow: hidden;
 }

 .banner::before {
     content: "";
     position: absolute;
     inset: 0;
     background: #000;
     z-index: 0;
 }

 .banner>* {
     position: relative;
     z-index: 1;
 }

 .logo {
     width: 170px;
     margin-bottom: 30px;
     filter: drop-shadow(0 0 25px rgba(255, 193, 7, 0.45));
 }

 h1 {
     font-family: 'Playfair Display', serif;
     font-size: 52px;
     color: #f5c34d;
 }

 h1 span {
     display: block;
     color: #ffffff;
     margin-top: 10px;
 }

 .desc {
     margin: 25px auto 0;
     max-width: 820px;
     font-size: 20px;
     color: #cfd6e4;
     line-height: 1.6;
 }

 .desc strong {
     color: #f5c34d;
 }

 .tagline {
     margin-top: 35px;
     font-size: 18px;
     color: #f5c34d;
     font-style: italic;
 }

 .cta-section {
     margin-top: 80px;
 }

 .cta-buttons {
     display: flex;
     justify-content: center;
     gap: 20px;
     flex-wrap: wrap;
     margin-bottom: 40px;
 }

 .btn {
     padding: 14px 32px;
     border-radius: 14px;
     font-size: 16px;
     text-decoration: none;
     transition: 0.3s;
 }

 .btn.primary {
     background: linear-gradient(135deg, #f7d774, #d39a28);
     color: #000;
     box-shadow: 0 10px 30px rgba(245, 195, 77, 0.35);
 }

 .btn.outline {
     border: 2px solid #f5c34d;
     color: #f5c34d;
 }

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

 .stats {
     display: flex;
     justify-content: center;
     gap: 80px;
     flex-wrap: wrap;
     margin-bottom: 30px;
 }

 .stat h3 {
     font-size: 36px;
     color: #f5c34d;
 }

 .stat p {
     color: #aab2c5;
 }

 .down-arrow {
     font-size: 28px;
     color: #f5c34d;
     margin: 20px 0 40px;
 }

 .badge {
     display: inline-block;
     padding: 6px 16px;
     border-radius: 20px;
     background: rgba(245, 195, 77, 0.1);
     color: #f5c34d;
     font-size: 14px;
     margin-bottom: 18px;
 }

 .benefits-intro h2 {
     font-family: 'Playfair Display', serif;
     font-size: 48px;
     color: #f5c34d;
     margin-bottom: 12px;
 }

 .benefits-intro p {
     color: #aab2c5;
     font-size: 18px;
 }

 .benefits-cards {
     margin-top: 60px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
 }

 .benefit-card {
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
     border: 1px solid rgba(245, 195, 77, 0.15);
     border-radius: 22px;
     padding: 28px 30px;
     display: flex;
     gap: 20px;
     align-items: flex-start;
     transition: 0.3s;
 }

 .benefit-card:hover {
     transform: translateY(-6px);
     border-color: #f5c34d;
 }

 .benefit-card .icon {
     min-width: 56px;
     height: 56px;
     border-radius: 14px;
     background: #f5c34d;
     color: #000;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .benefit-card .content h3 {
     font-size: 20px;
     margin-bottom: 6px;
 }

 .benefit-card .content p {
     font-size: 15px;
     color: #aab2c5;
     line-height: 1.6;
 }

 .points-section {
     margin-top: 120px;
     text-align: center;
 }

 .points-title {
     font-family: 'Playfair Display', serif;
     font-size: 52px;
     margin: 10px 0 14px;
 }

 .points-title span {
     color: #f5c34d;
 }

 .points-desc {
     color: #aab2c5;
     font-size: 18px;
     margin-bottom: 60px;
 }

 .points-grid {
     display: grid;
     grid-template-columns: repeat(6, 1fr);
     gap: 24px;
 }

 .point-card {
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
     border: 1px solid rgba(245, 195, 77, 0.15);
     border-radius: 22px;
     padding: 32px 18px 36px;
     transition: 0.3s ease;
 }

 .point-card:hover {
     transform: translateY(-6px);
     border-color: #f5c34d;
 }

 .point-card .icon {
     width: 64px;
     height: 64px;
     margin: 0 auto 20px;
     background: #f5c34d;
     border-radius: 18px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #000;
 }

 .point-card h4 {
     font-size: 18px;
     margin-bottom: 8px;
 }

 .point-card p {
     font-size: 14px;
     color: #aab2c5;
     line-height: 1.6;
 }

 .how-it-works {
     margin-top: 140px;
     text-align: center;
 }

 .how-title {
     font-family: 'Playfair Display', serif;
     font-size: 50px;
     margin-bottom: 14px;
 }

 .how-title span {
     color: #f5c34d;
 }

 .how-desc {
     color: #aab2c5;
     font-size: 18px;
     margin-bottom: 70px;
 }

 .how-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
 }

 .how-step {
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
     border: 1px solid rgba(245, 195, 77, 0.15);
     border-radius: 26px;
     padding: 50px 30px;
 }

 .step-no {
     font-size: 42px;
     font-weight: 700;
     color: #f5c34d;
     display: block;
     margin-bottom: 14px;
 }

 .how-step h3 {
     font-size: 22px;
     margin-bottom: 10px;
 }

 .how-step p {
     color: #aab2c5;
     font-size: 15px;
     line-height: 1.6;
 }

 .value-compare {
     margin-top: 150px;
     text-align: center;
 }

 .value-title {
     font-family: 'Playfair Display', serif;
     font-size: 50px;
     margin-bottom: 60px;
 }

 .value-title span {
     color: #f5c34d;
 }

 .value-box {
     max-width: 900px;
     margin: 0 auto;
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
     border: 1px solid rgba(245, 195, 77, 0.2);
     border-radius: 30px;
     padding: 60px 40px;
     display: grid;
     grid-template-columns: 1fr auto 1fr;
     align-items: center;
     gap: 40px;
 }

 .value-left .price {
     font-size: 52px;
     font-weight: 700;
     color: #f5c34d;
     margin: 10px 0;
 }

 .value-divider {
     font-size: 40px;
     color: #f5c34d;
 }

 .value-right ul {
     list-style: none;
     padding: 0;
 }

 .value-right li {
     margin-bottom: 10px;
     color: #cfd6e4;
 }

 .why-us {
     margin-top: 160px;
     text-align: center;
 }

 .why-header {
     margin-bottom: 80px;
 }

 .why-header .badge {
     margin-bottom: 22px;
 }

 .why-title {
     font-family: 'Playfair Display', serif;
     font-size: 50px;
     margin-bottom: 16px;
 }

 .why-title span {
     color: #f5c34d;
 }

 .why-desc {
     color: #aab2c5;
     font-size: 18px;
     max-width: 720px;
     margin: 0 auto;
 }

 .why-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 26px;
 }

 .why-us {
     margin-top: 140px;
     text-align: center;
 }

 .why-title {
     font-family: 'Playfair Display', serif;
     font-size: 50px;
     margin-bottom: 14px;
 }

 .why-title span {
     color: #f5c34d;
 }

 .why-desc {
     color: #aab2c5;
     font-size: 18px;
     margin-bottom: 60px;
 }

 .why-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 26px;
 }

 .why-card {
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
     border: 1px solid rgba(245, 195, 77, 0.15);
     border-radius: 22px;
     padding: 36px 26px;
     transition: 0.3s;
 }

 .why-card:hover {
     transform: translateY(-6px);
     border-color: #f5c34d;
 }

 .why-card h3 {
     font-size: 20px;
     margin-bottom: 10px;
 }

 .why-card p {
     color: #aab2c5;
     font-size: 15px;
     line-height: 1.6;
 }

 .testimonials {
     margin-top: 140px;
     text-align: center;
 }

 .testi-title {
     font-family: 'Playfair Display', serif;
     font-size: 50px;
     margin-bottom: 60px;
 }

 .testi-title span {
     color: #f5c34d;
 }

 .testi-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
 }

 .testi-card {
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
     border: 1px solid rgba(245, 195, 77, 0.15);
     border-radius: 22px;
     padding: 36px 30px;
 }

 .testi-card p {
     font-size: 16px;
     color: #cfd6e4;
     line-height: 1.7;
     margin-bottom: 20px;
 }

 .testi-card h4 {
     color: #f5c34d;
     font-weight: 500;
 }

 .faq-wrapper {
     max-width: 1100px;
     margin: 0 auto;
     padding: 90px 20px;
     text-align: center;
 }

 .badge {
     display: inline-block;
     padding: 8px 20px;
     border-radius: 999px;
     background: linear-gradient(180deg,
             rgba(255, 205, 92, 0.25),
             rgba(255, 205, 92, 0.05));
     border: 1px solid rgba(255, 205, 92, 0.35);
     color: #ffcc5c;
     font-size: 14px;
     margin-bottom: 25px;
 }

 .faq-title {
     font-family: 'Playfair Display', serif;
     font-size: 58px;
     font-weight: 600;
     line-height: 1.15;
     margin-bottom: 50px;
 }

 .faq-title .gold {
     color: #ffcc5c;
 }

 .faq-title .white {
     color: #ffffff;
 }

 .faq-container {
     max-width: 760px;
     margin: 0 auto;
     display: flex;
     flex-direction: column;
     gap: 22px;
 }

 .faq-item {
     background: linear-gradient(180deg,
             rgba(255, 255, 255, 0.04),
             rgba(255, 255, 255, 0.01));
     border: 1px solid rgba(255, 255, 255, 0.08);
     border-radius: 18px;
     overflow: hidden;
 }

 .faq-question {
     appearance: none !important;
     background: transparent !important;
     border: none !important;
     width: 100% !important;

     color: #ffffff !important;
     padding: 26px 30px !important;

     font-family: 'Playfair Display', serif !important;
     font-size: 20px !important;
     font-weight: 500 !important;

     display: flex !important;
     justify-content: space-between !important;
     align-items: center !important;

     cursor: pointer !important;
 }

 .arrow {
     font-size: 22px;
     color: rgba(255, 255, 255, 0.7);
     transition: transform 0.3s ease;
 }

 .faq-answer {
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.4s ease;
     padding: 0 30px;
 }

 .faq-answer p {
     padding-bottom: 22px;
     font-size: 16px;
     line-height: 1.7;
     color: rgba(255, 255, 255, 0.85);
 }

 .faq-item.active .faq-answer {
     max-height: 200px;
 }

 .faq-item.active .arrow {
     transform: rotate(180deg);
 }

 .faq-item:hover {
     border-color: rgba(255, 205, 92, 0.35);
 }

 .features-section {
     margin-top: 150px;
     text-align: center;
 }

 .features-title {
     font-family: 'Playfair Display', serif;
     font-size: 50px;
     margin-bottom: 14px;
 }

 .features-title span {
     color: #f5c34d;
 }

 .features-desc {
     color: #aab2c5;
     font-size: 18px;
     margin-bottom: 70px;
 }

 .features-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 30px;
 }

 .feature-card {
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
     border: 1px solid rgba(245, 195, 77, 0.15);
     border-radius: 26px;
     padding: 40px 28px;
     transition: 0.3s;
 }

 .feature-card:hover {
     transform: translateY(-6px);
     border-color: #f5c34d;
 }

 .feature-card .icon {
     width: 60px;
     height: 60px;
     background: #f5c34d;
     color: #000;
     border-radius: 16px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 18px;
 }

 .feature-card h3 {
     font-size: 20px;
     margin-bottom: 10px;
 }

 .feature-card p {
     font-size: 15px;
     color: #aab2c5;
 }

 .support-section {
     margin-top: 150px;
     text-align: center;
 }

 .support-title {
     font-family: 'Playfair Display', serif;
     font-size: 48px;
     margin-bottom: 50px;
 }

 .support-title span {
     color: #f5c34d;
 }

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

 .support-item {
     border: 1px dashed rgba(245, 195, 77, 0.35);
     border-radius: 20px;
     padding: 28px;
     color: #f5c34d;
     font-size: 16px;
 }

 .site-footer {
     background: #06080c;
     padding: 90px 20px 50px;
     text-align: center;
     position: relative;
     overflow: hidden;
 }

 .site-footer::before {
     content: "";
     position: absolute;
     inset: 0;
     background: #000;
     pointer-events: none;
 }

 .footer-inner {
     position: relative;
     max-width: 900px;
     margin: 0 auto;
 }

 .footer-logo img {
     width: 110px;
     margin-bottom: 24px;
     filter: drop-shadow(0 0 18px rgba(245, 195, 77, 0.45));
 }

 .footer-title {
     font-family: 'Playfair Display', serif;
     font-size: 26px;
     color: #f5c34d;
     margin-bottom: 12px;
 }

 .footer-tagline {
     font-size: 16px;
     color: #aab2c5;
     margin-bottom: 26px;
 }

 .footer-divider {
     width: 70px;
     height: 1px;
     background: rgba(245, 195, 77, 0.45);
     margin: 0 auto 28px;
 }

 .footer-meta {
     font-size: 14px;
     color: #9aa3b5;
     line-height: 1.8;
 }

 .footer-meta span {
     color: #f5c34d;
 }