@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Inter:wght@400;500;600&family=Lora:ital,wght@0,400..700;1,400..700&display=swap";:root{--primary-color: #1a2a3a;--accent-color: #f7dc6f;--bg-soft-blue: #bcdbf2;--text-main: #1a2a3a;--text-secondary: #2c3e50;--font-main: "Inter", sans-serif;--font-serif: var(--font-main);--font-sans: var(--font-main);--font-script: var(--font-main);--shadow-sm: 0 4px 6px rgba(0, 0, 0, .05);--shadow-md: 0 10px 15px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-soft-blue);overflow-x:hidden;-webkit-font-smoothing:antialiased}.app-container{min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:10vh}.bg-layer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url(/assets/background-D8m2eStR.png);background-size:cover;background-position:center}.content-card{width:100%;max-width:900px;text-align:center;z-index:1;margin-top:100px}.main-title{font-family:var(--font-serif);font-size:4rem;color:#1a2a3a;line-height:1.1;margin-bottom:3.5rem;letter-spacing:-1px}.banner-title{font-size:3.5rem;font-weight:700}.subtitle-serif{font-size:2.8rem;display:block;font-weight:400}.input-container{margin:3rem 0}.input-custom{background-color:#fff;border:5px solid var(--accent-color);border-radius:20px;padding:1.5rem 2.5rem;font-family:var(--font-script);font-size:2.2rem;width:100%;max-width:600px;text-align:center;color:var(--text-main);outline:none;box-shadow:var(--shadow-sm);transition:all .3s ease}.input-custom:focus{box-shadow:var(--shadow-md);transform:scale(1.02)}.btn-choice{background-color:#fef5d9;border:none;border-radius:18px;padding:1.5rem 3rem;font-family:var(--font-script);font-size:2.5rem;cursor:pointer;transition:all .2s ease;min-width:280px;box-shadow:var(--shadow-sm);color:#1a2a3a}.btn-choice:hover{background-color:#f7dc6f;transform:translateY(-3px);box-shadow:var(--shadow-md)}.btn-choice:disabled{background-color:#e0e0e0;color:#a0a0a0;cursor:not-allowed;transform:none;box-shadow:none}.btn-choice span{display:block;font-family:var(--font-script);font-size:1.2rem;margin-top:5px}.btn-choice-small{background-color:var(--accent-color);border:none;border-radius:12px;padding:.8rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:1rem}.bottom-text{font-family:var(--font-script);font-size:1.4rem;color:#fff;margin-top:3rem;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.3)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:700px;margin:0 auto}.input-grid{background-color:#fff;border:4px solid var(--accent-color);border-radius:15px;padding:1rem 1.5rem;font-family:var(--font-script);font-size:1.8rem;width:100%;outline:none}.checkbox-row{grid-column:span 2;display:flex;align-items:flex-start;justify-content:flex-start;gap:16px;margin-top:2rem;color:var(--text-main);font-size:1.1rem;text-align:left;position:relative}.checkbox-row input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.checkbox-custom{position:relative;display:inline-block;width:24px;height:24px;background:#fff;border:2px solid var(--accent-color);border-radius:6px;flex-shrink:0;cursor:pointer;transition:all .2s ease;margin-top:2px}.checkbox-custom:hover{border-color:#e6c84c;box-shadow:0 0 0 3px #f7dc6f33}.checkbox-row input[type=checkbox]:checked+.checkbox-custom{background-color:var(--accent-color);border-color:var(--accent-color)}.checkbox-custom:after{content:"";position:absolute;left:7px;top:3px;width:6px;height:12px;border:solid #1a2a3a;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.checkbox-row input[type=checkbox]:checked+.checkbox-custom:after{transform:rotate(45deg) scale(1)}.checkbox-row input[type=checkbox]:focus+.checkbox-custom{box-shadow:0 0 0 3px #f7dc6f66}.checkbox-label-text{cursor:pointer;font-family:var(--font-sans);line-height:1.5;color:#1a2a3a;font-size:1rem}@media(max-width:768px){.app-container{padding-top:5vh;padding-left:1.5rem;padding-right:1.5rem;justify-content:center}.main-title{font-size:2.2rem;margin-bottom:1.5rem}.subtitle-serif{font-size:1.6rem}.input-container{margin:2rem 0}.input-custom{font-size:1.6rem;padding:1rem 1.5rem;border-width:4px;border-radius:16px}.btn-choice{min-width:100%;font-size:1.8rem;padding:1.2rem 2rem;border-radius:14px}.btn-choice span{font-size:1rem}.bottom-text{font-size:1.1rem;margin-top:2rem}.form-grid{grid-template-columns:1fr;gap:1rem}.input-grid{font-size:1.4rem;padding:.8rem 1.2rem;border-radius:12px}.checkbox-row{grid-column:span 1;margin-top:1.5rem;font-size:1rem;text-align:left;align-items:flex-start}.checkbox-row input{margin-top:3px;flex-shrink:0}.notification-popup{width:90%;min-width:auto;padding:.8rem 1.2rem}}.notification-popup{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#fff;border-radius:16px;padding:1rem 2rem;box-shadow:0 10px 25px #0003;display:flex;align-items:center;gap:15px;z-index:1000;border-bottom:4px solid #2ecc71;min-width:320px}.notification-icon{background:#2ecc71;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.notification-content h4{margin:0;font-family:var(--font-serif);color:#1a2a3a;font-size:1.2rem}.notification-content p{margin:0;font-size:.9rem;color:var(--text-secondary)}.top-bar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:center;padding:0 1rem;z-index:100;background-color:transparent;transition:background-color .3s ease,box-shadow .3s ease}.top-bar-content{width:100%;max-width:900px;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;transition:padding .3s ease}.top-bar.scrolled{background-color:#fef5d9f2;box-shadow:0 4px 6px #0000001a}.top-bar.scrolled .top-bar-content{padding:.8rem 0}.top-bar.scrolled .logo-container,.top-bar.scrolled .hamburger-line{color:#1a2a3a}.top-bar.scrolled .hamburger-line{background-color:#1a2a3a}.hamburger-btn{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;justify-content:space-around;width:40px;height:32px;z-index:101}.hamburger-line{width:100%;height:3px;background-color:#fef5d9;border-radius:2px;transition:all .3s ease}.logo-container{display:flex;align-items:center;height:50px}.logo-img{height:100%;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:filter .3s ease;opacity:.8}@media(max-width:768px){.top-bar{padding:1rem 1.5rem}.logo-container{height:40px}.hamburger-btn{width:30px;height:24px;right:1.5rem}}.sidebar-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar-panel{position:fixed;top:0;right:0;width:300px;max-width:80%;height:100%;background-color:#fef5d9;z-index:201;padding:2rem;box-shadow:-5px 0 25px #00000026;display:flex;flex-direction:column}.close-btn{align-self:flex-end;background:none;border:none;font-size:3rem;line-height:1;cursor:pointer;color:#1a2a3a;margin-bottom:3rem;padding:.5rem;font-family:var(--font-script)}.sidebar-nav{display:flex;flex-direction:column;gap:2rem}.sidebar-link{font-family:var(--font-serif);font-size:1.8rem;text-decoration:none;color:#1a2a3a;border-bottom:1px solid rgba(26,42,58,.1);padding-bottom:.8rem;transition:all .3s ease}.sidebar-link:hover{color:#cda434;border-bottom-color:#cda434;padding-left:10px}.how-it-works-section{position:relative;width:100%;min-height:60vh;background-color:transparent;display:flex;flex-direction:column;align-items:center;padding-bottom:4rem;margin-top:5vh}.how-it-works-content{z-index:1;padding-top:2rem;width:100%;max-width:1100px}.section-title{font-family:var(--font-serif);font-size:3.5rem;color:#1a2a3a;margin-bottom:4rem;text-shadow:0 2px 4px rgba(255,255,255,.5)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;padding:0 2rem}.feature-item{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:3rem 2rem;border-radius:24px;border:1px solid rgba(255,255,255,.6);box-shadow:0 8px 32px #1f268726;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center}.feature-item:hover{transform:translateY(-8px);box-shadow:0 12px 40px #1f268740;background:#fffffff2}.feature-icon-img{width:120px;height:120px;object-fit:contain;margin-bottom:1.5rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.feature-title{font-family:var(--font-serif);font-size:1.6rem;color:#1a2a3a;margin-bottom:1rem;font-weight:600}.feature-desc{font-family:var(--font-sans);font-size:1.05rem;color:var(--text-secondary);line-height:1.6;max-width:90%}.banner-bottom-text{font-family:var(--font-sans);font-size:1.1rem;color:#fff;line-height:1.4;margin-top:2.5rem;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.6)}@media(max-width:768px){.how-it-works-section{padding-bottom:2rem;margin-top:2rem}.features-grid{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2.5rem;margin-bottom:2rem}.feature-item{padding:2rem}}.input-wrapper{position:relative;width:100%;max-width:600px;margin:0 auto}.suggestions-list{position:absolute;top:100%;left:0;width:100%;background:#fff;border-radius:0 0 16px 16px;box-shadow:var(--shadow-md);z-index:50;list-style:none;overflow:hidden;margin-top:-10px;padding-top:10px;text-align:left}.suggestion-item{padding:1rem 2.5rem;cursor:pointer;font-family:var(--font-sans);font-size:1.2rem;color:var(--text-main);transition:background-color .2s}.suggestion-item:hover{background-color:#f0f0f0}.error-message{color:#ff6b6b;background-color:#fff0f0;border:1px solid #ffcccc;padding:1rem;border-radius:12px;margin-top:1rem;font-family:var(--font-sans);font-size:1rem;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:none}.how-it-works-section{position:relative;width:100%;min-height:80vh;background-color:#fef5d9;display:flex;flex-direction:column;align-items:center;padding-bottom:4rem;margin-top:10vh}.gradient-overlay{position:absolute;top:-150px;left:0;width:100%;height:150px;background:linear-gradient(to bottom,transparent,#fef5d9);z-index:0;pointer-events:none}.how-it-works-content{z-index:1;padding-top:2rem}.section-title{font-family:var(--font-serif);font-size:3rem;color:#1a2a3a;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 2rem}.feature-item{background:#ffffff80;padding:2rem;border-radius:20px;transition:transform .3s ease}.feature-item:hover{transform:translateY(-5px);background:#fffc}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-family:var(--font-serif);font-size:1.5rem;color:#1a2a3a;margin-bottom:1rem}.feature-desc{font-family:var(--font-sans);font-size:1rem;color:var(--text-secondary);line-height:1.6}.banner-top-pills{display:flex;justify-content:flex-end;gap:12px}.banner-pill{background:#ffffff80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.8);border-radius:50px;padding:.4rem 1rem;display:flex;align-items:center;gap:8px;color:#1a2a3a;box-shadow:0 2px 10px #0000000d}.banner-pill span{font-family:var(--font-sans);font-weight:500;font-size:1rem}.banner-subheader{font-family:var(--font-sans);font-size:1.3rem;line-height:1.4;color:#1a2a3a;margin-bottom:2rem;font-weight:500;opacity:.85}.banner-cta-container{margin:2rem 0;display:flex;justify-content:center}.banner-title{margin-top:2vh}.btn-banner-cta{background-color:#fef5d9;border:1px solid #e6d5a1;border-radius:50px;padding:1rem 2.5rem;display:flex;align-items:center;justify-content:center;gap:12px;min-width:unset;box-shadow:0 10px 25px #e6d5a14d;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.btn-banner-cta:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 35px #e6d5a180;background-color:#fffaf0}.cta-icon{color:#cda434}.btn-banner-cta span:not(.cta-subtext){font-family:var(--font-sans);font-size:1.4rem;font-weight:600;color:#1a2a3a;margin:0}.cta-subtext{font-family:var(--font-sans);font-size:1.1rem!important;color:#cda434!important;font-weight:400!important;font-style:normal;display:inline!important;margin-top:0!important;margin-left:5px}.banner-bottom-text{display:none}@media(max-width:768px){.banner-top-pills{justify-content:center;margin-top:1rem}.banner-pill-location{display:none}s .banner-title{font-size:2.2rem}.subtitle-serif{font-size:1.6rem}.banner-subheader{font-size:1.1rem}.btn-banner-cta{padding:.8rem 1.5rem;flex-wrap:wrap;text-align:center}.btn-banner-cta span:not(.cta-subtext){font-size:1.1rem}.cta-subtext{font-size:.9rem!important;display:block!important;width:100%;margin-left:0}.banner-bottom-text{font-size:.9rem;margin-top:3rem}}.hero-section{height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;z-index:10;padding-top:0}.step-container{width:100%;display:flex;justify-content:center;margin-top:0}.content-below-hero{position:relative;z-index:20;width:100%;margin-top:-50px;background:linear-gradient(to bottom,#e3f2fdcc,#e3f2fdf2 20%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-top:1px solid rgba(255,255,255,.3)}.app-container{padding-top:0;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;height:auto;min-height:100vh}.contact-form-container{border-radius:20px;padding:2rem}.contact-form-container .checkbox-row{color:var(--text-main);text-shadow:none}.content-section{padding:6rem 1rem;width:100%;display:flex;justify-content:center;position:relative;background-color:#e3f2fd}.alt-bg{background-color:#f0f7ff}.section-max-width{max-width:1000px;width:100%;margin:0 auto}.section-subtitle{font-family:var(--font-serif);font-size:2rem;color:#1a2a3a;margin-bottom:1.5rem;line-height:1.3}.section-paragraph{font-family:var(--font-sans);font-size:1.15rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.text-block{text-align:left;max-width:800px;margin:0 auto}.centered-text{text-align:center}.role-box{background:#fff9;border-left:5px solid #538bec;padding:2rem;margin:2rem 0;border-radius:0 16px 16px 0;text-align:left}.role-title{font-family:var(--font-serif);font-weight:600;font-size:1.3rem;margin-bottom:1rem;color:#1a2a3a}.custom-list{list-style:none;padding:0;margin:0}.custom-list li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;font-size:1.1rem;line-height:1.5;color:var(--text-secondary)}.custom-list li:before{content:"•";position:absolute;left:0;color:#538bec;font-weight:700;font-size:1.5rem;line-height:1}.workflow-image{width:100%;height:auto;border-radius:12px;margin:3rem 0;box-shadow:var(--shadow-md);opacity:.95}.highlight-text{background-color:#e3f2fd80;border-radius:8px;margin-top:1rem;font-size:1.1rem;color:#1a2a3a}.highlight-text.bold{font-weight:600;border:1px solid #538bec;text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:3rem 0}.step-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--shadow-sm);text-align:left;position:relative;border-top:4px solid #538bec;transition:transform .3s ease;display:flex;gap:1.5rem;align-items:flex-start}.step-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.step-icon{width:100px;height:100px;object-fit:contain;flex-shrink:0;margin-top:.5rem}.step-content{flex:1;position:relative}.step-number{display:inline-block;background:var(--primary-color);color:#fff;width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.2rem;font-weight:700;box-shadow:0 4px 6px #0003;margin-right:.75rem;vertical-align:middle}.step-title{font-family:var(--font-serif);font-size:1.4rem;margin-top:0;margin-bottom:.5rem;color:#1a2a3a;display:inline-block;vertical-align:middle}.step-desc{font-size:1rem;color:var(--text-secondary);line-height:1.5;margin-top:.5rem}.info-box{background:#eaf4fb;padding:2.5rem;border-radius:20px;text-align:left;margin-top:3rem;border:1px solid #d0e6f7}.info-box-title{font-family:var(--font-serif);font-size:1.4rem;margin-bottom:1.5rem;color:#1a2a3a}.simple-text{margin-top:1.5rem;font-size:1.15rem;color:#1a2a3a;font-weight:500;text-align:center}.glass-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:24px;box-shadow:var(--shadow-md)}.columns-layout{display:flex;gap:3rem;margin-top:2rem;text-align:left}.column{flex:1}.column-title{font-family:var(--font-serif);font-size:1.3rem;margin-bottom:1rem;color:#1a2a3a}.highlight-column{background:#e3f2fd99;padding:2rem;border-radius:16px;display:flex;flex-direction:column;justify-content:center}.emotional-support-text{font-family:var(--font-script);font-size:1.8rem;color:#1a2a3a;line-height:1.6;margin-bottom:1.5rem}.final-note{font-size:1.1rem;font-weight:500}.contact-layout{display:flex;gap:3rem;align-items:center;text-align:left}.contact-text-area{flex:1}.contact-details-box{flex:1;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-md);border:1px solid rgba(0,0,0,.05)}.box-title{font-weight:600;margin-bottom:1rem;color:#1a2a3a}.check-list{list-style:none;padding:0;margin-bottom:1.5rem}.check-list li{position:relative;padding-left:2rem;margin-bottom:.8rem;line-height:1.4;color:var(--text-secondary)}.check-list li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}.divider{height:1px;background:#0000001a;margin:1.5rem 0}.emphasis-text{font-weight:600;font-size:1.1rem;color:#1a2a3a;text-align:center;margin-top:1rem}.about-content{text-align:center}.large-text{font-size:1.3rem;line-height:1.6}.disclaimer-box{background:#f8d7da;color:#721c24;padding:1.5rem;border-radius:12px;margin:2rem auto;max-width:600px;border:1px solid #f5c6cb}.mission-block{margin:3rem 0}.block-label{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:1.5rem}.centered-list{display:inline-block;text-align:left}.site-footer{background:#1a2a3a;color:#a3c9e8;padding:3rem 1rem;text-align:center;width:100%}.footer-content{max-width:800px;margin:0 auto}.footer-main-text{font-size:1.2rem;margin-bottom:.5rem;font-weight:600;color:#fff}.footer-highlight{color:var(--accent-color);margin:1rem 0;font-weight:600}.copyright{margin-top:2rem;font-size:.9rem;opacity:.6}@media(max-width:768px){.section-subtitle{font-size:1.6rem}.steps-grid{grid-template-columns:1fr;gap:2.5rem}.columns-layout{flex-direction:column;gap:2rem}.contact-layout{flex-direction:column}.step-number{left:10px}.content-section{padding:4rem 1rem}}.highlight-column{background:#fff!important;border:2px solid #538bec;padding:2.5rem;border-radius:20px;display:flex;flex-direction:column;justify-content:center;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.highlight-column:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:#538bec}.comfort-list{list-style:none;padding:0;margin:0 0 2rem}.comfort-list li{font-size:1.35rem;color:#1a2a3a;margin-bottom:1.2rem;padding-left:2.5rem;position:relative;font-weight:500;line-height:1.4}.comfort-list li:before{content:"🤍";text-shadow:0 0 0 #538bec;content:"✦";color:#538bec;position:absolute;left:0;font-size:1.8rem;line-height:1.4rem;top:1px}.final-note{font-size:1.15rem;color:var(--text-secondary);padding-top:1.5rem;font-style:normal}.hero-stage-wrapper{position:relative;width:100%;max-width:800px;margin:0 auto;text-align:center}.hero-sky-overlay{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;background-color:var(--bg-soft-blue);padding-top:80px;padding-bottom:5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-height:30vh}.hero-sky-overlay:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(to bottom,var(--bg-soft-blue),transparent);pointer-events:none}.hero-content-below{position:relative;z-index:1;margin-top:5px}.hero-container{padding-top:2rem;max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-title{font-family:var(--font-serif);font-size:2rem;line-height:1.1;color:#1a2a3a;font-weight:700;max-width:800px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}.hero-title-highlight{display:block;margin-top:.5rem;font-weight:700}.hero-subtitle{font-family:var(--font-sans);font-size:1.25rem;line-height:1.6;color:#fff;max-width:750px;margin:0 auto 1.5rem;font-weight:700}.hero-badge-container{margin-bottom:2.5rem}.hero-badge{background-color:#dce6f080;color:#1a2a3a;padding:.5rem 1.2rem;border-radius:50px;font-size:.95rem;font-weight:600;letter-spacing:.5px;border:1px solid rgba(26,42,58,.1)}.cta-container{display:flex;justify-content:center;margin-bottom:2rem}.premium-cta-btn{position:relative;background:linear-gradient(135deg,#f9e79f,#f7dc6f,#f1c40f);border:none;border-radius:50px;padding:1rem 2rem;display:flex;align-items:center;justify-content:center;gap:1.2rem;cursor:pointer;box-shadow:0 5px 15px #f7dc6f40;transition:all .3s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;width:100%;max-width:400px;margin:0 auto}.premium-cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.premium-cta-btn:hover:before{left:100%}.premium-cta-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 20px #f7dc6f59}.premium-cta-btn:active{transform:translateY(-1px)}.cta-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.cta-main-text{font-family:var(--font-sans);font-size:1.6rem;font-weight:800;color:#1a2a3a;line-height:1.1;letter-spacing:-.5px}.cta-sub-text{font-family:var(--font-sans);font-size:.95rem;color:#2c3e50;font-weight:600;margin-top:4px}.cta-icon{background:#fff3;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-bottom-text{font-size:1rem;color:#fff;max-width:500px;margin:0 auto;line-height:1.5}.floating-badge-24h{position:fixed;bottom:70px;right:30px;background:#fff;color:#1a2a3a;padding:.8rem 1.5rem;border-radius:50px;box-shadow:0 5px 20px #00000026;z-index:1000;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:10px;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease}.floating-badge-24h:hover{transform:scale(1.05)}.pulse-dot{width:10px;height:10px;background-color:#2ecc71;border-radius:50%;box-shadow:0 0 #2ecc7166;animation:pulse-green 2s infinite}@keyframes pulse-green{0%{box-shadow:0 0 #2ecc71b3}70%{box-shadow:0 0 0 10px #2ecc7100}to{box-shadow:0 0 #2ecc7100}}@media(max-width:768px){.hero-sky-overlay{padding-top:80px;padding-bottom:1.5rem;min-height:20vh}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1.1rem;padding:3rem 1rem}.premium-cta-btn{width:90%;max-width:380px;padding:1.2rem 1.5rem;gap:1.2rem}.cta-main-text{font-size:1.4rem}.cta-sub-text{font-size:.85rem}.floating-badge-24h{bottom:20px;right:50%;transform:translate(50%);width:max-content}.floating-badge-24h:hover{transform:translate(50%) scale(1.05)}}.hero-section{min-height:100vh;height:auto!important;display:flex;flex-direction:column;justify-content:flex-start;position:relative;z-index:10}.content-below-hero{position:relative;z-index:20;width:100%}@media(max-width:768px){.app-container{padding-left:0;padding-right:0;overflow-x:hidden}.hero-container,.contact-form-container{padding-left:1.5rem;padding-right:1.5rem}.top-bar{padding:0 1.5rem}.content-below-hero{margin-top:0;width:100vw;overflow-x:hidden}.content-below-hero .content-section{width:100%;max-width:100%;margin:0;border-radius:0;padding:4rem 1.5rem;background-color:#fff}#how-we-help{background-color:#e3f2fd}#for-whom{background-color:#f0f7ff}#formalities{background-color:#e3f2fd}#contact-section{background-color:#f0f7ff}#about-us{background-color:#fff}.content-below-hero .content-card{box-shadow:none;background:transparent;padding:0}.glass-card{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;border:none;padding:0}.content-below-hero{background-color:#fff}}.popup-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 15px 35px #00000026;max-width:500px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:1.2rem;margin:0 auto;width:100%}.contact-form .input-custom{border-color:var(--bg-soft-blue)}.privacy-note{font-size:.9rem;color:#555;margin-top:.5rem;line-height:1.5;text-align:left}.privacy-link{color:#1a2a3a;text-decoration:underline;font-weight:500}.submit-btn{width:100%;font-size:1.3rem;padding:1rem;margin-top:1rem;background-color:var(--bg-soft-blue);color:var(--text-main);transition:all .2s ease}.submit-btn:hover{background-color:#a9cce8}.checkmark-icon{margin-bottom:1rem;display:flex;justify-content:center}.checkmark-icon img{width:80px;height:80px;object-fit:contain}.success-title{font-size:2.2rem;margin-bottom:1rem;color:#27ae60}.success-subtitle{font-size:1.4rem;margin-bottom:2rem;line-height:1.4}.urgent-contact-box{background:#fef5d9;padding:1.5rem;border-radius:12px;margin-top:1.5rem}.urgent-text{font-size:1.1rem;margin-bottom:.5rem;color:#1a2a3a;line-height:1.5}.urgent-phone{font-size:1.5rem;font-weight:800;color:#1a2a3a;text-decoration:none;display:block;margin-top:.5rem}.disclaimer-text{font-size:.95rem;color:#666;font-style:italic;margin-top:1rem}@media(max-width:768px){.hero-stage-3-container,.contact-form-container{padding-left:1rem;padding-right:1rem}.popup-card{padding:1.2rem;margin-left:0;margin-right:0;width:100%}.contact-form{gap:.8rem}.contact-form .input-custom{font-size:1.2rem;padding:.8rem 1rem;border-width:3px}.section-title{font-size:1.5rem;margin-bottom:.8rem}.submit-btn{font-size:1.1rem;padding:.8rem;margin-top:.5rem}.privacy-note{font-size:.8rem}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content.privacy-modal{background:#fff;width:100%;max-width:800px;height:90vh;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;position:relative;overflow:hidden;display:flex;flex-direction:column}.close-modal-btn{position:absolute;top:1rem;right:1rem;background:#fffc;border:none;cursor:pointer;z-index:10;border-radius:50%;padding:.5rem;transition:background .2s;color:#1a2a3a}.close-modal-btn:hover{background:#f0f0f0}.privacy-content-scroll{padding:3rem 2rem 2rem;overflow-y:auto;height:100%;text-align:left}.privacy-title{font-family:var(--font-serif);font-size:2rem;margin-bottom:2rem;color:#1a2a3a;text-align:center;padding-bottom:1rem;border-bottom:1px solid #eee}.privacy-section{margin-bottom:2rem}.privacy-section h3{font-family:var(--font-serif);font-size:1.3rem;margin-bottom:1rem;color:#1a2a3a}.privacy-section p{font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:.8rem}.privacy-list{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.privacy-list li{margin-bottom:.5rem;color:var(--text-secondary)}@media(max-width:768px){.modal-content.privacy-modal{height:95vh}.privacy-content-scroll{padding:3rem 1.5rem 1.5rem}.privacy-title{font-size:1.5rem}}.legal-page-container{min-height:100vh;width:100%;background-color:#f9f9f9;display:flex;justify-content:center;padding:4rem 1rem}.legal-content{background:#fff;width:100%;max-width:800px;padding:3rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}@media(max-width:768px){.legal-content{padding:2rem 1.5rem}}
