:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scrollbar-gutter:stable}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;overflow-x:hidden}#root{overflow-x:clip}button{cursor:pointer;border:none;background:none;font-family:inherit}:root{--app-max-width: 1480px;--content-max-width: 1280px;--shell-gutter: clamp(.45rem, 1.8vw, 1.5rem);--page-gutter: clamp(.85rem, 2.4vw, 2rem);--bg-page: #f7f7f5;--bg-alt: #f2f3f0;--bg-card: #ffffff;--text-strong: #171a20;--text-body: #4f5765;--text-muted: #7d8796;--line-soft: #e5e8ed;--line-strong: #d7dce4;--accent-blue: #8bb7f0;--accent-indigo: #9ca6f3;--accent-green: #9acb9f;--accent-amber: #d7b387;--accent-red: #e1a39f;--shadow-soft: 0 20px 44px -34px rgba(16, 24, 40, .36)}.app-container{display:flex;flex-direction:column;min-height:100vh;width:min(100%,var(--app-max-width));max-width:var(--app-max-width);margin:0 auto;padding:0 var(--shell-gutter);gap:1rem;color:var(--text-strong);overflow-x:clip}.app-container img{max-width:100%}#about,#features,#configuration,#pricing,#contact{scroll-margin-top:5rem}.header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.5rem var(--page-gutter);position:sticky;top:.5rem;border-radius:.5rem;z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffa8;border:1px solid rgba(255,255,255,.6);transition:transform .24s ease,opacity .24s ease;will-change:transform,opacity}.header.is-hidden{transform:translateY(calc(-100% - 1rem));opacity:0}.header.is-menu-open{z-index:1200}.header-variant-product-test-2{grid-template-columns:minmax(0,1fr) auto auto;gap:1rem;padding:.7rem clamp(.9rem,2vw,1.35rem);border-radius:1.1rem;background:#ffffffc7;border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 40px -34px #0f172a6b}.header-variant-product-test-2 .logo{flex-shrink:0}.header-variant-product-test-2 .logo img{width:clamp(96px,10vw,126px)}.header-left{display:inline-flex;align-items:center;gap:clamp(.8rem,2vw,1.35rem);min-width:0}.header-left .logo{display:inline-flex;align-items:center;flex-shrink:0}.header-nav{display:flex;align-items:center;justify-content:flex-start;gap:.3rem;min-width:0;flex-wrap:wrap}.header-nav-link{border:none;background:transparent;color:#55606f;font-size:.84rem;font-weight:500;padding:.55rem .72rem;border-radius:999px;transition:background-color .18s ease,color .18s ease}.header-nav-link:hover{background:#4d78ff14;color:#161b24}.header-nav-link:focus-visible,.header-audience-button:focus-visible,.header-primary-cta:focus-visible{outline:2px solid #8aaedf;outline-offset:2px}.header-right{justify-self:end;display:inline-flex;align-items:center;gap:.72rem}.header-audience-switch{display:inline-flex;align-items:center;justify-self:center;gap:.22rem;padding:.2rem;border-radius:999px;background:#f1f4f8;border:1px solid rgba(23,26,32,.08)}.header-audience-button{display:inline-flex;align-items:center;border:none;background:transparent;color:#637083;text-decoration:none;font-size:.78rem;font-weight:600;padding:.5rem .82rem;border-radius:999px;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.header-audience-button:hover,.header-audience-button:focus-visible,.header-audience-button:visited{text-decoration:none}.header-audience-button.active{background:#fff;color:#171a20;box-shadow:0 10px 20px -18px #0f172a7a}.header-primary-cta{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;gap:.42rem;min-height:40px;padding:.72rem 1rem;border-radius:999px;border:none;background:var(--product-test-2-primary, #4d78ff);color:var(--product-test-2-primary-foreground, #ffffff);font-size:.84rem;font-weight:600;transition:opacity .18s ease}.header-primary-cta:hover{opacity:.94}.header-variant-product-test-2 .header-sign-in{box-sizing:border-box;min-height:40px;padding:.72rem 1rem;border-radius:999px;border:1px solid rgba(23,26,32,.14);background:#ffffffc7;box-shadow:none}.header-variant-product-test-2 .header-sign-in:hover,.header-variant-product-test-2 .header-sign-in:focus-visible{border-color:#171a2042}.app-container[data-hero-variant=product-test-2] .header-variant-product-test-2.is-at-top:not(.is-menu-open){background:transparent;border-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.app-container[data-hero-variant=product-test-2] .header-variant-product-test-2.is-at-top:not(.is-menu-open) .mobile-menu-toggle{background:transparent;border-color:transparent;box-shadow:none}.app-container[data-hero-variant=product-test-2] .header-variant-product-test-2.is-at-top:not(.is-menu-open) .header-nav-link.is-current{background:transparent;box-shadow:none}.tab-with-menu{position:relative;display:inline-flex}.tab-active-menu{display:inline-flex;align-items:center;gap:.34rem}.tab-chevron{font-size:1rem;line-height:1;color:#5b6472;margin-top:1px;flex-shrink:0}.tab-dropdown{position:absolute;top:100%;left:0;min-width:170px;padding:.32rem;border-radius:10px;background:#fff;box-shadow:0 14px 30px -24px #0f172a85;display:grid;gap:.14rem;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:1100}.tab-with-menu.menu-open .tab-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.tab-dropdown-item{width:100%;text-align:left;padding:.45rem .52rem;border-radius:8px;background:transparent;border:none;font-size:.79rem;color:var(--text-body)}.tab-dropdown-item:hover{background:#f5f7fb;color:var(--text-strong)}.tab-dropdown-item:focus-visible{outline:2px solid #8aaedf;outline-offset:1px}.logo{display:flex;align-items:center}.logo img{width:clamp(106px,12vw,141px);height:auto}.sign-in-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:14px;font-weight:500;color:#212121;text-decoration:none;justify-self:end;min-height:40px;padding:0 .4rem}.action-link-label{white-space:nowrap}.action-link-icon{display:inline-flex;width:.95rem;height:.95rem;flex-shrink:0;opacity:.78}.action-link-icon svg{width:100%;height:100%}.header-tabs{display:flex;gap:.5rem;background:#f5f5f5;padding:.25rem;border-radius:999px;justify-self:center}.tab{font-size:13px;color:#666;padding:.5rem 1rem;border-radius:999px;transition:all .2s;cursor:pointer;-webkit-user-select:none;user-select:none;background:transparent;border:none}.tab:hover{color:#000}.tab.active{color:#000;font-weight:500;background:#fff;box-shadow:0 2px 4px #0000000d}.tab:focus-visible{outline:2px solid #8aaedf;outline-offset:2px}.mobile-menu-toggle,.mobile-nav-backdrop,.mobile-nav-dropdown{display:none}.mobile-menu-toggle{border:1px solid rgba(134,145,160,.26);border-radius:12px;width:44px;height:44px;align-items:center;justify-content:center;color:#2a3442;background:#ffffffd6;justify-self:end;box-shadow:0 10px 18px -16px #0f172a66;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.mobile-menu-icon{font-size:1.28rem!important}.header.is-menu-open .mobile-menu-toggle{border-color:#171a201f;background:#fffffffa;box-shadow:0 14px 24px -18px #0f172a6b}.mobile-menu-toggle:focus-visible,.mobile-nav-tab:focus-visible,.mobile-nav-link:focus-visible,.mobile-nav-sign-in:focus-visible{outline:2px solid #8aaedf;outline-offset:2px}.mobile-nav-backdrop{position:fixed;inset:0;background:#f5f8fb00;opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:1100}.mobile-nav-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-nav-dropdown{position:absolute;top:calc(100% + .24rem);right:-.08rem;width:min(18.75rem,calc(100vw - (2 * var(--page-gutter)) + .16rem));background:#fffffffb;border:1px solid rgba(23,26,32,.1);border-radius:.95rem;box-shadow:0 18px 34px -28px #0f172a61,0 8px 16px -14px #0f172a2e;transform:translateY(-6px) scale(.985);transform-origin:top right;visibility:hidden;pointer-events:none;opacity:0;transition:transform .22s ease,opacity .22s ease;z-index:1150;overflow:hidden}.mobile-nav-dropdown.is-open{transform:translateY(0);visibility:visible;pointer-events:auto;opacity:1}.mobile-nav-inner{display:grid;align-content:start;gap:.72rem;padding:.68rem}.mobile-nav-switcher-shell{padding:.18rem;border-radius:999px;background:#f1f4f8;border:1px solid rgba(23,26,32,.08)}.mobile-nav-switcher{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.22rem}.mobile-nav-tab{border:none;border-radius:999px;min-height:42px;padding:.46rem .72rem;font-size:.78rem;font-weight:600;color:#637083;background:transparent;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.mobile-nav-tab:hover{color:#171a20}.mobile-nav-tab.active{background:#fff;color:#171a20;box-shadow:0 10px 20px -18px #0f172a7a}.mobile-nav-actions{display:grid;gap:.42rem;padding-top:.68rem;border-top:1px solid rgba(23,26,32,.08)}.mobile-nav-link{display:flex;align-items:center;justify-content:center;gap:.42rem;border-radius:.8rem;min-height:44px;padding:.64rem .82rem;text-align:center;font-size:.86rem;font-weight:600;line-height:1.2;text-decoration:none;text-decoration-line:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.mobile-nav-link-primary{border:1px solid var(--product-test-2-primary, #12161f);background:var(--product-test-2-primary, #12161f);color:var(--product-test-2-primary-foreground, #ffffff);box-shadow:0 14px 24px -18px color-mix(in srgb,var(--product-test-2-primary, #12161f) 48%,transparent)}.header-primary-cta .action-link-icon,.mobile-nav-link-primary .action-link-icon{opacity:.92}.mobile-nav-link-primary:hover{opacity:.95}.mobile-nav-link-secondary{display:inline-flex;align-items:center;gap:.42rem;border:1px solid rgba(23,26,32,.12);background:#f7f9fbf5;color:var(--text-strong);text-decoration:none;text-decoration-line:none}.mobile-nav-link-secondary:hover{border-color:#171a202e;background:#fffffffa}.landing-wrapper{--hero-scrim: radial-gradient(140% 62% at 50% 0%, rgba(255, 255, 255, .42) 0%, rgba(255, 255, 255, 0) 58%), linear-gradient(180deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, .08) 46%, rgba(255, 255, 255, 0) 76%);--hero-text: #161a23;--hero-text-muted: rgba(22, 26, 35, .76);--hero-accent: #2f9b79;--hero-panel-bg: rgba(255, 255, 255, .18);--hero-panel-border: rgba(255, 255, 255, .26);--hero-panel-shadow: 0 24px 48px -40px rgba(18, 34, 58, .22);--hero-kicker-bg: transparent;--hero-kicker-border: transparent;--hero-kicker-text: #33465c;--hero-proof-bg: transparent;--hero-proof-border: transparent;--hero-proof-text: rgba(22, 26, 35, .78);--hero-secondary-bg: rgba(255, 255, 255, .7);--hero-secondary-text: #2d3541;--hero-secondary-border: rgba(255, 255, 255, .74);min-height:90svh;display:flex;flex-direction:column;position:relative;z-index:20;margin:0 var(--page-gutter);border-radius:1.5vmax;background-size:cover;background-position:center;transition:background-image .5s ease-in-out}.landing-wrapper:before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--hero-scrim);pointer-events:none;z-index:0}.landing-wrapper.auditor-mode{--hero-scrim: radial-gradient(140% 62% at 50% 0%, rgba(8, 34, 88, .56) 0%, rgba(8, 34, 88, 0) 58%), linear-gradient(180deg, rgba(6, 18, 48, .34) 0%, rgba(6, 22, 54, .2) 46%, rgba(6, 22, 54, .04) 75%);--hero-text: #f4f7ff;--hero-text-muted: rgba(240, 246, 255, .84);--hero-accent: #7fb6ee;--hero-panel-bg: rgba(10, 28, 68, .18);--hero-panel-border: rgba(181, 206, 255, .12);--hero-panel-shadow: 0 24px 56px -44px rgba(2, 8, 24, .38);--hero-kicker-bg: transparent;--hero-kicker-border: transparent;--hero-kicker-text: #dbe8ff;--hero-proof-bg: transparent;--hero-proof-border: transparent;--hero-proof-text: rgba(237, 244, 255, .86);--hero-secondary-bg: rgba(215, 230, 252, .22);--hero-secondary-text: #ecf3ff;--hero-secondary-border: rgba(198, 217, 245, .42)}.hero-section{display:flex;flex-direction:column;flex:1;gap:1rem;align-items:center;overflow:hidden;width:100%;position:relative;padding-top:2.35rem;z-index:1}.hero-top{flex:0 1 auto;width:100%;max-width:780px;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:20;position:relative;padding:2.6rem 0 1.55rem;margin-top:1.25rem;gap:.86rem}.hero-top:before{content:none}.hero-kicker{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.72rem}.hero-kicker-badge{display:inline-flex;align-items:center;gap:.58rem;padding:0;border-radius:0;border:none;background:var(--hero-kicker-bg);color:var(--hero-kicker-text);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-kicker-badge img{width:18px;height:auto;opacity:.88}.hero-kicker-text,.hero-kicker-mode{font-size:.82rem;font-weight:600;letter-spacing:0;text-transform:none}.hero-kicker-divider{width:4px;height:4px;border-radius:999px;background:var(--hero-accent);opacity:.5}.hero-kicker-mode{color:var(--hero-text-muted);font-weight:500}.hero-headline{margin:0;font-family:Inter,sans-serif;font-size:clamp(3.4rem,6.8vw,5rem);line-height:1.02;font-weight:500;letter-spacing:-.03em;display:flex;flex-direction:column;align-items:center;gap:.2rem;color:var(--hero-text)}.hero-headline-static{color:var(--hero-text)}.hero-headline-accent-wrap{line-height:1.04;min-height:1.04em}.hero-headline-text{color:var(--hero-accent);font-family:Libre Caslon Text,serif;font-weight:400;letter-spacing:-.02em}.hero-subhead{margin:.08rem 0 0;max-width:58ch;color:var(--hero-text-muted);font-size:1rem;line-height:1.55}.hero-actions{display:flex;gap:1.15rem;justify-content:center;align-items:center;position:relative;z-index:20;margin-top:.15rem}.btn-primary{background:#12161f;color:#fff;padding:.88rem 1.4rem;border-radius:12px;font-weight:600;font-size:.95rem;border:1px solid #12161f;box-shadow:none;transition:opacity .18s ease}.btn-secondary{background:transparent;color:var(--hero-secondary-text);padding:.82rem .1rem;border-radius:999px;font-weight:600;font-size:.95rem;border:none;display:inline-flex;align-items:center;gap:.38rem;opacity:.92;transition:color .18s ease,opacity .18s ease}.btn-primary:hover{opacity:.94}.btn-secondary:hover{opacity:1;color:var(--hero-text)}.landing-wrapper.auditor-mode .btn-secondary:hover{color:#fff}.btn-secondary-icon{font-size:1.02rem!important;transition:transform .18s ease}.btn-secondary:hover .btn-secondary-icon,.btn-secondary:focus-visible .btn-secondary-icon{transform:translate(2px)}.btn-primary:focus-visible,.btn-secondary:focus-visible{outline:2px solid #8aaedf;outline-offset:2px}.hero-proof-strip{list-style:none;margin:.12rem 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1rem;background:var(--hero-proof-bg);border:none;color:var(--hero-proof-text);-webkit-backdrop-filter:none;backdrop-filter:none}.hero-proof-strip li{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:500;white-space:nowrap}.hero-proof-dot{width:4px;height:4px;border-radius:999px;background:var(--hero-accent)}.hero-bottom{position:absolute;bottom:-5%;left:50%;transform:translate(-50%);height:60vh;width:auto;max-width:100%;aspect-ratio:4 / 3;overflow:visible;pointer-events:none;z-index:1}.hero-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:bottom right;pointer-events:none}.hero-layer-float{width:100%;height:100%;object-fit:contain;object-position:bottom right;pointer-events:none;display:block}.hero-page-back{z-index:2;left:35%;top:30%;width:60%}.hero-page-middle{z-index:3;left:10%;top:35%;width:70%}.hero-page-front{z-index:4;top:20%;left:25%;width:60%}.hero-pencil{z-index:9;width:15%;left:75%}.hero-folder-front{z-index:10;top:35%;width:100%;left:2.5%}.hero-folder-back{z-index:1;top:40%;width:90%;left:-2.5%}.hero-paper-back{z-index:1;width:80%;left:7%;top:15%}.hero-paper-middle{z-index:3;width:80%;left:7%;top:15%}.hero-paper-front{z-index:4;width:80%;left:7%;top:10%}.hero-pencil-2{z-index:9;width:20%;left:55%}.hero-clipboard-back{z-index:1;top:10%;left:-5%}.hero-clip{width:30%;left:40%;top:-36%;z-index:10}.about-section,.section{border-top:1px solid var(--line-soft)}.about-section{background:transparent;border-top:none;padding:clamp(3.5rem,7vw,4.8rem) 0;min-height:auto;display:block}.section{padding:clamp(4rem,8vw,5.8rem) 0}.features-section{--features-accent-green: #10b981;--features-accent-indigo: #6366f1;--features-accent-amber: #f59e0b;--features-accent-cyan: #06b6d4;--section-title-accent-color: #4a7df3;--features-shell: #fbfbfa;--features-scene-shell: #f5f7fb;--features-scene-shell-strong: #f1f4f8;--features-border: #d9e1e8;--features-border-soft: #e4e9ef;background:transparent;min-height:auto;align-items:stretch}.features-section .section-heading{display:grid;gap:.7rem;max-width:none;margin-bottom:2rem}.features-section .section-eyebrow{margin:0;color:var(--text-body)}.features-section .section-title{max-width:min(100%,28ch);font-size:clamp(2.2rem,4.25vw,3.35rem);line-height:1.04;letter-spacing:-.03em}.features-section .section-body{margin:1rem 0 0;max-width:34rem;color:var(--text-body);font-size:1.04rem;line-height:1.65}.features-section .bento-grid{margin-top:2.15rem;gap:1.1rem}.auditor-configuration-section{--section-title-accent-color: #e65245;background:transparent;border-top:none;padding-top:2rem}.pricing-section{background:transparent;border-top:none}.contact-section{--section-title-accent-color: #f2b100;background:transparent}.pricing-section,.contact-section{min-height:100svh;display:flex;align-items:center}.section-inner{max-width:var(--content-max-width);margin:0 auto;padding:0 var(--page-gutter);width:100%}.section-heading{max-width:740px;margin-bottom:1.7rem}.section-eyebrow{margin:0 0 .85rem;font-size:1rem;font-weight:500;color:var(--text-muted);font-family:Inter,sans-serif}.section-title{margin:0;font-family:Inter,sans-serif;font-size:clamp(2rem,4.3vw,3rem);line-height:1.06;letter-spacing:-.03em;font-weight:500;color:var(--text-strong)}.section-title-static{font:inherit;color:inherit}.section-title-accent-group{display:inline-flex;align-items:baseline;gap:.22em;white-space:nowrap}.section-title-accent-icon{display:inline-flex;align-items:center;color:var(--section-title-accent-color, inherit);font-size:.56em;transform:translateY(-.04em);flex-shrink:0}.section-title-accent{font-family:Libre Caslon Text,serif;font-weight:400;letter-spacing:-.02em;color:var(--section-title-accent-color, inherit)}.section-body{margin:.75rem 0 0;max-width:62ch;color:var(--text-body);line-height:1.56;font-size:1rem}.bento-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:minmax(340px,auto) minmax(320px,auto);gap:1rem;align-items:stretch}.bento-card{background:var(--bg-card);border:1px solid var(--line-soft);border-radius:12px;box-shadow:var(--shadow-soft);padding:1rem;display:grid;grid-template-rows:auto auto 1fr;gap:.8rem;min-height:0;height:100%;overflow:hidden}.features-section .bento-card{--features-card-accent: var(--features-accent-indigo);background:var(--features-shell);border-color:var(--features-border);border-radius:12px;box-shadow:0 20px 44px -36px #0f172a33;grid-template-rows:auto 1fr}.features-section .bento-card[data-variant=dashboardTable],.features-section .bento-card[data-variant=auditWorkspace],.features-section .bento-card[data-variant=manageTrusts],.features-section .bento-card[data-variant=workflowLanes]{--features-card-accent: var(--features-accent-indigo)}.features-section .bento-card[data-variant=evidenceDrawer],.features-section .bento-card[data-variant=calendar],.features-section .bento-card[data-variant=templateManager]{--features-card-accent: var(--features-accent-green)}.features-section .bento-card[data-variant=trustReview],.features-section .bento-card[data-variant=bookingModal],.features-section .bento-card[data-variant=auditTimeline],.features-section .bento-card[data-variant=notifications]{--features-card-accent: var(--features-accent-amber)}.features-section .bento-card[data-variant=analytics]{--features-card-accent: var(--features-accent-cyan)}.bento-slot-1{grid-column:1 / span 6;grid-row:1}.bento-slot-2{grid-column:7 / span 3;grid-row:1}.bento-slot-3{grid-column:10 / span 3;grid-row:1}.bento-slot-4{grid-column:1 / span 4;grid-row:2}.bento-slot-5{grid-column:5 / span 4;grid-row:2}.bento-slot-6{grid-column:9 / span 4;grid-row:2}.bento-grid-trusts .bento-slot-2{grid-column:7 / span 6;grid-row:1}.bento-grid-trusts .bento-slot-3{grid-column:1 / span 4;grid-row:2}.bento-grid-trusts .bento-slot-4{grid-column:5 / span 4;grid-row:2}.bento-grid-trusts .bento-slot-5{grid-column:9 / span 4;grid-row:2}.bento-grid-auditors .bento-slot-2{grid-column:7 / span 6;grid-row:1}.bento-grid-auditors .bento-slot-3{grid-column:1 / span 4;grid-row:2}.bento-grid-auditors .bento-slot-4{grid-column:5 / span 4;grid-row:2}.bento-grid-auditors .bento-slot-5{grid-column:9 / span 4;grid-row:2}.bento-copy{display:grid;gap:.28rem;align-content:start}.features-section .bento-card-header{display:flex;align-items:center;gap:.58rem;width:100%;padding:0}.features-section .bento-card-icon{width:1.72rem;height:1.72rem;border-radius:7px;border:1px solid color-mix(in srgb,var(--features-card-accent) 22%,white);background:color-mix(in srgb,var(--features-card-accent) 10%,white);color:var(--features-card-accent);display:grid;place-items:center;flex-shrink:0;font-size:.92rem}.features-section .bento-card-header h3{margin:0;font-size:.94rem;line-height:1.22;letter-spacing:-.015em;font-weight:500;color:var(--text-strong)}.features-section .bento-card-inner{display:grid;grid-template-rows:auto 1fr;gap:.72rem;min-height:0;height:100%;padding:.9rem;border:1px solid var(--features-border-soft);border-radius:10px;background:#fdfdfc;box-shadow:inset 0 1px #ffffffb8}.features-section .bento-copy{gap:.38rem;padding-top:0}.bento-copy h3{margin:0;font-size:.96rem;line-height:1.4;font-weight:500;color:var(--text-strong)}.bento-copy p{margin:0;font-size:.8rem;line-height:1.55;color:var(--text-body);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.features-section .bento-copy-body{color:#5b6572;max-width:none}.bento-scene{margin-top:.1rem;height:212px;min-height:212px;width:100%;overflow:hidden;display:block}.features-section .bento-scene{margin-top:.62rem;padding:0;border:none;border-radius:0;background:transparent}.bento-slot-1 .bento-scene,.bento-slot-4 .bento-scene,.bento-slot-5 .bento-scene,.bento-slot-6 .bento-scene{height:198px;min-height:198px}.features-section .bento-slot-1{padding:.7rem;gap:.66rem}.features-section .bento-slot-1 .bento-card-inner{padding:1rem;gap:.8rem}.features-section .bento-slot-1 .bento-copy-body{font-size:.84rem;max-width:none}.features-section .bento-slot-1 .bento-scene{margin-top:.34rem;height:222px;min-height:222px}.features-section .bento-slot-2{padding:.68rem;gap:.62rem}.features-section .bento-slot-2 .bento-card-inner{padding:.92rem;gap:.74rem}.features-section .bento-slot-3,.features-section .bento-slot-4,.features-section .bento-slot-5,.features-section .bento-slot-6{padding:.64rem;gap:.58rem}.features-section .bento-slot-3 .bento-card-inner,.features-section .bento-slot-4 .bento-card-inner,.features-section .bento-slot-5 .bento-card-inner,.features-section .bento-slot-6 .bento-card-inner{padding:.82rem;gap:.62rem}.features-section .bento-slot-3 .bento-copy,.features-section .bento-slot-4 .bento-copy,.features-section .bento-slot-5 .bento-copy,.features-section .bento-slot-6 .bento-copy{gap:.26rem;padding-top:0}.features-section .bento-slot-3 .bento-copy-body,.features-section .bento-slot-4 .bento-copy-body,.features-section .bento-slot-5 .bento-copy-body,.features-section .bento-slot-6 .bento-copy-body{font-size:.76rem;line-height:1.5}.features-section .bento-slot-3 .bento-scene,.features-section .bento-slot-4 .bento-scene,.features-section .bento-slot-5 .bento-scene,.features-section .bento-slot-6 .bento-scene{margin-top:.26rem;padding:0;height:186px;min-height:186px}.feature-mini-scene{--scene-scale-base: .92;--scene-scale-adjust: 0;--scene-scale: calc(var(--scene-scale-base) - var(--scene-scale-adjust));width:100%;height:100%;overflow:hidden;border-radius:8px;display:block;position:relative}.feature-mini-scale{width:calc(100% / var(--scene-scale));height:calc(100% / var(--scene-scale));transform:scale(var(--scene-scale));transform-origin:top left}.feature-mini-scene .ui-panel{height:100%}.features-section .feature-mini-scene .ui-panel{background:transparent;border:none;border-radius:0;box-shadow:none;padding:0}.features-section .feature-mini-scene .ui-panel-header{margin-bottom:.72rem}.features-section .feature-mini-scene .ui-panel-subtitle{color:#7a8492}.features-section .feature-mini-scene .ui-toolbar,.features-section .feature-mini-scene .trust-review-comment-tabs{background:var(--features-scene-shell);border-color:var(--features-border)}.features-section .feature-mini-scene .ui-toolbar-tab.active,.features-section .feature-mini-scene .trust-review-comment-tabs span.active{background:var(--features-shell);border-color:var(--features-border)}.features-section .feature-mini-scene .ui-table,.features-section .feature-mini-scene .analytics-card,.features-section .feature-mini-scene .trust-review-list,.features-section .feature-mini-scene .trust-review-comments,.features-section .feature-mini-scene .trust-review-row,.features-section .feature-mini-scene .trust-review-comment-item>div,.features-section .feature-mini-scene .trust-review-comment-input span,.features-section .feature-mini-scene .evidence-sections,.features-section .feature-mini-scene .evidence-table,.features-section .feature-mini-scene .calendar-grid,.features-section .feature-mini-scene .calendar-trust-grid{background:var(--features-shell);border-color:var(--features-border)}.features-section .feature-mini-scene .ui-row,.features-section .feature-mini-scene .evidence-head,.features-section .feature-mini-scene .calendar-grid div,.features-section .feature-mini-scene .calendar-trust-weekdays,.features-section .feature-mini-scene .trust-review-comment-tabs span{background:var(--features-scene-shell-strong);border-bottom-color:var(--features-border-soft)}.features-section .feature-mini-scene .ui-table-row,.features-section .feature-mini-scene .evidence-row,.features-section .feature-mini-scene .trust-review-comments-head,.features-section .feature-mini-scene .trust-review-comment-input,.features-section .feature-mini-scene .calendar-trust-week{border-bottom-color:var(--features-border-soft);border-top-color:var(--features-border-soft)}.features-section .feature-mini-scene .calendar-grid div,.features-section .feature-mini-scene .calendar-trust-weekdays span,.features-section .feature-mini-scene .calendar-trust-days span{border-right-color:#e4e9efeb}.features-section .feature-mini-scene .evidence-section.active{background:#6366f114;color:#4c5ea4}.feature-mini-scene.variant-dashboardTable{--scene-scale-base: .92}.feature-mini-scene.variant-templateManager,.feature-mini-scene.variant-evidenceDrawer{--scene-scale-base: .8}.feature-mini-scene.variant-auditWorkspace{--scene-scale-base: .78}.feature-mini-scene.variant-workflowLanes,.feature-mini-scene.variant-calendar{--scene-scale-base: .9}.feature-mini-scene.variant-analytics{--scene-scale-base: .82}.feature-mini-scene.variant-bookingModal,.feature-mini-scene.variant-auditTimeline,.feature-mini-scene.variant-notifications{--scene-scale-base: .86}.feature-mini-scene.variant-trustReview,.feature-mini-scene.variant-manageTrusts{--scene-scale-base: .8}.feature-mini-scene.density-tight{--scene-scale-adjust: .06}.bento-slot-1 .feature-mini-scene.variant-dashboardTable{--scene-scale-base: .95}.bento-slot-2 .feature-mini-scene.variant-templateManager,.bento-slot-3 .feature-mini-scene.variant-evidenceDrawer,.bento-slot-3 .feature-mini-scene.variant-auditWorkspace,.bento-slot-5 .feature-mini-scene.variant-analytics{--scene-scale-base: .76}.bento-slot-2 .feature-mini-scene.density-tight,.bento-slot-3 .feature-mini-scene.density-tight{--scene-scale-adjust: .04}.scene-workspace .workspace-finding{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.auditor-configuration-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.auditor-configuration-card{background:var(--bg-card);border:1px solid var(--line-soft);border-radius:12px;box-shadow:var(--shadow-soft);padding:1rem;display:grid;grid-template-rows:auto auto 1fr;gap:.8rem;min-height:340px;overflow:hidden}.pricing-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pricing-card{border:1px solid var(--line-soft);border-radius:12px;background:var(--bg-card);box-shadow:var(--shadow-soft);padding:1.2rem;display:grid;gap:.55rem}.pricing-card.featured{border-color:#c9d6ea;background:linear-gradient(180deg,#fff,#f7faff)}.pricing-name{margin:0;font-size:.86rem;letter-spacing:.03em;color:var(--text-muted);font-weight:500}.pricing-price{margin:0;font-size:1.7rem;line-height:1.2;font-weight:400;color:var(--text-strong);font-family:Inter,sans-serif}.pricing-audience{margin:0;font-size:.84rem;color:var(--text-body)}.pricing-card ul{margin:.5rem 0 0;padding:0;list-style:none;display:grid;gap:.42rem}.pricing-card li{display:flex;gap:.55rem;font-size:.8rem;color:var(--text-body)}.pricing-card li:before{content:"";margin-top:.48rem;width:5px;height:5px;border-radius:999px;background:var(--accent-blue);flex-shrink:0}.pricing-btn{margin-top:.5rem;border:1px solid var(--line-soft);background:#fff;color:var(--text-strong);border-radius:6px;padding:.58rem .72rem;font-size:.8rem;font-weight:500}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,34rem);gap:clamp(2rem,5vw,4rem);align-items:start;margin:0 auto;width:100%}.contact-left{width:100%;max-width:35rem}.contact-right{width:100%;max-width:34rem;justify-self:end}.contact-supporting{margin-top:1.35rem;display:grid;gap:.9rem;max-width:31rem}.contact-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.contact-detail-card{display:grid;grid-template-columns:2rem minmax(0,1fr);gap:.72rem;padding:.88rem .95rem;border:1px solid var(--line-soft);border-radius:10px;background:#fcfcfb;color:inherit;text-decoration:none;box-shadow:0 16px 34px -30px #1018283d}.contact-detail-icon{width:2rem;height:2rem;border-radius:8px;border:1px solid color-mix(in srgb,var(--section-title-accent-color) 20%,white);background:color-mix(in srgb,var(--section-title-accent-color) 10%,white);color:var(--section-title-accent-color);display:grid;place-items:center;font-size:1rem}.contact-detail-copy{display:grid;gap:.16rem;min-width:0}.contact-detail-label{font-size:.72rem;color:var(--text-muted)}.contact-detail-value{font-size:.86rem;line-height:1.4;color:var(--text-strong);overflow-wrap:anywhere}.contact-note-card{padding:.9rem .98rem;border:1px solid var(--line-soft);border-radius:10px;background:#fafaf8;display:grid;gap:.28rem}.contact-note-label,.contact-note-text{margin:0}.contact-note-label{font-size:.72rem;color:var(--text-muted)}.contact-note-text{font-size:.82rem;line-height:1.58;color:var(--text-body)}.contact-form{margin-top:0;max-width:34rem;border:1px solid var(--line-soft);border-radius:11px;background:#fcfcfb;box-shadow:0 20px 44px -34px #10182838;padding:1rem;display:grid;gap:.82rem}.contact-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.contact-form label{display:grid;gap:.34rem;font-size:.75rem;color:#6d7785}.contact-form-message{width:100%;min-height:0}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d8dde4;border-radius:10px;background:#fff;color:var(--text-strong);padding:.66rem .72rem;min-height:2.8rem;font-size:.85rem;font-family:inherit}.contact-form textarea{min-height:8rem;max-height:12rem;overflow-y:auto;resize:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid #a7c4ea;outline-offset:1px}.contact-form-footer{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding-top:.1rem}.contact-form-footnote{margin:0;display:inline-flex;align-items:center;gap:.42rem;font-size:.75rem;line-height:1.5;color:var(--text-muted);max-width:19rem}.contact-form-footnote-icon{color:var(--section-title-accent-color);font-size:.95rem;flex-shrink:0}.contact-submit{border:1px solid #12161f;background:#12161f;color:#fff;border-radius:10px;padding:.72rem 1rem;min-height:2.8rem;font-size:.84rem;font-weight:600;width:auto;justify-self:end}.footer{border-top:1px solid var(--line-soft);background:transparent;padding:2.6rem 0 3rem}.footer-inner{display:grid;grid-template-columns:minmax(0,1.3fr) auto auto;gap:1rem 1.5rem;align-items:start}.footer-brand{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.7rem;min-width:0}.footer-brand img{width:118px;height:auto}.footer-brand-copy,.footer-group{display:grid;align-content:start;gap:.38rem;min-width:0}.footer-brand-strap,.footer-brand-description,.footer-heading,.footer-meta{margin:0}.footer-brand-strap{font-size:.84rem;font-weight:600;line-height:1.35;color:var(--text-strong)}.footer-brand-description{max-width:34ch;font-size:.78rem;line-height:1.55;color:var(--text-body)}.footer-heading{font-size:.72rem;font-weight:600;letter-spacing:.02em;color:var(--text-muted)}.footer-links{display:grid;gap:.3rem;justify-items:start;font-size:.79rem;color:var(--text-muted)}.footer-links-utility{gap:.22rem}.footer-contact-list{list-style:none;margin:0;padding:0;display:grid;gap:.48rem}.footer-contact-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.5rem;min-width:0;font-size:.82rem;line-height:1.45;color:var(--text-body)}.footer-contact-icon{width:.95rem;height:.95rem;display:inline-flex;align-items:center;justify-content:center;color:var(--text-strong);font-size:.95rem;transform:translateY(.08rem)}.footer-contact-icon svg{width:100%;height:100%}.footer-contact-text,.footer-contact-link{min-width:0}.footer-contact-link{color:inherit;text-decoration:none}.footer-meta{font-size:.77rem;color:var(--text-muted);line-height:1.45}.footer-meta-line{display:block}.footer-utility{justify-items:start}.ui-panel{border:1px solid var(--line-soft);background:#fff;border-radius:12px;box-shadow:var(--shadow-soft);padding:.9rem;overflow:hidden}.ui-panel.compact,.compact .ui-panel{padding:.66rem}.ui-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.62rem}.ui-panel-title{margin:0;font-size:.84rem;font-weight:500}.ui-panel-subtitle{margin:.14rem 0 0;font-size:.72rem;color:var(--text-muted)}.ui-panel-action{font-size:.68rem;border:1px solid var(--line-soft);border-radius:999px;padding:.22rem .54rem;color:var(--text-body)}.ui-pill{display:inline-flex;align-items:center;gap:.22rem;border-radius:4px;border:.2px solid var(--line-soft);background:#fff;padding:.22rem .5rem;font-size:.65rem;line-height:1;color:#303744;white-space:nowrap;width:fit-content}.ui-pill-status{display:inline-flex;align-items:center;justify-content:center;gap:.24rem;border:none!important;box-shadow:inset 0 0 0 .6px currentColor}.ui-pill-status-icon{font-size:.7rem!important;display:inline-flex;align-items:center;justify-content:center;line-height:1!important;flex-shrink:0;color:inherit!important}.ui-pill-status-text{display:inline-block;line-height:1.1;letter-spacing:0;color:inherit!important}.ui-pill-audit-type{border-width:.6px;border-style:solid}.ui-pill-audit-type-text{display:inline-block;line-height:1.1;color:inherit!important}.ui-pill-blue{background:#e7f5fe;border-color:#0af;color:#0af!important}.ui-pill-green{background:#edf5ec;border-color:#4aa740;color:#4aa740!important}.ui-pill-red{background:#fff2f0;border-color:#f4d8d3;color:#9f4f4a}.ui-pill-amber{background:#fbf5e9;border-color:#efdfc3;color:#806341}.ui-pill-muted{background:#f4f6f8;border-color:#e5e8ec;color:#6b7481}.ui-toolbar{display:flex;flex-wrap:wrap;gap:.1rem;border:1px solid var(--line-soft);border-radius:7px;background:#f7f8fa;padding:.16rem;width:fit-content;max-width:100%}.ui-toolbar-tab{display:inline-flex;align-items:center;justify-content:center;padding:.27rem .55rem;border-radius:5px;font-size:.68rem;line-height:1.15;color:#6f7580;white-space:nowrap;border:1px solid transparent}.ui-toolbar-tab.active{color:#252b35;background:#fff;border-color:#d9dee6}.ui-table{margin-top:.65rem;border:1px solid var(--line-soft);border-radius:9px;overflow:hidden}.ui-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:.4rem;padding:.42rem .58rem;border-bottom:1px solid var(--line-soft);background:#fafbfc;font-size:.62rem;letter-spacing:.02em;color:var(--text-muted)}.ui-row.dense{padding-top:.36rem;padding-bottom:.36rem}.ui-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:.45rem;align-items:center;padding:.5rem .58rem;border-bottom:1px solid var(--line-soft);font-size:.69rem}.ui-table-row:last-child{border-bottom:none}.ui-table-row p{margin:0;font-size:.72rem}.ui-table-row span{color:var(--text-muted)}.ui-table-row .ui-pill,.ui-table-row .ui-pill-status{justify-self:start}.ui-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem}.ui-info-block{border:1px solid var(--line-soft);border-radius:8px;padding:.46rem;display:grid;gap:.22rem;background:#fcfcfd}.ui-info-block span{font-size:.65rem;color:var(--text-muted)}.ui-info-block p{margin:0;font-size:.74rem;color:var(--text-strong)}.ui-inline-rows{margin-top:.65rem;border:1px solid var(--line-soft);border-radius:8px;overflow:hidden}.ui-inline-badges{display:flex;gap:.35rem}.ui-timeline{margin-top:.6rem;display:grid;gap:.44rem}.ui-timeline-item{border:1px solid var(--line-soft);border-radius:8px;background:#fcfcfd;padding:.43rem .52rem;display:grid;grid-template-columns:auto 1fr;gap:.42rem}.ui-timeline-dot{width:8px;height:8px;margin-top:.28rem;border-radius:999px;background:var(--accent-blue)}.ui-timeline-item p{margin:0;font-size:.71rem}.ui-timeline-item span{font-size:.64rem;color:var(--text-muted)}.workspace-layout{display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:.56rem}.workspace-nav,.workspace-main,.workspace-comments{border:1px solid var(--line-soft);border-radius:8px;background:#fcfcfd;padding:.46rem}.workspace-nav>p,.workspace-main>p,.workspace-comments>p{margin:0;font-size:.66rem;color:var(--text-muted);letter-spacing:.02em}.workspace-nav-item{margin-top:.4rem;border:1px solid transparent;border-radius:7px;font-size:.67rem;color:var(--text-body);padding:.3rem}.workspace-nav-item.active{border-color:#d9e6f7;background:#eef5ff;color:#354e77}.workspace-main-head{margin-top:.4rem;display:flex;justify-content:space-between;align-items:center;gap:.4rem}.workspace-main-head p{margin:0;font-size:.7rem;font-weight:500}.workspace-finding{margin-top:.4rem;border:1px solid var(--line-soft);border-radius:7px;background:#fff;padding:.4rem;font-size:.67rem;color:var(--text-body);line-height:1.48}.workspace-comment-tab{margin-top:.42rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.34rem}.workspace-comment-tab span{text-align:center;font-size:.64rem;color:var(--text-muted)}.workspace-comment-tab .active{color:var(--text-strong);font-weight:500}.workspace-comment{margin-top:.36rem;border:1px solid var(--line-soft);border-radius:7px;padding:.3rem .38rem;font-size:.66rem;color:var(--text-body)}.analytics-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.46rem;height:100%}.analytics-card{border:1px solid var(--line-soft);border-radius:8px;background:#fcfcfd;padding:.4rem;display:grid;align-content:start;gap:.35rem;min-height:0;min-width:0}.analytics-card-title{margin:0;font-size:.66rem;font-weight:500;color:var(--text-strong)}.analytics-donut-wrap{display:grid;place-items:center;min-height:110px}.analytics-donut{width:min(100%,112px);aspect-ratio:1 / 1;border-radius:999px;display:grid;place-items:center;background:var(--donut-fill, #e8ebf0);position:relative}.analytics-donut:before{content:"";position:absolute;width:calc(100% - 26px);height:calc(100% - 26px);border-radius:999px;background:#fff;border:1px solid #eff1f5}.analytics-donut-center{position:relative;z-index:1;text-align:center;display:grid;gap:.08rem}.analytics-donut-center strong{font-size:.68rem;line-height:1;font-weight:500;color:var(--text-strong)}.analytics-donut-center span{font-size:.56rem;line-height:1.1;color:var(--text-muted)}.analytics-legend-list{display:grid;gap:.2rem}.analytics-legend-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.24rem;font-size:.58rem;color:var(--text-body)}.analytics-dot{width:7px;height:7px;border-radius:999px;flex-shrink:0}.analytics-legend-label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.analytics-legend-value{color:var(--text-muted)}.analytics-card-line{gap:.28rem}.analytics-linechart{border:1px solid var(--line-soft);border-radius:7px;background:#fff;padding:.24rem;height:88px}.analytics-linechart svg{width:100%;height:100%}.analytics-gridline{stroke:#ebedf1;stroke-width:.65;fill:none}.analytics-baseline{stroke:#dfe4ea}.analytics-line{fill:none;stroke:var(--series-colour, #8fb5e8);stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.analytics-xlabels{margin-top:.02rem;display:flex;justify-content:space-between;font-size:.55rem;color:var(--text-muted)}.analytics-line-legend{margin-top:.06rem;display:flex;flex-wrap:wrap;gap:.26rem .38rem}.analytics-line-legend-item{display:inline-flex;align-items:center;gap:.18rem;font-size:.56rem;color:var(--text-body)}.scene-analytics.compact .analytics-legend-item,.scene-analytics.compact .analytics-line-legend-item{font-size:.53rem}.scene-analytics.compact .analytics-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:.3rem}.scene-analytics.compact .analytics-card{padding:.3rem;gap:.22rem}.scene-analytics.compact .analytics-card-line{grid-column:1 / -1}.scene-analytics.compact .analytics-card-title{font-size:.62rem}.scene-analytics.compact .analytics-donut-wrap{min-height:88px}.scene-analytics.compact .analytics-donut{width:min(100%,84px)}.scene-analytics.compact .analytics-donut:before{width:calc(100% - 18px);height:calc(100% - 18px)}.scene-analytics.compact .analytics-donut-center strong{font-size:.6rem}.scene-analytics.compact .analytics-donut-center span{font-size:.5rem}.scene-analytics.compact .analytics-legend-list{gap:.12rem}.scene-analytics.compact .analytics-legend-item{grid-template-columns:auto 1fr;gap:.18rem}.scene-analytics.compact .analytics-legend-value{display:none}.scene-analytics.compact .analytics-linechart{height:66px}.scene-analytics.compact .analytics-xlabels{font-size:.5rem}.scene-analytics.compact .analytics-line-legend{gap:.2rem .28rem}.scene-analytics.compact .analytics-line-legend-item{min-width:0}.scene-analytics.compact .analytics-line-legend-item span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scene-analytics.compact .analytics-line-legend-item:nth-child(n+4){display:none}.trust-review-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:.42rem;height:100%}.trust-review-list,.trust-review-comments{border:1px solid var(--line-soft);border-radius:8px;background:#fcfcfd;padding:.36rem}.trust-review-list{display:grid;gap:.3rem}.trust-review-row{border:1px solid var(--line-soft);border-radius:7px;background:#fff;padding:.3rem;display:grid;gap:.24rem}.trust-review-question{margin:0;font-size:.62rem;color:var(--text-strong);line-height:1.35}.trust-review-answer{display:grid;gap:.12rem}.trust-review-answer-line{display:block;height:5px;border-radius:999px;background:#e4e8ee}.trust-review-answer-line-a{width:92%}.trust-review-answer-line-b{width:76%}.trust-review-comments{display:grid;align-content:start;gap:.3rem}.trust-review-comments-head{border-bottom:1px solid var(--line-soft);padding-bottom:.24rem}.trust-review-comments-head p{margin:0;font-size:.63rem;font-weight:500;color:var(--text-strong)}.trust-review-comment-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--line-soft);border-radius:7px;overflow:hidden}.trust-review-comment-tabs span{text-align:center;font-size:.58rem;color:var(--text-muted);padding:.18rem .22rem;background:#fafbfc}.trust-review-comment-tabs span.active{color:var(--text-strong);background:#eef4ff}.trust-review-comment-item{display:grid;grid-template-columns:auto 1fr;gap:.28rem;align-items:start}.trust-review-avatar{width:16px;height:16px;border-radius:999px;background:linear-gradient(180deg,#d8dee8,#b6c0cf);border:1px solid #b8c2cf}.trust-review-comment-item>div{border:1px solid var(--line-soft);border-radius:7px;background:#fff;padding:.3rem;display:grid;gap:.12rem}.trust-review-comment-item span{font-size:.58rem;color:var(--text-muted)}.trust-review-comment-item p{margin:0;font-size:.62rem;line-height:1.35;color:var(--text-body)}.trust-review-comment-input{margin-top:.08rem;border-top:1px solid var(--line-soft);padding-top:.28rem;display:grid;grid-template-columns:1fr auto;gap:.28rem;align-items:center}.trust-review-comment-input span{border:1px solid var(--line-soft);border-radius:7px;background:#fff;padding:.28rem .36rem;font-size:.58rem;color:var(--text-muted)}.trust-review-comment-input button{border:1px solid var(--line-strong);background:#f7f8fa;color:var(--text-body);border-radius:6px;padding:.24rem .4rem;font-size:.58rem}.evidence-layout{display:grid;grid-template-columns:1fr 2fr;gap:.54rem;align-items:stretch;height:100%;min-height:0}.evidence-sections{border:1px solid var(--line-soft);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%}.evidence-section{padding:.42rem .48rem;font-size:.66rem;border-bottom:1px solid var(--line-soft);color:var(--text-body);flex:1;display:flex;align-items:center}.evidence-section.active{background:#eef4ff;color:#3c557e}.evidence-table{border:1px solid var(--line-soft);border-radius:8px;overflow:hidden;height:100%}.evidence-head,.evidence-row{display:grid;grid-template-columns:1.2fr 1fr .9fr;gap:.4rem;align-items:center}.evidence-head{font-size:.62rem;color:var(--text-muted);letter-spacing:.02em;background:#fafbfc;padding:.42rem .48rem;border-bottom:1px solid var(--line-soft)}.evidence-row{padding:.5rem .48rem;border-bottom:1px solid var(--line-soft)}.evidence-row:last-child{border-bottom:none}.evidence-row span{font-size:.66rem;color:var(--text-body)}.workflow-lanes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.48rem}.ui-lane{border:1px solid var(--line-soft);border-radius:8px;background:#fcfcfd;padding:.42rem}.ui-lane-title{margin:0;font-size:.7rem;font-weight:500}.ui-lane-items{margin-top:.36rem;display:grid;gap:.3rem}.ui-lane-item{border:1px solid var(--line-soft);border-radius:7px;background:#fff;padding:.28rem .34rem;font-size:.65rem;color:var(--text-body)}.workflow-arrows{margin-top:.54rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.3rem}.workflow-arrows span{text-align:center;font-size:.62rem;color:var(--text-muted)}.notification-list{display:grid;gap:.32rem}.notification-item{border:1px solid var(--line-soft);border-radius:8px;background:#fcfcfd;padding:.42rem;display:grid;grid-template-columns:auto 1fr;gap:.4rem}.notification-dot{width:7px;height:7px;border-radius:999px;margin-top:.32rem;background:var(--accent-indigo)}.notification-item p{margin:0;font-size:.68rem}.notification-item span{font-size:.62rem;color:var(--text-muted)}.template-layout{display:grid;grid-template-columns:.95fr 1.25fr 1.25fr;grid-template-rows:auto auto;gap:.5rem;height:100%}.template-audit-types{grid-column:1;grid-row:1 / span 2;height:100%}.template-sections-card{grid-column:2;grid-row:1}.template-questions-card{grid-column:3;grid-row:1}.template-descriptions-card{grid-column:2;grid-row:2}.template-required-docs-card{grid-column:3;grid-row:2}.template-layout>aside,.template-layout>div{border:1px solid var(--line-soft);border-radius:8px;background:#fcfcfd;padding:.42rem}.template-layout p{margin:0;font-size:.64rem;color:var(--text-muted);letter-spacing:.02em}.template-item,.template-row{margin-top:.32rem;border:1px solid var(--line-soft);border-radius:7px;background:#fff;padding:.28rem .34rem;font-size:.65rem;color:var(--text-body)}.template-categories{margin-top:.34rem;display:grid;gap:.34rem}.template-category{display:grid;gap:.18rem}.template-category-head{display:flex;align-items:center;justify-content:space-between;gap:.28rem;border-left:2px solid var(--category-colour, #64748B);padding:.22rem .26rem .22rem .42rem;border-radius:0 6px 6px 0;background:#fff}.template-category-head span:first-child{font-size:.66rem;color:var(--text-strong);font-weight:500}.template-category-head span:last-child{font-size:.6rem;color:var(--text-muted)}.template-category-items{display:grid;gap:.18rem;padding-left:.44rem}.template-category-items .template-item{margin-top:0;border:none;background:transparent;border-radius:0;padding:.05rem 0;font-size:.62rem;color:var(--text-body)}.template-table{margin-top:.34rem;display:grid;gap:.3rem}.template-bottom-card{border:1px solid var(--line-soft);border-radius:8px;background:#fcfcfd;padding:.42rem}.template-bottom-card>p{margin:0;font-size:.64rem;color:var(--text-muted);letter-spacing:.02em}.template-mini-table{margin-top:.32rem;border:1px solid var(--line-soft);border-radius:7px;overflow:hidden;background:#fff}.template-mini-head,.template-mini-row{display:grid;grid-template-columns:1fr;align-items:center;gap:.3rem;padding:.26rem .34rem;border-bottom:1px solid var(--line-soft)}.template-mini-head{background:#f7f9fc}.template-mini-head span{font-size:.58rem;letter-spacing:.02em;color:var(--text-muted)}.template-mini-row span{font-size:.62rem;line-height:1.32;color:var(--text-body)}.template-mini-row:last-child{border-bottom:none}.template-mini-head-two,.template-mini-row-two{grid-template-columns:1fr 1fr}.manage-trusts-shell{display:grid;grid-template-columns:.9fr 2.1fr;gap:.44rem;height:100%}.manage-trusts-rail,.manage-trusts-main{border:1px solid var(--line-soft);border-radius:8px;background:#fcfcfd}.manage-trusts-rail{display:grid;grid-template-rows:auto 1fr auto;min-height:0}.manage-trusts-rail-head{display:flex;justify-content:space-between;align-items:center;gap:.24rem;padding:.34rem;border-bottom:1px solid var(--line-soft)}.manage-trusts-rail-head p{margin:0;font-size:.62rem;color:var(--text-strong);font-weight:500}.manage-trusts-rail-head button,.manage-trusts-card-head button,.manage-trusts-rail-actions button{border:1px solid var(--line-strong);border-radius:6px;background:#fff;color:var(--text-body);font-size:.56rem;line-height:1;padding:.24rem .34rem}.manage-trusts-rail-list{padding:.28rem;display:grid;gap:.18rem;align-content:start;min-height:0}.manage-trusts-rail-item{border:1px solid var(--line-soft);border-radius:6px;background:#fff;padding:.22rem .28rem;font-size:.58rem;display:flex;align-items:center;justify-content:space-between;gap:.22rem;color:var(--text-body)}.manage-trusts-rail-item.active{background:#eef4ff;border-color:#d9e4f7;color:#3d5782}.manage-trusts-dots{letter-spacing:.02em;color:#9aa4b2;flex-shrink:0}.manage-trusts-rail-actions{border-top:1px solid var(--line-soft);padding:.28rem;display:grid;gap:.2rem}.manage-trusts-search{border:1px solid var(--line-soft);border-radius:6px;background:#fff;padding:.22rem .3rem;font-size:.56rem;color:var(--text-muted)}.manage-trusts-main{display:grid;grid-template-rows:auto 1fr;min-height:0}.manage-trusts-main-head{padding:.34rem .4rem;border-bottom:1px solid var(--line-soft);font-size:.66rem;color:var(--text-strong);font-weight:500}.manage-trusts-main-grid{padding:.3rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.34rem;min-height:0}.manage-trusts-left-stack,.manage-trusts-right-stack{display:grid;gap:.34rem;min-height:0}.manage-trusts-card{border:1px solid var(--line-soft);border-radius:7px;background:#fff;padding:.3rem;display:grid;gap:.26rem}.manage-trusts-card-head{display:flex;align-items:center;justify-content:space-between;gap:.2rem}.manage-trusts-card-head p{margin:0;font-size:.58rem;color:var(--text-muted);letter-spacing:.02em}.manage-trusts-table{border:1px solid var(--line-soft);border-radius:6px;overflow:hidden}.manage-trusts-table-head,.manage-trusts-table-row{display:grid;grid-template-columns:1fr auto;gap:.22rem;align-items:center;border-bottom:1px solid var(--line-soft);padding:.2rem .26rem}.manage-trusts-table-head{background:#f7f9fc}.manage-trusts-table-head span{font-size:.54rem;letter-spacing:.02em;color:var(--text-muted)}.manage-trusts-table-row span{font-size:.58rem;line-height:1.3;color:var(--text-body)}.manage-trusts-table-row.active{background:#eef4ff}.manage-trusts-table-row:last-child{border-bottom:none}.manage-trusts-table-head-two,.manage-trusts-table-row-two{grid-template-columns:1fr 1fr}.manage-trusts-profile-top{display:grid;grid-template-columns:auto 1fr;gap:.28rem;align-items:center}.manage-trusts-crest{width:28px;height:28px;border-radius:999px;background:conic-gradient(from 40deg,#d9dee8 0 30%,#f3f5f8 30% 60%,#c7d1df 60% 100%);border:1px solid #bec8d7}.manage-trusts-profile-top h4{margin:0;font-size:.6rem;line-height:1.3;color:var(--text-strong)}.manage-trusts-profile-top span{font-size:.56rem;color:var(--text-muted)}.manage-trusts-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.2rem}.manage-trusts-profile-grid label{display:grid;gap:.12rem}.manage-trusts-profile-grid label span{font-size:.52rem;color:var(--text-muted)}.manage-trusts-profile-grid label p{margin:0;border:1px solid var(--line-soft);border-radius:6px;background:#fdfdff;padding:.16rem .22rem;font-size:.56rem;color:var(--text-body)}.calendar-filters{display:flex;gap:.28rem;flex-wrap:wrap}.calendar-grid{margin-top:.46rem;border:1px solid var(--line-soft);border-radius:8px;overflow:hidden;display:grid;grid-template-columns:repeat(7,1fr)}.calendar-grid div{padding:.32rem;border-right:1px solid var(--line-soft);text-align:center;font-size:.6rem;color:var(--text-muted);background:#fafbfc}.calendar-grid div:last-child{border-right:none}.calendar-events{margin-top:.44rem;display:grid;gap:.26rem}.calendar-event{border:1px solid var(--line-soft);border-radius:7px;background:#f2f7ff;color:#456089;font-size:.64rem;padding:.28rem .4rem}.calendar-trust-grid{margin-top:.44rem;border:1px solid var(--line-soft);border-radius:8px;overflow:hidden;background:#fff}.calendar-trust-weekdays,.calendar-trust-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-trust-weekdays{border-bottom:1px solid var(--line-soft);background:#fafbfc}.calendar-trust-weekdays span{padding:.28rem .2rem;text-align:center;font-size:.58rem;color:var(--text-muted);border-right:1px solid var(--line-soft)}.calendar-trust-weekdays span:last-child{border-right:none}.calendar-trust-week{border-bottom:1px solid var(--line-soft);padding:.24rem .2rem;display:grid;gap:.16rem}.calendar-trust-week:last-child{border-bottom:none}.calendar-trust-days span{padding:.2rem .12rem;font-size:.56rem;color:#677281;border-right:1px solid rgba(229,232,237,.8)}.calendar-trust-days span:last-child{border-right:none}.calendar-trust-event{border:1px solid;border-radius:5px;padding:.16rem .28rem;font-size:.56rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.mobile-nav-backdrop,.mobile-nav-drawer{transition:none!important}}@media(max-width:1180px){.header-variant-product-test-2{gap:.8rem}.header-left{gap:.7rem}.header-nav{gap:.15rem}.header-nav-link{font-size:.8rem;padding:.5rem .6rem}.header-right{gap:.55rem}.header-audience-button{padding:.48rem .72rem}.header-primary-cta{padding:.7rem .9rem}.landing-wrapper{min-height:84svh}.hero-bottom{height:58vh}.bento-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.bento-card{min-height:320px}.bento-slot-1,.bento-slot-2,.bento-slot-3,.bento-slot-4,.bento-slot-5,.bento-slot-6,.bento-grid[class*=bento-grid-] .bento-slot-1,.bento-grid[class*=bento-grid-] .bento-slot-2,.bento-grid[class*=bento-grid-] .bento-slot-3,.bento-grid[class*=bento-grid-] .bento-slot-4,.bento-grid[class*=bento-grid-] .bento-slot-5,.bento-grid[class*=bento-grid-] .bento-slot-6{grid-column:auto;grid-row:auto}.bento-scene,.bento-slot-1 .bento-scene,.bento-slot-4 .bento-scene,.bento-slot-5 .bento-scene,.bento-slot-6 .bento-scene{height:clamp(178px,25vw,210px);min-height:clamp(178px,25vw,210px)}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auditor-configuration-grid{grid-template-columns:1fr}}@media(max-width:1024px){.landing-wrapper{min-height:80svh}.hero-top{max-width:720px;padding:2.6rem 0 1.3rem;margin-top:.9rem}.hero-subhead{max-width:54ch;font-size:.96rem}.hero-bottom{bottom:-3%;height:50vh}}@media(max-width:920px){.header{grid-template-columns:1fr auto;top:.35rem;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#ffffffd1}.header-variant-product-test-2{padding:.6rem .72rem;border-radius:.95rem;box-shadow:0 16px 30px -28px #0f172a4d}.header-nav,.header-audience-switch,.header-right{display:none}.header-left{display:inline-flex;align-items:center}.header-tabs,.header-sign-in{display:none}.mobile-menu-toggle{display:inline-flex}.mobile-nav-backdrop,.mobile-nav-dropdown{display:block}.contact-layout,.template-layout,.manage-trusts-shell,.manage-trusts-main-grid,.manage-trusts-profile-grid,.workspace-layout,.evidence-layout{grid-template-columns:1fr}.template-audit-types,.template-sections-card,.template-questions-card,.template-descriptions-card,.template-required-docs-card{grid-column:auto;grid-row:auto}.footer-inner{align-items:flex-start}.pricing-grid{grid-template-columns:1fr}.contact-right{max-width:none;justify-self:stretch}.contact-form{max-width:34rem}}@media(max-width:760px){.header-variant-product-test-2{top:.3rem;padding:.58rem .72rem;border-radius:.9rem}.section,.about-section{padding:clamp(3.4rem,9vw,4.4rem) 0;min-height:auto}.landing-wrapper{min-height:clamp(560px,84svh,720px);margin:0 var(--page-gutter)}.hero-section{padding-top:1.8rem;padding-bottom:1.35rem}.hero-top{max-width:min(96%,720px);padding:2.15rem 0 1.1rem;margin-top:.65rem;gap:.7rem}.hero-kicker{gap:.45rem .6rem}.hero-kicker-badge{padding:0}.hero-kicker-badge img{width:19px}.hero-kicker-text,.hero-kicker-mode{font-size:.68rem}.hero-headline{font-size:clamp(2.2rem,11.2vw,3.25rem);line-height:1.03}.hero-subhead{font-size:.92rem;max-width:48ch;line-height:1.5}.hero-actions{gap:.72rem;width:auto;flex-wrap:wrap}.btn-primary,.btn-secondary{font-size:.88rem;min-height:44px}.btn-primary{padding:.78rem 1.2rem}.btn-secondary{padding:.7rem .05rem}.hero-proof-strip{width:min(100%,33rem);padding:0;gap:.45rem .8rem}.hero-proof-strip li{font-size:.74rem}.hero-bottom{bottom:-2%;height:clamp(220px,42vh,320px)}.section-inner{padding:0 var(--page-gutter)}.bento-grid{grid-template-columns:1fr}.bento-grid[class*=bento-grid-] .bento-slot-1,.bento-grid[class*=bento-grid-] .bento-slot-2,.bento-grid[class*=bento-grid-] .bento-slot-3,.bento-grid[class*=bento-grid-] .bento-slot-4,.bento-grid[class*=bento-grid-] .bento-slot-5,.bento-grid[class*=bento-grid-] .bento-slot-6{grid-column:auto;grid-row:auto}.bento-card{min-height:auto;height:auto}.auditor-configuration-card{min-height:auto}.bento-scene,.bento-slot-1 .bento-scene,.bento-slot-4 .bento-scene,.bento-slot-5 .bento-scene,.bento-slot-6 .bento-scene{height:clamp(150px,46vw,205px);min-height:clamp(150px,46vw,205px)}.bento-copy p{display:block;-webkit-line-clamp:unset;-webkit-box-orient:initial}.features-section .section-heading{gap:.62rem;margin-bottom:1.55rem}.features-section .bento-slot-1,.features-section .bento-slot-2,.features-section .bento-slot-3,.features-section .bento-slot-4,.features-section .bento-slot-5,.features-section .bento-slot-6{padding:.74rem;gap:.64rem}.features-section .bento-slot-1 .bento-copy,.features-section .bento-slot-2 .bento-copy,.features-section .bento-slot-3 .bento-copy,.features-section .bento-slot-4 .bento-copy,.features-section .bento-slot-5 .bento-copy,.features-section .bento-slot-6 .bento-copy{gap:.28rem;padding-top:0}.features-section .bento-slot-1 .bento-card-header h3,.features-section .bento-slot-2 .bento-card-header h3,.features-section .bento-slot-3 .bento-card-header h3,.features-section .bento-slot-4 .bento-card-header h3,.features-section .bento-slot-5 .bento-card-header h3,.features-section .bento-slot-6 .bento-card-header h3{font-size:.96rem}.features-section .bento-copy-body{font-size:.82rem}.features-section .bento-slot-1 .bento-scene,.features-section .bento-slot-2 .bento-scene,.features-section .bento-slot-3 .bento-scene,.features-section .bento-slot-4 .bento-scene,.features-section .bento-slot-5 .bento-scene,.features-section .bento-slot-6 .bento-scene{margin-top:.38rem;padding:0;height:clamp(150px,46vw,205px);min-height:clamp(150px,46vw,205px)}.bento-grid,.ui-grid-two,.analytics-layout,.evidence-head,.evidence-row,.workflow-lanes,.calendar-grid{grid-template-columns:1fr}.feature-mini-scene{--scene-scale-base: 1;--scene-scale-adjust: 0}.feature-mini-scene .ui-row,.feature-mini-scene .ui-table-row{grid-template-columns:minmax(120px,2fr) repeat(3,minmax(72px,1fr))}.feature-mini-scene .ui-row{font-size:.56rem}.feature-mini-scene .ui-table-row p,.feature-mini-scene .ui-table-row span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-form input,.contact-form select,.contact-form textarea,.contact-submit{font-size:.9rem}.contact-detail-grid,.contact-form-row{grid-template-columns:1fr}.contact-form-footer{flex-direction:column;align-items:flex-start}.contact-submit{width:100%}.footer-inner{grid-template-columns:1fr;gap:.82rem}.footer-brand{flex-direction:column;align-items:flex-start;gap:.44rem}.footer-meta{text-align:left}}@media(max-width:420px){.landing-wrapper{min-height:auto;border-radius:1rem;margin:0 clamp(.45rem,2vw,.7rem)}.hero-top{max-width:100%;padding:1.75rem 0 .9rem;margin-top:.4rem}.hero-kicker{gap:.38rem .55rem}.hero-kicker-divider{display:none}.hero-headline{font-size:clamp(2rem,12vw,2.45rem)}.hero-subhead{max-width:36ch;font-size:.86rem;line-height:1.45}.hero-actions{flex-direction:column;align-items:center;width:100%}.btn-primary{width:min(100%,260px)}.btn-secondary{width:auto;min-height:0;padding:.08rem 0}.hero-proof-strip{width:100%;display:grid;justify-items:center;gap:.5rem;padding:0}.hero-proof-strip li{white-space:normal;justify-content:center;text-align:center}.hero-bottom{display:none}.mobile-nav-drawer{width:min(100vw,340px)}.mobile-nav-inner{padding:1rem .88rem 1.2rem}}@media(max-width:1024px)and (max-height:760px){.landing-wrapper{min-height:auto}.hero-section{padding-bottom:1.4rem}.hero-bottom{display:none}}.app-container[data-hero-variant=product-test-2]{--app-max-width: 1500px;--content-max-width: 1000px;--site-primary: #74b816;--site-focus-ring: color-mix(in srgb, var(--site-primary) 28%, white);--product-test-2-primary-foreground: #ffffff;--product-test-2-shell-bg: #eef5f0;--product-test-2-card-bg: #f4f8f4;--product-test-2-card-bg-soft: #f8fbf8;--product-test-2-card-bg-strong: rgba(255, 255, 255, .98);--product-test-2-text: #171a20;--product-test-2-muted: #616b78;--product-test-2-line: rgba(23, 26, 32, .1);--product-test-2-line-strong: rgba(23, 26, 32, .16);--product-test-2-accent: var(--site-primary);--product-test-2-accent-soft: color-mix(in srgb, var(--product-test-2-accent) 8%, white);--product-test-2-primary: var(--site-primary);--product-test-2-shadow: 0 16px 34px -30px rgba(16, 24, 40, .18);--product-test-2-frame-shadow: 0 18px 40px -34px rgba(17, 24, 39, .16);gap:1.15rem}.app-container[data-hero-variant=product-test-2][data-mode=auditors]{--site-primary: #4f7ee8;--site-focus-ring: color-mix(in srgb, var(--site-primary) 34%, white);--product-test-2-primary-foreground: #ffffff;--product-test-2-shell-bg: #eef3fd;--product-test-2-card-bg: #f5f8fe;--product-test-2-card-bg-soft: #fafcff}.app-container[data-hero-variant=product-test-2] .header-nav-link:hover{background:color-mix(in srgb,var(--site-primary) 10%,white);color:var(--product-test-2-text)}.app-container[data-hero-variant=product-test-2] .header-nav-link:focus-visible,.app-container[data-hero-variant=product-test-2] .header-audience-button:focus-visible,.app-container[data-hero-variant=product-test-2] .header-primary-cta:focus-visible{outline:2px solid var(--site-focus-ring)}.app-container[data-hero-variant=product-test-2] .about-section,.app-container[data-hero-variant=product-test-2] .section,.app-container[data-hero-variant=product-test-2] .footer{border-top:1px solid var(--line-soft);background:transparent;padding:clamp(2.6rem,5vw,3.6rem) 0;min-height:auto;display:block}.app-container[data-hero-variant=product-test-2] .about-section .section-inner,.app-container[data-hero-variant=product-test-2] .section .section-inner,.app-container[data-hero-variant=product-test-2] .footer .section-inner{max-width:1000px}.app-container[data-hero-variant=product-test-2] .contact-section .section-inner{max-width:none;width:100%;margin:0 auto;padding:0 var(--page-gutter)}.app-container[data-hero-variant=product-test-2] .about-section{border-top:none;padding:clamp(2.2rem,4.5vw,3rem) 0}.app-container[data-hero-variant=product-test-2] .footer{padding:1.8rem 0 2.2rem}.app-container[data-hero-variant=product-test-2] .section-hero-shell{position:static;padding:0;border-radius:0;background:transparent;border:none;box-shadow:none;overflow:visible}.app-container[data-hero-variant=product-test-2] .section-hero-shell:before{display:none}.app-container[data-hero-variant=product-test-2] .section-hero-frame{position:static;display:grid;gap:clamp(.9rem,2vw,1.35rem);padding:0;border-radius:0;background:transparent;border:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-container[data-hero-variant=product-test-2] .section-eyebrow{margin:0;color:var(--product-test-2-muted);font-size:.84rem;font-weight:600;letter-spacing:-.01em;text-transform:none}.app-container[data-hero-variant=product-test-2] .section-title-accent-group{display:inline;white-space:normal}.app-container[data-hero-variant=product-test-2] .section-title-accent{font-family:inherit;font-weight:inherit;letter-spacing:inherit;color:inherit}.app-container[data-hero-variant=product-test-2] .section-title-accent-icon{display:none}.app-container[data-hero-variant=product-test-2] .section-heading{margin-bottom:0}.app-container[data-hero-variant=product-test-2] .section-heading-features-product-test-2,.app-container[data-hero-variant=product-test-2] .section-heading-configuration-product-test-2,.app-container[data-hero-variant=product-test-2] .contact-copy-product-test-2{display:grid;justify-items:start;text-align:left;gap:.62rem}.app-container[data-hero-variant=product-test-2] .section-heading-features-product-test-2{max-width:40rem}.app-container[data-hero-variant=product-test-2] .section-heading-configuration-product-test-2{max-width:34rem}.app-container[data-hero-variant=product-test-2] .contact-copy-product-test-2{max-width:28rem;margin-bottom:0}.app-container[data-hero-variant=product-test-2] .section-heading-features-product-test-2 .section-title,.app-container[data-hero-variant=product-test-2] .contact-copy-product-test-2 .section-title{max-width:min(100%,15ch);margin:0;font-size:clamp(2rem,4.1vw,2.78rem);line-height:1.03;letter-spacing:-.045em;font-weight:600;color:var(--product-test-2-text)}.app-container[data-hero-variant=product-test-2] .contact-copy-product-test-2 .contact-title-product-test-2{max-width:min(100%,18ch)}.app-container[data-hero-variant=product-test-2] .section-heading-configuration-product-test-2 .section-title{max-width:min(100%,15.5ch);margin:0;font-size:clamp(1.8rem,3.6vw,2.35rem);line-height:1.06;letter-spacing:-.04em;font-weight:600;color:var(--product-test-2-text)}.app-container[data-hero-variant=product-test-2] .section-heading-features-product-test-2 .section-body,.app-container[data-hero-variant=product-test-2] .section-heading-configuration-product-test-2 .section-body,.app-container[data-hero-variant=product-test-2] .contact-copy-product-test-2 .section-body{margin:0;max-width:56ch;color:var(--product-test-2-muted);font-size:.95rem;line-height:1.62}.app-container[data-hero-variant=product-test-2] .section-hero-frame .bento-grid,.app-container[data-hero-variant=product-test-2] .section-hero-frame .auditor-configuration-grid{margin-top:0}.app-container[data-hero-variant=product-test-2] .bento-grid{gap:.85rem;grid-template-rows:minmax(270px,auto) minmax(230px,auto)}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features{gap:clamp(.85rem,1.9vw,1.15rem)}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-card,.app-container[data-hero-variant=product-test-2] .section-hero-frame-configuration .auditor-configuration-card{background:var(--product-test-2-card-bg);border:1px solid var(--product-test-2-line);border-radius:1rem;box-shadow:var(--product-test-2-shadow);padding:.72rem;gap:.58rem}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-card[data-variant]{--features-card-accent: var(--product-test-2-accent)}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-card-inner{padding:.82rem;border-radius:.95rem;background:var(--product-test-2-card-bg-strong);border:1px solid rgba(23,26,32,.08);box-shadow:none;gap:.72rem}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-card-header{padding:0}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-card-icon{width:1.56rem;height:1.56rem;border-radius:.68rem;border:1px solid color-mix(in srgb,var(--product-test-2-accent) 18%,white);background:color-mix(in srgb,var(--product-test-2-accent) 6%,white);color:var(--product-test-2-accent)}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-card-header h3,.app-container[data-hero-variant=product-test-2] .section-hero-frame-configuration .bento-copy h3{font-size:.95rem;line-height:1.24;letter-spacing:-.02em;font-weight:600}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-copy,.app-container[data-hero-variant=product-test-2] .section-hero-frame-configuration .bento-copy{gap:.34rem}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-copy-body,.app-container[data-hero-variant=product-test-2] .section-hero-frame-configuration .bento-copy p{color:var(--product-test-2-muted);font-size:.8rem;line-height:1.52}.app-container[data-hero-variant=product-test-2] .bento-copy-note{margin:.02rem 0 0;width:auto;max-width:34ch;padding:0;border:none;border-radius:0;background:transparent;color:var(--product-test-2-muted);font-size:.72rem;font-weight:500;line-height:1.45}.app-container[data-hero-variant=product-test-2] .section-placeholder{--section-placeholder-bg: #d9dfe5;border:1px dashed rgba(23,26,32,.14);background:var(--section-placeholder-bg);box-shadow:none}.app-container[data-hero-variant=product-test-2][data-mode=auditors] .section-placeholder{--section-placeholder-bg: #d8e0ea}.app-container[data-hero-variant=product-test-2] .section-placeholder-chip,.app-container[data-hero-variant=product-test-2] .section-placeholder-bar,.app-container[data-hero-variant=product-test-2] .section-placeholder-tile{background:#ffffff61}.app-container[data-hero-variant=product-test-2] .section-placeholder-label{padding:0;border-radius:0;background:transparent;color:#6a7380;font-size:.62rem;font-weight:600;letter-spacing:0;text-transform:none}.app-container[data-hero-variant=product-test-2] .section-placeholder.is-compact .section-placeholder-label{letter-spacing:0;text-transform:none}.app-container[data-hero-variant=product-test-2] .section-placeholder-description{color:var(--product-test-2-muted);font-size:.7rem;line-height:1.45}.app-container[data-hero-variant=product-test-2] .section-placeholder.is-compact .section-placeholder-description{line-height:1.45}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-scene-placeholder,.app-container[data-hero-variant=product-test-2] .section-hero-frame-configuration .bento-scene-placeholder{margin-top:0;height:auto;min-height:0;display:grid}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-scene-image-frame{margin-top:0;min-height:clamp(132px,15vw,180px);border:1px solid rgba(23,26,32,.08);border-radius:.95rem;background:#fff;overflow:hidden}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-scene-image{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.app-container[data-hero-variant=product-test-2] .section-hero-frame-configuration .auditor-configuration-card{min-height:auto}.app-container[data-hero-variant=product-test-2] .section-hero-frame-configuration{gap:.85rem}.app-container[data-hero-variant=product-test-2] .section-hero-frame-contact{gap:0;justify-items:stretch}.app-container[data-hero-variant=product-test-2] .contact-layout-product-test-2{width:100%;max-width:none;margin-inline:0;grid-template-columns:minmax(0,.88fr) minmax(360px,1.02fr);grid-template-areas:"copy form" "support form";gap:clamp(.95rem,2.2vw,1.4rem);align-items:start}.app-container[data-hero-variant=product-test-2] .contact-copy-panel-product-test-2,.app-container[data-hero-variant=product-test-2] .contact-form-panel-product-test-2,.app-container[data-hero-variant=product-test-2] .contact-supporting-product-test-2{width:100%;max-width:none;justify-self:stretch}.app-container[data-hero-variant=product-test-2] .contact-copy-panel-product-test-2{grid-area:copy;display:grid;align-content:start}.app-container[data-hero-variant=product-test-2] .contact-form-panel-product-test-2{grid-area:form;display:grid}.app-container[data-hero-variant=product-test-2] .contact-supporting-product-test-2{grid-area:support;display:grid;margin-top:0;max-width:none;align-content:start}.app-container[data-hero-variant=product-test-2] .contact-summary-card,.app-container[data-hero-variant=product-test-2] .contact-detail-card,.app-container[data-hero-variant=product-test-2] .contact-note-card,.app-container[data-hero-variant=product-test-2] .contact-form{border:1px solid var(--product-test-2-line);border-radius:1rem;background:var(--product-test-2-card-bg-strong);box-shadow:0 14px 30px -28px #10182824}.app-container[data-hero-variant=product-test-2] .contact-detail-card,.app-container[data-hero-variant=product-test-2] .contact-note-card{padding:.8rem}.app-container[data-hero-variant=product-test-2] .contact-summary-card{display:grid;gap:.95rem;padding:.95rem}.app-container[data-hero-variant=product-test-2] .contact-summary-header{display:flex;align-items:center;min-height:2rem}.app-container[data-hero-variant=product-test-2] .contact-summary-title,.app-container[data-hero-variant=product-test-2] .contact-summary-note,.app-container[data-hero-variant=product-test-2] .contact-summary-list{margin:0}.app-container[data-hero-variant=product-test-2] .contact-summary-title{color:var(--product-test-2-text);font-size:.98rem;font-weight:600;line-height:1.35;letter-spacing:-.01em}.app-container[data-hero-variant=product-test-2] .contact-summary-list{padding:0;list-style:none;display:grid;gap:.72rem}.app-container[data-hero-variant=product-test-2] .contact-summary-list li{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.62rem;color:var(--product-test-2-text);font-size:.88rem;line-height:1.54}.app-container[data-hero-variant=product-test-2] .contact-summary-item-icon{width:1.5rem;height:1.5rem;margin-top:.08rem;border-radius:.6rem;border:1px solid color-mix(in srgb,var(--product-test-2-accent) 14%,white);background:color-mix(in srgb,var(--product-test-2-accent) 6%,white);color:var(--product-test-2-accent);display:grid;place-items:center;font-size:.82rem}.app-container[data-hero-variant=product-test-2] .contact-summary-note{color:var(--product-test-2-muted);font-size:.8rem;line-height:1.56}.app-container[data-hero-variant=product-test-2] .contact-detail-icon{border-radius:.78rem;border:1px solid color-mix(in srgb,var(--product-test-2-accent) 16%,white);background:color-mix(in srgb,var(--product-test-2-accent) 6%,white);color:var(--product-test-2-accent)}.app-container[data-hero-variant=product-test-2] .contact-detail-label,.app-container[data-hero-variant=product-test-2] .contact-note-label{color:var(--product-test-2-muted);text-transform:none;letter-spacing:0;font-size:.74rem;font-weight:600}.app-container[data-hero-variant=product-test-2] .contact-note-text,.app-container[data-hero-variant=product-test-2] .contact-detail-value{color:var(--product-test-2-text);line-height:1.5}.app-container[data-hero-variant=product-test-2] .contact-form{width:100%;max-width:none;padding:.92rem;background:var(--product-test-2-card-bg-strong);height:100%;display:flex;flex-direction:column;align-content:start}.app-container[data-hero-variant=product-test-2] .contact-form-intro{margin:0 0 .2rem;display:inline-flex;align-items:center;gap:.5rem;color:var(--product-test-2-text);font-size:.9rem;font-weight:600;line-height:1.45}.app-container[data-hero-variant=product-test-2] .contact-form-intro-icon{width:1.5rem;height:1.5rem;border-radius:.6rem;border:1px solid color-mix(in srgb,var(--product-test-2-accent) 14%,white);background:color-mix(in srgb,var(--product-test-2-accent) 6%,white);color:var(--product-test-2-accent);display:grid;place-items:center;font-size:.84rem;flex-shrink:0}.app-container[data-hero-variant=product-test-2] .contact-form label{color:var(--product-test-2-muted);font-size:.74rem;font-weight:500}.app-container[data-hero-variant=product-test-2] .contact-form-message{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.app-container[data-hero-variant=product-test-2] .contact-form input,.app-container[data-hero-variant=product-test-2] .contact-form select,.app-container[data-hero-variant=product-test-2] .contact-form textarea{border:1px solid var(--product-test-2-line);border-radius:.9rem;background:#fff}.app-container[data-hero-variant=product-test-2] .contact-form textarea{flex:1 1 auto;min-height:10rem;max-height:none}.app-container[data-hero-variant=product-test-2] .contact-form input:focus,.app-container[data-hero-variant=product-test-2] .contact-form select:focus,.app-container[data-hero-variant=product-test-2] .contact-form textarea:focus{outline:2px solid var(--site-focus-ring)}.app-container[data-hero-variant=product-test-2] .contact-form-footnote{color:var(--product-test-2-muted)}.app-container[data-hero-variant=product-test-2] .contact-form-footnote-icon{color:var(--product-test-2-accent)}.app-container[data-hero-variant=product-test-2] .contact-submit{border-radius:999px;border-color:transparent;background:var(--product-test-2-primary);color:var(--product-test-2-primary-foreground)}.app-container[data-hero-variant=product-test-2] .footer-inner{grid-template-columns:minmax(0,1.3fr) auto auto;gap:.85rem 1.2rem}.app-container[data-hero-variant=product-test-2] .footer-brand{color:var(--product-test-2-muted)}.app-container[data-hero-variant=product-test-2] .footer-brand-strap{color:var(--product-test-2-text)}.app-container[data-hero-variant=product-test-2] .footer-brand-description,.app-container[data-hero-variant=product-test-2] .footer-heading,.app-container[data-hero-variant=product-test-2] .footer-meta,.app-container[data-hero-variant=product-test-2] .footer-contact-item{color:var(--product-test-2-muted)}.app-container[data-hero-variant=product-test-2] .footer-contact-icon{color:var(--product-test-2-text)}.app-container[data-hero-variant=product-test-2] .footer-links{justify-content:flex-start;gap:.3rem}.app-container[data-hero-variant=product-test-2] .footer-link-pill{display:inline-flex;align-items:center;justify-content:flex-start;min-height:0;padding:0;border-radius:0;border:none;background:transparent;color:var(--product-test-2-muted);font-size:.82rem;font-weight:500;line-height:1.4}.app-container[data-hero-variant=product-test-2] .footer-meta{color:var(--product-test-2-muted)}@media(max-width:920px){.app-container[data-hero-variant=product-test-2] .contact-layout-product-test-2,.app-container[data-hero-variant=product-test-2] .footer-inner{grid-template-columns:1fr}.app-container[data-hero-variant=product-test-2] .section-hero-frame-contact{gap:.95rem}.app-container[data-hero-variant=product-test-2] .footer-inner{grid-template-columns:minmax(0,1fr) auto;align-items:start;justify-items:stretch;text-align:left}.app-container[data-hero-variant=product-test-2] .footer-brand{grid-column:1}.app-container[data-hero-variant=product-test-2] .footer-links{grid-column:1;justify-content:flex-start}.app-container[data-hero-variant=product-test-2] .footer-utility{grid-column:2;align-self:start}.app-container[data-hero-variant=product-test-2] .footer-meta{text-align:left}.app-container[data-hero-variant=product-test-2] .contact-layout-product-test-2{width:100%;max-width:none;grid-template-areas:"copy" "form" "support";gap:1rem}.app-container[data-hero-variant=product-test-2] .contact-copy-product-test-2{max-width:34rem}.app-container[data-hero-variant=product-test-2] .contact-form,.app-container[data-hero-variant=product-test-2] .contact-supporting-product-test-2{height:auto}.app-container[data-hero-variant=product-test-2] .contact-form-panel-product-test-2,.app-container[data-hero-variant=product-test-2] .contact-form{width:100%;max-width:none}.app-container[data-hero-variant=product-test-2] .contact-form-message,.app-container[data-hero-variant=product-test-2] .contact-form textarea{flex:initial}}@media(max-width:760px){.app-container[data-hero-variant=product-test-2] .section-hero-frame{gap:.9rem}.app-container[data-hero-variant=product-test-2] .section-heading-features-product-test-2 .section-title,.app-container[data-hero-variant=product-test-2] .section-heading-configuration-product-test-2 .section-title,.app-container[data-hero-variant=product-test-2] .contact-copy-product-test-2 .section-title{max-width:none;font-size:clamp(1.7rem,9vw,2.35rem)}.app-container[data-hero-variant=product-test-2] .section-heading-features-product-test-2 .section-body,.app-container[data-hero-variant=product-test-2] .section-heading-configuration-product-test-2 .section-body,.app-container[data-hero-variant=product-test-2] .contact-copy-product-test-2 .section-body{font-size:.86rem;line-height:1.5}.app-container[data-hero-variant=product-test-2] .bento-grid{gap:.7rem}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-card,.app-container[data-hero-variant=product-test-2] .section-hero-frame-configuration .auditor-configuration-card{padding:.58rem}.app-container[data-hero-variant=product-test-2] .section-hero-frame-features .bento-card-inner{padding:.7rem}.app-container[data-hero-variant=product-test-2] .contact-detail-grid,.app-container[data-hero-variant=product-test-2] .contact-form-row{grid-template-columns:1fr}.app-container[data-hero-variant=product-test-2] .contact-copy-product-test-2{max-width:none}.app-container[data-hero-variant=product-test-2] .contact-form{padding:.9rem}.app-container[data-hero-variant=product-test-2] .contact-form label{font-size:.8rem}.app-container[data-hero-variant=product-test-2] .contact-form input,.app-container[data-hero-variant=product-test-2] .contact-form select,.app-container[data-hero-variant=product-test-2] .contact-form textarea,.app-container[data-hero-variant=product-test-2] .contact-submit{font-size:1rem}.app-container[data-hero-variant=product-test-2] .contact-summary-header{align-items:flex-start}.app-container[data-hero-variant=product-test-2] .footer-inner{grid-template-columns:1fr;gap:.82rem;text-align:left}.app-container[data-hero-variant=product-test-2] .footer-brand,.app-container[data-hero-variant=product-test-2] .footer-links,.app-container[data-hero-variant=product-test-2] .footer-utility,.app-container[data-hero-variant=product-test-2] .footer-meta{grid-column:auto}.app-container[data-hero-variant=product-test-2] .footer-links{justify-content:flex-start}.app-container[data-hero-variant=product-test-2] .footer-meta{text-align:left}}@media(max-width:420px){.app-container[data-hero-variant=product-test-2] .contact-form-footer{flex-direction:column;align-items:flex-start}.app-container[data-hero-variant=product-test-2] .contact-submit{width:100%;justify-self:stretch}.app-container[data-hero-variant=product-test-2] .footer-links{width:auto;justify-content:flex-start}.app-container[data-hero-variant=product-test-2] .footer-link-pill{width:auto}}.footer.footer-product-test-2{border-top:1px solid var(--line-soft);background:#f1f3f2;padding:clamp(1.9rem,4vw,2.75rem) 0 clamp(2rem,4.2vw,3rem)}.footer.footer-product-test-2 .footer-shell{max-width:1360px;width:100%;margin:0 auto;padding:0 clamp(1.25rem,3.4vw,2.75rem)}.footer.footer-product-test-2 .footer-inner{grid-template-columns:minmax(0,1.35fr) minmax(150px,.7fr) minmax(230px,.95fr);gap:clamp(1.5rem,3.2vw,3.25rem);align-items:start}.footer.footer-product-test-2 .footer-brand{display:grid;grid-template-columns:1fr;justify-items:start;gap:.95rem 1rem;color:var(--product-test-2-muted)}.footer.footer-product-test-2 .footer-brand img{width:clamp(118px,8vw,136px)}.footer.footer-product-test-2 .footer-brand .site-logo-link{display:inline-flex}.footer.footer-product-test-2 .footer-brand-copy,.footer.footer-product-test-2 .footer-group{gap:.4rem}.footer.footer-product-test-2 .footer-brand-description{max-width:38ch;color:var(--product-test-2-muted);font-size:.88rem;line-height:1.6;margin-bottom:.12rem}.footer.footer-product-test-2 .footer-heading{color:var(--product-test-2-muted);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.footer.footer-product-test-2 .footer-links{gap:.55rem;justify-content:flex-start}.footer.footer-product-test-2 .footer-link-pill{width:fit-content}.footer.footer-product-test-2 .footer-link-pill,.footer.footer-product-test-2 .footer-contact-link{color:var(--product-test-2-muted);text-decoration:none;transition:color .18s ease,opacity .18s ease}.footer.footer-product-test-2 .footer-link-pill:hover,.footer.footer-product-test-2 .footer-contact-link:hover,.footer.footer-product-test-2 .footer-link-pill:focus-visible,.footer.footer-product-test-2 .footer-contact-link:focus-visible{color:var(--product-test-2-text)}.footer.footer-product-test-2 .footer-contact-list{gap:.58rem}.footer.footer-product-test-2 .footer-contact-item{color:var(--product-test-2-muted);font-size:.86rem;line-height:1.5}.footer.footer-product-test-2 .footer-contact-icon{color:var(--product-test-2-text)}.footer.footer-product-test-2 .footer-utility{gap:.72rem}.footer.footer-product-test-2 .footer-meta{color:var(--product-test-2-muted);margin-top:.18rem;font-size:.82rem;line-height:1.5}@media(max-width:920px){.footer.footer-product-test-2 .footer-inner{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:1.2rem 2rem}.footer.footer-product-test-2 .footer-brand{grid-column:1 / -1}}@media(max-width:760px){.footer.footer-product-test-2{padding:1.45rem 0 1.8rem}.footer.footer-product-test-2 .footer-shell{padding:0 1rem}.footer.footer-product-test-2 .footer-inner{grid-template-columns:1fr;gap:1rem}}.marketing-page-shell{position:relative}.marketing-page-main{display:grid;gap:0}.site-logo-link,.header-nav-link,.header-primary-cta,.mobile-nav-tab,.mobile-nav-link,.mobile-nav-sign-in{text-decoration:none}.header-primary-cta,.mobile-nav-link,.mobile-nav-tab{display:inline-flex;align-items:center;justify-content:center}.header-nav-link.is-current,.footer-link-pill[aria-current=page]{color:var(--text-strong);background:color-mix(in srgb,var(--site-primary, #2f8a66) 8%,white)}.footer-link-pill{text-decoration:none}.product-hero-tab-panel[hidden]{display:none!important}.hero-tab-visual picture,.hero-tab-visual picture img{display:block;width:100%;height:100%}.hero-tab-visual picture img{object-fit:cover;object-position:top center}.home-hero-section{padding-top:.35rem}.home-hero-frame{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(1.4rem,3vw,2.5rem);align-items:center;padding:clamp(1.2rem,2.8vw,2rem) var(--page-gutter) 0}.home-kicker{margin:0 0 .8rem;color:var(--product-test-2-muted);font-size:.9rem;font-weight:600}.home-hero-copy{display:grid;align-content:start;gap:.95rem}.home-hero-title{margin:0;max-width:12ch;font-size:clamp(2.7rem,6vw,4.75rem);line-height:.98;letter-spacing:-.05em;color:var(--product-test-2-text);text-wrap:balance}.home-hero-body{margin:0;max-width:58ch;color:var(--product-test-2-muted);font-size:1.02rem;line-height:1.7}.home-hero-actions{display:flex;flex-wrap:wrap;gap:.72rem;align-items:center}.home-proof-list{margin:.1rem 0 0;padding:0;list-style:none;display:grid;gap:.72rem}.home-proof-list li{position:relative;padding-left:1rem;color:var(--product-test-2-text);font-size:.94rem;line-height:1.55}.home-proof-list li:before{content:"";position:absolute;left:0;top:.62rem;width:.38rem;height:.38rem;border-radius:999px;background:var(--site-primary, #2f8a66)}.home-hero-media{border:1px solid var(--product-test-2-line);border-radius:1.35rem;background:var(--product-test-2-card-bg-strong);box-shadow:var(--product-test-2-frame-shadow);overflow:hidden}.home-hero-media picture,.home-hero-media img{display:block;width:100%;height:auto}.home-section-heading{max-width:42rem}.home-section-title{max-width:16ch}.home-audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}.home-audience-card,.home-workflow-card{border:1px solid var(--product-test-2-line);border-radius:1.1rem;background:var(--product-test-2-card-bg-strong);box-shadow:0 18px 36px -30px #0f172a2e;overflow:hidden}.home-audience-card-media picture,.home-audience-card-media img{display:block;width:100%;height:auto}.home-audience-card-copy{display:grid;gap:.75rem;padding:1rem}.home-audience-card-eyebrow{margin:0;color:var(--product-test-2-muted);font-size:.8rem;font-weight:600}.home-audience-card-copy h3,.home-workflow-card h3{margin:0;color:var(--product-test-2-text);font-size:1.18rem;line-height:1.2;letter-spacing:-.02em}.home-audience-card-copy p,.home-audience-card-copy li,.home-workflow-card p{margin:0;color:var(--product-test-2-muted);font-size:.92rem;line-height:1.6}.home-audience-card-copy ul{margin:0;padding-left:1rem;display:grid;gap:.45rem}.home-audience-card-link{display:inline-flex;align-items:center;width:fit-content;color:var(--site-primary, #2f8a66);font-size:.92rem;font-weight:600;text-decoration:none}.home-workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem}.home-workflow-card{padding:1rem;display:grid;gap:.6rem}@media(max-width:920px){.home-hero-frame,.home-audience-grid,.home-workflow-grid{grid-template-columns:1fr}.home-hero-frame{padding-top:.4rem}.home-hero-title,.home-section-title{max-width:none}}@media(max-width:760px){.home-hero-title{font-size:clamp(2.15rem,10vw,3rem)}.home-hero-body,.home-proof-list li,.home-audience-card-copy p,.home-audience-card-copy li,.home-workflow-card p{font-size:.9rem}.home-audience-card-copy,.home-workflow-card{padding:.92rem}}body[data-page-kind=product-marketing]{--product-page-bg: #fafaf7;--product-page-grid-line: rgba(23, 26, 32, .007);--product-page-wash: rgba(116, 184, 22, .03);--product-page-wash-strong: rgba(116, 184, 22, .045);--product-page-band: rgba(250, 250, 247, .74);--product-page-band-strong: rgba(250, 250, 247, .94);--product-page-footer-bg: rgba(250, 250, 247, .98);--product-page-shell-line: rgba(23, 26, 32, .07);--product-page-shell-line-strong: rgba(23, 26, 32, .095);--product-page-shell-shadow: 0 14px 28px -24px rgba(16, 24, 40, .11);background-color:var(--product-page-bg);background-image:radial-gradient(72rem 24rem at 50% -2rem,var(--product-page-wash) 0%,rgba(255,255,255,0) 70%),linear-gradient(var(--product-page-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--product-page-grid-line) 1px,transparent 1px);background-size:auto,152px 152px,152px 152px;background-position:center top,center top,center top}body[data-page-kind=product-marketing][data-page-key=auditors]{--product-page-bg: #fafbfe;--product-page-grid-line: rgba(23, 26, 32, .007);--product-page-wash: rgba(79, 126, 232, .032);--product-page-wash-strong: rgba(79, 126, 232, .046);--product-page-band: rgba(250, 251, 254, .76);--product-page-band-strong: rgba(250, 251, 254, .95);--product-page-footer-bg: rgba(250, 251, 254, .985)}body[data-page-kind=product-marketing] .marketing-page-shell{position:relative;isolation:isolate}body[data-page-kind=product-marketing] .marketing-page-shell:before{content:"";position:absolute;inset:0 var(--page-gutter) auto;height:clamp(15rem,31vw,21rem);border-radius:1rem;background:radial-gradient(72% 90% at 50% 4%,var(--product-page-wash-strong) 0%,rgba(255,255,255,0) 76%);pointer-events:none;z-index:-1}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2]{--product-radius-control: .875rem;--product-radius-shell: .95rem;--product-radius-icon: .625rem;--product-section-divider: rgba(23, 26, 32, .058);--product-test-2-card-bg: color-mix(in srgb, var(--product-test-2-shell-bg) 34%, white);--product-test-2-card-bg-soft: color-mix(in srgb, var(--product-test-2-shell-bg) 18%, white);--product-test-2-card-bg-strong: rgba(255, 255, 255, .92);--product-test-2-line: rgba(23, 26, 32, .09);--product-test-2-line-strong: rgba(23, 26, 32, .14);--product-test-2-shadow: 0 12px 24px -22px rgba(16, 24, 40, .11);--product-test-2-frame-shadow: 0 14px 28px -24px rgba(17, 24, 39, .11);gap:.86rem}body[data-page-kind=product-marketing] .header-variant-product-test-2{top:.58rem;gap:.75rem;padding:.54rem clamp(.86rem,1.8vw,1.08rem);border-radius:var(--product-radius-shell);background:#ffffffbd;border:1px solid var(--product-page-shell-line);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 8px 18px -16px #0f172a1a;transition:transform .24s ease,opacity .24s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}body[data-page-kind=product-marketing][data-page-key=auditors] .header-variant-product-test-2{background:#ffffffc2}body[data-page-kind=product-marketing] .header-variant-product-test-2.is-at-top:not(.is-menu-open){background:transparent;border-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}body[data-page-kind=product-marketing] .header-nav{gap:.18rem}body[data-page-kind=product-marketing] .header-nav-link{padding:.52rem .76rem;border-radius:.75rem;font-weight:500}body[data-page-kind=product-marketing] .header-nav-link.is-current,body[data-page-kind=product-marketing] .footer-link-pill[aria-current=page]{background:color-mix(in srgb,var(--site-primary, #2f8a66) 7%,white)}body[data-page-kind=product-marketing] .header-primary-cta,body[data-page-kind=product-marketing] .header-variant-product-test-2 .header-sign-in{min-height:40px;border-radius:var(--product-radius-control)}body[data-page-kind=product-marketing] .header-primary-cta{padding:.68rem .98rem}body[data-page-kind=product-marketing] .header-variant-product-test-2 .header-sign-in{padding:.68rem .98rem;background:#ffffffc7;border:1px solid var(--product-page-shell-line-strong)}body[data-page-kind=product-marketing] .header-audience-switch{gap:.16rem;padding:.16rem;border-radius:.9rem;background:#f6f8fad1;border:1px solid rgba(23,26,32,.06)}body[data-page-kind=product-marketing] .header-audience-button{padding:.48rem .8rem;border-radius:.72rem;font-size:.78rem}body[data-page-kind=product-marketing] .header-audience-button.active{background:#fffffff5;box-shadow:none}body[data-page-kind=product-marketing] .mobile-menu-toggle{border-radius:.875rem;background:#ffffffeb;box-shadow:0 10px 20px -18px #0f172a29}body[data-page-kind=product-marketing] .mobile-nav-dropdown{border-radius:var(--product-radius-shell);border-color:var(--product-page-shell-line-strong);box-shadow:0 18px 30px -24px #0f172a2e}body[data-page-kind=product-marketing] .mobile-nav-switcher-shell{border-radius:var(--product-radius-control);background:#f4f7f5eb}body[data-page-kind=product-marketing] .mobile-nav-tab{border-radius:.75rem}body[data-page-kind=product-marketing] .mobile-nav-link{border-radius:var(--product-radius-control)}body[data-page-kind=product-marketing] .mobile-nav-link-primary{box-shadow:none}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .about-section,body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .section,body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2]{position:relative;border-top:none;background:transparent}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .section:before,body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2]:before{content:"";position:absolute;top:0;height:1px;pointer-events:none}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .section:before{left:calc(var(--shell-gutter) + var(--page-gutter));right:calc(var(--shell-gutter) + var(--page-gutter));background:var(--product-section-divider)}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2]:before{left:0;right:0;background:#171a2015}body[data-page-kind=product-marketing] .about-section .section-inner,body[data-page-kind=product-marketing] .features-section .section-inner,body[data-page-kind=product-marketing] .contact-section .section-inner{position:relative;padding:0 var(--page-gutter);border:none;border-radius:0;background:transparent;box-shadow:none}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-section{background:var(--product-page-bg)}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2]{background:var(--product-page-bg);border-top:none;padding:1.18rem 0 1.35rem}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-shell{border:none;border-radius:0;background:transparent;box-shadow:none;width:min(100%,var(--app-max-width));max-width:var(--app-max-width);margin:0 auto;padding:0 calc(var(--shell-gutter) + var(--page-gutter))}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-inner{grid-template-columns:minmax(0,1.25fr) repeat(3,minmax(110px,.52fr)) minmax(220px,.88fr);padding-top:.88rem;border-top:none;gap:clamp(.9rem,1.9vw,1.45rem)}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand{gap:.7rem 1rem}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand-copy,body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-group{gap:.34rem}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-group{min-width:0}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-heading{font-size:.7rem;font-weight:600;letter-spacing:-.01em;text-transform:none;color:var(--product-test-2-muted)}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand img{width:clamp(108px,7vw,124px)}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand-description{max-width:34ch;font-size:.82rem;line-height:1.56}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-meta{margin-top:.08rem;font-size:.8rem;line-height:1.5}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-links{gap:.42rem;justify-content:flex-start}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-link-pill{display:inline-flex;align-items:center;justify-content:flex-start;min-height:0;width:fit-content;padding:0;border:none;border-radius:0;background:transparent;font-size:.82rem;font-weight:500;line-height:1.42}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-utility{gap:.56rem}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-list{gap:.52rem}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-item{font-size:.84rem;line-height:1.48}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-icon{color:color-mix(in srgb,var(--product-test-2-text) 84%,#7d8795)}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand-description,body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-meta,body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-item,body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-link-pill,body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-link{color:var(--product-test-2-muted)}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-link-pill:hover,body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-link:hover,body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-link-pill:focus-visible,body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-link:focus-visible{color:var(--product-test-2-text)}body[data-page-kind=product-marketing] .product-hero-tabs-frame{gap:clamp(.95rem,2vw,1.35rem);padding:clamp(1.05rem,2vw,1.45rem) 0 0;border-radius:0;background:transparent;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}body[data-page-kind=product-marketing] .product-hero-tabs-heading{gap:.16rem;font-size:clamp(2.45rem,5.4vw,4rem)}body[data-page-kind=product-marketing] .product-hero-tabs-heading-accent{gap:.2em;font-size:.84em;color:color-mix(in srgb,var(--site-primary, #2f8a66) 82%,#6f7f95)}body[data-page-kind=product-marketing] .product-hero-tabs-heading-accent-icon{font-size:.38em;opacity:.68}body[data-page-kind=product-marketing] .product-hero-tabs-copy-stage{gap:.88rem;max-width:46rem}body[data-page-kind=product-marketing] .product-hero-tabs-meta{margin-bottom:.32rem;font-size:.82rem}body[data-page-kind=product-marketing] .product-hero-tabs-meta-label{font-weight:600}body[data-page-kind=product-marketing] .product-hero-tabs-meta-eyebrow{gap:.36rem;padding:.3rem .58rem;border-radius:999px;border:1px solid rgba(23,26,32,.05);background:#ffffffa8;color:color-mix(in srgb,var(--product-test-2-text) 72%,#718198)}body[data-page-kind=product-marketing] .product-hero-tabs-meta-icon{width:.92rem;height:.92rem;font-size:.76rem;color:color-mix(in srgb,var(--site-primary, #2f8a66) 74%,#8b98aa);opacity:.88}body[data-page-kind=product-marketing] .product-hero-tabs-subhead{max-width:50ch;font-size:.98rem}body[data-page-kind=product-marketing] .product-hero-tabs-switcher{margin-top:.25rem}body[data-page-kind=product-marketing] .product-hero-tabs-shell .product-hero-tabs-primary,body[data-page-kind=product-marketing] .product-hero-tabs-shell .product-hero-tabs-secondary{min-height:46px;border-radius:var(--product-radius-control)}body[data-page-kind=product-marketing] .product-hero-tabs-shell .product-hero-tabs-primary{padding:.78rem 1.28rem}body[data-page-kind=product-marketing] .product-hero-tabs-shell .product-hero-tabs-secondary{padding:.76rem 1.12rem;background:#ffffffc7}body[data-page-kind=product-marketing] .product-hero-tabs-trigger:after{border-radius:.2rem}body[data-page-kind=product-marketing] .product-hero-tabs-nav{border-bottom-color:var(--product-section-divider)}body[data-page-kind=product-marketing] .product-hero-tabs-placeholder,body[data-page-kind=product-marketing] .product-hero-tabs-detail-frame{border-radius:var(--product-radius-shell)}body[data-page-kind=product-marketing] .product-hero-tabs-detail-frame{padding:clamp(.92rem,2.1vw,1.08rem);border-color:#171a200e;background:#ffffffc2;box-shadow:0 18px 32px -30px #10182814}body[data-page-kind=product-marketing] .product-hero-tabs-detail-title{line-height:1.03}body[data-page-kind=product-marketing] .product-hero-tabs-detail-content{gap:clamp(1.08rem,2.2vw,1.55rem)}body[data-page-kind=product-marketing] .product-hero-tabs-detail-copy{gap:1.04rem}body[data-page-kind=product-marketing] .about-container[data-presentation=hero-test-2] .about-capability-icon,body[data-page-kind=product-marketing] .section-hero-frame-features .bento-card-icon,body[data-page-kind=product-marketing] .contact-summary-item-icon,body[data-page-kind=product-marketing] .contact-form-intro-icon,body[data-page-kind=product-marketing] .contact-detail-icon{border-radius:var(--product-radius-icon)}body[data-page-kind=product-marketing] .section-hero-frame-features .bento-card,body[data-page-kind=product-marketing] .section-hero-frame-configuration .auditor-configuration-card,body[data-page-kind=product-marketing] .contact-detail-card,body[data-page-kind=product-marketing] .contact-note-card,body[data-page-kind=product-marketing] .contact-form{border-radius:var(--product-radius-shell);border-color:#171a200f;box-shadow:0 10px 22px -24px #1018281a}body[data-page-kind=product-marketing] .section-hero-frame-features .bento-card,body[data-page-kind=product-marketing] .section-hero-frame-configuration .auditor-configuration-card{background:color-mix(in srgb,var(--product-test-2-card-bg) 56%,white)}body[data-page-kind=product-marketing] .section-hero-frame-features .bento-card-inner{border-radius:var(--product-radius-shell);border-color:#171a200e;background:#ffffffeb;box-shadow:none}body[data-page-kind=product-marketing] .section-hero-frame-features .bento-scene-image-frame{border-color:#171a200e}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-layout-product-test-2{gap:clamp(1.1rem,2.8vw,1.85rem);grid-template-columns:minmax(0,.82fr) minmax(380px,1.08fr)}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-copy-panel-product-test-2,body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-supporting-product-test-2{max-width:29rem}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-copy-product-test-2{max-width:28rem;gap:.54rem}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-form{background:#fffffffa;border-color:#171a2012;box-shadow:0 18px 34px -28px #1018281f}body[data-page-kind=product-marketing] .contact-detail-card,body[data-page-kind=product-marketing] .contact-note-card{background:#fffc}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-supporting-product-test-2{padding-top:.08rem}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-summary-card{display:grid;gap:.78rem;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-summary-header{display:block;min-height:0}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-summary-title{color:var(--product-test-2-text);font-size:.92rem;font-weight:600;line-height:1.42;letter-spacing:-.01em}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-summary-list{display:grid;gap:.72rem;margin:0;padding:0;list-style:none}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-summary-list li{position:relative;display:block;padding-left:.95rem;color:var(--product-test-2-text);font-size:.88rem;line-height:1.6}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-summary-list li:before{content:"";position:absolute;left:0;top:.64rem;width:.34rem;height:.34rem;border-radius:999px;background:color-mix(in srgb,var(--site-primary, #2f8a66) 84%,white)}body[data-page-kind=product-marketing] .contact-detail-label,body[data-page-kind=product-marketing] .contact-note-label,body[data-page-kind=product-marketing] .contact-form label{font-weight:600}body[data-page-kind=product-marketing] .contact-summary-item-icon,body[data-page-kind=product-marketing] .contact-form-intro-icon{border-color:color-mix(in srgb,var(--product-test-2-accent) 10%,white);background:color-mix(in srgb,var(--product-test-2-accent) 4%,white)}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-summary-item-icon{display:none}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-summary-note{color:var(--product-test-2-muted);margin:.02rem 0 0;font-size:.79rem;line-height:1.58}body[data-page-kind=product-marketing] .contact-form input,body[data-page-kind=product-marketing] .contact-form select,body[data-page-kind=product-marketing] .contact-form textarea,body[data-page-kind=product-marketing] .contact-submit{border-radius:var(--product-radius-control)}body[data-page-kind=product-marketing] .contact-submit{box-shadow:none}@media(max-width:920px){body[data-page-kind=product-marketing] .header-variant-product-test-2{top:.46rem;padding:.5rem .72rem}body[data-page-kind=product-marketing] .product-hero-tabs-frame{padding:.78rem 0 0}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-layout-product-test-2{grid-template-columns:1fr;gap:1rem}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-copy-panel-product-test-2,body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-supporting-product-test-2{max-width:none}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-supporting-product-test-2{padding-top:0}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-inner{grid-template-columns:minmax(0,1.1fr) repeat(2,minmax(0,.7fr));gap:1rem 1.45rem}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand{grid-column:1 / -1}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-utility{grid-column:span 2}}@media(max-width:760px){body[data-page-kind=product-marketing]{background-image:radial-gradient(46rem 18rem at 50% -2rem,var(--product-page-wash) 0%,rgba(255,255,255,0) 70%);background-size:auto;background-position:center top;background-repeat:no-repeat}body[data-page-kind=product-marketing] .marketing-page-shell:before{height:15rem}body[data-page-kind=product-marketing] .product-hero-tabs-meta-eyebrow{padding:.26rem .52rem}body[data-page-kind=product-marketing] .product-hero-tabs-shell .product-hero-tabs-primary,body[data-page-kind=product-marketing] .product-hero-tabs-shell .product-hero-tabs-secondary{min-height:44px}body[data-page-kind=product-marketing] .app-container[data-hero-variant=product-test-2] .contact-summary-list li{font-size:.86rem}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2]{padding:1.08rem 0 1.3rem}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-inner{grid-template-columns:1fr;gap:.95rem}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-shell{padding:0 calc(var(--shell-gutter) + var(--page-gutter))}body[data-page-kind=product-marketing] .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-utility{grid-column:auto}}.hero-tab-visual{width:100%;height:100%}.hero-tab-visual.is-image{background:#fff;display:grid;place-items:center}.hero-tab-visual-image{display:block;width:100%;height:100%;box-sizing:border-box;object-fit:cover;object-position:top center}.hero-tab-visual-placeholder{width:100%;height:100%;display:grid;place-items:center}.hero-tab-visual-placeholder-badge{max-width:min(100%,20rem);padding:.9rem 1.2rem;border-radius:999px;background:#ffffff8c;color:#6a7380;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-align:center}@media(max-width:920px){.hero-tab-visual.is-image{padding:.35rem;background:#f6f8fb}.hero-tab-visual-image{object-fit:contain;object-position:top center;border-radius:.55rem;background:#fff}}@media(max-width:760px){.hero-tab-visual.is-image{padding:.28rem}.hero-tab-visual-placeholder-badge{font-size:.68rem;line-height:1.4}}.product-hero-tabs-shell{--hero-tabs-shell-bg: linear-gradient(180deg, #f4efe8 0%, #f8f6f2 100%);--hero-tabs-card-bg: rgba(255, 255, 255, .9);--hero-tabs-card-bg-strong: rgba(255, 255, 255, .98);--hero-tabs-text: #171a20;--hero-tabs-muted: #5c6675;--hero-tabs-line: rgba(23, 26, 32, .1);--hero-tabs-line-strong: rgba(23, 26, 32, .16);--hero-tabs-accent: var(--site-primary, #2f8a66);--hero-tabs-accent-soft: color-mix(in srgb, var(--hero-tabs-accent) 12%, white);--hero-tabs-primary: var(--product-test-2-primary, var(--site-primary, #2f8a66));--hero-tabs-primary-foreground: var(--product-test-2-primary-foreground, #ffffff);--hero-tabs-focus: var(--site-focus-ring, color-mix(in srgb, var(--hero-tabs-primary) 34%, white));--hero-tabs-placeholder: linear-gradient(180deg, #d9dde2 0%, #cfd4da 100%);position:relative;margin:0 var(--page-gutter);padding:0;border-radius:0;background:transparent;border:none;box-shadow:none;overflow:visible}.product-hero-tabs-shell:before{display:none}.product-hero-tabs-shell[data-mode=auditors]{--hero-tabs-shell-bg: linear-gradient(180deg, #eff2f7 0%, #f7f8fb 100%)}.product-hero-tabs-frame{position:relative;z-index:1;display:grid;gap:clamp(1.2rem,3vw,1.8rem);padding:clamp(1.85rem,3.8vw,2.75rem) clamp(1.3rem,2.8vw,2rem) clamp(1.3rem,2.8vw,2rem);border-radius:1.25rem;background:var(--hero-tabs-card-bg);border:1px solid rgba(255,255,255,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-hero-tabs-copy{display:grid;justify-items:center;text-align:center}.product-hero-tabs-copy-stage{display:grid;justify-items:center;gap:1.18rem;max-width:51rem}.product-hero-tabs-meta{display:inline-flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:center;margin-bottom:.55rem;color:var(--hero-tabs-muted);font-size:.9rem}.product-hero-tabs-meta-label{color:var(--hero-tabs-text);font-weight:700}.product-hero-tabs-meta-eyebrow{display:inline-flex;align-items:center;gap:.42rem}.product-hero-tabs-meta-icon{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;color:var(--hero-tabs-accent);font-size:.92rem;flex-shrink:0}.product-hero-tabs-heading{display:grid;gap:.24rem;margin:0;padding-top:.22rem;color:var(--hero-tabs-text);font-size:clamp(2.7rem,6vw,4.4rem);line-height:1.01;letter-spacing:-.05em;font-weight:600;text-wrap:balance}.product-hero-tabs-heading-accent{display:inline-flex;align-items:baseline;justify-content:center;gap:.24em;color:var(--hero-tabs-accent)}.product-hero-tabs-heading-accent-icon{display:inline-flex;align-items:center;font-size:.5em;transform:translateY(-.02em);flex-shrink:0}.product-hero-tabs-heading-accent-text{font-family:Libre Caslon Text,serif;font-weight:400;letter-spacing:-.03em;color:inherit}.product-hero-tabs-subhead{margin:0;max-width:54ch;color:var(--hero-tabs-muted);font-size:1rem;line-height:1.68}.product-hero-tabs-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.72rem;margin-top:.2rem}.product-hero-tabs-primary,.product-hero-tabs-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.product-hero-tabs-primary{gap:.42rem;padding:.84rem 1.35rem;background:var(--hero-tabs-primary);color:var(--hero-tabs-primary-foreground);border:1px solid var(--hero-tabs-primary)}.product-hero-tabs-primary:hover{opacity:.94}.product-hero-tabs-secondary{gap:.4rem;padding:.8rem 1.16rem;background:#ffffffc7;color:var(--hero-tabs-text);border:1px solid var(--hero-tabs-line-strong);text-decoration:none}.product-hero-tabs-secondary:hover{border-color:#171a2042}.product-hero-tabs-secondary-icon{font-size:.9rem!important;transition:transform .18s ease}.product-hero-tabs-primary .action-link-icon{opacity:.92}.product-hero-tabs-secondary:hover .product-hero-tabs-secondary-icon,.product-hero-tabs-secondary:focus-visible .product-hero-tabs-secondary-icon{transform:translate(2px)}.product-hero-tabs-primary:focus-visible,.product-hero-tabs-secondary:focus-visible,.product-hero-tabs-trigger:focus-visible{outline:2px solid var(--hero-tabs-focus);outline-offset:2px}.product-hero-tabs-switcher{display:block;width:100%;min-width:0;max-width:100%;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:none;touch-action:auto}.product-hero-tabs-switcher::-webkit-scrollbar{display:none}.product-hero-tabs-switcher.is-scrollable{cursor:default}.product-hero-tabs-switcher.is-scrollable .product-hero-tabs-nav{min-width:max-content;justify-content:flex-start}.product-hero-tabs-nav{display:inline-flex;min-width:100%;justify-content:center;gap:.2rem;padding:0 .2rem;border-bottom:1px solid var(--hero-tabs-line)}.product-hero-tabs-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;padding:.9rem 1rem .82rem;border:none;background:transparent;color:var(--hero-tabs-muted);font-size:.88rem;font-weight:600;white-space:nowrap}.product-hero-tabs-trigger-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;color:inherit;opacity:.82;transition:opacity .18s ease,transform .18s ease}.product-hero-tabs-trigger:after{content:"";position:absolute;left:.9rem;right:.9rem;bottom:-1px;height:2px;border-radius:999px;background:transparent;transition:background-color .18s ease}.product-hero-tabs-trigger:hover{color:var(--hero-tabs-text)}.product-hero-tabs-trigger:hover .product-hero-tabs-trigger-icon,.product-hero-tabs-trigger:focus-visible .product-hero-tabs-trigger-icon,.product-hero-tabs-trigger.is-active .product-hero-tabs-trigger-icon{opacity:1;transform:translateY(-1px)}.product-hero-tabs-trigger.is-active{color:var(--hero-tabs-text)}.product-hero-tabs-trigger.is-active:after{background:var(--hero-tabs-accent)}.product-hero-tabs-placeholder{width:100%;aspect-ratio:8 / 5;border-radius:.8rem;border:1px solid var(--hero-tabs-line);background:var(--hero-tabs-placeholder);display:grid;place-items:center;overflow:hidden}.product-hero-tabs-placeholder.has-image{border-style:solid;background:#eef1f4}.product-hero-tabs-detail{padding-top:.15rem}.product-hero-tabs-detail-frame{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);grid-template-areas:"media content";gap:clamp(1.25rem,3vw,2.8rem);align-items:start;padding:clamp(.8rem,2vw,1rem);border-radius:.8rem;border:1px solid var(--hero-tabs-line);background:#ffffffb8;overflow:hidden}.product-hero-tabs-placeholder{grid-area:media}.product-hero-tabs-detail-content{grid-area:content;display:grid;align-content:start;gap:clamp(1rem,2vw,1.45rem)}.product-hero-tabs-detail-copy{display:grid;align-content:start;gap:1rem;padding:clamp(.2rem,1vw,.5rem) 0}.product-hero-tabs-detail-title,.product-hero-tabs-detail-body,.product-hero-tabs-detail-bullets{margin:0}.product-hero-tabs-detail-title{font-size:clamp(2rem,4.2vw,2.5rem);line-height:1.01;letter-spacing:-.055em;font-weight:600;color:var(--hero-tabs-text);width:100%;max-width:none;text-wrap:balance}.product-hero-tabs-detail-body{max-width:46ch;color:var(--hero-tabs-muted);font-size:1rem;line-height:1.72}.product-hero-tabs-detail-bullets{padding:0;list-style:none;display:grid;gap:.72rem;align-content:start}.product-hero-tabs-detail-bullets li{position:relative;padding-left:1rem;color:var(--hero-tabs-text);font-size:.94rem;line-height:1.58}.product-hero-tabs-detail-bullets li:before{content:"";position:absolute;left:0;top:.6rem;width:.38rem;height:.38rem;border-radius:999px;background:var(--hero-tabs-accent)}.product-hero-tabs-placeholder .hero-tab-visual,.product-hero-tabs-placeholder .hero-tab-visual-placeholder{min-height:100%}@media(max-width:1275px)and (min-width:921px){.product-hero-tabs-detail-frame{grid-template-areas:"media copy" "bullets bullets"}.product-hero-tabs-detail-content{display:contents}.product-hero-tabs-detail-copy{grid-area:copy}.product-hero-tabs-detail-bullets{grid-area:bullets;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(1.1rem,3vw,2.2rem);row-gap:.88rem}}@media(max-width:1180px){.product-hero-tabs-frame{gap:1.35rem;padding:clamp(1.6rem,3vw,2.25rem) clamp(1.15rem,2.5vw,1.7rem) clamp(1.15rem,2.5vw,1.45rem)}.product-hero-tabs-copy-stage{gap:1rem;max-width:46rem}.product-hero-tabs-heading{font-size:clamp(2.55rem,5.4vw,3.95rem)}.product-hero-tabs-subhead{max-width:50ch}.product-hero-tabs-detail-frame{gap:clamp(1rem,2.2vw,1.8rem)}}@media(max-width:920px){.product-hero-tabs-shell{margin:0 clamp(.75rem,2.6vw,1.2rem)}.product-hero-tabs-frame{gap:1.15rem;padding:1.35rem 1.05rem 1.05rem;border-radius:1.1rem}.product-hero-tabs-copy-stage{max-width:40rem;gap:.9rem}.product-hero-tabs-meta{margin-bottom:.3rem;font-size:.85rem}.product-hero-tabs-heading{gap:.18rem;font-size:clamp(2.2rem,7.2vw,3.25rem)}.product-hero-tabs-subhead{max-width:46ch;font-size:.95rem;line-height:1.6}.product-hero-tabs-nav{min-width:max-content;justify-content:flex-start;gap:.2rem;padding:0 .2rem;border-bottom:1px solid var(--hero-tabs-line)}.product-hero-tabs-switcher{position:relative;margin-inline:0;padding:0 0 .2rem;scroll-padding-inline:.2rem;scroll-snap-type:x mandatory;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-hero-tabs-switcher:after{content:"";position:absolute;top:0;right:0;bottom:.2rem;width:2rem;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),var(--hero-tabs-card-bg-strong));opacity:0;transition:opacity .18s ease}.product-hero-tabs-switcher::-webkit-scrollbar{display:none}.product-hero-tabs-switcher[data-show-right-fade=true]:after{opacity:1}.product-hero-tabs-trigger{min-height:44px;padding:.84rem .96rem .8rem;border:none;border-radius:0;background:transparent;scroll-snap-align:start;scroll-snap-stop:always}.product-hero-tabs-trigger:after{display:block}.product-hero-tabs-trigger.is-active{background:transparent;border-color:transparent;box-shadow:none}.product-hero-tabs-detail{padding-top:.05rem}.product-hero-tabs-detail-frame{grid-template-columns:1fr;grid-template-areas:"media" "content";gap:1.1rem;padding:0;border:none;border-radius:0;background:transparent;overflow:visible}.product-hero-tabs-placeholder{aspect-ratio:16 / 11}.product-hero-tabs-placeholder.has-image{aspect-ratio:auto}.product-hero-tabs-placeholder.has-image .hero-tab-visual,.product-hero-tabs-placeholder.has-image .hero-tab-visual-image{height:auto}.product-hero-tabs-detail-content{gap:1rem}.product-hero-tabs-detail-copy{gap:.9rem;padding:0}.product-hero-tabs-detail-title,.product-hero-tabs-detail-body{max-width:none}}@media(max-width:760px){.product-hero-tabs-frame{gap:.95rem;padding:1.1rem .9rem .9rem}.product-hero-tabs-copy-stage{gap:.78rem}.product-hero-tabs-heading{font-size:clamp(1.95rem,10vw,2.7rem);letter-spacing:-.045em}.product-hero-tabs-subhead{max-width:40ch;font-size:.94rem;line-height:1.55}.product-hero-tabs-actions{width:100%;gap:.55rem}.product-hero-tabs-primary,.product-hero-tabs-secondary{min-height:44px;font-size:.88rem;flex:1 1 auto;min-width:0}.product-hero-tabs-trigger{font-size:.85rem;padding:.8rem .82rem .76rem}.product-hero-tabs-nav{border-bottom:none}.product-hero-tabs-trigger:after{bottom:0}.product-hero-tabs-placeholder{aspect-ratio:4 / 3;border-radius:.9rem}.product-hero-tabs-placeholder.has-image{aspect-ratio:auto}.product-hero-tabs-detail-copy{gap:.82rem}.product-hero-tabs-detail-frame{gap:.9rem;padding:.8rem}.product-hero-tabs-detail-title{font-size:clamp(1.75rem,7.4vw,2.2rem)}.product-hero-tabs-detail-body{font-size:.92rem;line-height:1.62}.product-hero-tabs-detail-bullets{gap:.62rem}.product-hero-tabs-detail-bullets li{font-size:.89rem;line-height:1.54}.product-hero-tabs-placeholder .hero-tab-visual-placeholder-badge{max-width:min(100%,18rem)}}@media(max-width:420px){.product-hero-tabs-shell{margin:0 clamp(.45rem,2vw,.7rem)}.product-hero-tabs-meta{font-size:.8rem}.product-hero-tabs-actions{flex-direction:column}.product-hero-tabs-primary,.product-hero-tabs-secondary{width:100%;justify-content:center}}.content-page-hero{border-top:none!important;padding-top:clamp(1.2rem,3vw,2rem)!important}.app-container.content-page-root[data-hero-variant=product-test-2] .section .section-inner.content-page-shell{width:min(100%,var(--app-max-width))!important;max-width:var(--app-max-width)!important;margin:0 auto!important;padding:0 calc(var(--shell-gutter) + var(--page-gutter))!important}.page-faq .footer.footer-product-test-2 .footer-shell,.page-privacy .footer.footer-product-test-2 .footer-shell,.page-terms .footer.footer-product-test-2 .footer-shell{width:min(100%,var(--app-max-width));max-width:var(--app-max-width);margin:0 auto;padding:0 calc(var(--shell-gutter) + var(--page-gutter))}body:is(.page-faq,.page-privacy,.page-terms) .app-container[data-hero-variant=product-test-2]{--product-radius-control: .875rem;--product-radius-shell: .95rem;--product-radius-icon: .625rem;--product-section-divider: rgba(23, 26, 32, .058);--product-test-2-card-bg: color-mix(in srgb, var(--product-test-2-shell-bg) 34%, white);--product-test-2-card-bg-soft: color-mix(in srgb, var(--product-test-2-shell-bg) 18%, white);--product-test-2-card-bg-strong: rgba(255, 255, 255, .92);--product-test-2-line: rgba(23, 26, 32, .09);--product-test-2-line-strong: rgba(23, 26, 32, .14);--product-test-2-shadow: 0 12px 24px -22px rgba(16, 24, 40, .11);--product-test-2-frame-shadow: 0 14px 28px -24px rgba(17, 24, 39, .11);gap:.86rem}body:is(.page-faq,.page-privacy,.page-terms) .header-variant-product-test-2{top:.58rem;gap:.75rem;padding:.54rem clamp(.86rem,1.8vw,1.08rem);border-radius:var(--product-radius-shell);background:#ffffffbd;border:1px solid var(--product-page-shell-line);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 8px 18px -16px #0f172a1a;transition:transform .24s ease,opacity .24s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}body:is(.page-faq,.page-privacy,.page-terms) .header-variant-product-test-2.is-at-top:not(.is-menu-open){background:transparent;border-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}body:is(.page-faq,.page-privacy,.page-terms) .header-primary-cta,body:is(.page-faq,.page-privacy,.page-terms) .header-variant-product-test-2 .header-sign-in{min-height:40px;border-radius:var(--product-radius-control)}body:is(.page-faq,.page-privacy,.page-terms) .header-primary-cta{padding:.68rem .98rem}body:is(.page-faq,.page-privacy,.page-terms) .header-variant-product-test-2 .header-sign-in{padding:.68rem .98rem;background:#ffffffc7;border:1px solid var(--product-page-shell-line-strong)}body:is(.page-faq,.page-privacy,.page-terms) .mobile-menu-toggle{border-radius:.875rem;background:#ffffffeb;box-shadow:0 10px 20px -18px #0f172a29}body:is(.page-faq,.page-privacy,.page-terms) .mobile-nav-dropdown{border-radius:var(--product-radius-shell);border-color:var(--product-page-shell-line-strong);box-shadow:0 18px 30px -24px #0f172a2e}body:is(.page-faq,.page-privacy,.page-terms) .mobile-nav-link{border-radius:var(--product-radius-control)}body:is(.page-faq,.page-privacy,.page-terms) .mobile-nav-link-primary{box-shadow:none}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2]{position:relative;background:var(--product-page-bg);border-top:none;padding:1.18rem 0 1.35rem}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;pointer-events:none;background:#171a2015}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-shell{border:none;border-radius:0;background:transparent;box-shadow:none}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-inner{grid-template-columns:minmax(0,1.25fr) repeat(3,minmax(110px,.52fr)) minmax(220px,.88fr);padding-top:.88rem;border-top:none;gap:clamp(.9rem,1.9vw,1.45rem)}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand{gap:.7rem 1rem}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand-copy,body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-group{gap:.34rem}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-group{min-width:0}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-heading{font-size:.7rem;font-weight:600;letter-spacing:-.01em;text-transform:none;color:var(--product-test-2-muted)}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand img{width:clamp(108px,7vw,124px)}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand-description{max-width:34ch;font-size:.82rem;line-height:1.56}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-meta{margin-top:.08rem;font-size:.8rem;line-height:1.5}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-links{gap:.42rem;justify-content:flex-start}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-link-pill{display:inline-flex;align-items:center;justify-content:flex-start;min-height:0;width:fit-content;padding:0;border:none;border-radius:0;background:transparent;font-size:.82rem;font-weight:500;line-height:1.42}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-utility{gap:.56rem}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-list{gap:.52rem}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-item{font-size:.84rem;line-height:1.48}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-icon{color:color-mix(in srgb,var(--product-test-2-text) 84%,#7d8795)}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand-description,body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-meta,body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-item,body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-link-pill,body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-link{color:var(--product-test-2-muted)}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-link-pill:hover,body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-link:hover,body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-link-pill:focus-visible,body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-contact-link:focus-visible{color:var(--product-test-2-text)}.content-page-shell{display:grid;gap:clamp(1rem,2.2vw,1.5rem)}.content-page-breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;color:var(--product-test-2-muted);font-size:.84rem}.content-page-breadcrumbs a{color:inherit;text-decoration:none}.content-page-breadcrumbs a:hover,.content-page-breadcrumbs a:focus-visible{color:var(--product-test-2-text)}.content-page-breadcrumb-separator{opacity:.58}.content-page-heading{display:grid;gap:1rem;max-width:52rem}.content-page-title{margin:0;font-size:clamp(2.4rem,5vw,4.3rem);line-height:.98;letter-spacing:-.055em;color:var(--product-test-2-text);text-wrap:balance}.content-page-body,.content-page-section-body,.content-page-paragraph,.content-page-faq-answer,.content-page-callout-body{margin:0;color:var(--product-test-2-muted);font-size:.98rem;line-height:1.72}.content-page-highlight-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.7rem}.content-page-highlight-list li{padding:.62rem .85rem;border:1px solid var(--product-test-2-line);border-radius:999px;background:var(--product-test-2-card-bg-strong);color:var(--product-test-2-text);box-shadow:0 16px 30px -28px #1118272e;font-size:.86rem;line-height:1.35}.content-page-section-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(1.2rem,3vw,2rem);align-items:start}.content-page-section-head,.content-page-section-content{display:grid;gap:.9rem}.content-page-section-title,.content-page-faq-question,.content-page-card-title,.content-page-callout-title{margin:0;color:var(--product-test-2-text);letter-spacing:-.03em}.content-page-section-title{font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.06}.content-page-list,.content-page-card-list{margin:0;padding-left:1.1rem;display:grid;gap:.6rem;color:var(--product-test-2-text)}.content-page-list li,.content-page-card-list li{color:var(--product-test-2-muted);font-size:.95rem;line-height:1.66}.content-page-card-grid,.content-page-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem}.content-page-card,.content-page-faq-item,.content-page-callout{border:1px solid var(--product-test-2-line);border-radius:1.15rem;background:var(--product-test-2-card-bg-strong);box-shadow:0 18px 36px -30px #0f172a2e}.content-page-card,.content-page-faq-item{padding:1rem;display:grid;gap:.68rem}.content-page-card-eyebrow{margin:0;color:var(--site-primary, #2f8a66);font-size:.77rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.content-page-card-title,.content-page-faq-question,.content-page-callout-title{font-size:1.05rem;line-height:1.24}.content-page-card-body{margin:0;color:var(--product-test-2-muted);font-size:.92rem;line-height:1.62}.content-page-callout{padding:1rem 1.1rem;border-color:color-mix(in srgb,var(--site-primary, #2f8a66) 18%,white);background:color-mix(in srgb,var(--site-primary, #2f8a66) 6%,white)}@media(max-width:920px){body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-inner{grid-template-columns:minmax(0,1.1fr) repeat(2,minmax(0,.7fr));gap:1rem 1.45rem}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-brand{grid-column:1 / -1}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-utility{grid-column:span 2}.content-page-section-grid,.content-page-card-grid,.content-page-faq-grid{grid-template-columns:1fr}.content-page-title{max-width:none}}@media(max-width:760px){body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2]{padding:1.08rem 0 1.3rem}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-inner{grid-template-columns:1fr;gap:.95rem}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-shell{padding:0 calc(var(--shell-gutter) + var(--page-gutter))}body:is(.page-faq,.page-privacy,.page-terms) .footer.footer-product-test-2[data-hero-variant=product-test-2] .footer-utility{grid-column:auto}}
