@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&family=Inter:wght@400;500;600;650;700;800&display=swap');
:root{--ink:#17152b;--ink-2:#49455d;--muted:#767187;--line:#e9e7ef;--paper:#fff;--soft:#f7f7fa;--soft-2:#f1f0f5;--dark:#25222f;--dark-2:#17151f;--green:#1DD19B;--purple:#8B69FD;--green-hover:#18bd8d;--shadow:0 24px 70px rgba(23,21,43,.10);--shadow-sm:0 10px 30px rgba(23,21,43,.08);--radius-sm:14px;--radius:22px;--radius-lg:32px;--max:1220px;--ease:cubic-bezier(.2,.7,.2,1);--button-green:var(--green);--button-green-hover:#18bd8d;--button-purple:var(--purple);--button-purple-soft:rgba(139,105,253,.075);--button-border:#d9d5e2;--button-border-hover:#bfb8cf}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wrap{width:min(var(--max),calc(100% - 48px));margin-inline:auto;position:relative}.eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--purple);margin-bottom:14px}.eyebrow::before{content:none!important;display:none!important}.hero .eyebrow{margin-bottom:20px}
/* ===== V5 CANONICAL NAVIGATION ===== */
.linear-header{position:sticky;top:0;z-index:100;padding:14px 0 7px;background:rgba(255,255,255,.94);border-bottom:1px solid transparent;backdrop-filter:blur(18px);transition:.2s ease}.linear-header.is-scrolled{border-bottom-color:rgba(23,21,43,.07);box-shadow:0 8px 28px rgba(23,21,43,.045)}.linear-header .wrap{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.linear-nav{position:relative;display:grid;grid-template-columns:154px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:58px}.brand-official{display:flex;align-items:center;width:142px;height:30px;text-decoration:none;overflow:visible}.brand-logo-official{display:block;width:118px;height:auto;object-fit:contain;object-position:left center}
.linear-navlinks{display:flex;justify-content:center;align-items:center;gap:3px;min-width:0}.linear-nav .nav-item{position:static}.linear-nav .nav-item>a{display:inline-flex;align-items:center;gap:6px;min-height:39px;padding:9px 10px;border-radius:9px;text-decoration:none;color:#35333a;font-size:.88rem;font-weight:560}.linear-nav .nav-item>a:hover,.linear-nav .nav-item>a.active{background:#f3f2f6;color:#23212a}.submenu-chevron{width:13px;height:13px;transition:transform .22s var(--ease);opacity:.62}.submenu-chevron path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nav-item.open .submenu-chevron{transform:rotate(180deg)}.linear-nav-actions{display:flex;align-items:center;gap:6px}.linear-nav-actions .link-btn{padding:9px 10px;border-radius:9px;text-decoration:none;color:var(--ink-2);font-size:.84rem;font-weight:560}.linear-nav-actions .link-btn:hover{background:#f3f2f6}.nav-primary{display:inline-flex;align-items:center;gap:7px;min-height:39px;padding:0 13px;border-radius:9px;text-decoration:none;background:#232228;color:#fff;font-size:.82rem;font-weight:620}.nav-primary:hover{background:#17161b}.linear-mega{display:none!important}.attio-source-template{display:none!important}
.attio-mega-stage{position:absolute;z-index:120;top:calc(100% + 8px);left:0;width:900px;max-width:calc(100vw - 48px);background:#fff;border:1px solid #e7e4ed;border-radius:16px;box-shadow:0 28px 70px rgba(23,21,43,.14);overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:width .46s cubic-bezier(.22,.72,.18,1),height .38s var(--ease),transform .25s var(--ease),opacity .16s ease,visibility 0s linear .3s}.attio-mega-stage.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:width .46s cubic-bezier(.22,.72,.18,1),height .38s var(--ease),transform .25s var(--ease),opacity .16s ease,visibility 0s}.attio-mega-viewport{position:absolute;inset:0;overflow:hidden;background:#fff}.attio-mega-layer{position:absolute;inset:0;opacity:1;pointer-events:none;background:#fff;transform:translateX(0);transition:transform .52s cubic-bezier(.22,.72,.18,1);will-change:transform}.attio-mega-layer.is-active{transform:translateX(0);pointer-events:auto}.attio-mega-layer.enter-from-right{transform:translateX(100%)}.attio-mega-layer.enter-from-left{transform:translateX(-100%)}.attio-mega-layer.exit-to-left{transform:translateX(-100%)}.attio-mega-layer.exit-to-right{transform:translateX(100%)}.attio-mega-content{padding:22px 24px 24px}.attio-mega-measure{position:fixed!important;left:-10000px!important;top:0!important;display:block!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;max-width:none!important;transition:none!important}.linear-mega-top{display:flex;justify-content:space-between;gap:20px;padding:0 2px 15px;margin-bottom:17px;border-bottom:1px solid #eceaf0}.linear-kicker,.linear-group-label{font-size:.68rem;letter-spacing:.09em;text-transform:uppercase;color:#9b97a4;font-weight:700}.linear-view-all{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:24px;text-decoration:none;color:var(--ink-2);font-size:.76rem;line-height:1}.linear-view-all [data-ui-icon]{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;line-height:0}.linear-view-all [data-ui-icon]::before{width:14px;height:14px}.linear-mega-columns{display:grid;align-items:start;gap:25px}.linear-mega-columns.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.linear-mega-columns.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.linear-group-label{margin:0 0 7px;padding:0 3px}.linear-mega-link{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;grid-template-rows:auto!important;column-gap:12px!important;align-items:start!important;width:100%!important;padding:9px 7px 9px 2px;border-radius:9px;text-decoration:none;color:var(--ink);transition:.16s ease}.linear-mega-link:hover{background:#f7f6f9;transform:translateY(-1px)}.linear-mega-link::before{content:"";width:27px;height:27px;border:0;border-radius:0;background-color:#686371;opacity:.92;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:22px 22px;mask-size:22px 22px;align-self:start;margin-top:1px;grid-column:1!important;grid-row:1!important}.linear-mega-link:hover::before{background-color:#4f4a5d}.linear-mega-link .linear-link-copy{grid-column:2!important;grid-row:1!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;min-width:0!important;width:100%!important}.linear-mega-link .linear-link-title{font-size:.86rem;font-weight:620;line-height:1.3}.linear-mega-link .linear-link-desc{display:block;width:100%!important;font-size:.72rem;color:var(--muted);line-height:1.38;margin-top:4px!important;white-space:normal!important;text-wrap:pretty!important}.linear-mega-link.compact{align-items:center!important;min-height:46px!important}.linear-mega-link.compact::before{align-self:center!important;margin-top:0!important}.linear-mega-link.compact .linear-link-copy{justify-content:center!important;align-self:center!important}.linear-mega-link.compact .linear-link-title{font-weight:560;color:var(--ink-2)}
.mobile-menu-button{display:none;width:39px;height:39px;border:1px solid #e7e4ed;border-radius:9px;background:#fff;padding:10px;align-items:center;justify-content:center;flex-direction:column;gap:4px}.mobile-menu-button span{width:17px;height:1.5px;background:#35323a}.mobile-nav-shell{display:none}
/* ===== V5.1 BRAND + ICON SYSTEM REFINEMENT ===== */
.linear-mega-link[data-icon="finance"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16M6 16v-5M10 16V8M14 16v-3M18 16V5'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16M6 16v-5M10 16V8M14 16v-3M18 16V5'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="portfolio"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='12' rx='2'/%3E%3Cpath d='M9 6V4h6v2M4 11h16'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='12' rx='2'/%3E%3Cpath d='M9 6V4h6v2M4 11h16'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="project"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7h14M5 12h9M5 17h12'/%3E%3Ccircle cx='18' cy='12' r='1.5'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7h14M5 12h9M5 17h12'/%3E%3Ccircle cx='18' cy='12' r='1.5'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="shield"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 19 6v5c0 4.5-2.8 7.8-7 10-4.2-2.2-7-5.5-7-10V6z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 19 6v5c0 4.5-2.8 7.8-7 10-4.2-2.2-7-5.5-7-10V6z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="users"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3.5 19c.6-3.1 2.5-5 5.5-5s4.9 1.9 5.5 5M15 6.5c2.1.1 3.5 1.5 3.5 3.4S17.1 13.2 15 13.3M16.5 15c2.3.5 3.6 1.8 4 4'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3.5 19c.6-3.1 2.5-5 5.5-5s4.9 1.9 5.5 5M15 6.5c2.1.1 3.5 1.5 3.5 3.4S17.1 13.2 15 13.3M16.5 15c2.3.5 3.6 1.8 4 4'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="integration"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='12' r='2.3'/%3E%3Ccircle cx='18' cy='7' r='2.3'/%3E%3Ccircle cx='18' cy='17' r='2.3'/%3E%3Cpath d='M8.3 11.2 15.7 7.8M8.3 12.8l7.4 3.4'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='12' r='2.3'/%3E%3Ccircle cx='18' cy='7' r='2.3'/%3E%3Ccircle cx='18' cy='17' r='2.3'/%3E%3Cpath d='M8.3 11.2 15.7 7.8M8.3 12.8l7.4 3.4'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="service"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m14 6 4 4-8.5 8.5H5.5V14.5z'/%3E%3Cpath d='m12.5 7.5 4 4'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m14 6 4 4-8.5 8.5H5.5V14.5z'/%3E%3Cpath d='m12.5 7.5 4 4'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="advisory"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='5'/%3E%3Cpath d='m15 15 4 4M11 8v3l2 1'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='5'/%3E%3Cpath d='m15 15 4 4M11 8v3l2 1'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="diagnostic"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 12h4l2-4.5 3.5 9 3-6 2 1.5h4.5'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 12h4l2-4.5 3.5 9 3-6 2 1.5h4.5'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="forecast"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17 10 12l4 3 5-7'/%3E%3Cpath d='M15 8h4v4'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17 10 12l4 3 5-7'/%3E%3Cpath d='M15 8h4v4'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="workflow"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='6' height='5' rx='1.3'/%3E%3Crect x='15' y='15' width='6' height='5' rx='1.3'/%3E%3Cpath d='M9 6.5h4a4 4 0 0 1 4 4v4.5M15 17.5h-4a4 4 0 0 1-4-4V9'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='6' height='5' rx='1.3'/%3E%3Crect x='15' y='15' width='6' height='5' rx='1.3'/%3E%3Cpath d='M9 6.5h4a4 4 0 0 1 4 4v4.5M15 17.5h-4a4 4 0 0 1-4-4V9'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="megaproject"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V8l5-3v14M9 19V10l5-3v12M14 19v-6l6-3v9M3 19h18'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V8l5-3v14M9 19V10l5-3v12M14 19v-6l6-3v9M3 19h18'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="executive"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='3'/%3E%3Cpath d='M5 19c.7-4 3.1-6 7-6s6.3 2 7 6M9.5 14.5 12 17l2.5-2.5'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='3'/%3E%3Cpath d='M5 19c.7-4 3.1-6 7-6s6.3 2 7 6M9.5 14.5 12 17l2.5-2.5'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="demo"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='m10 8 6 4-6 4z'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='m10 8 6 4-6 4z'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="content"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h11l3 3v13H5z'/%3E%3Cpath d='M16 4v4h4M8 12h8M8 16h6'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h11l3 3v13H5z'/%3E%3Cpath d='M16 4v4h4M8 12h8M8 16h6'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="case"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='13' rx='2'/%3E%3Cpath d='M8 6V4h8v2M8 13l2.5 2.5L16 10'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='13' rx='2'/%3E%3Cpath d='M8 6V4h8v2M8 13l2.5 2.5L16 10'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="company"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 20V7l7-3 7 3v13M9 20v-5h6v5M9 9h.01M12 9h.01M15 9h.01M9 12h.01M12 12h.01M15 12h.01'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 20V7l7-3 7 3v13M9 20v-5h6v5M9 9h.01M12 9h.01M15 9h.01M9 12h.01M12 12h.01M15 12h.01'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="award"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='5'/%3E%3Cpath d='m9 14-1 7 4-2 4 2-1-7'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='5'/%3E%3Cpath d='m9 14-1 7 4-2 4 2-1-7'/%3E%3C/g%3E%3C/svg%3E")}
.linear-mega-link[data-icon="globe"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M4 12h16M12 4a13 13 0 0 1 0 16M12 4a13 13 0 0 0 0 16'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M4 12h16M12 4a13 13 0 0 1 0 16M12 4a13 13 0 0 0 0 16'/%3E%3C/g%3E%3C/svg%3E")}
[data-ui-icon]{display:inline-flex;align-items:center;justify-content:center;line-height:0}[data-ui-icon]::before{content:"";display:block;width:18px;height:18px;background:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}[data-ui-icon="chevron"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 5 7 7-7 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 5 7 7-7 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}[data-ui-icon="play"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m10 8 6 4-6 4z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m10 8 6 4-6 4z' fill='black'/%3E%3C/svg%3E")}[data-ui-icon="diagnostic"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 12h4l2-4.5 3.5 9 3-6 2 1.5h4.5'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 12h4l2-4.5 3.5 9 3-6 2 1.5h4.5'/%3E%3C/g%3E%3C/svg%3E")}
/* ===== V5.9 — BUTTON SYSTEM ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 20px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);text-decoration:none;font-weight:750;cursor:pointer}.btn,.nav-primary,.linear-nav-actions .link-btn{border-radius:999px!important;font-weight:680!important;letter-spacing:-.008em;min-height:46px;transition:transform .2s var(--ease),box-shadow .2s var(--ease),background-color .2s ease,border-color .2s ease,color .2s ease!important}.action-chamber{display:inline-flex!important;align-items:center!important;gap:0!important;padding-top:0!important;padding-bottom:0!important;overflow:hidden;position:relative}.action-chamber>span:first-child{display:inline-flex;align-items:center;min-height:44px;padding-left:18px;padding-right:16px;white-space:nowrap}.btn.primary,.nav-primary{color:#fff!important;background:var(--button-green)!important;border:1px solid var(--button-green)!important;box-shadow:0 9px 24px rgba(29,209,155,.20)!important;padding-left:0!important;padding-right:0!important}.btn.primary:hover,.nav-primary:hover{color:#fff!important;background:var(--button-green-hover)!important;border-color:var(--button-green-hover)!important;transform:translateY(-1px)!important;box-shadow:0 12px 30px rgba(29,209,155,.27)!important}.btn.primary .orb,.nav-primary [data-ui-icon],.btn.tertiary .btn-inline-icon,.header-tertiary .header-action-icon{flex:0 0 48px!important;width:48px!important;height:46px!important;border-radius:50%!important;display:grid!important;place-items:center!important;margin:0!important;transition:transform .22s var(--ease),background-color .22s ease,box-shadow .22s ease!important}.btn.primary .orb,.nav-primary [data-ui-icon]{color:#fff!important;background:rgba(6,110,82,.24)!important;border:0!important;box-shadow:inset 1px 0 0 rgba(255,255,255,.13)}.action-chamber:hover>span:last-child{transform:translateX(2px) scale(1.06)}.btn.tertiary,.header-tertiary{color:var(--ink)!important;background:#fff!important;border:1px solid var(--button-border)!important;box-shadow:0 6px 18px rgba(23,21,43,.045)!important;padding-left:0!important;padding-right:0!important;text-decoration:none}.btn.tertiary:hover,.header-tertiary:hover{color:var(--ink)!important;background:#fcfbff!important;border-color:rgba(139,105,253,.38)!important;box-shadow:0 9px 22px rgba(23,21,43,.075)!important;transform:translateY(-1px)!important}.btn.tertiary .btn-inline-icon,.header-tertiary .header-action-icon{color:var(--purple)!important;background:var(--button-purple-soft)!important;border:0!important;box-shadow:inset 1px 0 0 rgba(139,105,253,.13)}.btn.primary .orb::before,.nav-primary [data-ui-icon]::before,.btn.tertiary .btn-inline-icon::before,.header-tertiary .header-action-icon::before{width:18px!important;height:18px!important}
/* Footer — canonical */
footer{background:var(--dark-2);color:#cfcbd7;padding:44px 0 32px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:36px}.footer-brand{min-height:54px}.footer-logo-plate{display:inline-flex;align-items:center;background:transparent;border-radius:0;padding:0;margin-bottom:16px}.footer-logo-official{display:block;width:132px;height:auto}.footer-brand .small{font-size:.88rem;color:#aaa5b3;max-width:300px}.footer-col strong{display:block;color:#fff;font-size:.82rem;margin-bottom:11px}.footer-col a{display:block;color:#aaa5b3;text-decoration:none;font-size:.8rem;padding:5px 0}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);font-size:.75rem;color:#8d8997}
/* ===== V5.22 MOBILE NAVIGATION ===== */
@media(max-width:1080px){body.mobile-menu-open{overflow:hidden;touch-action:none}.linear-navlinks,.linear-nav-actions{display:none}.linear-nav{grid-template-columns:142px 1fr auto}.mobile-menu-button{display:flex;justify-self:end}.attio-mega-stage{display:none}.mobile-nav-shell{display:block;position:fixed;inset:0;z-index:500;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .22s ease,visibility 0s linear .32s}.mobile-nav-shell.is-open{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .22s ease,visibility 0s}.mobile-nav-backdrop{position:absolute;inset:0;background:rgba(20,18,27,.32);backdrop-filter:blur(3px);opacity:0;transition:opacity .28s ease}.mobile-nav-shell.is-open .mobile-nav-backdrop{opacity:1}.mobile-nav-panel{position:absolute;top:0;right:0;width:min(92vw,430px);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-24px 0 70px rgba(23,21,43,.18);transform:translateX(104%);transition:transform .36s cubic-bezier(.22,.72,.18,1);overflow:hidden}.mobile-nav-shell.is-open .mobile-nav-panel{transform:translateX(0)}.mobile-nav-top{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0 22px;border-bottom:1px solid #eceaf0;flex:0 0 auto}.mobile-nav-title{font-family:"Comfortaa","Inter",sans-serif;font-size:1rem;font-weight:650;color:var(--ink)}.mobile-nav-close{width:40px;height:40px;border:1px solid #e6e2eb;border-radius:12px;background:#fff;display:grid;place-items:center;cursor:pointer;position:relative}.mobile-nav-close::before,.mobile-nav-close::after{content:"";position:absolute;width:17px;height:1.5px;background:#34313b;border-radius:2px}.mobile-nav-close::before{transform:rotate(45deg)}.mobile-nav-close::after{transform:rotate(-45deg)}.mobile-nav-close svg{display:none}.mobile-nav-content{flex:1 1 auto;overflow-y:auto;padding:12px 18px 26px;-webkit-overflow-scrolling:touch}.mobile-accordion{border-bottom:1px solid #eceaf0}.mobile-accordion-trigger{width:100%;min-height:54px;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 5px;font-weight:680;color:var(--ink);text-align:left}.mobile-accordion-trigger svg{width:16px;height:16px;transition:transform .22s var(--ease)}.mobile-accordion-trigger svg path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mobile-accordion.is-open .mobile-accordion-trigger svg{transform:rotate(180deg)}.mobile-accordion-panel{overflow:hidden;max-height:0;transition:max-height .3s var(--ease)}.mobile-accordion-inner{padding:0 0 13px}.mobile-accordion-section+.mobile-accordion-section{margin-top:10px}.mobile-section-label{padding:9px 4px 4px;font-size:.64rem;letter-spacing:.10em;text-transform:uppercase;color:#9994a1;font-weight:800}.mobile-sub-link{display:grid;grid-template-columns:32px minmax(0,1fr) 18px;gap:9px;align-items:center;padding:10px 4px;border-radius:10px;text-decoration:none}.mobile-sub-link:hover{background:#f7f6f9}.mobile-sub-icon.linear-mega-link{display:block!important;min-height:0!important;padding:0!important}.mobile-sub-icon.linear-mega-link::before{display:block!important;grid-column:auto!important;grid-row:auto!important;margin:0!important}.mobile-sub-copy strong{display:block;font-size:.81rem;color:var(--ink)}.mobile-sub-copy small{display:block;margin-top:2px;font-size:.7rem;color:var(--muted);line-height:1.35}.mobile-sub-arrow{color:#aaa4b3;display:grid;place-items:center}.mobile-direct-link{display:grid;grid-template-columns:1fr 18px;gap:8px;align-items:center;min-height:54px;padding:0 5px;border-bottom:1px solid #eceaf0;text-decoration:none;font-weight:680}.mobile-nav-actions{flex:0 0 auto;padding:16px 20px max(18px,env(safe-area-inset-bottom));border-top:1px solid #eceaf0;background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav-actions a{min-height:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:.82rem;font-weight:720}.mobile-nav-actions .mobile-diagnostic{border:1px solid #d9d4e0;color:var(--ink);background:#fff}.mobile-nav-actions .mobile-demo{border:1px solid transparent;color:#fff;background:var(--green)}}
@media(max-width:760px){.brand-logo-official{width:96px}.footer-logo-official{width:120px}.linear-header .wrap{width:min(100% - 32px,var(--max))}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.mobile-nav-panel{width:100vw}.mobile-nav-actions{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.attio-mega-stage,.attio-mega-layer,.mobile-nav-shell,.mobile-nav-backdrop,.mobile-nav-panel,.mobile-accordion-panel,.mobile-accordion-trigger svg{transition:none!important}}

/* ===== GLOBAL SHELL v1.1 — exact Home header action geometry ===== */
.linear-nav-actions{gap:8px!important}
.linear-nav-actions .header-tertiary{min-height:40px!important;font-size:.82rem!important}
.linear-nav-actions .header-tertiary>span:first-child{min-height:38px!important;padding-left:14px!important;padding-right:11px!important}
.linear-nav-actions .header-tertiary .header-action-icon{width:40px!important;height:38px!important;flex-basis:40px!important}
.nav-primary{min-height:40px!important;font-size:.82rem!important}
.nav-primary>span:first-child{min-height:38px!important;padding-left:14px!important;padding-right:11px!important}
.nav-primary [data-ui-icon]{width:40px!important;height:38px!important;flex-basis:40px!important}

/* V1.2 — exact Home V5.59 desktop submenu parity refinements. */
@media (min-width:901px){
  .attio-mega-stage{width:980px}
  .attio-mega-content{padding:22px 26px 24px}
  .linear-mega-columns{column-gap:32px;row-gap:18px}
  .linear-mega-link{padding:10px 8px 10px 3px!important}
  .linear-mega-link .linear-link-title{font-size:.875rem;line-height:1.22;letter-spacing:-.006em}
  .linear-mega-link .linear-link-desc{font-size:.735rem;line-height:1.32;max-width:100%;overflow-wrap:normal;word-break:normal}
  .linear-mega-link.compact{padding-block:9px!important}
}

/* ===== Global Hero Entry Anchor v1 — WEB-IA-65 ===== */
:root{
  --hero-entry-offset-desktop:112px;
  --hero-entry-offset-tablet:88px;
  --hero-entry-offset-mobile:64px;
  --hero-entry-offset-small:56px;
  --hero-eyebrow-line-height:18px;
  --hero-eyebrow-title-gap:20px;
  --hero-eyebrow-title-gap-mobile:14px;
}
.hero-entry-canonical{padding-top:var(--hero-entry-offset-desktop)!important}
.hero-entry-canonical .hero-grid{align-items:start!important}
.hero-entry-canonical .hero-copy{align-self:start!important}
.hero-entry-canonical .hero-copy>.eyebrow{display:block!important;line-height:var(--hero-eyebrow-line-height)!important;margin:0 0 var(--hero-eyebrow-title-gap)!important}
.hero-entry-canonical .hero-copy>h1{margin-top:0!important}
@media(max-width:1080px){.hero-entry-canonical{padding-top:var(--hero-entry-offset-tablet)!important}}
@media(max-width:760px){.hero-entry-canonical{padding-top:var(--hero-entry-offset-mobile)!important}.hero-entry-canonical .hero-copy>.eyebrow{margin-bottom:var(--hero-eyebrow-title-gap-mobile)!important}}
@media(max-width:520px){.hero-entry-canonical{padding-top:var(--hero-entry-offset-small)!important}}


/* ===== GLOBAL FOOTER v1.5 — exact Home V5.59 / Governance & Risk V8 parity ===== */
footer{background:var(--dark-2);color:#cfcbd7;padding:44px 0 32px}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:36px}
.footer-brand{min-height:54px}
.footer-logo-plate{display:inline-flex;align-items:center;background:transparent;border-radius:0;padding:0;margin-bottom:16px}
.footer-logo-official{display:block;width:132px;height:auto}
.footer-col strong{display:block;color:#fff;font-size:.82rem;margin-bottom:11px}
.footer-col a{display:block;color:#aaa5b3;text-decoration:none;font-size:.8rem;padding:5px 0}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);font-size:.75rem;color:#8d8997}
.footer-brand .small{max-width:300px;line-height:1.55;color:#aaa5b3;font-size:.88rem}
.language-selector{position:relative}
.language-current{display:inline-flex;align-items:center;gap:9px;min-height:38px;padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(255,255,255,.045);color:#d6d1df;font:inherit;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}
.language-current:hover,.language-current[aria-expanded="true"]{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);color:#fff}
.language-current>svg:first-child{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.language-chevron{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s var(--ease)}
.language-current[aria-expanded="true"] .language-chevron{transform:rotate(180deg)}
.language-menu{position:absolute;right:0;bottom:calc(100% + 10px);z-index:20;width:210px;padding:7px;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:#292631;box-shadow:0 18px 46px rgba(0,0,0,.28);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .18s ease,transform .2s var(--ease),visibility 0s linear .2s}
.language-selector.open .language-menu{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:opacity .18s ease,transform .2s var(--ease),visibility 0s}
.language-option{display:grid!important;grid-template-columns:20px 1fr;align-items:center;gap:7px;padding:9px 10px!important;border-radius:8px;color:#c7c2cf!important;text-decoration:none;font-size:.77rem!important}
.language-option:hover{background:rgba(255,255,255,.07);color:#fff!important}
.language-option.active{color:#fff!important;background:rgba(139,105,253,.10)}
.language-check{color:#1DD19B;font-weight:850}
@media(max-width:760px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 22px}.footer-brand{grid-column:1/-1;min-width:0}.footer-col{min-width:0}.footer-col strong{font-size:.86rem;line-height:1.35}.footer-col a{font-size:.83rem;line-height:1.45;padding:6px 0;overflow-wrap:anywhere}.footer-bottom{flex-direction:column;align-items:flex-start;gap:20px;margin-top:32px;padding-top:20px}.language-selector{width:min(100%,290px)}.language-current{width:100%;justify-content:flex-start}.language-current .language-chevron{margin-left:auto}.language-menu{left:0;right:auto;width:min(100%,260px)}}
@media(max-width:420px){footer{padding-top:38px}.footer-grid{gap:28px 18px}.footer-logo-official{width:122px}.footer-brand .small{font-size:.84rem;max-width:270px}.footer-col strong{font-size:.8rem}.footer-col a{font-size:.78rem}}

