/* ============================================================
   OXALIS — ATLASSIAN PRODUCT PAGE CSS
   Built from Figma: Atlassian platform page
   ============================================================ */

/* ─── PAGE WRAPPER ─────────────────────────────────────────── */
.ox-atlassian-page {
  background: #FAF4E5;
}

/* ─── SECTION 1: HERO ───────────────────────────────────────── */
.ox-atlassian-hero {
  background: #FAF4E5;
  padding: 0 179px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flow-root;
}
.ox-atlassian-hero__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 122px 0 64px;
  gap: 40px;
}
.ox-atlassian-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 0 0 563px;
}
.ox-atlassian-hero__eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.ox-atlassian-hero__eyebrow-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13252A;
}
.ox-atlassian-hero__h1 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 68px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-hero__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 2px;
}
.ox-atlassian-hero__divider-cap {
  width: 24px;
  height: 2px;
  background: #13252A;
  flex-shrink: 0;
}
.ox-atlassian-hero__divider-mid {
  flex: 1;
  height: 2px;
  background: #13252A;
  opacity: 0.25;
}
.ox-atlassian-hero__intro {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-hero__cta {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  background: #FAE6CE;
  border: 1px solid #FF6600;
  text-decoration: none;
}
.ox-atlassian-hero__cta-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13252A;
}
.ox-atlassian-hero__logo {
  position: absolute;
  top: 230px;
  right: 179px;
}
.ox-atlassian-hero__logo img {
  width: 481px;
  height: 78px;
  object-fit: contain;
}

/* ─── SECTION 2: STATS ─────────────────────────────────────── */
.ox-atlassian-stats {
  background: #FAF4E5;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}
.ox-atlassian-stats__deck {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 59px;
  padding: 64px 0 0;
}
.ox-atlassian-stats__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}
.ox-atlassian-stats__number {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 77px;
  line-height: 105%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #CC5200;
  width: 100%;
  margin: 0;
}
.ox-atlassian-stats__label {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #13252A;
  width: 100%;
  margin: 0;
}

/* ─── SHARED: FANCY STROKE ──────────────────────────────────── */
.ox-atlassian-page .ox-fancy-stroke--light {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 2px;
  margin: 80px 0;
}
.ox-atlassian-page .ox-fancy-stroke--light .ox-fancy-stroke__cap {
  width: 24px;
  height: 2px;
  background: #13252A;
  flex-shrink: 0;
}
.ox-atlassian-page .ox-fancy-stroke--light .ox-fancy-stroke__line {
  flex: 1;
  height: 2px;
  background: #13252A;
  opacity: 0.2;
}

