@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap";:root{--primary:#1f3a47;--secondary:#a8c7c2;--accent:#e89b47;--coral:#e07a5f;--palm:#3d6b4a;--bg-light:#f7f4ee;--bg-alt:#ede5d6;--bg-card:#fff;--text-dark:#1f3a47;--text-light:#f7f4ee}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}section[id],div[id]{scroll-margin-top:140px}body{background-color:var(--bg-light);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Playfair Display,serif}.navbar-wrapper{z-index:1000;pointer-events:none;width:100%;padding:2rem 5%;transition:all .6s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0}.navbar{pointer-events:auto;border-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:1600px;margin:0 auto;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex}.navbar-wrapper.scrolled{padding:1.5rem 5%}.navbar-wrapper.scrolled .navbar{-webkit-backdrop-filter:blur(20px);background:#0f171ed9;border:1px solid #ffffff26;border-radius:100px;max-width:1200px;padding:.8rem 2.5rem;box-shadow:0 20px 40px #00000080}.logo-img{object-fit:contain;filter:drop-shadow(0 4px 15px #0009);height:220px;transition:all .6s cubic-bezier(.16,1,.3,1)}.navbar-wrapper.scrolled .logo-img{filter:none;height:60px}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-links a:not(.btn-primary){color:var(--text-light);letter-spacing:2px;text-transform:uppercase;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a:not(.btn-primary):hover{color:var(--accent)}.btn-primary{background:var(--accent);color:#fff;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e89b474d}.hero{text-align:center;min-height:100vh;color:var(--text-light);justify-content:center;align-items:center;padding:180px 5% 4rem;display:flex;position:relative}.hero-image-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-image{object-fit:cover;width:100%;height:100%}.hero-image-container:after{content:"";z-index:2;background:linear-gradient(#1f3a4766,#1f3a47b3);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;max-width:900px;margin-top:0;position:relative}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;text-transform:uppercase;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;margin-bottom:2.5rem;padding:.6rem 1.8rem;font-family:Inter,monospace;font-size:.9rem;display:inline-block}.hero h1{letter-spacing:-2px;margin-bottom:1.5rem;font-size:6.5rem;font-weight:600;line-height:1}.hero h1 span{color:var(--accent);font-family:Playfair Display,serif;font-style:italic}.hero p{margin-bottom:3rem;font-size:1.4rem;font-weight:300;line-height:1.6}.hero-buttons{justify-content:center;gap:1.5rem;display:flex}.btn-secondary{color:var(--text-light);letter-spacing:1.5px;text-transform:uppercase;background:0 0;border:1px solid #fff6;border-radius:50px;padding:1rem 2.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s}.btn-secondary:hover{background:#ffffff26;border-color:#fff}.split-section{background:var(--bg-card);min-height:85vh;display:flex}.split-section.reverse{background:var(--bg-alt);flex-direction:row-reverse}.split-image{flex:1;position:relative}.split-image img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.split-content{flex-direction:column;flex:1;justify-content:center;padding:8rem 8%;display:flex}.split-eyebrow{color:var(--accent);letter-spacing:3px;text-transform:uppercase;margin-bottom:1.5rem;font-family:Inter,monospace;font-size:.95rem;font-weight:700}.split-content h2{color:var(--primary);letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:600;line-height:1}.split-content p{color:var(--text-dark);opacity:.8;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.8}.trust-strip{background:var(--primary);color:var(--text-light);padding:6rem 5%}.trust-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:4rem;max-width:1400px;margin:0 auto;display:grid}.trust-cell{text-align:center}.trust-cell .icon{color:var(--accent);margin-bottom:1.5rem}.trust-cell h4{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:500}.trust-cell p{opacity:.8;font-size:1.05rem;line-height:1.6}section.standard{background:var(--bg-light);padding:8rem 5%}.section-header{text-align:center;max-width:800px;margin:0 auto 5rem}.section-title{color:var(--primary);letter-spacing:-2px;margin-bottom:1.5rem;font-size:5rem;font-weight:600;line-height:1}.section-subtitle{opacity:.8;font-size:1.3rem;line-height:1.6}.steps-grid{grid-template-columns:repeat(3,1fr);gap:4rem;max-width:1400px;margin:0 auto;display:grid}.step-card{text-align:center;position:relative}.step-num{color:var(--accent);letter-spacing:2px;margin-bottom:2rem;font-family:Inter,monospace;font-size:1rem;font-weight:600;display:block}.step-content{z-index:1;background:var(--bg-card);border:1px solid #00000005;border-radius:20px;height:100%;padding:4rem 3rem;position:relative;box-shadow:0 10px 40px #00000008}.step-icon{color:var(--accent);margin:0 auto 2rem}.step-content h3{color:var(--primary);margin-bottom:1rem;font-size:1.8rem}.step-content p{opacity:.8;font-size:1.1rem;line-height:1.7}.quote-section{background:var(--bg-alt);grid-template-columns:1fr 1fr;align-items:center;gap:8rem;padding:8rem 5%;display:grid}.form-container{background:var(--bg-card);border-radius:20px;padding:5rem 4rem;box-shadow:0 20px 50px #0000000d}.form-group{margin-bottom:2rem}.form-group label{color:var(--primary);margin-bottom:.8rem;font-size:1.1rem;font-weight:500;display:block}.form-group input,.form-group select{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:1.2rem 1.5rem;font-family:Inter,sans-serif;font-size:1.1rem}footer{background:var(--primary);color:var(--text-light);text-align:center;padding:10rem 5% 4rem}.standard-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;max-width:1400px;margin:0 auto;display:grid}.standard-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:3rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.standard-card:hover{background:#ffffff14;border-color:#e89b4766;transform:translateY(-15px);box-shadow:0 20px 40px #0006}.standard-icon-wrapper{justify-content:center;align-items:center;height:120px;margin-bottom:2rem;transition:all .5s;display:flex}.standard-card:hover .standard-icon-wrapper{filter:drop-shadow(0 10px 20px #e89b474d);transform:scale(1.15)translateY(-5px)}.standard-icon{object-fit:contain;max-width:100%;max-height:100%}.standard-card h3{color:var(--text-light);margin-bottom:1rem;font-size:1.5rem}.standard-card p{color:var(--text-light);opacity:.7;font-size:1rem;line-height:1.6}@media (width<=1200px){.hero h1{font-size:5rem}.logo-img{height:160px}.split-content h2{font-size:3.5rem}}@media (width<=900px){.split-section{flex-direction:column!important}.split-image{min-height:350px}.split-content{padding:4rem 5%}.split-content h2{font-size:2.8rem}.hero h1{font-size:3.2rem}.hero p{font-size:1.15rem}.hero-content{margin-top:3rem;padding-top:4rem}.steps-grid{grid-template-columns:1fr;gap:5rem}.quote-section{grid-template-columns:1fr;gap:4rem;padding:4rem 5%}.form-container{padding:2rem}.nav-links{display:none}.logo-img{height:160px}section.standard{padding:4rem 5%}.section-title{font-size:3rem}.section-header{margin-bottom:3rem}.trust-strip{padding:4rem 5%}.trust-grid{gap:2.5rem}footer{padding:6rem 5% 3rem}footer h2{font-size:2.5rem}}@media (width<=480px){.hero h1{font-size:2.5rem}.logo-img{height:120px}.split-image{min-height:250px}.split-content h2{font-size:2.2rem}.hero-badge{letter-spacing:1px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.75rem;line-height:1.4}.hero-buttons{flex-direction:column;gap:1rem;width:100%}.btn-primary,.btn-secondary{text-align:center;width:100%;padding:1.2rem 1rem}}
