@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg-color:#060913;--bg-color-secondary:#0c1222;--bg-card:#0f172aa6;--bg-card-hover:#1e293bd9;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-color:#00d2ff;--accent-secondary:#6366f1;--accent-gradient:linear-gradient(135deg, #00d2ff 0%, #6366f1 100%);--accent-glow:#00d2ff40;--node-color:#ffffff0a;--node-border:#ffffff1a;--node-border-hover:#00d2ff66;--line-color:#ffffff1f;--nav-bg:#060913cc;--nav-border:#ffffff14;--nav-link:#94a3b8;--nav-link-active:#fff;--footer-bg:#04060d;--footer-border:#ffffff14;--footer-text:#94a3b8;--footer-heading:#f8fafc;--footer-link-hover:#00d2ff;--font-primary:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", monospace;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0003, 0 2px 4px -2px #0003;--shadow-lg:0 10px 15px -3px #0000004d, 0 4px 6px -4px #0000004d;--shadow-glow:0 0 25px #00d2ff26}[data-theme=light]{--bg-color:#f8fafc;--bg-color-secondary:#fff;--bg-card:#fff;--bg-card-hover:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--accent-color:#2563eb;--accent-secondary:#4f46e5;--accent-gradient:linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);--accent-glow:#2563eb26;--node-color:#fff;--node-border:#e2e8f0;--node-border-hover:#3b82f6;--line-color:#cbd5e1;--nav-bg:#ffffffd9;--nav-border:#e2e8f0cc;--nav-link:#64748b;--nav-link-active:#0f172a;--footer-bg:#0f172a;--footer-border:#1e293b;--footer-text:#94a3b8;--footer-heading:#f8fafc;--footer-link-hover:#38bdf8;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #0f172a0f;--shadow-lg:0 12px 24px -4px #0f172a14;--shadow-glow:0 0 20px #2563eb1f}[data-theme=warm]{--bg-color:#faf7f2;--bg-color-secondary:#fff;--bg-card:#fff;--bg-card-hover:#f5f0e8;--text-primary:#1c1917;--text-secondary:#57534e;--text-muted:#78716c;--accent-color:#d97706;--accent-secondary:#4338ca;--accent-gradient:linear-gradient(135deg, #d97706 0%, #4338ca 100%);--accent-glow:#d9770626;--node-color:#fff;--node-border:#e7e0d6;--node-border-hover:#d97706;--line-color:#d6cebf;--nav-bg:#faf7f2e0;--nav-border:#e7e0d6cc;--nav-link:#57534e;--nav-link-active:#1c1917;--footer-bg:#1c1917;--footer-border:#292524;--footer-text:#a8a29e;--footer-heading:#fafaf9;--footer-link-hover:#fbbf24;--shadow-sm:0 1px 3px #2814000a;--shadow-md:0 4px 12px #2814000f;--shadow-lg:0 12px 24px -4px #28140014;--shadow-glow:0 0 20px #d977061f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;line-height:1.6;transition:background-color .4s,color .4s;display:flex;overflow-x:hidden}#app-content{flex:1 0 auto}@media (pointer:fine){body.has-custom-cursor,body.has-custom-cursor a,body.has-custom-cursor button,body.has-custom-cursor input,body.has-custom-cursor select,body.has-custom-cursor textarea,body.has-custom-cursor .btn,body.has-custom-cursor .clickable{cursor:none}}.cursor{background-color:var(--accent-color);pointer-events:none;z-index:99999;width:8px;height:8px;box-shadow:0 0 10px var(--accent-color);border-radius:50%;transition:transform 50ms ease-out,background-color .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-follower{border:1.5px solid var(--accent-color);pointer-events:none;z-index:99998;border-radius:50%;width:36px;height:36px;transition:width .25s cubic-bezier(.25,1,.5,1),height .25s cubic-bezier(.25,1,.5,1),border-color .3s,background-color .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-follower.active{background-color:var(--accent-glow);border-color:var(--accent-color);width:54px;height:54px}@media (width<=768px){.cursor,.cursor-follower{display:none!important}}#webgl-canvas{z-index:-1;pointer-events:none;width:100vw;height:100vh;transition:opacity .5s;position:fixed;top:0;left:0}.navbar{z-index:1000;background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--nav-border);justify-content:space-between;align-items:center;width:100%;padding:1.25rem 5%;transition:background-color .3s,border-color .3s,padding .3s;display:flex;position:fixed;top:0;left:0}.nav-brand{color:var(--text-primary);align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-badge{background:var(--accent-gradient);color:#fff;width:32px;height:32px;font-family:var(--font-mono);box-shadow:var(--shadow-glow);border-radius:8px;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:inline-flex}.logo-text{font-family:var(--font-mono);letter-spacing:-.5px;color:var(--text-primary);font-size:1.15rem;font-weight:700}.logo-dot{color:var(--accent-color)}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--nav-link);padding:.35rem 0;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--nav-link-active)}.nav-links a.active:after{content:"";background:var(--accent-color);border-radius:2px;width:100%;height:2px;position:absolute;bottom:0;left:0}.nav-cta-btn{background:var(--accent-gradient);box-shadow:0 4px 14px var(--accent-glow);border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;color:#fff!important}.nav-cta-btn:hover{box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-2px)}.mobile-nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.mobile-nav-toggle span{background-color:var(--text-primary);border-radius:2px;width:24px;height:2px;transition:all .3s}@media (width<=900px){.nav-links{background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--nav-border);opacity:0;pointer-events:none;flex-direction:column;gap:1.5rem;width:100%;padding:2rem 5%;transition:transform .3s;position:fixed;top:70px;left:0;transform:translateY(-150%)}.nav-links.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav-toggle{display:flex}.nav-cta-btn{display:none}}.btn{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.primary-btn{background:var(--accent-gradient);box-shadow:0 4px 16px var(--accent-glow);color:#fff!important}.primary-btn:hover{box-shadow:0 8px 24px var(--accent-glow);transform:translateY(-2px)}.secondary-btn{background:var(--node-color);color:var(--text-primary);border:1px solid var(--node-border)}.secondary-btn:hover{border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-2px)}.text-btn{color:var(--text-secondary);background:0 0;align-items:center;gap:.4rem;padding:.85rem .5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.text-btn:hover{color:var(--accent-color)}.tag-badge{font-size:.75rem;font-family:var(--font-mono);background:var(--node-color);border:1px solid var(--node-border);color:var(--text-secondary);border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-weight:500;display:inline-flex}.tag-badge.accent{color:var(--accent-color);background:#00d2ff1a;border-color:#00d2ff4d}[data-theme=light] .tag-badge.accent{color:var(--accent-color);background:#2563eb14;border-color:#2563eb40}.container{max-width:1200px;margin:0 auto;padding:0 5%}.section-padding{padding:6.5rem 0}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.fade-up{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.fade-up.visible{opacity:1;transform:translateY(0)}.hacker-text{font-family:var(--font-primary);font-weight:800}.site-footer{background-color:var(--footer-bg);border-top:1px solid var(--footer-border);color:var(--footer-text);z-index:10;margin-top:auto;padding:5rem 0 2rem;transition:background-color .4s,border-color .4s;position:relative}.footer-container{grid-template-columns:1.5fr 1fr 1.2fr 1.2fr;gap:3rem;margin-bottom:3.5rem;display:grid}@media (width<=968px){.footer-container{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=600px){.footer-container{grid-template-columns:1fr;gap:2rem}}.footer-col{flex-direction:column;display:flex}.footer-tagline{color:var(--footer-text);max-width:320px;margin-bottom:1.25rem;font-size:.92rem;line-height:1.6}.footer-location-badge{font-family:var(--font-mono);color:var(--footer-text);align-items:center;gap:.5rem;font-size:.78rem;display:inline-flex}.footer-heading{color:var(--footer-heading);letter-spacing:-.2px;margin-bottom:1.25rem;font-size:1rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--footer-text);align-items:center;gap:.35rem;font-size:.9rem;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.footer-links a:hover{color:var(--footer-link-hover);transform:translate(2px)}.footer-subtext{color:var(--footer-text);font-size:.88rem}.footer-bottom-bar{border-top:1px solid var(--footer-border);padding-top:2rem}.footer-bottom-inner{color:var(--footer-text);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;display:flex}.footer-meta-links{align-items:center;gap:.75rem;display:flex}.footer-meta-links a{color:var(--footer-link-hover);font-weight:600;text-decoration:none}.sc-hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.sc-hero__bg{z-index:0;position:absolute;inset:0}.sc-hero__bg-img{object-fit:cover;opacity:.45;width:100%;height:100%}.sc-hero__bg-overlay{background:linear-gradient(#060913b3 0%,#06091366 40%,#060913d9 100%);position:absolute;inset:0}.sc-hero__grid-lines{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.sc-hero__content{z-index:2;text-align:center;max-width:860px;padding:0 5%;position:relative}.sc-hero__eyebrow{font-family:var(--font-mono);letter-spacing:2.5px;text-transform:uppercase;color:var(--accent-color);margin-bottom:1.5rem;font-size:.88rem;font-weight:500}.sc-hero__headline{letter-spacing:-2px;color:#f8fafc;margin-bottom:2.5rem;font-size:clamp(2.6rem,5.5vw,4.4rem);font-weight:800;line-height:1.08}.sc-gradient-text{background:linear-gradient(135deg,#00d2ff 0%,#a855f7 50%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.sc-hero__cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.sc-btn{cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-primary);border:none;border-radius:10px;align-items:center;gap:.6rem;padding:.9rem 1.8rem;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.sc-btn--primary{color:#fff;background:linear-gradient(135deg,#00d2ff 0%,#6366f1 100%);box-shadow:0 4px 20px #00d2ff40}.sc-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00d2ff59}.sc-btn--ghost{color:#94a3b8;background:0 0;border:1px solid #ffffff26}.sc-btn--ghost:hover{color:#fff;background:#ffffff0a;border-color:#fff6}.sc-btn--lg{padding:1.1rem 2.4rem;font-size:1.1rem}.sc-hero__scroll-hint{z-index:2;color:#64748b;letter-spacing:1px;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.sc-scroll-mouse{border:2px solid #fff3;border-radius:11px;width:22px;height:34px;position:relative}.sc-scroll-wheel{background:#fff6;border-radius:2px;width:3px;height:8px;animation:1.8s ease-in-out infinite scrollPulse;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scrollPulse{0%,to{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:.3;transform:translate(-50%)translateY(10px)}}.sc-section{padding:7rem 5%;position:relative}.sc-section__container{max-width:1200px;margin:0 auto}.sc-section__tag{font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--accent-color);margin-bottom:.75rem;font-size:.82rem;font-weight:600}.sc-section__heading{letter-spacing:-1.5px;color:#f8fafc;margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.12}.sc-section__body{color:#94a3b8;font-size:1.1rem;line-height:1.7}.sc-two-col{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.sc-two-col--reverse{direction:rtl}.sc-two-col--reverse>*{direction:ltr}@media (width<=900px){.sc-two-col{grid-template-columns:1fr;gap:2.5rem}.sc-two-col--reverse{direction:ltr}}.sc-intelligence{background:linear-gradient(#060913 0%,#0a0f1f 100%);border-top:1px solid #ffffff0a}.sc-intelligence__features{flex-wrap:wrap;gap:.65rem;margin-top:2rem;display:flex}.sc-feature-chip{color:#cbd5e1;background:#00d2ff0f;border:1px solid #00d2ff26;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.sc-chip-dot{background:var(--accent-color);width:6px;height:6px;box-shadow:0 0 6px var(--accent-color);border-radius:50%}.sc-img-frame{border:1px solid #ffffff14;border-radius:16px;overflow:hidden}.sc-img-frame img{width:100%;height:auto;display:block}.sc-img-frame--glow{box-shadow:0 0 60px #00d2ff1a,0 0 120px #6366f10f}.sc-img-frame--float{transition:transform .4s;box-shadow:0 20px 60px #0006}.sc-img-frame--float:hover{transform:translateY(-6px)}.sc-stack{background:#060913;border-top:1px solid #ffffff0a}.sc-stack__header{text-align:center;margin-bottom:4rem}.sc-stack__layout{grid-template-columns:1fr .55fr;align-items:center;gap:3rem;display:grid}@media (width<=960px){.sc-stack__layout{grid-template-columns:1fr}}.sc-stack__cards{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=600px){.sc-stack__cards{grid-template-columns:1fr}}.sc-layer-card{background:#0f172a99;border:1px solid #ffffff0f;border-radius:16px;padding:1.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.sc-layer-card:before{content:"";background:linear-gradient(90deg, var(--accent-color), var(--accent-secondary));opacity:0;width:100%;height:3px;transition:opacity .3s;position:absolute;top:0;left:0}.sc-layer-card:hover{border-color:#00d2ff33;transform:translateY(-4px);box-shadow:0 12px 40px #00d2ff14}.sc-layer-card:hover:before{opacity:1}.sc-layer-card__number{font-family:var(--font-mono);color:var(--accent-color);opacity:.7;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.sc-layer-card__icon{margin-bottom:.75rem;font-size:1.8rem}.sc-layer-card h4{color:#f8fafc;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.sc-layer-card p{color:#94a3b8;font-size:.88rem;line-height:1.55}.sc-stack__visual{justify-content:center;display:flex}.sc-stack__visual img{border:1px solid #ffffff0f;border-radius:16px;width:auto;max-width:100%;max-height:500px;box-shadow:0 20px 60px #0006}.sc-speed{background:linear-gradient(#0a0f1f 0%,#060913 100%);border-top:1px solid #ffffff0a}.sc-stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem;display:grid}.sc-stat-block{text-align:center;background:#0f172a80;border:1px solid #ffffff0f;border-radius:14px;padding:1.5rem;position:relative;overflow:hidden}.sc-stat-block:after{content:"";background:linear-gradient(90deg, var(--accent-color), transparent);opacity:0;width:100%;height:2px;transition:opacity .3s;position:absolute;bottom:0;left:0}.sc-stat-block:hover:after{opacity:1}.sc-stat-value{color:#fff;font-size:2.5rem;font-weight:800;line-height:1;display:inline}.sc-stat-suffix{color:var(--accent-color);margin-left:2px;font-size:1.4rem;font-weight:700;display:inline}.sc-stat-label{color:#64748b;margin-top:.5rem;font-size:.82rem;font-weight:500}.sc-engineered{background:#060913;border-top:1px solid #ffffff0a}.sc-engineered__header{text-align:center;margin-bottom:3.5rem}.sc-engineered__comparison{border:1px solid #ffffff0f;border-radius:20px;margin-bottom:4rem;position:relative;overflow:hidden}.sc-engineered__img{filter:brightness(.7);width:100%;height:auto;display:block}.sc-engineered__overlay-left,.sc-engineered__overlay-right{width:50%;padding:1.5rem 2rem;position:absolute;bottom:0}.sc-engineered__overlay-left{background:linear-gradient(#0000 0%,#000000d9 100%);left:0}.sc-engineered__overlay-right{background:linear-gradient(#0000 0%,#001e3cd9 100%);right:0}.sc-label-bad{font-family:var(--font-mono);color:#ef4444;margin-bottom:.35rem;font-size:.82rem;font-weight:700}.sc-label-good{font-family:var(--font-mono);color:#4ade80;margin-bottom:.35rem;font-size:.82rem;font-weight:700}.sc-engineered__overlay-left p,.sc-engineered__overlay-right p{color:#cbd5e1;font-size:.88rem;line-height:1.5}@media (width<=700px){.sc-engineered__overlay-left,.sc-engineered__overlay-right{background:#0f172ab3;width:100%;padding:1rem 1.5rem;position:relative}}.sc-engineered__principles{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=700px){.sc-engineered__principles{grid-template-columns:1fr}}.sc-principle{text-align:center;background:#0f172a80;border:1px solid #ffffff0f;border-radius:14px;padding:1.75rem;transition:all .3s}.sc-principle:hover{border-color:#00d2ff33;transform:translateY(-3px)}.sc-principle__icon{margin-bottom:.75rem;font-size:2rem}.sc-principle h4{color:#f8fafc;margin-bottom:.4rem;font-size:1.1rem;font-weight:700}.sc-principle p{color:#94a3b8;font-size:.88rem;line-height:1.55}.sc-cta{justify-content:center;align-items:center;min-height:70vh;padding:6rem 5%;display:flex;position:relative}.sc-cta__bg{z-index:0;position:absolute;inset:0}.sc-cta__bg-img{object-fit:cover;opacity:.3;width:100%;height:100%}.sc-cta__bg-overlay{background:radial-gradient(circle,#06091380 0%,#060913e6 100%);position:absolute;inset:0}.sc-cta__content{z-index:2;text-align:center;max-width:700px;position:relative}.sc-cta__headline{color:#f8fafc;letter-spacing:-2px;margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:800}.sc-cta__sub{color:#94a3b8;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.hero-badge{font-family:var(--font-mono);color:var(--accent-color);letter-spacing:.5px;background:#00d2ff14;border:1px solid #00d2ff40;border-radius:9999px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.pulse-dot{background:var(--accent-color);width:7px;height:7px;box-shadow:0 0 8px var(--accent-color);border-radius:50%;animation:1.5s ease-in-out infinite pulseDot}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.tag-badge{font-family:var(--font-mono);letter-spacing:1.5px;text-transform:uppercase;font-size:.82rem;font-weight:700;display:inline-block}.tag-badge.accent{color:#2563eb}.section-tag{font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--accent-color);margin-bottom:.75rem;font-size:.82rem;font-weight:600}.section-heading{letter-spacing:-1px;color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.15}.text-center{text-align:center}.gradient-text{background:linear-gradient(135deg,#00d2ff 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.featured-work-section{background:#060913;padding:6rem 5%}.services-header{background:radial-gradient(circle at 80% 20%,#6366f12e 0%,#0000 50%),radial-gradient(circle at 20% 80%,#00d2ff24 0%,#0000 50%),#060913;align-items:center;min-height:90vh;padding:8.5rem 5% 4.5rem;display:flex;position:relative;overflow:hidden}.hero-grid-overlay{pointer-events:none;z-index:1;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0}.hero-glow-orb{filter:blur(120px);pointer-events:none;z-index:1;opacity:.4;border-radius:50%;width:500px;height:500px;position:absolute}.hero-glow-1{background:#00d2ff33;top:10%;right:15%}.hero-glow-2{background:#6366f140;bottom:10%;left:10%}.hero-container{z-index:2;grid-template-columns:1.2fr .8fr;align-items:center;gap:3.5rem;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}@media (width<=968px){.hero-container{text-align:center;grid-template-columns:1fr}}.hero-badge-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}@media (width<=968px){.hero-badge-row{justify-content:center}}.hero-badge{font-family:var(--font-mono);color:var(--accent-color);background:#00d2ff14;border:1px solid #00d2ff40;border-radius:9999px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.8rem;display:inline-flex}.hero-badge.gold{color:#fbbf24;background:#f59e0b1a;border-color:#f59e0b4d}.pulse-dot{background-color:#00d2ff;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-glow;box-shadow:0 0 8px #00d2ff}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.hero-headline{letter-spacing:-1.5px;color:#fff;margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.12}.hero-headline .gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subheadline{color:#94a3b8;max-width:620px;margin-bottom:2.25rem;font-size:1.18rem;line-height:1.65}@media (width<=968px){.hero-subheadline{margin-left:auto;margin-right:auto}}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}@media (width<=968px){.hero-actions{justify-content:center}}.hero-guarantee-row{color:#94a3b8;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1.5rem;font-size:.85rem;display:flex}@media (width<=968px){.hero-guarantee-row{justify-content:center}}.guarantee-item{align-items:center;gap:.35rem;display:inline-flex}.guarantee-item span.icon{color:#22c55e;font-weight:700}.hero-visual-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px #0006, var(--shadow-glow);background:#0f172abf;border:1px solid #ffffff1f;border-radius:16px;padding:1.5rem;position:relative;overflow:hidden}.card-header-bar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.window-dots{gap:6px;display:flex}.w-dot{border-radius:50%;width:10px;height:10px}.w-dot.red{background:#ff5f56}.w-dot.yellow{background:#ffbd2e}.w-dot.green{background:#27c93f}.window-title{font-family:var(--font-mono);color:#64748b;font-size:.78rem}.hero-arch-diagram{flex-direction:column;gap:.85rem;display:flex}.arch-node-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.arch-pill{font-family:var(--font-mono);color:#f1f5f9;text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.8rem;transition:all .3s;display:flex}.arch-pill.active{color:#00d2ff;background:#00d2ff1f;border-color:#00d2ff}.arch-pill.primary{color:#818cf8;background:#6366f12e;border-color:#6366f1}.arch-flow-arrow{color:#64748b;font-size:.85rem}.philosophy-banner-section{background:linear-gradient(90deg,#00d2ff0f 0%,#6366f114 100%),#0c1222;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:3rem 5%}.philosophy-banner-inner{text-align:center;max-width:1000px;margin:0 auto}.philosophy-quote{color:#fff;margin-bottom:.5rem;font-size:1.35rem;font-weight:700;line-height:1.5}.philosophy-sub{color:#94a3b8;font-size:.95rem}.proof-chips-section{background:#060913;border-bottom:1px solid #ffffff0f;padding:3.5rem 5%}.proof-chips-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (width<=900px){.proof-chips-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.proof-chips-grid{grid-template-columns:1fr}}.proof-chip-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem;transition:border-color .25s,transform .25s;display:flex}.proof-chip-card:hover{border-color:#00d2ff66;transform:translateY(-2px)}.chip-icon{width:44px;height:44px;color:var(--accent-color);background:#00d2ff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.chip-value{color:#fff;font-size:1.4rem;font-weight:800;line-height:1.2}.chip-label{color:#94a3b8;font-size:.82rem;font-weight:500}.pillars-section{background:#090e1d;padding:6.5rem 5%}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:3.5rem auto 0;display:grid}@media (width<=1024px){.pillars-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.pillars-grid{grid-template-columns:1fr}}.pillar-card{background:#0f172a99;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;padding:2.25rem 1.75rem;transition:all .3s;display:flex;position:relative}.pillar-card:hover{border-color:var(--accent-color);box-shadow:0 14px 30px #00000059, var(--shadow-glow);transform:translateY(-5px)}.pillar-number{font-family:var(--font-mono);color:var(--accent-color);align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.82rem;font-weight:700;display:flex}.pillar-card h3{color:#fff;margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.pillar-desc{color:#94a3b8;flex-grow:1;margin-bottom:1.25rem;font-size:.92rem;line-height:1.6}.pillar-bullets{color:#cbd5e1;border-top:1px solid #ffffff0f;flex-direction:column;gap:.4rem;margin-bottom:1.5rem;padding-top:1rem;font-size:.85rem;list-style:none;display:flex}.pillar-bullets li{align-items:center;gap:.45rem;display:flex}.pillar-bullets li:before{content:"•";color:var(--accent-color);font-size:1.2rem;line-height:1}.pillar-link{color:var(--accent-color);align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.pillar-card:hover .pillar-link{gap:.75rem}.comparison-section{background:#060913;border-top:1px solid #ffffff0f;padding:6rem 5%}.comparison-table-wrapper{background:#0f172ab3;border:1px solid #ffffff1a;border-radius:16px;max-width:1100px;margin:3rem auto 0;overflow:hidden;box-shadow:0 15px 35px #0000004d}.comparison-table{border-collapse:collapse;text-align:left;width:100%}.comparison-table th,.comparison-table td{border-bottom:1px solid #ffffff0f;padding:1.25rem 1.5rem;font-size:.95rem}.comparison-table th{color:#fff;background:#ffffff08;font-size:1rem;font-weight:700}.comparison-table th.highlight-col,.comparison-table td.highlight-col{color:#f8fafc;background:#00d2ff0f;border-left:1px solid #00d2ff33;border-right:1px solid #00d2ff33;font-weight:600}.comparison-table td{color:#94a3b8}.comparison-table tr:last-child td{border-bottom:none}@media (width<=768px){.comparison-table-wrapper{overflow-x:auto}}.testimonials-section{background:#090e1d;border-top:1px solid #ffffff0f;padding:6rem 5%}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:3rem auto 0;display:grid}@media (width<=992px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:#0f172a99;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative}.testimonial-card:hover{border-color:#00d2ff66;transform:translateY(-4px)}.testimonial-stars{color:#fbbf24;margin-bottom:1rem;font-size:1rem}.testimonial-quote{color:#e2e8f0;flex-grow:1;margin-bottom:1.5rem;font-size:.98rem;line-height:1.65}.testimonial-author{border-top:1px solid #ffffff0f;align-items:center;gap:.85rem;padding-top:1rem;display:flex}.author-avatar{color:#fff;background:linear-gradient(135deg,#00d2ff,#6366f1);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:.95rem;font-weight:700;display:flex}.author-name{color:#fff;font-size:.95rem;font-weight:700}.author-role{color:#94a3b8;font-size:.78rem}.home-stack-section{background:#060913;border-top:1px solid #ffffff0f;padding:6.5rem 5%}.stack-categories-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1200px;margin:3.5rem auto 0;display:grid}@media (width<=900px){.stack-categories-grid{grid-template-columns:1fr}}.stack-cat-card{background:#0f172a8c;border:1px solid #ffffff14;border-radius:14px;padding:1.5rem}.stack-cat-card h4{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.stack-pill-cloud{flex-wrap:wrap;gap:.5rem;display:flex}.stack-pill{font-family:var(--font-mono);color:#cbd5e1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:.35rem .7rem;font-size:.78rem}.services-header{text-align:center;background:radial-gradient(circle at 50% 10%,#2563eb0f 0%,#0000 60%),#fff;border-bottom:1px solid #e2e8f0;padding:8.5rem 5% 4rem;position:relative}.services-grid-section{background:#f8fafc;padding:5rem 5%}.services-card-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (width<=1024px){.services-card-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.services-card-grid{grid-template-columns:1fr}}.service-card-item{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;padding:2.25rem 1.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 6px -1px #00000008}.service-card-item:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 12px 24px -4px #2563eb1a}.service-number-badge{font-family:var(--font-mono);color:#2563eb;background:#eff6ff;border-radius:6px;align-self:flex-start;margin-bottom:1rem;padding:.2rem .55rem;font-size:.8rem;font-weight:700;display:inline-block}.service-card-item h3{color:#0f172a;margin-bottom:.6rem;font-size:1.3rem;font-weight:700}.service-desc-2line{color:#475569;flex-grow:1;margin-bottom:1rem;font-size:.92rem;line-height:1.6}.service-deliverables-list{color:#334155;border-top:1px dashed #e2e8f0;border-bottom:1px dashed #e2e8f0;flex-direction:column;gap:.4rem;margin-bottom:1.25rem;padding:.85rem 0;font-size:.85rem;list-style:none;display:flex}.service-deliverables-list li:before{content:"✓ ";color:#2563eb;font-weight:700}.service-stack-row{flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;display:flex}.stack-tag-pill{font-family:var(--font-mono);color:#334155;background:#f1f5f9;border-radius:4px;padding:.2rem .5rem;font-size:.72rem}.service-pattern-link{color:#2563eb;align-items:center;gap:.35rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.service-pattern-link:hover{gap:.65rem}.delivery-process-section{background:#fff;border-top:1px solid #e2e8f0;padding:6rem 5%}.process-steps-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:3rem auto 0;display:grid}@media (width<=992px){.process-steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=550px){.process-steps-grid{grid-template-columns:1fr}}.process-step-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;position:relative}.step-num-badge{font-family:var(--font-mono);color:#2563eb;background:#eff6ff;border-radius:6px;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.85rem;font-weight:700;display:inline-block}.process-step-card h4{color:#0f172a;margin-bottom:.5rem;font-size:1.15rem}.process-step-card p{color:#64748b;font-size:.9rem;line-height:1.55}.services-decision-section{background:#f8fafc;border-top:1px solid #e2e8f0;padding:5rem 5%}.decision-filters-row{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.intent-filter-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.intent-filter-btn:hover,.intent-filter-btn.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb33}.patterns-header{text-align:center;background:linear-gradient(#f1f5f9 0%,#fff 100%);border-bottom:1px solid #e2e8f0;padding:8.5rem 5% 4rem;position:relative}.credibility-badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.patterns-list-section{background:#f8fafc;padding:5rem 5%}.pattern-case-block{background:#fff;border:1px solid #e2e8f0;border-radius:20px;max-width:1100px;margin:0 auto 3.5rem;padding:2.75rem;box-shadow:0 4px 12px #0f172a0a}.pattern-top-bar{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.pattern-name-wrap h2{color:#0f172a;margin-top:.35rem;font-size:1.75rem;font-weight:700}.pattern-outcome-pill{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;display:flex}.pattern-body-grid{grid-template-columns:1fr 1.15fr;align-items:center;gap:2.5rem;display:grid}@media (width<=900px){.pattern-body-grid{grid-template-columns:1fr}}.pattern-details-col h4{text-transform:uppercase;letter-spacing:.5px;color:#64748b;font-size:.95rem;font-family:var(--font-mono);margin-bottom:.5rem}.pattern-problem-text{color:#334155;margin-bottom:1.5rem;font-size:1.02rem;line-height:1.6}.pattern-stack-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem;display:flex}.pattern-diagram-col{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem}.diagram-header{font-family:var(--font-mono);color:#64748b;justify-content:space-between;margin-bottom:1rem;font-size:.78rem;display:flex}.svg-flow-diagram{width:100%;height:auto}.about-hero-section{background:radial-gradient(circle at 70% 30%,#d9770614 0%,#0000 60%),#faf7f2;border-bottom:1px solid #e7e0d6;padding:8.5rem 5% 4rem}.about-grid-layout{grid-template-columns:1.15fr .85fr;align-items:flex-start;gap:4rem;max-width:1150px;margin:0 auto;display:grid}@media (width<=900px){.about-grid-layout{grid-template-columns:1fr}}.about-story-col h1{color:#1c1917;letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.2}.about-lead-p{color:#d97706;margin-bottom:1.75rem;font-size:1.25rem;font-weight:500;line-height:1.6}.about-bio-text{color:#57534e;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.currently-building-card{background:#fff;border:1px solid #e7e0d6;border-left:4px solid #d97706;border-radius:12px;margin-bottom:2rem;padding:1.25rem 1.5rem;box-shadow:0 4px 12px #2814000a}.cb-header{font-family:var(--font-mono);color:#d97706;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:flex}.cb-content{color:#1c1917;font-size:.95rem;font-weight:500}.practice-standard-card{background:#fff;border:1.5px solid #d6cebf;border-radius:14px;margin-bottom:2.5rem;padding:1.5rem;box-shadow:0 4px 12px #2814000d}.about-profile-card{background:#fff;border:1px solid #e7e0d6;border-radius:20px;padding:2rem;position:sticky;top:100px;box-shadow:0 12px 28px #2814000f}.profile-avatar-box{background:linear-gradient(135deg,#fef3c7 0%,#ede9fe 100%);border:1px solid #e7e0d6;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:220px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}.avatar-graphic{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:2.5rem;display:flex;box-shadow:0 4px 12px #00000014}.location-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1c1917;background:#ffffffe6;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;bottom:12px}.profile-info h3{color:#1c1917;font-size:1.3rem;font-weight:700}.profile-title{color:#78716c;margin-bottom:1.25rem;font-size:.9rem}.profile-stat-row{border-top:1px solid #f5f0e8;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;padding-top:1rem;display:grid}.p-stat-val{color:#d97706;font-size:1.15rem;font-weight:700}.p-stat-label{color:#78716c;font-size:.75rem}.how-i-work-section{background:#fff;border-top:1px solid #e7e0d6;padding:5rem 5%}.principles-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1150px;margin:2.5rem auto 0;display:grid}@media (width<=850px){.principles-grid{grid-template-columns:1fr}}.principle-card{background:#faf7f2;border:1px solid #e7e0d6;border-radius:16px;padding:1.75rem}.principle-card h4{color:#1c1917;margin-bottom:.6rem;font-size:1.15rem}.principle-card p{color:#57534e;font-size:.95rem;line-height:1.6}.blogs-header{text-align:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:8.5rem 5% 3.5rem}.blogs-filter-bar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1.25rem 5%;position:sticky;top:70px}.filter-pills-wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.tag-buttons-list{flex-wrap:wrap;gap:.5rem;display:flex}.blog-tag-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;padding:.45rem .95rem;font-size:.85rem;font-weight:500;transition:all .2s}.blog-tag-btn:hover,.blog-tag-btn.active{color:#fff;background:#2563eb;border-color:#2563eb}.rss-btn{color:#ea580c;font-family:var(--font-mono);cursor:pointer;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.blogs-archive-section{background:#f8fafc;padding:4rem 5% 6rem}.blogs-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (width<=992px){.blogs-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.blogs-cards-grid{grid-template-columns:1fr}}.blog-post-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:1.75rem;transition:all .25s;display:flex;box-shadow:0 2px 6px #00000008}.blog-post-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 10px 20px -4px #2563eb1a}.blog-card-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.blog-read-time{font-family:var(--font-mono);color:#94a3b8;font-size:.75rem}.blog-post-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.35}.blog-excerpt{color:#475569;flex-grow:1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.blog-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.blog-date{color:#64748b;font-size:.8rem}.blog-read-cta{color:#2563eb;align-items:center;gap:.25rem;font-size:.88rem;font-weight:600;display:flex}.newsletter-banner-section{background:#fff;border-top:1px solid #e2e8f0;padding:5rem 5%}.newsletter-card{text-align:center;background:linear-gradient(135deg,#eff6ff 0%,#e0e7ff 100%);border:1px solid #bfdbfe;border-radius:20px;max-width:800px;margin:0 auto;padding:3rem}.newsletter-card h3{color:#1e3a8a;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.newsletter-card p{color:#3b82f6;margin-bottom:2rem;font-size:1.05rem}.newsletter-form{gap:.75rem;max-width:500px;margin:0 auto;display:flex}@media (width<=540px){.newsletter-form{flex-direction:column}}.newsletter-input{border:1px solid #cbd5e1;border-radius:8px;outline:none;flex:1;padding:.85rem 1.25rem;font-size:.95rem}.newsletter-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.article-reader-modal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10000;background:#0f172a99;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:none;position:fixed;top:0;left:0;overflow-y:auto}.article-reader-content{background:#fff;border-radius:20px;width:100%;max-width:850px;max-height:90vh;padding:3rem;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.close-reader-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.close-reader-btn:hover{color:#0f172a;background:#e2e8f0}.article-prose{color:#334155;font-size:1.05rem;line-height:1.8}.article-prose h1{color:#0f172a;margin-bottom:1rem;font-size:2.2rem}.article-prose h2{color:#0f172a;margin:2rem 0 1rem;font-size:1.5rem}.article-prose p{margin-bottom:1.25rem}.article-prose pre{color:#f8fafc;font-family:var(--font-mono);background:#0f172a;border-radius:10px;margin:1.5rem 0;padding:1.25rem;font-size:.9rem;overflow-x:auto}.contact-hero-section{background:radial-gradient(circle at 50% 20%,#6366f126 0%,#0000 60%),radial-gradient(circle at 80% 80%,#00d2ff1a 0%,#0000 50%),#060913;min-height:85vh;padding:8.5rem 5% 5rem;position:relative}.contact-layout-grid{z-index:2;grid-template-columns:1.2fr .8fr;align-items:flex-start;gap:3.5rem;max-width:1100px;margin:0 auto;display:grid;position:relative}@media (width<=900px){.contact-layout-grid{grid-template-columns:1fr}}.contact-form-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ab3;border:1px solid #ffffff1f;border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px #0000004d}.reassurance-bar{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e40;border-radius:10px;align-items:center;gap:.6rem;margin-bottom:1.75rem;padding:.75rem 1rem;font-size:.88rem;font-weight:500;display:flex}.form-group{margin-bottom:1.4rem}.form-group label{color:#e2e8f0;margin-bottom:.4rem;font-size:.88rem;font-weight:600;display:block}.form-control{color:#fff;width:100%;font-family:var(--font-primary);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:.85rem 1.15rem;font-size:.95rem;transition:border-color .2s,background .2s}.form-control:focus{border-color:var(--accent-color);background:#ffffff14;box-shadow:0 0 0 3px #00d2ff26}select.form-control option{color:#fff;background:#0f172a}.contact-sidebar-card{flex-direction:column;gap:2rem;display:flex}.calendly-box{text-align:center;background:#0f172a99;border:1px solid #6366f14d;border-radius:16px;padding:2rem}.calendly-box h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.calendly-box p{color:#94a3b8;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.social-vet-card{background:#0f172a73;border:1px solid #ffffff14;border-radius:16px;padding:1.75rem}.social-vet-card h4{color:#fff;margin-bottom:1rem;font-size:1rem}.social-links-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.social-link-pill{color:#cbd5e1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:.6rem;padding:.7rem .9rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.social-link-pill:hover{border-color:var(--accent-color);color:var(--accent-color);background:#00d2ff1a;transform:translateY(-2px)}
