@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@700;800&display=swap");#cc-main{--cc-btn-primary-bg:#dd185a;--cc-btn-primary-hover-bg:#c41450;--cc-btn-primary-border-color:#dd185a;--cc-btn-primary-hover-border-color:#c41450;--cc-toggle-on-bg:#dd185a;--cc-toggle-on-knob-bg:#fff;--cc-separator-border-color:rgba(0,0,0,0.08);font-family:Inter,system-ui,-apple-system,sans-serif}:root{--bg-dark:#0d0d0d;--bg-light:#f5f5f5;--bg-white:#ffffff;--accent:#f70067;--accent-light:#dd185a;--accent-hover:#c41450;--text-light:#ffffff;--text-dark:#111111;--text-muted:#888888;--max-width:1240px;--section-pad:80px;--card-gap:24px;--nav-height:64px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;color:var(--text-dark);background:var(--bg-white);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 24px}.section{padding:var(--section-pad) 0;min-height:100vh;display:flex;align-items:center}.section--dark{background:var(--bg-dark);color:var(--text-light)}.section--light{background:var(--bg-light);color:var(--text-dark)}.section-title{font-size:clamp(38px,5vw,56px);font-weight:800;line-height:1.08;letter-spacing:-.04em}.section-subtitle,.section-title{font-family:Manrope,system-ui,-apple-system,sans-serif;margin-bottom:48px}.section-subtitle{font-size:clamp(18px,2vw,22px);font-weight:500;line-height:1.45;letter-spacing:-.02em;color:var(--text-muted);max-width:720px}.section-title+.section-subtitle{margin-top:-36px}.accent{color:var(--accent)}.btn{display:inline-block;font-size:16px;font-weight:600;padding:14px 32px;border-radius:8px;transition:background .2s ease,transform .2s ease}.btn--accent{background:var(--accent-light);color:#fff}.btn--accent:hover{background:var(--accent-hover)}.btn--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.22)}.btn--secondary:hover{background:rgba(255,255,255,.08)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-height);display:flex;align-items:center;transition:background .3s ease,box-shadow .3s ease;background:transparent}.navbar--scrolled{background:rgba(13,13,13,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 0 rgba(255,255,255,.05)}.navbar__inner{max-width:var(--max-width);margin:0 auto;padding:0 24px;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.navbar__logo{display:inline-flex;align-items:center;gap:10px;justify-self:start;font-size:20px;font-weight:700;font-family:Manrope,system-ui,-apple-system,sans-serif;color:#fff;letter-spacing:-.5px}.navbar__logo-mark{width:28px;height:28px;flex-shrink:0}.navbar__menu{display:contents}.navbar__links{display:flex;align-items:center;gap:32px;justify-self:center}.navbar__actions{display:flex;align-items:center;gap:16px;justify-self:end}.nav-link{color:rgba(255,255,255,.7);font-size:20px;font-weight:500;transition:color .2s}.nav-cta,.nav-link:hover{color:#fff}.nav-cta{background:var(--accent-light);font-size:15px;font-weight:600;padding:8px 20px;border-radius:6px;transition:background .2s}.nav-cta:hover{background:var(--accent-hover)}.nav-lang{color:rgba(255,255,255,.5);font-size:13px;font-weight:600;padding:4px 10px;border:1px solid rgba(255,255,255,.2);border-radius:4px;transition:color .2s,border-color .2s}.nav-lang:hover{color:#fff;border-color:rgba(255,255,255,.5)}.navbar__hamburger{display:none;flex-direction:column;gap:5px;padding:4px;justify-self:end}.navbar__hamburger span{width:24px;height:2px;background:#fff;border-radius:2px}.hero-section{padding-top:calc(var(--nav-height) + 80px);padding-bottom:80px}.hero-section .container{max-width:1360px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero__tagline{font-size:clamp(16px,2vw,20px);font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--accent-light);margin-bottom:24px}.hero__headline{max-width:980px}.hero__headline,.hero__subline{margin-left:auto;margin-right:auto}.hero__subline{max-width:760px;color:var(--text-muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:16px}.hero__actions,.hero__actions .btn{align-items:center;justify-content:center}.hero__actions .btn{display:inline-flex;white-space:nowrap}.hero__actions .btn--accent{padding-inline:36px}.hero__actions .btn--secondary{padding-inline:28px}.logo-bar{gap:80px;margin-top:64px;flex-wrap:wrap}.logo-bar,.logo-bar__item{display:flex;align-items:center;justify-content:center}.logo-bar__item{min-height:80px}.logo-bar__image{display:block;max-width:260px;max-height:80px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.94}.logo-bar__text{font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.35)}.problem-section{flex-direction:column;align-items:stretch;padding:0;min-height:auto}.problem-section>.container,.problem__main{display:flex;flex-direction:column}.problem__main{min-height:100vh;justify-content:center;padding:var(--section-pad) 0}.problem-section__intro{margin-bottom:56px}.problem__intro{font-size:16px;line-height:1.6;letter-spacing:-.01em;color:var(--text-muted);max-width:700px;margin-bottom:0}.problem__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:64px}.problem__col{background:var(--bg-white);border:1px solid rgba(17,17,17,.06);border-radius:20px;padding:32px;box-shadow:0 18px 48px rgba(17,17,17,.08)}.problem__col-label{font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:24px}.problem__stat-block{display:flex;flex-direction:column;margin-bottom:16px}.problem__big-stat{font-size:clamp(28px,3vw,38px);font-weight:700;color:var(--accent-light);line-height:1.02;letter-spacing:-.03em;white-space:nowrap}.problem__stat-label{margin-top:8px}.problem__note,.problem__stat-label{font-size:16px;line-height:1.6;letter-spacing:-.01em;color:var(--text-muted)}.problem__note{margin-bottom:16px}.problem__footer-note{font-size:16px;line-height:1.6;letter-spacing:-.01em;color:var(--text-muted)}.problem__worse{font-size:clamp(28px,3vw,38px);font-weight:700;line-height:1.02;letter-spacing:-.03em;margin-bottom:24px;white-space:nowrap}.problem__issues{display:flex;flex-direction:column;gap:16px}.problem__issue strong{display:block;font-weight:600;margin-bottom:0}.problem__issue p,.problem__issue strong{font-size:16px;line-height:1.6;letter-spacing:-.01em}.problem__issue p{color:var(--text-muted)}.problem__resolution{min-height:100vh;padding-top:56px;padding-bottom:56px;border-top:1px solid rgba(17,17,17,.08);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.problem__resolution-title{font-size:clamp(56px,9vw,108px);line-height:.98;letter-spacing:-.05em;margin-bottom:0;max-width:none}.problem__resolution-title+.problem__resolution-subtitle{margin-top:20px}.problem__resolution-subtitle{max-width:760px;text-align:left}.resolution-section{padding-top:0}.resolution__subheadline{max-width:650px}.metric-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--card-gap);gap:var(--card-gap)}.metric-card{background:var(--bg-white);border-radius:12px;padding:40px 32px;display:flex;flex-direction:column;gap:8px;border-top:3px solid var(--accent)}.metric-card--dark{background:var(--bg-dark);color:var(--text-light)}.metric-card__stat{font-size:clamp(40px,5vw,56px);font-weight:700;color:var(--accent);line-height:1}.metric-card__label{font-size:14px;color:var(--text-muted);margin-top:4px}.process-section{padding-top:var(--section-pad)}.process__steps{display:flex;flex-direction:column;gap:16px}.process__title{max-width:720px}.process__card{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:center;padding:28px 32px;min-height:168px;background:var(--bg-white);border:1px solid rgba(17,17,17,.05);box-shadow:0 6px 24px rgba(17,17,17,.06)}.process__num{font-size:clamp(40px,5vw,52px);font-weight:700;color:var(--accent);line-height:1;display:inline-flex;justify-content:center;align-items:center}.process__content{min-width:0}.process__headline{font-size:clamp(24px,3vw,34px);line-height:1.15;font-weight:700;letter-spacing:-.02em;margin-bottom:14px}.process__body{display:flex;flex-direction:column;gap:2px}.process__body p{font-size:clamp(18px,2vw,20px);line-height:1.35;color:#6e7787}.process__footer{font-size:clamp(18px,2vw,20px);color:#6b7280;font-style:italic;margin-top:20px}.cta-banner-section{min-height:100vh;display:flex;align-items:center;padding:0}.cta-banner-section .container{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:flex-start}.cta-banner__inner{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;max-width:760px;gap:28px;padding:0;justify-content:center}.cta-banner__headline{font-size:clamp(56px,9vw,108px);margin-bottom:0;margin-right:auto;max-width:760px;text-align:left}.cta-banner__button{padding-inline:36px;align-self:flex-start}.case-studies-section .section-title{color:var(--text-light);margin-bottom:12px}.case-studies-section .section-title+.section-subtitle{margin-top:0}.case-studies__subheadline{max-width:650px}.case-studies__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(440px,1fr));grid-gap:var(--card-gap);gap:var(--card-gap)}.case-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:40px 32px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.case-card:hover{transform:scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,.3)}.case-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.case-card__brand{font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.case-card__brand-logo{display:block;max-width:2000px;max-height:80px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1)}.case-card__event{font-size:15px;color:var(--text-muted)}.case-card__metrics{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:28px}.case-card__metric-value{display:block;font-size:28px;font-weight:700;color:var(--accent-light);line-height:1;margin-bottom:4px}.case-card__metric-label{display:block;font-size:15px;color:var(--text-muted);line-height:1.15;margin-top:10px}.case-card__quote{font-size:15px;font-style:italic;color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:12px;border:none;padding:0}.case-card__attribution{font-size:15px;color:var(--text-muted)}.case-card__footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.case-card__linkedin{min-width:58px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;opacity:.82;transition:opacity .2s ease,transform .2s ease}.case-card__linkedin:hover{opacity:1;transform:translateY(-1px)}.case-card__linkedin img{width:30px;height:30px;display:block}.case-card__linkedin svg{width:20px;height:20px;display:block;fill:currentColor}.about__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--card-gap);gap:var(--card-gap)}.founder-card{background:var(--bg-white);border-radius:12px;padding:40px 32px}.founder-card__header{display:grid;grid-template-columns:150px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:center;margin-bottom:20px}.founder-card__photo{width:130px;height:130px;border-radius:50%;object-fit:cover;display:block}.founder-card__text{min-width:0;text-align:left}.founder-card__name{font-size:22px;font-weight:700;margin-bottom:4px}.founder-card__role{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-light);margin-bottom:8px}.founder-card__title{font-size:15px;color:var(--text-muted);margin-bottom:0}.founder-card__logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:center;margin-bottom:10px;margin-top:30px}.founder-card__logo-item{min-height:40px;display:flex;align-items:center;justify-content:center;padding:4px}.founder-card__logo-image{display:block;width:100%;max-height:28px;object-fit:contain;filter:grayscale(1) saturate(0) brightness(.6);opacity:.9}.contact-section{padding:100px 0}.contact__headline{max-width:650px;font-size:clamp(24px,2.5vw,30px)}.contact__subline{max-width:550px}.contact-form{max-width:600px;display:flex;flex-direction:column;gap:16px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.contact-form__field{display:flex;flex-direction:column;gap:6px}.contact-form__field--full{grid-column:1/-1}.contact-form__field label{font-size:13px;font-weight:500;color:rgba(255,255,255,.6)}.contact-form__field input,.contact-form__field textarea{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:12px 16px;font-size:15px;color:#fff;font-family:inherit;transition:border-color .2s}.contact-form__field input:focus,.contact-form__field textarea:focus{outline:none;border-color:var(--accent)}.contact-form__field textarea{resize:vertical}.contact__success{color:#4ade80;font-size:18px;font-weight:500}.contact__error{color:var(--accent);font-size:14px}.footer{background:var(--accent-light);color:#fff}.footer__cta-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:40px;gap:40px;align-items:center;padding-top:36px;padding-bottom:36px}.footer__cta-copy{max-width:700px;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:clamp(28px,3.6vw,44px);font-weight:800;line-height:1.1;letter-spacing:-.03em}.footer__cta-button{min-width:280px;min-height:58px;padding:16px 32px;border-radius:14px;background:#fff;color:#111111;font-size:18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s ease,opacity .2s ease}.footer__cta-button:hover{transform:translateY(-1px);opacity:.96}.footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:20px;padding-bottom:20px}.footer__logo{font-size:16px;font-weight:700;color:#fff}.footer__links{display:flex;gap:24px;flex-wrap:wrap}.footer__links a{font-size:13px;color:rgba(255,255,255,.96);transition:color .2s}.footer__links a:hover{color:rgba(255,255,255,.72)}.footer__copy{font-size:13px;color:rgba(255,255,255,.96)}@media (max-width:768px){:root{--section-pad:56px}.navbar__inner{display:flex;justify-content:space-between}.navbar__menu{position:fixed;top:var(--nav-height);left:0;right:0;background:rgba(13,13,13,.98);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;padding:24px;gap:20px;transform:translateY(-120%);transition:transform .3s ease}.navbar__hamburger{display:flex}.navbar__links{gap:16px}.navbar__actions,.navbar__links{flex-direction:column;align-items:stretch;justify-self:auto}.navbar__actions{gap:12px}.navbar__menu--open{transform:translateY(0)}.hero-section{min-height:auto;padding-top:calc(var(--nav-height) + 48px);padding-bottom:56px}.hero__actions{width:100%;flex-direction:column;max-width:380px}.hero__actions .btn{width:100%}.problem__grid{grid-template-columns:1fr;gap:40px}.problem__main{min-height:auto}.problem-section{min-height:auto;align-items:stretch}.problem__grid{margin-bottom:48px}.problem__col{padding:24px}.problem__resolution{min-height:auto;padding-top:40px}.problem__resolution-title{font-size:clamp(42px,14vw,72px)}.metric-cards,.process__card{grid-template-columns:1fr}.process__card{gap:16px;padding:24px;min-height:168px}.process__num{justify-content:flex-start}.cta-banner__inner{gap:20px;padding:32px 0}.cta-banner__headline{font-size:clamp(42px,14vw,72px)}.about__grid,.case-studies__grid,.footer__cta-row{grid-template-columns:1fr}.footer__cta-row{gap:24px;text-align:left}.footer__cta-button{width:100%;min-width:0}.contact-form__row{grid-template-columns:1fr}.footer__inner{flex-direction:column;align-items:flex-start;text-align:left}}.legal-page{padding:calc(var(--nav-height) + 80px) 0 100px;min-height:70vh}.legal-page__title{font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:800;letter-spacing:-.04em;margin-bottom:56px;color:var(--text-dark)}.legal-page__section{max-width:720px;margin-bottom:40px}.legal-page__heading{font-size:17px;font-weight:600;margin-bottom:10px;color:var(--text-dark)}.legal-page__body{font-size:15px;line-height:1.75;color:var(--text-muted);white-space:pre-line}