:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary:#1e1b4b;--accent:#ec4899;--accent-light:#f472b6;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--background:#faf5ff;--surface:#ffffff;--surface-alt:#f3e8ff;--text:#1e1b4b;--text-muted:#6b7280;--text-light:#9ca3af;--border:#e9d5ff;--shadow-sm:0 1px 2px 0 rgb(99 102 241 / 0.05);--shadow:0 4px 6px -1px rgb(99 102 241 / 0.1);--shadow-lg:0 10px 15px -3px rgb(99 102 241 / 0.1);--shadow-xl:0 25px 50px -12px rgb(99 102 241 / 0.2);--radius-sm:0.5rem;--radius:0.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--transition:0.25s ease;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:auto;font-size:16px;}body{font-family:'Source Sans Pro',-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;line-height:1.75;color:var(--text);background:var(--background);-webkit-font-smoothing:antialiased;}h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;font-weight:600;line-height:1.3;color:var(--secondary);}h1{font-size:clamp(2rem,5vw,3.25rem);}h2{font-size:clamp(1.625rem,4vw,2.25rem);}h3{font-size:clamp(1.25rem,3vw,1.625rem);}h4{font-size:1.25rem;}a{color:var(--primary);text-decoration:none;transition:color var(--transition);}a:hover{color:var(--primary-dark);}img{max-width:100%;height:auto;display:block;}img[width][height]{aspect-ratio:attr(data-width) / attr(data-height);}[data-width]{aspect-ratio:attr(data-width) / attr(data-height);}.skip-link{position:absolute;top:-40px;left:0;background:var(--primary);color:white;padding:8px 16px;z-index:1000;transition:top var(--transition);}.skip-link:focus{top:0;}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;}.header{background:var(--surface);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100;}.header-top{background:linear-gradient(135deg,var(--secondary) 0%,#312e81 100%);color:white;padding:0.625rem 0;font-size:0.875rem;}.header-top-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}.header-top a{color:rgba(255,255,255,0.9);display:inline-flex;align-items:center;gap:0.5rem;}.header-top a:hover{color:white;}.header-main{padding:1.25rem 0;}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem;}.logo{display:flex;align-items:center;gap:0.875rem;font-family:'Poppins',sans-serif;font-weight:600;font-size:1.375rem;color:var(--secondary);}.logo-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem;}.nav-main{display:none;}@media (min-width:1024px){.nav-main{display:flex;gap:0.25rem;}}.nav-main a{padding:0.75rem 1.125rem;color:var(--text);font-weight:500;border-radius:var(--radius-lg);transition:all var(--transition);}.nav-main a:hover{background:var(--surface-alt);color:var(--primary);}.header-cta{display:flex;align-items:center;gap:1rem;}.header-phone{display:none;}@media (min-width:768px){.header-phone{display:flex;flex-direction:column;align-items:flex-end;}.header-phone-label{font-size:0.75rem;color:var(--text-muted);}.header-phone-number{font-family:'Poppins',sans-serif;font-weight:600;font-size:1.125rem;color:var(--primary);}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.9375rem 1.75rem;font-family:'Poppins',sans-serif;font-weight:500;font-size:0.9375rem;border-radius:var(--radius-xl);border:none;cursor:pointer;transition:all var(--transition);text-decoration:none;}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:white;box-shadow:0 4px 14px 0 rgb(99 102 241 / 0.4);}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgb(99 102 241 / 0.45);color:white;}.btn-secondary{background:var(--surface);color:var(--text);border:2px solid var(--border);}.btn-secondary:hover{border-color:var(--primary);color:var(--primary);background:var(--surface-alt);}.btn-accent{background:linear-gradient(135deg,var(--accent) 0%,#db2777 100%);color:white;box-shadow:0 4px 14px 0 rgb(236 72 153 / 0.4);}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgb(236 72 153 / 0.45);color:white;}.btn-lg{padding:1.125rem 2.25rem;font-size:1rem;}.mobile-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0.5rem;}@media (min-width:1024px){.mobile-toggle{display:none;}}.mobile-toggle span{width:24px;height:2px;background:var(--secondary);border-radius:2px;}.hero{background:linear-gradient(135deg,var(--secondary) 0%,#312e81 50%,var(--primary-dark) 100%);padding:4rem 0 5rem;position:relative;overflow:hidden;}.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(ellipse,var(--accent) 0%,transparent 70%);opacity:0.1;}.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--background),transparent);}.hero-inner{display:grid;gap:3rem;align-items:center;position:relative;z-index:1;}@media (min-width:1024px){.hero-inner{grid-template-columns:1.2fr 0.8fr;}}.hero-content{color:white;}.hero-badge{display:inline-flex;align-items:center;gap:0.625rem;background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);padding:0.625rem 1.25rem;border-radius:9999px;font-size:0.9375rem;margin-bottom:1.75rem;border:1px solid rgba(255,255,255,0.2);}.hero-badge svg{color:var(--accent-light);}.hero h1{color:white;margin-bottom:1.5rem;font-weight:700;}.hero h1 span{background:linear-gradient(135deg,var(--accent-light) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.hero-subtitle{font-size:1.25rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;line-height:1.8;}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;}.hero-trust{display:flex;flex-wrap:wrap;gap:2rem;}.hero-trust-item{display:flex;align-items:center;gap:0.75rem;}.hero-trust-icon{width:48px;height:48px;background:rgba(255,255,255,0.1);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--accent-light);}.hero-trust-text{font-size:0.875rem;color:rgba(255,255,255,0.7);}.hero-trust-value{display:block;font-family:'Poppins',sans-serif;font-weight:600;font-size:1.25rem;color:white;}.hero-form{background:var(--surface);border-radius:var(--radius-2xl);padding:2.5rem;box-shadow:var(--shadow-xl);}.hero-form-title{font-size:1.5rem;margin-bottom:0.5rem;}.hero-form-subtitle{color:var(--text-muted);margin-bottom:1.75rem;}.form-group{margin-bottom:1.25rem;}.form-label{display:block;font-weight:500;margin-bottom:0.5rem;}.form-input,.form-select,.form-textarea{width:100%;padding:1rem 1.25rem;font-size:1rem;border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);transition:all var(--transition);font-family:inherit;}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px rgb(99 102 241 / 0.1);}.empathy-section{padding:5rem 0;background:var(--surface);}.empathy-inner{display:grid;gap:3rem;align-items:center;}@media (min-width:1024px){.empathy-inner{grid-template-columns:1fr 1fr;}}.empathy-quote{background:linear-gradient(135deg,var(--surface-alt) 0%,#fdf4ff 100%);padding:2.5rem;border-radius:var(--radius-2xl);border-left:4px solid var(--primary);position:relative;}.empathy-quote::before{content:'"';position:absolute;top:1rem;left:1.5rem;font-family:Georgia,serif;font-size:4rem;color:var(--primary);opacity:0.3;line-height:1;}.empathy-quote p{font-size:1.25rem;font-style:italic;color:var(--text);position:relative;z-index:1;}.empathy-quote-author{margin-top:1.5rem;font-weight:600;color:var(--primary);}.section{padding:5rem 0;}.section-alt{background:var(--surface);}.section-header{text-align:center;max-width:680px;margin:0 auto 3rem;}.section-label{display:inline-block;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:white;padding:0.5rem 1.25rem;border-radius:9999px;font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:1.25rem;}.section-title{margin-bottom:1rem;}.section-subtitle{color:#4a5568;font-size:1.125rem;line-height:1.8;}.card-grid{display:grid;gap:2rem;}@media (min-width:640px){.card-grid-2{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.card-grid-3{grid-template-columns:repeat(3,1fr);}}.card{background:var(--surface);border-radius:var(--radius-2xl);padding:2.5rem;box-shadow:var(--shadow);transition:all var(--transition);border:1px solid var(--border);text-align:center;}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary-light);}.card-icon{width:72px;height:72px;background:linear-gradient(135deg,var(--surface-alt) 0%,#fdf4ff 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.75rem;margin:0 auto 1.5rem;}.card-title{font-size:1.25rem;margin-bottom:1rem;}.card-text{color:var(--text-muted);line-height:1.75;}.testimonials{background:linear-gradient(135deg,var(--secondary) 0%,#312e81 100%);padding:5rem 0;color:white;}.testimonials .section-header{color:white;}.testimonials .section-title{color:white;}.testimonials .section-subtitle{color:rgba(255,255,255,0.8);}.testimonial-grid{display:grid;gap:2rem;}@media (min-width:768px){.testimonial-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.testimonial-grid{grid-template-columns:repeat(3,1fr);}}.testimonial{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);padding:2rem;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,0.1);}.testimonial-stars{color:#fbbf24;margin-bottom:1rem;}.testimonial-text{font-size:1rem;color:rgba(255,255,255,0.9);line-height:1.75;margin-bottom:1.5rem;}.testimonial-author{display:flex;align-items:center;gap:1rem;}.testimonial-avatar{width:48px;height:48px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;}.testimonial-name{font-weight:600;color:white;}.testimonial-location{font-size:0.875rem;color:rgba(255,255,255,0.6);}.cta-section{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);padding:5rem 0;text-align:center;color:white;position:relative;overflow:hidden;}.cta-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,0.1) 0%,transparent 50%);}.cta-section h2{color:white;margin-bottom:1rem;position:relative;}.cta-section p{font-size:1.25rem;opacity:0.9;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;position:relative;}.cta-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;position:relative;}.cta-section .btn-primary{background:white;color:var(--primary);box-shadow:0 4px 20px rgb(0 0 0 / 0.2);}.footer{background:var(--secondary);color:white;padding:4rem 0 2rem;}.footer-grid{display:grid;gap:2rem;margin-bottom:3rem;}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;}}.footer-brand p{color:rgba(255,255,255,0.7);line-height:1.75;margin-top:1rem;}.footer-title{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:600;margin-bottom:1.5rem;}.footer-links{list-style:none;}.footer-links li{margin-bottom:0.875rem;}.footer-links a{color:rgba(255,255,255,0.7);}.footer-links a:hover{color:white;}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:0.875rem;color:rgba(255,255,255,0.6);}.claim-widget{position:fixed;bottom:1.5rem;right:1.5rem;z-index:90;}.claim-widget-btn{display:flex;align-items:center;gap:0.75rem;background:linear-gradient(135deg,var(--accent) 0%,#db2777 100%);color:white;padding:1rem 1.5rem;border-radius:9999px;font-weight:500;box-shadow:0 8px 30px rgb(236 72 153 / 0.5);transition:all var(--transition);border:none;cursor:pointer;}.claim-widget-btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgb(236 72 153 / 0.6);}@media (max-width:767px){.claim-widget-btn span{display:none;}.claim-widget-btn{width:60px;height:60px;padding:0;justify-content:center;border-radius:50%;}}.article-hero{background:linear-gradient(135deg,var(--secondary) 0%,#312e81 100%);padding:4rem 0;color:white;}.breadcrumb{display:flex;flex-wrap:wrap;gap:0.5rem;font-size:0.875rem;margin-bottom:1.5rem;}.breadcrumb a{color:rgba(255,255,255,0.7);}.breadcrumb a:hover{color:white;}.article-hero h1{color:white;}.article-content{padding:4rem 0;}.article-body{max-width:760px;}.article-body h2{margin-top:3rem;margin-bottom:1rem;}.article-body p{margin-bottom:1.5rem;line-height:1.85;}.faq-list{max-width:800px;margin:0 auto;}.faq-item{background:var(--surface);border-radius:var(--radius-xl);margin-bottom:1rem;border:2px solid var(--border);overflow:hidden;}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:none;border:none;text-align:left;font-family:'Poppins',sans-serif;font-size:1.0625rem;font-weight:500;color:var(--text);cursor:pointer;transition:all var(--transition);}.faq-question:hover{color:var(--primary);}.faq-icon{color:var(--primary);transition:transform var(--transition);}.faq-item.active .faq-icon{transform:rotate(180deg);}.faq-answer{padding:0 1.5rem 1.5rem;color:var(--text-muted);display:none;line-height:1.75;}.faq-item.active .faq-answer{display:block;}.text-center{text-align:center;}.mb-0{margin-bottom:0;}.mb-2{margin-bottom:1rem;}.mb-4{margin-bottom:2rem;}.story-hero{min-height:85vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,var(--secondary) 0%,#2e1065 50%,var(--primary-dark) 100%);padding:6rem 0 4rem;text-align:center;overflow:hidden;}.story-hero-bg{position:absolute;inset:0;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='%239C92AC' 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");}.story-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;color:white;}.story-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);padding:0.625rem 1.25rem;border-radius:9999px;font-size:0.9375rem;font-weight:500;margin-bottom:2rem;border:1px solid rgba(255,255,255,0.15);color:rgba(255,255,255,0.95);}.story-badge svg{color:var(--accent);}.story-hero h1{color:white;font-size:clamp(2.25rem,6vw,3.5rem);margin-bottom:1.5rem;font-weight:700;line-height:1.2;}.story-hero h1 em{font-style:normal;color:var(--accent-light);position:relative;}.story-hero-text{font-size:1.25rem;color:rgba(255,255,255,0.85);margin-bottom:2.5rem;line-height:1.8;max-width:650px;margin-left:auto;margin-right:auto;}.story-hero-cta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem;}.btn-glow{background:linear-gradient(135deg,var(--accent) 0%,#db2777 100%);color:white;padding:1rem 2.5rem;font-size:1.0625rem;font-weight:600;border-radius:var(--radius-lg);box-shadow:0 0 30px rgba(236,72,153,0.5);transition:all 0.3s ease;}.btn-glow:hover{transform:translateY(-3px);box-shadow:0 0 40px rgba(236,72,153,0.7);color:white;}.hero-phone{display:flex;align-items:center;gap:0.75rem;color:white;padding:0.75rem 1.5rem;border-radius:var(--radius-lg);background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.15);transition:all 0.2s ease;}.hero-phone:hover{background:rgba(255,255,255,0.15);color:white;}.hero-phone-icon{width:40px;height:40px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;}.hero-phone-text{display:flex;flex-direction:column;text-align:left;}.hero-phone-text small{font-size:0.75rem;opacity:0.8;}.hero-phone-text strong{font-size:1rem;}.story-hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:rgba(255,255,255,0.5);animation:bounce 2s infinite;}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0);}40%{transform:translateX(-50%) translateY(-10px);}60%{transform:translateX(-50%) translateY(-5px);}}.quote-strip{background:var(--surface);padding:2.5rem 0;border-bottom:1px solid var(--border);}.quote-strip blockquote{text-align:center;max-width:700px;margin:0 auto;}.quote-strip p{font-size:1.375rem;font-style:italic;color:var(--secondary);margin-bottom:0.75rem;line-height:1.6;}.quote-strip cite{font-size:0.9375rem;color:var(--text-muted);font-style:normal;}.section-intro{text-align:center;max-width:650px;margin:0 auto 3rem;}.section-eyebrow{display:inline-block;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:0.875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:1rem;}.section-intro h2{margin-bottom:1rem;line-height:1.3;}.section-intro p{color:var(--text-muted);font-size:1.125rem;}.stories-section{padding:5rem 0;background:var(--surface);}.stories-grid{display:grid;gap:1.5rem;margin-bottom:2rem;}@media (min-width:768px){.stories-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.stories-grid{grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,auto);}.story-card.featured{grid-row:span 2;}}.story-card{background:var(--background);border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border);transition:all 0.3s ease;}.story-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-light);}.story-card.featured{background:linear-gradient(135deg,var(--secondary) 0%,#2e1065 100%);border:none;}.story-card.featured .story-text,.story-card.featured .story-name,.story-card.featured .story-location{color:white;}.story-card.featured .story-location{color:rgba(255,255,255,0.7);}.story-card-content{padding:2rem;position:relative;}.story-card-quote{position:absolute;top:1.5rem;right:1.5rem;color:var(--primary-light);}.story-text{font-size:1.0625rem;line-height:1.8;color:var(--text);margin-bottom:1.5rem;}.story-card.featured .story-text{font-size:1.125rem;}.story-author{display:flex;align-items:center;gap:1rem;}.story-avatar{width:48px;height:48px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:0.9375rem;}.story-meta{display:flex;flex-direction:column;}.story-name{font-weight:600;color:var(--secondary);}.story-location{font-size:0.875rem;color:var(--text-muted);}.story-result{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;gap:1rem;}.story-result-label{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.05em;color:rgba(255,255,255,0.6);}.story-result-value{font-family:'Poppins',sans-serif;font-size:1.5rem;font-weight:700;color:var(--accent-light);}.story-result-value::before{content:'€ ';}.stories-cta{text-align:center;}.btn-outline-dark{background:transparent;color:var(--secondary);border:2px solid var(--secondary);padding:0.875rem 2rem;font-weight:600;border-radius:var(--radius-lg);transition:all 0.2s ease;}.btn-outline-dark:hover{background:var(--secondary);color:white;}.empathy-section{padding:5rem 0;background:linear-gradient(135deg,var(--surface-alt) 0%,var(--background) 100%);}.empathy-grid{display:grid;gap:3rem;align-items:center;}@media (min-width:1024px){.empathy-grid{grid-template-columns:1.3fr 0.7fr;gap:5rem;}}.empathy-content h2{margin-bottom:1.5rem;}.empathy-content p{color:var(--text-muted);margin-bottom:1rem;font-size:1.0625rem;}.empathy-list{list-style:none;margin-top:2rem;}.empathy-list li{display:flex;align-items:center;gap:1rem;padding:0.75rem 0;font-weight:500;color:var(--secondary);}.empathy-list svg{color:var(--accent);flex-shrink:0;}.empathy-stats{display:grid;gap:1.5rem;}.empathy-stat{background:var(--surface);padding:2rem;border-radius:var(--radius-xl);text-align:center;border:1px solid var(--border);box-shadow:var(--shadow);}.empathy-stat-value{display:block;font-family:'Poppins',sans-serif;font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1;margin-bottom:0.5rem;}.empathy-stat-label{font-size:0.9375rem;color:var(--text-muted);}.help-section{padding:5rem 0;background:var(--surface);}.help-grid{display:grid;gap:1.5rem;margin-bottom:2rem;}@media (min-width:640px){.help-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.help-grid{grid-template-columns:repeat(4,1fr);}}.help-card{background:var(--background);padding:2rem;border-radius:var(--radius-xl);text-align:center;border:2px solid transparent;transition:all 0.3s ease;}.help-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-lg);}.help-icon{width:64px;height:64px;background:linear-gradient(135deg,rgba(99,102,241,0.1) 0%,rgba(99,102,241,0.05) 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--primary);margin:0 auto 1.25rem;}.help-card h3{font-size:1.125rem;margin-bottom:0.5rem;color:var(--secondary);}.help-card p{font-size:0.9375rem;color:var(--text-muted);line-height:1.6;}.help-cta{text-align:center;}.contact-section{padding:5rem 0;background:var(--background);}.contact-wrapper{display:grid;gap:3rem;max-width:900px;margin:0 auto;}@media (min-width:768px){.contact-wrapper{grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start;}}.contact-intro h2{margin-bottom:1rem;}.contact-intro > p{color:var(--text-muted);margin-bottom:2rem;}.contact-promise{display:flex;flex-direction:column;gap:1rem;}.promise-item{display:flex;align-items:center;gap:0.75rem;font-weight:500;color:var(--secondary);}.promise-item svg{color:var(--primary);flex-shrink:0;}.story-form{background:var(--surface);padding:2rem;border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow);}.form-row{display:grid;gap:1rem;}@media (min-width:480px){.form-row{grid-template-columns:repeat(2,1fr);}}.form-textarea{width:100%;padding:1rem;font-size:1rem;font-family:inherit;border:2px solid var(--border);border-radius:var(--radius);resize:vertical;min-height:140px;transition:all 0.2s ease;}.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(99,102,241,0.1);}.form-hint{display:block;font-size:0.8125rem;color:var(--text-muted);margin-top:0.5rem;}.story-form .btn-primary{width:100%;display:flex;align-items:center;justify-content:center;gap:0.5rem;}.promises-section{padding:4rem 0;background:linear-gradient(135deg,var(--secondary) 0%,#2e1065 100%);}.promises-grid{display:grid;gap:1.5rem;}@media (min-width:640px){.promises-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.promises-grid{grid-template-columns:repeat(4,1fr);}}.promise-card{background:rgba(255,255,255,0.05);padding:2rem;border-radius:var(--radius-xl);text-align:center;border:1px solid rgba(255,255,255,0.1);}.promise-icon{width:56px;height:56px;background:rgba(255,255,255,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent-light);margin:0 auto 1.25rem;}.promise-card h3{color:white;font-size:1.125rem;margin-bottom:0.5rem;}.promise-card p{color:rgba(255,255,255,0.7);font-size:0.9375rem;line-height:1.6;}.calculator-module{background:var(--surface);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);max-width:600px;margin:0 auto;}.calc-header{text-align:center;margin-bottom:2rem;}.calc-header h3{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:0.5rem;}.calc-header p{color:var(--text-muted);font-size:0.95rem;}.calc-form{display:flex;flex-direction:column;gap:1.5rem;}.calc-step{display:flex;flex-direction:column;gap:1rem;}.calc-label{font-size:1rem;font-weight:600;color:var(--text);}.calc-options{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem;}.calc-options-small{grid-template-columns:repeat(2,1fr);}@media (max-width:480px){.calc-options{grid-template-columns:1fr;}}.calc-option{cursor:pointer;}.calc-option input{position:absolute;opacity:0;pointer-events:none;}.calc-option-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem;padding:1rem;background:var(--surface-alt);border:2px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition);text-align:center;min-height:80px;}.calc-option-box svg{width:24px;height:24px;stroke:var(--text-muted);transition:stroke var(--transition);}.calc-option-box span{font-size:0.875rem;font-weight:500;color:var(--text);}.calc-option input:checked + .calc-option-box{border-color:var(--primary);background:rgba(var(--primary),0.05);}.calc-option input:checked + .calc-option-box svg{stroke:var(--primary);}.calc-option:hover .calc-option-box{border-color:var(--primary-light);}.calc-slider-wrapper{padding:0.5rem 0;}.calc-slider{width:100%;height:8px;border-radius:4px;background:var(--border);outline:none;-webkit-appearance:none;appearance:none;}.calc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--primary);cursor:pointer;box-shadow:var(--shadow);transition:transform var(--transition);}.calc-slider::-webkit-slider-thumb:hover{transform:scale(1.1);}.calc-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--primary);cursor:pointer;border:none;box-shadow:var(--shadow);}.calc-slider-labels{display:flex;justify-content:space-between;margin-top:0.5rem;font-size:0.75rem;color:var(--text-muted);}.calc-slider-value{text-align:center;margin-top:0.75rem;font-size:0.95rem;color:var(--text);}.calc-slider-value strong{color:var(--primary);font-size:1.25rem;}.calc-submit{margin-top:1rem;}.calc-submit svg{width:20px;height:20px;margin-right:0.5rem;animation:spin 2s linear infinite;animation-play-state:paused;}.calc-submit:hover svg{animation-play-state:running;}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}.calc-result{text-align:center;}.calc-result-header{display:flex;align-items:center;justify-content:center;gap:0.5rem;color:var(--success);font-weight:600;margin-bottom:1rem;}.calc-result-header svg{width:24px;height:24px;}.calc-result-amount{margin-bottom:1.5rem;}.amount-range{display:flex;align-items:center;justify-content:center;gap:0.75rem;flex-wrap:wrap;}.amount-min,.amount-max{font-size:2rem;font-weight:800;color:var(--primary);}.amount-sep{font-size:1.5rem;color:var(--text-muted);}.calc-result-breakdown{background:var(--surface-alt);border-radius:var(--radius-lg);padding:1rem;margin-bottom:1rem;}.breakdown-item{display:flex;justify-content:space-between;padding:0.5rem 0;font-size:0.9rem;}.breakdown-item:not(:last-child){border-bottom:1px solid var(--border);}.calc-result-note{font-size:0.8rem;color:var(--text-muted);margin-bottom:1.5rem;}.calc-cta{width:100%;}.calc-cta svg{width:20px;height:20px;margin-left:0.5rem;}.claim-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:4rem 0;min-height:auto;}.claim-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;}@media (max-width:968px){.claim-hero-inner{grid-template-columns:1fr;}}.claim-hero-content{color:white;}.claim-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.15);padding:0.5rem 1rem;border-radius:var(--radius-xl);font-size:0.875rem;font-weight:600;margin-bottom:1.5rem;}.claim-badge svg{width:18px;height:18px;}.claim-hero-content h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem;}.claim-hero-content h1 span{color:var(--accent);}.claim-subtitle{font-size:1.125rem;opacity:0.9;margin-bottom:2rem;}.claim-benefits{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}.benefit-item{display:flex;align-items:center;gap:0.75rem;font-size:0.95rem;}.benefit-item svg{width:20px;height:20px;flex-shrink:0;color:var(--accent);}.claim-form-wrapper{background:white;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-xl);}.claim-form-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);}.claim-form-header h2{font-size:1.5rem;color:var(--text);margin-bottom:0.25rem;}.claim-form-header p{color:var(--text-muted);font-size:0.9rem;}.claim-form{display:flex;flex-direction:column;gap:1.25rem;}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}@media (max-width:500px){.form-row{grid-template-columns:1fr;}}.form-group{display:flex;flex-direction:column;gap:0.5rem;}.form-label{font-size:0.875rem;font-weight:600;color:var(--text);}.form-input,.form-select,.form-textarea{padding:0.875rem 1rem;border:2px solid var(--border);border-radius:var(--radius);font-size:1rem;font-family:inherit;transition:border-color var(--transition),box-shadow var(--transition);background:white;}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,0.1);}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0.75rem center;background-size:20px;padding-right:2.5rem;}.form-textarea{resize:vertical;min-height:100px;}.form-checkbox{flex-direction:row;align-items:flex-start;}.checkbox-label{display:flex;align-items:flex-start;gap:0.75rem;cursor:pointer;font-size:0.875rem;color:var(--text-muted);line-height:1.5;}.checkbox-label input[type="checkbox"]{width:20px;height:20px;flex-shrink:0;margin-top:2px;accent-color:var(--primary);}.checkbox-label a{color:var(--primary);text-decoration:underline;}.claim-submit{width:100%;padding:1rem;font-size:1.1rem;margin-top:0.5rem;}.claim-submit svg{width:20px;height:20px;margin-right:0.5rem;}.form-disclaimer{display:flex;align-items:center;gap:0.5rem;font-size:0.8rem;color:var(--text-muted);text-align:center;justify-content:center;margin-top:1rem;}.form-disclaimer svg{width:16px;height:16px;flex-shrink:0;stroke:var(--success);}.claim-trust{background:var(--surface-alt);padding:3rem 0;}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center;}@media (max-width:768px){.trust-grid{grid-template-columns:repeat(2,1fr);}}.trust-item{padding:1rem;}.trust-value{font-size:2rem;font-weight:800;color:var(--primary);margin-bottom:0.5rem;}.trust-label{font-size:0.9rem;color:var(--text-muted);}.claim-faq{padding:4rem 0;background:white;}.claim-faq h2{text-align:center;font-size:2rem;margin-bottom:2.5rem;color:var(--text);}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}@media (max-width:768px){.faq-grid{grid-template-columns:1fr;}}.faq-item{background:var(--surface-alt);padding:1.5rem;border-radius:var(--radius-lg);}.faq-item h3{font-size:1.1rem;color:var(--text);margin-bottom:0.75rem;}.faq-item p{font-size:0.95rem;color:var(--text-muted);line-height:1.6;}.calculator-section{background:var(--surface-alt);padding:4rem 0;}.calculator-section .container{max-width:700px;}.calculator-section h2{text-align:center;font-size:2rem;margin-bottom:0.5rem;color:var(--text);}.calculator-section .section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2rem;}