@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@500;600;700;800&display=swap";
:root{--bg-main:#fff;--bg-surface:#fff;--bg-surface-hover:#fff;--bg-subtle:#f8faf7;--border-subtle:#09343d14;--border-card:#e5eae6;--border-hover:#ef761c66;--border-focus:#ef761c;--text-primary:#09343d;--text-secondary:#476269;--text-muted:#789298;--brand-orange:#ef761c;--brand-orange-light:#f97316;--brand-flame:#e14f1e;--brand-teal:#09343d;--brand-cyan:#0891b2;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading:"Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-main);max-width:100vw;min-height:100vh;color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;overflow-x:hidden}.ambient-scene{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.ambient-glow-top{filter:blur(80px);background:radial-gradient(#ef761c14 0%,#0891b20a 45%,#0000 70%);width:900px;height:500px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.ambient-glow-teal{filter:blur(100px);background:radial-gradient(circle,#0891b20f 0%,#0000 60%);width:650px;height:650px;position:absolute;bottom:-150px;right:-100px}.tech-grid{background-image:linear-gradient(90deg,#09343d08 1px,#0000 1px),linear-gradient(#09343d08 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 50% 30%,#000 20%,#0000 80%);mask-image:radial-gradient(at 50% 30%,#000 20%,#0000 80%)}@media (min-width:768px){.tech-grid{background-size:48px 48px}}.page-container{z-index:1;flex-direction:column;justify-content:space-between;max-width:1200px;min-height:100vh;margin:0 auto;padding:1.25rem 1rem 2rem;display:flex;position:relative}@media (min-width:640px){.page-container{padding:1.75rem 1.5rem 2rem}}@media (min-width:768px){.page-container{padding:2.25rem 3rem 2.5rem}}.site-header{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.logo-brand-text{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.logo-brand{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--brand-teal);font-size:1.3rem;font-weight:800;transition:color .2s}@media (min-width:640px){.logo-brand{font-size:1.45rem}}.logo-brand:hover{color:var(--brand-orange)}.header-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}@media (min-width:640px){.header-right{gap:.75rem}}.header-btn{border:1px solid var(--border-card);color:var(--brand-teal);cursor:pointer;white-space:nowrap;background:#fff;border-radius:9999px;align-items:center;gap:.35rem;padding:.42rem .85rem;font-family:inherit;font-size:.785rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #09343d0a}@media (min-width:640px){.header-btn{gap:.45rem;padding:.5rem 1.05rem;font-size:.825rem}}.header-btn:hover{border-color:var(--brand-orange);color:var(--brand-orange);box-shadow:0 4px 14px #ef761c26}.status-badge{color:#15803d;white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9999px;align-items:center;gap:.4rem;padding:.42rem .85rem;font-size:.75rem;font-weight:600;display:none}@media (min-width:480px){.status-badge{display:inline-flex}}@media (min-width:640px){.status-badge{gap:.45rem;padding:.5rem .95rem;font-size:.8rem}}.pulse-dot{background-color:var(--brand-orange);width:7px;height:7px;box-shadow:0 0 6px var(--brand-orange);border-radius:50%;flex-shrink:0;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.hero-section{text-align:center;flex-direction:column;align-items:center;width:100%;margin:1.75rem 0 2.5rem;display:flex}@media (min-width:640px){.hero-section{margin:2.25rem 0 3.25rem}}.hero-brand-showcase{justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex;position:relative}@media (min-width:640px){.hero-brand-showcase{margin-bottom:1.75rem}}.brand-glow-halo{filter:blur(16px);pointer-events:none;background:radial-gradient(circle,#ef761c38 0%,#0891b21a 50%,#0000 70%);border-radius:50%;width:120px;height:120px;animation:5s ease-in-out infinite alternate haloPulse;position:absolute}@media (min-width:640px){.brand-glow-halo{filter:blur(20px);width:160px;height:160px}}@keyframes haloPulse{0%{opacity:.7;transform:scale(.95)}to{opacity:1;transform:scale(1.1)}}.hero-floating-logo{z-index:1;object-fit:contain;filter:drop-shadow(0 6px 18px #ef761c2e);width:auto;height:72px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:relative}@media (min-width:640px){.hero-floating-logo{height:96px}}.hero-floating-logo:hover{transform:translateY(-3px)scale(1.04)}.announcement-pill{color:var(--brand-orange);letter-spacing:.01em;background:#fff;border:1px solid #ef761c4d;border-radius:9999px;align-items:center;gap:.4rem;max-width:90%;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.725rem;font-weight:600;line-height:1.3;display:inline-flex;box-shadow:0 2px 8px #ef761c14}@media (min-width:640px){.announcement-pill{gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1.15rem;font-size:.8rem}}.hero-title{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--brand-teal);word-break:normal;max-width:880px;margin-bottom:1rem;font-size:clamp(2rem,8vw,4.5rem);font-weight:800;line-height:1.12}@media (min-width:640px){.hero-title{margin-bottom:1.25rem;line-height:1.06}}.gradient-text{background:linear-gradient(135deg,#ef761c 0%,#e14f1e 40%,#0891b2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.hero-subtitle{color:var(--text-secondary);max-width:620px;margin-bottom:2.25rem;padding:0 .5rem;font-size:clamp(.925rem,3.8vw,1.2rem);font-weight:400;line-height:1.55}@media (min-width:640px){.hero-subtitle{margin-bottom:2.75rem;padding:0}}.notify-wrapper{width:100%;max-width:530px;margin-bottom:3rem}@media (min-width:640px){.notify-wrapper{margin-bottom:3.75rem}}.notify-form{border:1px solid var(--border-card);background:#fff;border-radius:16px;flex-direction:column;gap:.5rem;padding:.45rem;transition:all .3s;display:flex;box-shadow:0 12px 30px -10px #09343d14,0 2px 6px #09343d0a}.notify-form:focus-within{border-color:var(--border-focus);box-shadow:0 16px 40px -10px #ef761c33,0 0 0 3px #ef761c1f}@media (min-width:600px){.notify-form{flex-direction:row;align-items:center;padding:.4rem .4rem .4rem 1.1rem}}.input-container{flex:1;align-items:center;gap:.65rem;padding:.4rem .6rem;display:flex}@media (min-width:600px){.input-container{padding:0}}.input-icon{color:var(--text-muted);flex-shrink:0}.email-input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.925rem}.email-input::placeholder{color:var(--text-muted)}.submit-button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ef761c 0%,#e14f1e 100%);border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.78rem 1.5rem;font-family:inherit;font-size:.925rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #ef761c4d}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);transform:translateY(-1px);box-shadow:0 6px 18px #ef761c6b}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.success-message{color:#166534;background:#f0fdf4;border:1px solid #86efac;border-radius:14px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;animation:.35s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.subtext-note{color:var(--text-muted);margin-top:.75rem;font-size:.785rem}.bento-grid{text-align:left;grid-template-columns:repeat(1,1fr);gap:1rem;width:100%;max-width:1100px;display:grid}@media (min-width:640px){.bento-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width:1024px){.bento-grid{grid-template-columns:repeat(3,1fr)}}.bento-card{border:1px solid var(--border-card);background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;padding:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #09343d0a}@media (min-width:640px){.bento-card{border-radius:18px;padding:1.5rem;box-shadow:0 4px 20px #09343d0a}}.bento-card:before{content:"";background:0 0;height:2px;transition:background .3s;position:absolute;top:0;left:0;right:0}.bento-card:hover{border-color:#ef761c59;transform:translateY(-3px);box-shadow:0 14px 28px -8px #09343d1a,0 0 18px -4px #ef761c1f}.bento-card:hover:before{background:linear-gradient(90deg, transparent, var(--brand-orange), transparent)}.bento-card-top{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.bento-icon-wrapper{border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}@media (min-width:640px){.bento-icon-wrapper{border-radius:12px;width:42px;height:42px}}.icon-teal{color:#0891b2;background:#ecfeff;border:1px solid #a5f3fc}.icon-orange{color:#ea580c;background:#fff7ed;border:1px solid #fed7aa}.icon-flame{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.icon-indigo{color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe}.icon-emerald{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.bento-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);background:#f4f6f2;border:1px solid #e2e7e1;border-radius:9999px;padding:.22rem .55rem;font-size:.65rem;font-weight:700}.bento-title{color:var(--brand-teal);margin-bottom:.35rem;font-size:1.05rem;font-weight:700}.bento-desc{color:var(--text-secondary);font-size:.825rem;line-height:1.5}.site-footer{border-top:1px solid var(--border-card);flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:1.75rem .25rem .5rem;display:flex}@media (max-width:480px){.site-footer{flex-direction:column;justify-content:center;align-items:center;gap:.85rem}}.footer-left,.footer-right{align-items:center;display:flex}.footer-link{color:var(--text-secondary);background:0 0;border-radius:8px;align-items:center;gap:.45rem;padding:.4rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.footer-link:hover{color:var(--brand-orange);background:#fff7ed;transform:translateY(-1px)}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#09343d66;justify-content:center;align-items:center;padding:1rem;animation:.25s ease-out modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-dialog{border:1px solid var(--border-card);background:#fff;border-radius:20px;width:100%;max-width:500px;padding:1.5rem;animation:.25s cubic-bezier(.16,1,.3,1) modalScaleUp;position:relative;box-shadow:0 25px 50px -12px #09343d40}@media (min-width:640px){.modal-dialog{padding:2rem}}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-close-btn{color:var(--text-secondary);cursor:pointer;background:#f4f6f2;border:1px solid #e2e7e1;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}@media (min-width:640px){.modal-close-btn{top:1.25rem;right:1.25rem}}.modal-close-btn:hover{color:var(--text-primary);background:#e5eae3}.modal-header{margin-bottom:1.25rem}.modal-title{font-family:var(--font-heading);color:var(--brand-teal);font-size:1.35rem;font-weight:700}.modal-desc{color:var(--text-secondary);margin-top:.3rem;font-size:.85rem}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-group{text-align:left;flex-direction:column;gap:.4rem;display:flex}.form-label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.form-input,.form-textarea{border:1px solid var(--border-card);color:var(--text-primary);background:#fbfcf9;border-radius:12px;outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-textarea{resize:vertical;min-height:100px}.form-input:focus,.form-textarea:focus{border-color:var(--border-focus);background:#fff;box-shadow:0 0 0 3px #ef761c26}.form-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef761c 0%,#e14f1e 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.35rem;padding:.8rem;font-family:inherit;font-size:.925rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 14px #ef761c4d}.form-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);box-shadow:0 6px 20px #ef761c6b}.form-submit-btn:disabled{opacity:.7;cursor:not-allowed}
