.vendor-landing-solutions,
.vendor-landing-products {
  display: none;
}


body {
    background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 40%, #e8f7ff 70%, #faffff 100%);
    backdrop-filter: blur(4px);
}

.vendor-landing-hero{
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 32px;
    margin-top: 20px;
    box-shadow: 0 8px 30px rgba(66, 133, 244, 0.08);
}

.vendor-landing-hero-left h2  {
    font-size: 52px;
    font-weight: 800;
    color: #1A73E8;
}

.vendor-landing-hero-left p {
    font-size: 18px;
    line-height: 1.6;
    color: #202124;
    opacity: 0.9;
}

#mm-0 > div.content-area > main > section:nth-child(11) > div > section > div > div.news-grid{
margin-top: 30px;
}

html { scroll-behavior: smooth; }

#gw-contact-form {
  scroll-margin-top: 120px;
}

.vendor-news__btn-wrap{
text-align: center;
    margin-top: 30px;
}

.vendor-landing-btn {
    background: linear-gradient(90deg, #1A73E8, #03A9F4);
    border-radius: 40px;
    padding: 14px 32px;
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vendor-landing-btn:hover  {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(26, 115, 232, 0.35);
}

/* CERTIFICATES */

.vendor-certificates {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px 0;
    margin-top: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

 .vendor-certificates-list {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.vendor-certificate-item img {
    height: 80px;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
}

.vendor-certificate-item img:hover {
    transform: translateY(-4px) scale(1.05);
}

/* TOP BANNER */

.vendor-landing-top-banner {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.vendor-landing-top-banner-left img {
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.vendor-landing-top-banner-left img:nth-child(2){
    max-height: 22px;
}

.vendor-landing-top-banner-center h1{
    color: #1A73E8;
}

.vendor-landing-btn--white {
    background-color: #ffffff;
    color: #ffffff;
    border-radius: 40px;
    padding: 12px 24px;
    transition: 0.3s;
}

.vendor-landing-btn--white:hover {
    background-color: #F1F3F4;
}

/* Gemini intro */

.gemini-intro__inner {
  margin: 0 auto;
  text-align: center;
}

.gemini-intro__primary,
.gemini-intro__secondary {
  margin-left: auto;
  margin-right: auto;
}

.gemini-intro__primary {
  font-weight: 500;
  color: #003857;
}

.gemini-intro__secondary {
  margin-top: 20px;
}

.gemini-intro__primary p,
.gemini-intro__secondary p {
  margin: 0;
    color: #003857;
}

.gemini-intro__divider {
  width: 100%;
  max-width: 720px;
  height: 1px;
  margin: 30px auto 26px;
  background: rgba(0, 56, 87, 0.12);
}

.gemini-intro__countries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.gemini-intro__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid rgba(0, 56, 87, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: #003857;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 767px) {
  .gemini-intro__inner {
    text-align: left;
  }

  .gemini-intro__countries {
    gap: 8px;
  }

  .gemini-intro__pill {
    min-height: 36px;
    padding: 7px 14px;
    font-size: 13px;
  }
}

.vendor-landing-why-us-section {
background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}


.vendor-landing-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
}

.vendor-landing-card {
    width: 320px;
    padding: 28px 24px;
    text-align: center;

    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;

    box-shadow: 0 10px 30px rgba(26, 115, 232, 0.12);

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vendor-landing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(26, 115, 232, 0.22);
}


.vendor-landing-why-us-section .vendor-landing-btn--white {
    display: block;
    margin: 40px auto 0 auto;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.vendor-landing-why-us-section .vendor-landing-btn--white:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.vendor-gw-support {
    position: relative;
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 24px;
    margin-top: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.vendor-gw-support-image {
    flex: 0 0 420px;
}

.vendor-gw-support-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}


.vendor-gw-support-inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.vendor-gw-support-content {
    width: 75%;
    max-width: 860px;
    padding: 40px;
    border-radius: 28px;
}

.vendor-gw-support-btn {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(
        90deg,
        #1A73E8,
        #34A853,
        #FBBC04,
        #EA4335
    );
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.vendor-gw-support-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .vendor-gw-support-content {
        width: 100%;
        text-align: center;
        padding: 32px;
    }
}

.gw-features-section {
    padding: 100px 0;
    background: rgba(240, 248, 255, 0.5);
}

.gw-features-container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.gw-features-left {
    flex: 1;
}

.gw-features-left h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.gw-features-text {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 30px;
}

.gw-accordion-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 14px 0;
}

.gw-accordion-header {
    width: 100%;
    text-align: left;
    background: none;
    border: none;

    font-size: 20px;
    font-weight: 600;
    color: #1A73E8;

    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
    padding: 8px 0;
}

.gw-accordion-icon {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.gw-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease;
    opacity: 0;
}

.gw-accordion-item.active .gw-accordion-content {
    max-height: 200px;
    opacity: 1;
}

.gw-accordion-item.active .gw-accordion-icon {
    transform: rotate(45deg);
}

.gw-features-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.gw-features-right img {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
}

@media (max-width: 900px) {
     .gw-features-container {
        flex-direction: column;
        gap: 40px;
    }
}




/* General Styles */

.vendor-landing-container h2{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #003857;
  margin-top: 0px;
}

.vendor-landing {
  font-family: "Montserrat", sans-serif;
  color: #222;
  margin: 0 auto;
  padding: 0px 40px;
  max-width: 1440px;
}

.vendor-landing-top-banner {
  background-color: #0d1117;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: none;
}

.vendor-landing-top-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.vendor-landing-top-banner-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.vendor-landing-top-banner-left img {
  max-height: 50px;
  object-fit: contain;
  padding: 0;
  margin: 0;
  display: block;
}

.vendor-landing-top-banner-center h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.vendor-landing-top-banner-right {
  flex-shrink: 0;
}

.vendor-landing-btn {
  justify-self: start;
  align-self: start;
  padding: 14px 24px;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.vendor-landing-btn:hover {
  opacity: 0.85;
}


.vendor-landing-btn--white {
  display: inline-block;
  padding: 14px 18px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.vendor-landing-btn--white:hover {
  background-color: #e5e5e5;
}

@media (min-width: 768px) {
  .vendor-landing-top-banner {
    display: block;
  }

  .vendor-landing-top-banner-center {
    flex: 1;
    padding: 0 20px;
  }

  .vendor-landing-top-banner-inner {
    max-width: 100%;
  }
}

.vendor-landing-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.vendor-landing-hero-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.vendor-landing-hero-left {
  flex: 1;
  text-align: center;
  padding: 20px;
}

.vendor-landing-hero-left h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.vendor-landing-hero-left p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.vendor-landing-hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  justify-self: center;
}

.vendor-landing-hero-buttons a{
  width: 280px;
  text-align: center;
}

.vendor-landing-btn {
  display: inline-block;
  padding: 14px 18px;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
}

.vendor-landing-btn:hover {
  opacity: 0.85;
}

.vendor-landing-hero-right {
  flex: 1;
  text-align: center;
}

.vendor-landing-hero-right img {
  max-width: 100%;
  max-height: 420px;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(26, 115, 232, 0.12);
}

@media (min-width: 768px) {
  .vendor-landing-hero {
    flex-direction: row;
    justify-content: space-between;
  }

  .vendor-landing-hero-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .vendor-landing-hero-left,
  .vendor-landing-hero-right {
    flex: 1;
    padding: 40px;
    text-align: left;
  }

  .vendor-landing-hero-buttons {
    flex-direction: row;
gap: 60px;
    justify-content: flex-start;
    align-items: center;
justify-self: center;
}
}

/* 2.1 Hero Certificates */

.vendor-certificates {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vendor-certificates-container {
  text-align: center;
}

.vendor-certificates-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.vendor-certificate-item img {
  height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}

.vendor-certificate-item img:hover {
  transform: translateY(-4px);
  opacity: 1;
}

@media (min-width: 1024px) {
  .vendor-certificate-item img {
    height: 200px;
  }
}

/* WORKFLOW */

.vendor-workflow {
  padding: 80px 20px;
  overflow: hidden;
}
.vendor-workflow .vendor-landing-section-title {
  max-width: 980px;
  margin: 0 auto 18px;
  text-align: center;
}

.vendor-workflow__subtitle {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #5F6368;
}

.vendor-workflow__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.vendor-workflow__line {
  position: absolute;
  top: 26px;
  left: 10%;
  right: 10%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1A73E8 0%, #5AA9FF 100%);
  z-index: 1;
  opacity: 0.18;
}

.vendor-workflow__item {
  position: relative;
  z-index: 2;
}

.vendor-workflow__dot {
  width: 52px;
  height: 52px;
  margin: 0 auto 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1A73E8 0%, #2EA3F2 100%);
  box-shadow: 0 12px 30px rgba(26, 115, 232, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendor-workflow__dot span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}


.vendor-workflow__flip-wrap {
  width: 100%;
  max-width: 260px;
  margin-left: 42px;
}
.vendor-workflow__flip-wrap .flip-card {
  width: 100%;
  height: 160px;
  perspective: 1000px;
}

.vendor-workflow__flip-wrap .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.vendor-workflow__flip-wrap .flip-card-front,
.vendor-workflow__flip-wrap .flip-card-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.vendor-workflow__flip-wrap .flip-card-front {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.vendor-workflow__flip-wrap .flip-card-back {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  box-shadow: 0 18px 40px rgba(31, 50, 81, 0.1);
}

.vendor-workflow__flip-wrap .flip-card-front h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #202124;
}

.vendor-workflow__flip-wrap .flip-card-back p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5f6368;
}

.vendor-workflow__item:hover .flip-card {
  transform: translateY(-4px);
}

.vendor-workflow__item:hover .flip-card-front {
  box-shadow: 0 18px 42px rgba(26, 115, 232, 0.12);
}

/* tablet */
@media (max-width: 1199px) {
  .vendor-workflow__flip-wrap {
    max-width: 240px;
    margin-left: 36px;
  }

  .vendor-workflow__flip-wrap .flip-card {
    height: 150px;
  }

  .vendor-workflow__flip-wrap .flip-card-front h3 {
    font-size: 16px;
  }

  .vendor-workflow__flip-wrap .flip-card-back p {
    font-size: 13px;
  }
}

/* mobile */
@media (max-width: 767px) {

  .vendor-workflow__timeline {
    padding-left: 24px;
  }

  .vendor-workflow__timeline::before {
    left: 14px;
  }

  .vendor-workflow__item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }

  .vendor-workflow__dot {
    position: absolute;
    left: -6px;
    top: 0;
    width: 40px;
    height: 40px;
  }

  .vendor-workflow__flip-wrap {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    margin-left: 32px;
  }

  .vendor-workflow__flip-wrap .flip-card {
    width: 100%;
    min-height: 120px;
    height: 120px;  }

  .vendor-workflow__flip-wrap .flip-card-front,
  .vendor-workflow__flip-wrap .flip-card-back {
    padding: 16px;
    border-radius: 16px;
  }

  .vendor-workflow__flip-wrap .flip-card-front h3 {
    font-size: 15px;
    line-height: 1.35;
  }

  .vendor-workflow__flip-wrap .flip-card-back p {
    font-size: 13px;
    line-height: 1.4;
  }

}
.vendor-workflow__item:hover .vendor-workflow__card {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(31, 50, 81, 0.14);
}

.vendor-workflow__card p {
  margin: 0;
  font-size: 17px;
text-align: center; 
 line-height: 1.6;
  color: #202124;
}

.vendor-workflow__cta {
  margin-top: 44px;
  text-align: center;
}

/* tablet */
@media (max-width: 1199px) {
  .vendor-workflow__timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }

  .vendor-workflow__line {
    display: none;
  }

  .vendor-workflow__card {
    min-height: 150px;
  }
}

/* mobile */

@media (max-width: 767px) {

  .vendor-workflow {
    padding: 56px 0;
  }

  .vendor-workflow__subtitle {
    margin-bottom: 32px;
    font-size: 16px;
  }

  .vendor-workflow__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-left: 28px;
  }

  .vendor-workflow__timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #1A73E8 0%, #5AA9FF 100%);
    opacity: 0.25;
  }

  .vendor-workflow__item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .vendor-workflow__dot {
    position: absolute;
    left: -4px;
    top: 0;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1A73E8 0%, #2EA3F2 100%);
    box-shadow: 0 10px 24px rgba(26, 115, 232, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .vendor-workflow__dot span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }

  .vendor-workflow__card {
  width: calc(100% - 40px);
    min-height: unset;
  max-width: 280px;
  margin-left: 36px;
    padding: 20px 18px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(31, 50, 81, 0.08);
  }

  .vendor-workflow__card p {
    font-size: 16px;
    line-height: 1.6;
  }

}

/* Gemini workflow — three equal flip cards */

.vendor-workflow__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px;
}

.vendor-workflow__line {
  position: absolute;
  z-index: 0;
  top: 26px;
  left: 10%;
  right: 10%;
  height: 4px;
  border-radius: 999px;
  background: rgba(26, 115, 232, 0.14);
}

.vendor-workflow__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.vendor-workflow__dot {
  flex: 0 0 auto;
  margin: 0 auto 28px;
}

.vendor-workflow__flip-wrap {
  flex: 1;
  width: 100%;
  max-width: none;
  margin: 0;
}

/* Card */

.gemini-workflow-card {
  width: 100%;
  height: 290px;
  perspective: 1200px;
  cursor: pointer;
  outline: none;
}

.gemini-workflow-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.65s cubic-bezier(.2, .7, .2, 1);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.gemini-workflow-card:hover .gemini-workflow-card__inner,
.gemini-workflow-card:focus .gemini-workflow-card__inner,
.gemini-workflow-card.is-flipped .gemini-workflow-card__inner {
  transform: rotateY(180deg);
}

.gemini-workflow-card__front,
.gemini-workflow-card__back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 40px 34px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0, 56, 87, 0.08);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.gemini-workflow-card__front {
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.gemini-workflow-card__front h3 {
  margin: 0;
  color: #003857;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 700;
}

.gemini-workflow-card__hint {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: #1a73e8;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}

.gemini-workflow-card__hint::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.gemini-workflow-card:hover .gemini-workflow-card__hint::after {
  transform: translateX(4px);
}

.gemini-workflow-card__back {
  justify-content: center;
  transform: rotateY(180deg);
  text-align: left;
}

.gemini-workflow-card__description {
  color: #3c4043;
  font-size: 17px;
  line-height: 1.55;
}

.gemini-workflow-card__description p {
  margin: 0 0 14px;
}

.gemini-workflow-card__description p:last-child {
  margin-bottom: 0;
}

.gemini-workflow-card__description ul {
  margin: 0;
  padding-left: 22px;
}

.gemini-workflow-card__description li {
  margin-bottom: 14px;
}

.gemini-workflow-card__description li:last-child {
  margin-bottom: 0;
}

.gemini-workflow-card__description strong {
  color: #202124;
  font-weight: 700;
}

/* Tablet */

@media (max-width: 991px) {
  .vendor-workflow__timeline {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vendor-workflow__line {
    top: 0;
    right: auto;
    bottom: 0;
    left: 33px;
    width: 4px;
    height: auto;
  }

  .vendor-workflow__item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: start;
  }

  .vendor-workflow__dot {
    margin: 0;
  }

  .vendor-workflow__flip-wrap {
    min-width: 0;
  }

  .gemini-workflow-card {
    height: 340px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .vendor-workflow__timeline {
    gap: 22px;
    padding-left: 0;
  }

  .vendor-workflow__item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
  }

  .vendor-workflow__line {
    left: 25px;
  }

  .gemini-workflow-card {
    height: 200px;
  }

  .gemini-workflow-card__front,
  .gemini-workflow-card__back {
    padding: 30px 22px;
    border-radius: 20px;
  }

  .gemini-workflow-card__front h3 {
    font-size: 21px;
  }

  .gemini-workflow-card__description {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* Gemini workflow — mobile fix */

@media (max-width: 767px) {
  .vendor-workflow {
    padding: 56px 0;
  }

  .vendor-workflow__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    padding: 0;
  }

  .vendor-workflow__line {
    top: 0;
    right: auto;
    bottom: 0;
    left: 20px;
    width: 3px;
    height: auto;
  }

  .vendor-workflow__item {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    min-width: 0;
    align-items: start;
  }

  .vendor-workflow__dot {
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 13px;
  }

  .vendor-workflow__dot span {
    font-size: 17px;
  }

  .vendor-workflow__flip-wrap {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
  }

  .gemini-workflow-card {
    display: block;
    width: 100%;
    max-width: none;
    height: 200px;
    margin: 0;
  }

  .gemini-workflow-card__inner {
    width: 100%;
    height: 100%;
  }

  .gemini-workflow-card__front,
  .gemini-workflow-card__back {
    width: 100%;
    padding: 26px 20px;
    border-radius: 18px;
  }

  .gemini-workflow-card__front h3 {
    font-size: 20px;
    line-height: 1.35;
  }

  .gemini-workflow-card__hint {
    margin-top: 20px;
    font-size: 14px;
  }

  .gemini-workflow-card__description {
    font-size: 14px;
    line-height: 1.5;
  }

  .vendor-workflow__cta {
    margin-top: 32px;
  }
}

/* ==========================================================
   Gemini business applications
========================================================== */
.vendor-landing-benefits-flip{
  padding: 40px;
}

.vendor-landing-benefits-flip .vendor-landing-section-title {
  max-width: 980px;
  margin: 0 auto 30px;
  text-align: center;
}

.vendor-landing-benefits-flip .vendor-landing-section-subtitle {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
  color: #5f6368;
  font-size: 18px;
  line-height: 1.7;
}

.gemini-use-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.gemini-use-case-card {
  width: 100%;
  height: 340px;
  perspective: 1200px;
  cursor: pointer;
  outline: none;
}

.gemini-use-case-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.65s cubic-bezier(.2, .7, .2, 1);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.gemini-use-case-card:hover .gemini-use-case-card__inner,
.gemini-use-case-card:focus .gemini-use-case-card__inner,
.gemini-use-case-card.is-flipped .gemini-use-case-card__inner {
  transform: rotateY(180deg);
}

.gemini-use-case-card__front,
.gemini-use-case-card__back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 56, 87, 0.08);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0, 56, 87, 0.08);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.gemini-use-case-card__front {
  justify-content: flex-start;
  text-align: left;
}

.gemini-use-case-card__back {
  justify-content: center;
  text-align: left;
  transform: rotateY(180deg);
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f3f8ff 100%
  );
}

.gemini-use-case-card__icon {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1;
}

.gemini-use-case-card__title {
  margin: 0 0 22px;
  color: #003857;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
}

.gemini-use-case-card__challenge {
  color: #3c4043;
  font-size: 16px;
  line-height: 1.55;
}

.gemini-use-case-card__challenge strong,
.gemini-use-case-card__solution strong {
  display: block;
  margin-bottom: 8px;
  color: #003857;
  font-weight: 700;
}

.gemini-use-case-card__challenge p,
.gemini-use-case-card__solution p {
  margin: 0;
}

.gemini-use-case-card__hint {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  color: #1a73e8;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.gemini-use-case-card__hint::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.gemini-use-case-card:hover
.gemini-use-case-card__hint::after {
  transform: translateX(4px);
}

.gemini-use-case-card__solution {
  color: #3c4043;
  font-size: 16px;
  line-height: 1.6;
}

/* Tablet */

@media (max-width: 991px) {
  .gemini-use-cases {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gemini-use-case-card {
    height: 300px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .vendor-landing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .vendor-landing-benefits-flip .vendor-landing-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .vendor-landing-benefits-flip {
    padding: 20px;
  }

  .vendor-landing-benefits-flip
  .vendor-landing-section-subtitle {
    margin-bottom: 32px;
    font-size: 16px;
  }

  .gemini-use-case-card {
    height: 340px;
  }

  .gemini-use-case-card__front,
  .gemini-use-case-card__back {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .gemini-use-case-card__title {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .gemini-use-case-card__challenge,
  .gemini-use-case-card__solution {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* Why Us */

.vendor-landing-section-title {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px;
  color: #111;
}


@media (min-width: 768px) {
  .vendor-landing-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .vendor-landing-cards {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 30px;
  }
}

.vendor-landing-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

.vendor-landing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.vendor-landing-card-icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.vendor-landing-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #003857;
}

.vendor-landing-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Features */

.features-section {
   margin-top: 20px;
    background: linear-gradient(
        180deg,
        rgba(240, 248, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.9) 100%
    ); 
    border-radius: 24px;
}

.features-container {
    display: flex;
    gap: 64px;
    align-items: center;

    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.features-content {
    flex: 1;
}

.features-title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #003857;
}

.features-text {
    font-size: 18px;
    line-height: 1.7;
    color: #003857;
    margin-bottom: 36px;
}

.features-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.features-header {
    width: 100%;
    background: none;
    border: none;
    padding: 8px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 20px;
    font-weight: 600;
    color: #1a73e8;

    cursor: pointer;
    transition: color 0.25s ease;
}

.features-header:hover {
    color: #0b57d0;
}

.features-icon {
    font-size: 22px;
    color: #1a73e8;
    transition: transform 0.35s ease;
}

.features-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
}

.features-body p {
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.features-item.active .features-body {
    max-height: 260px;
    opacity: 1;
}

.features-item.active .features-icon {
    transform: rotate(45deg);
}

.features-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.features-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 24px;

    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(26, 115, 232, 0.12);
}

@media (max-width: 900px) {
    .features-container {
        flex-direction: column;
        padding: 40px;
    }

    .features-title {
        font-size: 32px;
    }
}

/* Products Stage */


.products-stage {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

.products-stage-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 48px;
  color: #0b2a4a;
}


.products-stage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: flex-start;
}


.products-stage-icons {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 25px;
  align-items: start;
}

.product-icon {
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease;
}

.product-icon img {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
}

.product-icon span {
  display: block;
  font-size: 14px;
}

.product-icon.active {
  outline: 2px solid rgba(66, 133, 244, 0.25);
  border-radius: 12px;
}


.product-stage-card {
  text-align: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
  padding: 20px;
  box-shadow:
    0 24px 48px rgba(66, 133, 244, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.06);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-stage-card.is-switching {
  opacity: 0;
  transform: translateY(6px);
}

.product-stage-title {
font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #003857;
}

.product-stage-text {
font-size: 16px;
    color: #333;
    line-height: 1.5;
}


@media (max-width: 1024px) {
  .products-stage-layout {
    grid-template-columns: 1fr;
  }

  .product-stage-card {
    margin-top: 32px;
  }
}


/*Products*/

.vendor-landing-products {
  padding: 48px 0;
}

.vendor-landing-products h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
  color: #1a1a1a;
}

.vendor-landing-product-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  justify-content: center;
}

.vendor-landing-product-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
   border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 40px 24px;
  text-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

.vendor-landing-product-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.vendor-landing-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .vendor-landing-product-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .vendor-landing-products h2 {
    font-size: 36px;
  }

  .vendor-landing-product-cards {
    gap: 32px;
    padding-top: 60px;  
  }
}

/*Solutions */

.vendor-landing-solutions {
  padding: 60px 0;
}

.vendor-landing-solutions-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.vendor-landing-solutions-text {
  flex: 0 0 100%;
  text-align: center;
}

.vendor-landing-solutions-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.vendor-landing-solutions-text p {
  font-size: 1.1rem;
  color: #555;
}

.vendor-landing-solutions-cards {
  display: flex;
  gap: 24px;
  padding: 16px;  
  scroll-padding-left: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.vendor-landing-solutions-cards::before {
  content: '';
  flex: 0 0 16px;
}

.vendor-landing-solutions-card {
  text-align: center;  
  flex: 0 0 80%;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  min-width: 100%;
}

.vendor-landing-solutions-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.vendor-landing-solutions-card p {
  font-size: 1rem;
  color: #333;
}

.vendor-landing-solutions-cards::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .vendor-landing-solutions-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .vendor-landing-solutions-text {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .vendor-landing-solutions-cards {
    flex: 1;
  }

  .vendor-landing-solutions-card {
    min-width: 80%;
  }
}

/*Text Banner*/

.vendor-landing-text-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0;
  border-radius: 24px;
  text-align: center;
}

.vendor-landing-text-banner .vendor-landing-banner-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.vendor-landing-text-banner .vendor-landing-banner-overlay {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}


@media (min-width: 768px) {
  .vendor-landing-text-banner {
    padding: 20px 0;
  }

  .vendor-landing-text-banner .vendor-landing-banner-title {
    font-size: 26px;
  }
}


/*Product details*/

.vendor-product-details-section {
  padding-top: 60px;
}

.vendor-product-details-top,
.vendor-product-details-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

.vendor-product-text,
.vendor-product-bottom-text {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.vendor-product-text h3{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.vendor-product-bottom-text h3{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.vendor-product-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}

.vendor-product-btn {
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid var(--elcore-accent, #0190AB);
  color: var(--elcore-accent, #0190AB);
}

.vendor-product-btn:hover {
  background-color: var(--elcore-accent, #0190AB);
  color: #fff;
}

.vendor-product-image,
.vendor-product-bottom-image {
  max-width: 400px;
  width: 100%;
}

.vendor-product-image img,
.vendor-product-bottom-image img {
  width: 100%;
  height: auto;
  display: block;
}

.vendor-product-cards {
  display: grid;
  gap: 24px;
}

.vendor-product-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  padding: 24px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

.vendor-product-card img {
  max-width: 100px;
  margin-bottom: 16px;
}

.vendor-product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

@media (min-width: 768px) {
  .vendor-product-details-top,
  .vendor-product-details-bottom {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
}
  .vendor-product-details-bottom{
    padding-top: 40px;
}
  .vendor-product-text,
  .vendor-product-bottom-text {
    max-width: 50%;
    text-align: center;
  }

  .vendor-product-image,
  .vendor-product-bottom-image {
    max-width: 45%;
    padding-right: 160px;
  }

  .vendor-product-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .vendor-product-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Benefits*/

#mm-0 > div.content-area > main > section.vendor-landing-benefits-flip > div > p{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #003857;
  margin: 0px;
}

.vendor-landing-benefits-flip .vendor-landing-container{
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.vendor-landing-benefits-flip {
background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 24px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    margin-top: 80px;
}

.flip-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  margin-top: 60px;
}

.flip-card {
  background: transparent;
  width: 300px;
  height: 320px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
 max- width: 320px;
  height: 100%;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(26, 115, 232, 0.12);
  backface-visibility: hidden;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-front img {
  margin-bottom: 20px;
}

.flip-card-front h3 {
font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #003857;
}

.flip-card-back {
  transform: rotateY(180deg);
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}


/* Trusted By */

.vendor-landing-trusted {
  padding: 60px 0;
  text-align: center;
}

.vendor-landing-trusted-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.vendor-landing-trusted-track {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 60px;
  animation: slide-left 30s linear infinite;
  width: max-content;
}

.vendor-landing-trusted-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
}

.vendor-landing-trusted-logo img {
  height: 40px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.vendor-landing-trusted-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*Vendor Savings*/

.vendor-savings {
    padding: 80px 0px;
}

.vendor-savings__box {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 32px;
  align-items: center;

  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 22px 56px rgba(31, 50, 81, 0.08);
  overflow: hidden;
  position: relative;
}

.vendor-savings__title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #202124;
}

.vendor-savings__subtitle {
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.vendor-savings__list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.vendor-savings__list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}

.vendor-savings__bullet {
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1A73E8 0%, #2EA3F2 100%);
}

.vendor-savings__text {
  font-size: 16px;
  line-height: 1.65;
  color: #5f6368;
}

.vendor-savings__text strong {
  color: #202124;
  font-weight: 600;
}

.vendor-savings__cta {
  margin-top: 8px;
}

.vendor-savings__visual {
  position: relative;
  min-height: 280px;  
}

.vendor-savings__image{
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(26, 115, 232, 0.12);
}


@media (max-width: 991px) {
  .vendor-savings__box {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .vendor-savings__visual {
    min-height: 180px;
    order: -1;
  }
}

@media (max-width: 767px) {
  .vendor-savings {
    padding: 40px 0 56px;
  }

  .vendor-savings__box {
    border-radius: 24px;
    padding: 28px 20px;
  }

  .vendor-savings__title {
    font-size: 20px;
  }

  .vendor-savings__subtitle {
    font-size: 17px;
  }

  .vendor-savings__text {
    font-size: 15px;
    line-height: 1.55;
  }

  .vendor-savings__visual {
    min-height: 140px;
    border-radius: 20px;
  }
}

/* Gemini zero-cost programs */
.features{
  margin-top: 80px;
}
.features-card {
  padding: 42px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.features-card .features-title {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
  color: #003857;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
}

.features-card .features-container {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 56px;
  align-items: center;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.features-content {
  min-width: 0;
}

.features-text {
  margin-bottom: 30px;
}

.features-list {
  display: grid;
  gap: 26px;
}

.features-list__item {
  position: relative;
  padding-left: 22px;
}

.features-list__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e8, #2ea3f2);
}

.features-list__title {
  margin: 0 0 6px;
  color: #202124;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.features-list__text {
  margin: 0;
  color: #5f6368;
  font-size: 16px;
  line-height: 1.65;
}

.features-image {
  width: 100%;
}

.features-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 24px;
}

@media (max-width: 900px) {
  .features-card {
    padding: 34px 28px;
  }

  .features-card .features-title {
    margin-bottom: 34px;
    font-size: 36px;
  }

  .features-card .features-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .features-image {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .features-card {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .features-card .features-title {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.25;
  }

  .features-list {
    gap: 22px;
  }

  .features-list__title {
    font-size: 17px;
  }

  .features-list__text {
    font-size: 15px;
    line-height: 1.55;
  }
}

/* News by tag */


.sec-main-news {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-main-news__title{
    color: #003857;
    text-align: center;
    font-size: 48px;
}

.news-grid__btn{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.sec-main-news .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #003857;
  background: #ffffff;
  background-color: #ffffff;
  border: 2px solid #003857;
  border-radius: 25px;
  padding: 14px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sec-main-news .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(1, 144, 171, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  z-index: 1;
}

.sec-main-news .btn:hover::before {
  width: 300%;
  height: 300%;
}

.sec-main-news .btn .button-text,
.sec-main-news .btn .icon {
  position: relative;
  z-index: 2;
  margin-left: -5px;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -18px;
}

.news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
  margin-bottom: 50px;
}

.news__item-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.news__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.news__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 13px;
  height: 40px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #242425;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #242425;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #242425;
  margin-bottom: 28px;
  font-family: "Montserrat", monospace;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #65ACB9;
}

.news__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 13px;
  padding-right: 15px;
}

.news__exerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5F5F5F;
  padding-right: 15px;
}
.news__exerpt p {
  margin-top: 0;
  margin-bottom: 0;
}.sec-main-news {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-main-news__title{
    color: #003857;
    text-align: center;
    font-size: 48px;
}

.news-grid__btn{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.sec-main-news .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #003857;
  background: #ffffff;
  background-color: #ffffff;
  border: 2px solid #003857;
  border-radius: 25px;
  padding: 14px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sec-main-news .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(1, 144, 171, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  z-index: 1;
}

.sec-main-news .btn:hover::before {
  width: 300%;
  height: 300%;
}

.sec-main-news .btn .button-text,
.sec-main-news .btn .icon {
  position: relative;
  z-index: 2;
  margin-left: -5px;
}

/* Team Section */
.vendor-landing-team {
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}

.vendor-landing-section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.vendor-landing-team-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding-top: 60px;
}

/* Card styles */
.vendor-landing-card--team {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 240px;
  opacity: 0;
  transform: translateY(20px);
  animation: teamCardFade 0.6s ease forwards;
}

.vendor-landing-card--team:nth-child(1) { animation-delay: 0.1s; }
.vendor-landing-card--team:nth-child(2) { animation-delay: 0.2s; }
.vendor-landing-card--team:nth-child(3) { animation-delay: 0.3s; }
.vendor-landing-card--team:nth-child(4) { animation-delay: 0.4s; }
.vendor-landing-card--team:nth-child(5) { animation-delay: 0.5s; }

.vendor-landing-card--team:hover {
  transform: translateY(-6px);
}

.vendor-landing-card-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.vendor-landing-card-content {
  padding: 16px;
}

.vendor-landing-card-content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
}

.vendor-landing-card-content p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

@keyframes teamCardFade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .vendor-landing-card--team {
    width: 100%;
  }
}

/* FAQ Section */

.vendor-landing-faq{
background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.vendor-landing-faq-flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.vendor-landing-faq-title {
  text-align: center;
}

@media (min-width: 1024px) {

  .vendor-landing-faq-title {
    flex: 0 0 30%;
    text-align: left;
  }

  .vendor-landing-faq-items {
    flex: 0 0 45%;
  }
}

.vendor-landing-faq-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vendor-landing-faq-item {
  border-radius: 12px;
  overflow: hidden;
  color: #003857;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.vendor-landing-faq-item input[type="checkbox"] {
  display: none;
}

.vendor-landing-faq-question {
  display: block;
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}

.vendor-landing-faq-question::after {
  content: '+';
  position: absolute;
  right: 24px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.vendor-landing-faq-item input[type="checkbox"]:checked + .vendor-landing-faq-question::after {
  transform: rotate(45deg);
}

.vendor-landing-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 24px;
}

.vendor-landing-faq-item input[type="checkbox"]:checked + .vendor-landing-faq-question + .vendor-landing-faq-answer {
  max-height: 500px;
  padding: 16px 24px 24px;
}

.vendor-landing-faq-answer p {
  margin: 0;
  color: #003857;
  font-size: 16px;
}


/*Form*/

.vendor-form-heading {
    gap: 20px;
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vendor-form-heading h2 {
  font-size: 32px;
  color: #003857;
  margin: 0;
}


@media (max-width: 768px) {
  .vendor-landing-contact-form .form-layout-glass {
    flex-direction: column;
    align-items: center;
  }

  .vendor-landing-contact-form .vendor-form-wrap {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .vendor-landing-contact-form .vendor-form-heading {
    order: -1;
    margin-bottom: 20px;
  }
}

/* Google Cloud news horizontal scroll */
.vendor-news .vendor-news__scroll {
  display: flex;
  grid-template-columns: none;
  gap: 24px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 18px;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

.vendor-news .vendor-news__scroll .news-grid__item {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

/* Scrollbar */
.vendor-news .vendor-news__scroll::-webkit-scrollbar {
  height: 6px;
}

.vendor-news .vendor-news__scroll::-webkit-scrollbar-track {
  background: rgba(0, 56, 87, 0.08);
  border-radius: 20px;
}

.vendor-news .vendor-news__scroll::-webkit-scrollbar-thumb {
  background: #1a73e8;
  border-radius: 20px;
}

.vendor-news .vendor-news__scroll {
  scrollbar-width: thin;
  scrollbar-color: #1a73e8 rgba(0, 56, 87, 0.08);
}

@media (max-width: 991px) {
  .vendor-news .vendor-news__scroll .news-grid__item {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 600px) {
  .vendor-news .vendor-landing-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vendor-news .news-grid__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .vendor-news .vendor-news__scroll {
    gap: 16px;
    width: calc(100% + 20px);
    max-width: none;
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 14px;
    scroll-padding-left: 0;
  }

  .vendor-news .vendor-news__scroll .news-grid__item {
    flex: 0 0 calc(100% - 28px) !important;
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    min-width: calc(100% - 28px);
  }

  .vendor-news .news-grid__title {
    font-size: 22px;
    line-height: 1.25;
  }

  .vendor-news .news-grid__img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .vendor-news .news-grid__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vendor-news__arrow {
    display: none;
  }
}

.vendor-news{
    position: relative;
}

.vendor-news__nav{
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 10;
}

.vendor-news__arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #1a73e8;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    transition: .25s;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-news__arrow:hover{
    background: #1a73e8;
    color: #fff;
}

.vendor-news__arrow--prev {
  left: -20px;
}

.vendor-news__arrow--next {
  right: -20px;
}

@media (max-width: 991px){
    .vendor-news__arrow{
        display: none;
    }
}
/* ==========================================================
   Gemini - Why Choose Elcore benefits
========================================================== */

.elcore-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 36px;
}

.elcore-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 22px;

    background: rgba(255,255,255,.72);
    backdrop-filter: blur(10px);

    border: 1px solid rgba(0,56,87,.08);
    border-radius: 20px;

    transition: .25s ease;
}

.elcore-benefit-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,56,87,.08);
}

.elcore-benefit-item__number {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: linear-gradient(135deg,#1A73E8,#2EA3F2);

    color:#fff;
    font-size:15px;
    font-weight:700;
}

.elcore-benefit-item__content {
    flex:1;
}

.elcore-benefit-item__content h3 {
    margin:0 0 6px;

    color:#003857;

    font-size:22px;
    font-weight:700;
    line-height:1.3;
}

.elcore-benefit-item__content p {
    margin:0;

    color:#4b5563;

    font-size:17px;
    line-height:1.65;
}

@media (max-width:991px){

    .elcore-benefit-item{
        padding:16px;
        gap:16px;
    }

    .elcore-benefit-item__content h3{
        font-size:20px;
    }

    .elcore-benefit-item__content p{
        font-size:16px;
    }

}

@media (max-width:767px){

    .elcore-benefit-item{
        padding:14px;
        gap:14px;
    }

    .elcore-benefit-item__number{
        width:40px;
        height:40px;
        flex-basis:40px;

        border-radius:12px;

        font-size:14px;
    }

    .elcore-benefit-item__content h3{
        font-size:18px;
    }

    .elcore-benefit-item__content p{
        font-size:15px;
        line-height:1.55;
    }

}
