/*
 * Contorg OneData - SP Page Builder 6 landing page
 * Pitech-inspired visual language, Contorg color palette
 * Install: load after the template and SP Page Builder styles.
 */

:root {
  --od-navy-950: #020b1d;
  --od-navy-900: #06152f;
  --od-navy-800: #082652;
  --od-blue: #1777d2;
  --od-cyan: #08b9ea;
  --od-orange: #ff5a00;
  --od-orange-2: #ff8a00;
  --od-ink: #061c43;
  --od-text: #253858;
  --od-muted: #68758d;
  --od-line: #dbe6f1;
  --od-soft: #f2f7fc;
  --od-white: #ffffff;
  --od-radius-lg: 32px;
  --od-radius-md: 22px;
  --od-shadow: 0 24px 70px rgba(3, 20, 52, 0.14);
  --od-shell: 1180px;
}

html {
  scroll-behavior: smooth;
}

.onedata-row,
.onedata-row .sppb-container-inner,
.onedata-row .sppb-row,
.onedata-row .onedata-row-column,
.onedata-row .sppb-column-addons,
.onedata-row .onedata-row-addon,
.onedata-row .onedata-row-addon .sppb-addon-content {
  margin: 0 !important;
  padding: 0 !important;
}

.onedata-row,
.onedata-row > .sppb-container-inner {
  width: 100%;
  max-width: none;
}

.onedata-row > .sppb-container-inner > .sppb-row > [class*="sppb-col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.onedata-landing,
.onedata-landing * {
  box-sizing: border-box;
}

.onedata-landing {
  position: relative;
  overflow: clip;
  width: 100%;
  color: var(--od-text);
  background: var(--od-white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

.onedata-landing img {
  display: block;
  max-width: 100%;
  height: auto;
}

.onedata-landing a {
  color: inherit;
  text-decoration: none;
}

.onedata-landing h1,
.onedata-landing h2,
.onedata-landing h3,
.onedata-landing p {
  margin-top: 0;
}

.onedata-landing h1,
.onedata-landing h2,
.onedata-landing h3 {
  color: var(--od-ink);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.od-shell {
  width: min(calc(100% - 48px), var(--od-shell));
  margin-inline: auto;
}

.od-section {
  position: relative;
  padding: 112px 0;
  scroll-margin-top: 92px;
}

.od-section--soft {
  background: var(--od-soft);
}

.od-section--dark {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 85% 12%, rgba(8, 185, 234, 0.20), transparent 30%),
    radial-gradient(circle at 14% 85%, rgba(255, 90, 0, 0.15), transparent 26%),
    linear-gradient(135deg, var(--od-navy-950), var(--od-navy-800));
}

.od-section--dark::after,
.od-hero::after {
  position: absolute;
  right: -130px;
  bottom: -150px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(8, 185, 234, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(8, 185, 234, 0.035), 0 0 0 126px rgba(255, 90, 0, 0.025);
  content: "";
  pointer-events: none;
}

.od-section--dark h2,
.od-section--dark h3,
.od-section--dark .od-section-head__title {
  color: var(--od-white);
}

.od-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: var(--od-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.od-eyebrow::before {
  width: 28px;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--od-cyan), var(--od-orange));
  content: "";
}

.od-section--dark .od-eyebrow {
  color: var(--od-cyan);
}

.od-accent {
  color: var(--od-orange);
}

.od-cyan {
  color: var(--od-cyan);
}

.od-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 58px;
}

.od-section-head--center {
  display: block;
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.od-section-head--center .od-eyebrow {
  justify-content: center;
}

.od-section-head__title {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(40px, 5vw, 68px);
}

.od-section-head__lead {
  margin-bottom: 0;
  color: var(--od-muted);
  font-size: 18px;
}

.od-section--dark .od-section-head__lead {
  color: rgba(255, 255, 255, 0.68);
}

/* Pitech / Helix Ultimate template header.
 * Add the `onedata-page` page class to this menu item in Joomla.
 */
body.onedata-page #sp-header {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(2, 11, 29, 0.64);
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
  transition: height 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.onedata-page #sp-header .container-inner {
  width: min(calc(100% - 48px), var(--od-shell));
  height: 100%;
  margin-inline: auto;
}

body.onedata-page #sp-header .container-inner > .row,
body.onedata-page #sp-header #sp-logo,
body.onedata-page #sp-header #sp-menu,
body.onedata-page #sp-header #sp-logo > .sp-column,
body.onedata-page #sp-header #sp-menu > .sp-column {
  height: 100%;
}

body.onedata-page #sp-header .logo-image {
  display: block;
  width: auto;
  max-width: 190px;
  height: 42px;
  object-fit: contain;
}

