*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand-primary:#8b3a6e;--brand-primary-light:#b05590;--brand-primary-dark:#6a2954;--brand-secondary:#f4e8f0;--brand-accent:#d4a3c3;--brand-gold:#c9984a;--brand-gold-light:#f0d9b0;--white:#fff;--off-white:#fdf8fc;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#eee;--gray-400:#9e9e9e;--gray-600:#616161;--gray-800:#2c2c2c;--dark:#1a1218;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--shadow-sm:0 2px 8px #8b3a6e14;--shadow-md:0 8px 32px #8b3a6e24;--shadow-lg:0 20px 60px #8b3a6e2e;--shadow-card:0 4px 24px #00000014;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:40px;--radius-full:9999px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--off-white);color:var(--gray-800);-webkit-font-smoothing:antialiased;line-height:1.6}.container{width:100%;max-width:1100px;margin-inline:auto;padding-inline:1.25rem}.section{padding-block:var(--space-xl)}.section-sm{padding-block:var(--space-lg)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.headline-xl{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--dark);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.18}.headline-lg{font-family:var(--font-serif);color:var(--dark);font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:600;line-height:1.25}.headline-md{font-family:var(--font-serif);color:var(--dark);font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:600}.subtext{color:var(--gray-600);font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}.label-pill{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--brand-primary);background:var(--brand-secondary);border-radius:var(--radius-full);margin-bottom:var(--space-sm);padding:.35em 1em;font-size:.75rem;font-weight:600;display:inline-block}.btn{font-family:var(--font-sans);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);color:var(--white);padding:.9rem 2.2rem;box-shadow:0 4px 20px #8b3a6e59}.btn-primary:hover{background:linear-gradient(135deg, var(--brand-primary-light) 0%, var(--brand-primary) 100%);transform:translateY(-2px);box-shadow:0 8px 30px #8b3a6e73}.btn-secondary{background:var(--white);color:var(--brand-primary);border:2px solid var(--brand-primary);padding:.85rem 2rem}.btn-secondary:hover{background:var(--brand-secondary);transform:translateY(-2px)}.btn-lg{padding:1.1rem 2.8rem;font-size:1.05rem}.btn-full{width:100%;padding:1rem;font-size:1.05rem}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #d4a3c340;padding-block:.85rem;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.navbar-brand{align-items:center;gap:.75rem;text-decoration:none;display:flex}.navbar-logo-icon{background:linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;display:flex}.navbar-brand-text{flex-direction:column;line-height:1.1;display:flex}.navbar-brand-name{font-family:var(--font-serif);color:var(--brand-primary-dark);font-size:1.1rem;font-weight:700}.navbar-brand-tagline{color:var(--gray-400);letter-spacing:.05em;text-transform:uppercase;font-size:.65rem;font-weight:500}.navbar-cta{padding:.6rem 1.4rem;font-size:.875rem}.hero{background:linear-gradient(160deg,#fdf8fc 0%,#f8edf5 45%,#fdf0f8 100%);padding-top:3rem;padding-bottom:1rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4a3c338 0%,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;top:-60px;right:-80px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#8b3a6e14 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;bottom:-40px;left:-60px}.hero .container{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid;position:relative}.hero-content{padding-top:1rem}.hero-trust-badge{color:var(--brand-primary);border-radius:var(--radius-full);margin-bottom:var(--space-md);background:#8b3a6e14;border:1px solid #8b3a6e33;align-items:center;gap:.4rem;padding:.4em 1em;font-size:.82rem;font-weight:500;display:inline-flex}.hero-trust-badge svg{flex-shrink:0}.hero-headline{font-family:var(--font-serif);color:var(--dark);margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.18}.hero-headline span{color:var(--brand-primary);position:relative}.hero-headline span:after{content:"";background:linear-gradient(90deg, var(--brand-primary), var(--brand-accent));opacity:.4;border-radius:2px;height:3px;position:absolute;bottom:2px;left:0;right:0}.hero-subheadline{color:var(--gray-600);max-width:42ch;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.hero-signals{flex-wrap:wrap;gap:1.25rem;display:flex}.signal-item{color:var(--gray-600);align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;display:flex}.signal-dot{background:var(--brand-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}.form-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #d4a3c34d;padding:2rem;position:relative}.form-card:before{content:"";background:linear-gradient(90deg, var(--brand-primary), var(--brand-accent), var(--brand-gold));border-radius:var(--radius-lg) var(--radius-lg) 0 0;height:4px;position:absolute;top:0;left:0;right:0}.form-card-heading{font-family:var(--font-serif);color:var(--dark);margin-bottom:.35rem;font-size:1.35rem;font-weight:600}.form-card-subtext{color:var(--gray-400);margin-bottom:1.5rem;font-size:.85rem}.form-group{margin-bottom:1.1rem}.form-label{color:var(--gray-800);margin-bottom:.4rem;font-size:.82rem;font-weight:600;display:block}.form-required{color:var(--brand-primary);margin-left:2px}.form-input,.form-textarea{width:100%;font-family:var(--font-sans);color:var(--gray-800);background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);transition:var(--transition);appearance:none;outline:none;padding:.8rem 1rem;font-size:.95rem}.form-input:focus,.form-textarea:focus{border-color:var(--brand-primary);background:var(--white);box-shadow:0 0 0 3px #8b3a6e1a}.form-input::placeholder,.form-textarea::placeholder{color:var(--gray-400)}.form-textarea{resize:vertical;min-height:90px}.form-privacy{color:var(--gray-400);align-items:flex-start;gap:.5rem;margin-top:.75rem;margin-bottom:1rem;font-size:.78rem;line-height:1.5;display:flex}.form-privacy svg{flex-shrink:0;margin-top:1px}.form-response-note{text-align:center;color:var(--gray-400);margin-top:.75rem;font-size:.78rem}.form-success{text-align:center;padding:2rem 1rem}.form-success-icon{background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.6rem;display:flex}.error-msg{color:#c0392b;margin-top:.3rem;font-size:.78rem}.ornament{text-align:center;margin-block:var(--space-lg);color:var(--brand-accent);letter-spacing:.5em;opacity:.5;font-size:1.2rem}.benefits{background:var(--white)}.section-header{text-align:center;max-width:560px;margin-inline:auto;margin-bottom:var(--space-lg)}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.benefit-card{background:var(--off-white);border-radius:var(--radius-md);text-align:center;transition:var(--transition);border:1px solid #d4a3c333;padding:1.75rem 1.5rem;position:relative;overflow:hidden}.benefit-card:before{content:"";opacity:0;transition:var(--transition);background:linear-gradient(135deg,#8b3a6e0a 0%,#0000 60%);position:absolute;inset:0}.benefit-card:hover{box-shadow:var(--shadow-md);border-color:#8b3a6e40;transform:translateY(-4px)}.benefit-card:hover:before{opacity:1}.benefit-icon{background:linear-gradient(135deg, var(--brand-secondary) 0%, #d4a3c366 100%);width:56px;height:56px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.1rem;font-size:1.5rem;display:flex}.benefit-card:hover .benefit-icon{background:linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);transform:scale(1.08)}.benefit-title{font-family:var(--font-serif);color:var(--dark);margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.benefit-desc{color:var(--gray-600);font-size:.88rem;line-height:1.6}.process{background:linear-gradient(160deg, var(--brand-secondary) 0%, #fdf0fa 100%)}.process-steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.process-steps:before{content:"";background:linear-gradient(90deg, var(--brand-primary), var(--brand-accent));opacity:.3;height:2px;position:absolute;top:28px;left:calc(16.67% + 28px);right:calc(16.67% + 28px)}.process-step{text-align:center;position:relative}.step-number{background:linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);color:#fff;width:56px;height:56px;font-family:var(--font-serif);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.1rem;font-size:1.3rem;font-weight:700;display:flex;position:relative;box-shadow:0 4px 16px #8b3a6e4d}.step-title{font-family:var(--font-serif);color:var(--dark);margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.step-desc{color:var(--gray-600);font-size:.88rem;line-height:1.6}.inline-form-section{background:var(--white)}.inline-form-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.inline-form-content .headline-lg{margin-bottom:1rem}.inline-form-content .subtext{margin-bottom:1.5rem}.reassurance-list{flex-direction:column;gap:.65rem;list-style:none;display:flex}.reassurance-list li{color:var(--gray-600);align-items:center;gap:.65rem;font-size:.92rem;display:flex}.check-icon{background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;display:flex}.trust{color:var(--white);background:linear-gradient(160deg,#1a1218 0%,#2d1a26 100%)}.trust .section-header .headline-lg{color:var(--white)}.trust .section-header .subtext{color:#ffffffa6}.trust-pillars{margin-bottom:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.trust-pillar{text-align:center;border-radius:var(--radius-md);transition:var(--transition);background:#ffffff0f;border:1px solid #d4a3c326;padding:1.75rem 1.25rem}.trust-pillar:hover{background:#ffffff1a;border-color:#d4a3c34d;transform:translateY(-3px)}.trust-pillar-icon{margin-bottom:.75rem;font-size:1.8rem}.trust-pillar-value{font-family:var(--font-serif);color:var(--brand-gold);margin-bottom:.3rem;font-size:1.8rem;font-weight:700;line-height:1}.trust-pillar-label{color:#ffffffa6;font-size:.82rem;line-height:1.4}.callouts-strip{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.callout-tag{color:#ffffffd9;border-radius:var(--radius-full);transition:var(--transition);background:#d4a3c31f;border:1px solid #d4a3c333;align-items:center;gap:.35rem;padding:.4em 1.1em;font-size:.8rem;font-weight:500;display:inline-flex}.callout-tag:hover{color:#fff;background:#d4a3c338}.footer{background:var(--dark);color:#ffffff8c;padding-block:var(--space-md)}.footer .container{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.footer-brand{font-family:var(--font-serif);color:#fffc;font-size:1rem;font-weight:600}.footer-disclaimer{color:#fff6;max-width:680px;font-size:.75rem;line-height:1.6}.footer-divider{background:#d4a3c340;width:40px;height:1px;margin:.25rem 0}.floating-cta{z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-top:1px solid #d4a3c34d;padding:.75rem 1.25rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 4px 20px #8b3a6e59}50%{box-shadow:0 4px 30px #8b3a6e8c}}.animate-fade-in{animation:.7s ease-out both fadeInUp}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.35s}.btn-primary.pulse{animation:2.5s ease-in-out infinite pulse-glow}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=900px){.hero .container{grid-template-columns:1fr}.hero-content{padding-top:0}.hero-subheadline{max-width:100%}.inline-form-wrapper{grid-template-columns:1fr;gap:2rem}.process-steps{grid-template-columns:1fr;gap:1.5rem}.process-steps:before{display:none}.floating-cta{gap:.75rem;display:flex}.hero,.footer{padding-bottom:5.5rem}}@media (width<=600px){.section{padding-block:2.5rem}.hero-ctas .btn:last-child{display:none}.benefits-grid{grid-template-columns:1fr 1fr}.form-card{padding:1.5rem}.trust-pillars{grid-template-columns:1fr 1fr}}@media (width<=380px){.benefits-grid{grid-template-columns:1fr}}
