@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.home-container{background-color:#fff;border-radius:32px;flex-direction:column;min-height:100vh;padding-top:60px;display:flex;overflow:hidden}.hero-section{flex-direction:column;align-items:center;gap:40px;max-width:1200px;margin:0 auto;padding:100px 20px 120px;display:flex}.profile-container{position:relative}.profile-img-wrapper{background-color:#000;border-radius:60px;width:200px;height:200px;padding:8px;position:relative;box-shadow:0 30px 60px #4290f533}.profile-img{object-fit:cover;background:#fff;border:4px solid #fff;border-radius:54px;width:100%;height:100%}.profile-status{color:#0f1115;background:#fff;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;display:flex;position:absolute;bottom:-10px;right:-10px;box-shadow:0 10px 20px #0000001a}.status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #10b981}.hero-content{text-align:center;max-width:800px}.hero-badge{color:#4290f5;background:#4290f514;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:14px;font-weight:700;display:inline-flex}.hero-title{color:#0f1115;letter-spacing:-.04em;margin-bottom:24px;font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#4290f5 0%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:#64748b;margin-bottom:40px;font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.6}.hero-actions{justify-content:center;gap:20px;display:flex}.cta-button{cursor:pointer;border:none;border-radius:18px;align-items:center;gap:10px;padding:16px 32px;font-size:17px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.cta-button.primary{color:#fff;background:#0f1115;box-shadow:0 20px 40px #00000026}.cta-button.primary:hover{background:#1d212a;transform:translateY(-4px);box-shadow:0 25px 50px #0003}.cta-button.secondary{color:#0f1115;background:#fff;border:1px solid #e2e8f0}.cta-button.secondary:hover{background:#f8fafc;transform:translateY(-2px)}.expertise-grid{background:#f8fafc;border-radius:80px 80px 0 0;padding:120px 20px}.section-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:80px;display:flex}.section-title{color:#0f1115;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);font-weight:800}.section-subtitle{color:#64748b;font-size:1.2rem}.expertise-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto;display:grid}.expertise-card{background:#fff;border:1px solid #00000008;border-radius:32px;padding:40px;transition:all .3s}.expertise-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0000000d}.exp-icon{border-radius:16px;place-items:center;width:56px;height:56px;margin-bottom:24px;display:grid}.expertise-card h3{color:#0f1115;margin-bottom:16px;font-size:1.4rem;font-weight:700}.expertise-card p{color:#64748b;line-height:1.6}.skills-section{background:#fff;padding:120px 40px}.skills-container{grid-template-columns:1fr 1.5fr;align-items:start;gap:100px;max-width:1100px;margin:0 auto;display:grid}.education-mini-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:24px;align-items:center;gap:20px;margin-top:40px;padding:24px;display:flex}.education-mini-card h4{color:#0f1115;margin-bottom:4px;font-weight:700}.skills-groups{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.skill-group{background:#fff;border:1px solid #f1f5f9;border-radius:28px;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000005}.skill-group:hover{border-color:#4290f520;transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.skill-group-header{color:#4290f5;align-items:center;gap:12px;margin-bottom:24px;display:flex}.skill-group h4{color:#0f1115;text-transform:uppercase;letter-spacing:.08em;margin-bottom:0;font-size:.95rem;font-weight:700}.skill-tags{flex-wrap:wrap;gap:12px;display:flex}.skill-tag{color:#475569;background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .3s}.skill-tag:hover{color:#fff;background:#4290f5;border-color:#4290f5;transform:scale(1.08)rotate(1deg)}.home-footer{color:#0f1115;background:#f8fafc;border-top:1px solid #f1f5f9;border-radius:0 0 32px 32px;margin-top:auto;padding:80px 40px 40px}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:60px;max-width:1100px;margin:0 auto;display:flex}.footer-brand{align-items:center;gap:20px;display:flex}.footer-logo{object-fit:cover;border-radius:18px;width:60px;height:60px;box-shadow:0 5px 15px #00000014}.brand-info h3{margin-bottom:4px;font-size:1.25rem;font-weight:700}.brand-info p{color:#64748b;font-size:.95rem}.footer-links-grid{flex-wrap:wrap;gap:80px;display:flex}.footer-column h4{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:24px;font-size:.9rem;font-weight:700}.footer-link,.footer-link-btn{color:#0f1115;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;margin-bottom:16px;padding:0;font-family:inherit;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.footer-link:hover,.footer-link-btn:hover{color:#4290f5;transform:translate(5px)}.footer-link svg,.footer-link-btn svg{color:#4290f5}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #e2e8f0;max-width:1100px;margin:60px auto 0;padding-top:30px;font-size:.9rem}@media (width<=1024px){.skills-container{gap:60px}.expertise-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=968px){.hero-section{padding:60px 20px 80px}.skills-container{grid-template-columns:1fr;gap:50px}.skills-info{text-align:center}.education-mini-card{justify-content:center;max-width:400px;margin-left:auto;margin-right:auto}}@media (width<=768px){.hero-title{font-size:3.5rem;line-height:1.2}.profile-img-wrapper{border-radius:48px;width:160px;height:160px}.profile-img{border-radius:44px}.expertise-grid{border-radius:40px 40px 0 0;padding:80px 20px}.expertise-cards{grid-template-columns:1fr}.expertise-card{padding:30px}.skills-section{padding:80px 20px}.skills-groups{grid-template-columns:1fr;gap:20px}.skill-group{padding:24px}.contact-card{border-radius:40px;padding:60px 20px}.contact-links{grid-template-columns:1fr}.home-footer{padding:60px 20px 40px}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:40px}.footer-links-grid{text-align:center;justify-content:center;gap:40px;width:100%}.footer-column{flex-direction:column;align-items:center;display:flex}.footer-link,.footer-link-btn{justify-content:center}}@media (width<=480px){.hero-title{font-size:2.8rem}.hero-actions{flex-direction:column;width:100%}.cta-button{justify-content:center;width:100%}.section-title{font-size:2.2rem}}.projects-container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:40px 20px;display:flex}.apps-grid{grid-template-columns:repeat(auto-fit,minmax(300px,450px));justify-content:center;gap:40px;width:100%;margin-bottom:80px;display:grid}.filter-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000008;border-radius:20px;gap:12px;margin-bottom:40px;padding:6px;display:flex}.filter-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.filter-btn svg{opacity:.7;transition:all .3s}.filter-btn:hover{color:#0f1115;background:#ffffff80}.filter-btn.active{color:#0f1115;background:#fff;box-shadow:0 4px 12px #00000014}.filter-btn.active svg{opacity:1}.app-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:30px;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;padding:40px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 20px 40px #00000005}.app-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.app-icon{object-fit:cover;border-radius:25px;width:120px;height:120px;margin-bottom:20px;box-shadow:0 10px 20px #0000001a}.app-title{color:#0f1115;margin-bottom:10px;font-size:1.5rem;font-weight:700}.app-desc{color:#64748b;font-size:1rem}.github-section{width:100%;max-width:1100px}.section-header{text-align:left;margin-bottom:40px}.github-title{color:#0f1115;letter-spacing:-.03em;margin-bottom:8px;font-size:2.2rem;font-weight:800}.github-subtitle{color:#64748b;font-size:1.1rem;font-weight:500}.github-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.github-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #0000000d;border-radius:24px;flex-direction:column;padding:28px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 4px 6px -1px #00000005}.card-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.repo-icon{color:#475569;background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.repo-stats{color:#94a3b8;gap:12px;font-size:12px;font-weight:600;display:flex}.repo-stats span{align-items:center;gap:4px;display:flex}.github-repo-name{color:#0f1115;letter-spacing:-.01em;margin-bottom:12px;font-size:1.25rem;font-weight:700}.github-repo-desc{color:#475569;flex-grow:1;margin-bottom:24px;font-size:.95rem;line-height:1.6}.repo-tags{flex-wrap:wrap;gap:8px;display:flex}.tag{color:#475569;text-transform:uppercase;letter-spacing:.02em;background:#f1f5f9;border-radius:8px;padding:4px 10px;font-size:11px;font-weight:600}@media screen and (width<=768px){.projects-container{padding:100px 20px 40px}.filter-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border-radius:18px;justify-content:flex-start;gap:6px;width:100%;max-width:100%;padding:6px;overflow-x:auto}.filter-container::-webkit-scrollbar{display:none}.filter-btn{white-space:nowrap;flex-shrink:0;gap:6px;padding:8px 14px;font-size:.85rem}.apps-grid{grid-template-columns:1fr;gap:24px;margin-bottom:60px}.app-card{border-radius:24px;padding:30px 20px}.app-icon{width:90px;height:90px;margin-bottom:15px}.app-title{font-size:1.4rem}.section-header{margin-bottom:30px}.github-title{text-align:left;font-size:1.8rem}.github-grid{grid-template-columns:1fr;gap:16px}}.project-detail-wrapper main{flex-direction:column;justify-content:start;align-items:center;width:100%;margin-top:20px;padding:0 20px;display:flex}.top-info{flex-direction:column;justify-content:start;align-items:center;width:100%;max-width:1200px;margin-top:20px;padding:40px 20px;display:flex}.logo{object-fit:cover;border-radius:34px;width:100px;height:100px;transition:opacity .3s;box-shadow:0 8px 30px #0000001a}.top-info h1{color:#333;margin-top:20px;font-size:clamp(32px,5vw,48px);font-weight:700}.top-info p{color:#666;text-align:center;max-width:600px;margin-top:10px;font-size:clamp(18px,3vw,24px);font-weight:500}.download-btn-container{flex-flow:wrap;justify-content:center;align-items:center;gap:20px;width:100%;margin-top:30px;display:flex}.download-btn{color:#fff;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;min-width:160px;height:54px;padding:0 24px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.download-btn i{font-size:20px}.appstore{background-color:var(--theme-color,#4290f5)}.appstore:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.googleplay{color:#0f1115;background-color:#fff;border:1px solid #0000001a}.googleplay:hover{background-color:#f8fafc;transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.download{color:#fff;background-color:#0f1115;border:none}.download:hover{background-color:#000;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.weburl{color:#fff;background-color:#0f1115;border:1px solid #0f1115}.weburl:hover{color:#0f1115;background-color:#fff;border:1px solid #0f1115;transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.features{flex-flow:wrap;justify-content:center;align-items:stretch;gap:30px;width:100%;max-width:1000px;margin-top:50px;display:flex}.feature-card{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:250px;height:auto;padding:30px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 20px 40px #00000005}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001a}.feature-card .header-info{flex-direction:column;align-items:center;gap:10px;display:flex}.feature-card .icon{background:var(--theme-gradient,linear-gradient(135deg, #4290f5, #6bb3ff));border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.feature-card .icon i{color:#fff;font-size:24px}.feature-card h3{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:14px;font-weight:600}.feature-card h1{color:var(--theme-color,#0f1115);text-align:center;margin-top:15px;font-size:clamp(24px,3vw,32px);font-weight:800;line-height:1.2}.app-view{background:var(--theme-gradient,linear-gradient(135deg, #4290f5, #6bb3ff));border-radius:30px;flex-direction:column;justify-content:start;align-items:center;width:100%;max-width:1400px;margin-top:40px;padding:60px 20px;display:flex}.app-view .top-header{color:#fff;font-size:clamp(28px,4vw,42px);font-weight:700}.app-view .sub-header{color:#ffffffe6;text-align:center;margin-top:15px;font-size:clamp(16px,2vw,22px)}.picture-box{flex-flow:wrap;justify-content:center;align-items:center;gap:20px;width:100%;max-width:1100px;margin-top:40px;display:flex}.app-pictures{scroll-behavior:smooth;scroll-snap-type:x mandatory;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px;width:100%;max-width:790px;padding:20px 0;display:flex;overflow-x:auto}.app-pictures::-webkit-scrollbar{display:none}.picture{object-fit:cover;scroll-snap-align:center;border-radius:20px;flex-shrink:0;width:250px;min-width:250px;height:550px;transition:all .3s;box-shadow:0 10px 30px #00000026}.picture:hover{transform:scale(1.02)}.desktop-picture{object-fit:contain;scroll-snap-align:center;background:#0000000d;border:none;border-radius:12px;width:600px;min-width:600px;height:350px}.desktop-picture:hover{transform:scale(1.01)}.arrow{width:50px;height:50px;color:var(--theme-color,#4290f5);text-align:center;cursor:pointer;background-color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;transition:all .3s;display:flex}.arrow:disabled{opacity:.3;cursor:not-allowed}.arrow:disabled:hover{box-shadow:none;transform:none}.arrow:hover{transform:scale(1.1);box-shadow:0 5px 20px #0003}.university-info{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;margin-top:60px;padding:40px 20px;display:flex}.university-info h1{color:#333;text-align:center;margin-bottom:30px;font-size:clamp(24px,4vw,36px)}.university-feature-card-container{flex-flow:wrap;justify-content:center;align-items:stretch;gap:30px;width:100%;display:flex}.university-feature-card{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:280px;min-height:150px;padding:30px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 20px 40px #00000005}.university-feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.university-feature-card .icon{background:var(--theme-gradient,linear-gradient(135deg, #4290f5, #6bb3ff));border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:15px;display:flex}.university-feature-card .icon i{color:#fff;font-size:20px}.university-feature-card h1{color:#333;text-align:center;font-size:18px;font-weight:600}.project-detail-wrapper footer{background-color:#f8f9fa;border:1px solid #0000000d;border-radius:30px;flex-flow:wrap;justify-content:space-around;align-items:center;gap:40px;width:100%;max-width:1400px;margin-top:60px;margin-bottom:40px;padding:60px 40px;display:flex;box-shadow:0 10px 30px #00000008}.logo-side{color:#0f1115;flex-direction:column;align-items:center;gap:15px;display:flex}.logo-side h1{font-size:clamp(24px,4vw,32px);font-weight:700}.logo-footer{object-fit:cover;border-radius:20px;width:80px;height:80px;box-shadow:0 10px 20px #0000001a}.info-side{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:60px;display:flex}.info-box{color:#0f1115;flex-direction:column;justify-content:center;align-items:flex-start;gap:15px;display:flex}.info-box h1{color:#64748b;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:5px;font-size:14px;font-weight:600}.info-box p,.info-box a,.footer-link-btn{color:#0f1115;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.info-box a:hover,.footer-link-btn:hover{color:var(--theme-color,#4290f5);transform:translate(5px)}.info-box a i,.footer-link-btn i{text-align:center;width:20px;color:var(--theme-color,#4290f5);font-size:18px}.download-section{flex-direction:column;align-items:center;gap:20px;width:100%;margin-top:10px;display:flex}.security-notice{text-align:left;background:#fff;border:1px solid #eef2f6;border-radius:20px;max-width:800px;margin:40px auto 0;padding:24px;box-shadow:0 4px 20px #00000008}.security-main{align-items:flex-start;gap:30px;display:flex}.security-text{flex:1}.security-header{color:#1e293b;align-items:center;gap:10px;margin-bottom:15px;display:flex}.security-header i{color:#4290f5;font-size:1.1rem}.security-header h4{margin:0;font-size:1.05rem;font-weight:700}.security-text p{color:#64748b;margin-bottom:20px;font-size:.8rem;line-height:1.5}.security-steps{flex-direction:column;gap:8px;display:flex}.step-item{color:#475569;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;align-items:center;gap:10px;padding:8px 12px;font-size:.75rem;font-weight:500;display:flex}.step-item span{color:#4290f5;background:#4290f514;border-radius:4px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600}.security-simulation{background:#005a9e;border-radius:12px;flex-shrink:0;width:280px;height:280px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.ss-window{width:100%;height:100%;font-family:Segoe UI,system-ui,-apple-system,sans-serif;position:relative}.ss-container{width:100%;height:100%;position:absolute;top:0;left:0}.ss-dialog{flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:24px 20px;display:flex}.ss-header{color:#fff!important;margin-bottom:8px!important;font-size:13px!important;font-weight:500!important}.ss-body{flex:1}.ss-dialog p.ss-text-small{opacity:.9;color:#fff!important;margin-bottom:6px!important;font-size:10px!important;line-height:1.2!important}.ss-more-info{cursor:pointer;margin-bottom:8px;font-weight:500;display:inline-block;color:#fff!important;font-size:10px!important;text-decoration:underline!important}.ss-more-info.hidden{display:none}.ss-expanded-info{margin-top:2px;overflow:hidden}.ss-dialog p.ss-text-extra{opacity:.8;color:#fff!important;margin-top:2px!important;font-size:9px!important}.ss-footer-actions{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.ss-run-anyway,.ss-dont-run{color:#005a9e;background:#fff;border:none;border-radius:2px;padding:6px 12px;font-weight:600;font-size:10px!important}.ss-loading-view{color:#005a9e;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;display:flex}.ss-progress-container{background:#e2e8f0;border-radius:10px;width:160px;height:6px;overflow:hidden}.ss-progress-bar{background:#0078d7;border-radius:10px;height:100%}.ss-loading-view p{color:#64748b;font-size:11px;font-weight:600}.ss-success-view{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ss-check-icon-wrapper{color:#fff;filter:drop-shadow(0 2px 5px #0000001a);justify-content:center;align-items:center;font-size:28px;display:flex}.ss-cursor{z-index:100;pointer-events:none;width:24px;height:24px;position:absolute}.cursor-arrow{filter:drop-shadow(0 4px 6px #0006);border-bottom:18px solid #fff;border-left:9px solid #0000;border-right:9px solid #0000;width:0;height:0;transform:rotate(-45deg)}@media (width<=850px){.security-main{flex-direction:column;gap:30px}.security-simulation{width:100%;max-width:320px;margin:0 auto}}@media screen and (width<=768px){.project-detail-wrapper main{padding:0 15px}.top-info{margin-top:100px;padding:40px 10px}.logo{border-radius:28px;width:80px;height:80px}.download-btn{width:100%;min-width:unset}.features{gap:15px;margin-top:30px}.feature-card{width:100%;min-height:unset;padding:20px}.feature-card h1{font-size:24px}.app-view{border-radius:20px;padding:40px 15px}.app-pictures{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:10px;max-width:100vw;padding:0 10px;overflow-x:auto}.arrow{display:none}.picture-box{gap:0;padding:0}.picture{scroll-snap-align:center;border-radius:12px;width:160px;min-width:160px;height:350px}.university-info{margin-top:40px;padding:20px 10px}.university-feature-card-container{gap:15px}.university-feature-card{width:100%;padding:20px}.project-detail-wrapper footer{text-align:center;border-radius:20px;flex-direction:column;gap:40px;padding:40px 20px}.info-side{flex-direction:column;align-items:center;gap:40px}.info-box{align-items:center}.info-box a:hover{transform:translateY(-3px)}}.kause-slogan-section{background:var(--theme-gradient);border-radius:30px;flex-direction:column;justify-content:center;align-items:center;max-width:1000px;margin:60px auto;padding:80px 20px;display:flex;position:relative;box-shadow:inset 0 0 100px #00000080,0 20px 40px #0003}@media (width<=768px){.slogan-line{gap:8px;font-size:1.8rem}.kause-slogan-section{margin:40px 10px;padding:50px 15px}}.highlight.cause{background:linear-gradient(135deg,#ff6b6b,#ff4757);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight.pause{background:linear-gradient(135deg,#feca57,#ff9f43);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.final-kause{margin-top:20px}.highlight.kause{background:linear-gradient(135deg,#1dd1a1,#10ac84);-webkit-text-fill-color:transparent;text-shadow:0 10px 30px #1dd1a14d;-webkit-background-clip:text;font-size:4rem}@media (width<=768px){.highlight.kause{font-size:2.8rem}}.kause-slogan-section.wider{background:var(--theme-gradient);border-radius:40px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;min-height:350px;margin:40px auto;padding:60px 40px;display:flex;position:relative;box-shadow:inset 0 0 100px #00000080,0 20px 50px #0000004d}.slogan-content{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.slogan-content.logo-phase{gap:20px}.slogan-line{color:#fff;text-align:center;letter-spacing:-.02em;flex-wrap:wrap;justify-content:center;gap:15px;font-size:3.5rem;font-weight:800;line-height:1.3;display:flex}.slogan-line.text-sm{color:#ffffffb3;margin-top:15px;font-size:1.8rem;font-weight:500}@media (width<=768px){.slogan-line{gap:8px;font-size:2.2rem}.slogan-line.text-sm{font-size:1.2rem}.kause-slogan-section.wider{min-height:300px;margin:30px 10px;padding:40px 20px}}.slogan-line span{will-change:transform, opacity, filter;display:inline-block}.highlight.ai{background:linear-gradient(135deg,#00d2ff,#3a7bd5);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight.team{background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.kause-animated-logo{border-radius:30px;width:120px;height:120px;box-shadow:0 10px 40px #0006}.kause-logo-text{color:#fff;letter-spacing:-.03em;margin:0;font-size:3rem;font-weight:800}.promo-video-section{justify-content:center;align-items:center;width:100%;max-width:1200px;margin:60px auto;padding:0 20px;display:flex}.video-wrapper{background:#000;border:none;border-radius:30px;width:100%;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 20px 60px #0006}.promo-video{object-fit:cover;background-color:#000;width:100%;height:auto;display:block}@media (width<=768px){.promo-video-section{margin:40px auto;padding:0 15px}.video-wrapper{border-radius:20px}}.mute-toggle-btn{-webkit-backdrop-filter:blur(5px);color:#fff;cursor:pointer;z-index:10;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;bottom:20px;right:20px}.mute-toggle-btn:hover{background:#000c;transform:scale(1.1)}.mute-toggle-btn i{font-size:18px}.how-to-section{flex-direction:column;align-items:center;width:100%;margin-top:80px;display:flex}.how-to-section .section-title{color:#333;text-align:center;font-size:clamp(32px,4vw,42px);font-weight:800}.how-to-section .section-subtitle{color:#64748b;text-align:center;margin-top:15px;font-size:clamp(16px,2vw,22px)}.kause-privacy-cards{flex-wrap:wrap;justify-content:center;gap:25px;width:100%;max-width:1200px;margin:50px auto 20px;padding:0 20px;display:flex}.privacy-card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;align-items:center;width:320px;padding:35px 25px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 20px 40px #00000005}.privacy-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000014}.privacy-card .icon-wrapper{background:var(--theme-gradient,linear-gradient(135deg, #1f1f1f, #050505));border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:20px;display:flex;box-shadow:0 10px 20px #0000001a}.privacy-card .icon-wrapper i{color:#fff;font-size:26px}.privacy-card h3{color:var(--theme-color,#0f1115);margin-bottom:12px;font-size:1.3rem;font-weight:800}.privacy-card p{color:#64748b;margin:0;font-size:.95rem;line-height:1.6}@media (width<=768px){.privacy-card{width:100%;padding:25px 20px}}.kause-bento-grid{grid-template-columns:repeat(2,1fr);gap:20px;width:100%;max-width:1000px;margin:60px auto 20px;padding:0 20px;display:grid}.bento-item{background:#0f1115;border:1px solid #ffffff0d;border-radius:30px;padding:40px;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.bento-item:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#ffffff08,#0000 60%);position:absolute;inset:0}.bento-item.wide{background:linear-gradient(135deg,#11141c 0%,#0a0b0f 100%);border:1px solid #ffffff14;grid-column:span 2}.bento-item.wide .bento-content{text-align:center;align-items:center}.bento-item:hover{transform:translateY(-8px);box-shadow:0 30px 60px #00000040}.bento-content{z-index:2;text-align:left;flex-direction:column;align-items:flex-start;display:flex;position:relative}.icon-glow-wrapper{background:#ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:25px;display:flex;position:relative}.icon-glow-wrapper i{background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:24px}.privacy-highlight .icon-glow-wrapper{background:#1ed76026;box-shadow:0 0 30px #1ed7604d}.privacy-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#1ed760,#10ac84);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.offline-highlight .icon-glow-wrapper{background:#4290f526;box-shadow:0 0 30px #4290f54d}.offline-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#4290f5,#00d2ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.backup-highlight .icon-glow-wrapper{background:#ff6b6b26;box-shadow:0 0 30px #ff6b6b4d}.backup-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#ff6b6b,#ff4757);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.slash-line{background:linear-gradient(135deg,#4290f5,#00d2ff);border-radius:2px;width:32px;height:3px;position:absolute;transform:rotate(-45deg)}.bento-item h3{letter-spacing:-.02em;margin-bottom:12px;font-weight:800;color:#fff!important;font-size:1.5rem!important}.bento-item p{color:#94a3b8;margin:0;font-size:1rem;line-height:1.6}@media (width<=768px){.kause-bento-grid{grid-template-columns:1fr;gap:15px}.bento-item.wide{grid-column:span 1}.bento-item{padding:30px}}.video-wrapper{cursor:pointer;position:relative}.video-controls{-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;z-index:10;background:#0006;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:15px;width:90%;max-width:500px;padding:12px 20px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.video-controls.visible{opacity:1;visibility:visible;bottom:25px}.control-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex}.control-btn:hover{background:#ffffff26;transform:scale(1.1)}.progress-container{cursor:pointer;background:#fff3;border-radius:10px;flex:1;height:6px;transition:height .2s;position:relative;overflow:hidden}.progress-container:hover{height:8px}.progress-bar{pointer-events:none;background:#fff;border-radius:10px;height:100%;position:absolute;top:0;left:0}.video-wrapper.fullscreen-mode{background:#000;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.video-wrapper.fullscreen-mode .promo-video{box-shadow:none;object-fit:contain;border-radius:0;height:100%;max-height:100vh}.video-wrapper.fullscreen-mode .video-controls{max-width:800px;bottom:30px}.kallor-slogan-section.wider{background:#fff;border:1px solid #0000000f;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;min-height:350px;margin:40px auto;padding:60px 40px;display:flex;position:relative;box-shadow:0 4px 24px #0000000f,0 1px 4px #0000000a}.kallor-animated-logo{border-radius:30px;width:120px;height:120px;box-shadow:0 10px 40px #0006}.kallor-logo-text{color:#1a1a1a;letter-spacing:-.03em;margin:0;font-size:3rem;font-weight:800}.kallor-slogan-section .slogan-line span{color:#1a1a1a}.kallor-slogan-section .slogan-line.text-sm span{color:#64748b}.highlight.color{background:linear-gradient(135deg,#df1f1a,#faad29);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight.ruler{background:linear-gradient(135deg,#02a4e8,#03b7f2);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight.draw{background:linear-gradient(135deg,#faad29,#fbb82b);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight.kallor{background:linear-gradient(135deg,#df1f1a 0%,#faad29 50%,#03b7f2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:4rem}@media (width<=768px){.highlight.kallor{font-size:2.8rem}.kallor-slogan-section.wider{min-height:280px;margin:30px 10px;padding:40px 20px}}.color-highlight .icon-glow-wrapper{background:#df1f1a1f;box-shadow:0 0 20px #faad2933}.color-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#df1f1a 0%,#e94e2a 50%,#faad29 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.measure-highlight .icon-glow-wrapper{background:#00c88c1f;box-shadow:0 0 20px #00c88c33}.measure-highlight .icon-glow-wrapper i{background:linear-gradient(90deg,#00a86b 0%,#00c88c 50%,#1ed9a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.draw-highlight .icon-glow-wrapper{background:#02a4e81f;box-shadow:0 0 20px #03b7f233}.draw-highlight .icon-glow-wrapper i{background:linear-gradient(45deg,#0266c7 0%,#0ca9dc 50%,#03b7f2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.kallor-light-card.bento-item{background:#fff;border:1px solid #00000012;box-shadow:0 4px 20px #0000000d}.kallor-light-card.bento-item:before{background:0 0}.kallor-light-card.bento-item h3{color:#0f1115!important}.kallor-light-card.bento-item p{color:#64748b}.kallor-light-card.bento-item:hover{box-shadow:0 12px 32px #00000014}.kallor-light-card .icon-glow-wrapper{background:#0000000a}.kallor-card-0.feature-card .icon{background:linear-gradient(135deg,#df1f1a 0%,#faad29 100%)!important}.kallor-card-0.feature-card h1{color:#df1f1a!important}.kallor-card-1.feature-card .icon{background:linear-gradient(135deg,#00a86b 0%,#00c88c 100%)!important}.kallor-card-1.feature-card h1{color:#00c88c!important}.kallor-card-2.feature-card .icon{background:linear-gradient(135deg,#02a4e8 0%,#0ca9dc 100%)!important}.kallor-card-2.feature-card h1,.kallor-footer .info-box a i,.kallor-footer .footer-link-btn i{color:#0ca9dc!important}.kallor-footer .info-box a:hover,.kallor-footer .footer-link-btn:hover{color:#02a4e8!important}.kaifridge-slogan-section.wider{background:#fff;border:1px solid #0000000f;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;min-height:350px;margin:40px auto;padding:60px 40px;display:flex;position:relative;box-shadow:0 4px 24px #0000000f,0 1px 4px #0000000a}.kaifridge-animated-logo{border-radius:30px;width:120px;height:120px;box-shadow:0 10px 40px #00000026}.kaifridge-logo-text{color:#1f2937;letter-spacing:-.03em;margin:0;font-size:3rem;font-weight:800}.kaifridge-slogan-section .slogan-line span{color:#1f2937}.kaifridge-slogan-section .slogan-line.text-sm span{color:#4b5563}.highlight.snap{background:linear-gradient(135deg,#10b981,#059669);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight.taste{background:linear-gradient(135deg,#d97706,#b45309);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight.clean{background:linear-gradient(135deg,#7c3aed,#6d28d9);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight.kaifridge{background:linear-gradient(135deg,#10b981 0%,#d97706 50%,#3b82f6 100%);-webkit-text-fill-color:transparent;text-shadow:0 10px 30px #10b98133;-webkit-background-clip:text;font-size:4rem}@media (width<=768px){.highlight.kaifridge{font-size:2.8rem}.kaifridge-slogan-section.wider{min-height:300px;margin:30px 10px;padding:40px 20px}}.snap-highlight .icon-glow-wrapper{background:#10b98126;box-shadow:0 0 30px #10b9814d}.snap-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#10b981,#059669);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.taste-highlight .icon-glow-wrapper{background:#f59e0b26;box-shadow:0 0 30px #f59e0b4d}.taste-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#d97706,#b45309);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.clean-highlight .icon-glow-wrapper{background:#8b5cf626;box-shadow:0 0 30px #8b5cf64d}.clean-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#7c3aed,#6d28d9);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.flexible-highlight .icon-glow-wrapper{background:#3b82f626;box-shadow:0 0 30px #3b82f64d}.flexible-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.kaifridge-light-card.bento-item{background:#fff;border:1px solid #00000012;box-shadow:0 4px 20px #0000000d}.kaifridge-light-card.bento-item:before{background:0 0}.kaifridge-light-card.bento-item h3{color:#0f1115!important}.kaifridge-light-card.bento-item p{color:#64748b}.kaifridge-light-card.bento-item:hover{box-shadow:0 12px 32px #00000014}.kaido-slogan-section.wider{background:#fff;border:1px solid #0000000f;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;min-height:350px;margin:40px auto;padding:60px 40px;display:flex;position:relative;box-shadow:0 4px 24px #0000000f,0 1px 4px #0000000a}.kaido-animated-logo{border-radius:30px;width:120px;height:120px;box-shadow:0 10px 40px #00000026}.kaido-logo-text{color:#1f2937;letter-spacing:-.03em;margin:0;font-size:3rem;font-weight:800}.kaido-slogan-section .slogan-line span{color:#1f2937}.kaido-slogan-section .slogan-line.text-sm span{color:#4b5563}.highlight.timer{background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight.folders{background:linear-gradient(135deg,#3b82f6,#00d2ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.highlight.kaido{background:linear-gradient(135deg,#000 0%,#374151 50%,#6b7280 100%);-webkit-text-fill-color:transparent;text-shadow:0 10px 30px #1f293726;-webkit-background-clip:text;font-size:4rem}@media (width<=768px){.highlight.kaido{font-size:2.8rem}.kaido-slogan-section.wider{min-height:300px;margin:30px 10px;padding:40px 20px}}.todo-highlight .icon-glow-wrapper{background:#0f111514;box-shadow:0 0 30px #0f111526}.todo-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#0f1115,#4b5563);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.timer-highlight .icon-glow-wrapper{background:#3b82f626;box-shadow:0 0 30px #3b82f64d}.timer-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.folder-highlight .icon-glow-wrapper{background:#00d2ff26;box-shadow:0 0 30px #00d2ff4d}.folder-highlight .icon-glow-wrapper i{background:linear-gradient(135deg,#00d2ff,#00b5e2);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.kaido-light-card.bento-item{background:#fff;border:1px solid #00000012;box-shadow:0 4px 20px #0000000d}.kaido-light-card.bento-item:before{background:0 0}.kaido-light-card.bento-item h3{color:#0f1115!important}.kaido-light-card.bento-item p{color:#64748b}.kaido-light-card.bento-item:hover{box-shadow:0 12px 32px #00000014}.privacy-container{max-width:800px;margin:120px auto 80px;padding:0 24px}.back-link{color:#64748b;align-items:center;gap:8px;margin-bottom:40px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.back-link:hover{color:#0f1115}.privacy-header{text-align:center;margin-bottom:60px}.privacy-icon-box{color:#10b981;background:#10b98114;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.privacy-header h1{color:#0f1115;letter-spacing:-.02em;margin-bottom:12px;font-size:2.5rem;font-weight:800}.last-updated{color:#94a3b8;font-size:14px;font-weight:500}.privacy-content-card{background:#fff;border:1px solid #0000000d;border-radius:32px;padding:60px;box-shadow:0 10px 40px #00000005}.privacy-intro{color:#475569;border-bottom:1px solid #f1f5f9;margin-bottom:60px;padding-bottom:40px;font-size:1.15rem;line-height:1.6}.privacy-sections{flex-direction:column;gap:40px;display:flex}.policy-item{flex-direction:column;gap:16px;display:flex}.item-header{color:#0f1115;align-items:center;gap:12px;display:flex}.item-header h2{font-size:1.25rem;font-weight:700}.policy-item p{color:#64748b;font-size:1rem;line-height:1.7}.privacy-page-footer{text-align:center;color:#64748b;border-top:1px solid #f1f5f9;margin-top:60px;padding-top:40px;font-size:.95rem}.privacy-page-footer strong{color:#0f1115}@media (width<=768px){.privacy-container{margin-top:100px}.privacy-content-card{padding:30px 20px}.privacy-header h1{font-size:2rem}}.proposal-page-container{background-color:#fff;border:1px solid #f1f5f9;border-radius:32px;flex-direction:column;gap:80px;min-height:80vh;padding:60px;display:flex;box-shadow:0 20px 50px #00000005}.proposal-hero{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.proposal-badge{color:#4290f5;background:#4290f514;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:14px;font-weight:700;display:inline-flex}.proposal-title{color:#0f1115;letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.15}.proposal-title .gradient-text{white-space:nowrap;display:inline-block}.proposal-subtitle{color:#64748b;font-size:clamp(1.1rem,1.8vw,1.3rem);line-height:1.6}.principles-section{flex-direction:column;gap:50px;display:flex}.principles-section .section-header{text-align:center}.principles-section .section-title{color:#0f1115;letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.principles-section .section-subtitle{color:#64748b;font-size:1.1rem}.principles-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.principle-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:32px;padding:40px;transition:all .3s}.principle-icon{border-radius:18px;place-items:center;width:56px;height:56px;margin-bottom:24px;display:grid}.principle-card h3{color:#0f1115;margin-bottom:16px;font-size:1.3rem;font-weight:700}.principle-card p{color:#64748b;font-size:.95rem;line-height:1.6}.proposal-form-section{flex-direction:column;gap:40px;display:flex}.proposal-grid-layout{grid-template-columns:1.4fr 1fr;align-items:start;gap:50px;display:grid}.form-wrapper-card{background:#fff;border:1px solid #f1f5f9;border-radius:36px;padding:48px;box-shadow:0 10px 40px #00000003}.form-card-title{color:#0f1115;letter-spacing:-.02em;margin-bottom:8px;font-size:1.8rem;font-weight:800}.form-card-desc{color:#64748b;margin-bottom:40px;font-size:1rem}.proposal-form{flex-direction:column;gap:30px;display:flex}.form-group{flex-direction:column;gap:10px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-label{color:#1e293b;font-size:.95rem;font-weight:650}.form-input,.form-textarea{color:#0f1115;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;outline:none;padding:16px 20px;font-family:inherit;font-size:15px;transition:all .3s}.form-input::placeholder,.form-textarea::placeholder{color:#94a3b8}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#4290f5;box-shadow:0 0 0 4px #4290f51a}.form-textarea{resize:vertical;min-height:150px}.platform-selector-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.platform-btn-card{cursor:pointer;color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.platform-btn-icon{place-items:center;transition:transform .3s;display:grid}.platform-btn-label{letter-spacing:-.01em;font-size:.85rem;font-weight:700}.platform-btn-card:hover{background:#f1f5f9;border-color:#cbd5e1}.platform-btn-card:hover .platform-btn-icon{transform:translateY(-3px)}.platform-btn-card.active{color:#4290f5;background:#4290f50d;border-color:#4290f5;box-shadow:0 10px 20px #4290f50d}.budget-selector-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.budget-btn-card{color:#64748b;cursor:pointer;text-align:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:14px 10px;font-size:.9rem;font-weight:650;transition:all .2s}.budget-btn-card:hover{background:#f1f5f9}.budget-btn-card.active{color:#fff;background:#4290f5;border-color:#4290f5}.form-actions-row{grid-template-columns:1fr;gap:15px;margin-top:10px;display:grid}.form-submit-btn,.preview-send-btn{color:#fff;cursor:pointer;background:#0f1115;border:none;border-radius:18px;justify-content:center;align-items:center;gap:12px;padding:18px 30px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 15px 30px #00000014}.form-submit-btn:hover,.preview-send-btn:hover{background:#1d212a;transform:translateY(-3px);box-shadow:0 20px 40px #00000026}.form-submit-btn:active,.preview-send-btn:active{transform:translateY(0)}.preview-edit-btn{color:#0f1115;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:16px 28px;font-size:15px;font-weight:650;transition:all .2s;display:flex}.preview-edit-btn:hover{background:#f8fafc;border-color:#cbd5e1}.preview-screen-container{flex-direction:column;gap:25px;display:flex}.preview-fields-box{background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;gap:20px;padding:30px;display:flex}.preview-field{border-bottom:1px solid #e2e8f0;flex-direction:column;gap:6px;padding-bottom:12px;display:flex}.preview-field:last-child{border-bottom:none;padding-bottom:0}.preview-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:750}.preview-value{color:#0f1115;font-size:15px;font-weight:600;line-height:1.5}.preview-description{white-space:pre-wrap}.sending-state-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:60px 0;display:flex}.loader-spinner{border:4px solid #4290f51a;border-left-color:#4290f5;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sending-state-container h3{color:#0f1115;margin-top:10px;font-size:1.5rem;font-weight:800}.sending-state-container p{color:#64748b;font-size:.95rem}.success-state-container{text-align:center;flex-direction:column;align-items:center;padding:20px 0;display:flex}.success-icon-wrapper{background:#10b9811a;border-radius:50%;place-items:center;width:100px;height:100px;margin-bottom:24px;animation:2s infinite pulseSuccess;display:grid}@keyframes pulseSuccess{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 15px #10b98100}to{box-shadow:0 0 #10b98100}}.success-state-container h3{color:#0f1115;letter-spacing:-.02em;margin-bottom:12px;font-size:1.8rem;font-weight:800}.success-description{color:#64748b;max-width:500px;margin-bottom:30px;font-size:.95rem;line-height:1.6}.success-copy-box{text-align:left;background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;width:100%;margin-bottom:30px;padding:24px}.success-copy-box strong{color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.9rem;display:block}.summary-details{color:#334155;flex-direction:column;gap:8px;font-size:14px;display:flex}.summary-desc-text{border-top:1px solid #e2e8f0;margin-top:4px;padding-top:8px;line-height:1.5}.reset-btn{color:#0f1115;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:14px 28px;font-size:15px;font-weight:650;transition:all .2s}.reset-btn:hover{background:#f8fafc;border-color:#cbd5e1}.contact-details-panel{flex-direction:column;gap:30px;display:flex}.info-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:32px;padding:40px}.info-card h4,.faq-mini-card h4{color:#0f1115;letter-spacing:-.01em;margin-bottom:12px;font-size:1.25rem;font-weight:800}.info-card p{color:#64748b;margin-bottom:30px;font-size:.95rem;line-height:1.6}.contact-channels{flex-direction:column;gap:20px;display:flex}.channel-link{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:20px;padding:16px 20px;text-decoration:none;transition:all .3s;display:flex}.channel-link.no-click{cursor:default}.channel-icon{color:#4290f5;background:#4290f514;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.channel-info{flex-direction:column;gap:2px;display:flex}.channel-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.channel-val{color:#0f1115;font-size:.95rem;font-weight:700}.channel-link:not(.no-click):hover{border-color:#4290f5;transform:translate(6px);box-shadow:0 10px 25px #4290f50f}.faq-mini-card{background:#fff;border:1px solid #f1f5f9;border-radius:32px;padding:40px;box-shadow:0 10px 30px #00000003}.faq-steps{flex-direction:column;gap:24px;margin-top:24px;list-style:none;display:flex}.faq-steps li{align-items:flex-start;gap:16px;display:flex}.step-num{color:#4290f5;background:#4290f51a;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;margin-top:2px;font-size:13px;font-weight:850;display:grid}.step-txt{color:#64748b;font-size:.9rem;line-height:1.5}.step-txt strong{color:#0f1115;margin-bottom:2px;font-size:.95rem;display:block}@media (width<=1024px){.proposal-grid-layout{grid-template-columns:1fr;gap:40px}}@media (width<=768px){.proposal-page-container{border-radius:24px;gap:50px;padding:40px 20px}.principles-grid{grid-template-columns:1fr;gap:20px}.principle-card{border-radius:24px;padding:30px 24px}.form-wrapper-card{border-radius:28px;padding:30px 24px}.form-row{grid-template-columns:1fr;gap:20px}.platform-selector-grid{grid-template-columns:1fr;gap:12px}.budget-selector-grid{grid-template-columns:1fr;gap:10px}.preview-fields-box{padding:20px}.info-card,.faq-mini-card{border-radius:28px;padding:30px 24px}.channel-link{border-radius:16px;gap:14px;padding:14px 16px}.channel-val{word-break:break-all;font-size:.9rem}}@media (width<=480px){.proposal-page-container{border-radius:20px;gap:40px;padding:30px 16px}.form-wrapper-card,.info-card,.faq-mini-card{border-radius:20px;padding:24px 16px}.principle-card{border-radius:20px;padding:24px 20px}.channel-link{gap:10px;padding:12px}.channel-icon{border-radius:12px;width:40px;height:40px}.channel-val{font-size:.85rem}}.dynamic-island-container{z-index:1000;pointer-events:none;justify-content:center;width:100%;display:flex;position:fixed;top:20px;left:0}.dynamic-island{color:#fff;pointer-events:auto;background:#000;border-radius:40px;flex-direction:column;transition:background-color .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0006}.dynamic-island.default{width:auto;min-width:150px;height:52px}.dynamic-island.search{width:420px;max-width:calc(100vw - 40px);height:52px}.dynamic-island.message{width:auto;min-width:200px;max-width:450px;height:auto;min-height:52px}.dynamic-island.interactive{border-radius:32px;width:420px;max-width:calc(100vw - 40px);height:auto;min-height:80px;max-height:85vh}.island-state-wrapper{background:#000;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.island-default{gap:12px;padding:0 12px}.island-left-group{align-items:center;gap:10px;display:flex}.island-avatar,.island-back-btn{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.island-avatar{object-fit:cover;border:1px solid #fff3}.island-back-btn{background:#ffffff1a}.island-sticky-icon{object-fit:cover;border:1px solid #fff3;border-radius:50%;width:38px;height:38px}.nav-links{align-items:center;gap:4px;display:flex}.nav-link{color:#fff9;z-index:1;border-radius:20px;padding:6px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav-link.active{color:#000!important}.active-indicator{z-index:-1;background:#fff;border-radius:50px;position:absolute;inset:0}.island-search-trigger{cursor:pointer;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.island-search{justify-content:space-between;gap:12px;padding:0 16px}.island-search input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:0;font-size:16px}.search-icon{color:#ffffff80;flex-shrink:0}.close-icon{color:#fff6;cursor:pointer;flex-shrink:0}.island-message{box-sizing:border-box;width:100%;padding:12px 20px}.message-content{text-align:center;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}.message-icon{color:#f59e0b;align-items:center;display:flex}.message-text{color:#fff;letter-spacing:-.01em;font-size:15px;font-weight:600}.dynamic-island.interactive .island-state-wrapper{flex-direction:column;justify-content:flex-start;align-items:stretch;height:auto}.interactive-header{box-sizing:border-box;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:100%;padding:16px 20px 10px;display:flex}.header-left{align-items:center;gap:10px;display:flex}.header-title{color:#fff6;text-transform:uppercase;font-size:13px;font-weight:700}.ai-response-container{scrollbar-width:none;box-sizing:border-box;width:100%;max-height:40vh;padding:28px 48px 16px 24px;overflow-y:auto}.ai-response-container::-webkit-scrollbar{display:none}.ai-response-text{color:#ffffffe6;margin:0;font-size:15px;line-height:1.6}.interactive-options{box-sizing:border-box;flex-direction:column;gap:10px;width:100%;padding:10px 20px 20px;display:flex}.interactive-option-btn{cursor:pointer;background:#fff;border:none;border-radius:16px;align-items:center;gap:12px;padding:12px 16px;font-weight:600;display:flex;color:#000!important}.bot-icon{color:#4290f5}.island-close-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.island-close-btn:hover{background:#fff3;transform:scale(1.1)}.island-close-btn.absolute{z-index:10;position:absolute;top:16px;right:16px}.word-highlight{background:#10b98140;border-radius:2px;margin:0;padding:0;transition:background .3s;box-shadow:0 2px #10b981}.custom-spinner{filter:drop-shadow(0 0 5px #10b981);border:3px solid #10b98133;border-top-color:#10b981;border-radius:50%;width:20px;height:20px;display:inline-block;animation:.8s linear infinite spin!important}@media screen and (width<=768px){.dynamic-island.default{border-radius:24px;min-width:120px;height:48px}.dynamic-island.search{width:94vw;height:48px}.dynamic-island.interactive{border-radius:28px;width:94vw;max-height:75vh}.island-default{justify-content:space-between;gap:4px;padding:0 8px}.nav-link{padding:6px 10px;font-size:12px}.island-avatar,.island-back-btn{width:32px;height:32px}.interactive-header{padding:12px 16px 8px}.ai-response-container{padding:12px 16px}}:root{--bg-color:#f8f9fa;--text-color:#0f1115;--island-bg:#000;--island-text:#fff;--primary:#4290f5;--border-radius:50px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;-webkit-tap-highlight-color:transparent;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}#root{flex-direction:column;min-height:100vh;display:flex}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:120px 20px 40px}.title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem);font-weight:700}.subtitle{color:#64748b;max-width:600px;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}