body.onedata-page #sp-header .sp-megamenu-parent > li > a,
body.onedata-page #sp-header .sp-megamenu-parent > li > span {
  display: flex;
  height: 100px;
  align-items: center;
  padding-inline: 15px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 180ms ease;
}

body.onedata-page #sp-header .sp-megamenu-parent > li:hover > a,
body.onedata-page #sp-header .sp-megamenu-parent > li.active > a,
body.onedata-page #sp-header .sp-megamenu-parent > li.current-item > a {
  color: var(--od-white);
}

body.onedata-page #sp-header .sp-megamenu-parent > li.active > a::after,
body.onedata-page #sp-header .sp-megamenu-parent > li.current-item > a::after {
  position: absolute;
  right: 15px;
  bottom: 24px;
  left: 15px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--od-cyan), var(--od-orange));
  content: "";
}

body.onedata-page #sp-header .sp-megamenu-parent > li {
  position: relative;
}

body.onedata-page #sp-header .sp-megamenu-parent > li.onedata-menu-cta > a,
body.onedata-page #sp-header .sppb-btn-primary {
  height: auto;
  min-height: 48px;
  margin-left: 14px;
  padding: 13px 21px;
  color: var(--od-white) !important;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--od-blue), var(--od-cyan)) !important;
  box-shadow: -8px 8px 0 rgba(255, 90, 0, 0.22);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

body.onedata-page #sp-header .sppb-btn-link {
  color: rgba(255, 255, 255, 0.76) !important;
}

body.onedata-page #sp-header #offcanvas-toggler,
body.onedata-page #sp-header #offcanvas-toggler .burger-icon > span {
  color: var(--od-white);
}

body.onedata-page #sp-header #offcanvas-toggler .burger-icon > span {
  background-color: var(--od-white);
}

body.onedata-page #sp-header.header-sticky {
  position: fixed;
  height: 82px;
  background: rgba(2, 11, 29, 0.96);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.20);
}

body.onedata-page #sp-header.header-sticky .sp-megamenu-parent > li > a,
body.onedata-page #sp-header.header-sticky .sp-megamenu-parent > li > span {
  height: 82px;
}

body.onedata-page .offcanvas-menu {
  color: rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 100% 0, rgba(8, 185, 234, 0.18), transparent 34%),
    var(--od-navy-950);
}

body.onedata-page .offcanvas-menu .offcanvas-inner a,
body.onedata-page .offcanvas-menu .menu-toggler {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

body.onedata-page .offcanvas-menu .menu-parent > li.active > a,
body.onedata-page .offcanvas-menu .menu-parent > li.current-item > a,
body.onedata-page .offcanvas-menu .menu-parent > li > a:hover {
  color: var(--od-orange);
}

body.onedata-page .close-offcanvas {
  color: var(--od-white);
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.06);
}

/* Hero */
.od-hero {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(90deg, rgba(2, 11, 29, 0.98) 0%, rgba(4, 19, 48, 0.95) 45%, rgba(4, 17, 42, 0.74) 100%),
    radial-gradient(circle at 80% 40%, rgba(8, 185, 234, 0.20), transparent 38%),
    var(--od-navy-950);
}

.od-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 790px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 72px;
  align-items: center;
  padding-top: 122px;
  padding-bottom: 62px;
}

.od-hero__copy {
  position: relative;
  z-index: 3;
}

.od-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--od-cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.od-hero__kicker::before {
  width: 36px;
  height: 4px;
  background: var(--od-orange);
  content: "";
}

.od-hero h1 {
  max-width: 760px;
  margin-bottom: 26px;
  color: var(--od-white);
  font-size: clamp(54px, 6.7vw, 92px);
  letter-spacing: -0.055em;
}

.od-hero h1 span {
  display: block;
  color: var(--od-orange);
}

