:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #536171;
  --line: #d9e1ec;
  --blue: #0057ff;
  --blue-dark: #003cbd;
  --mint: #d9f6e5;
  --aqua: #d9f2ff;
  --yellow: #fff4c8;
  --surface: #ffffff;
  --soft: #f5f8fc;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
}

a {
  color: inherit;
}

@keyframes homePageRiseIn {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: scale(.985);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

.site-header .inner,
.hero .inner,
.section-inner,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.app-shell.is-loaded > * {
  animation: homePageRiseIn 700ms cubic-bezier(.16, 1, .3, 1) both;
}

.app-shell.is-loaded > *:nth-child(2) {
  animation-delay: 60ms;
}

.app-shell.is-loaded > *:nth-child(n+3) {
  animation-delay: 120ms;
}

.site-header .inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 1.35rem;
}

.brand-wordmark {
  color: var(--blue);
  font-size: 2.2rem;
  font-weight: 780;
  letter-spacing: -0.04em;
}

.brand-wordmark[class*="brand-style-"] {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  line-height: .95;
  white-space: nowrap;
}

.brand-style-box-original {
  font-size: 2.2rem;
  font-weight: 780;
  letter-spacing: -0.04em;
}

.brand-style-clean-sans {
  font-size: 1.82rem;
  font-weight: 760;
  letter-spacing: 0;
}

.brand-style-rounded-tech {
  font-size: 1.92rem;
  font-weight: 850;
  letter-spacing: .01em;
  border-radius: 999px;
}

.brand-style-wide-caps {
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.brand-style-compact-bold {
  font-size: 1.68rem;
  font-weight: 950;
  letter-spacing: -.025em;
}

.brand-style-editorial-serif {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.92rem;
  font-weight: 700;
  letter-spacing: -.015em;
}

.brand-style-slab-pro {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.74rem;
  font-weight: 900;
  letter-spacing: .01em;
}

.brand-style-soft-script {
  font-family: "Segoe Script", "Bradley Hand ITC", cursive;
  font-size: 1.78rem;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-style-mono-secure {
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.brand-style-outline-mark {
  padding: 4px 8px;
  border: 2px solid currentColor;
  border-radius: 7px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -.01em;
}

.brand-style-shadow-blue {
  font-size: 1.92rem;
  font-weight: 900;
  letter-spacing: -.035em;
  text-shadow: 0 8px 20px color-mix(in srgb, var(--blue) 22%, transparent);
}

.brand-style-gradient-pro {
  font-size: 1.86rem;
  font-weight: 950;
  letter-spacing: -.035em;
  color: transparent !important;
  background: linear-gradient(120deg, var(--blue), var(--blue-dark), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
}

.brand-style-pill-mark {
  padding: 7px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--blue) 10%, white);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -.01em;
}

.brand-style-file-badge {
  padding: 6px 10px;
  border-left: 5px solid currentColor;
  background: color-mix(in srgb, var(--blue) 8%, white);
  font-size: 1.34rem;
  font-weight: 880;
  letter-spacing: 0;
}

.brand-style-luxury-light {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.86rem;
  font-weight: 500;
  letter-spacing: .04em;
}

.brand-style-clinical-clear {
  font-size: 1.56rem;
  font-weight: 780;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.brand-style-vault-stamp {
  padding: 5px 9px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-style-friendly-round {
  font-size: 1.86rem;
  font-weight: 820;
  letter-spacing: -.02em;
}

.brand-style-enterprise {
  font-size: 1.52rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.brand-style-minimal-word {
  font-size: 1.58rem;
  font-weight: 650;
  letter-spacing: 0;
}

.nav-links,
.header-actions,
.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-links a {
  color: #243143;
  font-size: 0.95rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--blue);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-weight: 750;
  text-decoration: none;
}

.button.secondary {
  background: transparent;
  color: var(--blue);
}

.button:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  color: #fff;
}

.hero {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 87, 255, 0.09), rgba(0, 194, 168, 0.08)),
    #fff;
}

.hero .inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 470px;
  padding: 90px 0 54px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  color: #07142a;
  font-size: clamp(3rem, 5.4vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero h2 {
  max-width: 650px;
  margin: 26px auto 0;
  color: #172235;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.12;
  font-weight: 560;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-actions {
  justify-content: center;
  margin-top: 32px;
}

.feature-band {
  background: #fff;
  border-top: 1px solid var(--line);
}

.feature-band:nth-of-type(odd) {
  background: var(--soft);
}

.feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 52px;
  align-items: center;
  padding: 84px 0;
}

.feature-band:nth-of-type(even) .feature {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.feature-band:nth-of-type(even) .feature-media {
  order: 2;
}

.feature h3,
.section-heading h2,
.cta h2 {
  margin: 0;
  color: #07142a;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.feature p,
.section-heading p,
.related-card p,
.faq-panel,
.cta p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.feature-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(11, 31, 68, 0.14);
  filter: var(--media-filter, none);
}

.trust,
.related,
.faq,
.cta {
  padding: 78px 0;
}

.trust {
  background: #0b1220;
  color: #fff;
}

.trust .section-heading h2,
.trust .section-heading p {
  color: #fff;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.logo-card,
.related-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.logo-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 120px;
  place-items: center;
  padding: 24px;
}

.feature-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.feature-media::after,
.logo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--media-tint, transparent);
  mix-blend-mode: color;
  opacity: var(--media-tint-opacity, 0);
  pointer-events: none;
}

.logo-card::after {
  mix-blend-mode: multiply;
}

.logo-card img {
  max-width: 100%;
  max-height: 76px;
  filter: var(--logo-filter, var(--media-filter, none));
}

.related {
  background: var(--soft);
}

.section-heading {
  max-width: 780px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.related-card {
  padding: 24px;
}

.related-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--aqua);
  color: var(--blue);
  font-weight: 900;
}