/* ─── SECTION 3: PLATFORM OVERVIEW ─────────────────────────── */
.ox-atlassian-platform {
  background: #FAF4E5;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}
.ox-atlassian-platform__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.ox-atlassian-platform__h2 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 105%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-platform__intro {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-platform__grid {
  display: flex;
  flex-direction: column;
}
.ox-atlassian-platform__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ox-atlassian-platform__box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px 24px 24px;
  gap: 24px;
  flex: 1;
  background: #FAEDDA;
  border: 1px solid #717C7F;
  margin: 0 -1px -1px 0;
}
.ox-atlassian-platform__box-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.ox-atlassian-platform__box-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
}
.ox-atlassian-platform__box-category {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 105%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-platform__box-product {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-platform__box-tagline {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-platform__box-divider {
  width: 100%;
  height: 1px;
  background: #717C7F;
  border: none;
  margin: 0;
}
.ox-atlassian-platform__box-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-platform__box-body ul {
  margin: 8px 0 0 0;
  padding-left: 20px;
}
.ox-atlassian-platform__box-body li {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin-bottom: 4px;
}

/* ─── SECTION 4: ECOSYSTEM TOOLS ───────────────────────────── */
.ox-atlassian-ecosystem {
  background: #FAF4E5;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}
.ox-atlassian-ecosystem__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.ox-atlassian-ecosystem__h2 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 105%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-ecosystem__intro {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-ecosystem__grid {
  display: flex;
  flex-direction: column;
}
.ox-atlassian-ecosystem__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ox-atlassian-ecosystem__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px 24px 24px;
  gap: 24px;
  flex: 1;
  background: #FAEDDA;
  border: 1px solid #717C7F;
  margin: 0 -1px -1px 0;
}
.ox-atlassian-ecosystem__card-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.ox-atlassian-ecosystem__card-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.ox-atlassian-ecosystem__card-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-ecosystem__card-divider {
  width: 100%;
  height: 1px;
  background: #717C7F;
  border: none;
  margin: 0;
}
.ox-atlassian-ecosystem__card-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #13252A;
  margin: 0;
}

/* ─── SECTION 5: DEPLOYMENT OPTIONS ────────────────────────── */
.ox-atlassian-deployment {
  background: #FAF4E5;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}
.ox-atlassian-deployment__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.ox-atlassian-deployment__h2 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 105%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-deployment__intro {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-deployment__grid {
  display: flex;
  flex-direction: column;
}
.ox-atlassian-deployment__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ox-atlassian-deployment__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px 24px 24px;
  gap: 24px;
  flex: 1;
  background: #FAF4E5;
  border: 1px solid #717C7F;
  margin: 0 -1px -1px 0;
}
.ox-atlassian-deployment__card--full {
  width: 100%;
  flex: none;
}
.ox-atlassian-deployment__card-icon {
  width: 20px;
  height: 20px;
  background: #FF6600;
  flex-shrink: 0;
}
.ox-atlassian-deployment__card-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.ox-atlassian-deployment__card-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-deployment__card-divider {
  width: 100%;
  height: 1px;
  background: #717C7F;
  border: none;
  margin: 0;
}
.ox-atlassian-deployment__card-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}
.ox-atlassian-deployment__card-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.ox-atlassian-deployment__card-list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
}

/* ─── SECTION 6: RESOURCES / ARTICLES ──────────────────────── */
.ox-atlassian-resources {
  background: #FAF4E5;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}

/* ─── HOVER STATES ──────────────────────────────────────────── */
.ox-atlassian-hero__cta:hover {
  background: #FAEDDA;
}
.ox-atlassian-platform__box:hover,
.ox-atlassian-ecosystem__card:hover,
.ox-atlassian-deployment__card:hover {
  background: #F5E8D0;
}

/* ─── EYEBROW LIGHT VARIANT ─────────────────────────────────── */
.ox-atlassian-page .ox-eyebrow__label {
  color: #13252A;
}
.ox-atlassian-page .ox-eyebrow__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Crect x='0' y='0' width='4' height='4' fill='%23FDAD73'/%3E%3Crect x='5' y='0' width='4' height='4' fill='%23FDAD73'/%3E%3Crect x='10' y='0' width='4' height='4' fill='%23FDAD73'/%3E%3Crect x='0' y='5' width='4' height='4' fill='%23FDAD73'/%3E%3Crect x='5' y='5' width='4' height='4' fill='%23FF6600'/%3E%3Crect x='10' y='5' width='4' height='4' fill='%23FDAD73'/%3E%3Crect x='0' y='10' width='4' height='4' fill='%23FDAD73'/%3E%3Crect x='5' y='10' width='4' height='4' fill='%23FDAD73'/%3E%3Crect x='10' y='10' width='4' height='4' fill='%23FDAD73'/%3E%3C/svg%3E");
}

/* ─── LIGHT HEADER OVERRIDE ─────────────────────────────────── */
.page-template-page-atlassian-php body {
  background: #FAF4E5;
}
.page-template-page-atlassian-php .ox-header {
  border-top-color: #FAF4E5;
}
.page-template-page-atlassian-php .ox-nav__link {
  background: #FAEDDA;
  color: #13252A;
}
.page-template-page-atlassian-php .ox-nav__link:hover {
  background: #F5E0C0;
}
.page-template-page-atlassian-php .ox-nav__item--active > .ox-nav__link {
  background: #F5E0C0;
}
.page-template-page-atlassian-php .ox-header__divider {
  background: #C8BFB0;
}
.page-template-page-atlassian-php .ox-header__logo {
  background: #FAF4E5;
}
.page-template-page-atlassian-php .ox-logo__text {
  color: #13252A;
}
.page-template-page-atlassian-php .ox-nav__list {
  background: #FAF4E5;
}
.page-template-page-atlassian-php .ox-nav__dropdown {
  background: #FAF4E5;
}
.page-template-page-atlassian-php .ox-nav__dropdown a {
  color: #13252A;
}
.page-template-page-atlassian-php .ox-nav__dropdown a:hover {
  background: #F0E8D5;
}
.page-template-page-atlassian-php .ox-header__divider {
  background: #D4C9B8;
}
.page-template-page-atlassian-php .ox-header {
  background: #FAF4E5;
  border-top-color: #FAF4E5;
}

/* ─── SECTION: CONTACT FORM ─────────────────────────────────── */
.ox-atlassian-form {
  background: #13252A;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}
.ox-atlassian-form__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0 0 0;
}
.ox-atlassian-form__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin-bottom: 32px;
}
.ox-atlassian-form__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  margin-bottom: 0;
}
.ox-atlassian-form__eyebrow-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #F3F4F4;
}
.ox-atlassian-form__h2 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 105%;
  text-transform: capitalize;
  color: #F3F4F4;
  margin: 0;
}
.ox-atlassian-form__intro {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #F3F4F4;
  margin: 0;
}
/* Form fields */
.ox-atlassian-form__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.ox-atlassian-form__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}
.ox-atlassian-form__field--full {
  width: 100%;
}
.ox-atlassian-form__label {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 105%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #F3F4F4;
}
.ox-atlassian-form__input {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  background: #1F3035;
  border: 1px solid #717C7F;
  color: #F3F4F4;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 0 12px;
  outline: none;
}
.ox-atlassian-form__input:focus {
  border-color: #FF6600;
}
.ox-atlassian-form__textarea {
  box-sizing: border-box;
  width: 100%;
  height: 129px;
  background: #1F3035;
  border: 1px solid #717C7F;
  color: #F3F4F4;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 12px;
  outline: none;
  resize: vertical;
}
.ox-atlassian-form__textarea:focus {
  border-color: #FF6600;
}
.ox-atlassian-form__submit {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  background: #1F3035;
  border: 1px solid #FF6600;
  cursor: pointer;
  text-decoration: none;
}
.ox-atlassian-form__submit-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #F3F4F4;
}
.ox-atlassian-form__submit:hover {
  background: #263e44;
}