.od-hero__lead {
  max-width: 690px;
  margin-bottom: 33px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.od-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.od-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.od-button:hover,
.od-button:focus-visible {
  transform: translateY(-3px);
}

.od-button--primary {
  color: var(--od-white) !important;
  background: linear-gradient(135deg, var(--od-orange), var(--od-orange-2));
  box-shadow: -9px 9px 0 rgba(8, 185, 234, 0.24);
}

.od-button--ghost {
  color: var(--od-white) !important;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.od-button--dark {
  color: var(--od-white) !important;
  background: var(--od-navy-900);
}

.od-hero__visual {
  position: relative;
  justify-self: end;
  width: min(100%, 420px);
}

.od-hero__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.72;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px 8px 100px 8px;
  background: #041129;
  box-shadow: 0 42px 80px rgba(0, 0, 0, 0.5);
  transform: rotate(1.5deg);
}

.od-hero__frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(2, 11, 29, 0.46));
  content: "";
}

.od-hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.od-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
  padding: 16px 18px;
  color: var(--od-ink);
  border-radius: 8px;
  background: var(--od-white);
  box-shadow: var(--od-shadow);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.od-float-card span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--od-white);
  border-radius: 3px;
  background: linear-gradient(135deg, var(--od-blue), var(--od-cyan));
}

.od-float-card--one {
  top: 14%;
  left: -74px;
}

.od-float-card--two {
  right: -38px;
  bottom: 12%;
}

.od-trustbar {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  color: var(--od-white);
  background: var(--od-navy-900);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.od-trustbar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.od-trustbar__item {
  display: flex;
  min-height: 122px;
  align-items: center;
  gap: 14px;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.od-trustbar__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.od-trustbar__number {
  color: var(--od-orange);
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.od-trustbar__text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

/* Intro */
.od-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 86px;
  align-items: center;
}

.od-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px var(--od-radius-lg) 8px;
  box-shadow: var(--od-shadow);
}

.od-photo-card::before {
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -20px;
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, var(--od-cyan), var(--od-blue));
  content: "";
}

.od-photo-card img {
  width: 100%;
}

.od-intro-copy h2 {
  margin-bottom: 25px;
  font-size: clamp(42px, 5.2vw, 67px);
}

.od-intro-copy > p {
  margin-bottom: 25px;
  color: var(--od-muted);
  font-size: 19px;
}

.od-quote {
  position: relative;
  margin: 34px 0 0;
  padding: 26px 28px 26px 74px;
  color: var(--od-ink);
  border-left: 5px solid var(--od-orange);
  background: var(--od-soft);
  font-size: 21px;
  font-weight: 750;
  line-height: 1.55;
}

.od-quote::before {
  position: absolute;
  top: 9px;
  left: 22px;
  color: var(--od-cyan);
  content: "“";
  font-size: 64px;
  font-weight: 900;
}

.od-benefit-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.od-benefit {
  padding: 22px;
  border: 1px solid var(--od-line);
  border-radius: 8px;
  background: var(--od-white);
}

.od-benefit strong {
  display: block;
  margin-bottom: 4px;
  color: var(--od-ink);
  font-size: 14px;
  text-transform: uppercase;
}

.od-benefit span {
  color: var(--od-muted);
  font-size: 14px;
}

/* Module ecosystem */
.od-module-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.od-module-card {
  min-height: 220px;
  padding: 29px 25px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px 6px 28px 6px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(8px);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.od-module-card:hover {
  border-color: rgba(8, 185, 234, 0.54);
  background: rgba(255, 255, 255, 0.085);
  transform: translateY(-6px);
}

.od-module-card__icon,
.od-industry-card__icon,
.od-outcome__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--od-white);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--od-blue), var(--od-cyan));
  box-shadow: 7px 7px 0 rgba(255, 90, 0, 0.22);
  font-size: 14px;
  font-weight: 900;
}

.od-module-card h3 {
  margin: 27px 0 10px;
  font-size: 23px;
}

.od-module-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.55;
}

/* Comparison */
.od-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 50px;
}

.od-reason {
  padding: 31px;
  border-top: 5px solid var(--od-cyan);
  border-radius: 7px;
  background: var(--od-white);
  box-shadow: 0 12px 40px rgba(6, 28, 67, 0.08);
}

