*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-deep:#0b1f3a;--blue-hero-mid:#132f4c;--blue:#1e3a5f;--blue-mid:#1e3a5f;--blue-bright:#2a4a73;--blue-dark:#0b1f3a;--blue-light:#e8eef4;--orange:#ff6a00;--orange-hover:#ff8c42;--orange-bright:#ff8c42;--orange-light:#fff3eb;--orange-border:#ff6a0029;--orange-border-hover:#ff6a0052;--orange-shadow:0 8px 28px #ff6a001a;--orange-shadow-hover:0 16px 40px #ff6a0029;--white:#fff;--text:#1a1a1a;--text-body:#1a1a1a;--muted:#1a1a1a;--text-on-dark:#fff;--cyan:#00d4ff;--yellow:#ff6a00;--yellow-hover:#ff8c42;--off-white:#f8fafc;--border:#1e3a5f2e;--footer-bg:#0b1f3a;--blue-bg:#0b1f3a;--wave-height:120px;--wave-pad-top:calc(var(--wave-height) + clamp(1.75rem, 4vw, 2.75rem));--wave-pad-bottom:calc(var(--wave-height) + clamp(1.5rem, 3.5vw, 2.25rem));--shadow:0 10px 40px #0b1f3a1a;--shadow-lg:0 20px 60px #ff6a0059;--glow-orange:0 0 40px #ff6a0073, 0 8px 32px #ff6a008c;--glow-orange-hover:0 0 56px #ff8c428c, 0 14px 40px #ff6a00a6;--radius:16px;--radius-lg:24px;--radius-pill:999px;--header-h:72px;--container:1180px;--section-y:clamp(4rem, 8vw, 5.5rem);--section-x:clamp(1.25rem, 4vw, 2rem)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--container);padding-left:var(--section-x);padding-right:var(--section-x);margin:0 auto}.btn{border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-height:50px;padding:.8rem 1.65rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:transform .22s cubic-bezier(.34,1.4,.64,1),box-shadow .22s,background .22s,border-color .22s;display:inline-flex}.btn--sm{min-height:42px;padding:.55rem 1.15rem;font-size:.88rem}.btn--lg{min-height:58px;padding:1rem 2.35rem;font-size:1.05rem;font-weight:700}.btn--primary{background:var(--orange);color:var(--white);box-shadow:var(--glow-orange);font-weight:700}.btn--primary:hover{background:var(--orange-hover);box-shadow:var(--glow-orange-hover);transform:translateY(-3px)scale(1.03)}.btn--yellow{background:var(--orange);color:var(--white);box-shadow:var(--glow-orange);font-weight:700}.btn--yellow:hover{background:var(--orange-hover);box-shadow:var(--glow-orange-hover);transform:translateY(-3px)scale(1.03)}.btn--ghost{color:var(--text);border-color:var(--border);background:0 0}.btn--ghost:hover{border-color:var(--blue);color:var(--blue-deep);transform:translateY(-1px)}.btn--ghost-light{color:#ffffffe0;background:#ffffff0f;border-color:#ffffff38}.btn--ghost-light:hover{color:var(--white);box-shadow:none;background:#ffffff1a;border-color:#fff6;transform:translateY(-1px)}.btn--white{color:var(--text);background:#fffffff2;border:2px solid #ffffffe6}.btn--white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.site-header{z-index:100;height:var(--header-h);-webkit-backdrop-filter:blur(12px);background:0 0;border-bottom:1px solid #0000;transition:background .3s,border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.site-header--over-hero{background:#0b1f3a8c;border-bottom-color:#ffffff14}.site-header--over-hero .site-logo,.site-header--over-hero .site-logo strong{color:var(--white)}.site-header--over-hero .site-logo__mark{border-color:#00d4ff73}.site-header--over-hero .nav-toggle{background:#ffffff14;border-color:#ffffff2e}.site-header--over-hero .nav-toggle span{background:var(--white)}.site-header--scrolled{border-bottom-color:var(--border);background:#fffffff5;box-shadow:0 4px 24px #0b1f3a14}.site-header--menu-open{z-index:1000;background:var(--white);border-bottom-color:var(--border);box-shadow:0 4px 24px #0b1f3a14}.site-header--menu-open.site-header--over-hero .site-logo,.site-header--menu-open.site-header--over-hero .site-logo strong{color:var(--text)}.site-header--menu-open.site-header--over-hero .site-logo strong{color:var(--blue-deep)}.site-header--menu-open.site-header--over-hero .nav-toggle{background:var(--white);border-color:var(--border)}.site-header--menu-open.site-header--over-hero .nav-toggle span{background:var(--text)}.site-header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.site-logo{color:var(--text);z-index:1103;align-items:center;gap:.75rem;font-size:1.05rem;display:flex;position:relative}.site-logo strong{color:var(--blue-deep)}.site-logo__mark{object-fit:contain;border:2px solid var(--blue-light);border-radius:8px;width:40px;height:40px}.nav-toggle{border:1px solid var(--border);background:var(--white);cursor:pointer;z-index:1103;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:flex;position:relative}.nav-toggle span{background:var(--text);border-radius:2px;height:2px;transition:transform .25s,opacity .25s;display:block}.nav-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.site-nav{display:none}.nav-backdrop{z-index:1001;cursor:pointer;background:#0b1f3ab8;border:none;position:fixed;inset:0}@media (width<=900px){.site-nav.is-open{z-index:1002;pointer-events:none;display:block;position:fixed;inset:0}.site-nav__panel{min-height:100%;margin-top:var(--header-h);padding:1.25rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom,0));background:var(--white);pointer-events:auto;-webkit-overflow-scrolling:touch;flex-direction:column;display:flex;overflow-y:auto}.site-nav.is-open a:not(.btn){color:var(--text);border-bottom:1px solid var(--border);padding:1rem 0;font-size:1.05rem;font-weight:600;display:block}.site-nav.is-open a:not(.btn):hover{color:var(--orange)}.site-nav__cta{justify-content:center;width:100%;min-height:48px;margin-top:1.25rem;padding:.85rem 1.25rem;font-size:.95rem;box-shadow:0 6px 20px #ff6a0047}}@media (width>=901px){.nav-toggle,.nav-backdrop{display:none}.site-nav{pointer-events:auto;align-items:center;gap:1.5rem;display:flex;position:static;inset:auto}.site-nav__panel{background:0 0;flex-direction:row;align-items:center;gap:1.5rem;min-height:auto;margin:0;padding:0;display:flex;overflow:visible}.site-nav a:not(.btn){color:var(--text);border-bottom:none;padding:0;font-size:.92rem;font-weight:500;transition:color .2s;display:inline}.site-nav__cta{width:auto;box-shadow:none;margin-top:0}.site-nav a:not(.btn):hover{color:var(--orange)}.site-header--over-hero .site-nav a:not(.btn){color:#ffffffe0}.site-header--over-hero .site-nav a:not(.btn):hover{color:var(--cyan)}.site-header--over-hero .btn--ghost{color:#ffffffe6;border-color:#ffffff40}.site-header--over-hero .btn--ghost:hover{color:var(--white);background:#ffffff0f;border-color:#ffffff80}}.hero{padding-top:calc(var(--header-h) + clamp(2rem, 5vw, 3.5rem));padding-bottom:calc(clamp(3.5rem, 8vw, 5.5rem) + var(--wave-height));background:linear-gradient(165deg, var(--blue-deep) 0%, var(--blue-hero-mid) 55%, var(--blue-deep) 100%);isolation:isolate;color:var(--text-on-dark);position:relative;overflow:hidden}.hero .section-wave--inset.section-wave--bottom{pointer-events:none;z-index:5;width:100%;font-size:0;line-height:0;position:absolute;bottom:0;left:0;overflow:hidden;transform:translateY(1px)}.hero .section-wave--inset svg{width:100%;height:var(--wave-height);display:block}.hero:after{content:"";z-index:5;background:linear-gradient(90deg,#0000,#00d4ff59,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.hero__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__bg-grid{background-image:linear-gradient(#00d4ff1c 1px,#0000 1px),linear-gradient(90deg,#00d4ff1c 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 80% at 50% 45%,#000 22%,#0000 78%);mask-image:radial-gradient(90% 80% at 50% 45%,#000 22%,#0000 78%)}.hero__bg-accent{pointer-events:none;background:radial-gradient(at 80% 30%,#ff6a0024 0%,#0000 55%);width:45%;height:100%;display:block;position:absolute;top:0;right:0}.hero__bg-orb{filter:blur(70px);border-radius:50%;position:absolute}.hero__bg-orb--1{background:#00d4ff1f;width:520px;height:520px;animation:18s ease-in-out infinite heroOrbDrift;top:-15%;right:-10%}.hero__bg-orb--2{background:#ff6a002e;width:400px;height:400px;animation:22s ease-in-out infinite reverse heroOrbDrift;bottom:-5%;left:-12%}.hero__bg-orb--3{background:#00d4ff1a;width:320px;height:320px;animation:26s ease-in-out -4s infinite heroOrbDrift;top:35%;left:40%}@keyframes heroOrbDrift{0%,to{transform:translate(0)scale(1)}50%{transform:translate(24px,-18px)scale(1.06)}}.hero__grid{z-index:10;grid-template-columns:1fr;align-items:center;gap:clamp(2.5rem,6vw,4rem);display:grid;position:relative}@media (width>=960px){.hero__grid{grid-template-columns:1.05fr .95fr;gap:clamp(2rem,4vw,3.5rem)}}.hero__content{max-width:640px}.hero__eyebrow{border-radius:var(--radius-pill);color:#ffffffeb;letter-spacing:.6px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #00d4ff59;align-items:center;gap:.55rem;margin-bottom:1.35rem;padding:.5rem 1.1rem .5rem .85rem;font-size:.74rem;font-weight:700;display:inline-flex;box-shadow:0 4px 24px #0003}.hero__eyebrow-dot{background:var(--cyan);border-radius:50%;width:8px;height:8px;animation:2s infinite heroPulse;box-shadow:0 0 0 3px #00d4ff47,0 0 12px #00d4ff80}@keyframes heroPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.92)}}.hero__title-block{margin-bottom:1.15rem}.hero__title-block h1{color:var(--white);letter-spacing:-.04em;margin-bottom:.4rem;font-family:Poppins,sans-serif;font-size:clamp(2.65rem,7.5vw,4.25rem);font-weight:800;line-height:1.02}.hero__title-block h1 span{color:var(--orange);background:0 0;-webkit-background-clip:unset;background-clip:unset;display:inline}.hero__title-role{color:#ffffffd1;letter-spacing:.01em;font-family:Poppins,sans-serif;font-size:clamp(1rem,2.1vw,1.15rem);font-weight:600;line-height:1.35}.hero__title-role em{color:var(--orange);font-style:normal;font-weight:700}.hero__title-subline{letter-spacing:.02em;color:#ffffffad;margin:.45rem 0 0;font-size:clamp(.82rem,1.9vw,.94rem);font-weight:500;line-height:1.5}.hero__role{border-left:3px solid #00d4ff8c;max-width:520px;margin-bottom:1.75rem;padding:1rem 0 1rem 1rem}.hero__role-hook{margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.1rem,2.6vw,1.35rem);font-weight:700;line-height:1.45}.hero__role-hook-line{display:inline}.hero__role-hook-line--1{color:var(--white)}.hero__role-hook-line--2{color:var(--cyan)}.hero__role-hook-line--3{color:var(--orange)}.hero__role-sub{margin:0;font-size:clamp(.95rem,2.2vw,1.05rem);line-height:1.65}.hero__role-sub-lead{color:var(--white);letter-spacing:-.01em;font-family:Poppins,sans-serif;font-size:clamp(1.05rem,2.4vw,1.2rem);font-weight:500}.hero__role-sub-body{color:#ffffffc7;font-weight:400}.hero__stats{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:520px;margin-bottom:1.75rem;display:grid}@media (width>=640px){.hero__stats{grid-template-columns:repeat(4,1fr);max-width:none}}.hero-stat{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e3a5f8c;border:1px solid #00d4ff2e;border-radius:14px;padding:.9rem .7rem;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden;box-shadow:0 8px 28px #00000040}.hero-stat:before{content:"";background:linear-gradient(90deg, var(--orange), var(--cyan));opacity:.85;height:3px;position:absolute;top:0;left:0;right:0}.hero-stat:hover{border-color:#ff6a0073;transform:translateY(-3px);box-shadow:0 14px 36px #ff6a0033}.hero-stat strong{color:var(--cyan);font-family:Poppins,sans-serif;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:800;line-height:1.2;display:block}.hero-stat span{text-transform:uppercase;letter-spacing:.4px;color:#ffffffbf;margin-top:.2rem;font-size:.6rem;font-weight:700;line-height:1.35;display:block}.hero__links{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem;display:grid}@media (width>=640px){.hero__links{grid-template-columns:repeat(4,1fr);gap:.85rem}}.hero-link--static{cursor:default}.hero-link{text-align:center;border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e3a5f73;border:1px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:center;gap:.45rem;min-height:118px;padding:1rem .65rem;transition:transform .28s cubic-bezier(.34,1.4,.64,1),box-shadow .28s,border-color .28s,color .28s;display:flex;box-shadow:0 8px 28px #0003}.hero-link:hover{color:inherit;border-color:#00d4ff59;transform:translateY(-5px);box-shadow:0 16px 40px #00d4ff1f}.hero-link--static:hover{border-color:#ffffff1a;transform:none;box-shadow:0 8px 28px #0003}.hero-link__icon{width:3.25rem;height:3.25rem;color:var(--cyan);background:#0b1f3aa6;border:1px solid #00d4ff38;border-radius:14px;justify-content:center;align-items:center;transition:background .28s,color .28s,transform .28s,box-shadow .28s;display:flex}.hero-link:hover .hero-link__icon{background:var(--orange);color:var(--white);transform:scale(1.06);box-shadow:0 8px 20px #ff6a0073}.hero-link--static:hover .hero-link__icon{color:var(--cyan);box-shadow:none;background:#0b1f3aa6;transform:none}.hero-link__label{text-transform:uppercase;letter-spacing:1.1px;color:#ffffffa6;font-size:.65rem;font-weight:700}.hero-link__value{color:#ffffffeb;word-break:break-word;max-width:100%;font-size:.7rem;font-weight:600;line-height:1.35}.hero__actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.hero__actions .btn--primary{min-height:54px;box-shadow:var(--glow-orange);padding-inline:2rem;font-size:1rem}.hero__photo-wrap{justify-self:center;width:min(100%,420px);animation:6s ease-in-out infinite heroPhotoFloat;position:relative}@keyframes heroPhotoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero__photo-ring{z-index:0;border:2px dashed #ff6a002e;border-radius:50%;animation:40s linear infinite heroRingSpin;position:absolute;inset:-12%}@keyframes heroRingSpin{to{transform:rotate(360deg)}}.hero__photo-glow{filter:blur(32px);z-index:0;background:radial-gradient(circle,#ff6a0059 0%,#00d4ff1f 45%,#0000 68%);position:absolute;inset:5%}.hero__photo-frame{z-index:1;border-radius:var(--radius-lg);background:var(--blue);border:4px solid #ffffff26;position:relative;overflow:hidden;transform:rotate(2deg);box-shadow:0 28px 72px #00000073,0 0 0 1px #00d4ff40}.hero__photo-frame:before{content:"";border-radius:calc(var(--radius-lg) + 8px);z-index:-1;border:2px solid #ff6a0059;position:absolute;inset:-14px;transform:rotate(-4deg)}.hero__photo-frame:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 55%,#0f172a26 100%);position:absolute;inset:0}.hero__photo{z-index:0;aspect-ratio:4/5;object-fit:cover;object-position:center 22%;width:100%;position:relative;transform:scale(1.15)}.hero__photo-badge{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius);text-align:center;background:#0b1f3aeb;border:1px solid #00d4ff38;width:calc(100% - 2rem);padding:1rem 1.35rem;position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);box-shadow:0 20px 48px #00000059}.hero__photo-badge strong{color:var(--white);font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;display:block}.hero__photo-badge-dot{border-radius:var(--radius-pill);background:linear-gradient(90deg, var(--orange), var(--cyan));width:36px;height:3px;margin:0 auto .65rem;display:block}.hero__photo-badge span{color:#ffffffb8;margin-top:.2rem;font-size:.76rem;font-weight:500;display:block}@media (width>=960px){.hero__photo-wrap{justify-self:end}.hero__content{padding-right:.5rem}}@media (prefers-reduced-motion:reduce){.hero__bg-orb,.hero__photo-wrap,.hero__photo-ring{animation:none}}.tools-strip{background:var(--white);border-bottom:none;position:relative;overflow:hidden}.waved-section.tools-strip{padding:var(--section-y) 0}.waved-section.tools-strip[data-top-wave]{padding-top:max(var(--section-y), var(--wave-pad-top))}.waved-section.tools-strip .waved-section__content{z-index:1;position:relative}.tools-strip--in-blue{background:0 0}.section--blue .tools-strip__title,.section--blue .tools-strip__sub,.section--blue .tool-track-block__label{color:#ffffffeb}.section--blue .tools-strip__divider{background:linear-gradient(90deg,#0000,#00d4ff40,#0000)}.section--blue .tool-track-wrap:before{background:linear-gradient(90deg, var(--blue-deep), transparent)}.section--blue .tool-track-wrap:after{background:linear-gradient(270deg, var(--blue-deep), transparent)}.section--blue .stats-inline{border-top:1px solid #ffffff26;border-bottom:none;margin-top:clamp(2rem,4vw,2.75rem);margin-bottom:0;padding-top:clamp(2rem,4vw,2.75rem);padding-bottom:0}.tools-strip:before{display:none}.tools-strip__header{z-index:1;text-align:center;padding:0 var(--section-x) 1.5rem;max-width:640px;margin:0 auto;position:relative}.tools-strip__badge{border-radius:var(--radius-pill);background:var(--orange);color:var(--white);letter-spacing:.5px;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 4px 20px #ff6a0073}.tools-strip__title{color:var(--text);margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.1rem,3vw,1.35rem);font-weight:700;line-height:1.35}.tools-strip__sub{color:var(--text);font-size:.88rem;line-height:1.5}.tools-strip__title--sm{font-size:clamp(1rem,2.5vw,1.15rem)}.tools-strip__header--compact{margin-bottom:1rem;padding-top:.5rem}.tools-strip__badge--stack{background:var(--blue-deep);color:var(--white);box-shadow:0 4px 20px #0b1f3a59}.tools-strip__divider{height:1px;max-width:var(--container);background:linear-gradient(90deg, transparent, var(--border), transparent);margin:1.75rem auto}.tool-track-block{margin-bottom:.85rem}.tool-track-block:last-child{margin-bottom:0}.tool-track-block__label{text-align:center;text-transform:uppercase;letter-spacing:1.2px;color:var(--text);padding:0 var(--section-x);margin-bottom:.65rem;font-size:.72rem;font-weight:600}.tool-track-wrap{z-index:1;margin-bottom:.85rem;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.tool-track-wrap:before,.tool-track-wrap:after{content:"";z-index:2;pointer-events:none;width:clamp(48px,8vw,96px);position:absolute;top:0;bottom:0}.tool-track-wrap:before{background:linear-gradient(90deg, var(--white), transparent);left:0}.tool-track-wrap:after{background:linear-gradient(270deg, var(--white), transparent);right:0}.tool-track-wrap:last-child{margin-bottom:0}.tool-track{gap:.85rem;width:max-content;padding:.25rem 0;animation:45s linear infinite toolScroll;display:flex}.tool-track-wrap--reverse .tool-track{animation-duration:50s;animation-direction:reverse}.tool-track-wrap:hover .tool-track{animation-play-state:paused}.tool-pill{background:var(--white);border-radius:var(--radius-pill);white-space:nowrap;border:1px solid #0b1f3a26;align-items:center;gap:.65rem;padding:.55rem 1.1rem .55rem .55rem;transition:transform .3s cubic-bezier(.34,1.4,.64,1),box-shadow .3s,border-color .3s;display:inline-flex;box-shadow:0 6px 20px #ff6a001a}.tool-pill:hover{border-color:#ff6a0059;transform:translateY(-4px)scale(1.04);box-shadow:0 12px 32px #ff6a0038}.tool-pill__icon{background:var(--white);border:1px solid var(--border);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:.45rem;display:flex;box-shadow:0 4px 12px #0f172a14}.tool-pill__logo{object-fit:contain;width:100%;height:100%;display:block}.tool-pill__fallback{color:var(--text);letter-spacing:-.02em;font-size:.7rem;font-weight:800}.tool-pill--crm .tool-pill__icon{background:linear-gradient(145deg,#faf5ff,#fff);border-color:#7c3aed40}.tool-pill--field .tool-pill__icon{background:linear-gradient(145deg,#f0f9ff,#fff);border-color:#0ea5e940}.tool-pill--sales .tool-pill__icon{background:linear-gradient(145deg,#fff7ed,#fff);border-color:#ff6a0040}.tool-pill--automation .tool-pill__icon{background:linear-gradient(145deg,#fff7ed,#fff);border-color:#ff4a0040}.tool-pill--comms .tool-pill__icon{background:linear-gradient(145deg,#eff6ff,#fff);border-color:#3b82f640}.tool-pill--custom .tool-pill__icon{background:linear-gradient(145deg,#faf5ff,#fff);border-color:#a855f740}.tool-pill--stack .tool-pill__icon{background:linear-gradient(145deg, var(--blue-light), #fff);border-color:#ff6a004d}.tool-pill__name{color:var(--text);font-size:.9rem;font-weight:600}.tool-pill__tag{text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-pill);background:var(--blue-light);color:var(--text);padding:.22rem .55rem;font-size:.65rem;font-weight:700}@keyframes toolScroll{to{transform:translate(-50%)}}.stats-inline{border-bottom:1px solid #ffffff26;margin-bottom:clamp(2rem,4vw,2.75rem);padding-bottom:clamp(2rem,4vw,2.75rem)}.stats-inline .stats-strip__heading{text-align:center;text-transform:uppercase;letter-spacing:2px;color:#ffffffbf;margin-bottom:1.5rem;font-size:.72rem;font-weight:700;display:block}.stats-strip__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width>=768px){.stats-strip__grid{grid-template-columns:repeat(4,1fr)}}.stats-strip__item{text-align:center;background:var(--blue);color:var(--text-on-dark);border:1px solid #ffffff1a;border-radius:14px;padding:1rem .75rem;box-shadow:0 8px 24px #0003}.stats-strip__num{color:var(--cyan);font-family:Poppins,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.1;display:block}.stats-strip__item-label{color:#ffffffe0;opacity:1;margin-top:.35rem;font-size:clamp(.68rem,2vw,.82rem);font-weight:600;line-height:1.4;display:block}.experience-inline .section-header{margin-bottom:clamp(2rem,5vw,3rem)}.waved-section{isolation:isolate;padding:var(--section-y) 0;position:relative;overflow:hidden}.waved-section[data-top-wave]{padding-top:max(var(--section-y), var(--wave-pad-top))}.waved-section[data-bottom-wave]{padding-bottom:max(var(--section-y), var(--wave-pad-bottom))}.waved-section__content{z-index:10;padding-top:.25rem;padding-bottom:.25rem;position:relative}.section-wave--inset{pointer-events:none;z-index:3;width:100%;font-size:0;line-height:0;position:absolute;left:0;overflow:hidden}.section-wave--inset.section-wave--top{top:0;transform:translateY(-1px)}.section-wave--inset.section-wave--bottom{bottom:0;transform:translateY(1px)}.section-wave--inset svg{width:100%;height:var(--wave-height);vertical-align:top;display:block}.section--blue{background:var(--blue-deep);color:var(--text-on-dark);margin-top:-1px;margin-bottom:-1px}.section--blue .section-header--light .section-label,.section--blue .section-header--light .section-title{color:var(--text-on-dark);text-shadow:none}.section--blue .section-header--light .section-title em{color:var(--orange);text-shadow:none}.section--white.waved-section,.section--summary{background:var(--white);color:var(--text)}.section--white.waved-section:not([data-top-wave]):not([data-bottom-wave]){padding-top:var(--section-y);padding-bottom:var(--section-y)}.section--summary .summary-text{max-width:none;padding:clamp(1.25rem,3vw,1.75rem);font-size:1.06rem;line-height:1.9}.summary-layout{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (width>=960px){.summary-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:2rem}}.inquiry-form{border:1px solid #ff6a002e;flex-direction:column;gap:1rem;min-width:0;padding:0;display:flex;overflow:hidden;box-shadow:0 16px 40px #0b1f3a1a}.inquiry-form__header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.35rem 1.35rem 0;display:flex}.inquiry-form__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--orange);margin-bottom:.35rem;font-size:.72rem;font-weight:700}.inquiry-form__title{color:var(--text);margin:0;font-family:Poppins,sans-serif;font-size:clamp(1.15rem,2.2vw,1.35rem);font-weight:700;line-height:1.3}.inquiry-form__badge{border-radius:var(--radius-pill);background:var(--orange-light);border:1px solid var(--orange-border);text-transform:uppercase;letter-spacing:.04em;color:var(--orange);flex-shrink:0;padding:.35rem .65rem;font-size:.68rem;font-weight:700}.inquiry-form__hint{color:var(--text);opacity:.78;margin:0;padding:0 1.35rem;font-size:.86rem;line-height:1.6}.inquiry-form__compose{border:1px solid var(--border);background:var(--off-white);border-radius:14px;margin:0 1.35rem;overflow:hidden}.inquiry-form__row{border-bottom:1px solid var(--border);grid-template-columns:4.75rem minmax(0,1fr);align-items:start;gap:.75rem;padding:.85rem 1rem;display:grid}.inquiry-form__row:last-child{border-bottom:none}.inquiry-form__row-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text);opacity:.55;padding-top:.15rem;font-size:.72rem;font-weight:700}.inquiry-form__to{color:var(--text);flex-direction:column;gap:.15rem;font-size:.88rem;font-weight:600;line-height:1.35;display:flex}.inquiry-form__to em{color:var(--blue);font-size:.78rem;font-style:normal;font-weight:500}.inquiry-form__row input,.inquiry-form__row textarea{width:100%;color:var(--text);resize:vertical;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9rem;line-height:1.55}.inquiry-form__row--subject input{font-weight:600}.inquiry-form__row--message{align-items:stretch}.inquiry-form__row--message textarea{min-height:240px;padding-top:.1rem}.inquiry-form__row input:focus,.inquiry-form__row textarea:focus{outline:none}.inquiry-form__row:focus-within{background:#ffffffb8}.inquiry-form__footnote{color:var(--text);opacity:.62;margin:0;padding:0 1.35rem;font-size:.78rem;line-height:1.5}.inquiry-form__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem 1rem;padding:.35rem 1.35rem 1.35rem;display:flex}.inquiry-form__secondary{flex-wrap:wrap;align-items:center;gap:.65rem 1rem;display:flex}.inquiry-form__text-btn{color:var(--blue);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-family:inherit;font-size:.82rem;font-weight:700;text-decoration:underline}.inquiry-form__text-btn:hover{color:var(--orange)}.inquiry-form__submit{margin-left:auto;box-shadow:0 6px 20px #ff6a0047}.section--blue .section-header{margin-bottom:clamp(2rem,5vw,3rem)}.section--blue .card{box-shadow:0 12px 40px #0000001f}.summary-text{color:var(--text);max-width:900px;font-size:1.05rem;line-height:1.85}.summary-text p+p{margin-top:1.1rem}.summary-hook{color:var(--orange);font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.4}.summary-stats{border-top:1px solid var(--orange-border);grid-template-columns:1fr;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:grid}@media (width>=540px){.summary-stats{grid-template-columns:repeat(3,1fr)}}.summary-stat{background:var(--blue-deep);text-align:center;border:1px solid #00d4ff2e;border-radius:14px;padding:.9rem .7rem;position:relative;overflow:hidden;box-shadow:0 8px 28px #0b1f3a2e}.summary-stat:before{content:"";background:linear-gradient(90deg, var(--orange), var(--cyan));opacity:.85;height:3px;position:absolute;top:0;left:0;right:0}.summary-stat strong{color:var(--cyan);font-family:Poppins,sans-serif;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:800;line-height:1.2;display:block}.summary-stat span{text-transform:uppercase;letter-spacing:.4px;color:#ffffffbf;margin-top:.2rem;font-size:.6rem;font-weight:700;line-height:1.35;display:block}.project-group{margin-bottom:2.5rem}.project-group:last-child{margin-bottom:0}.project-group__title{color:var(--text);border-bottom:2px solid var(--border);margin-bottom:1.25rem;padding-bottom:.75rem;font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:700}.project-group__title--light{color:var(--text-on-dark);border-bottom-color:#ffffff26}.project-group__head{border-bottom:2px solid #ffffff26;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.project-group__head .project-group__title{border-bottom:none;margin-bottom:0;padding-bottom:0}.project-group__count{color:#ffffffa6;white-space:nowrap;font-size:.78rem;font-weight:700}.project-group__link{color:#ffffffd9;white-space:nowrap;font-size:.78rem;font-weight:700;text-decoration:none;transition:color .2s}.project-group__link:hover{color:var(--orange)}.projects-volume{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem;display:grid}@media (width>=768px){.projects-volume{grid-template-columns:repeat(5,1fr);gap:1rem}}.projects-volume__stat{background:#ffffff0f;border:1px solid #ffffff24;border-radius:14px;flex-direction:column;gap:.2rem;min-width:0;padding:1rem 1.1rem;display:flex}.projects-volume__stat--hero{background:linear-gradient(135deg,#ff6a0038,#ff6a0014);border-color:#ff6a0073;grid-column:1/-1}@media (width>=768px){.projects-volume__stat--hero{grid-column:auto}}.projects-volume__stat strong{color:var(--white);font-family:Poppins,sans-serif;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;line-height:1}.projects-volume__stat--hero strong{color:var(--orange);font-size:clamp(2rem,4vw,2.75rem)}.projects-volume__stat span{color:#ffffffc7;font-size:.72rem;font-weight:600;line-height:1.35}.projects-grid--preview{align-items:stretch;margin-bottom:1.75rem}.projects-grid--preview .project-card--display{flex-direction:column;height:100%;display:flex}@media (width>=960px){.projects-grid--preview{grid-template-columns:repeat(3,1fr);gap:1.15rem}}.projects-cta-panel{background:linear-gradient(135deg,#ffffff1f,#ffffff0a);border:2px solid #ff6a0059;border-radius:18px;flex-direction:column;gap:1.25rem;padding:1.5rem 1.65rem;display:flex}@media (width>=900px){.projects-cta-panel{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;padding:1.75rem 2rem}}.projects-cta-panel__copy{min-width:0}.projects-cta-panel__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:.45rem;font-size:.72rem;font-weight:700}.projects-cta-panel__title{color:var(--white);margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:700;line-height:1.35}.projects-cta-panel__title strong{color:var(--orange)}.projects-cta-panel__text{color:#ffffffd1;max-width:52ch;margin:0;font-size:.88rem;line-height:1.6}.projects-cta-panel__btn{white-space:nowrap;flex-shrink:0}.projects-back{color:#ffffffe6;align-items:center;gap:.35rem;margin-bottom:1.75rem;font-size:.9rem;font-weight:600;display:inline-flex}.projects-back:hover{color:var(--orange)}.section--projects-page,.section--certifications-page{padding-top:calc(var(--header-h) + var(--section-y));padding-bottom:var(--section-y)}.section--projects-page .projects-back,.section--certifications-page .projects-back{color:var(--blue)}.section--projects-page .projects-back:hover,.section--certifications-page .projects-back:hover{color:var(--orange)}.section--projects-page .projects-toolbar__count,.section--certifications-page .projects-toolbar__count{color:var(--text);opacity:.82}.section--projects-page .projects-toolbar__count strong,.section--certifications-page .projects-toolbar__count strong{color:var(--text)}.section--projects-page .projects-filter,.section--certifications-page .projects-filter{border:1px solid var(--border);background:var(--white);color:var(--text)}.section--projects-page .projects-filter:hover,.section--certifications-page .projects-filter:hover{border-color:var(--orange-border-hover);background:var(--orange-light)}.section--projects-page .projects-filter__count,.section--certifications-page .projects-filter__count{background:var(--blue-light)}.section--projects-page .projects-loading,.section--certifications-page .certs-loading{color:var(--text);opacity:.7}.section--projects-page .project-group__head{border-bottom-color:var(--border)}.section--projects-page .project-group__count{color:var(--text);opacity:.65}.section--certifications-page .cert-group__head{border-bottom-color:var(--border)}.section--certifications-page .cert-group__title{color:var(--text)}.section--certifications-page .cert-group__count{color:var(--text);opacity:.65}.edu-card{align-items:flex-start;gap:1.25rem;max-width:640px;margin:0 auto;padding:1.75rem;display:flex}.edu-card__icon{background:var(--blue-light);width:3.5rem;height:3.5rem;color:var(--text);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.edu-card h3{color:var(--text);margin-bottom:.35rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700}.edu-card__school,.edu-card__degree{color:var(--text);margin-bottom:.75rem;font-size:.92rem}.edu-card__meta{color:var(--text);flex-wrap:wrap;gap:.75rem;font-size:.85rem;display:flex}.edu-card__gpa{color:var(--text);font-weight:700}.recs-linkedin-note{text-align:center;color:var(--text);margin-top:2rem;font-size:.9rem}.recs-linkedin-note a{color:var(--text);text-underline-offset:3px;font-weight:700;text-decoration:underline}.recs-linkedin-note a:hover{color:var(--text);opacity:.7}.recs-linkedin-note--light{color:#ffffffd1}.recs-linkedin-note--light a{color:var(--cyan);opacity:1}.recs-linkedin-note--light a:hover{color:var(--orange);opacity:1}.recs-cta,.stats-strip__cta,.track-record__cta{flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:1.5rem;display:flex}.track-record__cta{margin-top:2.25rem}.recs-cta .btn,.stats-strip__cta .btn--yellow{box-shadow:0 6px 20px #ff6a0047}.recs-cta .btn:hover,.stats-strip__cta .btn--yellow:hover{box-shadow:0 8px 24px #ff6a005c}.track-record__cta .btn--primary{box-shadow:0 6px 20px #ff6a0047}.track-record__cta .btn--primary:hover{box-shadow:0 8px 24px #ff6a005c}.section{padding:var(--section-y) 0}.section--white{background:var(--white)}.section--dark{background:linear-gradient(180deg, var(--blue-deep) 0%, var(--blue-hero-mid) 100%);color:var(--text-on-dark)}.section--dark .section-label{color:#ffffffa6}.section--dark .section-title{color:var(--white)}.section--dark .section-title em{color:var(--orange)}.section--dark .section-subtitle,.section--dark .contact-desc{color:#ffffffd1}.section--dark .card{background:#1e3a5f8c;border-color:#ffffff1a;box-shadow:0 12px 40px #00000040}.section--dark .edu-card__icon{color:var(--cyan);background:#00d4ff1f}.section--dark .edu-card h3,.section--dark .edu-card__school,.section--dark .edu-card__meta,.section--dark .contact-link{color:var(--white)}.section--dark .contact-link__label{color:#fff9}.section-contact.waved-section{background:var(--white)}.site-footer-band.section--blue,.site-footer-band .waved-section__content{padding-bottom:0}.site-footer{color:#ffffffd1;padding:0 0 calc(2rem + env(safe-area-inset-bottom,0));background:0 0}.section--cta{text-align:center;color:var(--text-on-dark)}.section--cta .cta-band__inner{max-width:720px;margin:0 auto}.section--cta p{color:#ffffffe0;margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.section--cta h2{color:var(--text-on-dark);text-shadow:none;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.section--cta .cta-band__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.section-header{margin-bottom:clamp(2rem,5vw,3rem)}.section-header--center{text-align:center}.section-header--center .section-subtitle{margin-left:auto;margin-right:auto}.section-label{text-transform:uppercase;letter-spacing:2px;color:var(--blue);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section-header--light .section-label{color:#ffffffbf;text-shadow:none}.section-title{color:var(--text);letter-spacing:-.02em;font-family:Poppins,sans-serif;font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:800;line-height:1.15}.section-header--light .section-title{color:var(--text-on-dark);text-shadow:none}.section-title em{color:var(--orange);font-style:normal}.section-header--light .section-title em{color:var(--orange);text-shadow:none}.section-header--light .section-subtitle{color:#ffffffd1;max-width:720px}.section-hook{max-width:720px;color:var(--orange);margin-top:.9rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.45}.section-hook-line{display:inline}.section-header--light .section-hook-line--1{color:var(--white)}.section-header--light .section-hook-line--2{color:var(--cyan)}.section-header--light .section-hook-line--3{color:var(--orange)}.section-header--center .section-hook{margin-left:auto;margin-right:auto}.section-subtitle{max-width:640px;color:var(--text);margin-top:1rem;font-size:1.05rem;line-height:1.7}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.section--white .card,.section--white .summary-text{background:linear-gradient(165deg, #fff 0%, var(--orange-light) 100%);border:1px solid var(--orange-border);box-shadow:var(--orange-shadow);transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.section--white .card:before,.section--white .summary-text:before{content:"";background:linear-gradient(90deg, var(--orange), var(--orange-hover));height:3px;position:absolute;top:0;left:0;right:0}.section--white .card:hover,.section--white .summary-text:hover{border-color:var(--orange-border-hover);box-shadow:var(--orange-shadow-hover)}.section--white .exp-card:hover,.section--white .track-card:hover,.section--white .skill-card:hover,.section--white .edu-card:hover,.section--white .contact-link:hover{transform:translateY(-4px)}.section--white .exp-card__list li:before{background:var(--orange)}.section--white .edu-card__icon{background:var(--orange-light);color:var(--orange);border:1px solid var(--orange-border)}.section--white .skill-card h4{color:var(--orange)}.section--white .tag--blue{border-color:var(--orange-border);background:#fff}.exp-list{flex-direction:column;gap:1.25rem;display:flex}.exp-card{padding:1.75rem;transition:transform .25s,box-shadow .25s,border-color .25s}.exp-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.section--white .exp-card:hover{box-shadow:var(--orange-shadow-hover)}.exp-card__head{border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}@media (width>=640px){.exp-card__head{flex-direction:row;justify-content:space-between;align-items:flex-start}}.exp-card h3{color:var(--text);margin-bottom:.25rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700}.exp-card__company{color:var(--text);font-size:.9rem;font-weight:600}.exp-card__meta{text-align:left}@media (width>=640px){.exp-card__meta{text-align:right;flex-shrink:0}}.exp-card__meta strong{color:var(--text);font-size:.88rem;display:block}.exp-card__meta span{color:var(--text);font-size:.82rem}.exp-card__list{flex-direction:column;gap:.65rem;list-style:none;display:flex}.exp-card__list li{color:var(--text);padding-left:1.25rem;font-size:.92rem;line-height:1.65;position:relative}.exp-card__list li:before{content:"";background:var(--blue);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.track-record-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.track-record-grid .reveal,.track-record-grid .reveal>.track-card{height:100%}@media (width>=900px){.track-record-grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:1.35rem}}.track-card{border:1px solid var(--orange-border);background:linear-gradient(165deg, #fff 0%, var(--orange-light) 100%);min-height:100%;box-shadow:var(--orange-shadow);border-radius:16px;flex-direction:column;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden}.track-card:hover{border-color:var(--orange-border-hover);box-shadow:var(--orange-shadow-hover);transform:translateY(-4px)}.track-card__accent{background:linear-gradient(90deg,#1e3a5f,#0ea5e9);height:4px}.track-card--independent .track-card__accent{background:linear-gradient(90deg, var(--orange), #fdba74)}.track-card__inner{flex-direction:column;flex:1;padding:1.25rem 1.35rem 1.35rem;display:flex}.track-card__meta{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.track-card__badge{border-radius:var(--radius-pill);letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;padding:.28rem .6rem;font-size:.62rem;font-weight:700}.track-card__badge--agency{color:#6b7280;background:#f3f4f6}.track-card__badge--independent{color:#b45309;background:#fef3c7}.track-card__timeline{color:var(--text);opacity:.6;white-space:nowrap;font-size:.72rem;font-weight:600}.track-card__head{align-items:flex-start;gap:.85rem;margin-bottom:1rem;display:flex}.track-card__icon{background:var(--blue-light);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:2.85rem;height:2.85rem;font-size:1.25rem;line-height:1;display:flex;box-shadow:inset 0 0 0 1px #1e3a5f14}.track-card--independent .track-card__icon{background:var(--orange-light)}.track-card__intro{min-width:0}.track-card__where{color:var(--text);margin:0 0 .25rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.35}.track-card__role{color:var(--orange);margin:0 0 .2rem;font-size:.92rem;font-weight:600}.track-card__duration{color:var(--text);opacity:.65;margin:0;font-size:.78rem;font-weight:600}.track-card__metrics{flex-direction:column;flex:1;gap:.5rem;margin:0 0 1rem;list-style:none;display:flex}.track-card__metrics li{color:var(--text);padding-left:.95rem;font-size:.82rem;line-height:1.5;position:relative}.track-card__metrics li:before{content:"";background:var(--orange);border-radius:50%;width:.35rem;height:.35rem;position:absolute;top:.55em;left:0}.track-card__tools{border-top:1px solid #1e3a5f1a;flex-wrap:wrap;gap:.35rem;margin-top:auto;padding-top:.85rem;display:flex}.track-card__tool{border-radius:var(--radius-pill);color:var(--text);white-space:nowrap;background:#ffffffd9;border:1px solid #1e3a5f1f;align-items:center;padding:.28rem .55rem;font-size:.68rem;font-weight:600;line-height:1.2;display:inline-flex}.projects-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.projects-toolbar{margin-bottom:2rem}.projects-toolbar__count{color:#fffc;margin-bottom:1rem;font-size:.9rem}.projects-toolbar__count strong{color:var(--white)}.projects-filters{flex-wrap:wrap;gap:.55rem;display:flex}.projects-filter-bar{width:100%}.projects-filter-select{border-radius:var(--radius-pill);color:#ffffffeb;cursor:pointer;appearance:none;background-color:#ffffff0f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5l4 4 4-4' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.85'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:1px solid #ffffff2e;width:100%;padding:.7rem 2.5rem .7rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;line-height:1.3;display:none}.projects-filter-select:focus{outline-offset:2px;outline:2px solid #ff6a008c}.projects-filter-select option{color:#1a2744;background-color:#fff}@media (width<=767px){.projects-filter-select{color:var(--text);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5l4 4 4-4' stroke='%231e3a5f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border:1px solid #ffffff59;display:block}.projects-filter-bar .projects-filters{display:none}}@media (width>=768px){.projects-filter-select{display:none!important}}.section--projects-page .projects-filter-select,.section--certifications-page .projects-filter-select{border:1px solid var(--border);background-color:var(--white);color:var(--text);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5l4 4 4-4' stroke='%231e3a5f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.projects-filter{border-radius:var(--radius-pill);color:#ffffffe0;text-align:left;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;align-items:center;gap:.45rem;padding:.5rem .9rem;font-size:.78rem;font-weight:600;line-height:1.3;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.projects-filter:hover{background:#ff6a001f;border-color:#ff6a0073}.projects-filter--active{background:var(--orange);border-color:var(--orange);color:var(--white)}.projects-filter__count{border-radius:var(--radius-pill);background:#0000002e;justify-content:center;align-items:center;min-width:1.35rem;padding:.1rem .4rem;font-size:.68rem;font-weight:700;display:inline-flex}.projects-filter--active .projects-filter__count{background:#ffffff38}.projects-loading{text-align:center;color:#ffffffbf;padding:2rem 0}.project-card{flex-direction:column;min-width:0;min-height:100%;padding:1.25rem 1.35rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.project-card:not(.project-card--display):hover{transform:translateY(-4px)}.section--blue .project-card:not(.project-card--display):hover{box-shadow:var(--orange-shadow-hover)}.project-card__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;padding-bottom:.85rem;display:flex}.project-card__title{color:var(--text);flex:1;min-width:0;margin:0;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;line-height:1.35}.project-card__badge{text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-pill);text-align:center;flex-shrink:0;max-width:7.5rem;padding:.3rem .5rem;font-size:.58rem;font-weight:700;line-height:1.2}.project-card__badge--agency{color:#6b7280;background:#f3f4f6}.project-card__badge--independent{color:#b45309;background:#fef3c7}.project-card__badge--personal{color:#1d4ed8;background:#eff6ff}.project-card__outcome{color:var(--text);border-left:3px solid var(--orange);flex:1;margin:0 0 1rem;padding-left:.8rem;font-size:.84rem;line-height:1.6}.project-card__metrics{flex-wrap:wrap;gap:.4rem;margin:0 0 1rem;list-style:none;display:flex}.project-card__metrics li{border-radius:var(--radius-pill);background:var(--orange-light);color:var(--text);border:1px solid var(--orange-border);padding:.3rem .55rem;font-size:.72rem;font-weight:700;line-height:1.3}.project-card__desc{color:var(--text);opacity:.82;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.65;display:-webkit-box;overflow:hidden}.project-card__desc--expanded{-webkit-line-clamp:unset;white-space:pre-line;display:block;overflow:visible}.project-card__toggle-desc{color:var(--orange);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;align-items:center;margin:.4rem 0 1rem;padding:0;font-size:.78rem;font-weight:700;text-decoration:underline;display:inline-flex}.project-card__toggle-desc:hover{color:var(--orange-hover)}.project-card__stack{flex-wrap:wrap;gap:.35rem;margin-top:auto;display:flex}.project-card__chip{border-radius:var(--radius-pill);background:var(--white);color:var(--text);border:1px solid #1e3a5f24;align-items:center;padding:.28rem .55rem;font-size:.68rem;font-weight:600;line-height:1.2;display:inline-flex}.project-card__chip--more{background:var(--blue-light);color:var(--text);opacity:.7;border-color:#0000}.project-card--display{background:var(--white);border:1px solid #ffffff1f;border-radius:16px;padding:0;transition:transform .22s,box-shadow .22s;overflow:hidden;box-shadow:0 10px 32px #00000024}.project-card--display:hover{transform:translateY(-5px);box-shadow:0 16px 40px #0003}.project-card__cover{background:linear-gradient(145deg,#1e3a5f 0%,#0f2744 100%);flex-direction:column;justify-content:space-between;gap:.85rem;min-height:7rem;padding:1rem 1.1rem 1.1rem;display:flex;position:relative}.project-card--agency .project-card__cover{background:linear-gradient(145deg,#334155 0%,#1e293b 55%,#0f2744 100%)}.project-card--independent .project-card__cover{background:linear-gradient(145deg,#c2410c 0%,#9a3412 55%,#431407 100%)}.project-card--personal .project-card__cover{background:linear-gradient(145deg,#1d4ed8 0%,#1e3a8a 55%,#172554 100%)}.project-card__category{letter-spacing:.06em;text-transform:uppercase;color:#ffffffe0;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.74rem;font-weight:700;line-height:1.4;display:block;overflow:hidden}.project-card__mock{background:#fffffff5;border-radius:8px;width:100%;max-width:8.5rem;overflow:hidden;box-shadow:0 6px 18px #00000029}.project-card__mock-bar{background:#eef2f7;align-items:center;gap:.3rem;padding:.4rem .55rem;display:flex}.project-card__mock-bar span{background:#cbd5e1;border-radius:50%;width:.45rem;height:.45rem}.project-card__mock-bar span:first-child{background:#f87171}.project-card__mock-bar span:nth-child(2){background:#fbbf24}.project-card__mock-bar span:nth-child(3){background:#34d399}.project-card__content{flex-direction:column;flex:1;min-width:0;padding:1rem 1.05rem 1.05rem;display:flex}.project-card--display .project-card__header{border-bottom:none;margin-bottom:.55rem;padding-bottom:0}.project-card--display .project-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.94rem;display:-webkit-box;overflow:hidden}.project-card--display .project-card__badge{padding:.22rem .42rem;font-size:.52rem}.project-card__stat{color:var(--orange);margin:0 0 .45rem;font-size:.72rem;font-weight:700;line-height:1.35}.project-card__summary{color:var(--text);opacity:.82;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0 0 .85rem;font-size:.78rem;line-height:1.55;display:-webkit-box;overflow:hidden}.project-card--display .project-card__stack{margin-top:auto;padding-top:.15rem}.project-card:not(.project-card--display):hover{box-shadow:var(--shadow-lg);border-color:#ff6a0033;transform:translateY(-6px)}.project-card__num{color:var(--text);margin-bottom:.75rem;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:800;line-height:1;display:inline-block}.project-card h3{color:var(--text);margin-bottom:.75rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700}.tag-row{flex-wrap:wrap;gap:.45rem;display:flex}.tag{border-radius:var(--radius-pill);background:var(--off-white);color:var(--text);border:1px solid var(--border);padding:.3rem .7rem;font-size:.72rem;font-weight:600}.tag--blue{background:var(--orange-light);color:var(--text);border-color:#ff6a004d}.section--blue .skill-card .tag--blue{background:var(--white);color:var(--text);border-color:#0000001a}.skills-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.skills-grid{grid-template-columns:repeat(3,1fr)}}.skill-card{background:var(--white);border-color:var(--border);padding:1.5rem}.skill-card h4{text-transform:uppercase;letter-spacing:1.2px;color:var(--text);margin-bottom:1rem;font-size:.78rem;font-weight:700}.certs-loading{text-align:center;color:#ffffffbf;padding:2rem 0}.certs-toolbar{margin-bottom:2rem}.certs-toolbar__count{color:#fffc;margin-bottom:1rem;font-size:.9rem}.certs-toolbar__count strong{color:var(--white)}.certs-filters{flex-wrap:wrap;gap:.55rem;display:flex}.certs-filter{border-radius:var(--radius-pill);color:#ffffffe0;text-align:left;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;align-items:center;gap:.45rem;padding:.5rem .9rem;font-size:.78rem;font-weight:600;line-height:1.3;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.certs-filter:hover{background:#ff6a001f;border-color:#ff6a0073}.certs-filter--active{background:var(--orange);border-color:var(--orange);color:var(--white)}.certs-filter__count{border-radius:var(--radius-pill);background:#0000002e;justify-content:center;align-items:center;min-width:1.35rem;padding:.1rem .4rem;font-size:.68rem;font-weight:700;display:inline-flex}.certs-filter--active .certs-filter__count{background:#ffffff38}.cert-group{margin-bottom:2.5rem}.cert-group:last-child{margin-bottom:0}.cert-group__head{border-bottom:2px solid #ffffff26;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.cert-group__title{color:var(--text-on-dark);margin:0;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700}.cert-group__count{color:#ffffffa6;white-space:nowrap;font-size:.78rem;font-weight:700}.certs-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=900px){.certs-grid{grid-template-columns:repeat(2,1fr);gap:1.15rem}}.education-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:.5rem;display:grid}@media (width>=900px){.education-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.education-grid .edu-card{max-width:none;height:100%;margin:0}.certs-grid--preview{margin-bottom:1.75rem}@media (width>=960px){.certs-grid--preview{grid-template-columns:repeat(3,1fr);gap:1.1rem}}.cert-card{color:inherit;min-width:0;text-decoration:none;transition:transform .2s;display:block}.cert-card:hover{transform:translateY(-2px)}.cert-card__frame{text-align:center;background:linear-gradient(#fffef8 0%,#fff 42%,#faf7f2 100%);border:1px solid #b49b6e59;border-radius:10px;flex-direction:column;align-items:center;min-height:100%;padding:1.35rem 1.1rem 1.1rem;display:flex;position:relative;box-shadow:inset 0 1px #ffffffe6,0 8px 24px #0f233c1a}.cert-card__frame:before{content:"";pointer-events:none;border:1px solid #b49b6e38;border-radius:6px;position:absolute;inset:5px}.cert-card__seal{color:#b45309;background:linear-gradient(145deg,#fef3c7 0%,#fde68a 100%);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:.65rem;display:flex;box-shadow:0 2px 8px #b453092e}.cert-card__seal--specialization{color:#1d4ed8;background:linear-gradient(145deg,#dbeafe 0%,#bfdbfe 100%);box-shadow:0 2px 8px #1d4ed826}.cert-card__seal--course{color:#6b7280;background:linear-gradient(145deg,#f3f4f6 0%,#e5e7eb 100%);box-shadow:0 2px 8px #6b72801f}.cert-card__type{letter-spacing:.12em;text-transform:uppercase;color:#9a7b4f;margin:0 0 .55rem;font-size:.62rem;font-weight:700}.cert-card__title{color:#1a2744;max-width:18rem;margin:0 0 .45rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700;line-height:1.4}.cert-card__issuer{color:#5c6478;margin:0 0 .85rem;font-size:.76rem;line-height:1.45}.cert-card__footer{border-top:1px solid #b49b6e33;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .75rem;width:100%;margin-top:auto;padding-top:.75rem;display:flex}.cert-card__date{color:#4b5563;font-size:.72rem;font-weight:600}.cert-card__verify{letter-spacing:.02em;text-transform:uppercase;color:var(--blue);font-size:.68rem;font-weight:700}.cert-card--link:hover .cert-card__verify{color:var(--orange)}.cert-card--link:hover .cert-card__frame{border-color:#ff6a0059;box-shadow:inset 0 1px #ffffffe6,0 10px 28px #0f233c24}.cert-card--compact .cert-card__frame{padding:1.15rem .95rem .95rem}.cert-card--compact .cert-card__seal{width:2.65rem;height:2.65rem;margin-bottom:.55rem}.cert-card--compact .cert-card__seal svg{width:26px;height:26px}.cert-card--compact .cert-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.84rem;display:-webkit-box;overflow:hidden}.cert-card--compact .cert-card__issuer{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.7rem;font-size:.72rem;display:-webkit-box;overflow:hidden}.recs-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.recs-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.rec-card{margin:0;padding:1.75rem;transition:transform .25s}.rec-card:hover{transform:translateY(-4px)}.stars{color:#f5b301;letter-spacing:2px;text-shadow:0 0 12px #f5b30159;margin-bottom:1rem;font-size:.95rem}.rec-card p{color:var(--text);margin-bottom:1.5rem;font-size:.92rem;font-style:italic;line-height:1.75}.rec-card footer{align-items:center;gap:.85rem;display:flex}.rec-card__avatar{background:var(--orange);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex;overflow:hidden}.rec-card__avatar img{object-fit:cover;width:100%;height:100%}.rec-card footer strong{color:var(--text);font-size:.9rem;display:block}.rec-card footer span{color:var(--text);margin-top:.1rem;font-size:.78rem;display:block}.contact-layout{grid-template-columns:1fr;align-items:stretch;gap:2rem;display:grid}@media (width>=900px){.contact-layout{grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);align-items:stretch;gap:2.5rem}}.contact-photo-col,.contact-content-col{min-height:0;display:flex}.contact-photo-frame{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);border:5px solid var(--white);outline:3px solid var(--blue-light);display:flex;overflow:hidden}.contact-photo-frame img{aspect-ratio:4/5;object-fit:cover;object-position:top center;width:100%}@media (width>=900px){.contact-photo-frame{flex:1;min-height:100%}.contact-photo-frame img{aspect-ratio:auto;flex:1;min-height:100%}}.contact-panel{flex-direction:column;width:100%;padding:clamp(1.5rem,3vw,2rem);display:flex}.contact-panel .section-header{margin-bottom:1.25rem}.contact-cta{border-left:3px solid var(--orange);background:linear-gradient(90deg, var(--orange-light) 0%, transparent 100%);border-radius:0 12px 12px 0;margin:0 0 1.5rem;padding:1.15rem 1.15rem 1.15rem 1rem}.contact-cta__hook{color:var(--text);margin-bottom:.6rem;font-family:Poppins,sans-serif;font-size:clamp(1.15rem,2.4vw,1.4rem);font-weight:700;line-height:1.4}.contact-cta__instruction{color:var(--text);margin:0;font-size:.95rem;line-height:1.65}.contact-footer{flex-direction:column;align-items:flex-start;gap:.65rem;margin-bottom:1.5rem;display:flex}.contact-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;width:100%;display:flex}.contact-btn{box-shadow:0 6px 20px #ff6a0047}.contact-btn:hover{box-shadow:0 8px 24px #ff6a005c}.contact-badge{border-radius:var(--radius-pill);background:var(--blue-light);border:1px solid var(--border);color:var(--blue);align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex}.contact-badge svg{color:var(--orange);flex-shrink:0}.contact-cta__email{color:var(--blue);text-underline-offset:3px;margin:0;font-size:.9rem;font-weight:600;text-decoration:underline;display:inline-block}.contact-cta__email:hover{color:var(--orange)}.contact-channels{border-top:1px solid var(--border);grid-template-columns:1fr;gap:.85rem;margin-top:auto;padding-top:1.35rem;display:grid}@media (width>=540px){.contact-channels{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-channel{min-height:100%;color:inherit;border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.15rem 1.15rem 1rem;text-decoration:none;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.contact-channel:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.contact-channel:hover{transform:translateY(-3px)}.contact-channel--linkedin{background:linear-gradient(165deg,#fff 0%,#eef4fb 100%);border-color:#0a66c238;box-shadow:0 6px 20px #0a66c214}.contact-channel--linkedin:before{background:linear-gradient(90deg,#0a66c2,#378fe9)}.contact-channel--linkedin:hover{border-color:#0a66c26b;box-shadow:0 10px 28px #0a66c229}.contact-channel--github{background:linear-gradient(165deg,#fff 0%,#f4f4f5 100%);border-color:#24292f24;box-shadow:0 6px 20px #24292f0f}.contact-channel--github:before{background:linear-gradient(90deg,#24292f,#57606a)}.contact-channel--github:hover{border-color:#24292f47;box-shadow:0 10px 28px #24292f1f}.contact-channel__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:2.85rem;height:2.85rem;transition:transform .22s,box-shadow .22s;display:flex}.contact-channel__icon svg{width:22px;height:22px}.contact-channel--linkedin .contact-channel__icon{color:#fff;background:#0a66c2;box-shadow:0 4px 14px #0a66c247}.contact-channel--github .contact-channel__icon{color:#fff;background:#24292f;box-shadow:0 4px 14px #24292f38}.contact-channel:hover .contact-channel__icon{transform:scale(1.05)}.contact-channel__body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.contact-channel__body strong{text-transform:uppercase;letter-spacing:.1em;color:var(--text);opacity:.55;font-size:.72rem;font-weight:700}.contact-channel__handle{color:var(--text);word-break:break-word;font-size:.84rem;font-weight:600;line-height:1.4}.contact-channel--linkedin .contact-channel__handle{color:#0a66c2}.contact-channel--github .contact-channel__handle{color:#24292f}.contact-channel__cta{letter-spacing:.02em;text-transform:uppercase;color:var(--text);opacity:.45;align-items:center;gap:.35rem;margin-top:auto;font-size:.72rem;font-weight:700;transition:opacity .22s,color .22s,gap .22s;display:inline-flex}.contact-channel:hover .contact-channel__cta{opacity:1;gap:.5rem}.contact-channel--linkedin:hover .contact-channel__cta{color:#0a66c2}.contact-channel--github:hover .contact-channel__cta{color:#24292f}.site-footer__grid{grid-template-columns:1fr;align-items:center;gap:1.5rem;padding-top:.5rem;padding-bottom:.5rem;display:grid}@media (width>=768px){.site-footer__grid{grid-template-columns:1fr auto;gap:2rem}.site-footer__meta{text-align:right}}.site-footer__brand{align-items:center;gap:1rem;display:flex}.site-footer__avatar{object-fit:cover;border:2px solid #00d4ff59;border-radius:50%;width:52px;height:52px}.site-footer__brand strong{color:var(--white);margin-bottom:.25rem;font-size:1rem;display:block}.site-footer__brand p{color:#ffffffb8;font-size:.85rem;line-height:1.5}.site-footer__meta{color:#ffffffd1;max-width:36ch;font-size:.85rem;line-height:1.6}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.tool-track{animation:none}.reveal{opacity:1;transition:none;transform:none}.btn:hover,.exp-card:hover,.track-card:hover,.project-card:hover,.cert-card:hover,.rec-card:hover,.insight-card:hover,.contact-link:hover,.contact-channel:hover{transform:none}}.insights-grid{grid-template-columns:1fr;gap:1.25rem;min-width:0;display:grid}.insights-grid .reveal,.insights-grid .reveal>.insight-card{height:100%}@media (width>=768px){.insights-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.35rem}}.insights-grid--all{margin-top:2rem}@media (width>=900px){.insights-grid--all{grid-template-columns:repeat(2,1fr)}}.insights-more{justify-content:center;margin-top:2.25rem;display:flex}.insights-back{color:var(--blue);align-items:center;gap:.35rem;margin-bottom:1.75rem;font-size:.9rem;font-weight:600;display:inline-flex}.insights-back:hover{color:var(--orange)}.section--insights-page{padding-top:calc(var(--header-h) + var(--section-y))}.insight-card{min-width:0;min-height:100%;color:inherit;border:1px solid var(--border);background:var(--white);border-radius:16px;flex-direction:column;padding:0;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #0b1f3a14}.insight-card:hover{border-color:var(--orange-border-hover);box-shadow:var(--orange-shadow-hover);transform:translateY(-4px)}.insight-card__cover{background:linear-gradient(135deg,#eef4fb 0%,#f8fafc 100%);border-bottom:1px solid #1e3a5f14;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1.15rem;display:flex}.insight-card__cover--has-image{min-height:140px;padding:.85rem 1.15rem;position:relative;overflow:hidden}.insight-card__cover-img,.insight-card__cover-img-picture,.insight-card__cover-img-picture img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.insight-card__cover--has-image:before{content:"";background:linear-gradient(#0f172a26 0%,#0f172a73 100%);position:absolute;inset:0}.insight-card__cover--has-image .insight-card__mark,.insight-card__cover--has-image .insight-card__time{z-index:1;position:relative}.insight-card__cover--has-image .insight-card__mark{color:#fff}.insight-card__cover--has-image .insight-card__time{background:#ffffffeb}.insight-card__mark{letter-spacing:.06em;text-transform:uppercase;color:var(--blue);align-items:center;gap:.4rem;font-size:.68rem;font-weight:700;display:inline-flex}.insight-card__mark svg{color:var(--orange);flex-shrink:0}.insight-card__time{border-radius:var(--radius-pill);background:var(--white);color:var(--text);opacity:.75;white-space:nowrap;border:1px solid #1e3a5f1a;flex-shrink:0;padding:.28rem .6rem;font-size:.68rem;font-weight:700}.insight-card__body{flex-direction:column;flex:1;gap:.65rem;padding:1.25rem 1.2rem 1.15rem;display:flex}.insight-card__title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Poppins,sans-serif;font-size:1.12rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.insight-card__desc{color:var(--text);opacity:.9;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.62;display:-webkit-box;overflow:hidden}.insight-card__flow{background:var(--orange-light);border:1px solid var(--orange-border);border-radius:10px;flex-direction:column;flex:1;justify-content:center;gap:.5rem;min-height:5.5rem;margin:0;padding:.75rem .8rem;display:flex}.insight-card__flow-row{flex-wrap:wrap;flex:1;align-content:center;align-items:center;gap:.35rem .25rem;display:flex}.insight-card__flow-arrow{color:var(--orange);opacity:.9;flex-shrink:0;font-size:.72rem;font-weight:700}.insight-card__flow-step{max-width:100%;color:var(--blue);word-break:break-word;background:#ffffffeb;border:1px solid #1e3a5f1a;border-radius:6px;align-items:center;padding:.32rem .55rem;font-size:.74rem;font-weight:600;line-height:1.4;display:inline-flex}.insight-card__cta{letter-spacing:.03em;text-transform:uppercase;color:var(--orange);border-top:1px solid #1e3a5f1a;align-items:center;gap:.4rem;margin-top:auto;padding-top:.85rem;font-size:.78rem;font-weight:700;transition:gap .22s,color .22s;display:inline-flex}.insight-card:hover .insight-card__cta{color:var(--orange-hover);gap:.55rem}.insight-article{max-width:720px}.insight-article__meta{color:var(--orange);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.insight-article__headline{color:var(--text);margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:800;line-height:1.25}.insight-article__problem{color:var(--text);margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.insight-article__image{object-fit:cover;border-radius:12px;width:100%;max-height:420px;margin-bottom:2rem;display:block}.insight-article__diagram{color:var(--blue);background:var(--off-white);border:1px solid var(--border);border-radius:12px;margin-bottom:0;padding:1.1rem 1.25rem;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.88rem;line-height:1.7}.insight-article__bridge{align-items:center;gap:1rem;margin:2.25rem 0;display:flex}.insight-article__bridge-line{background:linear-gradient(90deg, transparent, var(--orange), transparent);border-radius:999px;flex:1;height:2px}.insight-article__bridge-text{letter-spacing:.02em;text-align:center;text-transform:uppercase;max-width:16rem;color:var(--orange);flex-shrink:0;margin:0;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:700;line-height:1.4}.insight-article__solution{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.insight-article__solution p{color:var(--text);font-size:1rem;line-height:1.75}.insight-article__cta{border-radius:var(--radius);background:linear-gradient(165deg, #fff 0%, var(--orange-light) 100%);border:1px solid var(--orange-border);box-shadow:var(--orange-shadow);margin:0;padding:1.75rem}.insight-article__cta-headline{color:var(--text);margin:0 0 .65rem;font-family:Poppins,sans-serif;font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:700;line-height:1.4}.insight-article__cta-text{color:var(--text);margin:0 0 1.25rem;font-size:.98rem;font-weight:500;line-height:1.65}.insight-article__cta-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.insight-article__cta-badge{border-radius:var(--radius-pill);border:1px solid var(--border);color:var(--blue);background:#fff;align-items:center;padding:.45rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex}main{color:var(--text)}.insight-card__category{border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:uppercase;background:var(--off-white);color:var(--blue);border:1px solid var(--border);align-self:flex-start;align-items:center;padding:.28rem .6rem;font-size:.68rem;font-weight:700;display:inline-flex}.insight-card__category--automation{color:#c45a12;background:#fff4ec;border-color:#f5d4b8}.insight-card__category--crm{color:#1d4ed8;background:#eef4ff;border-color:#c7d9ff}.insight-card__category--revops{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.insight-card__category--leadgen{color:#be185d;background:#fdf2f8;border-color:#fbcfe8}.insights-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem;font-size:1.05rem}.insight-breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.insight-breadcrumb a{color:var(--blue);text-decoration:none}.insight-breadcrumb a:hover{text-decoration:underline}.insight-article__solution-heading{color:var(--text);margin:2rem 0 1.25rem;font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.35}.insight-article__byline{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.insight-article__markdown{color:var(--text);font-size:1.05rem;line-height:1.8}.insight-article__markdown h2,.insight-article__markdown h3{color:var(--text);margin:2rem 0 .75rem;font-family:Poppins,sans-serif}.insight-article__markdown p{margin:0 0 1.25rem}.insight-article__markdown ul,.insight-article__markdown ol{margin:0 0 1.25rem 1.25rem}.insight-article__markdown blockquote{border-left:3px solid var(--orange);background:var(--off-white);color:var(--blue);border-radius:0 12px 12px 0;margin:1.5rem 0;padding:1rem 1.25rem;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.9rem}.insight-inline-code{background:var(--off-white);border:1px solid var(--border);border-radius:6px;padding:.15rem .4rem;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.9em}.insight-code-block{color:#e2e8f0;background:#1e293b;border-radius:12px;margin:1.5rem 0;padding:1.1rem 1.25rem;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.88rem;line-height:1.65;overflow-x:auto}.insight-article__divider{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.insight-article__cta-box{background:var(--off-white);border:1px solid var(--border);border-radius:16px;margin-bottom:2rem;padding:1.5rem}.insight-article__cta-box p{margin:0 0 1rem;line-height:1.7}.insights-back--bottom{margin-top:.5rem;display:inline-block}.admin-shell{color:#0f172a;background:#f8fafc;min-height:100vh;font-family:Inter,system-ui,sans-serif}.admin-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.admin-header__brand{font-size:1rem;font-weight:700}.admin-header__signout{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .85rem;font-size:.875rem}.admin-header__signout:hover{background:#f1f5f9}.admin-main{max-width:1100px;margin:0 auto;padding:1.5rem}.admin-login{background:#f1f5f9;place-items:center;min-height:100vh;padding:1.5rem;display:grid}.admin-login__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:400px;padding:2rem}.admin-login__title{margin:0 0 .35rem;font-size:1.5rem}.admin-login__subtitle{color:#64748b;margin:0 0 1.5rem;font-size:.95rem}.admin-page__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.admin-page__title{margin:0 0 1.5rem;font-size:1.75rem}.admin-page__status{color:#64748b}.admin-loading{background:#f8fafc;place-items:center;min-height:100vh;display:grid}.admin-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:.85rem 1rem}.admin-table th{color:#475569;background:#f8fafc;font-weight:600}.admin-table__empty{text-align:center;color:#64748b;padding:2rem!important}.admin-badge{border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.admin-badge--published{color:#166534;background:#dcfce7}.admin-badge--draft{color:#475569;background:#f1f5f9}.admin-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.55rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.admin-btn--primary{color:#fff;background:#0f172a}.admin-btn--primary:hover{background:#1e293b}.admin-btn--secondary{color:#0f172a;background:#fff;border-color:#cbd5e1}.admin-btn--ghost{color:#475569;background:0 0;border-color:#cbd5e1}.admin-btn--danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-btn--small{color:#0f172a;background:#fff;border:1px solid #cbd5e1;padding:.35rem .7rem;font-size:.8rem}.admin-form{flex-direction:column;gap:.75rem;display:flex}.admin-form__group{flex-direction:column;gap:.35rem;display:flex}.admin-form__group--full{grid-column:1/-1}.admin-form__label{color:#334155;font-size:.85rem;font-weight:600}.admin-form__input,.admin-form__textarea{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:.95rem}.admin-form__textarea{resize:vertical;min-height:90px}.admin-form__textarea--body{min-height:500px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.88rem;line-height:1.6}.admin-form__count{color:#64748b;margin:0;font-size:.8rem}.admin-form__count--error{color:#dc2626;font-weight:600}.admin-form__error{color:#dc2626;margin:0;font-size:.875rem}.admin-form__message{color:#15803d;margin:0;font-size:.875rem}.admin-form__hint{color:#64748b;margin:0;font-size:.85rem}.admin-form__warn{color:#b45309;margin:.35rem 0 0;font-size:.85rem}.admin-form__row{flex-wrap:wrap;align-items:stretch;gap:.75rem;display:flex}.admin-form__row .admin-form__input{flex:16rem}.admin-image-upload{color:#334155;cursor:pointer;background:#f8fafc;border:2px dashed #1e3a5f38;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:100%;min-height:180px;padding:1.5rem;transition:border-color .15s,background .15s;display:flex}.admin-image-upload:hover:not(:disabled),.admin-image-upload--dragover{border-color:var(--orange);background:#fff7ed}.admin-image-upload:disabled{opacity:.65;cursor:not-allowed}.admin-image-upload--has-image{cursor:default;background:#fff;border-style:solid;border-color:#1e3a5f1f;align-items:stretch;min-height:0;padding:.75rem}.admin-image-upload__icon{color:var(--orange)}.admin-image-upload__title{font-size:.95rem;font-weight:600}.admin-image-upload__hint,.admin-image-upload__warn{color:#64748b;text-align:center;font-size:.82rem}.admin-image-upload__warn{color:#b45309}.admin-image-upload__actions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.admin-form__image-preview,.admin-form__image-preview-picture,.admin-form__image-preview-picture img{object-fit:cover;border:1px solid #1e3a5f1f;border-radius:10px;width:100%;max-width:100%;max-height:280px;display:block}.admin-editor__grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=768px){.admin-editor__grid{grid-template-columns:1fr}}.admin-editor__actions{flex-wrap:wrap;gap:.75rem;display:flex}.admin-tags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.admin-tag{background:#e2e8f0;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .55rem;font-size:.8rem;display:inline-flex}.admin-tag button{cursor:pointer;color:#64748b;background:0 0;border:none;font-size:1rem;line-height:1}.admin-toast{color:#166534;background:#dcfce7;border-radius:8px;margin-bottom:1rem;padding:.65rem 1rem;font-weight:600}.admin-dialog{z-index:1000;background:#0f172a73;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.admin-dialog__card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:1.5rem}.admin-dialog__card h2{margin:0 0 .5rem;font-size:1.15rem}.admin-dialog__card p{color:#64748b;margin:0 0 1.25rem}.admin-dialog__actions{justify-content:flex-end;gap:.5rem;display:flex}
