:root{--blue:#0754d8;--blue-strong:#034ac8;--blue-soft:#edf4ff;--blue-mist:#f5f8fe;--ink:#07142c;--muted:#526078;--line:#dce5f2;--white:#fff;--radius-sm:14px;--radius-md:22px;--radius-lg:34px;--shadow:0 18px 50px #1e4b8c1a;--container:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,Aptos,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,summary{font:inherit}img{display:block}main{min-width:0;overflow:clip}.skip-link{z-index:100;color:var(--white);background:var(--ink);border-radius:10px;padding:10px 16px;transition:transform .16s;position:fixed;top:12px;left:12px;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #dce5f2ad;border-radius:0;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(24px,2.6vw,52px);width:100%;min-height:100px;margin:0 auto;padding:15px clamp(28px,3.2vw,64px);transition:top .24s,width .24s,min-height .24s,padding .24s,border-radius .24s,box-shadow .24s;display:grid;position:sticky;top:0;box-shadow:0 18px 46px #142f581a}.site-header--scrolled{border-radius:22px;width:min(100% - 56px,1500px);min-height:78px;padding:9px 14px 9px 20px;top:12px;box-shadow:0 20px 52px #142f5829}.site-header .brand img,.site-header .brand__words strong,.site-header .brand__words small,.site-header .button--header{transition:width .24s,height .24s,font-size .24s,margin .24s,min-height .24s,padding .24s}.site-header--scrolled .brand img{width:38px;height:44px}.site-header--scrolled .brand__words strong{font-size:26px}.site-header--scrolled .brand__words small{margin-top:2px;font-size:9px}.site-header--scrolled .button--header{min-height:44px;padding-inline:20px}.brand-link,.brand{align-items:center;display:inline-flex}.brand-link{border-radius:10px}.brand-link:focus-visible,.desktop-nav a:focus-visible,.nav-dropdown summary:focus-visible,.header-actions a:focus-visible,.button:focus-visible,.footer a:focus-visible,.mobile-menu summary:focus-visible,.mobile-submenu a:focus-visible{outline-offset:4px;outline:3px solid #0754d847}.brand{gap:12px;min-width:max-content}.brand img{object-fit:contain;width:44px;height:50px}.brand__words{line-height:1;display:grid}.brand__words strong{letter-spacing:-.045em;font-size:30px}.brand__words small{color:#0848b6;margin-top:4px;font-size:10px;font-weight:800}.brand--compact .brand__words strong{font-size:27px}.desktop-nav{justify-content:center;align-items:center;gap:clamp(16px,1.7vw,31px);display:flex}.desktop-nav a{letter-spacing:.075em;text-transform:uppercase;white-space:nowrap;border-radius:6px;align-items:center;gap:5px;font-size:12px;font-weight:720;transition:color .16s;display:inline-flex}.nav-dropdown{border-radius:6px;position:relative}.nav-dropdown>summary{letter-spacing:.075em;text-transform:uppercase;white-space:nowrap;cursor:pointer;border-radius:6px;align-items:center;gap:5px;font-size:12px;font-weight:720;list-style:none;transition:color .16s;display:inline-flex}.nav-dropdown>summary::-webkit-details-marker{display:none}.nav-dropdown>summary:hover,.nav-dropdown[open]>summary{color:var(--blue)}.nav-dropdown>summary svg{transition:transform .18s}.nav-dropdown[open]>summary svg{transform:rotate(180deg)}.nav-dropdown:after{content:"";height:18px;position:absolute;top:100%;left:-12px;right:-12px}.nav-dropdown__menu{visibility:hidden;opacity:0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;border:1px solid #cfdbedeb;border-radius:18px;width:270px;padding:9px;transition:opacity .16s,transform .16s,visibility .16s;display:grid;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%,-7px);box-shadow:0 22px 54px #142f582e}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu,.nav-dropdown[open] .nav-dropdown__menu{visibility:visible;opacity:1;transform:translate(-50%)}.nav-dropdown__menu a{letter-spacing:0;text-transform:none;border-radius:12px;gap:2px;padding:13px 14px;transition:color .16s,background-color .16s;display:grid}.nav-dropdown__menu a:hover,.nav-dropdown__menu a:focus-visible{color:var(--blue);background:var(--blue-soft)}.nav-dropdown__menu strong{font-size:14px}.nav-dropdown__menu span{color:var(--muted);font-size:12px;font-weight:500}.desktop-nav a:hover{color:var(--blue)}.desktop-nav svg,.language svg:last-child{stroke-width:2.2px;width:15px;height:15px}.header-actions{align-items:center;gap:18px;display:flex}.header-login{letter-spacing:.09em;text-transform:uppercase;border-radius:8px;font-size:12px;font-weight:750;transition:color .16s}.header-login:hover{color:var(--blue)}.language{letter-spacing:.07em;white-space:nowrap;align-items:center;gap:8px;font-size:12px;font-weight:750;display:inline-flex}.language>svg:first-child{width:20px;height:20px}.button{border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:18px;min-height:52px;padding:0 22px;font-size:15px;font-weight:700;line-height:1;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex}.button svg{width:20px;height:20px}.button:hover{transform:translateY(-2px)}.button--primary{color:var(--white);background:linear-gradient(135deg,#0754d8,#0348bd);box-shadow:0 12px 30px #0754d833}.button--primary:hover{box-shadow:0 16px 34px #0754d84d}.button--ghost{color:var(--blue-strong);background:0 0}.button--ghost:hover{background:var(--blue-soft)}.button--header{letter-spacing:.02em;border-radius:12px;min-height:48px;padding-inline:24px;font-size:13px}.mobile-menu{display:none;position:relative}.mobile-menu summary{border:1px solid var(--line);cursor:pointer;border-radius:12px;place-items:center;width:44px;height:44px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{border:1px solid var(--line);background:var(--white);min-width:235px;box-shadow:var(--shadow);border-radius:16px;padding:12px;display:grid;position:absolute;top:54px;right:0}.mobile-menu nav a{border-radius:8px;padding:10px 12px;font-weight:650}.mobile-menu nav a:hover{color:var(--blue);background:var(--blue-soft)}.mobile-submenu{border-radius:10px}.mobile-menu .mobile-submenu>summary{border:0;border-radius:8px;justify-content:space-between;align-items:center;width:auto;height:auto;min-height:auto;padding:10px 12px;font-weight:650;display:flex}.mobile-menu .mobile-submenu>summary::-webkit-details-marker{display:none}.mobile-menu .mobile-submenu>summary svg{width:18px;height:18px;transition:transform .18s}.mobile-menu .mobile-submenu[open]>summary{color:var(--blue);background:var(--blue-soft)}.mobile-menu .mobile-submenu[open]>summary svg{transform:rotate(180deg)}.mobile-submenu>div{padding:4px 0 5px 12px;display:grid}.mobile-submenu>div a{color:var(--muted)}.hero{isolation:isolate;background:var(--white);min-height:1200px;position:relative}.hero:after{z-index:3;content:"";pointer-events:none;background:linear-gradient(#0000,#ffffffd1 54%,#fff 93%);height:140px;position:absolute;bottom:-1px;left:0;right:0}.hero__copy{z-index:5;width:min(44vw,680px);margin-left:max(36px, calc((100vw - var(--container)) / 2));padding-top:88px;position:relative}.hero h1{letter-spacing:-.055em;margin:0;font-size:clamp(58px,5.2vw,82px);line-height:1.02}.hero h1 span,.section-heading h2 span,.spotlight h2 span{color:var(--blue-strong)}.hero__copy>p{color:#43516b;max-width:590px;margin:26px 0 36px;font-size:clamp(18px,1.35vw,22px);line-height:1.55}.hero__backdrop{z-index:0;position:absolute;inset:0;overflow:hidden}.hero__backdrop>img{object-fit:cover;object-position:center bottom}.hero__actions{align-items:center;gap:16px;display:flex}.hero__media{z-index:1;position:absolute;inset:0;overflow:hidden}.hero__machine{width:min(1500px,88vw);position:absolute;inset:495px auto -42px 50%;transform:translate(-54%)}.hero__machine>img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 24px #0e1f372e)}.video-references{background:radial-gradient(circle at 50% 24%,#e0edffb8,#0000 34%),#fff;padding:118px 0 128px;overflow:hidden}.video-references__heading,.customer-heading{text-align:center;width:min(940px,100% - 48px);margin:0 auto}.video-references__heading h2,.customer-heading h2{letter-spacing:-.045em;margin:0;font-size:clamp(44px,4.6vw,68px);line-height:1.04}.video-references__heading>p:last-child{max-width:720px;color:var(--muted);margin:22px auto 0;font-size:18px}.video-references__player{aspect-ratio:16/9;background:#07142c;border:1px solid #bfcfe6c7;border-radius:30px;width:min(1180px,100% - 64px);margin:56px auto 126px;overflow:hidden;box-shadow:0 28px 80px #18386729}.video-references__player video{object-fit:cover;background:#07142c;width:100%;height:100%}.customer-heading{width:min(1040px,100% - 48px)}.customer-heading .section-label{margin-bottom:18px}.customer-slider{width:100%;margin-top:62px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.customer-slider__track{width:max-content;animation:28s linear infinite customer-marquee;display:flex}.customer-slider:hover .customer-slider__track,.customer-slider:focus-within .customer-slider__track{animation-play-state:paused}.customer-slider__group{justify-content:space-around;align-items:center;gap:clamp(26px,3.6vw,70px);min-width:100vw;padding-right:clamp(26px,3.6vw,70px);display:flex}.customer-logo{background:#fffffff0;border:1px solid #dbe5f2e0;border-radius:22px;flex:none;place-items:center;width:clamp(220px,18vw,290px);height:132px;padding:20px 24px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;box-shadow:0 15px 40px #1f477e14}.customer-logo:hover,.customer-logo:focus-visible{z-index:1;border-color:#0754d857;transform:translateY(-4px);box-shadow:0 20px 46px #1f477e24}.customer-logo:focus-visible{outline-offset:3px;outline:3px solid #0754d840}.customer-logo img{object-fit:contain;width:100%;height:100%}@keyframes customer-marquee{to{transform:translate(-50%)}}.hero-panel{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #dce5f2d9;border-radius:10px;align-items:center;gap:14px;width:288px;min-height:96px;padding:18px;display:flex;position:absolute;right:2.5vw;box-shadow:0 14px 38px #1f44711f}.hero-panel--location{top:330px}.hero-panel--hours{top:444px}.hero-panel--usage{top:558px}.hero-panel span:not(.icon-disc):not(.ring){display:grid}.hero-panel small,.hero-panel em{color:#718097;font-size:12px;font-style:normal}.hero-panel strong{margin:2px 0;font-size:15px;line-height:1.25}.icon-disc{width:46px;height:46px;color:var(--blue);background:var(--blue-soft);border-radius:50%;flex:none;place-items:center;display:grid}.ring{border:7px solid #dce9fb;border-top-color:var(--blue);border-right-color:var(--blue);border-radius:50%;flex:none;width:44px;height:44px}.section{padding:108px max(36px, calc((100vw - var(--container)) / 2));content-visibility:auto;contain-intrinsic-size:auto 920px;position:relative}.anchor-offset{position:absolute;top:0}.section--modules,.section--audiences,.section--products,.section--integrations{background:radial-gradient(circle at 50% 6%,#d6e6ffb8,#0000 34%),linear-gradient(#f7faff 0%,#fff 58%,#f8fbff 100%)}.section--audiences,.section--products,.section--integrations{border-top:1px solid #edf2f9}.section-heading{text-align:center;max-width:880px;margin:0 auto 54px}.section-label{color:var(--blue-strong);letter-spacing:.055em;margin:0 0 12px;font-size:14px;font-weight:800}.section-heading h2,.spotlight h2,.cta-panel h2{letter-spacing:-.05em;margin:0;font-size:clamp(42px,4vw,62px);line-height:1.05}.section-heading>p:last-child{max-width:760px;color:var(--muted);margin:20px auto 0;font-size:19px;line-height:1.5}.module-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.module-card,.audience-card,.product-card{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fffffff0;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 16px 42px #274f8912}.module-card:hover,.audience-card:hover,.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px #274f8921}.module-visual,.report-visual{border-bottom:1px solid var(--line);background:#eaf0f8;height:330px;position:relative;overflow:hidden}.module-visual>img{object-fit:cover}.module-visual--tracking>img{object-fit:contain;object-position:center;width:calc(100% - 28px)!important;height:calc(100% - 28px)!important;inset:14px!important}.module-visual--tracking{background:linear-gradient(145deg,#f7f9fc,#e8eef7)}.module-visual--report,.module-visual--maintenance,.module-visual--disposition{background:linear-gradient(145deg,#eef4fc,#dfe9f5);padding:20px}.module-visual--report>img,.module-visual--maintenance>img,.module-visual--disposition>img{object-fit:contain;filter:drop-shadow(0 14px 18px #223f691f);width:calc(100% - 36px)!important;height:calc(100% - 36px)!important;inset:18px!important}.module-visual--report>img{width:calc(100% - 10px)!important;height:calc(100% - 10px)!important;inset:5px!important}.map-pin{z-index:3;width:40px;height:40px;color:var(--white);background:var(--blue);border:5px solid #fffffff0;border-radius:50% 50% 50% 12px;place-items:center;display:grid;position:absolute;transform:rotate(-45deg);box-shadow:0 10px 20px #0754d84d}.map-pin svg{width:20px;transform:rotate(45deg)}.map-pin--one{top:22%;left:17%}.map-pin--two{top:12%;right:20%}.map-pin--three{top:52%;left:47%}.mini-map{z-index:4;background:linear-gradient(145deg,#f2f4f7,#dae2eb);border:5px solid #ffffffe6;border-radius:13px;width:142px;height:110px;position:absolute;bottom:18px;right:18px;box-shadow:0 10px 28px #112d4e38}.mini-map:before,.mini-map:after{content:"";background:#ffffffc7;position:absolute}.mini-map:before{width:100%;height:7px;top:48px;left:0;transform:rotate(-14deg)}.mini-map:after{width:7px;height:100%;top:0;left:66px;transform:rotate(18deg)}.mini-map svg{z-index:2;color:var(--blue);position:absolute;top:20px;right:18px}.route{z-index:2;border-top:3px solid var(--blue);border-radius:50%;width:72px;height:34px;position:absolute;bottom:24px;left:20px;transform:rotate(-18deg)}.card-icon{z-index:5;width:54px;height:54px;color:var(--blue);background:linear-gradient(145deg,#f8fbff,#e0edff);border:1px solid #d8e7fb;border-radius:16px;place-items:center;margin:-27px 0 0 18px;display:grid;position:relative;box-shadow:0 8px 20px #1b539b1a}.card-icon svg{stroke-width:2.1px;width:28px;height:28px}.module-card__body,.audience-card__body{flex-direction:column;min-height:244px;padding:18px 20px 20px;display:flex}.module-card h3,.audience-card h3,.product-card h3{letter-spacing:-.035em;margin:0 0 8px;font-size:24px;line-height:1.2}.module-card p,.audience-card p,.product-card p{color:var(--muted);margin:0;line-height:1.48}.text-link{color:var(--blue-strong);align-items:center;gap:16px;margin-top:auto;padding-top:22px;font-weight:750;display:inline-flex}.text-link svg{width:20px;height:20px}.report-visual{background:linear-gradient(145deg,#e9eff6,#cfd9e5);grid-template-columns:42% 1fr;align-items:end;padding:34px 18px 18px;display:grid}.report-phone{z-index:3;background:#fff;border:7px solid #0b1320;border-radius:23px;gap:8px;height:250px;padding:18px 10px 10px;font-size:9px;display:grid;position:relative;transform:translate(8px);box-shadow:0 14px 22px #0c1b3038}.phone-bar{background:#121821;border-radius:5px;width:36px;height:4px;position:absolute;top:5px;left:50%;transform:translate(-50%)}.report-phone strong{font-size:12px}.report-phone span:not(.phone-bar){color:#5f6b7c;border:1px solid #e5eaf1;border-radius:5px;padding:6px}.report-save{color:#fff;background:var(--blue);border-radius:6px;place-items:center;font-size:9px;display:grid}.report-table{background:#fff;border-radius:10px;height:264px;padding:18px 12px 12px 20px;font-size:8px;box-shadow:0 12px 24px #16315429}.report-table__top,.report-row{border-bottom:1px solid #eef1f5;grid-template-columns:1fr .8fr 1fr;align-items:center;gap:5px;padding:7px 4px;display:grid}.report-table__top{font-size:12px}.report-table__top span{color:var(--blue);grid-column:3;justify-self:end}.report-row i{color:#2b8657;background:#dff6e9;border-radius:4px;padding:2px 4px;font-style:normal}.report-bars{justify-content:space-around;align-items:end;height:74px;padding-top:10px;display:flex}.report-bars i{background:#68a4f3;border-radius:2px 2px 0 0;width:10px}.report-bars i:first-child{height:34%}.report-bars i:nth-child(2){height:58%}.report-bars i:nth-child(3){height:43%}.report-bars i:nth-child(4){height:72%}.report-bars i:nth-child(5){height:48%}.section--audiences{padding-top:118px;padding-bottom:120px}.audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.audience-card__media{height:360px;position:relative;overflow:hidden}.audience-card__media>img{object-fit:cover}.audience-card:first-child .audience-card__media>img{object-position:center 48%}.audience-card:nth-child(2) .audience-card__media>img{object-position:center 10%}.audience-card:nth-child(3) .audience-card__media>img{object-position:center 38%}.audience-card__body{min-height:190px;padding:20px 24px 30px}.audience-card h3{font-size:27px}.section--products{padding-top:118px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.product-card{grid-template-columns:42% 1fr;gap:18px;min-height:305px;padding:26px 22px;display:grid}.product-card__image{border-radius:16px;min-height:250px;position:relative;overflow:hidden}.product-card__image .product-card__product-image{object-fit:contain;filter:drop-shadow(0 18px 14px #15223633)}.product-card__use-media{z-index:3;border-radius:inherit;opacity:0;pointer-events:none;transition:opacity .32s,transform .48s cubic-bezier(.2,.7,.2,1);position:absolute;inset:0;overflow:hidden;transform:scale(1.035)}.product-card__use-media .product-card__use-image{object-fit:cover}.product-card__toggle{z-index:4;border-radius:inherit;color:var(--blue-strong);cursor:pointer;background:0 0;border:0;position:absolute;inset:0}.product-card__toggle span{opacity:0;background:#ffffffe6;border:1px solid #0754d829;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;transition:opacity .18s,transform .18s;position:absolute;bottom:14px;right:14px;transform:translateY(4px);box-shadow:0 8px 22px #18417c1f}.product-card--active .product-card__use-media{opacity:1;transform:scale(1)}@media (hover:hover) and (pointer:fine){.product-card:hover .product-card__use-media,.product-card:focus .product-card__use-media{opacity:1;transform:scale(1)}}.product-card__toggle:focus-visible{outline-offset:3px;outline:3px solid #0553d094}.product-card__content{flex-direction:column;justify-content:center;min-width:0;display:flex}.product-card:last-child:nth-child(3n+1){grid-column:2}.product-card h3{font-size:20px}.product-card p{font-size:14px}.product-card ul{color:#44536a;gap:11px;margin:18px 0 0;padding:0;font-size:12px;list-style:none;display:grid}.product-card li{align-items:center;gap:8px;line-height:1.28;display:flex}.product-card li>span{width:23px;height:23px;color:var(--blue);background:var(--blue-soft);border-radius:50%;flex:none;place-items:center;display:grid}.product-card li svg{stroke-width:2.3px;width:14px;height:14px}.product-card .text-link{font-size:13px}.spotlight{min-height:920px;padding:96px max(36px, calc((100vw - var(--container)) / 2));content-visibility:auto;contain-intrinsic-size:auto 890px;background:radial-gradient(circle at 72% 52%,#c6deffe6,#0000 33%),linear-gradient(135deg,#fff 5%,#f3f8ff 75%,#fff 100%);grid-template-columns:48% 52%;align-items:center;display:grid;position:relative;overflow:hidden}.spotlight__copy{z-index:3;max-width:650px;position:relative}.spotlight h2{font-size:clamp(46px,3.7vw,62px);line-height:1.02}.spotlight h2 span{font-size:.86em}.spotlight__copy>p:not(.section-label){color:var(--muted);margin:26px 0 32px;font-size:17px;line-height:1.62}.spotlight-features{grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:0;display:grid}.spotlight-features>span{gap:6px;display:grid}.spotlight-features i{width:60px;height:60px;color:var(--blue);background:#eaf2fe;border-radius:50%;place-items:center;margin-bottom:7px;font-style:normal;display:grid}.spotlight-features i svg{stroke-width:1.8px;width:32px;height:32px}.spotlight-features strong{font-size:17px}.spotlight-features small{color:var(--muted);font-size:13px}.spotlight__copy>.text-link{background:#ffffffa3;border:1px solid #ccdaee;border-radius:28px;margin:0;padding:12px 18px;display:inline-flex}.spotlight__visual{border-radius:32px;min-height:720px;position:relative;overflow:hidden}.attachmee-image{border-radius:28px;position:absolute;inset:0 0 104px;overflow:hidden}.attachmee-image>img{object-fit:contain;object-position:center bottom;animation:.36s both attachmee-image-in}@keyframes attachmee-image-in{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.attachmee-control{z-index:5;gap:8px;width:min(100% - 36px,720px);display:grid;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.attachmee-selector{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);scrollbar-width:none;background:#f6f9ffeb;border:1px solid #bdcfe8db;border-radius:999px;gap:3px;width:100%;padding:4px;display:flex;overflow-x:auto;box-shadow:0 12px 30px #1543841f}.attachmee-selector::-webkit-scrollbar{display:none}.attachmee-selector button{color:#435673;cursor:pointer;min-height:34px;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:999px;flex:1 0 auto;padding:7px 10px;font-size:11px;font-weight:700;transition:color .18s,background .18s,box-shadow .18s}.attachmee-selector button:hover{color:var(--blue);background:#d9e8ffa8}.attachmee-selector button:focus-visible{outline-offset:2px;outline:3px solid #256deb6b}.attachmee-selector button.is-active{color:#fff;background:var(--blue);box-shadow:0 6px 16px #0054d53d}.attachmee-status{color:var(--ink);justify-content:center;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:800;display:flex}.attachmee-status>span{background:#20bd75;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #20bd751f}.attachmee-status small{color:var(--muted);font-size:11px;font-weight:600}.motion-line{z-index:2;color:var(--blue);opacity:.72;pointer-events:none;align-items:center;display:flex;position:absolute;top:53%;left:1%;right:2%}.motion-line svg{width:76px;height:76px}.motion-line span{background:linear-gradient(90deg, transparent, var(--blue), transparent);flex:1;height:2px}.motion-card{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #cdddf3e6;border-radius:12px;gap:3px;min-width:190px;padding:15px 17px;display:grid;position:absolute;box-shadow:0 16px 38px #234d8521}.motion-card--activity{top:22%;left:1%}.motion-card--runtime{bottom:18%;right:2%}.motion-card small{color:#74839a;font-size:12px}.motion-card strong{color:var(--ink);font-size:15px}.motion-card em{color:var(--blue);font-size:12px;font-style:normal;font-weight:800}.section--integrations{min-height:1050px;padding-top:100px;padding-bottom:86px}.section--integrations .section-heading{margin-bottom:26px}.orbit{aspect-ratio:1;width:min(760px,100%);margin:0 auto;position:relative}.orbit__ring{background:repeating-conic-gradient(from -.5deg, #0754d873 0 1deg, transparent 1deg 30deg);border:1px solid #deebfb;border-radius:50%;width:630px;height:630px;position:absolute;inset:50%;transform:translate(-50%,-50%);-webkit-mask:radial-gradient(circle,#0000 0 108px,#000 109px 304px,#0000 305px);mask:radial-gradient(circle,#0000 0 108px,#000 109px 304px,#0000 305px)}.orbit__center{z-index:4;background:#fff;border:1px solid #dce8f7;border-radius:50%;place-items:center;width:218px;height:218px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 60px #1f519121}.orbit__partner{--angle:0deg;z-index:5;width:104px;height:104px;transform:rotate(var(--angle)) translateY(-315px) rotate(calc(-1 * var(--angle)));margin:-52px;position:absolute;top:50%;left:50%}.orbit__partner span{background:#fff;border:1px solid #dae5f3;border-radius:50%;place-items:center;width:100%;height:100%;padding:18px;display:grid;box-shadow:0 12px 34px #23497817}@media (min-width:721px){.orbit__partner:hover{z-index:8}.orbit__partner span{will-change:transform;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s}.orbit__partner:hover span{transform:scale(1.12);box-shadow:0 20px 46px #23497829}}@media (prefers-reduced-motion:reduce){.orbit__partner span{transition-duration:.01ms}}.orbit__partner img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.orbit__partner:before{content:"";background:var(--blue);border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:-12px}.footer{padding:72px max(36px, calc((100vw - var(--container)) / 2)) 34px;background:#fff;border-top:1px solid #edf2f8}.cta-panel{border-radius:var(--radius-lg);background:#f1f6ff;min-height:330px;position:relative;overflow:hidden}.cta-panel>img{object-fit:cover;object-position:center}.cta-panel:after{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#f4f8fffa 0%,#f4f8ffe6 38%,#0000 67%);position:absolute;inset:0}.cta-panel__copy{z-index:3;max-width:650px;padding:60px 0 60px 84px;position:relative}.cta-panel h2{font-size:clamp(40px,3.7vw,58px)}.cta-panel p{color:var(--muted);margin:16px 0 28px;font-size:18px}.footer-grid{grid-template-columns:1.65fr repeat(3,1fr);gap:58px;padding:68px 0 46px;display:grid}.footer-grid>div:not(.footer-brand){align-content:start;gap:12px;display:grid}.footer-grid h3{color:var(--blue-strong);letter-spacing:.04em;text-transform:uppercase;margin:5px 0 16px;font-size:13px}.footer-grid a{color:#4d5b71;font-size:14px;transition:color .16s}.footer-grid a:hover{color:var(--blue)}.footer-brand p{max-width:360px;color:var(--muted);margin:22px 0 24px;font-size:14px}.socials{gap:12px;display:flex}.socials a{width:38px;height:38px;color:var(--blue-strong);background:var(--blue-soft);border-radius:50%;place-items:center;font-size:13px;font-weight:850;display:grid}.footer-bottom{border-top:1px solid var(--line);color:#65738a;justify-content:space-between;align-items:center;gap:24px;min-height:76px;font-size:13px;display:flex}.footer-bottom>span:last-child{align-items:center;gap:28px;display:flex}.footer-language{border:1px solid var(--line);border-radius:24px;align-items:center;gap:9px;min-height:42px;padding:0 18px;display:inline-flex}.footer-language svg{width:17px;height:17px}@media (max-width:1250px){.site-header{gap:18px;padding-inline:20px 16px}.site-header--scrolled{width:calc(100% - 40px)}.desktop-nav{gap:16px}.desktop-nav a,.nav-dropdown>summary{letter-spacing:.045em;font-size:11px}.header-actions{gap:13px}.language{display:none}.hero-panel{width:250px;right:20px}.module-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card:last-child:nth-child(3n+1){grid-column:auto}.product-card{min-height:290px}}@media (max-width:980px){.site-header{border-radius:22px;grid-template-columns:1fr auto;min-height:80px;margin-block:10px 14px;top:10px}.site-header,.site-header--scrolled{width:min(calc(100% - 40px), var(--container));padding-inline:20px 16px}.desktop-nav,.header-actions{display:none}.mobile-menu{display:block}.hero{min-height:900px;display:block}.hero__copy{width:auto;max-width:720px;margin:0;padding:72px 32px 30px}.hero h1{font-size:clamp(50px,8.5vw,74px)}.hero__copy>p{max-width:600px}.hero__media{min-height:0;position:absolute;inset:0}.hero__machine{width:min(900px,110vw);inset:350px auto -38px 50%;transform:translate(-53%)}.hero-panel{display:none}.hero:after{height:80px}.section{padding-inline:28px}.audience-grid{grid-template-columns:1fr}.audience-card{grid-template-columns:45% 55%;min-height:380px;display:grid;overflow:visible}.audience-card__media{border-radius:14px 0 0 14px;height:100%;overflow:hidden}.audience-card .card-icon{margin:0;position:absolute;top:26px;left:calc(45% - 28px)}.audience-card__body{justify-content:center;min-height:230px;padding:36px 34px 28px 46px}.spotlight{grid-template-columns:1fr;padding-inline:32px}.spotlight__copy{max-width:720px}.spotlight__visual{min-height:600px}.orbit{margin-block:-42px;transform:scale(.88)}.footer-grid{grid-template-columns:1.6fr repeat(2,1fr)}.footer-grid>div:last-child{grid-column:2/4}}@media (min-width:721px){.hero__copy{text-align:center;width:min(760px,100% - 64px);max-width:none;margin-left:auto;margin-right:auto}.hero__copy>p{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}}@media (min-width:721px) and (max-width:2200px){.hero{height:calc(100svh - 120px);min-height:980px}.hero__copy{text-align:center;width:min(760px,100% - 64px);max-width:none;margin:0 auto;padding-top:54px}.hero__copy>p{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__machine{width:min(1500px,88vw);inset:420px auto -32px 50%;transform:translate(-54%)}.hero-panel--location{top:255px}.hero-panel--hours{top:369px}.hero-panel--usage{top:483px}}@media (min-width:721px) and (max-width:2200px) and (max-height:820px){.hero{height:calc(100svh - 112px);min-height:920px}.hero__copy{padding-top:40px}.hero h1{font-size:clamp(52px,4vw,70px)}.hero__copy>p{margin-top:18px;margin-bottom:24px}.hero__machine{width:min(1500px,88vw);top:385px;bottom:-28px}.hero-panel--location{top:220px}.hero-panel--hours{top:334px}.hero-panel--usage{top:448px}}@media (max-width:720px){.site-header{border-radius:20px;width:calc(100% - 24px);min-height:72px;margin-block:8px 12px;padding:9px 10px 9px 14px;top:8px;box-shadow:0 14px 34px #142f581f}.site-header--scrolled{width:calc(100% - 24px);min-height:72px;padding:9px 10px 9px 14px;top:8px}.brand img{width:36px;height:42px}.brand__words strong{font-size:25px}.brand__words small{display:none}.mobile-menu summary{background:#ffffffe0;border-radius:14px;width:46px;height:46px}.mobile-menu nav{border-radius:18px;top:56px;right:-2px}.hero{background:#eaf3ff;min-height:760px;overflow:hidden}.hero:before{z-index:2;content:"";pointer-events:none;background:linear-gradient(#fffffff7 0%,#ffffffd1 31%,#ffffff3d 58%,#ffffff0d 78%);position:absolute;inset:0}.hero__copy{min-height:760px;padding:52px 20px 34px}.hero h1{text-align:center;font-size:clamp(44px,13vw,62px)}.hero__copy>p{max-width:340px;margin-top:20px;font-size:17px}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .button{border-radius:12px;width:100%;min-height:62px}.hero__actions .button--ghost{background:#eef5ffe6}.hero__media{inset:0}.hero__backdrop>img{object-position:64% center}.hero__machine{width:500px;inset:260px auto -26px 50%;transform:translate(-52%)}.hero__machine>img{object-position:center bottom;filter:drop-shadow(0 18px 16px #0e1f3729)}.hero:after{z-index:3;height:120px}.video-references{padding:84px 0 92px}.video-references__heading,.customer-heading{width:calc(100% - 36px)}.video-references__heading h2,.customer-heading h2{font-size:clamp(38px,10.5vw,48px)}.video-references__heading>p:last-child{font-size:16px}.video-references__player{border-radius:20px;width:calc(100% - 36px);margin:40px auto 88px}.customer-heading h2 br{display:none}.customer-slider{margin-top:42px}.customer-slider__track{animation-duration:34s}.customer-slider__group{gap:16px;padding-right:16px}.customer-logo{border-radius:17px;width:190px;height:98px;padding:15px 18px}.section{padding:82px 18px}.section-heading{margin-bottom:38px}.section-heading h2,.spotlight h2,.cta-panel h2{font-size:clamp(38px,11vw,50px)}.section-heading>p:last-child{font-size:17px}.module-grid,.product-grid{grid-template-columns:1fr}.module-visual,.report-visual{height:290px}.module-card__body{min-height:220px}.audience-card{min-height:0;display:block;overflow:hidden}.audience-card__media{border-radius:0;height:340px}.audience-card .card-icon{margin:-27px 0 0 18px;position:relative;top:auto;left:auto}.audience-card__body{min-height:180px;padding:18px 22px 28px}.product-card{grid-template-columns:40% 60%;gap:12px;min-height:290px;padding:20px 16px}.product-card__image{min-height:238px}.product-card ul{gap:8px;font-size:11px}.product-card__toggle span{opacity:1;transform:none}.product-card--active .product-card__toggle span{color:var(--ink)}.spotlight{min-height:0;padding:82px 20px}.spotlight__copy>p:not(.section-label){font-size:17px}.spotlight-features{gap:10px}.spotlight-features i{width:52px;height:52px}.spotlight-features strong{font-size:14px}.spotlight-features small{font-size:11px}.spotlight__visual{min-height:540px;margin-top:28px}.motion-card{min-width:150px;padding:12px 13px}.motion-card--activity{top:10%;left:0}.motion-card--runtime{bottom:8%;right:0}.motion-card strong{font-size:13px}.motion-line svg{width:52px;height:52px}.section--integrations{min-height:auto}.orbit{aspect-ratio:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,3vw,14px);width:100%;margin:0;display:grid;transform:none}.orbit__ring{display:none}.orbit__center{grid-column:1/-1;width:160px;height:160px;margin:0 auto 16px;position:relative;top:auto;left:auto;transform:none}.orbit__partner{width:100%;min-width:0;height:clamp(72px,20vw,84px);margin:0;position:relative;top:auto;left:auto;overflow:hidden;transform:none}.orbit__partner span{box-sizing:border-box;border-radius:18px;min-width:0;padding:12px 16px 12px 28px;position:relative;overflow:hidden}.orbit__partner img{width:auto;max-width:100%;height:auto;max-height:48px}.orbit__partner:before{z-index:2;top:50%;left:13px}.footer{padding:52px 18px 24px}.cta-panel{min-height:500px}.cta-panel>img{object-position:72% center}.cta-panel:after{background:linear-gradient(#f4f8fffa 0%,#f4f8ffe0 55%,#0000 100%)}.cta-panel__copy{padding:44px 26px}.cta-panel__copy .button{width:100%}.footer-grid{grid-template-columns:repeat(2,1fr);gap:38px 26px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;padding-top:26px}.footer-bottom>span:last-child{flex-flow:wrap;gap:12px 22px}}@media (max-width:430px){.hero__copy{padding-inline:20px}.hero h1{font-size:42px}.module-card h3,.audience-card h3{font-size:22px}.product-card{grid-template-columns:36% 64%;padding-inline:12px}.product-card h3{font-size:18px}.product-card .text-link{padding-top:14px}.spotlight-features{grid-template-columns:1fr;gap:18px}.spotlight-features>span{grid-template-columns:auto 1fr;align-items:center;column-gap:12px}.spotlight-features i{grid-row:1/3;margin:0}.footer{padding-inline:16px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 18px}.footer-grid h3{margin-bottom:12px}.footer-grid a{font-size:13px;line-height:1.35}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.customer-slider__track{animation:none}}.legal-page{min-height:100vh}.legal-hero{text-align:center;padding-top:110px;padding-bottom:74px}.legal-hero h1{color:var(--ink);letter-spacing:-.065em;margin:12px 0 18px;font-size:clamp(54px,7vw,92px);line-height:.98}.legal-hero>p:last-child{max-width:660px;color:var(--muted);margin:0 auto;font-size:19px;line-height:1.6}.legal-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.5fr);align-items:start;gap:64px;padding-bottom:128px;display:grid}.legal-contact{border:1px solid var(--line);background:linear-gradient(145deg,#f8fbff,#edf5ff);border-radius:24px;padding:34px;position:sticky;top:132px;box-shadow:0 18px 52px #11396d17}.legal-contact h2{letter-spacing:-.04em;margin:10px 0 20px;font-size:28px}.legal-contact address{color:var(--muted);font-style:normal;line-height:1.65}.legal-contact dl{gap:14px;margin:28px 0 0;display:grid}.legal-contact dl>div{border-top:1px solid var(--line);gap:4px;padding-top:14px;display:grid}.legal-contact dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:750}.legal-contact dd{color:var(--ink);margin:0;font-weight:700}.legal-contact a,.legal-content a{color:var(--blue-strong);text-underline-offset:3px;-webkit-text-decoration:underline #0553d04d;text-decoration:underline #0553d04d}.legal-content{padding:4px 0}.legal-content section{border-bottom:1px solid var(--line);padding:0 0 38px}.legal-content section+section{padding-top:38px}.legal-content h2{color:var(--ink);letter-spacing:-.045em;margin:0 0 14px;font-size:clamp(25px,3vw,34px)}.legal-content p{color:var(--muted);margin:0;font-size:17px;line-height:1.75}.legal-content p+p{margin-top:14px}.privacy-hero{padding-bottom:58px}.privacy-hero h1{font-size:clamp(52px,6.6vw,88px)}.privacy-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-bottom:84px;display:grid}.privacy-summary article{border:1px solid var(--line);background:#ffffffe0;border-radius:22px;min-height:220px;padding:28px;box-shadow:0 16px 42px #11396d12}.privacy-summary span{width:42px;height:42px;color:var(--blue-strong);background:#eaf3ff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:28px;font-size:12px;font-weight:800;display:inline-flex}.privacy-summary h2{color:var(--ink);letter-spacing:-.035em;margin:0 0 10px;font-size:22px}.privacy-summary p{color:var(--muted);margin:0;font-size:15px;line-height:1.65}.legal-updated{padding-top:28px;font-size:14px!important}@media (max-width:900px){.legal-hero{padding-top:84px;padding-bottom:54px}.legal-layout{grid-template-columns:1fr;gap:48px;padding-bottom:94px}.legal-contact{position:static}.privacy-summary{grid-template-columns:1fr;padding-bottom:64px}.privacy-summary article{min-height:0}}@media (max-width:720px){.legal-hero{padding-top:64px;padding-bottom:42px}.legal-hero h1{font-size:50px}.legal-hero>p:last-child,.legal-content p{font-size:16px}.legal-contact{border-radius:20px;padding:26px 22px}.legal-content section{padding-bottom:30px}.legal-content section+section{padding-top:30px}.privacy-hero h1{font-size:46px}.privacy-summary{gap:12px;padding-bottom:52px}.privacy-summary article{padding:24px 22px}.privacy-summary span{margin-bottom:20px}}.inner-page{background:radial-gradient(circle at 84% 8%,#bcdaff57,#0000 28%),linear-gradient(#f8fbff 0%,#fff 26% 100%)}.section-shell{width:min(100% - 64px,1320px);margin-inline:auto}.inner-hero,.blog-hero{width:min(100% - 64px,1440px);margin:0 auto}.inner-hero{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);align-items:center;gap:clamp(56px,7vw,120px);min-height:690px;padding:88px clamp(34px,5vw,88px);display:grid}.inner-hero__copy{max-width:820px}.inner-hero h1,.blog-hero h1{letter-spacing:-.065em;margin:14px 0 28px;font-size:clamp(56px,5.8vw,92px);line-height:.98}.inner-hero h1 span,.blog-hero h1 span,.about-story h2 span,.inner-section-heading h2 span{color:var(--blue)}.inner-hero__copy>p:not(.section-label),.blog-hero>div>p:not(.section-label){max-width:730px;color:var(--muted);margin:0 0 34px;font-size:clamp(18px,1.45vw,22px);line-height:1.65}.about-quote{color:#fff;background:radial-gradient(circle at 90% 5%,#65a6ffad,#0000 34%),linear-gradient(145deg,#071a3c,#0754d8 115%);border:1px solid #ffffff75;border-radius:34px;min-height:430px;padding:clamp(36px,4vw,62px);position:relative;overflow:hidden;box-shadow:0 34px 70px #08368033}.about-quote:after{content:"";border:1px solid #ffffff29;border-radius:50%;width:330px;height:330px;position:absolute;bottom:-130px;right:-90px;box-shadow:0 0 0 54px #ffffff09,0 0 0 108px #ffffff06}.about-quote>*{z-index:1;position:relative}.about-quote>span{letter-spacing:.16em;font-size:12px;font-weight:800}.about-quote blockquote{letter-spacing:-.055em;margin:52px 0 38px;font-size:clamp(46px,4vw,68px);font-weight:800;line-height:.98}.about-quote p{color:#ffffffc2;max-width:390px;margin:0;font-size:16px}.about-story{border-top:1px solid var(--line);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(60px,9vw,150px);padding-block:120px;display:grid}.about-story h2,.inner-section-heading h2,.career-panel h2,.newsletter-panel h2,.posts-section h2{letter-spacing:-.055em;margin:12px 0 0;font-size:clamp(42px,4vw,64px);line-height:1.04}.about-story__text{gap:26px;display:grid}.about-story__text p{color:var(--muted);margin:0;font-size:18px;line-height:1.75}.founder-section,.principles-section,.posts-section{padding-block:110px}.founder-section{background:var(--blue-mist);border-radius:42px;width:min(100% - 64px,1440px);padding-inline:clamp(30px,4vw,70px)}.inner-section-heading{text-align:center;max-width:880px;margin:0 auto 64px}.inner-section-heading>p:last-child{max-width:680px;color:var(--muted);margin:24px auto 0;font-size:18px}.inner-section-heading--compact{max-width:1000px}.founder-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;display:grid}.founder-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:28px;overflow:hidden}.founder-card__image{background:linear-gradient(#eef5ff,#dceaff);height:510px;position:relative;overflow:hidden}.founder-card__image img{object-fit:contain;object-position:center bottom}.founder-card__body{justify-content:space-between;align-items:center;gap:24px;padding:28px 32px 30px;display:flex}.founder-card h3{letter-spacing:-.035em;margin:0 0 3px;font-size:28px}.founder-card p{color:var(--blue);margin:0;font-weight:750}.founder-card__body>span{color:var(--muted);text-align:right;font-size:13px;font-weight:650}.principles-section{padding-bottom:130px}.principle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.principle-card{border:1px solid var(--line);background:#fff;border-radius:24px;min-height:320px;padding:34px;position:relative;box-shadow:0 16px 44px #1e4b8c12}.principle-card__number{color:#adc2df;letter-spacing:.12em;font-size:13px;font-weight:800;position:absolute;top:24px;right:26px}.principle-card i{width:62px;height:62px;color:var(--blue);background:var(--blue-soft);border-radius:18px;place-items:center;margin-bottom:54px;display:grid}.principle-card i svg{width:29px;height:29px}.principle-card h3{letter-spacing:-.035em;margin:0 0 12px;font-size:24px}.principle-card p{color:var(--muted);margin:0}.career-panel,.newsletter-panel{color:#fff;background:linear-gradient(132deg,#071a3c 5%,#0754d8 135%);border-radius:32px;justify-content:space-between;align-items:center;gap:56px;margin-bottom:108px;padding:clamp(40px,5vw,72px);display:flex;box-shadow:0 30px 68px #0836802e}.career-panel>div,.newsletter-panel>div{max-width:760px}.career-panel .section-label,.newsletter-panel .section-label{color:#83b5ff}.career-panel p:not(.section-label),.newsletter-panel>div>p:not(.section-label){color:#ffffffb8;max-width:700px;margin:18px 0 0;font-size:17px}.career-panel .button,.newsletter-panel .button{color:var(--blue);background:#fff;flex:none}.footer--inner{padding-top:20px}.blog-hero{padding:110px clamp(34px,5vw,88px) 60px}.blog-hero h1{font-size:clamp(58px,5.5vw,88px)}.blog-categories{flex-wrap:wrap;justify-content:flex-start;gap:8px;width:min(100% - 64px,1440px);margin:0 auto 42px;display:flex}.blog-categories button{cursor:pointer;border:1px solid var(--line);color:var(--muted);font:inherit;background:#ffffffb8;border-radius:999px;padding:10px 15px;font-size:13px;font-weight:700;transition:color .16s,border-color .16s,background .16s}.blog-categories button:hover,.blog-categories button.is-active{border-color:var(--blue);color:#fff;background:var(--blue)}.blog-categories button:focus-visible{outline-offset:3px;outline:3px solid #0754d83d}.featured-post{border:1px solid var(--line);min-height:560px;box-shadow:var(--shadow);background:#fff;border-radius:34px;grid-template-columns:minmax(0,1.34fr) minmax(360px,.66fr);display:grid;overflow:hidden}.featured-post__media,.post-card__image{display:block;position:relative;overflow:hidden}.featured-post__media img,.post-card__image img{object-fit:cover;transition:transform .42s}.featured-post__media:hover img,.post-card__image:hover img{transform:scale(1.025)}.featured-post__body{flex-direction:column;justify-content:center;padding:clamp(40px,5vw,72px);display:flex}.featured-post__body h2{letter-spacing:-.055em;margin:18px 0;font-size:clamp(38px,3.4vw,56px);line-height:1.04}.featured-post__body>p:not(.post-meta),.post-card__body>p:not(.post-meta){color:var(--muted);margin:0;font-size:17px}.post-meta{color:var(--muted);letter-spacing:.035em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:12px;margin:0;font-size:12px;font-weight:700;display:flex}.post-meta small{color:#8290a5;font:inherit}.post-meta span{color:var(--blue);background:var(--blue-soft);border-radius:999px;padding:6px 10px}.featured-post .text-link,.post-card .text-link{margin-top:34px}.inner-section-heading--row{text-align:left;justify-content:space-between;align-items:end;gap:50px;max-width:none;margin-bottom:48px;display:flex}.inner-section-heading--row>p{max-width:470px;margin:0 0 7px}.posts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.post-card{border:1px solid var(--line);background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 16px 44px #1e4b8c12}.post-card__image{height:330px}.post-card__body{padding:28px 30px 34px}.post-card h3{letter-spacing:-.04em;margin:16px 0 12px;font-size:28px;line-height:1.15}.blog-newsletter{color:#fff;background:linear-gradient(135deg,#08234f 0%,#0754d8 100%);border-radius:34px;grid-template-columns:minmax(0,.8fr) minmax(480px,1.2fr);align-items:end;gap:clamp(44px,8vw,120px);margin-top:32px;margin-bottom:100px;padding:clamp(42px,6vw,76px);display:grid;box-shadow:0 24px 70px #07307033}.blog-newsletter .section-label{color:#a8c9ff}.blog-newsletter h2{color:#fff;letter-spacing:-.055em;margin:14px 0 20px;font-size:clamp(40px,4vw,62px);line-height:1.02}.blog-newsletter__copy>p:last-child,.newsletter-note{color:#ffffffb8}.blog-newsletter__copy>p:last-child{max-width:580px;margin:0;font-size:17px}.newsletter-form{gap:18px;display:grid}.newsletter-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.newsletter-fields label{color:#ffffffd1;gap:8px;font-size:12px;font-weight:750;display:grid}.newsletter-fields__email{grid-column:1/-1}.newsletter-fields input{color:#fff;width:100%;min-height:54px;font:inherit;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;outline:0;padding:0 16px;font-size:15px;transition:border-color .16s,background .16s}.newsletter-fields input:focus{background:#ffffff26;border-color:#ffffffb8}.newsletter-fields input::placeholder{color:#ffffff75}.newsletter-form .button{width:fit-content}.newsletter-note{margin:-4px 0 0;font-size:12px;line-height:1.5}.article-hero{padding-top:104px;padding-bottom:62px}.article-back{color:var(--blue);margin-bottom:44px;font-size:14px;font-weight:750;display:inline-flex}.article-hero h1{letter-spacing:-.06em;max-width:1180px;margin:24px 0 28px;font-size:clamp(50px,5.2vw,86px);line-height:.98}.article-hero__lead{max-width:850px;color:var(--muted);margin:0;font-size:clamp(19px,1.7vw,25px);line-height:1.55}.article-author{align-items:center;gap:13px;display:flex}.article-author--hero{margin-top:34px}.article-tags{flex-wrap:wrap;gap:8px;margin:26px 0 0;padding:0;list-style:none;display:flex}.article-tags li{border:1px solid var(--line);color:var(--blue-strong);background:var(--blue-soft);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.article-author img,.article-author-card>img{object-fit:cover;object-position:center top;border-radius:50%}.article-author span{gap:2px;display:grid}.article-author strong{font-size:14px}.article-author small{color:var(--muted);font-size:12px}.article-cover{height:min(66vw,720px);box-shadow:var(--shadow);border-radius:34px;position:relative;overflow:hidden}.article-cover img{object-fit:cover}.article-layout{grid-template-columns:minmax(0,820px);justify-content:center;padding-top:92px;padding-bottom:100px;display:grid}.article-layout--with-toc{grid-template-columns:250px minmax(0,820px);align-items:start;gap:clamp(48px,7vw,100px)}.article-toc{border:1px solid var(--line);background:#ffffffe0;border-radius:20px;gap:18px;padding:24px;display:grid;position:sticky;top:116px;box-shadow:0 14px 38px #1e4b8c12}.article-toc>strong{color:var(--blue-strong);font-size:14px}.article-toc nav{gap:11px;display:grid}.article-toc a{color:var(--muted);font-size:13px;line-height:1.4}.article-toc a:hover{color:var(--blue)}.article-body{color:#3e4e64;font-size:clamp(18px,1.5vw,20px);line-height:1.78}.article-body>p{margin:0 0 28px}.article-body h2{color:var(--blue-strong);letter-spacing:-.045em;margin:76px 0 24px;scroll-margin-top:130px;font-size:clamp(34px,3vw,48px);line-height:1.08}.article-body ul{gap:14px;margin:12px 0 38px;padding:0;list-style:none;display:grid}.article-body li{padding-left:30px;position:relative}.article-body li:before{content:"";background:var(--blue);border-radius:50%;width:10px;height:10px;position:absolute;top:.72em;left:0}.article-body blockquote{border-left:5px solid var(--blue);color:var(--blue-strong);background:var(--blue-soft);border-radius:0 20px 20px 0;margin:52px 0;padding:34px 38px}.article-body blockquote p{letter-spacing:-.025em;margin:0;font-size:clamp(23px,2.2vw,31px);font-weight:750;line-height:1.38}.article-body blockquote cite{color:var(--muted);margin-top:16px;font-size:14px;font-style:normal;display:block}.article-body figure{margin:56px 0}.article-body__image{aspect-ratio:16/10;background:var(--blue-soft);border-radius:24px;position:relative;overflow:hidden}.article-body__image img{object-fit:cover}.article-body figcaption{color:var(--muted);text-align:center;margin-top:12px;font-size:13px;line-height:1.5}.article-end{gap:24px;padding-bottom:110px;display:grid}.article-author-card{border:1px solid var(--line);background:#fff;border-radius:26px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:28px;padding:34px;display:grid;box-shadow:0 16px 44px #1e4b8c12}.article-author-card h2{margin:7px 0 9px;font-size:30px}.article-author-card p:not(.section-label){max-width:760px;color:var(--muted);margin:0}.article-author-card .text-link{margin-top:16px}.related-post{color:#fff;background:var(--blue);border-radius:24px;justify-content:space-between;align-items:center;gap:26px;padding:32px 36px;display:flex;box-shadow:0 16px 44px #0754d833}.related-post>span{gap:7px;display:grid}.related-post small{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:750}.related-post strong{max-width:820px;font-size:clamp(23px,2.4vw,34px);line-height:1.15}.related-post svg{flex:none}@media (max-width:980px){.inner-hero,.blog-hero,.about-story,.featured-post{grid-template-columns:1fr}.inner-hero{gap:46px;padding-top:58px}.about-quote{min-height:360px}.blog-hero{align-items:start}.blog-categories{justify-content:flex-start;max-width:none}.featured-post__media{min-height:430px}.career-panel,.newsletter-panel,.blog-newsletter{flex-direction:column;align-items:flex-start}.blog-newsletter,.article-layout--with-toc{grid-template-columns:1fr}.article-toc{position:static}}@media (max-width:720px){.section-shell,.inner-hero,.blog-hero,.founder-section{width:calc(100% - 36px)}.inner-hero{min-height:0;padding:58px 2px 84px}.inner-hero h1,.blog-hero h1{font-size:clamp(44px,13vw,58px)}.about-quote{border-radius:26px;min-height:330px;padding:32px 26px}.about-quote blockquote{margin-block:38px 26px;font-size:46px}.about-story,.founder-section,.principles-section,.posts-section{padding-block:78px}.about-story{gap:36px}.founder-section{border-radius:28px;padding-inline:16px}.founder-grid,.principle-grid,.posts-grid{grid-template-columns:1fr}.inner-section-heading{margin-bottom:40px}.inner-section-heading h2,.about-story h2,.career-panel h2,.newsletter-panel h2,.posts-section h2{font-size:40px}.founder-card__image{height:380px}.founder-card__body{flex-direction:column;align-items:flex-start;padding:24px}.founder-card__body>span{text-align:left}.career-panel,.newsletter-panel{border-radius:24px;gap:34px;margin-bottom:76px;padding:36px 24px}.career-panel .button{width:100%}.blog-hero{gap:32px;padding:62px 0 54px}.blog-categories{scrollbar-width:none;flex-wrap:nowrap;width:100%;margin-bottom:28px;padding:0 18px 10px;overflow-x:auto}.blog-categories::-webkit-scrollbar{display:none}.blog-categories button{flex:none}.featured-post{border-radius:24px;min-height:0}.featured-post__media{min-height:300px}.featured-post__body{padding:30px 24px 34px}.inner-section-heading--row{flex-direction:column;align-items:flex-start;gap:20px}.post-card__image{height:250px}.blog-newsletter{border-radius:24px;margin-bottom:76px;padding:36px 24px}.newsletter-fields{grid-template-columns:1fr}.newsletter-fields__email{grid-column:auto}.newsletter-form .button{width:100%}.article-hero{padding-top:64px;padding-bottom:42px}.article-back{margin-bottom:30px}.article-hero h1{font-size:clamp(42px,12vw,58px)}.article-cover{border-radius:24px;width:calc(100% - 36px);height:62vw;min-height:280px}.article-layout{width:calc(100% - 36px);padding-top:58px;padding-bottom:76px}.article-body{font-size:18px;line-height:1.72}.article-body h2{margin-top:58px;font-size:34px}.article-body blockquote{margin-inline:0;padding:26px 24px}.article-body figure{margin:44px 0}.article-author-card{grid-template-columns:1fr;padding:28px 24px}.article-author-card>img{width:82px;height:82px}.related-post{padding:28px 24px}}