.related-card h3 {
  margin: 18px 0 8px;
  font-size: 1.35rem;
}

.related-card a,
.feature a,
.footer a {
  color: var(--blue);
  font-weight: 750;
  text-decoration: none;
}

.faq {
  background: #fff;
}

.faq-list {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 780;
  text-align: left;
}

.faq-panel {
  display: none;
  max-width: 860px;
  padding: 0 0 22px;
}

.faq-item.open .faq-panel {
  display: block;
}

.cta {
  background: var(--yellow);
}

.cta .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer {
  padding: 46px 0;
  background: #07142a;
  color: #d9e1ec;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
}

.fallback {
  width: min(760px, calc(100% - 40px));
  margin: 80px auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.app-shell.site-theme-sharefile {
  --ink: #0f172a;
  --muted: #546179;
  --line: #d9e4f5;
  --blue: #225eff;
  --blue-dark: #0037cb;
  --mint: #e0f8eb;
  --aqua: #e4f3ff;
  --yellow: #f0f7ff;
  --surface: #ffffff;
  --soft: #f5f8ff;
  --media-tint: #225eff;
  --media-tint-opacity: .18;
  --media-filter: saturate(1.08);
  --logo-filter: grayscale(1) sepia(1) saturate(5) hue-rotate(192deg);
}

.app-shell.site-theme-box {
  --ink: #07142a;
  --muted: #536171;
  --line: #d9e1ec;
  --blue: #0057ff;
  --blue-dark: #003cbd;
  --mint: #d9f6e5;
  --aqua: #d9f2ff;
  --yellow: #fff4c8;
  --surface: #ffffff;
  --soft: #f5f8fc;
  --media-tint: #0057ff;
  --media-tint-opacity: .16;
  --media-filter: saturate(1.04);
  --logo-filter: grayscale(1) sepia(1) saturate(6) hue-rotate(196deg);
}

.app-shell.site-theme-transfer {
  --ink: #161616;
  --muted: #5f6368;
  --line: #eceff3;
  --blue: #111827;
  --blue-dark: #000000;
  --mint: #f4f4f5;
  --aqua: #f4f4f5;
  --yellow: #f4f4f5;
  --surface: #ffffff;
  --soft: #fafafa;
  --media-tint: #111827;
  --media-tint-opacity: .22;
  --media-filter: grayscale(.35) contrast(1.05);
  --logo-filter: grayscale(1) contrast(1.15);
}

.app-shell.site-theme-vault {
  --ink: #f8fafc;
  --muted: #b8c4d8;
  --line: rgba(148, 163, 184, .25);
  --blue: #38bdf8;
  --blue-dark: #0ea5e9;
  --mint: #12323a;
  --aqua: #0f2c3a;
  --yellow: #111827;
  --surface: #020617;
  --soft: #0f172a;
  --media-tint: #38bdf8;
  --media-tint-opacity: .28;
  --media-filter: grayscale(.25) brightness(.82) contrast(1.1);
  --logo-filter: grayscale(1) sepia(1) saturate(5) hue-rotate(150deg) brightness(1.2);
  background: #020617;
  color: #f8fafc;
}

.app-shell.site-theme-clinic {
  --ink: #102a43;
  --muted: #526576;
  --line: #d8eef2;
  --blue: #0f766e;
  --blue-dark: #0f5f59;
  --mint: #dcfce7;
  --aqua: #e0f7fa;
  --yellow: #f0fdfa;
  --surface: #ffffff;
  --soft: #f0fdfa;
  --media-tint: #0f766e;
  --media-tint-opacity: .28;
  --media-filter: grayscale(.12) saturate(.95);
  --logo-filter: grayscale(1) sepia(1) saturate(5) hue-rotate(128deg);
}

.app-shell.site-theme-gallery {
  --ink: #1e1b4b;
  --muted: #5d5472;
  --line: #e9d5ff;
  --blue: #7c3aed;
  --blue-dark: #5b21b6;
  --mint: #fce7f3;
  --aqua: #ede9fe;
  --yellow: #faf5ff;
  --surface: #ffffff;
  --soft: #faf5ff;
  --media-tint: #db2777;
  --media-tint-opacity: .25;
  --media-filter: saturate(1.15) contrast(1.04);
  --logo-filter: grayscale(1) sepia(1) saturate(5) hue-rotate(250deg);
}

.app-shell[class*="site-theme-"] .site-header {
  background: rgba(255, 255, 255, .94);
  border-color: var(--line);
}

.app-shell[class*="site-theme-"] .hero {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--blue) 10%, transparent), color-mix(in srgb, var(--mint) 45%, transparent)),
    var(--surface);
}

