@font-face {
  font-family: "Salesforce Sans";
  src: url("https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Salesforce Sans";
  src: url("https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700 900;
}

@font-face {
  font-family: "Avant Garde for Salesforce";
  src: url("https://a.sfdcstatic.com/shared/fonts/avant-garde/AvantGardeForSalesforceW05-Dm.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600 900;
}

:root {
  --navy: #032d60;
  --navy-deep: #001639;
  --blue: #0d9dda;
  --royal: #0b5cff;
  --ink: #181818;
  --muted: #5b6472;
  --cloud: #f4f7fb;
  --lavender: #eef0ff;
  --line: #d8dde6;
  --white: #fff;
  --coworker-card-bg: rgba(255, 255, 255, 0.1);
  --coworker-card-border: 1.53px solid rgba(255, 255, 255, 0.18);
  --coworker-card-radius: 16px;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 28px 80px rgba(2, 29, 67, 0.16);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: "Salesforce Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
main { color: #fff; background: var(--navy-deep); }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 112px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); background: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; background: #fff; }
.global-nav, .product-nav { display: flex; align-items: center; justify-content: space-between; }
.global-nav { min-height: 64px; }
.global-nav nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.global-nav nav a, .product-nav a { text-decoration: none; }
.nav-pill { background: #0b5cab; color: white; padding: 10px 22px; border-radius: 999px; }
.salesforce-mark { display: inline-flex; width: 78px; text-decoration: none; }
.salesforce-mark img { display: block; width: 100%; height: auto; }
.product-nav { min-height: 52px; border-top: 1px solid #e5e8ec; font-size: 17px; }
.product-nav strong { font-weight: 800; }
.product-nav span { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.hero-shell { position: relative; overflow: hidden; background: var(--navy-deep); padding: 64px 0 0; }
.hero { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; padding: 64px; border-radius: 16px 16px 0 0; color: white; overflow: hidden; background: linear-gradient(179.9deg, #00b3ff .09%, #066afe 38.32%, #022ac0 70.46%, rgba(0,22,57,.86) 88%, rgba(0,22,57,0) 100%); }
.hero-transition { position: relative; z-index: 2; height: clamp(150px, 14vw, 280px); margin-top: -1px; overflow: hidden; color: var(--navy-deep); pointer-events: none; }
.hero-transition > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-transition > svg { position: absolute; right: 0; bottom: -1px; left: 0; display: block; width: 100%; height: 6.8056vw; min-height: 26px; max-height: 140px; }
.hero-transition path { fill: currentColor; stroke: none; }
.hero-copy, .hero-stage { min-width: 0; }
.hero-copy, .hero-copy h1, .hero-copy p { color: white !important; }
.hero-copy h1 { white-space: normal !important; }
.eyebrow { margin: 0 0 18px; color: #4b43a4; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #d9f5ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-family: "Avant Garde for Salesforce", "Salesforce Sans", sans-serif; font-size: clamp(54px, 6vw, 86px); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 24px; font-family: "Avant Garde for Salesforce", "Salesforce Sans", sans-serif; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.045em; }
.hero-lede { max-width: 600px; margin-bottom: 34px; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 2px solid white; border-radius: 999px; padding: 0 28px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { border-color: #0176d3; color: white; background: #0176d3; }
.button-light:hover { border-color: #0b5cab; background: #0b5cab; }
.button-ghost { color: white; }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.hero-meta { margin: 20px 0 0; color: #ddf6ff; font-size: 13px; font-weight: 700; }
.hero-stage { position: relative; min-height: 500px; }

.section-heading { max-width: 780px; margin-bottom: 54px; }
.setup { padding-top: 64px; }
.setup .section-heading { margin-inline: auto; text-align: center; }
.setup .section-heading h2,
.setup .section-heading p,
.capability-section h2,
.capability-section .eyebrow,
.capability-section .split-heading > p,
.knowledge h2,
.knowledge .knowledge-copy > p,
.support h2,
.support .eyebrow { color: #fff !important; }
.section-heading > p:last-child, .split-heading > p, .knowledge-copy > p:last-child { color: #fff; font-size: 19px; }
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.download-card { position: relative; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; border: var(--coworker-card-border); border-radius: var(--coworker-card-radius); padding: 32px; color: #fff; background: var(--coworker-card-bg); box-shadow: none; transition: transform .25s; }
.download-card:hover { transform: translateY(-5px); }
.download-card.recommended::before { content: "Recommended for this device"; position: absolute; top: 18px; right: 18px; border-radius: 999px; padding: 6px 10px; color: #064d2f; background: #d9fbe9; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.platform-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 38px; border-radius: 16px; color: white; background: var(--navy); font-size: 24px; font-weight: 800; }
.platform-icon img { display: block; width: 28px; height: 28px; object-fit: contain; }
.download-card h3 { margin-bottom: 6px; color: #fff !important; font-size: 26px; }
.download-card .meta { color: #fff; font-size: 14px; }
.download-card .notice { color: #ffb75d; font-size: 12px; }
.checksum { width: 100%; margin: 5px 0 20px; color: #fff; font-size: 12px; }
.checksum summary { color: #7dd3fc; cursor: pointer; font-weight: 800; }
.checksum code { display: block; overflow-wrap: anywhere; margin-top: 8px; border-radius: 8px; padding: 9px; color: #fff; background: rgba(255,255,255,.1); font-size: 10px; }
.download-card .card-link { margin-top: auto; color: #fff !important; font-weight: 800; text-decoration: none; }
.download-card .card-link:hover, .download-card .card-link:focus-visible, .download-card .card-link:visited { color: #fff !important; text-decoration: underline; }
.download-card .card-link.unavailable { color: #c9d3e3 !important; cursor: default; text-decoration: none; }
.skeleton div { height: 18px; width: 70%; margin-bottom: 18px; border-radius: 8px; background: linear-gradient(90deg, #edf1f5, #f8fafc, #edf1f5); background-size: 200% 100%; animation: shimmer 1.3s infinite; }
.skeleton div:first-child { width: 54px; height: 54px; }

.capability-section { background: transparent; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; margin-bottom: 58px; }
.split-heading h2 { margin-bottom: 0; }
.capability-panel { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: var(--coworker-card-border); border-radius: var(--coworker-card-radius); background: var(--coworker-card-bg); box-shadow: none; }
.capability-tabs { display: flex; flex-direction: column; padding: 26px; }
.capability-tabs button { display: block; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); padding: 26px 20px; color: #fff; text-align: left; background: transparent; cursor: pointer; }
.capability-tabs button:last-child { border-bottom: 0; }
.capability-tabs strong { display: block; font-size: 20px; }
.capability-tabs small { display: block; margin-top: 8px; color: #fff; font-size: 14px; line-height: 1.5; }
.capability-tabs button[aria-selected="true"] { box-shadow: inset 3px 0 #fff; }
.capability-tabs button[aria-selected="true"] strong { color: #fff; }
.capability-visual { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; border-left: var(--coworker-card-border); padding: 44px; background: transparent; }
.visual-glow { display: none; }
.product-screenshot-frame { position: relative; z-index: 2; overflow: hidden; background: white; box-shadow: 0 30px 60px rgba(0,19,88,.28); transition: width .25s ease, border-radius .25s ease, border-width .25s ease; }
.product-screenshot-frame.is-desktop { width: min(720px, 100%); border: 10px solid #cad5e3; border-radius: 22px; }
.product-screenshot-frame.is-mobile { width: min(280px, 78%); max-height: 500px; border: 9px solid #182233; border-radius: 38px; background: #f4f4f4; box-shadow: 0 30px 70px rgba(0,19,88,.38); }
.product-screenshot-frame > img { display: block; width: 100%; height: auto; max-height: 480px; object-fit: contain; object-position: top center; transition: opacity .2s ease; }
.product-screenshot-frame.is-mobile > img { max-height: 482px; }

.knowledge { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.knowledge-copy { position: sticky; top: 40px; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit-grid article { min-height: 200px; display: flex; flex-direction: column; justify-content: center; border: var(--coworker-card-border); border-radius: var(--coworker-card-radius); padding: 32px; background: var(--coworker-card-bg); }
.benefit-grid h3 { margin: 0 0 10px; color: #fff !important; font-size: 23px; }
.benefit-grid p { color: #fff; }

.text-link { display: inline-flex; gap: 10px; margin-top: 20px; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(6px); }
.device-composition { position: relative; min-height: 480px; }
.laptop { position: absolute; top: 48px; right: -90px; width: 620px; height: 390px; overflow: hidden; border: 10px solid #cad5e3; border-bottom-width: 26px; border-radius: 22px; background: white; box-shadow: 0 34px 80px rgba(0,0,0,.32); transform: rotate(3deg); }
.laptop img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.phone { position: absolute; z-index: 2; width: 205px; height: 420px; overflow: hidden; border: 9px solid #182233; border-radius: 38px; background: #eef5ff; box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.phone-primary { right: 370px; bottom: -45px; transform: rotate(-5deg); }
.phone-secondary { right: 175px; bottom: -90px; transform: rotate(6deg) scale(.88); }
.hero-device-composition { position: absolute; top: 50%; left: 50%; width: 680px; min-height: 480px; transform: translate(-50%, -50%) scale(.78); transform-origin: center; }
.hero-device-composition .laptop { top: 32px; right: -10px; }
.hero-device-composition .phone-primary { right: 390px; bottom: -25px; }
.hero-device-composition .phone-secondary { right: 195px; bottom: -68px; }

.support { padding-top: 112px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.support-card { min-height: 300px; display: flex; flex-direction: column; border: var(--coworker-card-border); border-radius: var(--coworker-card-radius); padding: 32px; color: #fff; background: var(--coworker-card-bg); cursor: auto; }
.support-icon { box-sizing: content-box; width: 18px; height: 18px; margin-bottom: 22px; border: 15px solid #eaf5fe; border-radius: 50%; background: #eaf5fe; object-fit: contain; }
.support-card span { color: #fff !important; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.support-card strong { max-width: 440px; margin-top: 28px; color: #fff !important; font-size: 30px; line-height: 1.2; }
.support-link { align-self: flex-start; margin-top: auto; color: #fff !important; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.support-link:visited, .support-link:hover, .support-link:focus-visible, .support-link:active { color: #fff !important; }
.support-link:hover { text-decoration-thickness: 2px; }
.support-link i { display: inline-block; color: inherit; font-style: normal; text-decoration: none; transition: transform .2s ease; }
.support-link:hover i { transform: translateX(4px); }

.salesforce-footer { border-top: 1px solid var(--line); background: white; }
.footer-directory { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 64px; padding-block: 72px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.footer-brand > a:first-child img { width: 112px; height: auto; }
.footer-brand strong { font-size: 18px; }
.contact-link { color: #032d60; font-weight: 800; }
.social-links { display: flex; flex-wrap: nowrap; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 5px; color: white; background: #5f5f63; font-family: "Salesforce Sans", sans-serif; font-size: 18px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.social-links a:hover { transform: translateY(-2px); background: #0b5cab; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.footer-column h2 { margin: 0 0 16px; color: #181818; font-family: "Salesforce Sans", sans-serif; font-size: 20px; line-height: 1.25; letter-spacing: 0; }
.footer-column a { color: #0b5cab; text-decoration: none; }
.footer-column a:hover { text-decoration: underline; }
.footer-legal { padding-block: 34px; color: white; background: #032d60; }
.legal-inner { display: grid; grid-template-columns: 210px 1fr; gap: 34px; align-items: start; }
.region-label { font-size: 20px; }
.legal-inner nav { display: flex; flex-wrap: wrap; gap: 16px 26px; }
.legal-inner a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.legal-inner p { margin: 26px 0 0; color: #d8e8f8; font-size: 13px; }
.legal-inner .trademark-credit { margin-top: 8px; font-size: 11px; }

.reveal { animation: rise .7s both; }
.delay-1 { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes shimmer { to { background-position: -200% 0; } }

@media (max-width: 900px) {
  .section { padding-block: 80px; }
  .hero { grid-template-columns: 1fr; gap: 24px; padding: 52px 34px 0; }
  .hero-stage { min-height: 500px; }
  .hero-device-composition { transform: translate(-50%, -50%) scale(.88); }
  .download-grid { grid-template-columns: 1fr; }
  .download-card { min-height: 270px; }
  .split-heading, .knowledge { grid-template-columns: 1fr; gap: 42px; }
  .capability-panel { grid-template-columns: 1fr; }
  .capability-visual { border-top: var(--coworker-card-border); border-left: 0; }
  .capability-visual { min-height: 440px; }
  .knowledge-copy { position: static; }
  .footer-directory { grid-template-columns: 1fr 1fr; gap: 50px; }
  .legal-inner { grid-template-columns: 1fr; }
  .device-composition { min-height: 520px; }
  .laptop { right: -50px; }
  .phone-primary { right: auto; left: 5%; }
  .phone-secondary { right: auto; left: 31%; }
}

@media (max-width: 1023px) {
  .support-grid { max-width: 780px; grid-template-columns: 1fr; margin-inline: auto; }
  .support-card { min-height: 230px; }
  .support-icon { width: 16px; height: 16px; border-width: 12px; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .global-nav nav > a:first-child { display: none; }
  .product-nav span { font-size: 10px; }
  .hero-shell { padding: 22px 0 0; }
  .hero-transition { height: 150px; }
  .hero { min-height: 0; gap: 20px; padding: 42px 22px 0; border-radius: 16px; }
  h1 { max-width: 100%; font-size: clamp(38px, 11.5vw, 45px); line-height: 1.02; letter-spacing: -.045em; overflow-wrap: normal; white-space: normal !important; }
  h2 { font-size: 40px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; padding-inline: 16px; }
  .hero-lede { font-size: 18px; line-height: 1.45; }
  .hero-stage { min-height: 350px; }
  .hero-device-composition { transform: translate(-50%, -50%) scale(.61); }
  .hero-device-composition .laptop { width: 620px; height: 390px; right: -10px; }
  .hero-device-composition .phone { width: 205px; height: 420px; }
  .hero-device-composition .phone-primary { right: 390px; left: auto; }
  .hero-device-composition .phone-secondary { right: 195px; left: auto; }
  .download-card.recommended::before { position: static; margin-bottom: 20px; }
  .split-heading { gap: 18px; }
  .capability-tabs { padding: 14px; }
  .capability-visual { min-height: 380px; padding: 24px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .device-composition { min-height: 470px; }
  .laptop { top: 18px; right: auto; left: 50%; width: 400px; height: 260px; transform: translateX(-40%) rotate(2deg); }
  .phone { width: 145px; height: 300px; border-width: 7px; border-radius: 30px; }
  .phone-primary { right: auto; bottom: 0; left: 4%; }
  .phone-secondary { right: auto; bottom: -16px; left: 43%; }
  .footer-directory { grid-template-columns: 1fr; padding-block: 56px; }
  .footer-column { gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

:focus-visible { outline: 3px solid #ffb400; outline-offset: 4px; }
