/* ================================================================
   UTILITIES
================================================================ */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ================================================================
   PAGE ROOT
================================================================ */
.page-root {
  background-color: #fff;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

/* ================================================================
   HERO
================================================================ */
.hero-section {
  position: relative;
  margin: 50px 14px 0;
  background: linear-gradient(105deg, #1570ef 0%, #9b3de0 50%, #ff0b97 100%);
  min-height: 280px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 40px 32px 40px 40px;
  position: relative;
  z-index: 2;
  flex: 1 1 55%;
  min-width: 0;
}

.hero-animal-col {
  flex: 0 0 auto;
  width: clamp(200px, 32%, 420px);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  z-index: 2;
}

.hero-windows-logo {
  width: 221px;
  height: 41px;
}

.hero-text-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-heading {
  color: #fff;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: 0;
  max-width: 694px;
}

.hero-description {
  color: #fff;
  font-family: var(--lg-normal-font-family);
  font-weight: var(--lg-normal-font-weight);
  font-size: var(--lg-normal-font-size);
  line-height: var(--lg-normal-line-height);
  max-width: 670px;
}

.btn-hero {
  all: unset;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  padding: 10px 18px;
  background-color: #fff;
  border-radius: 56px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 8px;
}

.btn-hero-label {
  font-family: var(--text-md-semibold-font-family);
  font-weight: var(--text-md-semibold-font-weight);
  font-size: var(--text-md-semibold-font-size);
  line-height: var(--text-md-semibold-line-height);
  color: #000;
  white-space: nowrap;
}

.hero-zebra {
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  align-self: flex-end;
}

.hero-ingram {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: 3;
    opacity: 1;
}

/* ================================================================
   PRODUCT NAV
================================================================ */
.product-nav {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 20px 32px;
  width: 100%;
  box-sizing: border-box;
}

.product-nav-microsoft {
  width: 117px;
  height: 25px;
  flex-shrink: 0;
}

.product-nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.product-nav-link {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
}

/* ================================================================
   WINDOWS 11 BRANDING
================================================================ */
.win11-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 24px 0;
}

.win11-logo-color {
  width: clamp(180px, 20vw, 256px);
  height: auto;
  object-fit: contain;
}

.win11-tagline {
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  color: #000;
  font-size: clamp(28px, 3.5vw, 48px);
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}

/* ================================================================
   STATS STRIP
================================================================ */
.stats-strip {
  display: flex;
  gap: 13px;
  padding: 20px 24px;
  width: 100%;
  box-sizing: border-box;
}

.stat-card {
  position: relative;
  flex: 1;
  min-height: 160px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.stat-card--light {
  background: transparent;
}

.stat-card--dark {
  background: #000;
}

.stat-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.stat-animal {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  max-width: 65%;
  object-fit: contain;
}

.stat-animal--sloth {
  right: 0;
  max-width: 55%;
}

.stat-number {
  position: absolute;
  bottom: 70px;
  left: 17px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #156fee;
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: -0.96px;
  line-height: 1;
  z-index: 2;
  white-space: nowrap;
}

.stat-number--62 {
  color: #156fee;
}

.stat-label {
  position: absolute;
  bottom: 8px;
  left: 17px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #fff;
  font-size: clamp(14px, 1.8vw, 24px);
  letter-spacing: -0.3px;
  line-height: 1.2;
  z-index: 2;
  max-width: 55%;
}

/* ================================================================
   "BE THE KING" TABS
================================================================ */
.tabs-section {
  padding: 40px 24px;
  width: 100%;
  box-sizing: border-box;
}

.tabs-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.tabs-heading {
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #000;
  font-size: clamp(20px, 2.5vw, 24px);
  text-align: center;
  line-height: 1.3;
}

.tabs-subheading {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  max-width: 800px;
}

.tabs-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 5vw, 70px);
  align-items: flex-end;
  width: 100%;
  border-bottom: 1px solid #000;
  flex-wrap: wrap;
}

.tab-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 10px;
  margin-bottom: -1px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s, color 0.15s;
}

.tab-label {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  transition: color 0.15s;
}

.tab-item--active {
  border-bottom-color: #1570ef;
}

.tab-item--active .tab-label {
  color: #1570ef;
}

.tab-item:hover .tab-label {
  opacity: 0.75;
}

/* Tab content */
.tabs-content {
  width: 100%;
}

.tab-content-inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

