.hero-section{min-height:100vh;display:flex;align-items:center;padding:28px 0 100px;background:#fff8f2}.hero-badge{background:#fde8e8;color:#9b111e;padding:14px 26px;border-radius:999px;font-size:16px;font-weight:700;display:inline-block;margin:25px 0 30px}.section-subtitle{display:inline-block;margin-bottom:20px;padding:8px 14px;background:rgb(208,179,140);border-radius:6px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.hero-title{font-size:55px;line-height:1.1;font-weight:800;color:#111}.hero-description{font-size:22px;line-height:38px;color:#666;margin-top:30px;max-width:850px}.hero-btns{display:flex;gap:20px;margin-top:50px}.hero-primary-btn,.hero-secondary-btn{min-width:220px;height:68px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;transition:.3s}.hero-primary-btn{background:linear-gradient(135deg,#9b111e,#d72638);color:white;box-shadow:0 12px 35px rgba(155,17,30,.25)}.hero-primary-btn:hover{transform:translateY(-3px)}.hero-secondary-btn{border:2px solid #9b111e;color:#9b111e}.hero-secondary-btn:hover{background:#9b111e;color:#fff}.hero-image-card{background:#fff;border-radius:40px;padding:20px;box-shadow:0 30px 80px rgba(0,0,0,.08)}.hero-image{width:100%;height:auto;max-height:550px;object-fit:cover;border-radius:30px}.stats-section{margin-top:-60px;position:relative;z-index:10}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.stat-card{background:#fff;border-radius:30px;padding:45px;text-align:center;box-shadow:0 15px 40px rgba(0,0,0,.06)}.why-section{padding:140px 0;background:#fff}.why-title{text-align:center;max-width:1200px;margin:auto}.why-grid{gap:35px}.why-card{background:#fff8f2;border-radius:35px;padding:50px;min-height:350px;border:1px solid #f3e6d9}.footer-section{background:#111;color:#fff;padding:120px 0 40px}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:100px}@media (max-width:1200px){.hero-title{font-size:48px}.hero-description{font-size:20px;line-height:34px}.hero-grid{gap:40px}.why-grid{gap:25px}}@media (max-width:991px){.hero-section{min-height:auto;padding:28px 0 70px}.hero-grid{grid-template-columns:1fr;gap:50px}.hero-title{font-size:42px;line-height:1.2}.hero-description{font-size:18px;line-height:32px;max-width:100%}.hero-description-full{width:100%;font-size:20px;line-height:34px;color:#666;margin-top:30px;text-align:left}.hero-btns{margin-top:35px;flex-wrap:wrap}.hero-image-card{margin-top:0}.stats-grid{grid-template-columns:1fr 1fr}.footer-grid,.why-grid{grid-template-columns:1fr}.footer-grid{gap:50px}}@media (max-width:576px){.hero-section{padding:28px 0 50px}.hero-title{font-size:32px;line-height:1.25}.hero-description{font-size:16px;line-height:28px;margin-top:20px}.hero-badge{font-size:13px;padding:10px 18px}.section-subtitle{font-size:13px;padding:6px 10px}.hero-btns{flex-direction:column;gap:15px;margin-top:30px}.hero-primary-btn,.hero-secondary-btn{width:100%;min-width:100%;height:56px;font-size:16px}.hero-image-card{padding:12px;border-radius:20px}.hero-image{border-radius:14px;max-height:320px}.stats-grid{grid-template-columns:1fr}.stat-card{padding:30px 20px}.why-section{padding:80px 0}.why-card{padding:30px 20px;min-height:auto}.footer-section{padding:80px 0 30px}}.home-banner-section{margin:40px 0 60px;position:relative}.home-banner-card{background:linear-gradient(135deg,#1e0609,#4a080e 50%,#800d1a);border-radius:32px;padding:50px 60px;color:#ffffff;position:relative;overflow:hidden;box-shadow:0 25px 60px rgba(155,17,30,.25);border:1px solid rgba(244,180,0,.2)}.home-banner-card:before{top:-100px;left:-100px;width:300px;height:300px;background:rgba(244,180,0,.15);filter:blur(80px)}.home-banner-card:after,.home-banner-card:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.home-banner-card:after{bottom:-100px;right:-100px;width:350px;height:350px;background:rgba(215,38,56,.25);filter:blur(90px)}.home-banner-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;position:relative;z-index:2}.banner-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(244,180,0,.15);border:1px solid rgba(244,180,0,.4);color:#ffd700;padding:8px 18px;border-radius:50px;font-size:13px;font-weight:700;letter-spacing:.5px;margin-bottom:20px}.badge-dot{width:8px;height:8px;background:#ffd700;border-radius:50%;box-shadow:0 0 10px #ffd700}.banner-title{font-size:40px;line-height:1.2;font-weight:800;color:#ffffff;margin-bottom:18px}.highlight-gold{background:linear-gradient(90deg,#ffd700,#ffaa00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.banner-desc{font-size:17px;line-height:28px;color:rgba(255,255,255,.85);margin-bottom:30px;max-width:620px}.banner-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.feature-pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:14px 16px;border-radius:16px;display:flex;align-items:center;gap:12px;backdrop-filter:blur(10px);transition:all .3s ease}.feature-pill:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}.feature-icon{font-size:20px;color:#ffd700;flex-shrink:0}.feature-text h4{font-size:13px;font-weight:700;color:#ffffff;margin:0}.feature-text p{font-size:11px;color:rgba(255,255,255,.7);margin:2px 0 0}.banner-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.btn-primary-gold{background:linear-gradient(135deg,#ffd700,#f4b400);color:#111111;padding:14px 28px;border-radius:14px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 8px 25px rgba(244,180,0,.3)}.btn-primary-gold:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(244,180,0,.45)}.btn-outline-white{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);color:#ffffff;padding:14px 24px;border-radius:14px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.btn-outline-white:hover{background:rgba(255,255,255,.2);transform:translateY(-3px)}.banner-highlight-box{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:30px;backdrop-filter:blur(12px)}.box-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.box-tag{background:#9b111e;color:#ffffff;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px}.box-status{font-size:12px;color:#4ade80;font-weight:600}.box-title{font-size:22px;font-weight:800;color:#ffffff;margin-bottom:8px}.box-desc{font-size:13px;line-height:20px;color:rgba(255,255,255,.75);margin-bottom:20px}.specs-list{background:rgba(0,0,0,.25);border-radius:16px;padding:16px;margin-bottom:20px;display:flex;flex-direction:column;gap:10px}.spec-item{display:flex;justify-content:space-between;font-size:13px}.spec-label{color:rgba(255,255,255,.7)}.spec-val{font-weight:700;color:#ffd700}.btn-full-quote{width:100%;background:#ffffff;color:#9b111e;padding:12px;border-radius:12px;font-size:14px;font-weight:800;text-align:center;text-decoration:none;display:block;transition:all .3s ease}.btn-full-quote:hover{background:#ffd700;color:#111111}@media (max-width:1200px){.home-banner-card{padding:40px}.banner-title{font-size:34px}}@media (max-width:991px){.home-banner-grid{grid-template-columns:1fr;gap:35px}.banner-title{font-size:30px}.banner-desc{font-size:15px}}@media (max-width:576px){.home-banner-card{padding:24px 20px;border-radius:20px}.home-banner-section{margin:20px 0 40px}.banner-title{font-size:24px}.banner-features-grid{grid-template-columns:1fr;gap:10px}.banner-actions{flex-direction:column;width:100%}.btn-outline-white,.btn-primary-gold{width:100%;justify-content:center}}.stats-section{padding:80px 0}.stats-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.stats-card{background:#fff;border-radius:30px;padding:45px 30px;text-align:center;box-shadow:0 15px 40px rgba(0,0,0,.06)}.stats-number{font-size:64px;font-weight:800;color:#9b111e;line-height:1}.stats-title{margin-top:25px;font-size:24px;color:#555}.stats-line{width:80px;height:6px;margin:30px auto 0;border-radius:999px;background:linear-gradient(90deg,#9b111e,#f4b400)}@media (max-width:1200px){.stats-wrapper{gap:20px}.stats-number{font-size:52px}.stats-title{font-size:20px}}@media (max-width:991px){.stats-section{padding:60px 0}.stats-wrapper{grid-template-columns:repeat(2,1fr);gap:20px}.stats-card{padding:35px 20px}.stats-number{font-size:46px}.stats-title{font-size:18px}}@media (max-width:576px){.stats-section{padding:50px 0}.stats-wrapper{grid-template-columns:1fr;gap:16px}.stats-card{border-radius:20px;padding:30px 20px}.stats-number{font-size:40px}.stats-title{font-size:16px;margin-top:18px}.stats-line{width:70px;height:5px;margin-top:20px}}.why-section{padding:120px 0;background:linear-gradient(180deg,#ffffff,#fff8f2)}.why-header{text-align:center;max-width:950px;margin:0 auto}.why-subtitle{color:#9b111e;font-size:18px;font-weight:700;letter-spacing:4px}.why-title{font-size:72px;line-height:84px;font-weight:900;margin-top:20px;color:#111}.why-text{font-size:22px;line-height:38px;color:#666;margin-top:24px}.why-grid{margin-top:80px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.why-card{position:relative;background:#fff;border-radius:30px;padding:35px;border:1px solid #f4e5d7;box-shadow:0 20px 60px rgba(0,0,0,.06);overflow:hidden;transition:all .3s ease}.why-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,0,0,.1)}.why-card:before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#9b111e,#f4b400)}.why-card-top{display:flex;justify-content:space-between;align-items:center}.why-number{font-size:20px;font-weight:800;color:#9b111e}.why-icon{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#9b111e,#f4b400)}.why-card-title{font-size:28px;line-height:40px;font-weight:800;color:#111;margin-top:24px}.why-card-desc{margin-top:14px;color:#666;font-size:17px;line-height:30px}@media (max-width:1200px){.why-title{font-size:56px;line-height:68px}.why-text{font-size:20px;line-height:34px}.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:991px){.why-section{padding:90px 0}.why-title{font-size:44px;line-height:56px}.why-text{font-size:18px;line-height:30px}.why-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:60px}.why-card{padding:28px}.why-card-title{font-size:22px;line-height:32px}.why-card-desc{font-size:16px;line-height:28px}}@media (max-width:576px){.why-section{padding:70px 0}.why-subtitle{font-size:13px;letter-spacing:2px}.why-title{font-size:32px;line-height:42px;margin-top:12px}.why-text{font-size:15px;line-height:26px;margin-top:16px}.why-grid{grid-template-columns:1fr;gap:16px;margin-top:40px}.why-card{padding:22px;border-radius:20px}.why-number{font-size:16px}.why-icon{width:18px;height:18px}.why-card-title{font-size:18px;line-height:28px;margin-top:16px}.why-card-desc{font-size:14px;line-height:24px}}.testimonial-section{padding:120px 0;background:#fff}.testimonial-header{text-align:center;max-width:900px;margin:0 auto}.testimonial-subtitle{color:#9b111e;font-size:18px;font-weight:700;letter-spacing:4px}.testimonial-title{font-size:72px;line-height:84px;font-weight:900;color:#111;margin-top:20px}.testimonial-text{color:#666;font-size:22px;line-height:38px;margin-top:24px}.testimonial-grid{margin-top:80px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.testimonial-card{position:relative;background:#fff8f2;border:1px solid #f4e4d6;border-radius:30px;padding:35px;overflow:hidden;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.08)}.testimonial-card:before{content:"“";position:absolute;top:-35px;right:25px;font-size:140px;font-weight:800;color:rgba(155,17,30,.05)}.stars{color:#f4b400;font-size:20px;letter-spacing:3px}.testimonial-desc{margin-top:20px;color:#555;font-size:18px;line-height:32px}.testimonial-user{margin-top:30px;display:flex;align-items:center;gap:15px}.testimonial-avatar{width:65px;height:65px;border-radius:50%;background:linear-gradient(135deg,#9b111e,#f4b400)}.testimonial-name{font-size:20px;font-weight:700;color:#111}.testimonial-role{color:#777;margin-top:4px;font-size:15px}@media (max-width:1200px){.testimonial-title{font-size:56px;line-height:68px}.testimonial-text{font-size:20px;line-height:34px}.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:991px){.testimonial-section{padding:90px 0}.testimonial-title{font-size:44px;line-height:56px}.testimonial-text{font-size:18px;line-height:30px}.testimonial-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:60px}.testimonial-card{padding:25px}.testimonial-desc{font-size:16px;line-height:28px}}@media (max-width:576px){.testimonial-section{padding:70px 0}.testimonial-subtitle{font-size:13px;letter-spacing:2px}.testimonial-title{font-size:32px;line-height:42px;margin-top:12px}.testimonial-text{font-size:15px;line-height:26px;margin-top:16px}.testimonial-grid{grid-template-columns:1fr;gap:16px;margin-top:40px}.testimonial-card{padding:22px;border-radius:20px}.testimonial-card:before{font-size:100px;top:-20px;right:15px}.stars{font-size:16px;letter-spacing:2px}.testimonial-desc{font-size:15px;line-height:26px;margin-top:15px}.testimonial-avatar{width:55px;height:55px}.testimonial-name{font-size:17px}.testimonial-role{font-size:13px}}