@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.gif-size-converter-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #18202f;
  background: #ffffff;
}

.gif-size-converter-content,
.gif-size-converter-content div,
.gif-size-converter-content section,
.gif-size-converter-content article {
  box-sizing: border-box;
}

.gif-size-converter-content .gsc-section {
  position: relative;
  width: 100%;
}

.gif-size-converter-content .gsc-section-white {
  background: #ffffff;
}

.gif-size-converter-content .gsc-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(65, 132, 247, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(0, 194, 168, 0.08), transparent 28%),
    #f7f9fc;
}

.gif-size-converter-content .gsc-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.gif-size-converter-content .gsc-heading-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.gif-size-converter-content .gsc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(65, 132, 247, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(65, 132, 247, 0.12), rgba(0, 194, 168, 0.12));
  color: #215fc4;
  font-weight: 750;
  line-height: 1.2;
}

.gif-size-converter-content .gsc-heading-wrap h2 {
  margin: 0;
  color: #111827;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}

.gif-size-converter-content .gsc-heading-wrap p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #5e6878;
  line-height: 1.72;
}

.gif-size-converter-content .gsc-card-grid {
  display: grid;
  align-items: stretch;
}

.gif-size-converter-content .gsc-card,
.gif-size-converter-content .gsc-benefit-card,
.gif-size-converter-content .gsc-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 31, 49, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(18, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.gif-size-converter-content .gsc-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}

.gif-size-converter-content .gsc-card::before,
.gif-size-converter-content .gsc-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #4184f7, #00c2a8);
  opacity: 0.9;
}

.gif-size-converter-content .gsc-card:hover,
.gif-size-converter-content .gsc-benefit-card:hover,
.gif-size-converter-content .gsc-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(65, 132, 247, 0.28);
  box-shadow: 0 24px 58px rgba(18, 28, 45, 0.13);
}

.gif-size-converter-content .gsc-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4184f7, #00c2a8);
  box-shadow: 0 12px 26px rgba(65, 132, 247, 0.22);
}

.gif-size-converter-content .gsc-icon::before,
.gif-size-converter-content .gsc-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.gif-size-converter-content .gsc-icon-compress::before {
  width: 20px;
  height: 3px;
  left: 14px;
  top: 23px;
  border-radius: 99px;
}

.gif-size-converter-content .gsc-icon-compress::after {
  width: 3px;
  height: 20px;
  left: 23px;
  top: 14px;
  border-radius: 99px;
}

.gif-size-converter-content .gsc-icon-frame::before {
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.gif-size-converter-content .gsc-icon-frame::after {
  width: 9px;
  height: 9px;
  right: 10px;
  bottom: 10px;
  border-radius: 3px;
}

.gif-size-converter-content .gsc-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 14px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.gif-size-converter-content .gsc-icon-speed::after {
  width: 13px;
  height: 3px;
  left: 24px;
  top: 23px;
  border-radius: 99px;
  transform: rotate(-28deg);
}

.gif-size-converter-content .gsc-icon-upload::before {
  width: 18px;
  height: 3px;
  left: 15px;
  bottom: 13px;
  border-radius: 99px;
}

.gif-size-converter-content .gsc-icon-upload::after {
  width: 14px;
  height: 14px;
  left: 17px;
  top: 14px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.gif-size-converter-content .gsc-icon-balance::before {
  width: 24px;
  height: 3px;
  left: 12px;
  top: 16px;
  border-radius: 99px;
}

.gif-size-converter-content .gsc-icon-balance::after {
  width: 26px;
  height: 16px;
  left: 11px;
  bottom: 12px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: transparent;
}

.gif-size-converter-content .gsc-icon-workflow::before {
  width: 8px;
  height: 8px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 14px 8px 0 #ffffff, 5px 22px 0 #ffffff;
}

.gif-size-converter-content .gsc-icon-workflow::after {
  width: 22px;
  height: 18px;
  left: 16px;
  top: 18px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 10px 0 0;
  background: transparent;
}

.gif-size-converter-content .gsc-card h3,
.gif-size-converter-content .gsc-benefit-card h3,
.gif-size-converter-content .gsc-step-card h3 {
  margin: 0;
  color: #141c2b;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.25;
}

.gif-size-converter-content .gsc-card p,
.gif-size-converter-content .gsc-benefit-card p,
.gif-size-converter-content .gsc-step-card p {
  margin: 12px 0 0;
  color: #5c6676;
  line-height: 1.68;
}

.gif-size-converter-content .gsc-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.gif-size-converter-content .gsc-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(65, 132, 247, 0.12), rgba(0, 194, 168, 0.1));
}

