.brand-card p { max-width: 122px; }
.brand-card-avatar { position: absolute; z-index: 3; top: 49px; right: 18px; width: 70px; height: 70px; border: 5px solid rgba(255, 255, 255, .9); border-radius: 50%; object-fit: cover; object-position: 50% 28%; box-shadow: 0 8px 16px rgba(45, 39, 25, .18); }

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input { font: inherit; }
a { color: inherit; }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 86px; padding: 0 max(28px, calc((100vw - 1370px) / 2)); background: var(--ink); color: #fff; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-size: 24px; font-weight: 800; letter-spacing: -.065em; text-decoration: none; }
.brand-logo { display: block; border-radius: 8px; }
.site-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; color: #e9eaed; font-size: 14px; }
.site-nav a, .login-link, .lang-switch { color: inherit; text-decoration: none; transition: color .18s ease; }
.site-nav a:hover, .login-link:hover, .lang-switch:hover { color: var(--yellow); }
.lang-switch { letter-spacing: .06em; opacity: .85; }
.header-actions { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 650; }
.header-cta { display: inline-flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: 10px; background: #fff; color: var(--ink); font-weight: 780; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--yellow); }

.hero { position: relative; display: grid; grid-template-columns: minmax(360px, .9fr) minmax(590px, 1.15fr); width: min(100% - 56px, 1370px); min-height: 760px; gap: 34px; margin: 0 auto; padding: 104px 0 88px; overflow: hidden; }
.hero-copy { position: relative; z-index: 3; align-self: center; max-width: 590px; }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 570px; margin-bottom: 27px; font-size: clamp(56px, 6vw, 94px); font-weight: 820; letter-spacing: -.085em; line-height: .9; }
.hero-copy > p { max-width: 480px; margin-bottom: 31px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 52px; padding: 14px 19px; border: 1px solid var(--ink); border-radius: 11px; font-size: 14px; font-weight: 780; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(16, 17, 20, .13); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: #2a2d34; }
.button-secondary { background: #fff; color: var(--ink); }
.button-secondary:hover { background: var(--yellow); }
.hero-proof { display: flex; gap: 18px; padding: 0; margin: 42px 0 0; list-style: none; color: #474b53; font-size: 12px; font-weight: 760; }
.hero-proof li { position: relative; padding-left: 13px; }
.hero-proof li::before { position: absolute; top: 4px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #8bd084; content: ""; }

.hero-product { position: relative; min-height: 560px; }
.hero-halo { position: absolute; top: 8px; right: -9%; width: 91%; height: 92%; border-radius: 49% 43% 42% 53%; background: var(--yellow); transform: rotate(-7deg); }
.share-card { position: absolute; z-index: 3; top: 78px; left: 2%; display: flex; width: 224px; min-height: 440px; flex-direction: column; padding: 17px; border: 1px solid #dfe1e5; border-radius: 17px; background: #fff; box-shadow: 0 22px 41px rgba(21, 29, 39, .14); transform: rotate(-2deg); }
.card-topline { display: flex; align-items: center; gap: 6px; color: #252832; font-size: 11px; font-weight: 800; }.card-topline b { margin-left: auto; color: #9ea2aa; letter-spacing: 2px; }
.sample-logo-img { display: block; border-radius: 5px; }
.avatar { display: grid; flex: 0 0 auto; place-items: center; overflow: hidden; border-radius: 50%; background: var(--sky); color: #4a6b8e; font-weight: 800; }.avatar img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }.avatar.portrait { width: 76px; height: 76px; margin: 27px auto 16px; border: 6px solid #f8dd73; background: #d2b18e; color: #fff; }.avatar.portrait img { object-position: 50% 28%; }
.share-card > strong { font-size: 17px; letter-spacing: -.045em; text-align: center; }.share-card > small { margin-top: 4px; color: #70747d; font-size: 10px; text-align: center; }
.contact-lines { display: grid; gap: 8px; padding: 0; margin: 23px 0 17px; list-style: none; color: #42464e; font-size: 9px; }.contact-lines li::before { display: inline-block; width: 16px; color: #7f848c; content: "◌"; }
.save-contact { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 6px; border-radius: 6px; background: #ffeb92; color: #554401; font-size: 9px; font-weight: 800; }.card-actions { display: flex; justify-content: space-between; margin-top: auto; color: #555a64; text-align: center; }.card-actions span { display: grid; gap: 3px; place-items: center; font-size: 15px; }.card-actions small { font-size: 7px; }
.brand-card { position: absolute; z-index: 2; top: 109px; left: 25%; width: 217px; height: 362px; overflow: hidden; padding: 20px; border-radius: 13px; background: var(--yellow); box-shadow: 0 22px 38px rgba(24, 33, 45, .13); transform: rotate(7deg); }.brand-card-head { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 23px; font-weight: 800; letter-spacing: -.08em; }.brand-card p { position: relative; z-index: 1; margin: 67px 0 3px; font-family: Georgia, serif; font-size: 26px; font-weight: 800; line-height: .94; }.brand-card > small { position: relative; z-index: 1; font-size: 9px; }.brand-card-footer { position: absolute; z-index: 2; bottom: 18px; left: 20px; display: flex; align-items: flex-end; gap: 8px; }.brand-card-footer em { font-size: 8px; font-style: normal; line-height: 1.3; }.mini-qr { display: inline-block; width: 51px; height: 51px; border: 5px solid #fff; border-radius: 6px; background-color: #fff; background-image: conic-gradient(#121317 25%, #fff 0 50%, #121317 0 75%, #fff 0), conic-gradient(#fff 25%, #121317 0 50%, #fff 0 75%, #121317 0); background-size: 14px 14px, 28px 28px; background-position: 0 0, 7px 7px; outline: 3px solid #121317; outline-offset: -8px; }.shape-lilac,.shape-mint,.shape-sky { position: absolute; display: block; border-radius: 70% 30% 72% 28%; }.shape-lilac { right: -9px; top: 112px; width: 61px; height: 82px; background: var(--lilac); transform: rotate(24deg); }.shape-mint { right: -22px; bottom: 48px; width: 119px; height: 75px; background: #9fd398; transform: rotate(38deg); }.shape-sky { bottom: -35px; right: 4px; width: 154px; height: 100px; background: #a9d5ff; transform: rotate(-13deg); }
.admin-preview { position: absolute; z-index: 1; top: 8px; right: -12%; display: grid; grid-template-columns: 94px 1fr; width: 570px; height: 534px; overflow: hidden; border: 1px solid #dfe1e5; border-radius: 15px; background: #fff; box-shadow: var(--shadow); }.preview-sidebar { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 19px 15px; border-right: 1px solid #ebeced; color: #5b6069; font-size: 12px; }.preview-sidebar > b { margin-bottom: 8px; color: #1d2026; }.preview-sidebar > i { width: 100%; height: 1px; margin: 3px 0 1px; background: #eceef0; }.preview-sidebar .selected { width: 100%; padding: 7px 8px; border-radius: 5px; background: #eef5ff; color: #1d6ec7; }.preview-logo { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 6px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 900; }.preview-content { padding: 19px 18px; }.preview-title { display: flex; align-items: flex-start; justify-content: space-between; }.preview-title small,.preview-title strong { display: block; }.preview-title small { margin-bottom: 5px; color: #8b9098; font-size: 9px; }.preview-title strong { font-size: 17px; letter-spacing: -.045em; }.preview-title > span { padding: 8px 10px; border: 1px solid #e4e6e9; border-radius: 5px; color: #515660; font-size: 9px; }.preview-tabs { display: flex; gap: 18px; margin: 24px 0 13px; border-bottom: 1px solid #ebeced; color: #757a82; font-size: 9px; }.preview-tabs > * { padding-bottom: 9px; }.preview-tabs b { border-bottom: 2px solid #202228; color: #202228; }.model-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }.model,.new-model { position: relative; display: grid; min-height: 105px; place-items: start; overflow: hidden; padding: 10px; border: 1px solid #e4e5e8; border-radius: 8px; background: var(--yellow); font-family: Georgia, serif; font-size: 13px; font-weight: 800; }.model.active { outline: 2px solid #84c870; }.model.blue { background: #b8dcff; }.model.purple { background: #d9c9ff; }.model i { position: absolute; right: -9px; bottom: -5px; width: 53px; height: 38px; border-radius: 80% 10% 80% 10%; background: #b0d6ff; }.model.blue i { background: #d3f0f5; }.model.purple i { background: #bee1a9; }.new-model { place-items: center; background: #fff; color: #25272b; font-family: inherit; font-size: 23px; }.new-model small { font-size: 8px; font-weight: 600; line-height: 1.2; text-align: center; }.preview-bottom { display: grid; grid-template-columns: 1fr 115px; gap: 14px; margin-top: 17px; }.field-list { display: grid; gap: 7px; font-size: 9px; }.field-list > b { margin-bottom: 3px; font-size: 10px; }.field-list span { display: flex; justify-content: space-between; padding: 7px 8px; border: 1px solid #eff0f1; border-radius: 4px; color: #5b6067; }.field-list i { color: #6d9f68; font-style: normal; }.mini-card { display: flex; min-height: 160px; flex-direction: column; align-items: center; justify-content: center; padding: 11px; border: 1px solid #e6e7e9; border-radius: 7px; color: #22242a; text-align: center; }.mini-card > b { align-self: flex-start; font-family: Georgia, serif; font-size: 11px; }.avatar.tiny { width: 36px; height: 36px; margin: 8px 0 5px; font-size: 9px; }.mini-card > strong { font-size: 9px; }.mini-card > small { margin-top: 3px; color: #757a82; font-size: 7px; }.mini-card > em { width: 100%; margin-top: 9px; padding: 5px; border-radius: 4px; background: #ffea91; color: #68580e; font-size: 7px; font-style: normal; font-weight: 800; }

.story-intro { display: grid; grid-template-columns: 1.24fr .76fr; align-items: end; width: min(100% - 56px, 1170px); gap: 72px; margin: 22px auto 42px; padding-top: 82px; border-top: 1px solid var(--line); }.section-index { margin-bottom: 14px; color: #6f737d; font-size: 12px; font-weight: 800; letter-spacing: .015em; }.story-intro h2,.team-heading h2,.connection-copy h2,.security-copy h2,.closing-cta h2 { margin-bottom: 0; font-size: clamp(37px, 4.55vw, 64px); font-weight: 800; letter-spacing: -.075em; line-height: .96; }.story-intro > p { max-width: 400px; margin-bottom: 3px; color: var(--muted); font-size: 16px; line-height: 1.57; }
.workspace-showcase { width: min(100% - 56px, 1170px); margin: 0 auto; }.workspace-main { display: grid; grid-template-columns: 166px minmax(0, 1fr) 222px; min-height: 453px; overflow: hidden; border: 1px solid #e0e2e5; border-radius: 18px; background: #fff; box-shadow: 0 18px 54px rgba(34, 39, 46, .06); }.workspace-nav { display: flex; flex-direction: column; gap: 16px; padding: 22px 15px; border-right: 1px solid #e8e9eb; color: #626772; font-size: 10px; }.workspace-brand { display: flex; align-items: center; gap: 7px; margin-bottom: 15px; color: #1b1e24; font-size: 14px; }.workspace-brand .sample-logo-img { width: 19px; height: 19px; }.workspace-active { margin: -6px -6px; padding: 7px 6px; border-radius: 5px; background: #edf5ff; color: #146cc0; }.workspace-table { padding: 26px 22px; }.workspace-table-head { display: flex; justify-content: space-between; gap: 16px; }.workspace-table h3 { margin-bottom: 4px; font-size: 20px; letter-spacing: -.055em; }.workspace-table-head span { color: #858991; font-size: 10px; }.workspace-table button,.brand-panel button,.audit-pane button { border: 0; border-radius: 5px; background: #adcefa; color: #204976; cursor: default; font-size: 10px; font-weight: 800; }.workspace-table button { align-self: center; padding: 9px 12px; }.table-tools { display: flex; gap: 8px; margin: 20px 0 12px; }.table-tools span,.table-tools b { padding: 8px 9px; border: 1px solid #e6e8ea; border-radius: 5px; color: #858991; font-size: 9px; font-weight: 600; }.table-tools span { min-width: 170px; }.table-tools b { color: #555a63; }.people-table { border-top: 1px solid #e7e8ea; }.people-table .row { display: grid; grid-template-columns: 1.9fr .84fr 1fr .7fr .6fr; align-items: center; min-height: 51px; gap: 6px; border-bottom: 1px solid #eef0f1; color: #555a62; font-size: 9px; }.people-table .row.labels { min-height: 33px; color: #858a92; font-size: 8px; }.people-table .row > span:first-child { position: relative; padding-left: 29px; }.people-table b,.people-table small { display: block; }.people-table b { color: #25282e; font-size: 10px; }.people-table small { margin-top: 3px; color: #979ba2; font-size: 8px; }.person-dot { position: absolute; top: 50%; left: 0; display: inline-grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #d6e7f7; transform: translateY(-50%); }.person-dot::after { width: 7px; height: 7px; border-radius: 50%; background: rgba(53, 71, 91, .6); content: ""; }.person-dot.peach { background: var(--peach); }.person-dot.sky { background: var(--sky); }.person-dot.lilac { background: var(--lilac); }.progress { display: inline-block; width: 34px; height: 4px; border-radius: 6px; background: #d4d6d9; }.progress.full,.progress.high { background: #76b667; }.progress.mid { background: #eab73a; }.online,.invited { font-size: 8px; font-weight: 700; }.online { color: #5a9a58; }.invited { color: #5385c9; }.brand-panel { display: flex; flex-direction: column; gap: 10px; padding: 23px 16px; border-left: 1px solid #e8e9eb; }.brand-panel-head { display: flex; justify-content: space-between; margin-bottom: 7px; color: #24272e; }.brand-panel small { color: #747981; font-size: 9px; }.logo-upload { display: flex; align-items: center; gap: 8px; }.logo-upload span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #202228; color: #fff; font-family: Georgia, serif; font-size: 22px; }.logo-upload b { padding: 7px; border: 1px solid #e4e6e8; border-radius: 4px; color: #5a5e65; font-size: 8px; }.color-swatch { display: flex; gap: 6px; }.color-swatch i { display: block; width: 22px; height: 22px; border-radius: 4px; background: #161820; }.color-swatch i:nth-child(2) { background: var(--yellow); }.color-swatch i:nth-child(3) { background: #aad2ff; }.color-swatch i:nth-child(4) { background: #e1cff5; }.color-swatch i:nth-child(5) { background: #b9dfad; }.template-select { display: flex; gap: 5px; }.template-select i { display: grid; width: 54px; height: 36px; place-items: start; padding: 4px; border: 1px solid #e3e5e7; border-radius: 4px; font-family: Georgia, serif; font-size: 8px; font-style: normal; }.template-select i:first-child { outline: 1px solid #7caef2; }.brand-panel button { padding: 9px; margin-top: auto; }.showcase-caption { display: flex; max-width: 620px; gap: 15px; margin: 30px 0 92px 8%; }.caption-mark { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--yellow); font-size: 10px; font-weight: 800; }.showcase-caption h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.05em; }.showcase-caption p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.team-section { width: min(100% - 56px, 1170px); margin: 0 auto 119px; }.team-heading { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 70px; padding-top: 77px; border-top: 1px solid var(--line); }.team-heading > p:last-child { max-width: 420px; margin-bottom: 3px; color: var(--muted); font-size: 16px; line-height: 1.55; }.team-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 38px; }.team-card { position: relative; min-height: 392px; overflow: hidden; padding: 27px; border-radius: 16px; }.card-mint { background: var(--sage); }.card-butter { background: var(--yellow); }.card-sky { background: var(--sky); }.card-number { color: #4d5058; font-size: 11px; font-weight: 800; }.team-card h3 { max-width: 270px; margin: 30px 0 13px; font-size: 25px; letter-spacing: -.062em; line-height: 1; }.team-card p { max-width: 260px; color: #4d5159; font-size: 13px; line-height: 1.5; }.profile-control { position: absolute; right: 25px; bottom: 23px; left: 25px; display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 10px; background: rgba(255,255,255,.78); }.profile-control .avatar { width: 34px; height: 34px; font-size: 10px; }.avatar.mint { background: #b5dca6; color: #496944; }.profile-control b,.profile-control small { display: block; }.profile-control b { font-size: 12px; }.profile-control small { margin-top: 3px; color: #737881; font-size: 9px; }.profile-control > i { margin-left: auto; color: #4d9d5f; font-size: 16px; font-style: normal; }.design-sheets { position: absolute; right: 30px; bottom: 17px; left: 30px; display: flex; align-items: flex-end; justify-content: center; gap: 11px; }.design-sheets i { display: block; width: 76px; height: 112px; border-radius: 10px; background: #fff3c7; box-shadow: 0 9px 18px rgba(91, 77, 29, .09); }.design-sheets i:nth-child(2) { height: 138px; background: #fff; transform: translateY(-9px); }.design-sheets i:nth-child(3) { background: #ddccff; }.qr-sheet { position: absolute; right: 25px; bottom: 22px; left: 25px; display: grid; grid-template-columns: 61px 1fr; align-items: center; gap: 13px; padding: 12px; border-radius: 11px; background: rgba(255,255,255,.8); }.mini-qr.large { width: 58px; height: 58px; }.qr-sheet b { font-size: 13px; letter-spacing: -.03em; }

.workspace-connection { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; width: min(100% - 56px, 1170px); gap: 76px; margin: 0 auto 119px; padding-top: 74px; border-top: 1px solid var(--line); }.connection-copy h2 { max-width: 510px; }.connection-copy > p:last-child { max-width: 445px; margin: 19px 0 0; color: var(--muted); font-size: 15px; line-height: 1.58; }.connection-panel { padding: 16px; border: 1px solid #e2e4e7; border-radius: 16px; background: #fff; box-shadow: 0 18px 48px rgba(29, 35, 43, .06); }.connection-status { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 10px; background: #f8f9fa; }.google-g { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #fff; color: #4285f4; box-shadow: 0 1px 4px rgba(0,0,0,.11); font-size: 20px; font-weight: 900; }.connection-status b,.connection-status small { display: block; }.connection-status b { font-size: 13px; }.connection-status small { margin-top: 3px; color: #777c85; font-size: 10px; }.connection-status em { margin-left: auto; padding: 6px 8px; border-radius: 99px; background: var(--sage); color: #487542; font-size: 9px; font-style: normal; font-weight: 800; }.connection-rows { display: grid; gap: 1px; margin-top: 10px; border: 1px solid #eceef0; border-radius: 10px; overflow: hidden; }.connection-rows span { position: relative; display: flex; align-items: center; min-height: 52px; padding: 0 14px 0 43px; background: #fff; border-bottom: 1px solid #eceef0; color: #30343a; font-size: 11px; }.connection-rows span:last-child { border-bottom: 0; }.connection-rows .person-dot { left: 14px; }.connection-rows b { margin-left: auto; color: #80858c; font-size: 10px; font-weight: 600; }

.security-band { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; min-height: 502px; gap: 58px; padding: 70px max(28px, calc((100vw - 1170px) / 2)); background: #11151b; color: #fff; }.security-copy .section-index { color: #b9d9b2; }.security-copy h2 { max-width: 445px; }.security-copy > p { max-width: 410px; margin: 23px 0 25px; color: #bbc0c7; font-size: 16px; line-height: 1.57; }.security-copy a { color: #d3edce; font-size: 14px; font-weight: 780; text-decoration: none; }.security-copy a:hover { text-decoration: underline; }.security-preview { display: grid; grid-template-columns: 145px 1fr; min-height: 278px; overflow: hidden; border-radius: 13px; background: #fff; color: #282c33; box-shadow: 0 22px 47px rgba(0,0,0,.24); }.security-preview-nav { display: flex; flex-direction: column; gap: 13px; padding: 19px 13px; border-right: 1px solid #eceef0; color: #747982; font-size: 8px; }.security-preview-nav > b { margin-bottom: 12px; color: #22252b; font-size: 13px; }.security-preview-active { margin: 0 -4px; padding: 7px 4px; border-radius: 4px; background: #eaf2ff; color: #276bc0; }.audit-pane { padding: 21px 17px; }.audit-pane > div { display: flex; align-items: center; justify-content: space-between; }.audit-pane h3 { margin: 0; font-size: 17px; letter-spacing: -.05em; }.audit-pane button { padding: 7px 9px; background: #f3f4f5; color: #555961; }.audit-pane > p { margin: 4px 0 17px; color: #858a92; font-size: 9px; }.audit-pane > span { display: grid; grid-template-columns: 1fr 1.3fr 1.45fr 1.45fr; gap: 7px; padding: 9px 6px; border-bottom: 1px solid #eceef0; color: #5f646c; font-size: 8px; }.audit-pane > span i { font-style: normal; }.audit-pane .audit-head { padding-top: 6px; color: #91969e; font-size: 7px; }

.closing-cta { display: flex; align-items: center; justify-content: space-between; width: min(100% - 56px, 1170px); gap: 40px; margin: 0 auto; padding: 99px 0; }.closing-cta h2 { max-width: 650px; font-size: clamp(35px, 4.1vw, 56px); }.closing-cta p { max-width: 570px; margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.55; }.closing-cta .button { flex: 0 0 auto; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: min(100% - 56px, 1370px); gap: 45px; margin: 0 auto; padding: 28px 0 36px; border-top: 1px solid var(--line); color: #737780; font-size: 11px; }.site-footer .site-brand { color: var(--ink); font-size: 22px; }.site-footer > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }.site-footer a { color: #50545c; text-decoration: none; }.site-footer > div a:hover { text-decoration: underline; }.site-footer > span { text-align: right; }

.faq-section { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; width: min(100% - 56px, 1170px); gap: 76px; margin: 0 auto; padding-top: 74px; border-top: 1px solid var(--line); }
.faq-heading h2 { max-width: 440px; margin-bottom: 0; font-size: clamp(37px, 4.55vw, 64px); font-weight: 800; letter-spacing: -.075em; line-height: .96; }
.faq-list { display: grid; }
.faq-item { padding: 25px 0 27px; border-bottom: 1px solid var(--line); }
.faq-item:first-child { padding-top: 8px; }
.faq-item h3 { position: relative; margin: 0 0 9px; padding-left: 26px; font-size: 20px; letter-spacing: -.05em; }
.faq-item h3::before { position: absolute; top: 7px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--yellow); content: ""; }
.faq-item p { max-width: 580px; margin: 0; padding-left: 26px; color: var(--muted); font-size: 15px; line-height: 1.6; }

.person-avatar { position: absolute; top: 50%; left: 0; display: inline-grid; width: 20px; height: 20px; place-items: center; overflow: hidden; border-radius: 50%; background: #d6e7f7; transform: translateY(-50%); }
.person-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }

a:focus-visible { outline: 3px solid #5496ed; outline-offset: 3px; }

@media (max-width: 1120px) {
  .site-header { padding: 0 28px; }.hero { grid-template-columns: .75fr 1.25fr; min-height: 695px; }.hero h1 { font-size: clamp(53px, 6vw, 77px); }.admin-preview { right: -28%; transform: scale(.9); transform-origin: top right; }.share-card { left: 0; transform: scale(.91) rotate(-2deg); transform-origin: top left; }.brand-card { left: 21%; transform: scale(.91) rotate(7deg); transform-origin: top left; }.workspace-main { grid-template-columns: 145px minmax(0,1fr); }.brand-panel { display: none; }.workspace-showcase,.story-intro,.team-section,.workspace-connection,.closing-cta { width: min(100% - 56px, 1000px); }.security-band { padding-right: 28px; padding-left: 28px; }.people-table .row { grid-template-columns: 1.8fr .8fr .9fr .6fr .55fr; }
}

@media (max-width: 820px) {
  .site-header { min-height: 74px; }.site-nav { display: none; }.header-actions { margin-left: auto; }.hero { grid-template-columns: 1fr; min-height: auto; padding: 74px 0 25px; }.hero-copy { max-width: 630px; }.hero h1 { max-width: 650px; font-size: clamp(53px, 10vw, 76px); }.hero-product { min-height: 515px; margin-top: 16px; }.admin-preview { right: -10%; transform: scale(.85); }.share-card { left: 4%; transform: scale(.88) rotate(-2deg); }.brand-card { left: 28%; transform: scale(.88) rotate(7deg); }.story-intro,.team-heading,.workspace-connection,.security-band { grid-template-columns: 1fr; gap: 28px; }.story-intro,.team-heading,.workspace-connection { padding-top: 61px; }.story-intro > p,.team-heading > p:last-child { max-width: 560px; }.workspace-connection { margin-bottom: 86px; }.security-band { min-height: 0; padding-top: 68px; padding-bottom: 68px; }.security-preview { max-width: 660px; }.team-cards { grid-template-columns: 1fr; }.team-card { min-height: 305px; }.team-card h3 { max-width: 380px; }.closing-cta { align-items: flex-start; flex-direction: column; padding: 74px 0; }.site-footer { grid-template-columns: auto 1fr; }.site-footer > span { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 560px) {
  .site-header { gap: 12px; padding: 0 18px; }.site-brand { font-size: 21px; }.header-actions { gap: 14px; }.login-link { font-size: 13px; white-space: nowrap; }.header-cta { padding: 11px 12px; font-size: 12px; }.header-cta span { display: none; }.hero,.workspace-showcase,.story-intro,.team-section,.workspace-connection,.closing-cta,.site-footer { width: min(100% - 36px, 1170px); }.hero { padding-top: 52px; }.hero h1 { font-size: clamp(49px, 15vw, 65px); line-height: .91; }.hero-copy > p { font-size: 16px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.button { width: 100%; }.hero-proof { flex-wrap: wrap; gap: 9px 14px; margin-top: 28px; }.hero-product { min-height: 418px; margin-right: -19px; margin-left: -19px; }.hero-halo { right: -22%; width: 109%; height: 88%; }.admin-preview { top: 5px; right: -67%; transform: scale(.65); }.share-card { top: 65px; left: 5px; transform: scale(.7) rotate(-2deg); }.brand-card { top: 88px; left: 115px; transform: scale(.72) rotate(7deg); }.story-intro h2,.team-heading h2,.connection-copy h2,.security-copy h2,.closing-cta h2 { font-size: 39px; }.workspace-main { grid-template-columns: 72px minmax(0,1fr); min-height: 365px; }.workspace-nav { align-items: center; padding: 16px 7px; font-size: 0; }.workspace-brand { font-size: 0; }.workspace-nav > span { font-size: 14px; }.workspace-table { overflow: hidden; padding: 19px 13px; }.workspace-table h3 { font-size: 16px; }.workspace-table-head span,.table-tools b,.people-table .row > span:nth-child(2),.people-table .row > span:nth-child(3) { display: none; }.table-tools span { min-width: 0; flex: 1; }.people-table .row { grid-template-columns: 1.5fr .7fr .65fr; }.people-table .row > span:first-child { padding-left: 24px; }.workspace-table button { padding: 8px; font-size: 0; }.workspace-table button::after { content: "+"; font-size: 14px; }.showcase-caption { margin: 25px 0 68px; }.team-section { margin-bottom: 75px; }.team-cards { margin-top: 28px; }.connection-status { align-items: flex-start; }.connection-status em { display: none; }.security-band { gap: 38px; padding: 52px 18px; }.security-preview { grid-template-columns: 82px 1fr; }.security-preview-nav { padding: 15px 7px; font-size: 0; }.security-preview-nav > b { font-size: 11px; }.security-preview-nav > span { font-size: 11px; }.audit-pane { overflow: hidden; padding: 16px 12px; }.audit-pane h3 { font-size: 15px; }.audit-pane > span { min-width: 330px; font-size: 7px; }.site-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 19px; }.site-footer > div { justify-content: flex-start; gap: 10px 17px; }.site-footer > span { text-align: left; }
}

@media (max-width: 820px) {
  .faq-section { grid-template-columns: 1fr; gap: 30px; padding-top: 61px; }
}

@media (max-width: 560px) {
  .faq-section { width: min(100% - 36px, 1170px); }.faq-heading h2 { font-size: 39px; }.faq-item h3 { font-size: 18px; }
}

/* Section Apple Wallet */
.wallet-band { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; width: min(100% - 48px, 1170px); margin: 0 auto; padding: 96px 0 100px; }
.wallet-copy h2 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -.045em; line-height: 1.02; margin: 14px 0 18px; }
.wallet-copy > p { max-width: 520px; color: var(--muted); line-height: 1.55; }
.wallet-points { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.wallet-points li { display: flex; align-items: baseline; gap: 10px; font-weight: 650; font-size: 15px; }
.wallet-points li::before { content: "✓"; color: var(--ink); background: var(--yellow); border-radius: 50%; width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; font-size: 11px; transform: translateY(3px); }
.wallet-visual { display: grid; place-items: center; }
.wallet-pass { width: min(320px, 82vw); background: var(--ink); color: #fdfaf8; border-radius: 22px; padding: 24px 24px 20px; box-shadow: var(--shadow); }
.wallet-pass-head { display: flex; align-items: center; gap: 10px; font-size: 15px; letter-spacing: -.02em; }
.wallet-pass-logo { width: 30px; height: 30px; border-radius: 8px; background: #fdfaf8; display: grid; align-content: center; justify-items: start; gap: 3px; padding: 7px 6px; }
.wallet-pass-logo i { display: block; height: 3px; border-radius: 2px; background: var(--ink); width: 16px; }
.wallet-pass-logo i:nth-child(2) { width: 11px; background: #d8b93a; }
.wallet-pass-logo i:nth-child(3) { width: 7px; }
.wallet-pass-name { font-size: 27px; font-weight: 780; letter-spacing: -.04em; margin-top: 22px; }
.wallet-pass-role { color: #b9bdc6; font-size: 14px; margin-top: 4px; }
.wallet-pass-qr { background: #fff; border-radius: 14px; display: grid; place-items: center; padding: 18px; margin-top: 20px; }
.wallet-pass-qr .mini-qr.large { width: 132px; height: 132px; }
.wallet-pass-hint { text-align: center; color: #b9bdc6; font-size: 12px; margin-top: 12px; }
@media (max-width: 820px) { .wallet-band { grid-template-columns: 1fr; gap: 30px; padding-top: 61px; } }
@media (max-width: 560px) { .wallet-band { width: min(100% - 36px, 1170px); } .wallet-copy h2 { font-size: 39px; } }

/* Mise en avant Apple Wallet */
.proof-wallet { font-weight: 750; }
.wallet-badge { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; padding: 13px 20px; border-radius: 12px; background: #101114; color: #fff; font-weight: 750; font-size: 15px; text-decoration: none; transition: transform .18s ease; }
.wallet-badge:hover { transform: translateY(-2px); }
.wallet-badge-icon { width: 22px; height: 16px; border-radius: 4px 4px 5px 5px; background: linear-gradient(180deg, #f6b73c 0 25%, #e2574c 0 50%, #4aa8e0 0 75%, #58c26e 0); border: 1.5px solid #fff; }
