.hero{background-color:#f8faff;align-items:center;min-height:auto;padding:50px 0;display:flex;position:relative;overflow:hidden}.hero-shape{filter:blur(80px);z-index:0;border-radius:50%;animation:12s ease-in-out infinite alternate floatOrb;position:absolute}.hero-shape-1{background:#ea580c26;width:500px;height:500px;animation-delay:0s;top:-10%;right:-5%}.hero-shape-2{background:#3b82f626;width:600px;height:600px;animation-delay:-4s;bottom:-20%;right:15%}.hero-shape-3{background:#22c55e26;width:450px;height:450px;animation-delay:-8s;top:30%;left:-10%}@keyframes floatOrb{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-40px)scale(1.1)}to{transform:translate(-20px,20px)scale(.95)}}.hero-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:100%;margin:0 auto;padding:0 40px;display:grid;position:relative}.hero-content{flex-direction:column;gap:32px;display:flex}.hero-title{color:#0f172a;letter-spacing:-.03em;font-size:2.2rem;font-weight:600;line-height:1.1;animation:.8s cubic-bezier(.2,.8,.2,1) forwards fadeInUp}.hero-title span{background:linear-gradient(135deg,#ea580c 0%,#f97316 50%,#fb923c 100%) 0 0/200%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 12px #ea580c33);-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shine;display:inline-block}@keyframes shine{to{background-position:200%}}.hero-subtitle{color:#475569;opacity:0;max-width:540px;font-size:1.2rem;font-weight:500;line-height:1.7;animation:.8s cubic-bezier(.2,.8,.2,1) .15s forwards fadeInUp}.hero-buttons{opacity:0;gap:20px;animation:.8s cubic-bezier(.2,.8,.2,1) .3s forwards fadeInUp;display:flex}.hero-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ea580c,#f97316);border:none;border-radius:12px;padding:16px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 24px #ea580c4d}.hero-btn-primary:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.hero-btn-primary:hover:after{left:150%}.hero-btn-primary:hover{transform:translateY(-4px);box-shadow:0 12px 32px #ea580c66}.hero-btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#0f172a;cursor:pointer;background:#fff9;border:1px solid #0f172a1a;border-radius:12px;padding:16px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.2,.8,.2,1);box-shadow:0 4px 12px #00000005}.hero-btn-secondary:hover{background:#ffffffe6;border-color:#0f172a33;transform:translateY(-4px);box-shadow:0 8px 24px #0000000f}.hero-stats{opacity:0;gap:24px;margin-top:20px;animation:.8s cubic-bezier(.2,.8,.2,1) .45s forwards fadeInUp;display:flex}.hero-stat{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff9;border:1px solid #fffc;border-radius:16px;flex-direction:column;flex:1;gap:6px;padding:20px 30px;transition:all .3s;display:flex;box-shadow:0 8px 32px #1e293b0a}.hero-stat:hover{background:#fffc;transform:translateY(-2px);box-shadow:0 12px 40px #1e293b14}.hero-stat-number{color:#0f172a;font-size:2rem;font-weight:700;line-height:1}.hero-stat-number span{color:#ea580c;margin-left:2px}.hero-stat-label{color:#000;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:600}.hero-visual{perspective:1000px;opacity:0;justify-content:center;align-items:center;animation:1s cubic-bezier(.2,.8,.2,1) .2s forwards fadeInUp;display:flex;position:relative}.hero-visual img{transform-style:preserve-3d;animation:8s ease-in-out infinite floatImage;box-shadow:0 20px 50px #0f172a1a,0 0 0 1px #ffffff80;border-radius:24px!important}@keyframes floatImage{0%,to{transform:translateY(0)rotateX(2deg)rotateY(-2deg)}50%{transform:translateY(-20px)rotateX(-2deg)rotateY(2deg)}}.hero-card-stack{width:100%;max-width:460px;position:relative}.hero-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:20px;padding:32px}.hero-card:last-child{margin-bottom:0}.hero-card-title{color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-size:.78rem;font-weight:600}.hero-card-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.hero-card-row:last-child{border-bottom:none}.hero-card-label{color:#ffffffb3;font-size:.88rem}.hero-card-value{color:#e8712a;font-size:.95rem;font-weight:700}.hero-card-value.green{color:#2d6a3f}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section{padding:50px 24px}.section-inner{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:64px}.section-label{color:#e8712a;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;margin-bottom:16px;font-size:.8rem;font-weight:700;display:inline-flex}.section-label:before,.section-label:after{content:"";background:linear-gradient(90deg,#e8712a,#f59e3f);border-radius:2px;width:24px;height:2px}.section-title{color:#1a2a5e;letter-spacing:-.02em;margin-bottom:16px;font-size:2.4rem;font-weight:600;line-height:1.2}.section-title span{background:linear-gradient(135deg,#e8712a,#f59e3f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-subtitle{color:#6b7280;max-width:1100px;margin:0 auto;font-size:1.05rem;line-height:1.7}.concepts-section{background:#fff;padding:40px 24px 20px;position:relative;overflow:hidden}.concepts-section:before{content:"";z-index:0;background:#fdf8f4;border-bottom-right-radius:400px;width:45%;height:100%;position:absolute;top:0;left:0}.concepts-section .section-inner{z-index:1;position:relative}.concepts-spectrum{box-sizing:border-box;max-width:100%;margin:0 auto;padding:0 120px;overflow:hidden}.spectrum-track{background:linear-gradient(90deg,#2d6a3f 0%,#1a2a5e 33%,#e8712a 66%,#9b1d20 100%);border-radius:6px;justify-content:space-between;align-items:center;height:6px;margin-top:130px;margin-bottom:120px;display:flex;position:relative}.spectrum-node{justify-content:center;width:0;display:flex;position:relative}.spectrum-point{z-index:2;background:#fff;border:4px solid;border-radius:50%;width:24px;height:24px;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 4px #fffc,0 4px 10px #0000001a}.spectrum-node:hover .spectrum-point{transform:translate(-50%,-50%)scale(1.3)}.spectrum-node.safe .spectrum-point{border-color:#2d6a3f}.spectrum-node.medium .spectrum-point{border-color:#1a2a5e}.spectrum-node.high .spectrum-point{border-color:#e8712a}.spectrum-node.aggressive .spectrum-point{border-color:#9b1d20}.spectrum-content{text-align:center;opacity:.9;width:220px;transition:all .3s;position:absolute}.spectrum-node:hover .spectrum-content{opacity:1;transform:scale(1.05)}.spectrum-content.top{transform-origin:bottom;bottom:30px}.spectrum-content.bottom{transform-origin:top;top:30px}.spectrum-title{color:#1a2a5e;margin-bottom:6px;font-size:1.15rem;font-weight:600}.spectrum-desc{color:#6b7280;font-size:.85rem;line-height:1.5}.spectrum-returns{margin-bottom:10px;font-size:2.2rem;font-weight:600;line-height:1}.spectrum-node.safe .spectrum-returns{color:#2d6a3f}.spectrum-node.medium .spectrum-returns{color:#1a2a5e}.spectrum-node.high .spectrum-returns{color:#e8712a}.spectrum-node.aggressive .spectrum-returns{color:#9b1d20}.spectrum-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:50px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-block}.spectrum-node.safe .spectrum-badge{color:#2d6a3f;background:#2d6a3f1a}.spectrum-node.medium .spectrum-badge{color:#1a2a5e;background:#1a2a5e1a}.spectrum-node.high .spectrum-badge{color:#e8712a;background:#e8712a1a}.spectrum-node.aggressive .spectrum-badge{color:#9b1d20;background:#9b1d201a}.thumbrule-section{background:#fff;padding:80px 24px 20px;position:relative;overflow:hidden}.thumbrule-section:before{content:"";opacity:.2;z-index:0;pointer-events:none;background-image:radial-gradient(#e8712a 2.5px,#0000 2.5px);background-size:24px 24px;width:250px;height:350px;position:absolute;top:10%;right:-2%}.thumbrule-section .section-inner{z-index:1;position:relative}.thumbrule-bento-full{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px;display:grid}.bento-box{background:#fff;border:1px solid #00000005;border-radius:16px;padding:20px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000a}.bento-box:hover{transform:translateY(-3px);box-shadow:0 15px 40px #1a2a5e14}.bento-horizontal{flex-direction:row;align-items:center;gap:16px;display:flex}.bento-emi{background:linear-gradient(135deg,#fff 0%,#fffaf5 100%)}.bento-lifestyle{background:linear-gradient(135deg,#fff 0%,#f4fbff 100%)}.bento-compulsory{background:linear-gradient(135deg,#fff 0%,#f4fff8 100%)}.bento-progress{background:conic-gradient(var(--color) var(--progress), #f0f0f0 0deg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.bento-progress-inner{width:58px;height:58px;color:var(--color);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.bento-progress-inner span{font-size:.8rem}.bento-content-wrap{flex-grow:1;align-items:center;gap:16px;display:flex}.bento-icon-new{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex;box-shadow:0 4px 10px #0000000f}.bento-horizontal .bento-info{flex-direction:column;display:flex}.bento-horizontal .bento-title{margin-bottom:2px;font-size:.95rem;font-weight:800}.bento-emi .bento-title{color:#dd6b20}.bento-lifestyle .bento-title{color:#3182ce}.bento-compulsory .bento-title{color:#38a169}.bento-horizontal .bento-desc{color:#2d3748;margin-bottom:4px;font-size:.75rem;font-weight:700}.bento-horizontal .bento-subdesc{color:#718096;font-size:.65rem;line-height:1.3}.bento-arrow{color:#a0aec0;background:#f0f4f8;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;display:flex;position:absolute;bottom:16px;right:16px}.bento-emi .bento-arrow{color:#dd6b20;background:#fff0e6}.bento-lifestyle .bento-arrow{color:#3182ce;background:#ebf8ff}.bento-compulsory .bento-arrow{color:#38a169;background:#f0fff4}.bento-savings-horizontal{border-top:2px dashed #1a2a5e1a;flex-direction:row;grid-column:span 3;justify-content:space-between;align-items:center;margin-top:20px;padding:30px 20px 20px;display:flex}.bento-savings-left{align-items:center;gap:24px;display:flex}.bento-icon-large{font-size:4rem}.bento-savings-left .bento-title{color:#1a2a5e;margin-bottom:4px;font-size:1.3rem;font-weight:800}.bento-savings-left .bento-desc{color:#718096;margin-bottom:12px;font-size:.85rem}.bento-checks{color:#4a5568;gap:16px;font-size:.75rem;font-weight:700;display:flex}.bento-checks span{align-items:center;gap:6px;display:flex}.check-icon{color:#fff;background:#38a169;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.55rem;font-style:normal;display:inline-flex}.bento-value-large{color:#667eea;margin-left:20px;font-size:2.5rem;font-weight:800}.bento-value-large span{font-size:1.2rem}.bento-savings-right{align-items:center;gap:40px;display:flex}.bento-savings-right .split-val{margin-bottom:4px;font-size:1.8rem;font-weight:800}.bento-savings-right .split-label{color:#1a2a5e;margin-bottom:6px;font-size:.85rem;font-weight:800}.bento-savings-right .split-subdesc{color:#718096;font-size:.7rem;line-height:1.4}.bento-split-divider{background:#e2e8f0;width:1px;height:60px}@media (max-width:1000px){.thumbrule-bento-full{grid-template-columns:repeat(2,1fr)}.bento-emi,.bento-lifestyle{grid-column:span 1}.bento-compulsory,.bento-savings-no-card{grid-column:span 2}.bento-savings-no-card{flex-direction:column;align-items:flex-start;gap:30px}}@media (max-width:600px){.thumbrule-bento-full{grid-template-columns:1fr}.bento-emi,.bento-lifestyle,.bento-compulsory,.bento-savings-no-card{grid-column:span 1}.bento-savings-header{flex-direction:column;align-items:flex-start}.bento-savings-split{flex-direction:column;align-items:flex-start;gap:20px}.bento-split-divider{width:100%;height:2px;margin:0}}.compact-journey-section{z-index:1;background:#f3f6f9;padding:40px 24px 60px;position:relative}.compact-inner{z-index:2;width:100%;margin:0 auto;padding:0 40px;position:relative}.compact-header{text-align:center;margin-bottom:30px}.compact-label{text-transform:uppercase;color:#e8712a;letter-spacing:1.5px;margin-bottom:8px;font-size:.8rem;font-weight:700;display:inline-block}.compact-title{color:#1a2a5e;margin-bottom:10px;font-size:2.4rem;font-weight:700}.compact-title span{color:#e8712a}.compact-subtitle{color:#6b7280;font-size:1rem}.compact-grid{border-top:1px solid #1a2a5e1a;border-bottom:1px solid #1a2a5e1a;justify-content:space-between;align-items:flex-start;gap:40px;padding:30px 0;display:flex}.compact-divider{background:#1a2a5e1a;align-self:stretch;width:1px}.compact-column{flex:1}.compact-col-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.compact-col-title{color:#1a2a5e;align-items:center;gap:12px;font-size:1.5rem;font-weight:600;display:flex}.compact-badge{color:#e8712a;text-transform:uppercase;background:#fff3e0;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:700}.compact-scheme-title{color:#1a2a5e;margin-bottom:12px;font-size:1.1rem;font-weight:600}.compact-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.compact-list li{color:#4b5563;align-items:flex-start;gap:10px;font-size:1.05rem;line-height:1.4;display:flex}.compact-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.compact-dot.orange{background:#e8712a}.compact-dot.blue{background:#1a2a5e}.compact-highlight{background:#fdf8f4;border-left:3px solid #e8712a;border-radius:8px;align-items:center;gap:10px;margin-top:20px;padding:12px 16px;display:flex}.compact-highlight-icon{font-size:1.2rem}.compact-highlight-text{color:#1a2a5e;font-size:.95rem}.compact-highlight-text strong{font-weight:700}@media (max-width:768px){.compact-grid{flex-direction:column;gap:30px}.compact-divider{width:100%;height:1px}}.planning-section{background:#fff;padding-top:10px;padding-bottom:20px}.planning-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.planning-card{text-align:center;background:#fff;border:1px solid #1a2a5e0f;border-radius:20px;padding:36px 28px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.planning-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #1a2a5e1a}.planning-card-icon{color:#e8712a;background:linear-gradient(135deg,#e8712a14,#e8712a0a);border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:1.8rem;transition:all .3s;display:flex}.planning-card:hover .planning-card-icon{color:#fff;background:linear-gradient(135deg,#e8712a,#f59e3f);transform:scale(1.05)}.planning-card-title{color:#1a2a5e;margin-bottom:8px;font-size:1rem;font-weight:700}.planning-card-desc{color:#6b7280;font-size:.85rem;line-height:1.5}.timeline-section{background:#fff;padding-top:10px}.journey-split-section{background-color:#fffcf9;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23fff2e8' fill-opacity='1' d='M0,192L48,197.3C96,203,192,213,288,197.3C384,181,480,139,576,144C672,149,768,203,864,229.3C960,256,1056,256,1152,240C1248,224,1344,192,1392,176L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");background-position:bottom;background-repeat:no-repeat;background-size:cover;padding:40px 24px}.journey-split-inner{align-items:flex-start;gap:60px;max-width:1200px;margin:0 auto;display:flex}.journey-left{flex:1;position:sticky;top:100px}.journey-left-desc{color:#6b7280;margin-top:12px;font-size:1.1rem;line-height:1.6}.journey-right{flex:1}.journey-list{flex-direction:column;display:flex}.journey-list-item{align-items:stretch;display:flex}.journey-col-year{color:#e8712a;text-align:right;opacity:.6;flex-shrink:0;width:80px;padding-top:10px;padding-right:25px;font-size:1.25rem;font-weight:800;transition:opacity .3s}.journey-list-item:hover .journey-col-year{opacity:1}.journey-col-line{flex-shrink:0;justify-content:center;width:60px;display:flex;position:relative}.journey-col-line:before{content:"";background:#1a2a5e1a;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.journey-list-item:last-child .journey-col-line:before{bottom:50px}.journey-icon-box{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-top:-5px;display:flex;position:relative;box-shadow:0 4px 12px #1a2a5e14}.journey-icon-box svg{stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.journey-list-item:first-child .journey-icon-box{stroke:#0284c7;background:#e0f2fe}.journey-list-item:nth-child(2) .journey-icon-box{stroke:#16a34a;background:#dcfce7}.journey-list-item:nth-child(3) .journey-icon-box{stroke:#d97706;background:#fef3c7}.journey-list-item:nth-child(4) .journey-icon-box{stroke:#db2777;background:#fce7f3}.journey-list-item:nth-child(5) .journey-icon-box{stroke:#7c3aed;background:#ede9fe}.journey-list-item:nth-child(6) .journey-icon-box{stroke:#ea580c;background:#ffedd5}.journey-list-item:nth-child(7) .journey-icon-box{stroke:#0d9488;background:#ccfbf1}.journey-col-content{flex-grow:1;padding-top:10px;padding-bottom:50px;padding-left:20px}.journey-list-item:last-child .journey-col-content{padding-bottom:0}.journey-list-title{color:#1a2a5e;margin-bottom:12px;font-size:1.3rem;font-weight:700;transition:color .3s}.journey-list-item:hover .journey-list-title{color:#e8712a}.journey-list-desc{color:#6b7280;font-size:1.05rem;line-height:1.6}@media (max-width:900px){.journey-split-inner{flex-direction:column;gap:40px}.journey-left{flex:none;width:100%;position:relative;top:0}}.clients-section{background:#fff;padding-top:20px;padding-bottom:80px}.clients-nodes-container{width:100%;max-width:1200px;margin:50px auto 0;padding:0 24px}.clients-nodes{background:#fff;border:1px solid #1a2a5e14;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 10px 30px #1a2a5e08}.client-node{border-bottom:1px solid #0000;border-right:1px solid #1a2a5e14;flex:1;justify-content:center;align-items:center;min-width:200px;height:140px;padding:30px;transition:background .3s;display:flex}.client-node:last-child{border-right:none}.client-node:hover{background:#f8f9fc}.client-node img{object-fit:contain;max-width:100%;max-height:100%}@media (max-width:900px){.client-node{border-bottom:1px solid #1a2a5e14;flex:0 0 33.333%}.client-node:nth-child(3n){border-right:none}}@media (max-width:600px){.client-node{flex:0 0 50%;min-width:0;padding:20px}.client-node:nth-child(3n){border-right:1px solid #1a2a5e14}.client-node:nth-child(2n){border-right:none}}.strength-section{background:#fdfaf6;padding-top:40px;padding-bottom:40px;position:relative;overflow:hidden}.strength-section .section-header{z-index:2;margin-bottom:10px;position:relative}.strength-section:after{content:"";z-index:1;background:#1a2a5e08;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-150px;right:-100px}.strength-grid{z-index:2;flex-direction:column;gap:0;width:100%;max-width:1100px;margin:0 auto;padding:0 40px;display:flex;position:relative}.strength-card{box-shadow:none;background:0 0;border:none;align-items:center;gap:40px;margin-bottom:10px;padding:0;display:flex}.strength-card:hover{box-shadow:none;background:0 0;border:none;transform:none}.strength-card:nth-child(2n){text-align:right;flex-direction:row-reverse}.strength-number{color:#1a2a5e;letter-spacing:normal;background:#fff;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;flex-shrink:0;justify-content:center;align-items:center;width:130px;height:130px;font-size:3.2rem;font-weight:800;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 30px #1a2a5e0a}.strength-number:after{display:none}.strength-card:hover .strength-number{color:#fff;background:#e8712a;border-radius:50%;transform:rotate(360deg);box-shadow:0 15px 30px #e8712a33}.strength-text{color:#4b5563;font-size:1.25rem;font-weight:500;line-height:1.7}@media (max-width:900px){.strength-card,.strength-card:nth-child(2n){text-align:center;flex-direction:column;gap:24px}}.contact-form-section{background:#fff;padding:40px 24px}.contact-form-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.contact-content-col{padding-right:20px}.contact-title{color:#b45309;letter-spacing:-.02em;margin-bottom:20px;font-size:2.8rem;font-weight:800;line-height:1.2}.contact-subtitle{color:#64748b;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.form-success-msg{color:#16a34a;background:#22c55e1a;border-left:4px solid #16a34a;border-radius:8px;margin-bottom:25px;padding:15px 20px;font-weight:600;animation:.3s slideDown}.form-error-msg{color:#dc2626;background:#ef44441a;border-left:4px solid #dc2626;border-radius:8px;margin-bottom:25px;padding:15px 20px;font-weight:600;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-form-card{background:#fff;border:1px solid #1a2a5e0d;border-radius:16px;padding:40px;box-shadow:0 10px 40px #0000000a}.contact-form{flex-direction:column;gap:24px;display:flex}.form-row{gap:20px;display:flex}.form-input,.form-textarea{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:16px 20px;font-family:inherit;font-size:1rem;transition:all .3s}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#e8712a;outline:none;box-shadow:0 0 0 3px #e8712a1a}.form-submit-btn{color:#fff;cursor:pointer;background:#1a2a5e;border:none;border-radius:8px;align-self:flex-start;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.form-submit-btn:hover{background:#e8712a;transform:translateY(-2px);box-shadow:0 8px 20px #e8712a33}.contact-image-col{position:relative}.contact-image-wrapper{border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001a}.contact-image-wrapper:before{content:"";z-index:-1;background:#fdf5ef;border-radius:24px;position:absolute;inset:-20px 20px 20px -20px}.contact-image-wrapper img{object-fit:cover;border-radius:24px;width:100%;height:100%;display:block}@media (max-width:900px){.contact-form-inner{grid-template-columns:1fr}.contact-content-col{padding-right:0}.form-row{flex-direction:column}}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:40px;padding-top:10px;padding-bottom:10px}.hero{min-height:auto;padding:60px 0}.hero-visual{display:none}.hero-title{font-size:2.6rem}.concepts-grid{grid-template-columns:repeat(2,1fr)}.thumbrule-grid{grid-template-columns:1fr;gap:40px}.planning-grid,.strength-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.section{padding:25px 15px}.concepts-spectrum{padding:30px}.spectrum-track{background:linear-gradient(#2d6a3f 0%,#1a2a5e 33%,#e8712a 66%,#9b1d20 100%);flex-direction:column;width:6px;height:700px;margin:40px auto}.spectrum-node{align-items:center;width:100%;height:0}.spectrum-content{width:calc(50vw - 30px);top:50%;transform:translateY(-50%)}.spectrum-content.top{text-align:right;transform-origin:100%;margin-right:20px;bottom:auto;right:50%}.spectrum-content.bottom{text-align:left;transform-origin:0;margin-left:20px;top:auto;left:50%}.spectrum-node:hover .spectrum-content{transform:translateY(-50%)scale(1.02)}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{gap:24px}.hero-stat-number{font-size:1.5rem}.hero-buttons{flex-direction:column}.section-title{font-size:1.8rem}.concepts-grid{grid-template-columns:1fr}.thumbrule-expenses{grid-template-columns:repeat(2,1fr)}.goals-grid,.planning-grid,.strength-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}.timeline{padding-left:36px}.timeline:before{left:15px}.timeline-dot{left:-41px}.timeline-item{padding-left:28px}}.planning-slider-section{background:#fff;padding:80px 0 20px}.planning-slider-section .section-header{margin-bottom:20px;padding:0 24px}.slider-wrapper{width:100%;position:relative}.slider-arrow{color:#1a2a5e;cursor:pointer;z-index:100;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:700;line-height:1;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #00000026}.slider-arrow:hover{color:#fff;background-color:#e8712a;transform:translateY(-50%)scale(1.05)}.slider-arrow-left{left:20px}.slider-arrow-right{right:20px}@media (max-width:800px){.slider-arrow{display:none}}.slider-container{scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;width:100%;padding:10px 24px 60px;overflow-x:auto}.slider-container::-webkit-scrollbar{display:none}.slider-track{gap:30px;width:max-content;padding-right:24px;display:flex}.slider-card{scroll-snap-align:center;background:#fff;border-radius:20px;flex-direction:column;width:320px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000f}.slider-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.slider-image{background:#fff;border-bottom:1px solid #00000005;width:100%;height:220px;overflow:hidden}.slider-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.slider-card:hover .slider-image img{transform:scale(1.03)}.slider-content{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;padding:30px 24px;display:flex}.slider-title{color:#1a2a5e;margin-bottom:12px;font-size:1.4rem;font-weight:700;line-height:1.3}.slider-desc{color:#6b7280;font-size:.95rem;line-height:1.5}@media (max-width:600px){.testimonial-author-avatar{width:50px;height:50px}}@media (max-width:992px){.hero-inner{text-align:center;grid-template-columns:1fr!important}.hero-visual{justify-content:center;margin-top:15px;display:flex!important}.hero-visual img{object-fit:contain;width:auto;max-height:250px}.hero-buttons{justify-content:center}.hero-stats{flex-wrap:wrap;justify-content:center}.thumbrule-bento-full,.planning-grid,.strength-grid,.testimonials-grid,.compact-grid{grid-template-columns:1fr!important}.bento-savings-horizontal{gap:24px;flex-direction:column!important;grid-column:span 1!important}.bento-horizontal,.bento-savings-left{text-align:center;flex-direction:column!important}.bento-checks{align-items:center;flex-direction:column!important;gap:8px!important}.bento-savings-right{text-align:center;width:100%;flex-direction:column!important;gap:20px!important}.bento-split-divider{width:100%!important;height:1px!important}.bento-arrow{transform:rotate(90deg)}.concepts-spectrum{padding:30px!important}.spectrum-track{background:linear-gradient(#2d6a3f 0%,#1a2a5e 33%,#e8712a 66%,#9b1d20 100%)!important;flex-direction:column!important;width:6px!important;height:500px!important;margin:40px auto!important}.spectrum-node{align-items:center!important;width:100%!important;height:0!important}.spectrum-content{width:calc(50vw - 30px)!important;top:50%!important;transform:translateY(-50%)!important}.spectrum-content.top{text-align:right!important;transform-origin:100%!important;margin-right:20px!important;bottom:auto!important;right:50%!important}.spectrum-content.bottom{text-align:left!important;transform-origin:0!important;margin-left:20px!important;top:auto!important;left:50%!important}}@media (max-width:768px){.section-title{font-size:2rem!important}.hero-title{font-size:2.2rem!important}.hero-subtitle{font-size:1rem!important}.spectrum-content.top,.spectrum-content.bottom{width:calc(50vw - 15px)!important}.slider-arrow{display:none!important}.hero-buttons{width:100%;flex-flow:row!important;gap:12px!important}.hero-btn-primary,.hero-btn-secondary{text-align:center;white-space:nowrap;flex:1;padding:12px 10px!important;font-size:.85rem!important}.hero-stats{width:100%;margin-top:10px;flex-flow:row!important;justify-content:space-between!important;gap:10px!important}.hero-stat{flex:1;padding:12px 8px!important}.hero-stat-number{font-size:1.15rem!important}.hero-stat-label{font-size:.6rem!important}}