.gif-size-converter-content .gsc-step-card::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(65, 132, 247, 0.28), transparent);
}

.gif-size-converter-content .gsc-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 840;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #215fc4, #00a991);
  box-shadow: 0 14px 30px rgba(33, 95, 196, 0.24);
}

.gif-size-converter-content .gsc-step-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.gif-size-converter-content .gsc-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(65, 132, 247, 0.34), rgba(0, 194, 168, 0.28)) border-box;
  border: 1px solid transparent;
}

.gif-size-converter-content .gsc-mini-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(65, 132, 247, 0.1);
  color: #215fc4;
  font-weight: 760;
  line-height: 1.2;
}

.gif-size-converter-content .gsc-benefit-card {
  min-width: 0;
  height: 100%;
  border-radius: 22px;
}

.gif-size-converter-content .gsc-benefit-mark {
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(65, 132, 247, 0.14), rgba(0, 194, 168, 0.16));
}

.gif-size-converter-content .gsc-benefit-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 15px;
  height: 9px;
  border-left: 3px solid #00a991;
  border-bottom: 3px solid #00a991;
  transform: rotate(-45deg);
}

.gif-size-converter-content .gsc-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.gif-size-converter-content .gsc-reveal.gsc-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .gif-size-converter-content .gsc-section {
    padding: 46px 0;
  }

  .gif-size-converter-content .gsc-container {
    padding: 0 14px;
  }

  .gif-size-converter-content .gsc-heading-wrap h2 {
    font-size: 26px;
  }

  .gif-size-converter-content .gsc-heading-wrap p {
    font-size: 14px;
  }

  .gif-size-converter-content .gsc-kicker {
    font-size: 11px;
  }

  .gif-size-converter-content .gsc-card-grid,
  .gif-size-converter-content .gsc-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .gif-size-converter-content .gsc-card,
  .gif-size-converter-content .gsc-benefit-card {
    padding: 22px;
  }

  .gif-size-converter-content .gsc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .gif-size-converter-content .gsc-step-card::after {
    display: none;
  }

  .gif-size-converter-content .gsc-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }

  .gif-size-converter-content .gsc-card h3,
  .gif-size-converter-content .gsc-benefit-card h3,
  .gif-size-converter-content .gsc-step-card h3 {
    font-size: 18px;
  }

  .gif-size-converter-content .gsc-card p,
  .gif-size-converter-content .gsc-benefit-card p,
  .gif-size-converter-content .gsc-step-card p {
    font-size: 14px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .gif-size-converter-content .gsc-section {
    padding: 52px 0;
  }

  .gif-size-converter-content .gsc-container {
    padding: 0 18px;
  }

  .gif-size-converter-content .gsc-heading-wrap h2 {
    font-size: 29px;
  }

  .gif-size-converter-content .gsc-heading-wrap p {
    font-size: 15px;
  }

  .gif-size-converter-content .gsc-kicker {
    font-size: 12px;
  }

  .gif-size-converter-content .gsc-card-grid,
  .gif-size-converter-content .gsc-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .gif-size-converter-content .gsc-card,
  .gif-size-converter-content .gsc-benefit-card {
    padding: 24px;
  }

  .gif-size-converter-content .gsc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .gif-size-converter-content .gsc-step-card::after {
    display: none;
  }

  .gif-size-converter-content .gsc-step-number {
    width: 56px;
    height: 56px;
    font-size: 17px;
  }

  .gif-size-converter-content .gsc-card h3,
  .gif-size-converter-content .gsc-benefit-card h3,
  .gif-size-converter-content .gsc-step-card h3 {
    font-size: 19px;
  }

  .gif-size-converter-content .gsc-card p,
  .gif-size-converter-content .gsc-benefit-card p,
  .gif-size-converter-content .gsc-step-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .gif-size-converter-content .gsc-section {
    padding: 58px 0;
  }

  .gif-size-converter-content .gsc-container {
    padding: 0 22px;
  }

  .gif-size-converter-content .gsc-heading-wrap h2 {
    font-size: 32px;
  }

  .gif-size-converter-content .gsc-heading-wrap p {
    font-size: 15.5px;
  }

  .gif-size-converter-content .gsc-kicker {
    font-size: 12px;
  }

  .gif-size-converter-content .gsc-card-grid,
  .gif-size-converter-content .gsc-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .gif-size-converter-content .gsc-card,
  .gif-size-converter-content .gsc-benefit-card {
    padding: 26px;
  }

  .gif-size-converter-content .gsc-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .gif-size-converter-content .gsc-step-card::after {
    display: none;
  }

  .gif-size-converter-content .gsc-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }

  .gif-size-converter-content .gsc-card h3,
  .gif-size-converter-content .gsc-benefit-card h3,
  .gif-size-converter-content .gsc-step-card h3 {
    font-size: 20px;
  }

  .gif-size-converter-content .gsc-card p,
  .gif-size-converter-content .gsc-benefit-card p,
  .gif-size-converter-content .gsc-step-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .gif-size-converter-content .gsc-section {
    padding: 74px 0;
  }

  .gif-size-converter-content .gsc-container {
    padding: 0 28px;
  }

  .gif-size-converter-content .gsc-heading-wrap h2 {
    font-size: 40px;
  }

  .gif-size-converter-content .gsc-heading-wrap p {
    font-size: 16.5px;
  }

  .gif-size-converter-content .gsc-kicker {
    font-size: 12px;
  }

  .gif-size-converter-content .gsc-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .gif-size-converter-content .gsc-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gif-size-converter-content .gsc-steps {
    gap: 20px;
    margin-top: 44px;
  }

  .gif-size-converter-content .gsc-card,
  .gif-size-converter-content .gsc-benefit-card {
    padding: 28px;
  }

  .gif-size-converter-content .gsc-step-card {
    gap: 22px;
    padding: 28px;
  }

  .gif-size-converter-content .gsc-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }

  .gif-size-converter-content .gsc-card h3,
  .gif-size-converter-content .gsc-benefit-card h3,
  .gif-size-converter-content .gsc-step-card h3 {
    font-size: 21px;
  }

  .gif-size-converter-content .gsc-card p,
  .gif-size-converter-content .gsc-benefit-card p,
  .gif-size-converter-content .gsc-step-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 1024px) {
  .gif-size-converter-content .gsc-section {
    padding: 92px 0;
  }

  .gif-size-converter-content .gsc-container {
    padding: 0 32px;
  }

  .gif-size-converter-content .gsc-heading-wrap h2 {
    font-size: 46px;
  }

  .gif-size-converter-content .gsc-heading-wrap p {
    font-size: 17px;
  }

  .gif-size-converter-content .gsc-kicker {
    font-size: 12px;
  }

  .gif-size-converter-content .gsc-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

  .gif-size-converter-content .gsc-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gif-size-converter-content .gsc-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .gif-size-converter-content .gsc-card,
  .gif-size-converter-content .gsc-benefit-card {
    padding: 30px;
  }

  .gif-size-converter-content .gsc-step-card {
    gap: 26px;
    padding: 32px;
  }

  .gif-size-converter-content .gsc-step-number {
    width: 68px;
    height: 68px;
    font-size: 19px;
  }

  .gif-size-converter-content .gsc-card h3,
  .gif-size-converter-content .gsc-benefit-card h3,
  .gif-size-converter-content .gsc-step-card h3 {
    font-size: 22px;
  }

  .gif-size-converter-content .gsc-card p,
  .gif-size-converter-content .gsc-benefit-card p,
  .gif-size-converter-content .gsc-step-card p {
    font-size: 16px;
  }
}