/* ─── DARK LOGO ─────────────────────────────────────────────── */
.page-template-page-atlassian-php .ox-header__logo .ox-logo__svg path,
.page-template-page-atlassian-php .ox-header__logo .ox-logo__svg circle {
  fill: #13252A;
}

/* ─── NAV FULL BACKGROUND FIX ───────────────────────────────── */
.page-template-page-atlassian-php .ox-nav {
  background: #FAF4E5;
}
.page-template-page-atlassian-php .ox-nav__list {
  background: #FAF4E5;
}
.page-template-page-atlassian-php .ox-nav__item {
  background: #FAEDDA;
}
.page-template-page-atlassian-php .ox-nav__chevron path,
.page-template-page-atlassian-php .ox-nav__chevron polyline,
.page-template-page-atlassian-php .ox-nav__chevron line {
  stroke: #13252A;
}

/* ─── DEPLOYMENT FULL-WIDTH CARD BACKGROUND ─────────────────── */
.ox-atlassian-deployment__card--full {
  background: #FAEDDA;
}

/* ============================================================
   Responsive — added 2026-05-06, follows unified scale
   1100 / 900 / 600 / 480
   ============================================================ */

@media (max-width: 1100px) {
  /* Section padding: 179px → 80px */
  .ox-atlassian-hero,
  .ox-atlassian-stats,
  .ox-atlassian-platform,
  .ox-atlassian-ecosystem,
  .ox-atlassian-deployment,
  .ox-atlassian-resources,
  .ox-atlassian-form {
    padding-left: 80px;
    padding-right: 80px;
  }

  /* Hero content: relax fixed width */
  .ox-atlassian-hero__content {
    flex: 1 1 auto;
    min-width: 0;
  }

  /* Hero H1 */
  .ox-atlassian-hero__h1 {
    font-size: 52px;
  }

  /* Hero logo: reposition for smaller space */
  .ox-atlassian-hero__logo {
    position: relative;
    top: auto;
    right: auto;
    flex-shrink: 0;
    align-self: center;
  }
  .ox-atlassian-hero__logo img {
    width: 100%;
    max-width: 380px;
    height: auto;
  }

  /* Stats numbers */
  .ox-atlassian-stats__number {
    font-size: 60px;
  }

  /* Section headings */
  .ox-atlassian-platform__h2,
  .ox-atlassian-ecosystem__h2,
  .ox-atlassian-deployment__h2,
  .ox-atlassian-form__h2 {
    font-size: 38px;
  }

  /* Fancy stroke margins */
  .ox-atlassian-page .ox-fancy-stroke--light {
    margin: 48px 0;
  }
}

