@font-face { font-family: "Pretendard"; src: url("/fonts/pretendard-subset.woff2") format("woff2"); font-weight: 45 920; font-style: normal; font-display: swap; } :root { --ivory: #f7f5ee; --ivory-deep: #efede5; --paper: #fdfcf8; --white: #ffffff; --ink: #172229; --ink-soft: #39464c; --muted: #697378; --line: #dedbd1; --line-strong: #c9c5ba; --harbor: #172632; --harbor-2: #26424a; --harbor-3: #0d1b23; --gold: #d9a626; --gold-deep: #8b6815; --gold-soft: #f2e7c6; --green: #2f936a; --blue: #43859b; --coral: #c16f58; --shadow-sm: 0 1px 2px rgba(15, 26, 32, .05), 0 12px 30px -26px rgba(15, 26, 32, .42); --shadow-lg: 0 30px 80px -38px rgba(13, 27, 35, .52), 0 8px 24px -16px rgba(13, 27, 35, .24); --radius: 22px; --radius-sm: 13px; } * { box-sizing: border-box; } html { scroll-behavior: smooth; scroll-padding-top: 86px; } body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; word-break: keep-all; -webkit-font-smoothing: antialiased; } html[lang="en"] body { word-break: normal; } a { color: inherit; text-decoration: none; } button { font: inherit; } svg { display: block; } .icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; } .icon-sprite symbol, svg use { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .container { width: min(1180px, calc(100% - 44px)); margin-inline: auto; } .skip-link { position: fixed; z-index: 9999; top: -60px; left: 18px; padding: 11px 16px; border-radius: 10px; background: var(--harbor); color: white; font-size: 13px; } .skip-link:focus { top: 14px; } .site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .22s ease, border-color .22s ease, box-shadow .22s ease; } .site-header.scrolled { border-color: rgba(222, 219, 209, .84); background: rgba(247, 245, 238, .88); box-shadow: 0 8px 30px -26px rgba(13, 27, 35, .35); backdrop-filter: blur(18px) saturate(1.15); } .nav-bar { display: flex; align-items: center; min-height: 76px; gap: 32px; } .brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 790; letter-spacing: -.025em; } .brand img { border-radius: 9px; box-shadow: 0 8px 20px -14px rgba(13, 27, 35, .7); } .nav-links { display: flex; gap: 28px; margin-left: auto; color: #4f5a5f; font-size: 14px; font-weight: 580; } .nav-links a { position: relative; padding-block: 10px; } .nav-links a::after { content: ""; position: absolute; right: 50%; bottom: 4px; left: 50%; height: 1px; background: var(--gold-deep); transition: right .18s ease, left .18s ease; } .nav-links a:hover::after { right: 0; left: 0; } .nav-actions { display: flex; align-items: center; gap: 15px; } .nav-text { color: var(--muted); font-size: 13px; } .nav-lang { display: inline-grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .05em; transition: border-color .18s ease, color .18s ease, background .18s ease; } .nav-lang:hover { border-color: var(--line-strong); background: rgba(255, 255, 255, .72); color: var(--ink); } .menu-button { display: none; width: 38px; height: 38px; border: 0; border-radius: 10px; background: transparent; } .menu-button span { display: block; width: 18px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform .2s ease; } .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); } .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); } .button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 680; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; } .button svg, .text-link svg { width: 16px; height: 16px; } .button:hover { transform: translateY(-2px); } .button-dark { border-color: var(--harbor); background: var(--harbor); color: #fff; box-shadow: 0 14px 28px -18px rgba(13, 27, 35, .75); } .button-dark:hover { background: #0c1c25; box-shadow: 0 18px 34px -19px rgba(13, 27, 35, .86); } .button-small { min-height: 39px; padding: 0 15px; border-radius: 10px; font-size: 13px; } .button-quiet { border-color: var(--line-strong); background: rgba(255, 255, 255, .5); color: var(--ink-soft); } .button-quiet:hover { background: var(--white); } .button-light { border-color: #fff; background: #fff; color: var(--harbor); box-shadow: 0 16px 35px -20px #000; } .hero { position: relative; overflow: hidden; min-height: 800px; padding: 136px 0 82px; background: radial-gradient(820px 560px at 77% 17%, rgba(220, 184, 87, .16), transparent 66%), linear-gradient(180deg, #fbfaf6, var(--ivory)); } .hero-grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(23, 38, 50, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 38, 50, .025) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000 0%, transparent 82%); } .hero-glow { position: absolute; width: 620px; height: 620px; right: -150px; top: -180px; border: 1px solid rgba(217, 166, 38, .15); border-radius: 50%; box-shadow: 0 0 0 78px rgba(217, 166, 38, .025), 0 0 0 156px rgba(23, 38, 50, .018); } .hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 450px) minmax(0, 1fr); align-items: center; gap: 30px; } .hero-copy { position: relative; z-index: 5; } .eyebrow, .section-label { margin: 0 0 18px; color: #7a705b; font-size: 12px; font-weight: 760; letter-spacing: .14em; } .eyebrow { display: flex; align-items: center; gap: 9px; letter-spacing: -.01em; font-size: 14px; } .eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(217, 166, 38, .12); } .hero h1 { max-width: 450px; margin: 0; font-size: clamp(44px, 3.7vw, 52px); font-weight: 710; line-height: 1.105; letter-spacing: -.052em; } html[lang="en"] .hero h1 { font-size: clamp(40px, 3.45vw, 49px); line-height: 1.08; letter-spacing: -.045em; } .hero h1 em, .section-heading h2 em, .security-copy h2 em { color: var(--gold-deep); font-style: normal; } .hero-lede { max-width: 535px; margin: 26px 0 0; color: #606b70; font-size: 16px; line-height: 1.82; letter-spacing: -.012em; } .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; } .availability { display: flex; align-items: center; gap: 8px; margin-top: 26px; color: #727b7f; font-size: 13px; } .availability strong { color: var(--ink-soft); font-weight: 680; } .availability i { width: 1px; height: 11px; background: var(--line-strong); } .live-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--green); } .live-dot::after { content: ""; position: absolute; inset: -4px; border: 1px solid var(--green); border-radius: 50%; animation: pulse 2.2s ease-out infinite; } @keyframes pulse { 0% { transform: scale(.65); opacity: .8; } 80%, 100% { transform: scale(1.35); opacity: 0; } } .product-stage { position: relative; z-index: 3; width: 730px; min-width: 730px; padding: 44px 0 36px; transform: translateX(-14px); } .orbit { position: absolute; z-index: -1; border: 1px solid rgba(139, 104, 21, .18); border-radius: 50%; } .orbit-one { width: 760px; height: 380px; top: 88px; left: -35px; transform: rotate(-9deg); } .orbit-two { width: 630px; height: 520px; top: -22px; left: 62px; transform: rotate(12deg); border-color: rgba(23, 38, 50, .08); } .place-chip { position: absolute; z-index: 8; display: grid; grid-template-columns: 8px 1fr; gap: 2px 8px; padding: 10px 13px; border: 1px solid rgba(201, 197, 186, .86); border-radius: 11px; background: rgba(255, 255, 255, .92); box-shadow: 0 14px 30px -21px rgba(13, 27, 35, .55); backdrop-filter: blur(12px); } .place-chip span { grid-row: 1 / 3; align-self: center; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(47, 147, 106, .11); } .place-chip b { font-size: 11px; } .place-chip small { color: var(--muted); font-size: 7px; } .place-home { left: -28px; top: 126px; } .place-studio { right: -31px; bottom: 112px; } .app-window { overflow: hidden; border: 1px solid #d6d2c8; border-radius: 16px; background: white; box-shadow: var(--shadow-lg); transform: perspective(1500px) rotateY(-2deg) rotateX(.5deg); } .product-capture { position: relative; margin: 0; } .product-capture > img { display: block; width: 100%; height: auto; } .product-capture figcaption { position: absolute; right: 13px; bottom: 13px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 999px; background: rgba(18, 34, 43, .9); color: #fff; font-size: 8px; font-weight: 680; letter-spacing: .02em; box-shadow: 0 10px 25px -14px #000; backdrop-filter: blur(10px); } .product-capture figcaption span { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px rgba(217, 166, 38, .16); } .window-bar { display: flex; height: 34px; align-items: center; padding-left: 12px; border-bottom: 1px solid #e6e3da; background: #f5f3ed; color: #7c8284; font-size: 7px; } .window-title { display: flex; align-items: center; gap: 7px; color: #596368; font-weight: 650; } .window-title img { border-radius: 4px; } .window-status { display: flex; align-items: center; gap: 5px; margin-left: auto; } .window-status span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); } .window-controls { display: flex; align-self: stretch; margin-left: 12px; } .window-controls i { display: grid; width: 27px; place-items: center; color: #7c8284; font-size: 8px; font-style: normal; } .app-frame { display: flex; height: 472px; } .app-sidebar { width: 150px; flex: none; padding: 14px 10px; border-right: 1px solid #e2dfd7; background: #f2f0e9; } .app-brand { display: flex; align-items: center; gap: 7px; padding: 0 5px; } .app-brand img { border-radius: 7px; } .app-brand div { display: flex; min-width: 0; flex-direction: column; } .app-brand b { color: #263239; font-size: 8px; } .app-brand small { overflow: hidden; margin-top: 1px; color: #939797; font-size: 4.5px; white-space: nowrap; } .space-statement { display: flex; flex-direction: column; margin: 10px 4px 13px; padding: 9px 8px; border: 1px solid #dfd6b9; border-radius: 7px; background: linear-gradient(135deg, #f8f4e7, #ece5d1); color: #6c5a26; font-size: 5px; line-height: 1.5; } .space-statement b { font-size: 5.5px; } .app-sidebar > p { margin: 12px 8px 4px; color: #9b9b94; font-size: 5px; font-weight: 670; } .app-sidebar > a { display: flex; height: 25px; align-items: center; gap: 7px; padding: 0 8px; border-radius: 6px; color: #656d70; font-size: 6.6px; } .app-sidebar > a svg { width: 10px; height: 10px; } .app-sidebar > a.active { border: 1px solid #e1d7b6; background: #eee8d7; color: #745b18; font-weight: 720; } .nav-badge { margin-left: auto; padding: 1px 4px; border-radius: 8px; background: var(--harbor); color: #fff; font-size: 4.5px; font-style: normal; } .app-content { min-width: 0; flex: 1; padding: 26px 23px; background: radial-gradient(340px 190px at 90% -12%, rgba(231, 208, 142, .34), transparent 72%), #fbfaf6; } .app-hero-row { display: flex; justify-content: space-between; gap: 16px; } .app-hero-row small { color: #94701b; font-size: 6px; font-weight: 690; } .app-hero-row h2 { margin: 6px 0 0; color: #303b40; font-size: 16px; font-weight: 680; letter-spacing: -.04em; } .app-hero-row p { margin: 5px 0 0; color: #969b9d; font-size: 5.5px; } .app-profile { display: grid; width: 27px; height: 27px; flex: none; place-items: center; border: 1px solid #dedbd3; border-radius: 50%; background: white; color: #6f5c27; font-size: 7px; font-weight: 720; } .quick-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 18px; } .quick-actions > div { display: flex; height: 50px; align-items: center; gap: 7px; padding: 7px; border: 1px solid #e0ddd5; border-radius: 9px; background: rgba(255, 255, 255, .9); } .quick-actions > div.primary { border-color: var(--harbor); background: var(--harbor); color: white; } .quick-actions svg { width: 18px; height: 18px; padding: 4px; border-radius: 6px; background: rgba(119, 125, 125, .08); } .quick-actions p { display: flex; min-width: 0; flex-direction: column; margin: 0; } .quick-actions b { font-size: 6px; } .quick-actions small { margin-top: 2px; color: #a1a3a2; font-size: 4.5px; } .quick-actions > div > span { margin-left: auto; opacity: .45; font-size: 7px; } .metric-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 8px; overflow: hidden; border: 1px solid #e0ddd5; border-radius: 9px; background: #fff; } .metric-row > div { display: flex; align-items: center; gap: 6px; padding: 9px 8px; border-left: 1px solid #e7e4dc; } .metric-row > div:first-child { border-left: 0; } .metric-dot { width: 6px; height: 6px; border-radius: 50%; } .metric-dot.green { background: var(--green); } .metric-dot.gold { background: var(--gold); } .metric-dot.blue { background: var(--blue); } .metric-dot.coral { background: var(--coral); } .metric-row p { display: flex; flex-direction: column; margin: 0; } .metric-row small { color: #9a9c9c; font-size: 4.5px; } .metric-row b { margin-top: 1px; font-size: 7.5px; } .dashboard-panels { display: grid; grid-template-columns: 1.24fr .76fr; gap: 8px; margin-top: 8px; } .dashboard-panels section { height: 204px; overflow: hidden; border: 1px solid #e0ddd5; border-radius: 10px; background: #fff; } .pc-panel header { display: flex; justify-content: space-between; padding: 11px 12px; border-bottom: 1px solid #ece9e2; } .pc-panel header div, .today-panel header { display: flex; flex-direction: column; } .pc-panel header b, .today-panel header b { font-size: 6.5px; } .pc-panel header small, .today-panel header small { margin-top: 2px; color: #a0a2a1; font-size: 4.5px; } .pc-panel header a { color: var(--gold-deep); font-size: 4.5px; } .pc-panel ul { margin: 0; padding: 4px 7px; list-style: none; } .pc-panel li { display: flex; align-items: center; gap: 7px; padding: 7px 5px; } .device-icon { display: grid; width: 25px; height: 25px; flex: none; place-items: center; border: 1px solid #e1ded6; border-radius: 7px; background: #fbfaf7; color: #725a1d; } .device-icon svg { width: 11px; height: 11px; } .pc-panel li p { display: flex; min-width: 0; flex-direction: column; margin: 0; } .pc-panel li b { font-size: 6px; } .pc-panel li small { margin-top: 2px; color: #a0a1a0; font-size: 4.5px; } .pc-panel li > i { margin-left: auto; font-size: 4.5px; font-style: normal; } .pc-panel li > i.online { color: var(--green); } .today-panel header { padding: 11px 12px 8px; } .mini-event, .mini-message { display: flex; align-items: center; gap: 6px; margin: 6px 9px; padding: 8px; border-radius: 7px; background: #f6f3e9; } .mini-event > i { width: 3px; height: 24px; border-radius: 3px; background: var(--gold); } .mini-event p, .mini-message p { display: flex; flex-direction: column; margin: 0; } .mini-event b, .mini-message b { font-size: 5.3px; } .mini-event small, .mini-message small { margin-top: 2px; color: #a1a1a0; font-size: 4.2px; } .mini-message > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #e3ddcb; color: #6e5920; font-size: 5px; font-weight: 720; } .message-float { position: absolute; z-index: 9; right: -24px; top: 92px; display: flex; align-items: center; gap: 8px; padding: 11px 13px; border: 1px solid rgba(206, 202, 191, .9); border-radius: 12px; background: rgba(255, 255, 255, .94); box-shadow: 0 16px 34px -23px rgba(13, 27, 35, .7); backdrop-filter: blur(12px); } .message-float > span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #e7dfc8; color: #70591d; font-size: 6px; font-weight: 730; } .message-float p { display: flex; flex-direction: column; margin: 0; } .message-float b { font-size: 7px; } .message-float small { margin-top: 2px; color: #919696; font-size: 5px; } .message-float > i { margin-left: 6px; color: var(--green); font-size: 7px; font-style: normal; } .audience-strip { position: relative; z-index: 4; border-block: 1px solid var(--line); background: rgba(255, 255, 255, .74); } .audience-layout { display: grid; grid-template-columns: 290px 1fr; align-items: stretch; } .audience-intro { display: flex; min-height: 128px; justify-content: center; flex-direction: column; padding: 25px 28px 25px 0; border-right: 1px solid var(--line); } .audience-intro .section-label { margin-bottom: 9px; } .audience-intro h2 { margin: 0; font-size: 20px; line-height: 1.35; letter-spacing: -.035em; } .audience-links { display: grid; grid-template-columns: repeat(4, 1fr); } .audience-links > a { display: grid; min-width: 0; grid-template-columns: 27px 1fr 18px; align-items: center; gap: 10px; padding: 24px 20px; border-right: 1px solid var(--line); transition: background .18s ease; } .audience-links > a:last-child { border-right: 0; } .audience-links > a:hover, .audience-links > a[aria-current="true"] { background: var(--gold-soft); } .audience-links > a[aria-current="true"] { box-shadow: inset 0 -2px 0 var(--gold); } .audience-links > a > span { color: var(--gold-deep); font-size: 11px; font-weight: 780; letter-spacing: .08em; } .audience-links p { display: flex; min-width: 0; flex-direction: column; margin: 0; } .audience-links b { font-size: 14px; letter-spacing: -.02em; } .audience-links small { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; } .audience-links svg { width: 16px; height: 16px; color: #9a8b62; transition: transform .18s ease; } .audience-links > a:hover svg { transform: translateX(3px); } .brand-film-preview { padding: 98px 0; color: #f7f3e8; background: radial-gradient(circle at 74% 45%, rgba(182, 138, 46, .19), transparent 28%), var(--harbor); } .film-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; } .film-copy h2 { margin: 0; font-size: clamp(38px, 4.5vw, 56px); line-height: 1.15; letter-spacing: -.052em; } .film-copy h2 em { color: #d6b057; font-style: normal; } .film-copy > p:not(.section-label) { margin: 25px 0 0; color: #a8b4b3; font-size: 15px; line-height: 1.8; } .film-meta { margin: 24px 0 0; color: #b9c4c3; font-size: 13px; line-height: 1.55; letter-spacing: .02em; } .film-frame { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(255, 255, 255, .18); border-radius: 21px; background: #03171c; box-shadow: 0 42px 90px rgba(0, 0, 0, .3); } .film-video { display: block; width: 100%; height: 100%; background: #03171c; object-fit: cover; } .film-frame > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, opacity .35s ease; } .film-frame:hover > img { transform: scale(1.018); opacity: .82; } .film-frame > small { position: absolute; z-index: 2; top: 15px; right: 15px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(4, 25, 30, .82); color: rgba(255, 255, 255, .8); font-size: 10px; letter-spacing: .08em; backdrop-filter: blur(8px); pointer-events: none; } .film-play { position: absolute; left: 50%; top: 50%; display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; background: rgba(4, 25, 30, .78); transform: translate(-50%, -50%); backdrop-filter: blur(10px); } .film-play i { width: 0; height: 0; margin-left: 5px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 15px solid #e5c76f; } .proof-strip { border-block: 1px solid #dedbd2; background: rgba(255, 255, 255, .62); } .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); } .proof-grid > div { display: flex; min-height: 92px; align-items: center; gap: 12px; padding: 20px 30px; border-left: 1px solid #e1ded5; } .proof-grid > div:first-child { border-left: 0; } .proof-grid svg { width: 21px; height: 21px; color: var(--gold-deep); } .proof-grid p { display: flex; flex-direction: column; margin: 0; } .proof-grid b { font-size: 14px; } .proof-grid small { margin-top: 5px; color: var(--muted); font-size: 12px; } .section { padding: 108px 0; } .section-heading { margin-bottom: 54px; } .section-heading.center { max-width: 750px; margin-inline: auto; text-align: center; } .section-heading.split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; } .section-label { margin-bottom: 15px; font-size: 12px; } .section-label.light { color: #cfbf8b; } .section-heading h2, .security-copy h2 { margin: 0; font-size: clamp(37px, 4.2vw, 54px); font-weight: 680; line-height: 1.16; letter-spacing: -.05em; } .section-heading > p, .section-heading.split > p, .security-copy > p { color: var(--muted); font-size: 15px; line-height: 1.8; } .section-heading.center > p:last-child { max-width: 640px; margin: 21px auto 0; } .section-heading.split > p { margin: 0 0 4px; } .storage-value { position: relative; overflow: hidden; padding: 22px 24px 21px; border: 1px solid rgba(201, 194, 177, .9); border-radius: 17px; background: rgba(255, 255, 255, .65); box-shadow: 0 18px 48px -42px rgba(13, 27, 35, .6); } .storage-value::after { content: ""; position: absolute; right: -48px; bottom: -70px; width: 140px; height: 140px; border: 1px solid rgba(178, 142, 52, .13); border-radius: 50%; box-shadow: 0 0 0 25px rgba(178, 142, 52, .025); } .storage-value-label { position: relative; z-index: 1; margin: 0 0 10px; color: var(--gold-deep); font-size: 10px; font-weight: 780; letter-spacing: .13em; } .storage-value strong { position: relative; z-index: 1; display: block; font-size: 21px; line-height: 1.35; letter-spacing: -.035em; } .storage-value > p:not(.storage-value-label) { position: relative; z-index: 1; margin: 8px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; } .storage-value small { position: relative; z-index: 1; display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.65; } .feature-showcase .section-heading.split { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } .feature-showcase .section-heading.split > div:first-child { grid-column: 1 / 3; padding-right: 64px; } .feature-showcase { border-block: 1px solid #ded9cc; background: linear-gradient(180deg, #eee9dc, #f5f2e9); } .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } .feature-card { position: relative; min-height: 270px; padding: 29px; overflow: hidden; border: 1px solid rgba(201, 194, 177, .88); border-radius: 21px; background: rgba(255, 255, 255, .72); box-shadow: 0 20px 50px -42px rgba(13, 27, 35, .55); } .feature-card::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 150px; height: 150px; border: 1px solid rgba(178, 142, 52, .12); border-radius: 50%; box-shadow: 0 0 0 27px rgba(178, 142, 52, .025); } .feature-card-lead, .feature-card-together { background: var(--harbor); color: #f7f4eb; } .feature-card-together { background: linear-gradient(140deg, #715714, #96711b); } .feature-no { position: absolute; right: 23px; top: 22px; color: #949188; font-size: 11px; font-weight: 750; letter-spacing: .1em; } .feature-card-lead .feature-no, .feature-card-together .feature-no { color: rgba(255, 255, 255, .45); } .feature-icon { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid #ddd6c2; border-radius: 13px; background: var(--gold-soft); color: var(--gold-deep); } .feature-icon svg { width: 19px; height: 19px; } .feature-card-lead .feature-icon, .feature-card-together .feature-icon { border-color: rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .09); color: var(--gold); } .feature-card h3 { margin: 25px 0 11px; font-size: 22px; letter-spacing: -.035em; } .feature-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; } .feature-card-lead p, .feature-card-together p { color: #bac3c5; } .feature-card-together p { color: #ece3c9; } .feature-card small { position: absolute; z-index: 1; right: 29px; bottom: 27px; left: 29px; color: #777d7d; font-size: 13px; font-weight: 650; } html[lang="en"] .feature-card { min-height: 300px; } .feature-card-lead small, .feature-card-together small { color: rgba(255, 255, 255, .58); } .scenes { scroll-margin-top: 78px; background: var(--ivory); } .scene-grid { display: grid; grid-template-columns: 1fr; gap: 24px; } .scene-card { display: grid; min-height: 540px; grid-template-columns: .68fr 1.32fr; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: var(--paper); box-shadow: var(--shadow-sm); } .scene-team { min-height: 620px; background: linear-gradient(115deg, #14242d 0 34%, #1b3038 100%); color: #f8f6ee; } .scene-copy { align-self: center; padding: 44px; } .scene-index { color: var(--gold); font-size: 12px; font-weight: 750; letter-spacing: .12em; } .scene-copy h3 { margin: 19px 0 14px; font-size: 30px; letter-spacing: -.045em; } .scene-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; } .scene-team .scene-copy > p { color: #aab4b7; } .scene-copy ul { display: flex; flex-direction: column; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; color: #dce1e1; font-size: 13px; } .scene-copy li { display: flex; align-items: center; gap: 8px; } .scene-copy li svg { width: 14px; height: 14px; color: var(--gold); } .scene-personal { grid-template-columns: 1.32fr .68fr; } .scene-personal .scene-copy { grid-column: 2; grid-row: 1; } .scene-personal .case-capture { grid-column: 1; grid-row: 1; margin: 28px 0 28px 28px; } .case-capture { align-self: stretch; margin: 28px 28px 28px 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 17px; background: #f8f7f2; box-shadow: 0 26px 70px -35px #000; } .case-capture figcaption, .case-slice figcaption { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 13px; border-top: 1px solid var(--line); background: #fff; color: #5f6b6f; font-size: 13px; letter-spacing: .01em; } .case-capture figcaption span, .case-slice figcaption span { padding: 4px 7px; border-radius: 999px; background: #092a31; color: #f5df9c; font-weight: 700; } .case-capture-team { display: grid; grid-template-rows: 1fr 1fr; gap: 13px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; } .case-slice { position: relative; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 15px; background: #f8f7f2; box-shadow: 0 22px 55px -34px #000; } .case-slice img { position: absolute; z-index: 0; display: block; width: 130%; max-width: none; height: auto; background: #f7f5f0; } .case-slice figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; } .case-slice-board img { top: 0; left: 0; transform: translate(-30%, -54%); } .case-slice-calendar img { top: 0; left: 0; transform: translate(-23%, -35%); } .case-capture-single { align-self: center; border-color: var(--line); box-shadow: 0 22px 54px -36px rgba(13, 27, 35, .64); } .case-viewport { position: relative; height: 430px; overflow: hidden; background: #f7f5f0; } .case-viewport img { position: absolute; top: 0; left: 0; display: block; width: 180%; max-width: none; height: auto; background: #f7f5f0; } .case-capture-remote .case-viewport img { transform: translate(-16.25%, -37.4%); } .case-capture-backup .case-viewport img { transform: translate(-16.25%, -37.2%); } .app-explorer { overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: var(--paper); box-shadow: var(--shadow-lg); } .use-case-context { display: grid; grid-template-columns: 1.05fr 1fr auto; align-items: center; gap: 32px; padding: 24px 27px; scroll-margin-top: 76px; background: var(--harbor); color: #f7f4ec; } .use-case-context > div > span { color: #d7b75d; font-size: 10px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; } .use-case-context h3 { margin: 7px 0 0; font-size: 20px; line-height: 1.35; letter-spacing: -.035em; } .use-case-context > p { max-width: 440px; margin: 0; color: #b7c1c2; font-size: 13px; line-height: 1.7; } .use-case-context ul { display: flex; max-width: 250px; flex-wrap: wrap; justify-content: flex-end; gap: 6px; margin: 0; padding: 0; list-style: none; } .use-case-context li { padding: 6px 9px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; color: #dce2e1; font-size: 10px; font-weight: 650; white-space: nowrap; } .explorer-tabs { display: flex; gap: 7px; overflow-x: auto; padding: 15px; border-bottom: 1px solid var(--line); background: #eeece4; scrollbar-width: thin; } .explorer-tabs button { display: inline-flex; min-height: 43px; flex: 0 0 auto; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 680; } .explorer-tabs button:hover { border-color: #d2cab5; background: rgba(255, 255, 255, .66); color: var(--ink); } .explorer-tabs button[aria-selected="true"] { border-color: var(--harbor); background: var(--harbor); color: #fff; box-shadow: 0 12px 24px -18px rgba(13, 27, 35, .8); } .explorer-tabs svg { width: 17px; height: 17px; } .explorer-frame { margin: 0; background: #f8f7f2; } .explorer-viewport { overflow: hidden; aspect-ratio: 8 / 5; background: #f7f5f0; } .explorer-viewport img { display: block; width: 100%; height: auto; background: #f7f5f0; } .explorer-frame figcaption { display: grid; min-height: 66px; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 12px 18px; border-top: 1px solid var(--line); background: #fff; } .explorer-frame figcaption > span { padding: 5px 9px; border-radius: 999px; background: var(--harbor); color: #f4d982; font-size: 12px; font-weight: 730; } .explorer-frame figcaption p { margin: 0; color: var(--ink-soft); font-size: 14px; font-weight: 650; } .explorer-frame figcaption small { color: var(--muted); font-size: 11px; } .private-space { position: relative; overflow: hidden; padding: 128px 0; background: radial-gradient(750px 500px at 78% 52%, rgba(217, 166, 38, .13), transparent 68%), var(--harbor-3); color: #f7f4ec; } .private-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle at 50% 50%, #000, transparent 76%); } .private-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 88px; } .private-copy h2 { max-width: 500px; margin: 0; font-size: clamp(41px, 4.5vw, 59px); font-weight: 650; line-height: 1.13; letter-spacing: -.05em; } .private-copy > p:not(.section-label) { max-width: 540px; margin: 24px 0 0; color: #aeb9bb; font-size: 14px; line-height: 1.86; } .private-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; } .private-pills span { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; color: #cbd3d3; font-size: 11px; } .room-visual { position: relative; height: 420px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 28px 28px 18px 18px; background: linear-gradient(180deg, #203640 0 63%, #182b33 63%); box-shadow: 0 35px 90px -45px #000; } .room-ceiling { position: absolute; top: 0; left: 50%; width: 1px; height: 62px; background: rgba(255, 255, 255, .18); } .room-lamp { position: absolute; top: 59px; left: calc(50% - 40px); width: 80px; height: 30px; border-radius: 50% 50% 8px 8px; background: #c69a30; box-shadow: 0 30px 90px 26px rgba(217, 166, 38, .17); } .room-lamp i { position: absolute; right: 7px; bottom: -2px; left: 7px; height: 5px; border-radius: 50%; background: #f0ce71; } .room-window { position: absolute; top: 105px; left: 36px; width: 145px; height: 126px; border: 5px solid #324b55; background: linear-gradient(160deg, #142631, #1c3945); box-shadow: inset 0 0 35px rgba(0, 0, 0, .25); } .room-window::before, .room-window::after { content: ""; position: absolute; background: #324b55; } .room-window::before { top: 50%; right: 0; left: 0; height: 3px; } .room-window::after { top: 0; bottom: 0; left: 50%; width: 3px; } .room-window span { position: absolute; z-index: 2; top: 22px; left: 25px; width: 5px; height: 5px; border-radius: 50%; background: #d9bd6f; box-shadow: 41px 18px #d9bd6f, 78px -4px #d9bd6f, 59px 59px #d9bd6f; opacity: .65; } .room-board { position: absolute; top: 114px; right: 35px; display: flex; width: 170px; height: 105px; flex-direction: column; padding: 20px; border: 5px solid #3a4c50; background: #d8d1bd; color: #26363b; transform: rotate(1deg); } .room-board b { font-size: 13px; } .room-board span { margin-top: 11px; color: #657176; font-size: 7px; } .room-desk { position: absolute; right: 84px; bottom: 58px; width: 310px; height: 13px; border-radius: 4px; background: #7a6040; box-shadow: 0 8px 0 #3f3630; } .room-desk > i { position: absolute; top: 13px; left: 26px; width: 8px; height: 78px; background: #4c4037; box-shadow: 250px 0 #4c4037; } .room-screen { position: absolute; bottom: 13px; left: 105px; display: grid; width: 100px; height: 72px; place-items: center; border: 6px solid #1a262b; border-radius: 7px; background: #f1eee4; box-shadow: 0 0 45px rgba(217, 166, 38, .09); } .room-screen::after { content: ""; position: absolute; bottom: -17px; width: 28px; height: 12px; border-bottom: 4px solid #1a262b; border-inline: 4px solid transparent; } .room-screen img { width: 29px; height: 29px; border-radius: 7px; } .room-people { position: absolute; z-index: 4; bottom: 31px; left: 39px; display: flex; align-items: end; gap: 8px; } .room-people span { display: grid; width: 46px; height: 46px; place-items: center; border: 4px solid #172830; border-radius: 50%; background: #d2c5a1; color: #4a401f; font-size: 8px; font-weight: 750; box-shadow: 0 11px 0 -2px #354b53; } .room-people span:nth-child(2) { width: 53px; height: 53px; background: #b7c7c2; } .room-people span:nth-child(3) { background: #c8b7a8; } .room-floor { position: absolute; right: 0; bottom: 0; left: 0; height: 54px; background: repeating-linear-gradient(90deg, #172930 0 54px, #1d3239 55px 108px); opacity: .75; } .security { background: var(--paper); } .security-layout { display: grid; grid-template-columns: 1fr; align-items: center; gap: 48px; } .security-copy { max-width: 820px; } .security-copy > p { margin: 21px 0 0; } .security-copy ul { display: flex; flex-direction: column; gap: 15px; margin: 31px 0 0; padding: 0; list-style: none; } .security-copy li { display: flex; align-items: center; gap: 13px; } .security-copy li > span { display: grid; width: 38px; height: 38px; flex: none; place-items: center; border: 1px solid #ddd8c6; border-radius: 11px; background: var(--gold-soft); color: var(--gold-deep); } .security-copy li svg { width: 17px; height: 17px; } .security-copy li div { display: flex; flex-direction: column; } .security-copy li b { font-size: 14px; } .security-copy li small { margin-top: 4px; color: var(--muted); font-size: 12px; } .text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 28px; color: var(--gold-deep); font-size: 13px; font-weight: 700; } .security-proof { align-self: center; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: var(--shadow-lg); } .security-proof-viewport { position: relative; overflow: hidden; aspect-ratio: 8 / 5; background: #f7f5f0; } .security-proof-viewport img { display: block; width: 100%; height: auto; } .security-proof figcaption { display: flex; min-height: 60px; align-items: center; gap: 11px; padding: 10px 15px; border-top: 1px solid var(--line); } .security-proof figcaption > span { flex: none; padding: 5px 8px; border-radius: 999px; background: var(--harbor); color: #f4d982; font-size: 11px; font-weight: 730; } .security-proof figcaption p { display: flex; min-width: 0; flex-direction: column; margin: 0; } .security-proof figcaption b { font-size: 13px; } .security-proof figcaption small { margin-top: 3px; color: var(--muted); font-size: 11px; } .audit-window { overflow: hidden; border: 1px solid #d7d3ca; border-radius: 20px; background: #f8f7f2; box-shadow: var(--shadow-lg); } .audit-titlebar { display: flex; min-height: 71px; align-items: center; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid #e2dfd6; background: #fff; } .audit-titlebar > div { display: flex; align-items: center; gap: 10px; } .shield-fill { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: var(--harbor); color: #fff; } .shield-fill svg { width: 17px; height: 17px; } .audit-titlebar p { display: flex; flex-direction: column; margin: 0; } .audit-titlebar b { font-size: 14px; } .audit-titlebar small { margin-top: 3px; color: var(--muted); font-size: 8px; } .healthy { display: flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; background: #e7f1ec; color: var(--green); font-size: 8px; font-weight: 680; } .healthy i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); } .audit-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 13px; } .audit-summary > div { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 16px; border: 1px solid #e0ddd5; border-radius: 12px; background: #fff; } .audit-summary small { color: var(--muted); font-size: 8px; } .audit-summary b { grid-row: 1 / 3; grid-column: 2; font-size: 18px; } .audit-summary span { margin-top: 5px; color: var(--green); font-size: 7px; } .audit-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 19px; border-block: 1px solid #e1ded6; background: #fff; } .audit-head div { display: flex; flex-direction: column; } .audit-head b { font-size: 13px; } .audit-head small { margin-top: 4px; color: var(--muted); font-size: 7px; } .audit-head button { padding: 7px 9px; border: 1px solid #dad6cb; border-radius: 8px; background: #fff; color: var(--ink-soft); font-size: 7px; } .audit-list { background: #fff; } .audit-list > div { display: grid; grid-template-columns: 36px 1fr auto 49px; align-items: center; gap: 10px; padding: 12px 18px; border-bottom: 1px solid #ece9e2; } .audit-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: #f0eee7; color: var(--gold-deep); } .audit-icon svg { width: 14px; height: 14px; } .audit-list p { display: flex; flex-direction: column; margin: 0; } .audit-list p b { font-size: 8.5px; } .audit-list p small { margin-top: 3px; color: var(--muted); font-size: 6.5px; } .audit-list time { color: var(--muted); font-size: 6.5px; } .audit-list i.ok { justify-self: end; padding: 4px 7px; border-radius: 999px; background: #e8f1ed; color: var(--green); font-size: 6px; font-style: normal; } .audit-foot { display: flex; align-items: center; justify-content: space-between; padding: 13px 18px; color: var(--muted); font-size: 7px; } .audit-foot span { display: flex; align-items: center; gap: 6px; } .audit-foot svg { width: 13px; height: 13px; color: var(--green); } .audit-foot b { color: var(--ink-soft); } .final-cta { position: relative; overflow: hidden; padding: 128px 0; background: var(--harbor-3); color: white; text-align: center; } .final-glow { position: absolute; width: 700px; height: 400px; bottom: -310px; left: calc(50% - 350px); border-radius: 50%; background: rgba(217, 166, 38, .22); filter: blur(70px); } .final-cta .container { position: relative; } .final-cta img { border-radius: 13px; box-shadow: 0 12px 30px -16px #000; } .final-cta .container > img { margin: 0 auto; } .final-cta p { margin: 22px 0 0; color: #c8b878; font-size: 14px; font-weight: 680; } .final-cta h2 { margin: 15px 0 30px; font-size: clamp(41px, 4.8vw, 60px); font-weight: 650; line-height: 1.13; letter-spacing: -.05em; } .final-link { display: inline-block; margin-left: 20px; color: #c1c9ca; font-size: 13px; } .final-cta small { display: block; margin-top: 22px; color: #728086; font-size: 8px; } footer { padding: 72px 0; border-top: 1px solid #dedbd2; background: #eeece5; } .footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; } .footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; } .footer-brand p { max-width: 280px; margin: 8px 0 10px; color: var(--muted); font-size: 13px; line-height: 1.6; } .footer-brand small { color: #919695; font-size: 8px; } .footer-grid h3 { margin: 7px 0 4px; font-size: 13px; } .footer-grid > div > a:not(.brand) { color: var(--muted); font-size: 12px; } .footer-grid > div > a:hover { color: var(--ink); } .reveal { opacity: 0; transform: translateY(15px); transition: opacity .65s ease, transform .65s cubic-bezier(.2, .7, .2, 1); } .reveal.visible { opacity: 1; transform: none; } @media (max-width: 1100px) { .hero { min-height: auto; } .hero-layout { grid-template-columns: minmax(0, 1fr); } .hero-copy { min-width: 0; max-width: 720px; } .product-stage { width: 760px; min-width: 760px; margin-inline: auto; transform: none; } .section-heading.split { grid-template-columns: 1fr; gap: 22px; } .feature-showcase .section-heading.split { grid-template-columns: 1fr; gap: 22px; } .feature-showcase .section-heading.split > div:first-child { grid-column: auto; padding-right: 0; } .film-layout { grid-template-columns: 1fr; } .section-heading.split > p { max-width: 650px; } .security-layout { gap: 40px; } .private-layout { gap: 48px; } .audience-layout { grid-template-columns: 1fr; } .audience-intro { min-height: auto; padding: 26px 0 18px; border-right: 0; } .audience-links { border-top: 1px solid var(--line); } } @media (max-width: 820px) { .container { width: min(100% - 30px, 1180px); } .site-header { background: rgba(247, 245, 238, .94); } .nav-bar { min-height: 66px; } .nav-links { position: absolute; top: 66px; right: 15px; left: 15px; display: none; flex-direction: column; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .97); box-shadow: var(--shadow-lg); } .nav-links.open { display: flex; } .nav-links a { padding: 12px; } .nav-links a::after { display: none; } .nav-text, .button-small { display: none; } .nav-actions { margin-left: auto; } .menu-button { display: block; } .hero { padding: 118px 0 70px; } .hero-layout { gap: 44px; } .hero h1 { font-size: 45px; } .product-stage { width: 730px; min-width: 730px; margin-left: 0; transform-origin: left top; } .place-studio, .message-float { right: 4px; } .audience-links { grid-template-columns: 1fr; } .audience-links > a { min-height: 76px; padding-inline: 2px; border-right: 0; border-bottom: 1px solid var(--line); } .audience-links > a:last-child { border-bottom: 0; } .proof-grid { grid-template-columns: 1fr; } .brand-film-preview { padding: 76px 0; } .proof-grid > div { min-height: 78px; border-top: 1px solid #e1ded5; border-left: 0; } .proof-grid > div:first-child { border-top: 0; } .section { padding: 90px 0; } .feature-grid { grid-template-columns: repeat(2, 1fr); } .scene-card { grid-template-columns: 1fr; } .scene-personal .scene-copy, .scene-personal .case-capture { grid-column: 1; grid-row: auto; } .scene-personal .case-capture { order: 2; } .case-capture { margin: 0 24px 24px; } .case-capture-team { min-height: 520px; } .case-viewport { height: 400px; } .private-space { padding: 95px 0; } .private-layout, .security-layout { grid-template-columns: 1fr; } .room-visual { max-width: 650px; } .security-layout { gap: 55px; } .security-proof-viewport { height: auto; } .use-case-context { grid-template-columns: 1fr 1fr; gap: 18px 28px; } .use-case-context ul { grid-column: 1 / -1; max-width: none; justify-content: flex-start; } .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px 18px; } .footer-brand { grid-column: 1 / -1; } .footer-brand p { margin-block: 6px 4px; } .footer-grid h3 { margin-top: 0; } .footer-grid > div > a:not(.brand) { line-height: 1.45; overflow-wrap: anywhere; } } @media (max-width: 560px) { .hero h1 { font-size: 39px; } html[lang="en"] .hero h1 { font-size: 37px; } .hero-lede { font-size: 14px; } .hero-actions { align-items: stretch; flex-direction: column; } .availability { align-items: flex-start; flex-wrap: wrap; } .nav-lang { width: 36px; height: 36px; } .audience-intro h2 { font-size: 19px; } .audience-links small { white-space: normal; } .product-stage { width: 730px; min-width: 730px; zoom: .52; } .proof-grid > div { padding-inline: 18px; } .section-heading h2, .security-copy h2 { font-size: 35px; } .section-heading { margin-bottom: 38px; } .feature-grid { grid-template-columns: 1fr; } .feature-card { min-height: 245px; } html[lang="en"] .feature-card { min-height: 275px; } .film-frame > small { display: none; } .scene-copy { padding: 29px; } .scene-copy h3 { font-size: 25px; } .case-capture { margin: 0 14px 14px; } .case-capture-team { min-height: 410px; gap: 9px; } .case-viewport { height: 310px; } .private-copy h2 { font-size: 36px; } .room-visual { height: 360px; transform-origin: center; } .room-board { right: 18px; } .room-desk { right: 28px; } .room-window { left: 18px; } .audit-window { margin-inline: -5px; } .security-proof { margin-inline: -5px; } .security-proof-viewport { height: auto; } .explorer-tabs { padding: 10px; } .use-case-context { grid-template-columns: 1fr; gap: 13px; padding: 22px 18px; } .use-case-context h3 { font-size: 19px; } .use-case-context > p { font-size: 12px; } .use-case-context ul { grid-column: auto; } .explorer-tabs button { min-height: 42px; padding-inline: 12px; } .explorer-viewport { overflow-x: auto; aspect-ratio: auto; } .explorer-viewport img { width: 760px; max-width: none; } .explorer-frame figcaption { grid-template-columns: auto 1fr; gap: 9px; padding: 12px; } .explorer-frame figcaption p { font-size: 13px; } .explorer-frame figcaption small { grid-column: 1 / -1; } .audit-summary { grid-template-columns: 1fr; } .audit-list > div { grid-template-columns: 34px 1fr auto; padding-inline: 12px; } .audit-list time { display: none; } .audit-foot { align-items: flex-start; flex-direction: column; gap: 7px; } .final-cta { padding: 95px 0; } .final-cta h2 { font-size: 38px; } .final-link { display: block; margin: 20px 0 0; } footer { padding: 48px 0 30px; } .footer-grid { column-gap: 12px; } } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } } @media (forced-colors: active) { .button, .scene-card, .audit-window, .app-explorer { border: 1px solid CanvasText; } }
