.container.svelte-1fced7i{max-width:1135px;margin:0 auto;padding:0 20px}.hero-section.svelte-1fced7i{position:relative;padding:160px 0 80px;overflow:hidden;background:var(--bg-0);opacity:0;transform:translateY(30px);transition:all .8s ease}.hero-section.visible.svelte-1fced7i{opacity:1;transform:translateY(0)}@media(max-width:768px){.hero-section.svelte-1fced7i{padding:120px 0 60px}}.hero-content.svelte-1fced7i{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.hero-badge.svelte-1fced7i{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:var(--gold-dim);border:1px solid var(--border);border-radius:2px;color:var(--gold);font-size:12px;font-weight:600;letter-spacing:.12em;margin-bottom:24px;animation:svelte-1fced7i-slideDown .8s ease .2s both}@media(max-width:768px){.hero-badge.svelte-1fced7i{font-size:13px;padding:6px 16px}}@keyframes svelte-1fced7i-slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-content.svelte-1fced7i h1:where(.svelte-1fced7i){font-size:56px;font-weight:700;line-height:1.2;margin:0 0 24px;font-family:Playfair Display,serif;color:var(--white);animation:svelte-1fced7i-fadeInUp .8s ease .3s both}@media(max-width:768px){.hero-content.svelte-1fced7i h1:where(.svelte-1fced7i){font-size:32px}}@media(max-width:768px){.hero-content.svelte-1fced7i h1:where(.svelte-1fced7i) br:where(.svelte-1fced7i){display:none}}.gradient-text.svelte-1fced7i{-webkit-background-clip:text;-webkit-text-fill-color:unset;background-clip:text;color:var(--gold);font-style:italic}@keyframes svelte-1fced7i-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-description.svelte-1fced7i{font-size:20px;line-height:1.6;color:var(--muted);max-width:700px;margin:0 auto 40px;animation:svelte-1fced7i-fadeInUp .8s ease .4s both}@media(max-width:768px){.hero-description.svelte-1fced7i{font-size:16px;margin-bottom:32px}}.hero-cta.svelte-1fced7i{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:svelte-1fced7i-fadeInUp .8s ease .6s both}.primary-button.svelte-1fced7i{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:var(--gold);color:var(--bg-0);border-radius:2px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s ease}@media(hover:hover)and (pointer:fine){.primary-button.svelte-1fced7i:hover{background:#dbb97e;gap:12px}}@media(max-width:768px){.primary-button.svelte-1fced7i{font-size:15px;padding:14px 28px}}.secondary-button.svelte-1fced7i{display:inline-flex;align-items:center;padding:16px 32px;background:transparent;color:var(--gold);border:1px solid var(--gold);border-radius:2px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.secondary-button.svelte-1fced7i{font-size:15px;padding:14px 28px}}.secondary-button.svelte-1fced7i:hover{background:var(--gold-dim)}.calculations-section.svelte-1fced7i{padding:100px 0;background:var(--bg-1);position:relative;overflow:hidden}@media(max-width:768px){.calculations-section.svelte-1fced7i{padding:60px 0}}.calculations-section.svelte-1fced7i:before{background:radial-gradient(circle,var(--gold-dim) 0%,transparent 70%)}.section-header.svelte-1fced7i{text-align:center;max-width:800px;margin:0 auto 64px}@media(max-width:768px){.section-header.svelte-1fced7i{margin-bottom:48px}}.section-badge.svelte-1fced7i{display:inline-flex;align-items:center;gap:8px;background:var(--gold-dim);border:1px solid var(--border);border-radius:2px;color:var(--gold);padding:8px 20px;font-size:12px;font-weight:600;letter-spacing:.12em;margin-bottom:20px}@media(max-width:768px){.section-badge.svelte-1fced7i{font-size:13px;padding:6px 16px}}.section-header.svelte-1fced7i h2:where(.svelte-1fced7i){font-size:42px;font-weight:700;font-family:Playfair Display,serif;color:var(--white);margin:0 0 16px;line-height:1.2}@media(max-width:768px){.section-header.svelte-1fced7i h2:where(.svelte-1fced7i){font-size:28px}}.section-intro.svelte-1fced7i{font-size:18px;line-height:1.7;color:var(--muted);margin:0}@media(max-width:768px){.section-intro.svelte-1fced7i{font-size:16px}}.calculations-grid.svelte-1fced7i{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}@media(max-width:968px){.calculations-grid.svelte-1fced7i{grid-template-columns:1fr;gap:20px}}.calculation-card.svelte-1fced7i{background:var(--bg-2);border:1px solid var(--border-subtle);border-radius:2px;padding:32px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:20px;opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.calculation-card.visible.svelte-1fced7i{opacity:1;transform:translateY(0);transition-delay:calc(var(--delay) * .15s)}@media(max-width:768px){.calculation-card.svelte-1fced7i{padding:28px 24px}}.calculation-card.svelte-1fced7i:hover{background:var(--bg-3);border-color:var(--border)}.calc-icon.svelte-1fced7i{flex-shrink:0;width:64px;height:64px;background:var(--gold-dim);color:var(--gold);border-radius:2px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.calc-icon.svelte-1fced7i{width:56px;height:56px}}.calc-content.svelte-1fced7i{flex:1}.calc-content.svelte-1fced7i h3:where(.svelte-1fced7i){font-size:20px;font-weight:600;color:var(--white);margin:0 0 10px;line-height:1.3}@media(max-width:768px){.calc-content.svelte-1fced7i h3:where(.svelte-1fced7i){font-size:18px}}.calc-content.svelte-1fced7i p:where(.svelte-1fced7i){font-size:15px;line-height:1.7;color:var(--muted);margin:0}@media(max-width:768px){.calc-content.svelte-1fced7i p:where(.svelte-1fced7i){font-size:14px}}.process-visual-split.svelte-1fced7i{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:1100px;margin:0 auto}@media(max-width:968px){.process-visual-split.svelte-1fced7i{grid-template-columns:1fr;gap:32px}}.process-visual-left.svelte-1fced7i .visual-caption:where(.svelte-1fced7i){display:inline-flex;align-items:center;gap:8px;background:var(--gold-dim);border:1px solid var(--border);border-radius:2px;color:var(--gold);padding:10px 20px;font-size:14px;font-weight:600;margin-bottom:20px}@media(max-width:768px){.process-visual-left.svelte-1fced7i .visual-caption:where(.svelte-1fced7i){font-size:13px;padding:10px 20px}}.process-visual-left.svelte-1fced7i h3:where(.svelte-1fced7i){font-size:28px;font-weight:700;font-family:Playfair Display,serif;color:var(--white);margin:0 0 16px;line-height:1.3}@media(max-width:768px){.process-visual-left.svelte-1fced7i h3:where(.svelte-1fced7i){font-size:24px}}.process-visual-left.svelte-1fced7i p:where(.svelte-1fced7i){font-size:16px;line-height:1.7;color:var(--muted);margin:0}@media(max-width:768px){.process-visual-left.svelte-1fced7i p:where(.svelte-1fced7i){font-size:15px}}.process-visual-right.svelte-1fced7i img:where(.svelte-1fced7i){width:100%;height:auto;border-radius:2px}.highlight-banner.svelte-1fced7i{background:var(--bg-2);border:1px solid var(--border);border-radius:2px;padding:36px 40px;display:flex;gap:24px;align-items:flex-start;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .6s}.highlight-banner.visible.svelte-1fced7i{opacity:1;transform:translateY(0)}@media(max-width:768px){.highlight-banner.svelte-1fced7i{flex-direction:column;padding:28px 24px;gap:16px}}.banner-icon.svelte-1fced7i{flex-shrink:0;width:56px;height:56px;background:var(--gold-dim);border-radius:2px;color:var(--gold);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:768px){.banner-icon.svelte-1fced7i{width:48px;height:48px}}.banner-content.svelte-1fced7i{flex:1}.banner-content.svelte-1fced7i h4:where(.svelte-1fced7i){font-size:20px;font-weight:600;color:var(--white);margin:0 0 8px;line-height:1.3}@media(max-width:768px){.banner-content.svelte-1fced7i h4:where(.svelte-1fced7i){font-size:18px}}.banner-content.svelte-1fced7i p:where(.svelte-1fced7i){font-size:15px;line-height:1.7;color:var(--muted);margin:0}@media(max-width:768px){.banner-content.svelte-1fced7i p:where(.svelte-1fced7i){font-size:14px}}.process-section.svelte-1fced7i{padding:100px 0;background:var(--bg-0)}@media(max-width:768px){.process-section.svelte-1fced7i{padding:60px 0}}.protection-section.svelte-1fced7i{padding:80px 0;background:var(--bg-1)}@media(max-width:768px){.protection-section.svelte-1fced7i{padding:60px 0}}.strategy-section.svelte-1fced7i{padding:100px 0;background:var(--bg-0);position:relative}@media(max-width:768px){.strategy-section.svelte-1fced7i{padding:60px 0}}.section-header-strategy.svelte-1fced7i{text-align:center;max-width:800px;margin:0 auto 64px}@media(max-width:768px){.section-header-strategy.svelte-1fced7i{margin-bottom:48px}}.section-badge-strategy.svelte-1fced7i{display:inline-flex;align-items:center;gap:8px;background:var(--gold-dim);border:1px solid var(--border);border-radius:2px;color:var(--gold);padding:8px 20px;font-size:12px;font-weight:600;letter-spacing:.12em;margin-bottom:20px}@media(max-width:768px){.section-badge-strategy.svelte-1fced7i{font-size:13px;padding:6px 16px}}.section-header-strategy.svelte-1fced7i h2:where(.svelte-1fced7i){font-size:42px;font-weight:700;font-family:Playfair Display,serif;color:var(--white);margin:0 0 16px;line-height:1.2}@media(max-width:768px){.section-header-strategy.svelte-1fced7i h2:where(.svelte-1fced7i){font-size:28px}}.section-intro-strategy.svelte-1fced7i{font-size:18px;line-height:1.7;color:var(--muted);margin:0}@media(max-width:768px){.section-intro-strategy.svelte-1fced7i{font-size:16px}}.strategy-grid.svelte-1fced7i{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}@media(max-width:968px){.strategy-grid.svelte-1fced7i{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.strategy-grid.svelte-1fced7i{grid-template-columns:1fr}}.strategy-card.svelte-1fced7i{background:var(--bg-2);border:1px solid var(--border-subtle);border-radius:2px;padding:32px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:20px;opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.strategy-card.visible.svelte-1fced7i{opacity:1;transform:translateY(0);transition-delay:calc(var(--delay) * .12s)}@media(max-width:768px){.strategy-card.svelte-1fced7i{padding:28px 24px;flex-direction:column}}.strategy-card.svelte-1fced7i:hover{background:var(--bg-3);border-color:var(--border)}.strategy-icon.svelte-1fced7i{flex-shrink:0;width:64px;height:64px;background:var(--gold-dim);color:var(--gold);border-radius:2px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.strategy-icon.svelte-1fced7i{width:56px;height:56px}}.strategy-content.svelte-1fced7i{flex:1}.strategy-content.svelte-1fced7i h3:where(.svelte-1fced7i){font-size:20px;font-weight:600;color:var(--white);margin:0 0 10px;line-height:1.3}@media(max-width:768px){.strategy-content.svelte-1fced7i h3:where(.svelte-1fced7i){font-size:18px}}.strategy-content.svelte-1fced7i p:where(.svelte-1fced7i){font-size:15px;line-height:1.7;color:var(--muted);margin:0}@media(max-width:768px){.strategy-content.svelte-1fced7i p:where(.svelte-1fced7i){font-size:14px}}.testimonial-section.svelte-1fced7i{padding:80px 0;background:var(--bg-1)}@media(max-width:768px){.testimonial-section.svelte-1fced7i{padding:60px 0}}.testimonial-card.svelte-1fced7i{max-width:900px;margin:0 auto;background:var(--bg-2);border:1px solid var(--border);border-radius:2px;padding:48px}@media(max-width:768px){.testimonial-card.svelte-1fced7i{padding:32px 24px}}.testimonial-header.svelte-1fced7i{color:var(--gold);margin-bottom:24px}.testimonial-text.svelte-1fced7i{font-size:18px;line-height:1.8;color:var(--muted);margin:0 0 24px}@media(max-width:768px){.testimonial-text.svelte-1fced7i{font-size:16px}}.testimonial-author.svelte-1fced7i{font-size:16px;color:var(--muted);margin:0}@media(max-width:768px){.testimonial-author.svelte-1fced7i{font-size:15px}}.testimonial-author.svelte-1fced7i strong:where(.svelte-1fced7i){color:var(--gold)}.testimonial-author.svelte-1fced7i .testimonial-detail:where(.svelte-1fced7i){font-size:14px;font-weight:400}@media(max-width:768px){.testimonial-author.svelte-1fced7i .testimonial-detail:where(.svelte-1fced7i){font-size:13px}}.benefits-section.svelte-1fced7i{padding:100px 0;background:var(--bg-0);position:relative}@media(max-width:768px){.benefits-section.svelte-1fced7i{padding:60px 0}}.benefits-wrapper.svelte-1fced7i{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media(max-width:968px){.benefits-wrapper.svelte-1fced7i{grid-template-columns:1fr;gap:56px}}.benefits-left.svelte-1fced7i .section-badge-benefits:where(.svelte-1fced7i){display:inline-flex;align-items:center;gap:8px;background:var(--gold-dim);border:1px solid var(--border);border-radius:2px;color:var(--gold);padding:8px 20px;font-size:12px;font-weight:600;letter-spacing:.12em;margin-bottom:24px}@media(max-width:768px){.benefits-left.svelte-1fced7i .section-badge-benefits:where(.svelte-1fced7i){font-size:13px;padding:6px 16px}}.benefits-left.svelte-1fced7i h2:where(.svelte-1fced7i){font-size:42px;font-weight:700;font-family:Playfair Display,serif;color:var(--white);margin:0 0 24px;line-height:1.2}@media(max-width:768px){.benefits-left.svelte-1fced7i h2:where(.svelte-1fced7i){font-size:32px;margin-bottom:20px}}.benefits-left.svelte-1fced7i .benefits-description:where(.svelte-1fced7i){font-size:17px;line-height:1.7;color:var(--muted)}@media(max-width:768px){.benefits-left.svelte-1fced7i .benefits-description:where(.svelte-1fced7i){font-size:16px}}.benefits-right.svelte-1fced7i{display:flex;flex-direction:column;gap:20px}.benefit-card-split.svelte-1fced7i{background:var(--bg-2);border:1px solid var(--border-subtle);border-radius:2px;transition:opacity .5s ease,transform .5s ease;padding:28px;display:flex;align-items:flex-start;gap:20px;opacity:0;transform:translate(30px)}.benefit-card-split.visible.svelte-1fced7i{opacity:1;transform:translate(0);transition-delay:calc(var(--delay) * .15s)}@media(max-width:768px){.benefit-card-split.svelte-1fced7i{padding:24px}}.benefit-icon-split.svelte-1fced7i{flex-shrink:0;width:56px;height:56px;background:var(--gold-dim);color:var(--gold);border-radius:2px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.benefit-icon-split.svelte-1fced7i{width:52px;height:52px}}.benefit-text.svelte-1fced7i{flex:1}.benefit-text.svelte-1fced7i h3:where(.svelte-1fced7i){font-size:20px;font-weight:700;color:var(--white);margin:0 0 6px;line-height:1.3}@media(max-width:768px){.benefit-text.svelte-1fced7i h3:where(.svelte-1fced7i){font-size:18px}}.benefit-text.svelte-1fced7i p:where(.svelte-1fced7i){font-size:15px;line-height:1.6;color:var(--muted);margin:0}@media(max-width:768px){.benefit-text.svelte-1fced7i p:where(.svelte-1fced7i){font-size:14px}}.cta-section.svelte-1fced7i{padding:80px 0;background:var(--bg-1)}@media(max-width:768px){.cta-section.svelte-1fced7i{padding:60px 0}}.cta-content.svelte-1fced7i{max-width:800px;margin:0 auto;text-align:center}.cta-content.svelte-1fced7i h2:where(.svelte-1fced7i){font-size:32px;margin:0 0 24px;font-family:Playfair Display,serif;color:var(--white)}@media(max-width:768px){.cta-content.svelte-1fced7i h2:where(.svelte-1fced7i){font-size:24px}}.cta-content.svelte-1fced7i p:where(.svelte-1fced7i){font-size:18px;line-height:1.7;color:var(--muted);margin:0 0 32px}@media(max-width:768px){.cta-content.svelte-1fced7i p:where(.svelte-1fced7i){font-size:16px}}.cta-content.svelte-1fced7i .cta-button:where(.svelte-1fced7i){display:inline-block;padding:16px 32px;background:var(--gold);color:var(--bg-0);border-radius:2px;font-weight:600;font-size:18px;text-decoration:none;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}@media(hover:hover)and (pointer:fine){.cta-content.svelte-1fced7i .cta-button:where(.svelte-1fced7i):hover{background:#dbb97e}}@media(max-width:768px){.cta-content.svelte-1fced7i .cta-button:where(.svelte-1fced7i){font-size:16px;padding:14px 28px}}
