:root {
  --ink: #252525;
  --navy: #051e52;
  --blue: #0b3b9c;
  --accent: #1d4b98;
  --pale-blue: #eaf2ff;
  --line: rgba(37, 37, 37, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.hero {
  min-height: 670px;
  padding: 54px 0 2px;
  /*background: url("../assets/cloud-cost-hero.jpg") center / cover no-repeat;*/
  background: url("../assets/save-now-pay-later2-1.webp") center / cover no-repeat;
}

.hero-content,
.performance-bar,
.delivery-section,
.why-section,
.growth-content {
  width: min(1360px, 88vw);
  margin-right: auto;
  margin-left: auto;
}

.brand {
  display: inline-flex;
  margin-bottom: 48px;
}

.brand img {
  width: 240px;
  height: auto;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 100px;
  font-weight: 800;
  line-height: 0.9;
  color: var(--navy);
}

.hero h1 span {
  display: block;
  color: var(--accent);
  font-size: 96px;
}

.hero-description {
  max-width: 530px;
  margin: 35px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.guarantee {
  margin: 0 0 40px 0;
  padding-left: 21px;
  border-left: 4px solid var(--blue);
}

.mr-bt{
    margin-bottom: 100px;
}

.guarantee p {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.guarantee span {
  color: #374151;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.performance-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  margin-bottom: -48px;
  padding: 25px 28px;
  border-radius: 16px;
  background: #074aa3;
  box-shadow: 0 10px 22px rgba(8, 54, 128, 0.24);
  color: #fff;
}

.metric {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 14px;
  justify-content: center;
}

.metric img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
}

.metric div {
  min-width: 0;
}

.metric strong,
.metric span {
  display: block;
}

.metric strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.metric span {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.delivery-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 6vw, 90px);
  min-height: 520px;
  padding-top: 100px;
  padding-bottom: 65px;
}

.delivery-copy {
  max-width: 585px;
  flex: 1 1 48%;
}

.delivery-copy h2 {
  margin: 0 0 28px;
  color: var(--ink);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.deliver-word {
  position: relative;
  display: inline-block;
  color: var(--accent);
}

.deliver-gradient {
  position: absolute;
  right: 0;
  top: calc(100% + 3px);
  width: 112px;
}

.delivery-copy p {
  max-width: 550px;
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.delivery-visual {
  flex: 1 1 40%;
}

.delivery-visual img {
  width: 100%;
  height: auto;
}

.value-section {
  display: grid;
  grid-template-columns: auto minmax(190px, 1fr) minmax(250px, 1.35fr) minmax(180px, .8fr);
  align-items: flex-start;
  gap: 32px;
  width: min(1360px, 88vw);
  margin: 0 auto;
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(90deg, #0b2357 0%, #0c3c9c 100%);
  color: #fff;
}

.value-img img {
  width: 105px;
}

.value-copy h2 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.value-copy > p {
  margin: 0;
  color: #e0ebff;
  font-size: 14px;
  line-height: 20px;
}

.value-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 4px 0 26px 26px;
  border-left: 1px solid #0052cc;
  list-style: none;
}

.value-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.value-list li::before {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: url("../images/save-now-pay-later/right-tick.png") center / contain no-repeat;
  content: "";
}

.exposure-block {
  min-width: 0;
  padding-left: 30px;
  border-left: 1px solid #0052cc;
}

.exposure-block strong {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: .8;
}

.exposure-block p {
  margin: 0;
  color: #e0ebff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}

.why-section {
  padding-top: 20px;
  padding-bottom: 30px;
}

.why-section > h2 {
  margin: 0 0 14px;
  color: #0332b9;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.4px;
  text-transform: capitalize;
}

.why-section > h2 span {
  white-space: nowrap;
  text-transform: lowercase;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.why-card {
  display: flex;
  align-items: flex-start;
  min-height: 150px;
  gap: 18px;
  padding: 33px 26px;
  border: 1px solid #0b2a6b;
  border-radius: 12px;
  background: #fff;
  box-shadow: 4px 2px 4px 0 #00000040;
}

.why-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 8px;
  background: #eaf2ff;
}

.why-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.why-card > div {
  min-width: 0;
  padding-left: 8px;
}

.why-card h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.why-card p {
  margin: 0;
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.why-card p strong {
  color: #0332b9;
  font-weight: 600;
}

.why-card--finops {
  position: relative;
}

.why-card--finops > div {
  /*padding-top: 16px;*/
}

.finops-label {
  position: absolute;
  top: 14px;
  right: 16px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #0b3b9c;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.growth-cta {
  margin: 0;
  background: #eef7ff url("../images/save-now-pay-later/build-growth-bg.png") center / cover no-repeat;
}

.growth-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 102px;
  gap: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.growth-message {
  display: flex;
  align-items: center;
  gap: 18px;
}

.growth-message > img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.growth-message p {
  margin: 0;
  color: var(--navy);
}

.growth-message strong,
.growth-message span {
  display: block;
}

.growth-message strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.growth-message span {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.review-button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
  padding: 15px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font: 700 18px/1 "Manrope", Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
   transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.22);
}

.review-button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.growth-bottom-bar {
  height: 41px;
  background: var(--navy);
}

.review-dialog {
  width: min(520px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  box-shadow: 0 20px 60px rgba(5, 30, 82, .35);
}

.review-dialog::backdrop {
  background: rgba(5, 30, 82, .58);
}

.review-form .form-consent {
    margin: 5px 0 22px;
}

.review-form .consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font: 400 13px / 1.5 "Manrope", Arial, sans-serif;
    color: #555;
}

.review-form .consent-label input[type="checkbox"] {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin: 2px 0 0;
    cursor: pointer;
    accent-color: var(--blue);
}

.review-form .consent-label a {
    color: var(--blue);
    text-decoration: underline;
}

.review-form .consent-label a:hover {
    text-decoration: none;
}

.review-form {
  position: relative;
  display: grid;
  gap: 15px;
  padding: 38px;
  background: #fff;
  color: var(--navy);
  
}

.review-form .form-field {
    position: relative;
    margin-bottom: 22px;
}

.review-form .form-field input,
.review-form .form-field textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font: 400 16px / 1.4 "Manrope", Arial, sans-serif;
    outline: none;
    box-sizing: border-box;
}

/* Hide the real placeholder */
.review-form .form-field input::placeholder,
.review-form .form-field textarea::placeholder {
    color: transparent;
}

/* Floating label */
.review-form .form-field::before {
    content: attr(data-placeholder);
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);

    padding: 0 5px;
    background: #fff;

    color: #777;
    font-size: 16px;
    font-weight: 400;

    pointer-events: none;
    z-index: 2;

    transition:
        top 0.2s ease,
        transform 0.2s ease,
        font-size 0.2s ease,
        color 0.2s ease;
}

/* Move label to top-left on focus */
.review-form .form-field:focus-within::before,
.review-form .form-field.has-value::before {
    top: 0;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    color: var(--blue);
}

/* Focus border */
.review-form .form-field input:focus,
.review-form .form-field textarea:focus {
    border-color: var(--blue);
}

.dialog-close {
  position: absolute;
  top: 13px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}

.form-eyebrow {
  margin: 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.review-form h2,
.form-intro,
.form-status {
  margin: 0;
}

.review-form h2 {
  font-size: 30px;
  line-height: 1.1;
}

.form-intro {
  color: #465675;
  font-size: 15px;
}

.review-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
}

.review-form input:not(.form-honeypot),
.review-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #9fb5dc;
  color: var(--navy);
  font: 400 15px/1.4 "Manrope", Arial, sans-serif;
  resize: vertical;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.form-status {
  min-height: 20px;
  color: var(--blue);
  font-size: 14px;
}

.form-submit {
  justify-self: end;
  padding: 13px 18px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font: 700 15px/1 "Manrope", Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.form-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.22);
}

@media (min-width: 2000px) and (max-width: 2400px) {
  .hero-content,
  .performance-bar,
  .delivery-section,
  .why-section,
  .growth-content,
  .value-section {
    width: min(1780px, 80vw);
  }

  .hero {
    /*min-height: 1300px;*/
    /*padding-top: 560px;*/
     min-height: 1290px;   /* ≈ 2200px avg width ÷ 1.71 */
    padding-top: 515px;
    background-position: right center;
  }

  .hero h1 {
    font-size: 118px;
  }

  .hero h1 span {
    font-size: 112px;
  }

  .delivery-section {
    min-height: 500px;
    padding-top: 110px;
  }
  .why-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why-icon img {
    width: 60px;
    height: 60px;
  }
  .growth-message > img {
    width: 48px;
    height: 48px;
  }
  .finops-label{
    font-size: 18px;
  }
  .why-card h3 {
    font-size: 22px;
  }
  .why-card p {
    font-size: 20px;
  }
  .review-button{
    font: 700 20px / 1 "Manrope", Arial, sans-serif;
  }
  .metric span {
    font-size: 18px;
  }
  .delivery-visual {
    flex: unset;
    }
    .delivery-copy p {
    max-width: 850px;
    }
    .delivery-copy {
    max-width: 900px;
    }
}

@media (min-width: 1600px) and (max-width: 2000px) {
  .hero-content,
  .performance-bar,
  .delivery-section,
  .why-section,
  .growth-content,
  .value-section {
    width: min(1560px, 84vw);
  }

  .hero {
    /*min-height: 1200px;*/
    /*padding: 500px 0 2px;*/
    min-height: 1050px;   /* ≈ 1800px avg width ÷ 1.71 */
    padding-top: 300px;
    background-position: right center;
  }

  .hero h1 {
    font-size: 108px;
  }

  .hero h1 span {
    font-size: 102px;
  }
  .delivery-section {
    padding-top: 110px;
  }
  .why-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why-icon img {
    width: 50px;
    height: 50px;
  }
  .finops-label{
    font-size: 14px;
  }
  .delivery-visual {
    flex: unset;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hero {
    min-height: 690px;
    background-position: 60% center;
  }

  .hero-content,
  .performance-bar,
  .delivery-section,
  .why-section,
  .growth-content,
  .value-section {
    width: 90vw;
  }

  .delivery-section{
     padding-top: 88px;
  }
  .why-section {
    padding-top: 40px;
    padding-bottom: 41px;
}

  .brand {
    margin-bottom: 35px;
  }

  .hero h1 {
    font-size: 70px;
  }

  .hero h1 span {
    font-size: 74px;
  }

  .hero-description {
    max-width: 400px;
    font-size: 20px;
  }

  .guarantee p {
    font-size: 30px;
    max-width: 200px;
  }

  .performance-bar {
    gap: 12px;
    padding: 21px 18px;
  }

  .metric {
    gap: 9px;
  }

  .metric img {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .metric strong {
    font-size: 24px;
  }

  .metric span {
    font-size: 12px;
  }

  .delivery-copy h2 {
    font-size: 42px;
  }

  .delivery-copy p {
    font-size: 17px;
  }

  .value-section {
    gap: 20px;
    padding: 26px;
  }

  .value-img img {
    width: 82px;
  }

  .value-list li {
    font-size: 14px;
  }

  .exposure-block strong {
    font-size: 62px;
  }

  .exposure-block p {
    font-size: 20px;
  }

  .why-card p {
    font-size: 16px;
  }
   .mr-bt {
    margin-bottom: 0;
}
.review-button{
    font: 700 17px / 1 "Manrope", Arial, sans-serif;
}
}

@media (min-width: 820px) and (max-width: 1023px) {
  .hero {
    min-height: 470px;
    padding-top: 35px;
    background-position: 65% center;
  }
  .review-button{
    font: 700 16px / 1 "Manrope", Arial, sans-serif;
}

  .hero-content,
  .performance-bar,
  .delivery-section,
  .why-section,
  .growth-content,
  .value-section {
    width: 90vw;
  }

  .brand {
    margin-bottom: 28px;
  }

  .brand img {
    width: 190px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero h1 span {
    font-size: 61px;
  }

  .hero-description {
    max-width: 390px;
    margin: 25px 0;
    font-size: 18px;
  }

  .guarantee {
    margin-bottom: 28px;
  }

  .guarantee p {
    font-size: 28px;
  }

  .guarantee span {
    font-size: 18px;
  }

  .performance-bar {
    gap: 9px;
    padding: 16px;
  }

  .metric {
    align-items: flex-start;
    gap: 8px;
  }

  .metric img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .metric strong {
    font-size: 21px;
  }

  .metric span {
    font-size: 11px;
  }

  .delivery-section {
    gap: 34px;
    padding-top: 100px;
    min-height: 430px;
  }

  .why-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

  .delivery-copy h2 {
    font-size: 36px;
  }

  .delivery-copy p {
    font-size: 15px;
  }

  .value-section {
    grid-template-columns: auto 1fr 1.2fr;
    gap: 18px;
    padding: 24px;
  }

  .value-img img {
    width: 70px;
  }

  .value-list {
    padding-left: 18px;
  }

  .value-list li {
    font-size: 13px;
  }

  .exposure-block {
    grid-column: 2 / -1;
    display: flex;
    align-items: center;
    gap: 22px;
    padding-top: 18px;
  }

  .exposure-block strong {
    margin: 0;
    font-size: 58px;
  }

  .exposure-block p {
    font-size: 18px;
  }

  .why-card {
    min-height: 135px;
    gap: 12px;
    padding: 20px 16px;
  }

  .why-card h3 {
    font-size: 16px;
  }

  .why-card p {
    font-size: 14px;
  }

  .why-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .mr-bt {
    margin-bottom: 0;
}
 
}
@media (min-width: 768px) and (max-width: 819px) {
    .mr-bt {
        margin-bottom: 0;
    }
    .review-button{
        font: 700 16px / 1 "Manrope", Arial, sans-serif;
    }
   .hero {
    min-height: 470px;
    padding-top: 35px;
    background-position: 65% center;
  }

  .hero-content,
  .performance-bar,
  .delivery-section,
  .why-section,
  .growth-content,
  .value-section {
    width: 91vw;
  }
  .why-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

  .brand {
    margin-bottom: 28px;
  }

  .brand img {
    width: 190px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero h1 span {
    font-size: 61px;
  }

  .hero-description {
    max-width: 390px;
    margin: 25px 0;
    font-size: 18px;
  }

  .guarantee {
    margin-bottom: 28px;
  }

  .guarantee p {
    font-size: 28px;
  }

  .guarantee span {
    font-size: 18px;
  }

  .performance-bar {
    gap: 9px;
    padding: 16px;
  }

  .metric {
    align-items: flex-start;
    gap: 8px;
  }

  .metric img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .metric strong {
    font-size: 21px;
  }

  .metric span {
    font-size: 11px;
  }

  .delivery-section {
    gap: 34px;
    padding-top: 80px;
  }

  .delivery-copy h2 {
    font-size: 36px;
  }

  .delivery-copy p {
    font-size: 15px;
  }

  

  .value-img img {
    width: 70px;
  }

  .value-list {
    padding-left: 18px;
  }

  .value-list li {
    font-size: 13px;
  }

  .exposure-block {
    grid-column: 2 / -1;
    display: flex;
    align-items: center;
    gap: 22px;
    padding-top: 18px;
  }

  .exposure-block strong {
    margin: 0;
    font-size: 58px;
  }

  .exposure-block p {
    font-size: 18px;
  }

  .why-card {
    min-height: 135px;
    gap: 12px;
    padding: 20px 16px;
  }

  .why-card h3 {
    font-size: 16px;
  }

  .why-card p {
    font-size: 14px;
  }

  .why-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .value-section {
    grid-template-columns: auto 1fr 1.2fr;
    gap: 18px;
    padding: 24px;
     width: min(1360px, 100vw);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero {
    min-height: 0;
    padding-top: 28px;
    background-position: 0%;
    background-size: auto 100%;
    background: unset;
  }
  
  .mob-hero{
      background: url(../assets/cloud-cost-hero-mob2.webp) center / cover no-repeat;
      min-height: 800px;
  }

  .hero-content,
  .performance-bar,
  .delivery-section,
  .why-section,
  .growth-content,
  .value-section {
    width: 88vw;
  }

  .brand {
    margin-bottom: 42px;
  }

  .brand img {
    width: 160px;
  }

  .hero h1 {
    max-width: 330px;
    font-size: clamp(45px, 15vw, 58px);
    line-height: .95;
  }

  .hero h1 span {
    font-size: inherit;
  }

  .hero-description {
    max-width: 300px;
    margin: 23px 0;
    font-size: 17px;
  }

  .guarantee {
    /*margin-bottom: 65px;*/
    padding-left: 14px;
  }
  .mr-bt{
      margin-bottom: 360px;
  }

  .guarantee p {
    font-size: 25px;
  }

  .guarantee span {
    display: block;
    font-size: 17px;
  }

  .performance-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px 12px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 20px 15px;
  }

  .metric {
    align-items: flex-start;
    gap: 8px;
  }

  .metric img {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
  }

  .metric strong {
    font-size: 20px;
  }

  .metric span {
    margin-top: 5px;
    font-size: 11px;
  }

  .delivery-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
    min-height: 0;
    padding-top: 65px;
    padding-bottom: 55px;
  }

  .delivery-copy h2,
  .deliver-word {
    font-size: 38px;
  }

  .delivery-copy p {
    font-size: 16px;
    line-height: 1.45;
  }

  .delivery-visual {
    width: 100%;
  }

  .value-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 22px;
  }

  .value-img img {
    width: 88px;
  }

  .value-list,
  .exposure-block {
    padding-left: 20px;
  }

  .exposure-block {
    display: flex;
    align-items: center;
    gap: 22px;
  }

  .exposure-block strong {
    margin: 0;
    font-size: 58px;
  }

  .exposure-block p {
    font-size: 20px;
  }

  .why-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-section > h2 {
    margin-bottom: 30px;
    font-size: 27px;
    letter-spacing: 1px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-card {
    min-height: 0;
    gap: 13px;
    padding: 20px 16px;
  }

  .why-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .why-card h3 {
    font-size: 17px;
  }

  .why-card p {
    font-size: 15px;
  }

  .finops-label {
    top: 10px;
    right: 11px;
    font-size: 8px;
  }

  .growth-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .growth-message {
    gap: 13px;
  }

  .growth-message > img {
    width: 35px;
    height: 35px;
  }

  .growth-message strong {
    font-size: 20px;
    line-height: 27px;
  }

  .growth-message span {
    font-size: 16px;
    line-height: 22px;
  }

  .review-button,
  .form-submit {
    width: 100%;
    justify-content: center;
  }

  .growth-bottom-bar {
    height: 24px;
  }

  .review-form {
    padding: 34px 22px 25px;
  }

  .review-form h2 {
    font-size: 26px;
  }
}
