@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;padding:1.25rem 2rem;transition:all .3s ease}.header.scrolled{background:var(--white);box-shadow:0 2px 20px #0000001a;padding:.75rem 2rem}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon{width:45px;height:45px;background:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center}.logo-arch{width:20px;height:28px;border:3px solid var(--gold);border-radius:10px 10px 0 0;border-bottom:none}.logo-text-wrap{display:flex;flex-direction:column}.logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.4rem;color:var(--white);transition:color .3s ease}.header.scrolled .logo-text{color:var(--navy)}.logo-tagline{font-size:.65rem;letter-spacing:1px;color:#ffffffb3;transition:color .3s ease}.header.scrolled .logo-tagline{color:var(--gray-light)}.nav{display:flex;align-items:center;gap:.5rem}.nav-link{background:none;border:none;font-family:var(--font-body);font-size:.95rem;font-weight:500;color:var(--white);padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;border-radius:6px}.header.scrolled .nav-link{color:var(--navy)}.nav-link:hover{color:var(--gold);background:#c4a9621a}.nav-cta{background:var(--gold);color:var(--navy)!important;padding:.6rem 1.25rem;border-radius:6px;font-weight:600;font-size:.9rem;margin-left:.5rem;text-decoration:none}.nav-cta:hover{background:var(--gold-light);transform:translateY(-2px)}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;gap:5px;z-index:1001}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--white);transition:all .3s ease}.header.scrolled .mobile-menu-btn span{background:var(--navy)}.mobile-menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:900px){.mobile-menu-btn{display:flex}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:1rem;transition:right .3s ease;box-shadow:-5px 0 30px #0000001a}.nav.open{right:0}.nav-link{color:var(--navy);font-size:1.1rem;padding:.75rem 1.5rem}.nav-cta{margin-left:0;margin-top:1rem;padding:.75rem 2rem}}@media(max-width:600px){.header{padding:1rem}.header.scrolled{padding:.5rem 1rem}.logo-text{font-size:1.2rem}.logo-tagline{font-size:.55rem}.logo-icon{width:38px;height:38px}.logo-arch{width:16px;height:22px;border-width:2.5px}}.footer{background:var(--navy-dark);color:#fffc;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{padding-right:2rem}.footer-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.footer-logo-icon{width:38px;height:38px;background:var(--navy);border-radius:6px;display:flex;align-items:center;justify-content:center}.footer-logo-arch{width:16px;height:22px;border:2.5px solid var(--gold);border-radius:8px 8px 0 0;border-bottom:none}.footer-logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.3rem;color:var(--white)}.footer-tagline{color:var(--gold);font-size:.85rem;font-weight:500;margin-bottom:1rem}.footer-desc{font-size:.9rem;line-height:1.7;color:#fff9;margin:0}.footer-links h4,.footer-contact h4{color:var(--white);font-size:1rem;margin-bottom:1.25rem;font-weight:600}.footer-links ul,.footer-contact ul{list-style:none;padding:0;margin:0}.footer-links li,.footer-contact li{margin-bottom:.75rem}.footer-links a,.footer-contact a{color:#ffffffb3;font-size:.9rem;transition:color .3s ease}.footer-links a:hover,.footer-contact a:hover{color:var(--gold)}.footer-contact li{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.footer-icon{font-size:1rem}.footer-icon-wrap{width:38px;height:38px;background:#c4a96226;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.footer-icon-wrap:hover{background:#c4a96240;transform:translateY(-2px)}.footer-icon-wrap svg{width:18px;height:18px;stroke:var(--gold)}.footer-contact span:not(.footer-icon){color:#ffffffb3;font-size:.9rem}.footer-bottom{padding-top:2rem;text-align:center}.footer-bottom p{font-size:.85rem;color:#ffffff80;margin:0}@media(max-width:968px){.footer-main{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:span 2;padding-right:0}}@media(max-width:600px){.footer{padding:3rem 1.5rem 1.5rem}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:span 1}.footer-links,.footer-contact{padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-contact{border-bottom:none}}.hero{min-height:100vh;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);position:relative;display:flex;align-items:center;padding:8rem 2rem 5rem;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;width:60%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C4A962' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.6}.hero-illustration{position:absolute;bottom:0;right:5%;width:450px;opacity:.3;z-index:0;pointer-events:none}.hero-illustration img{width:100%;height:auto}.hero-content{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.hero-badge{display:inline-block;background:#c4a96226;color:var(--gold);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(196,169,98,.25)}.hero h1{color:var(--white);font-size:3.25rem;font-weight:700;margin-bottom:1.5rem;max-width:800px;line-height:1.15}.hero-subtitle{color:#ffffffd9;font-size:1.2rem;max-width:650px;margin-bottom:2.5rem;line-height:1.7}.hero-ctas{display:flex;gap:1rem;margin-bottom:4rem;flex-wrap:wrap}.hero-stats{display:flex;gap:4rem;flex-wrap:wrap}.hero-stat{text-align:left}.hero-stat-number{display:block;font-family:var(--font-heading);font-size:3rem;font-weight:700;color:var(--gold);line-height:1}.hero-stat-label{display:block;color:#ffffffb3;font-size:.9rem;margin-top:.35rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.services-grid>.service-card:last-child:nth-child(3n+1){grid-column:2}.services-grid>.service-card:nth-last-child(2):nth-child(3n+1){grid-column:span 1}.services-grid>.service-card:last-child:nth-child(3n+2){grid-column:span 1}.service-card{background:var(--white);padding:2.5rem;border-radius:16px;box-shadow:0 4px 25px #0000000f;transition:all .3s ease;position:relative}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.service-card.featured{border:2px solid var(--gold)}.service-badge{position:absolute;top:-12px;right:24px;background:var(--gold);color:var(--navy);padding:.35rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:30px;height:30px;stroke:var(--gold)}.service-card h3{margin-bottom:1rem}.service-card>p{color:var(--gray-light);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{padding:.4rem 0 .4rem 1.5rem;position:relative;font-size:.9rem;color:var(--gray)}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center}.about-label{display:inline-block;color:var(--gold);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.about-content h2{margin-bottom:1.5rem}.about-lead{font-size:1.15rem;color:var(--gray);line-height:1.7}.about-content p{color:var(--gray-light);line-height:1.7}.about-signature{display:flex;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--cream-dark)}.signature-info{display:flex;flex-direction:column}.signature-name{font-family:var(--font-heading);font-weight:600;color:var(--navy)}.signature-title{font-size:.85rem;color:var(--gray-light)}.about-features{display:flex;flex-direction:column;gap:1.5rem}.about-illustration{display:flex;justify-content:center;margin-bottom:2rem}.about-illustration img{width:100%;max-width:280px;height:auto;opacity:.9}.about-feature{display:flex;gap:1.25rem;padding:1.5rem;background:var(--cream);border-radius:12px;transition:all .3s ease}.about-feature:hover{background:var(--cream-dark);transform:translate(5px)}.feature-icon{width:50px;height:50px;background:var(--navy);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:26px;height:26px;stroke:var(--gold)}.feature-content h4{margin-bottom:.35rem;font-size:1.05rem}.feature-content p{font-size:.9rem;color:var(--gray-light);margin:0}.about-philosophy{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#c4a96214,#c4a96208);border-left:3px solid var(--gold);border-radius:0 8px 8px 0}.about-philosophy h4{color:var(--gold);font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.about-philosophy p{color:var(--gray);font-style:italic;line-height:1.7;margin:0}.results-content-wrapper{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:center}.results-illustration{display:flex;justify-content:center}.results-illustration img{width:100%;max-width:320px;height:auto}.results-main .section-header{text-align:left}.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.result-card{text-align:center;padding:2rem 1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.result-number{display:block;font-family:var(--font-heading);font-size:3rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:.5rem}.result-label{display:block;color:var(--white);font-weight:600;margin-bottom:.25rem}.result-desc{display:block;font-size:.85rem;color:#fff9}.partners-network-illustration{display:flex;justify-content:center;margin-bottom:3rem}.partners-network-illustration img{width:100%;max-width:350px;height:auto}.partners-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;align-items:center;justify-items:center}.partner-logo{background:var(--white);padding:1.5rem;border-radius:12px;display:flex;align-items:center;justify-content:center;height:100px;width:100%;transition:all .3s ease;border:1px solid var(--cream-dark)}.partner-logo:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.partner-logo img{max-width:100%;max-height:60px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.partner-logo:hover img{filter:grayscale(0%);opacity:1}.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.partner-category{text-align:center;padding:2rem;background:var(--cream);border-radius:12px}.partner-category h4{margin-bottom:1.25rem;color:var(--navy)}.partner-list{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.partner-list span{background:var(--white);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;color:var(--gray);border:1px solid var(--cream-dark)}.cta-section{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{color:var(--white);margin-bottom:1rem}.cta-content p{color:#ffffffd9;font-size:1.15rem;margin-bottom:2rem}.btn-large{padding:1.1rem 2.5rem;font-size:1.1rem}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.contact-intro{font-size:1.1rem;color:var(--gray-light);margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.75rem}.contact-item{display:flex;align-items:flex-start;gap:1.25rem}.contact-icon-wrap{width:56px;height:56px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 15px #2d3e5033;transition:all .3s ease}.contact-icon-wrap:hover{transform:translateY(-3px);box-shadow:0 8px 25px #2d3e504d}.contact-icon-wrap svg{width:26px;height:26px;stroke:var(--gold)}.contact-icon{font-size:1.5rem}.contact-label{display:block;font-size:.75rem;color:var(--gray-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:.35rem;font-weight:600}.contact-item a,.contact-item>div>span:last-child{font-size:1.1rem;color:var(--navy);font-weight:600;transition:color .3s ease}.contact-item a:hover{color:var(--gold)}.contact-form-wrap{background:var(--white);padding:2.5rem;border-radius:16px;box-shadow:0 8px 30px #00000014}.contact-form .form-group{margin-bottom:1.25rem}.contact-form label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.9rem;color:var(--navy)}.contact-form input,.contact-form textarea{width:100%;padding:.9rem 1rem;border:2px solid var(--cream-dark);border-radius:8px;font-size:1rem;font-family:var(--font-body);transition:border-color .3s ease;background:var(--white)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--gold)}.contact-form textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;margin-top:.5rem}@media(max-width:1100px){.hero h1{font-size:2.75rem}.hero-illustration{width:350px;opacity:.2}.services-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.results-content-wrapper{grid-template-columns:1fr;gap:2rem}.results-illustration{order:2}.results-main{order:1}.results-main .section-header{text-align:center}.results-grid{grid-template-columns:repeat(2,1fr)}.partners-logos{grid-template-columns:repeat(4,1fr)}}@media(max-width:968px){.hero{padding:7rem 1.5rem 4rem}.hero h1{font-size:2.25rem}.hero-subtitle{font-size:1.05rem}.hero-illustration{display:none}.hero-stats{gap:2.5rem}.hero-stat-number{font-size:2.25rem}.about-grid{grid-template-columns:1fr;gap:3rem}.about-illustration,.partners-network-illustration{display:none}.partners-grid{grid-template-columns:1fr}.partners-logos{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr;gap:3rem}}@media(max-width:600px){.hero{min-height:auto;padding:6rem 1rem 3rem}.hero h1{font-size:1.85rem}.hero-ctas{flex-direction:column}.hero-ctas .btn{text-align:center}.hero-stats{flex-direction:column;gap:1.5rem}.result-number{font-size:2.25rem}.results-grid{grid-template-columns:1fr;gap:1rem}.result-card{padding:1.5rem}.service-card{padding:2rem}.partners-logos{grid-template-columns:repeat(2,1fr);gap:1rem}.partner-logo{padding:1rem;height:80px}.partner-logo img{max-height:45px}.contact-form-wrap{padding:1.5rem}}.offer-page{font-family:var(--font-body);color:var(--gray)}.offer-header{background:var(--white);padding:1rem 2rem;border-bottom:1px solid var(--cream-dark);position:sticky;top:0;z-index:100}.offer-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.offer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.offer-logo-icon{width:45px;height:45px;background:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center}.offer-logo-arch{width:20px;height:28px;border:3px solid var(--gold);border-radius:10px 10px 0 0;border-bottom:none}.offer-logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;color:var(--navy)}.offer-logo-tagline{font-size:.7rem;color:var(--gray-light);letter-spacing:.5px}.offer-header-cta{background:var(--gold);color:var(--navy);padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.offer-header-cta:hover{background:var(--gold-light);color:var(--navy);transform:translateY(-2px)}.offer-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);padding:4rem 2rem 5rem;position:relative;overflow:hidden}.offer-hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C4A962' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.5}.offer-hero-illustration{position:absolute;bottom:0;left:5%;width:400px;opacity:.25;z-index:0;pointer-events:none}.offer-hero-illustration img{width:100%;height:auto}.offer-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.offer-hero-badge{display:inline-block;background:#c4a96233;color:var(--gold);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(196,169,98,.3)}.offer-hero h1{color:var(--white);font-size:2.75rem;font-weight:700;margin-bottom:1.5rem}.offer-hero h1 span{color:var(--gold)}.offer-hero-subtitle{color:#ffffffd9;font-size:1.2rem;margin-bottom:2rem;line-height:1.7}.offer-hero-stats{display:flex;gap:2.5rem}.offer-stat{text-align:left}.offer-stat-number{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--gold);line-height:1}.offer-stat-label{color:#ffffffb3;font-size:.85rem;margin-top:.25rem}.offer-form-card{background:var(--white);border-radius:16px;padding:2.5rem;box-shadow:0 25px 50px #00000040}.offer-form-card h2{font-size:1.5rem;margin-bottom:.5rem;text-align:center}.offer-form-subtitle{color:var(--gray-light);text-align:center;margin-bottom:2rem;font-size:.95rem}.offer-form-group{margin-bottom:1.25rem}.offer-form-group label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.9rem;color:var(--navy)}.offer-form-group input,.offer-form-group select{width:100%;padding:.9rem 1rem;border:2px solid var(--cream-dark);border-radius:8px;font-size:1rem;font-family:var(--font-body);transition:border-color .3s ease;background:var(--white)}.offer-form-group input:focus,.offer-form-group select:focus{outline:none;border-color:var(--gold)}.offer-form-group input::placeholder{color:#999}.offer-submit-btn{width:100%;background:var(--gold);color:var(--navy);padding:1rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;font-family:var(--font-heading);cursor:pointer;transition:all .3s ease;margin-top:.5rem}.offer-submit-btn:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 20px #c4a96266}.offer-form-footer{text-align:center;margin-top:1.25rem;font-size:.8rem;color:var(--gray-light);display:flex;align-items:center;justify-content:center;gap:.35rem}.offer-section-header{text-align:center;margin-bottom:3.5rem}.offer-section-header h2{font-size:2.25rem;margin-bottom:1rem}.offer-section-header p{color:var(--gray-light);font-size:1.1rem;max-width:600px;margin:0 auto}.offer-benefits{padding:5rem 2rem;background:var(--cream)}.offer-benefits-content{max-width:1200px;margin:0 auto}.offer-benefits-illustration{display:flex;justify-content:center;margin-bottom:3rem}.offer-benefits-illustration img{width:100%;max-width:400px;height:auto}.offer-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.offer-benefit-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.offer-benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.offer-benefit-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.offer-benefit-icon svg{width:28px;height:28px;stroke:var(--gold)}.offer-benefit-card h3{font-size:1.2rem;margin-bottom:.75rem}.offer-benefit-card p{color:var(--gray-light);font-size:.95rem;line-height:1.6;margin:0}.offer-comparison{padding:5rem 2rem;background:var(--white)}.offer-comparison-content{max-width:900px;margin:0 auto}.offer-comparison-table{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #00000014}.offer-comparison-header{display:grid;grid-template-columns:2fr 1fr 1fr;background:var(--navy);color:var(--white);font-family:var(--font-heading);font-weight:600}.offer-comparison-header>div{padding:1.25rem 1.5rem;text-align:center}.offer-comparison-header>div:first-child{text-align:left}.offer-comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid var(--cream-dark)}.offer-comparison-row:last-child{border-bottom:none}.offer-comparison-row>div{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:center}.offer-comparison-row>div:first-child{justify-content:flex-start;font-weight:500}.offer-comparison-row.highlight{background:#c4a9621a}.price-high{font-family:var(--font-heading);font-weight:700;color:var(--error)}.price-low{font-family:var(--font-heading);font-weight:700;color:var(--success)}.check{color:var(--success);font-size:1.5rem;margin-right:.35rem}.cross{color:var(--error);font-size:1.5rem;margin-right:.35rem}.offer-social-proof{padding:4rem 2rem;background:var(--navy);color:var(--white)}.offer-social-proof-content{max-width:1200px;margin:0 auto;text-align:center}.offer-proof-illustration{display:flex;justify-content:center;margin-bottom:3rem}.offer-proof-illustration img{width:100%;max-width:350px;height:auto}.offer-proof-stats{display:flex;justify-content:center;gap:5rem;flex-wrap:wrap}.offer-proof-stat{text-align:center}.offer-proof-stat-number{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;color:var(--gold);line-height:1}.offer-proof-stat-label{color:#fffc;font-size:1rem;margin-top:.5rem}.offer-services{padding:5rem 2rem;background:var(--cream)}.offer-services-content{max-width:1000px;margin:0 auto}.offer-services-list{display:grid;gap:1.5rem}.offer-service-item{background:var(--white);padding:1.75rem 2rem;border-radius:12px;display:flex;align-items:flex-start;gap:1.5rem;box-shadow:0 4px 15px #0000000d}.offer-service-check{width:32px;height:32px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.offer-service-check svg{width:18px;height:18px;stroke:var(--navy)}.offer-service-item h4{font-size:1.1rem;margin-bottom:.35rem}.offer-service-item p{color:var(--gray-light);font-size:.95rem;margin:0}.offer-cta{padding:5rem 2rem;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);text-align:center}.offer-cta-content{max-width:700px;margin:0 auto}.offer-cta h2{color:var(--white);font-size:2.25rem;margin-bottom:1rem}.offer-cta p{color:#ffffffd9;font-size:1.15rem;margin-bottom:2rem}.offer-cta-btn{display:inline-block;background:var(--gold);color:var(--navy);padding:1.1rem 3rem;border-radius:8px;text-decoration:none;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;transition:all .3s ease}.offer-cta-btn:hover{background:var(--gold-light);color:var(--navy);transform:translateY(-3px);box-shadow:0 12px 30px #c4a96266}.offer-footer{background:var(--navy-dark);color:#ffffffb3;padding:2.5rem 2rem;text-align:center}.offer-footer-content{max-width:600px;margin:0 auto}.offer-footer-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.offer-footer-logo-icon{width:35px;height:35px;background:var(--navy);border-radius:6px;display:flex;align-items:center;justify-content:center}.offer-footer-logo-arch{width:15px;height:22px;border:2px solid var(--gold);border-radius:8px 8px 0 0;border-bottom:none}.offer-footer-logo-text{font-family:var(--font-heading);font-weight:700;color:var(--white);font-size:1.2rem}.offer-footer-contact{margin-bottom:1.5rem;font-size:.95rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.offer-footer-contact-item{display:flex;align-items:center;gap:.75rem}.offer-footer-icon{width:36px;height:36px;background:#c4a96226;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.offer-footer-icon:hover{background:#c4a96240;transform:translateY(-2px)}.offer-footer-icon svg{width:18px;height:18px;stroke:var(--gold)}.offer-footer-contact a{color:#fffc;text-decoration:none;transition:color .3s ease}.offer-footer-contact a:hover{color:var(--gold)}.offer-footer-copy{font-size:.85rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.offer-footer-copy p{margin:0}.offer-footer-copy p+p{margin-top:.5rem}@media(max-width:968px){.offer-hero-content{grid-template-columns:1fr;gap:3rem}.offer-hero h1{font-size:2.25rem}.offer-hero-illustration{display:none}.offer-hero-stats{justify-content:flex-start}.offer-benefits-illustration{display:none}.offer-benefits-grid{grid-template-columns:1fr}.offer-comparison-header,.offer-comparison-row{grid-template-columns:1.5fr 1fr 1fr}.offer-proof-illustration{display:none}.offer-proof-stats{gap:3rem}}@media(max-width:600px){.offer-header{padding:1rem}.offer-header-cta{display:none}.offer-hero{padding:3rem 1.5rem 4rem}.offer-hero h1{font-size:1.85rem}.offer-hero-subtitle{font-size:1.05rem}.offer-hero-stats{flex-direction:column;gap:1.5rem}.offer-stat-number{font-size:2rem}.offer-form-card{padding:1.75rem}.offer-section-header h2{font-size:1.75rem}.offer-comparison-header>div,.offer-comparison-row>div{padding:1rem .75rem;font-size:.85rem}.offer-proof-stat-number{font-size:2.5rem}.offer-service-item{flex-direction:column;gap:1rem}.offer-cta h2{font-size:1.75rem}}:root{--navy: #2D3E50;--navy-dark: #1E2A38;--navy-light: #3D5166;--gold: #C4A962;--gold-light: #D4BC7D;--gold-dark: #A89050;--cream: #F5F0E8;--cream-dark: #EBE4D8;--gray: #333333;--gray-light: #666666;--gray-lighter: #999999;--white: #FFFFFF;--success: #2E7D32;--error: #D32F2F;--font-heading: "Montserrat", sans-serif;--font-body: "Open Sans", sans-serif;--section-padding: 5rem 2rem;--container-width: 1200px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--gray);line-height:1.6;background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--navy);line-height:1.2}h1{font-size:3rem;font-weight:700}h2{font-size:2.25rem;font-weight:700}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}p{margin-bottom:1rem}a{color:var(--navy);text-decoration:none;transition:var(--transition)}a:hover{color:var(--gold)}img{max-width:100%;height:auto}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:.9rem 2rem;border-radius:8px;font-family:var(--font-heading);font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:var(--transition);border:none}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{background:var(--gold-light);color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 20px #c4a96266}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--navy)}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.section{padding:var(--section-padding)}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--gray-light);font-size:1.1rem;max-width:600px;margin:0 auto}.section-light{background:var(--white)}.section-cream{background:var(--cream)}.section-dark{background:var(--navy);color:var(--white)}.section-dark h2,.section-dark h3{color:var(--white)}.text-center{text-align:center}.text-gold{color:var(--gold)}.text-navy{color:var(--navy)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@media(max-width:968px){h1{font-size:2.25rem}h2{font-size:1.85rem}h3{font-size:1.25rem}.section{padding:3.5rem 1.5rem}}@media(max-width:600px){h1{font-size:1.85rem}h2{font-size:1.5rem}.section{padding:3rem 1rem}.btn{padding:.8rem 1.5rem;font-size:.95rem}}