@media (max-width: 900px) {
  /* Section padding: 80px → 48px */
  .ox-atlassian-hero,
  .ox-atlassian-stats,
  .ox-atlassian-platform,
  .ox-atlassian-ecosystem,
  .ox-atlassian-deployment,
  .ox-atlassian-resources,
  .ox-atlassian-form {
    padding-left: 48px;
    padding-right: 48px;
  }

  /* Hero: stack vertically, logo on top */
  .ox-atlassian-hero__inner {
    flex-direction: column;
    padding-top: 96px;
    gap: 32px;
  }
  .ox-atlassian-hero__logo {
    order: -1;
  }

  /* Hero H1 */
  .ox-atlassian-hero__h1 {
    font-size: 46px;
  }

  .ox-atlassian-hero__logo img {
    max-width: 320px;
  }

  /* Stats: keep row but tighter */
  .ox-atlassian-stats__deck {
    gap: 32px;
  }
  .ox-atlassian-stats__number {
    font-size: 52px;
  }
  .ox-atlassian-stats__label {
    font-size: 18px;
  }

  /* Platform grid: stack boxes */
  .ox-atlassian-platform__row {
    flex-direction: column;
  }

  /* Ecosystem grid: 2-up via wrap */
  .ox-atlassian-ecosystem__row {
    flex-wrap: wrap;
  }
  .ox-atlassian-ecosystem__card {
    flex: 1 1 calc(50% - 1px);
    min-width: 0;
  }

  /* Deployment grid: stack */
  .ox-atlassian-deployment__row {
    flex-direction: column;
  }

  /* Form rows: stack fields */
  .ox-atlassian-form__row {
    flex-direction: column;
    gap: 24px;
  }
  .ox-atlassian-form__field {
    width: 100%;
  }

  /* Section headings */
  .ox-atlassian-platform__h2,
  .ox-atlassian-ecosystem__h2,
  .ox-atlassian-deployment__h2,
  .ox-atlassian-form__h2 {
    font-size: 34px;
  }

  /* Box category headings */
  .ox-atlassian-platform__box-category {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  /* Section padding: 48px → 24px */
  .ox-atlassian-hero,
  .ox-atlassian-stats,
  .ox-atlassian-platform,
  .ox-atlassian-ecosystem,
  .ox-atlassian-deployment,
  .ox-atlassian-resources,
  .ox-atlassian-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* Hero */
  .ox-atlassian-hero__inner {
    padding-top: 80px;
    padding-bottom: 48px;
  }
  .ox-atlassian-hero__h1 {
    font-size: 38px;
  }
  .ox-atlassian-hero__logo img {
    max-width: 260px;
  }

  /* Stats: stack vertically */
  .ox-atlassian-stats__deck {
    flex-direction: column;
    gap: 32px;
    padding-top: 48px;
  }
  .ox-atlassian-stats__item {
    align-items: center;
  }
  .ox-atlassian-stats__number {
    font-size: 48px;
  }
  .ox-atlassian-stats__label {
    font-size: 18px;
  }

  /* Ecosystem grid: single column */
  .ox-atlassian-ecosystem__card {
    flex: 1 1 100%;
  }

  /* Section headings */
  .ox-atlassian-platform__h2,
  .ox-atlassian-ecosystem__h2,
  .ox-atlassian-deployment__h2,
  .ox-atlassian-form__h2 {
    font-size: 30px;
  }

  /* Box category */
  .ox-atlassian-platform__box-category {
    font-size: 24px;
  }

  /* Product/card titles */
  .ox-atlassian-platform__box-product,
  .ox-atlassian-ecosystem__card-title,
  .ox-atlassian-deployment__card-title {
    font-size: 20px;
  }

  /* Fancy stroke margins */
  .ox-atlassian-page .ox-fancy-stroke--light {
    margin: 32px 0;
  }

  /* Tap targets */
  .ox-atlassian-hero__cta,
  .ox-atlassian-form__submit {
    min-height: 44px;
  }

  /* Form input height */
  .ox-atlassian-form__input {
    height: 44px;
  }
}

@media (max-width: 480px) {
  /* Section padding: tighten to 16px */
  .ox-atlassian-hero,
  .ox-atlassian-stats,
  .ox-atlassian-platform,
  .ox-atlassian-ecosystem,
  .ox-atlassian-deployment,
  .ox-atlassian-resources,
  .ox-atlassian-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Hero */
  .ox-atlassian-hero__inner {
    padding-top: 72px;
    padding-bottom: 32px;
    gap: 24px;
  }
  .ox-atlassian-hero__h1 {
    font-size: 36px;
  }
  .ox-atlassian-hero__intro {
    font-size: 16px;
  }
  .ox-atlassian-hero__logo img {
    max-width: 220px;
  }

  /* Stats */
  .ox-atlassian-stats__deck {
    padding-top: 32px;
    gap: 24px;
  }

  /* Section headings */
  .ox-atlassian-platform__h2,
  .ox-atlassian-ecosystem__h2,
  .ox-atlassian-deployment__h2,
  .ox-atlassian-form__h2 {
    font-size: 28px;
  }

  /* Body text: ensure minimum 16px */
  .ox-atlassian-platform__box-body,
  .ox-atlassian-platform__box-body li,
  .ox-atlassian-platform__box-tagline,
  .ox-atlassian-platform__intro,
  .ox-atlassian-ecosystem__intro,
  .ox-atlassian-deployment__intro,
  .ox-atlassian-deployment__card-body,
  .ox-atlassian-deployment__card-list-item,
  .ox-atlassian-form__intro {
    font-size: 16px;
  }

  /* Ecosystem card body (was 14px — bump to 16px for readability) */
  .ox-atlassian-ecosystem__card-body {
    font-size: 16px;
    line-height: 160%;
  }

  /* Card/box padding tighter */
  .ox-atlassian-platform__box,
  .ox-atlassian-ecosystem__card,
  .ox-atlassian-deployment__card {
    padding: 20px 16px;
  }
}