.tab-content-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tab-content-para {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.btn-see-how {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  padding: 8px 16px;
  background-color: #1570ef;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  align-self: flex-start;
}

.btn-see-how span {
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.tab-content-media {
  position: relative;
  flex: 1;
  min-height: 200px;
  display: flex;
  align-items: stretch;
}

.tab-content-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}

.tab-content-stat {
  position: absolute;
  top: 58%;
  left: 23%;
  transform: translate(-50%, -50%);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  font-size: clamp(56px, 8vw, 103px);
  letter-spacing: -4px;
  line-height: 1;
  background: linear-gradient(90deg, #1570ef 0%, #ff0b97 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  white-space: nowrap;
  pointer-events: none;
}

/* ================================================================
   SECTION HEADINGS
================================================================ */
.section-heading-row {
  display: flex;
  justify-content: center;
  padding: 32px 24px 16px;
}

.section-heading-text {
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

/* ================================================================
   PRODUCT CARDS
================================================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  padding: 16px 32px 32px;
}

.product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #d4dce7;
  background: #fff;
  overflow: hidden;
}

.product-card-image {
  position: relative;
  width: 100%;
  height: 260px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.product-card-image--lenovo,
.product-card-image--dell {
  background: #fff;
}

.product-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 230px;
}

.product-card-img--surfaceNO {
  object-fit: contain;
  padding: 40px 10px 0;
}

.product-card-img--lenovo {
  width: 100%;
  height: 100%;
}

.product-card-img--dell {
  bottom: 0;
  left: 0;
  width: 100%;
}

.product-card-brand {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.product-card-brand--ms {
  width: 120px;
  height: 20px;
  top: 20px;
  left: 16px;
  right: auto;
}

.product-card-brand--dell {
  width: 110px;
  height: 14px;
  top: 14px;
  left: 16px;
  right: auto;
}

.product-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px 16px 16px;
  flex: 1;
}

.product-card-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.product-card-title {
  font-family: var(--display-xs-semibold-font-family);
  font-weight: var(--display-xs-semibold-font-weight);
  font-size: var(--display-xs-semibold-font-size);
  line-height: var(--display-xs-semibold-line-height);
  color: #000;
}

.product-card-desc {
  font-family: var(--text-md-light-font-family);
  font-weight: var(--text-md-light-font-weight);
  font-size: var(--text-md-light-font-size);
  line-height: var(--text-md-light-line-height);
  color: #000;
}

.btn-buy {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  gap: 8px;
  padding: 10px 18px;
  background-color: var(--colors-primary-600);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  align-self: flex-start;
}

.btn-buy-label {
  font-family: var(--text-md-semibold-font-family);
  font-weight: var(--text-md-semibold-font-weight);
  font-size: var(--text-md-semibold-font-size);
  line-height: var(--text-md-semibold-line-height);
  color: #fff;
  white-space: nowrap;
}

/* ================================================================
   ATTACH OPPORTUNITIES
================================================================ */
.attach-section {
  padding: 40px 32px;
}

.attach-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.attach-subheading {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  max-width: 800px;
}

.attach-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 8px;
}

.attach-card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 14px;
  background: #fff;
}

.attach-card-title {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #1570ef;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}

.attach-card-text {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

/* ================================================================
   CO-BRANDED ASSETS FORM SECTION
================================================================ */
.form-section {
  background-color: var(--color-palette-purple-25);
  padding: 45px 27px 77px;
}

.form-section-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.form-section-heading {
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #000;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.2;
}

/* 2-column grid: left (text+image) | right (form) */
.form-section-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.form-section-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-section-desc {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.form-section-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
  margin: 0;
}

.form-section-list li {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.form-section-preview {
  width: 100%;
  height: auto;
  display: block;
}

.form-section-form {
  width: 100%;
}

/* Form internals */
.form-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label-row {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.form-label {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #364152;
  font-size: 14px;
  line-height: 20px;
}

.form-required {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--colors-error-600);
  font-size: 14px;
  line-height: 20px;
}

.form-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #cdd5df;
  box-shadow: var(--shadow-xs);
}

.form-input-wrap--select {
  cursor: pointer;
}

.form-input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 0;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #697586;
  outline: none;
  width: 100%;
}

.form-input-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.form-select-text {
  flex: 1;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 16px;
  color: #697586;
  white-space: nowrap;
}

.form-select-chevron {
  width: 20px;
  height: 20px;
}

.form-helper-link {
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--color-palette-primary-600);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.form-logo-upload {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.form-upload-box {
  position: relative;
  width: 191px;
  height: 161px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #cdd5df;
  box-shadow: var(--shadow-xs);
}

.form-upload-icon {
  width: 70px;
  height: 70px;
}

.form-terms-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}

.form-terms-text {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #4b5565;
  font-size: 14px;
  line-height: 20px;
}

.form-terms-link {
  all: unset;
  box-sizing: border-box;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--color-palette-primary-600);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.btn-download {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  padding: 10px 18px;
  background-color: var(--colors-primary-600);
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-download-label {
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

/* ================================================================
   FOOTNOTES
================================================================ */
.footnotes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 40px 24px;
}

.footnote {
  font-family: "Arial-Regular", Helvetica;
  font-weight: 400;
  color: #000;
  font-size: 13px;
  line-height: 16px;
}

/* ================================================================
   RESPONSIVE — MOBILE  (max 640px)
================================================================ */
@media (max-width: 640px) {
	.product-card-img {
		margin-top:30px;
	}
  .page-root {
    max-width: 100%;
  }

  .hero-section {
    margin: 20px 0 0;
    min-height: 420px;
    position: relative;
    display: block;
  }

  .hero-inner {
    padding: 28px 20px 160px 20px;
    max-width: 65%;
    position: relative;
    z-index: 2;
  }

  .hero-windows-logo {
    width: 167px;
    height: 31px;
  }

  .hero-animal-col {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: auto;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 2;
    overflow: visible;
  }

  .hero-zebra {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    object-position: bottom right;
  }

  .hero-ingram {
    display: none;
  }

  .product-nav {
    display: none;
  }

  .win11-branding {
    padding: 30px 16px 0;
  }

  .stats-strip {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }

  .stat-card {
    min-height: 180px;
  }

  .tabs-section {
    padding: 24px 16px;
  }

  .tabs-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-bottom: none;
    border: none;
  }

  .tab-item {
    padding: 10px 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #e0e0e0;
    justify-content: center;
    margin-bottom: 0;
  }

  .tab-item:nth-child(even) {
    border-right: none;
  }

  .tab-item:nth-child(3),
  .tab-item:nth-child(4) {
    border-bottom: 1px solid #000;
  }

  .tab-label {
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }

  .tab-content-inner {
    flex-direction: column;
  }

  .tab-content-media {
    min-height: 160px;
    width: 100%;
  }

  .tab-content-stat {
    font-size: 64px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .product-card-image {
    height: 200px;
  }

  .product-card-img--lenovo {
    object-fit: contain;
  }

  .attach-cards {
    grid-template-columns: 1fr;
  }

  .form-section {
    padding: 32px 16px 48px;
  }

  .form-row-2col {
    grid-template-columns: 1fr;
  }

  .form-section-columns {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   RESPONSIVE — TABLET  (641px – 1024px)
================================================================ */
@media (min-width: 641px) and (max-width: 1024px) {
  .page-root {
    max-width: 1024px;
  }

  .hero-section {
    margin: 21px 8px 0;
    min-height: 260px;
  }

  .hero-inner {
    padding: 32px 24px 32px 32px;
  }

  .hero-windows-logo {
    width: 180px;
    height: 34px;
  }

  .hero-animal-col {
    width: clamp(160px, 28%, 320px);
  }

  .product-nav {
    padding: 16px 32px;
  }

  .stats-strip {
    flex-direction: row;
    padding: 16px 8px;
  }

  .stat-card {
    min-height: 161px;
  }

  .tabs-section {
    padding: 32px 24px;
  }

  .tabs-nav {
    gap: 40px;
  }

  .tab-content-inner {
    flex-direction: row;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 32px;
  }

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

}

/* ================================================================
   RESPONSIVE — DESKTOP  (1025px+)
================================================================ */
@media (min-width: 1025px) {
  .hero-section {
    margin: 0px 14px 0;
    min-height: 300px;
  }

  .hero-inner {
    padding: 46px 32px 46px 48px;
  }

  .hero-windows-logo {
    width: 221px;
    height: 41px;
  }

  .hero-animal-col {
    width: clamp(220px, 33%, 420px);
  }

  .stats-strip {
    flex-direction: row;
    padding: 20px 24px;
    gap: 17px;
  }

  .stat-card {
    min-height: 201px;
  }

  .tabs-section {
    padding: 40px 24px;
  }

  .tabs-nav {
    gap: 70px;
  }

  .tab-content-inner {
    flex-direction: row;
  }

  .products-grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 16px 32px;
  }

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

}
