:root{font-family:sans-serif}.cont-nav{z-index:100;-webkit-backdrop-filter:blur(10px);background:#ffffffd9;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:center;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.cont-nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;display:flex}.logo-nav{color:#0f172a;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1.125rem;font-weight:700}.btn-nav{color:#2563eb;cursor:pointer;background-color:#0000;border:1px solid #2563eb;border-radius:6px;padding:8px 16px;transition:all .2s ease-in-out}.btn-nav:hover{background-color:#eff6ff}:root{--blue-950:#03061a;--blue-900:#060d2e;--blue-800:#0b1547;--blue-700:#0f2060;--blue-600:#1535a0;--blue-500:#1d4ed8;--blue-400:#3b82f6;--blue-300:#93c5fd;--blue-100:#dbeafe;--blue-50:#eff6ff;--surface:#fff;--surface-muted:#f0f5ff;--border:#c7d9f8;--border-strong:#93b4f0;--text-primary:#03061a;--text-secondary:#1d3461;--text-muted:#5b7bb5;--accent:var(--blue-500);--accent-hover:var(--blue-600);--accent-light:#eff6ff;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-pill:999px;--shadow-card:0 2px 12px #0f206014, 0 0 0 .5px #0f20601a;--shadow-card-hover:0 8px 32px #0f206024, 0 0 0 1px #1535a02e;--shadow-featured:0 16px 48px #1d4ed838, 0 0 0 2px var(--blue-500);--font-display:"Sora", "DM Sans", sans-serif;--font-body:"DM Sans", sans-serif}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--surface);color:var(--text-primary);-webkit-font-smoothing:antialiased}.hero{text-align:center;background:radial-gradient(ellipse 70% 55% at 50% -10%, #1d4ed81f 0%, transparent 70%), linear-gradient(180deg, var(--blue-50) 0%, var(--surface) 100%);flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:5rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(#1d4ed80f 1px,#0000 1px),linear-gradient(90deg,#1d4ed80f 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 0,#000 0%,#0000 70%);mask-image:radial-gradient(80% 70% at 50% 0,#000 0%,#0000 70%)}.hero-content{z-index:1;max-width:820px;position:relative}.hero h2{font-family:var(--font-display);color:var(--blue-900);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;line-height:1.15}.hero h2 span{background:linear-gradient(135deg, var(--blue-500) 0%, var(--blue-300) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--text-secondary);max-width:580px;margin:0 auto;font-size:clamp(1rem,2vw,1.175rem);line-height:1.7}.hero button{background:var(--blue-500);color:#fff;border-radius:var(--radius-pill);font-family:var(--font-body);cursor:pointer;border:none;margin-top:2rem;padding:14px 28px;font-size:15px;font-weight:600;transition:background .2s,box-shadow .2s,transform .15s;box-shadow:0 4px 18px #1d4ed852}.hero button:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 24px #1d4ed86b}@media (width<=768px){.hero{min-height:70vh;padding:3.5rem 1rem}.hero-content{max-width:100%}}.solutions{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1100px;min-height:80vh;margin:0 auto;padding:5rem 1.5rem;display:flex}.solutions-content p{letter-spacing:.12em;text-transform:uppercase;color:var(--blue-500);margin:0 0 2.25rem;font-size:11.5px;font-weight:600}.solutions-card{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);grid-template-columns:repeat(2,1fr);gap:1px;width:100%;display:grid;overflow:hidden}.solutions-card .card{background:var(--surface);box-shadow:none;border:none;border-radius:0;flex-direction:column;gap:.9rem;padding:2rem;transition:background .18s;display:flex}.solutions-card .card:hover{background:var(--accent-light)}.solutions-card .card .title{color:var(--blue-800);border-bottom:1.5px solid var(--blue-400);width:fit-content;margin:0;padding-bottom:2px;font-size:15.5px;font-weight:700;line-height:1.35;text-decoration:none;display:inline-block}.solutions-card .card .description{color:var(--text-muted);flex:1;margin:0;font-size:14px;line-height:1.65}.solutions-card .card a{color:var(--blue-500);align-items:center;gap:5px;width:fit-content;font-size:13px;font-weight:600;text-decoration:none;transition:color .15s,gap .15s;display:inline-flex}.solutions-card .card a:hover{color:var(--blue-700);gap:8px}.pricing{max-width:1100px;margin:0 auto;padding:5rem 2rem}.pricing-content p{letter-spacing:.12em;text-transform:uppercase;color:var(--blue-500);text-align:center;margin-bottom:2.5rem;font-size:11.5px;font-weight:600}.pricing.cards{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);flex-direction:column;padding:2rem;transition:border-color .2s,box-shadow .2s;display:flex}.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-card-hover)}.card.featured{border:2px solid var(--blue-500);box-shadow:var(--shadow-featured);background:linear-gradient(160deg, #eff6ff 0%, var(--surface) 60%);transform:translateY(-8px)}.card .title{font-family:var(--font-display);color:var(--blue-900);text-align:center;border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.25rem;font-size:17px;font-weight:600}.card .price{font-family:var(--font-display);color:var(--blue-800);text-align:center;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:32px;font-weight:700}.card.featured .price{color:var(--blue-500)}.card .includes{flex-direction:column;flex:1;display:flex}.card .includes ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.card .includes ul li{color:var(--text-secondary);align-items:flex-start;gap:9px;font-size:13.5px;line-height:1.45;display:flex}.card .includes ul li em{color:var(--text-secondary);font-size:13.5px;font-style:normal;font-weight:600}.card .includes ul li:before{content:"✓";color:var(--blue-500);background:var(--blue-50);border:1px solid var(--blue-100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;font-size:11px;font-weight:700;line-height:1;display:flex}.pricing.cards button{width:100%;margin-top:auto;padding-top:1.5rem;padding-bottom:0}.pricing.cards button>button,.card button{width:100%;font-size:14px;font-weight:600;font-family:var(--font-body);border-radius:var(--radius-pill);border:1.5px solid var(--blue-500);color:var(--blue-500);cursor:pointer;background:0 0;padding:12px;transition:background .15s,color .15s,box-shadow .15s}.pricing.cards .card button{width:100%;font-size:14px;font-weight:600;font-family:var(--font-body);border-radius:var(--radius-pill);border:1.5px solid var(--blue-500);color:var(--blue-500);cursor:pointer;background:0 0;margin-top:1.5rem;padding:12px;transition:background .15s,color .15s,box-shadow .15s}.pricing.cards .card button:hover,.pricing.cards .card.featured button{background:var(--blue-500);color:#fff;box-shadow:0 4px 14px #1d4ed847}.pricing.cards .card.featured button:hover{background:var(--accent-hover);box-shadow:0 6px 20px #1d4ed861}.getInTouch{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;padding:5rem 2rem;display:grid}.getInTouchContent{flex-direction:column;gap:1.25rem;display:flex}.getInTouchContent .company-name{font-family:var(--font-display);color:var(--blue-900);border-bottom:3px solid var(--blue-500);letter-spacing:-.02em;padding-bottom:6px;font-size:36px;font-weight:700;line-height:1.2;display:inline-block}.getInTouchContent .company-info{color:var(--text-secondary);font-size:14.5px;line-height:1.75}.getInTouchContent .email{color:var(--blue-600);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.getInTouchContent .email:before{content:"✉";color:var(--blue-400);font-size:15px}.getInTouchContent>p:last-child{color:var(--text-muted);letter-spacing:.01em;font-size:12.5px}.form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;gap:16px;padding:2.25rem;display:flex}.form label{color:var(--blue-800);letter-spacing:.02em;margin-bottom:6px;font-size:12.5px;font-weight:600;display:block}.form input,.form select,.form textarea{width:100%;color:var(--text-primary);background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-family:var(--font-body);outline:none;padding:10px 14px;transition:border-color .15s,background .15s,box-shadow .15s}.form input::placeholder,.form textarea::placeholder{color:var(--blue-300)}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--blue-400);background:var(--surface);box-shadow:0 0 0 3px #3b82f61f}.form textarea{resize:vertical;min-height:120px}.form p{text-align:center;color:var(--blue-300);align-items:center;gap:12px;font-size:12px;display:flex;position:relative}.form p:before,.form p:after{content:"";background:var(--border);flex:1;height:1px}.form button{background:var(--blue-500);color:#fff;border-radius:var(--radius-pill);cursor:pointer;width:100%;font-size:14px;font-weight:600;font-family:var(--font-body);border:none;margin-top:4px;padding:13px;transition:background .15s,box-shadow .15s,transform .12s;box-shadow:0 4px 16px #1d4ed847}.form button:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 20px #1d4ed861}@media (width<=860px){.pricing.cards{flex-direction:column;gap:16px;max-width:480px;margin-left:auto;margin-right:auto;display:flex}.pricing.cards .card{width:100%}.card.featured{transform:none}.solutions-card{box-shadow:none;background:0 0;border:none;flex-direction:column;gap:12px;display:flex}.solutions-card .card{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);width:100%}.getInTouch{grid-template-columns:1fr;gap:2.5rem;padding:3rem 1.25rem}}@media (width<=600px){.hero,.pricing,.solutions{padding:3rem 1.25rem}.getInTouch{padding:2.5rem 1.25rem}}.footer{background:#fff;border-top:.5px solid #e5e5e5;padding:3rem 2rem 1.5rem}.footer-grid{border-bottom:.5px solid #e5e5e5;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;padding-bottom:2.5rem;display:grid}.footer-brand .name{color:#111;margin-bottom:.75rem;font-size:20px;font-weight:500}.footer-brand p{color:#666;margin-bottom:1.25rem;font-size:13.5px;line-height:1.7}.footer-brand .email{color:#111;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.footer-brand .email:before{content:"";background:#111;border-radius:50%;flex-shrink:0;width:6px;height:6px}.footer-col h4{letter-spacing:.08em;text-transform:uppercase;color:#888;margin-bottom:1rem;font-size:11px;font-weight:500}.footer-col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li a{color:#444;font-size:13.5px;text-decoration:none;transition:color .15s}.footer-col ul li a:hover{color:#111}.footer-bottom{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding-top:1.5rem;display:flex}.footer-bottom p{color:#aaa;font-size:12.5px}.socials{gap:12px;display:flex}.social-btn{color:#555;border:.5px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;text-decoration:none;transition:border-color .15s,color .15s;display:flex}.social-btn:hover{color:#111;border-color:#111}@media (width<=860px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:2rem}.footer-brand{border-bottom:.5px solid #e5e5e5;grid-column:1/-1;padding-bottom:1.5rem}}@media (width<=580px){.footer{padding:2.5rem 1.25rem 1.25rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.footer-brand{border-bottom:.5px solid #e5e5e5;grid-column:1/-1;padding-bottom:1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1.25rem}}.privacy-policy{color:#222;max-width:780px;margin:0 auto;padding:4rem 2rem;font-family:system-ui,sans-serif;line-height:1.8}.privacy-policy h1{color:#111;margin-bottom:.5rem;font-size:32px;font-weight:500;line-height:1.2}.privacy-policy h2{color:#111;border-bottom:.5px solid #e5e5e5;margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:20px;font-weight:500}.privacy-policy h3{color:#111;margin-top:1.75rem;margin-bottom:.5rem;font-size:16px;font-weight:500}.privacy-policy p{color:#444;margin-bottom:1rem;font-size:14.5px}.privacy-policy ul,.privacy-policy ol{flex-direction:column;gap:8px;margin-bottom:1rem;padding-left:1.5rem;display:flex}.privacy-policy ul{padding-left:0;list-style:none}.privacy-policy ul li{color:#444;align-items:flex-start;gap:10px;font-size:14.5px;display:flex}.privacy-policy ul li:before{content:"";background:#999;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:8px}.privacy-policy ol{list-style:decimal}.privacy-policy ol li{color:#444;padding-left:4px;font-size:14.5px}.privacy-policy a{color:#111;text-underline-offset:3px;font-weight:500}.privacy-policy a:hover{color:#555}.privacy-policy strong{color:#111;font-weight:500}.privacy-policy .last-updated{color:#aaa;margin-bottom:2.5rem;font-size:13px;display:block}.privacy-policy hr{border:none;border-top:.5px solid #e5e5e5;margin:2rem 0}.termsOfService{color:#222;max-width:780px;margin:0 auto;padding:4rem 2rem;font-family:system-ui,sans-serif;line-height:1.8}.termsOfService h1{color:#111;margin-bottom:.5rem;font-size:32px;font-weight:500;line-height:1.2}.termsOfService h2{color:#111;border-bottom:.5px solid #e5e5e5;margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:20px;font-weight:500}.termsOfService h3{color:#111;margin-top:1.75rem;margin-bottom:.5rem;font-size:16px;font-weight:500}.termsOfService p{color:#444;margin-bottom:1rem;font-size:14.5px}.termsOfService ul,.termsOfService ol{flex-direction:column;gap:8px;margin-bottom:1rem;padding-left:1.5rem;display:flex}.termsOfService ul{padding-left:0;list-style:none}.termsOfService ul li{color:#444;align-items:flex-start;gap:10px;font-size:14.5px;display:flex}.termsOfService ul li:before{content:"";background:#999;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:8px}.termsOfService ol{list-style:decimal}.termsOfService ol li{color:#444;padding-left:4px;font-size:14.5px}.termsOfService a{color:#111;text-underline-offset:3px;font-weight:500}.termsOfService a:hover{color:#555}.termsOfService strong{color:#111;font-weight:500}.termsOfService .last-updated{color:#aaa;margin-bottom:2.5rem;font-size:13px;display:block}.termsOfService hr{border:none;border-top:.5px solid #e5e5e5;margin:2rem 0}.termsOfService .notice{color:#444;background:#f9f9f9;border-left:3px solid #111;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem 1.25rem;font-size:14px}.congrats-cont{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.congrats-cont .content{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:480px;display:flex}.congrats-cont .content:before{content:"✓";color:#111;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;font-size:26px;display:flex}.congrats-cont .content h2{color:#111;font-size:26px;font-weight:500;line-height:1.3}.congrats-cont .content p{color:#666;font-size:14px;line-height:1.7}.congrats-cont .content button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:100px;margin-top:.5rem;padding:12px 28px;font-size:14px;font-weight:500;transition:background .15s}.congrats-cont .content button:hover{background:#333}.login-page{background:#f9f9f9;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-card{background:#fff;border:.5px solid #e0e0e0;border-radius:16px;width:100%;max-width:380px;padding:2.5rem}.login-header{text-align:center;margin-bottom:2rem}.login-header .brand{color:#111;margin-bottom:.4rem;font-size:20px;font-weight:500}.login-header p{color:#888;font-size:13px}.form-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-group label{color:#111;font-size:13px;font-weight:500}.form-group input{color:#111;background:#fafafa;border:.5px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,background .15s}.form-group input::placeholder{color:#bbb}.form-group input:focus{background:#fff;border-color:#111}.login-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:100px;width:100%;margin-top:8px;padding:12px;font-size:14px;font-weight:500;transition:background .15s}.login-btn:hover{background:#333}.dashboard{background:#f9f9f9;min-height:100vh;padding:2rem;font-family:system-ui,sans-serif}.dash-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.dash-header h1{color:#111;font-size:20px;font-weight:500}.dash-header span{color:#888;font-size:13px}.stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:2rem;display:grid}.stat{background:#fff;border:.5px solid #e0e0e0;border-radius:12px;padding:1rem 1.25rem}.stat .label{color:#888;margin-bottom:6px;font-size:12px}.stat .value{color:#111;font-size:24px;font-weight:500}.table-wrap{background:#fff;border:.5px solid #e0e0e0;border-radius:12px;overflow:hidden}table{border-collapse:collapse;width:100%;font-size:13.5px}thead tr{border-bottom:.5px solid #e5e5e5}thead th{text-align:left;color:#888;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:500}tbody tr{border-bottom:.5px solid #f0f0f0;transition:background .1s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:#fafafa}tbody td{color:#333;vertical-align:top;padding:14px 16px}.name-cell{color:#111;white-space:nowrap;font-weight:500}.idea-cell{color:#555;max-width:220px}.date-cell{color:#aaa;white-space:nowrap;font-size:12.5px}.plan-badge{white-space:nowrap;border-radius:100px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-block}.plan-basic{color:#555;background:#f0f0f0}.plan-standard{color:#185fa5;background:#e6f1fb}.plan-advance{color:#3b6d11;background:#eaf3de}.plan-custom{color:#534ab7;background:#eeedfe}.loading{text-align:center;color:#888;padding:3rem;font-size:14px}