.od-reason__number {
  color: var(--od-orange);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.od-reason h3 {
  margin: 16px 0 8px;
  font-size: 23px;
}

.od-reason p {
  margin-bottom: 0;
  color: var(--od-muted);
  font-size: 15px;
}

.od-compare {
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--od-line);
  border-radius: var(--od-radius-md);
  background: var(--od-white);
  box-shadow: var(--od-shadow);
}

.od-compare__side {
  padding: 42px;
}

.od-compare__side + .od-compare__side {
  border-left: 1px solid var(--od-line);
}

.od-compare__side h3 {
  margin-bottom: 28px;
  font-size: 27px;
}

.od-compare__side--old h3 {
  color: #8c3d21;
}

.od-compare__side--new {
  background: linear-gradient(150deg, #eefaff, #ffffff 70%);
}

.od-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.od-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--od-text);
}

.od-checklist li::before {
  display: grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  font-size: 14px;
  font-weight: 900;
}

.od-compare__side--old .od-checklist li::before {
  color: var(--od-white);
  background: var(--od-orange);
  content: "×";
}

.od-compare__side--new .od-checklist li::before {
  color: var(--od-white);
  background: linear-gradient(135deg, var(--od-blue), var(--od-cyan));
}

/* Product highlights */
.od-showcase-list {
  display: grid;
  gap: 36px;
}

.od-showcase {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  border: 1px solid var(--od-line);
  border-radius: var(--od-radius-md);
  background: var(--od-white);
  box-shadow: 0 18px 60px rgba(6, 28, 67, 0.09);
}

.od-showcase:nth-child(even) {
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
}

.od-showcase:nth-child(even) .od-showcase__copy {
  order: 2;
}

.od-showcase:nth-child(even) .od-showcase__media {
  order: 1;
}

.od-showcase__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 46px;
}

.od-showcase__tag {
  margin-bottom: 12px;
  color: var(--od-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.od-showcase h3 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 52px);
}

.od-showcase .od-checklist {
  gap: 10px;
  font-size: 15px;
}

.od-showcase .od-checklist li::before {
  color: var(--od-white);
  background: var(--od-blue);
}

.od-showcase__media {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  background: #e9f2fa;
}

.od-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 500ms ease;
}

.od-showcase:hover .od-showcase__media img {
  transform: scale(1.025);
}

.od-showcase--dashboard {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  color: rgba(255, 255, 255, 0.76);
  border-color: rgba(255, 255, 255, 0.10);
  background: var(--od-navy-900);
}

.od-showcase--dashboard h3 {
  color: var(--od-white);
}

.od-showcase--dashboard .od-showcase__media img {
  object-position: top center;
}

/* Industries */
.od-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.od-industry-card {
  min-height: 205px;
  padding: 28px;
  border: 1px solid var(--od-line);
  border-radius: 8px 8px 28px 8px;
  background: var(--od-white);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.od-industry-card:hover {
  border-color: var(--od-cyan);
  box-shadow: 0 18px 50px rgba(6, 28, 67, 0.10);
  transform: translateY(-5px);
}

.od-industry-card__icon {
  color: var(--od-white);
}

.od-industry-card h3 {
  margin: 26px 0 0;
  font-size: 22px;
}

/* Process */
.od-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.od-process::before {
  position: absolute;
  top: 31px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--od-blue), var(--od-cyan), var(--od-orange));
  content: "";
}

.od-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.od-step__number {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  place-items: center;
  color: var(--od-white);
  border: 7px solid var(--od-white);
  border-radius: 50%;
  background: var(--od-navy-800);
  box-shadow: 0 0 0 1px var(--od-line);
  font-size: 18px;
  font-weight: 900;
}

.od-step:nth-child(4) .od-step__number,
.od-step:nth-child(5) .od-step__number {
  background: var(--od-orange);
}

.od-step h3 {
  margin-bottom: 10px;
  font-size: 19px;
  letter-spacing: -0.01em;
}

.od-step p {
  margin-bottom: 0;
  color: var(--od-muted);
  font-size: 14px;
  line-height: 1.5;
}

/* Outcomes and philosophy */
.od-outcome-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.od-outcome {
  padding: 30px;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px 6px 28px 6px;
  background: rgba(255, 255, 255, 0.05);
}