.app-shell[class*="site-theme-"] .hero h1,
.app-shell[class*="site-theme-"] .hero h2,
.app-shell[class*="site-theme-"] .feature h3,
.app-shell[class*="site-theme-"] .section-heading h2,
.app-shell[class*="site-theme-"] .cta h2,
.app-shell[class*="site-theme-"] .faq-button,
.app-shell[class*="site-theme-"] .related-card h3 {
  color: var(--ink);
}

.app-shell[class*="site-theme-"] .feature-band,
.app-shell[class*="site-theme-"] .faq {
  background: var(--surface);
  border-color: var(--line);
}

.app-shell[class*="site-theme-"] .feature-band:nth-of-type(odd),
.app-shell[class*="site-theme-"] .related {
  background: var(--soft);
}

.app-shell[class*="site-theme-"] .logo-card,
.app-shell[class*="site-theme-"] .related-card {
  border-color: var(--line);
}

.app-shell.site-theme-transfer .hero {
  background: #ffffff;
}

.app-shell.site-theme-transfer .site-header {
  box-shadow: none;
}

.app-shell.site-theme-transfer .button,
.app-shell.site-theme-transfer .button.secondary {
  border-radius: 999px;
}

.app-shell.site-theme-vault .site-header,
.app-shell.site-theme-vault .feature-band,
.app-shell.site-theme-vault .faq {
  background: #020617;
  color: #f8fafc;
  border-color: rgba(148, 163, 184, .25);
}

.app-shell.site-theme-vault .hero {
  background:
    linear-gradient(135deg, rgba(2, 6, 23, .95), rgba(15, 23, 42, .84)),
    #020617;
}

.app-shell.site-theme-vault .feature-band:nth-of-type(odd),
.app-shell.site-theme-vault .related,
.app-shell.site-theme-vault .cta {
  background: #0f172a;
}

.app-shell.site-theme-vault .logo-card,
.app-shell.site-theme-vault .related-card {
  border-color: rgba(148, 163, 184, .25);
  background: rgba(15, 23, 42, .92);
}

.app-shell.site-theme-vault .nav-links a,
.app-shell.site-theme-vault .button.secondary,
.app-shell.site-theme-vault .feature p,
.app-shell.site-theme-vault .section-heading p,
.app-shell.site-theme-vault .related-card p,
.app-shell.site-theme-vault .faq-panel,
.app-shell.site-theme-vault .cta p {
  color: #cbd5e1;
}

.app-shell.site-theme-vault .feature-media img {
  box-shadow: 0 22px 70px rgba(0, 0, 0, .36);
}

.app-shell.site-theme-clinic .hero {
  background: linear-gradient(180deg, #f0fdfa, #ffffff);
}

.app-shell.site-theme-clinic .feature-media img {
  border-left: 5px solid #0f766e;
}

.app-shell.site-theme-gallery .hero {
  background: linear-gradient(135deg, #faf5ff, #ffffff 55%, #fce7f3);
}

.app-shell.site-theme-gallery .button {
  border-color: transparent;
  background: linear-gradient(135deg, #7c3aed, #db2777);
}

.app-shell.site-theme-gallery .feature-media img,
.app-shell.site-theme-gallery .related-card {
  box-shadow: 0 24px 72px rgba(88, 28, 135, .16);
}

@media (max-width: 900px) {
  .site-header .inner,
  .hero .inner,
  .feature,
  .feature-band:nth-of-type(even) .feature,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .feature-band:nth-of-type(even) .feature-media {
    order: 0;
  }

  .hero .inner {
    min-height: auto;
    padding: 54px 0 44px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .logo-grid,
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta .section-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .logo-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .site-header .inner {
    width: min(100% - 28px, 1180px);
  }

  .nav-links {
    display: none;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .feature,
  .trust,
  .related,
  .faq,
  .cta {
    padding: 52px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-shell.is-loaded > * {
    animation: none;
  }
}