.od-outcome__icon {
  margin-bottom: 25px;
}

.od-outcome h3 {
  margin-bottom: 9px;
  font-size: 21px;
}

.od-outcome p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.od-philosophy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 60px;
  align-items: center;
  margin-top: 70px;
  padding: 52px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--od-radius-md);
  background: linear-gradient(135deg, rgba(8, 185, 234, 0.12), rgba(255, 90, 0, 0.08));
}

.od-philosophy blockquote {
  margin: 0;
  color: var(--od-white);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.18;
}

.od-philosophy blockquote strong {
  color: var(--od-orange);
}

.od-philosophy .od-checklist li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.od-philosophy .od-checklist li::before {
  color: var(--od-white);
  background: var(--od-blue);
}

/* Full service and CTA */
.od-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.od-service {
  display: flex;
  min-height: 120px;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border-bottom: 3px solid var(--od-cyan);
  border-radius: 7px;
  background: var(--od-white);
  box-shadow: 0 12px 36px rgba(6, 28, 67, 0.07);
}

.od-service__index {
  color: var(--od-orange);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.od-service h3 {
  margin-bottom: 4px;
  font-size: 20px;
}

.od-service p {
  margin-bottom: 0;
  color: var(--od-muted);
  font-size: 14px;
  line-height: 1.4;
}

.od-cta {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(100deg, rgba(2, 11, 29, 0.98), rgba(6, 38, 82, 0.92)),
    var(--od-navy-900);
}

.od-cta::before {
  position: absolute;
  top: -160px;
  right: -80px;
  width: 520px;
  height: 520px;
  border: 2px solid rgba(8, 185, 234, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(8, 185, 234, 0.035), 0 0 0 140px rgba(255, 90, 0, 0.025);
  content: "";
}

.od-cta__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 70px;
  align-items: center;
}

.od-cta h2 {
  margin-bottom: 22px;
  color: var(--od-white);
  font-size: clamp(48px, 6vw, 76px);
}

.od-cta__lead {
  max-width: 670px;
  margin-bottom: 31px;
  font-size: 19px;
}

.od-contact-card {
  padding: 38px;
  color: var(--od-ink);
  border-radius: 8px 8px 34px 8px;
  background: var(--od-white);
  box-shadow: var(--od-shadow);
}

.od-contact-card h3 {
  margin-bottom: 22px;
  font-size: 25px;
}

.od-contact-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.od-contact-list a,
.od-contact-list span {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--od-text);
  font-size: 15px;
}

.od-contact-list b {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--od-white);
  border-radius: 50%;
  background: var(--od-orange);
  font-size: 13px;
}

.od-footer-note {
  margin: 0;
  padding: 22px 0;
  color: rgba(255, 255, 255, 0.53);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: var(--od-navy-950);
  font-size: 13px;
  text-align: center;
}

/* Large tablet / small desktop */
@media (max-width: 1199px) {
  .od-shell {
    width: min(calc(100% - 40px), 1040px);
  }

  .od-section {
    padding: 92px 0;
  }

  .od-hero__grid {
    gap: 42px;
  }

  .od-float-card--one {
    left: -34px;
  }

  .od-float-card--two {
    right: -12px;
  }

  .od-intro-grid {
    gap: 58px;
  }

  .od-module-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .od-outcome-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet */
@media (max-width: 991px) {
  .onedata-landing {
    font-size: 16px;
  }

  body.onedata-page #sp-header {
    height: 84px;
  }

  body.onedata-page #sp-header .container-inner {
    width: min(calc(100% - 36px), 920px);
  }

  body.onedata-page #sp-header .logo-image {
    height: 37px;
  }

  .od-section {
    padding: 82px 0;
  }

  .od-hero,
  .od-hero__grid {
    min-height: 700px;
  }

  .od-hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(290px, 0.9fr);
    gap: 24px;
    padding-top: 112px;
  }

  .od-hero h1 {
    font-size: clamp(50px, 7.4vw, 68px);
  }

  .od-float-card {
    display: none;
  }

  .od-trustbar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .od-trustbar__item:nth-child(odd) {
    border-left: 1px solid rgba(255, 255, 255, 0.10);
  }

  .od-intro-grid {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 40px;
  }

  .od-benefit-row {
    grid-template-columns: 1fr;
  }

  .od-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 45px;
  }

  .od-module-grid,
  .od-industry-grid,
  .od-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .od-reason-grid {
    grid-template-columns: 1fr;
  }

  .od-showcase,
  .od-showcase:nth-child(even),
  .od-showcase--dashboard {
    grid-template-columns: 1fr;
  }

  .od-showcase:nth-child(even) .od-showcase__copy,
  .od-showcase:nth-child(even) .od-showcase__media {
    order: initial;
  }

  .od-showcase__media {
    min-height: 390px;
  }

  .od-showcase__media img {
    object-fit: contain;
  }

  .od-process {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 46px;
  }

  .od-process::before {
    display: none;
  }

  .od-philosophy,
  .od-cta__grid {
    grid-template-columns: 1fr;
  }

  .od-contact-card {
    max-width: 620px;
  }
}

/* Phone */
@media (max-width: 767px) {
  html {
    scroll-behavior: auto;
  }

  .od-shell {
    width: min(calc(100% - 30px), 680px);
  }

  .od-section {
    padding: 68px 0;
    scroll-margin-top: 68px;
  }

  .od-section-head,
  .od-section-head--center {
    margin-bottom: 36px;
  }

  .od-section-head__title {
    font-size: clamp(34px, 10vw, 48px);
  }

  body.onedata-page #sp-header,
  body.onedata-page #sp-header.header-sticky {
    height: 72px;
  }

  body.onedata-page #sp-header .container-inner {
    width: calc(100% - 30px);
  }

  body.onedata-page #sp-header .logo-image {
    max-width: 158px;
    height: 34px;
  }

  body.onedata-page #sp-header #offcanvas-toggler {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 4px;
  }

  .od-hero,
  .od-hero__grid {
    min-height: auto;
  }

  .od-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 126px;
    padding-bottom: 55px;
  }

  .od-hero h1 {
    font-size: clamp(45px, 14vw, 65px);
  }

  .od-hero__lead {
    font-size: 18px;
  }

  .od-hero__visual {
    justify-self: center;
    width: min(88%, 390px);
  }

  .od-hero__frame {
    border-radius: 7px 7px 62px 7px;
    transform: none;
  }

  .od-trustbar__item {
    min-height: 105px;
    padding: 20px;
  }

  .od-intro-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .od-photo-card {
    width: min(100%, 440px);
    margin-inline: auto;
  }

  .od-intro-copy h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .od-quote {
    padding: 24px 22px 24px 58px;
    font-size: 18px;
  }

  .od-quote::before {
    left: 14px;
  }

  .od-module-grid,
  .od-industry-grid,
  .od-service-grid,
  .od-outcome-grid {
    grid-template-columns: 1fr;
  }

  .od-module-card {
    min-height: 0;
  }

  .od-compare {
    grid-template-columns: 1fr;
  }

  .od-compare__side {
    padding: 30px 24px;
  }

  .od-compare__side + .od-compare__side {
    border-top: 1px solid var(--od-line);
    border-left: 0;
  }

  .od-showcase__copy {
    padding: 38px 25px;
  }

  .od-showcase__media {
    min-height: 285px;
  }

  .od-process {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 16px;
  }

  .od-step:last-child {
    grid-column: 1 / -1;
    max-width: 260px;
    margin-inline: auto;
  }

  .od-philosophy {
    gap: 38px;
    margin-top: 48px;
    padding: 34px 24px;
  }

  .od-cta__grid {
    gap: 42px;
  }

  .od-cta h2 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .od-contact-card {
    padding: 30px 24px;
  }
}

/* Small phone */
@media (max-width: 479px) {
  .od-actions {
    display: grid;
  }

  .od-button {
    width: 100%;
  }

  .od-trustbar__grid {
    grid-template-columns: 1fr;
  }

  .od-trustbar__item,
  .od-trustbar__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
  }

  .od-process {
    grid-template-columns: 1fr;
  }

  .od-step:last-child {
    grid-column: auto;
  }

  .od-showcase__media {
    min-height: 225px;
  }

  .od-contact-list a,
  .od-contact-list span {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .onedata-landing *,
  .onedata-landing *::before,
  .onedata-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
