* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --background: #f7f8fc;
  --background-white: #ffffff;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --surface-soft: rgba(255, 255, 255, 0.56);

  --text: #111318;
  --text-soft: #555b68;
  --text-muted: #848a97;
  --text-faint: #a4a9b3;

  --border: rgba(20, 25, 35, 0.09);
  --border-strong: rgba(20, 25, 35, 0.14);

  --blue: #3b82f6;
  --blue-deep: #2563eb;
  --blue-soft: rgba(59, 130, 246, 0.11);

  --pink: #ec4899;
  --pink-soft: rgba(236, 72, 153, 0.11);

  --red: #ef4444;
  --red-soft: rgba(239, 68, 68, 0.11);

  --green: #15a66f;
  --green-soft: rgba(21, 166, 111, 0.11);

  --shadow-small:
    0 8px 24px rgba(18, 25, 38, 0.06);

  --shadow-medium:
    0 20px 60px rgba(18, 25, 38, 0.09);

  --shadow-large:
    0 42px 120px rgba(18, 25, 38, 0.13);

  --page-width: 1180px;
}

html {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background:
    linear-gradient(180deg, #fbfcff 0%, #f7f8fc 48%, #ffffff 100%);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

main,
header,
footer,
section,
nav,
article,
aside,
div {
  max-width: 100%;
}

img,
video,
canvas,
svg {
  max-width: 100%;
}

a,
button,
input,
select,
textarea,
.upload-zone,
.quality-range {
  touch-action: manipulation;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

[hidden] {
  display: none !important;
}

::selection {
  background: rgba(59, 130, 246, 0.18);
  color: #111318;
}

.page-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  overflow: hidden;
  pointer-events: none;
}

.background-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.58;
  transform: translateZ(0);
}

.background-orb-blue {
  width: 580px;
  height: 580px;
  top: -250px;
  right: -180px;
  background: rgba(77, 146, 255, 0.34);
}

.background-orb-pink {
  width: 460px;
  height: 460px;
  top: 260px;
  left: -260px;
  background: rgba(255, 91, 176, 0.25);
}

.background-orb-red {
  width: 440px;
  height: 440px;
  top: 760px;
  right: -230px;
  background: rgba(255, 83, 83, 0.18);
}

.background-grid {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(20, 25, 35, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 25, 35, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.72),
      transparent 82%
    );
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 14px 18px;
  background: transparent;
  pointer-events: none;
}

.site-header > * {
  pointer-events: auto;
}

.header-container {
  width: min(var(--page-width), 100%);
  min-height: 66px;
  margin: 0 auto;
  padding: 9px 10px 9px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow:
    0 10px 32px rgba(31, 38, 54, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.brand {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 14px;
  box-shadow:
    0 12px 28px rgba(59, 130, 246, 0.16),
    0 8px 18px rgba(236, 72, 153, 0.1);
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand-text strong {
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.brand-text span {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
}

.desktop-navigation a {
  position: relative;
  color: #5c626e;
  text-decoration: none;
  font-size: 13px;
  font-weight: 680;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.desktop-navigation a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -9px;
  left: 50%;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--blue), var(--pink));
  transition:
    right 0.22s ease,
    left 0.22s ease;
}

.desktop-navigation a:hover {
  color: var(--text);
}

.desktop-navigation a:hover::after {
  right: 0;
  left: 0;
}

.header-action {
  min-height: 44px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(20, 25, 35, 0.08);
  border-radius: 14px;
  background: #15171c;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 760;
  box-shadow:
    0 10px 24px rgba(17, 19, 24, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.header-action svg {
  width: 17px;
  height: 17px;
}

.header-action:hover {
  transform: translateY(-1px);
  background: #000000;
  box-shadow:
    0 14px 30px rgba(17, 19, 24, 0.21),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.mobile-menu-button {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.mobile-menu-button span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #252830;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.mobile-menu-button.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-button.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-button.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-navigation {
  width: min(var(--page-width), 100%);
  max-height: 0;
  margin: 8px auto 0;
  overflow: hidden;
  display: none;
  flex-direction: column;
  border: 1px solid transparent;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height 0.25s ease,
    opacity 0.2s ease,
    transform 0.25s ease,
    padding 0.25s ease;
}

.mobile-navigation.open {
  max-height: 320px;
  padding: 10px;
  border-color: var(--border);
  opacity: 1;
  transform: translateY(0);
  box-shadow: var(--shadow-medium);
}

.mobile-navigation a {
  padding: 13px 14px;
  border-radius: 13px;
  color: var(--text-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.mobile-navigation a:hover {
  background: rgba(59, 130, 246, 0.07);
  color: var(--text);
}

.hero-section {
  padding: 178px 18px 54px;
}

.hero-container {
  width: min(var(--page-width), 100%);
  margin: 0 auto;
}

.hero-copy {
  max-width: 920px;
  margin: 0 auto 48px;
  text-align: center;
}

.hero-eyebrow,
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #525866;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-eyebrow {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(20, 25, 35, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 8px 25px rgba(18, 25, 38, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--blue), var(--pink));
  box-shadow: 0 0 0 5px rgba(59, 130, 246, 0.08);
}

.hero-copy h1 {
  max-width: 920px;
  margin: 24px auto 0;
  font-size: clamp(52px, 7.5vw, 100px);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.078em;
  text-wrap: balance;
}

.gradient-text {
  display: inline-block;
  background:
    linear-gradient(
      105deg,
      #2563eb 4%,
      #7c5ce7 35%,
      #e4479b 67%,
      #ef4444 100%
    );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero-description {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--text-soft);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.72;
  text-wrap: balance;
}

.hero-benefits {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px 24px;
}

.hero-benefit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5a606d;
  font-size: 13px;
  font-weight: 680;
}

.benefit-icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
}

.benefit-icon svg {
  width: 12px;
  height: 12px;
}

.converter-shell {
  position: relative;
  width: min(900px, 100%);
  margin: 0 auto;
  isolation: isolate;
}

.converter-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(62px);
  pointer-events: none;
}

.converter-glow-blue {
  width: 220px;
  height: 220px;
  top: 20%;
  left: -85px;
  background: rgba(59, 130, 246, 0.24);
}

.converter-glow-pink {
  width: 260px;
  height: 260px;
  right: -95px;
  bottom: 5%;
  background: rgba(236, 72, 153, 0.2);
}

.converter-card {
  position: relative;
  padding: 17px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 36px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.82),
      rgba(255, 255, 255, 0.6)
    );
  backdrop-filter: blur(30px) saturate(155%);
  -webkit-backdrop-filter: blur(30px) saturate(155%);
  box-shadow:
    0 42px 110px rgba(31, 38, 54, 0.13),
    0 9px 30px rgba(31, 38, 54, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.converter-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(59, 130, 246, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 95% 100%,
      rgba(236, 72, 153, 0.1),
      transparent 28%
    );
}

.converter-card > * {
  position: relative;
}

.converter-header {
  min-height: 72px;
  padding: 3px 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.converter-kicker {
  display: block;
  margin-bottom: 3px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.converter-header h2 {
  font-size: 26px;
  font-weight: 860;
  letter-spacing: -0.055em;
}

.converter-status {
  min-height: 33px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(21, 166, 111, 0.12);
  border-radius: 999px;
  background: rgba(21, 166, 111, 0.07);
  color: #237c5e;
  font-size: 11px;
  font-weight: 750;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1fba80;
  box-shadow: 0 0 0 5px rgba(31, 186, 128, 0.09);
}

.upload-zone {
  position: relative;
  min-height: 356px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1.5px dashed rgba(44, 51, 64, 0.16);
  border-radius: 27px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.72),
      rgba(247, 249, 253, 0.66)
    );
  cursor: pointer;
  outline: none;
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.upload-zone:hover,
.upload-zone:focus-visible {
  border-color: rgba(59, 130, 246, 0.45);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.92),
      rgba(244, 248, 255, 0.8)
    );
  box-shadow:
    inset 0 0 0 4px rgba(59, 130, 246, 0.035);
}

.upload-zone.drag-active {
  transform: scale(0.993);
  border-color: var(--blue);
  background:
    linear-gradient(
      145deg,
      rgba(240, 247, 255, 0.96),
      rgba(255, 245, 251, 0.92)
    );
  box-shadow:
    inset 0 0 0 5px rgba(59, 130, 246, 0.055),
    0 18px 40px rgba(59, 130, 246, 0.08);
}

.upload-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(35px);
  pointer-events: none;
}

.upload-decoration-one {
  width: 140px;
  height: 140px;
  top: -72px;
  right: 12%;
  background: rgba(59, 130, 246, 0.15);
}

.upload-decoration-two {
  width: 130px;
  height: 130px;
  bottom: -65px;
  left: 13%;
  background: rgba(236, 72, 153, 0.13);
}

.upload-content {
  position: relative;
  z-index: 1;
  max-width: 470px;
  padding: 40px 24px;
  text-align: center;
}

.upload-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(59, 130, 246, 0.13);
  border-radius: 25px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(239, 245, 255, 0.9)
    );
  color: var(--blue-deep);
  box-shadow:
    0 18px 42px rgba(59, 130, 246, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.upload-icon svg {
  width: 34px;
  height: 34px;
}

.upload-content h3 {
  margin-bottom: 8px;
  font-size: clamp(23px, 3vw, 29px);
  font-weight: 850;
  letter-spacing: -0.055em;
}

.upload-content > p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.select-images-button {
  min-height: 50px;
  margin: 23px auto 0;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 16px;
  background:
    linear-gradient(135deg, #20242c, #0e1014);
  color: #ffffff;
  font-size: 14px;
  font-weight: 780;
  cursor: pointer;
  box-shadow:
    0 15px 34px rgba(17, 19, 24, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.select-images-button svg {
  width: 17px;
  height: 17px;
}

.select-images-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 19px 38px rgba(17, 19, 24, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.upload-limit {
  display: block;
  margin-top: 15px;
  color: var(--text-faint);
  font-size: 11px;
  font-weight: 650;
}

.selected-files-panel {
  margin-top: 13px;
  padding: 17px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
}

.selected-files-header {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.selected-files-header > div:first-child {
  display: flex;
  flex-direction: column;
}

.selected-files-label {
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 770;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.selected-files-header strong {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.selected-files-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.text-button {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--text-soft);
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.text-button:hover {
  border-color: var(--border-strong);
  background: #ffffff;
  color: var(--text);
}

.text-button-danger:hover {
  border-color: rgba(239, 68, 68, 0.18);
  background: rgba(239, 68, 68, 0.06);
  color: #d73535;
}

.selected-files-list {
  max-height: 238px;
  overflow-y: auto;
  display: grid;
  gap: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(44, 51, 64, 0.18) transparent;
}

.selected-file {
  min-width: 0;
  padding: 9px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(20, 25, 35, 0.065);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.68);
}

.selected-file-preview {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(20, 25, 35, 0.06);
  border-radius: 12px;
  background: #f0f2f6;
}

.selected-file-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selected-file-copy {
  min-width: 0;
}

.selected-file-copy strong,
.selected-file-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selected-file-copy strong {
  color: #30343d;
  font-size: 12px;
  font-weight: 760;
}

.selected-file-copy span {
  margin-top: 3px;
  color: var(--text-muted);
  font-size: 10px;
}

.remove-file-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.72);
  color: #858b96;
  cursor: pointer;
}

.remove-file-button svg {
  width: 15px;
  height: 15px;
}

.remove-file-button:hover {
  border-color: rgba(239, 68, 68, 0.18);
  background: rgba(239, 68, 68, 0.07);
  color: #d73535;
}

.converter-controls {
  margin-top: 13px;
  padding: 17px;
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(280px, 1.4fr);
  gap: 18px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
}

.control-group > label,
.control-label-row label {
  color: #464c58;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.025em;
}

.custom-select-wrapper {
  position: relative;
  margin-top: 9px;
}

.format-select {
  width: 100%;
  height: 48px;
  padding: 0 42px 0 14px;
  appearance: none;
  border: 1px solid rgba(20, 25, 35, 0.1);
  border-radius: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.format-select:focus {
  border-color: rgba(59, 130, 246, 0.42);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.07);
}

.custom-select-wrapper > svg {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  pointer-events: none;
  transform: translateY(-50%);
  color: #686e7a;
}

.control-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.control-label-row output {
  min-width: 44px;
  min-height: 28px;
  padding: 0 8px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(59, 130, 246, 0.1);
  border-radius: 9px;
  background: var(--blue-soft);
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 800;
}

.quality-range {
  width: 100%;
  height: 5px;
  margin-top: 15px;
  appearance: none;
  border-radius: 999px;
  outline: none;
  background:
    linear-gradient(
      to right,
      var(--blue) 0%,
      var(--pink) 83.33%,
      rgba(20, 25, 35, 0.1) 83.33%,
      rgba(20, 25, 35, 0.1) 100%
    );
  cursor: pointer;
}

.quality-range::-webkit-slider-thumb {
  width: 19px;
  height: 19px;
  appearance: none;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--pink);
  box-shadow:
    0 3px 12px rgba(236, 72, 153, 0.35),
    0 0 0 1px rgba(236, 72, 153, 0.17);
}

.quality-range::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--pink);
  box-shadow:
    0 3px 12px rgba(236, 72, 153, 0.35),
    0 0 0 1px rgba(236, 72, 153, 0.17);
}

.range-labels {
  margin-top: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-faint);
  font-size: 9px;
  font-weight: 650;
}

.convert-button {
  width: 100%;
  min-height: 62px;
  margin-top: 13px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 0;
  border-radius: 20px;
  background:
    linear-gradient(
      112deg,
      #2563eb 0%,
      #7c5ce7 38%,
      #df489f 70%,
      #ef4444 100%
    );
  color: #ffffff;
  font-size: 15px;
  font-weight: 820;
  cursor: pointer;
  box-shadow:
    0 19px 40px rgba(77, 99, 220, 0.21),
    0 10px 26px rgba(236, 72, 153, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.convert-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow:
    0 25px 48px rgba(77, 99, 220, 0.25),
    0 13px 30px rgba(236, 72, 153, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.convert-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  box-shadow: none;
}

.convert-button-count {
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 10px;
}

.convert-button svg {
  width: 19px;
  height: 19px;
}

.processing-panel {
  margin-top: 13px;
  padding: 18px;
  border: 1px solid rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(
      135deg,
      rgba(239, 246, 255, 0.84),
      rgba(255, 241, 249, 0.7)
    );
}

.processing-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.processing-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.processing-copy > div {
  min-width: 0;
}

.processing-copy strong,
.processing-copy span {
  display: block;
}

.processing-copy strong {
  font-size: 13px;
  font-weight: 800;
}

.processing-copy span {
  margin-top: 2px;
  overflow: hidden;
  color: var(--text-muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.processing-spinner {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  border: 3px solid rgba(59, 130, 246, 0.14);
  border-top-color: var(--blue);
  border-right-color: var(--pink);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.processing-top > span {
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 820;
}

.progress-track {
  height: 7px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(20, 25, 35, 0.08);
}

.progress-track > span {
  width: 0%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background:
    linear-gradient(90deg, var(--blue), var(--pink), var(--red));
  transition: width 0.25s ease;
}

.results-panel {
  margin-top: 13px;
  padding: 18px;
  border: 1px solid rgba(21, 166, 111, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(
      145deg,
      rgba(243, 255, 250, 0.88),
      rgba(255, 255, 255, 0.76)
    );
}

.results-panel-header {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.results-panel-header > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.results-success {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--green-soft);
  color: var(--green);
}

.results-success svg {
  width: 21px;
  height: 21px;
}

.results-eyebrow {
  color: #278565;
  font-size: 9px;
  font-weight: 790;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.results-panel-header h3 {
  margin-top: 1px;
  font-size: 17px;
  font-weight: 830;
  letter-spacing: -0.035em;
}

.download-all-button {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(21, 166, 111, 0.13);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.83);
  color: #217b5d;
  font-size: 11px;
  font-weight: 780;
  cursor: pointer;
}

.download-all-button svg {
  width: 16px;
  height: 16px;
}

.download-all-button:hover {
  background: #ffffff;
  box-shadow: var(--shadow-small);
}

.results-list {
  display: grid;
  gap: 8px;
}

.result-item {
  min-width: 0;
  padding: 9px;
  display: grid;
  grid-template-columns: 51px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(20, 25, 35, 0.065);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.76);
}

.result-preview {
  width: 51px;
  height: 51px;
  overflow: hidden;
  border-radius: 12px;
  background: #eff2f5;
}

.result-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result-copy {
  min-width: 0;
}

.result-copy strong,
.result-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-copy strong {
  font-size: 12px;
  font-weight: 760;
}

.result-copy span {
  margin-top: 3px;
  color: var(--text-muted);
  font-size: 10px;
}

.result-download-button {
  min-height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(20, 25, 35, 0.08);
  border-radius: 11px;
  background: #ffffff;
  color: #3f4551;
  font-size: 10px;
  font-weight: 770;
  cursor: pointer;
}

.result-download-button svg {
  width: 14px;
  height: 14px;
}

.result-download-button:hover {
  border-color: rgba(59, 130, 246, 0.16);
  color: var(--blue-deep);
  box-shadow: var(--shadow-small);
}

.convert-more-button {
  width: 100%;
  min-height: 43px;
  margin-top: 12px;
  border: 1px solid rgba(20, 25, 35, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
  font-size: 11px;
  font-weight: 760;
  cursor: pointer;
}

.convert-more-button:hover {
  background: #ffffff;
  color: var(--text);
}

.converter-footnote {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 650;
}

.converter-footnote svg {
  width: 16px;
  height: 16px;
  color: var(--green);
}

.format-strip {
  max-width: 900px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
}

.format-strip-label {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
}

.format-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.format-pills a {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #666c78;
  text-decoration: none;
  font-size: 10px;
  font-weight: 720;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.format-pills a:hover {
  border-color: rgba(59, 130, 246, 0.16);
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue-deep);
}

.section-container {
  width: min(var(--page-width), calc(100% - 36px));
  margin: 0 auto;
}

.trust-section {
  padding: 44px 0 86px;
}

.trust-label {
  margin-bottom: 20px;
  color: var(--text-muted);
  text-align: center;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-grid {
  padding: 22px 28px;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr);
  align-items: center;
  gap: 23px;
  border: 1px solid rgba(20, 25, 35, 0.065);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.trust-item {
  min-width: 0;
  text-align: center;
}

.trust-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.trust-item span {
  color: var(--text-muted);
  font-size: 10px;
  line-height: 1.45;
}

.trust-divider {
  width: 1px;
  height: 33px;
  background: rgba(20, 25, 35, 0.08);
}

.tools-section,
.workflow-section,
.seo-content-section,
.faq-section {
  padding: 96px 0;
}

.section-heading {
  margin-bottom: 42px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.section-heading h2,
.workflow-copy h2,
.seo-content-main h2,
.faq-heading h2,
.final-cta-content h2 {
  margin-top: 12px;
  font-size: clamp(38px, 5vw, 61px);
  line-height: 1.02;
  font-weight: 880;
  letter-spacing: -0.068em;
  text-wrap: balance;
}

.section-heading > p {
  max-width: 470px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.75;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.tool-card {
  position: relative;
  min-height: 325px;
  padding: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(20, 25, 35, 0.075);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--text);
  text-decoration: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 18px 50px rgba(31, 38, 54, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    transform 0.23s ease,
    box-shadow 0.23s ease,
    border-color 0.23s ease;
}

.tool-card::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -85px;
  bottom: -90px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.07);
  filter: blur(10px);
}

.tool-card:nth-child(2)::before {
  background: rgba(236, 72, 153, 0.07);
}

.tool-card:nth-child(3)::before {
  background: rgba(239, 68, 68, 0.07);
}

.tool-card-featured:hover {
  transform: translateY(-5px);
  border-color: rgba(59, 130, 246, 0.17);
  box-shadow:
    0 28px 66px rgba(31, 38, 54, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tool-card-top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.tool-icon {
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  border-radius: 17px;
}

.tool-icon svg {
  width: 25px;
  height: 25px;
}

.tool-icon-blue {
  background: var(--blue-soft);
  color: var(--blue-deep);
}

.tool-icon-pink {
  background: var(--pink-soft);
  color: #d13d87;
}

.tool-icon-red {
  background: var(--red-soft);
  color: #d93a3a;
}

.tool-badge {
  min-height: 29px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(21, 166, 111, 0.11);
  border-radius: 999px;
  background: var(--green-soft);
  color: #278565;
  font-size: 9px;
  font-weight: 780;
}

.tool-badge-muted {
  border-color: var(--border);
  background: rgba(20, 25, 35, 0.035);
  color: var(--text-muted);
}

.tool-card h3 {
  position: relative;
  margin-top: 32px;
  font-size: 25px;
  font-weight: 840;
  letter-spacing: -0.052em;
}

.tool-card > p {
  position: relative;
  margin-top: 11px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.72;
}

.tool-link {
  position: relative;
  margin-top: auto;
  padding-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 790;
}

.tool-link svg {
  width: 16px;
  height: 16px;
}

.tool-link-muted {
  color: var(--text-muted);
}

.workflow-section {
  position: relative;
}

.workflow-container {
  padding: 50px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(59, 130, 246, 0.12),
      transparent 32%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(236, 72, 153, 0.1),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: var(--shadow-medium);
}

.workflow-copy {
  align-self: center;
}

.workflow-copy h2 {
  font-size: clamp(39px, 5vw, 58px);
}

.workflow-copy > p {
  margin-top: 20px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.75;
}

.workflow-note {
  margin-top: 30px;
  padding: 17px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1px solid rgba(21, 166, 111, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.workflow-note > span {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--green-soft);
  color: var(--green);
}

.workflow-note svg {
  width: 18px;
  height: 18px;
}

.workflow-note strong {
  font-size: 12px;
  font-weight: 800;
}

.workflow-note p {
  margin-top: 3px;
  color: var(--text-muted);
  font-size: 10px;
  line-height: 1.55;
}

.workflow-steps {
  display: grid;
  gap: 12px;
}

.workflow-step {
  position: relative;
  min-height: 158px;
  padding: 21px 22px 21px 90px;
  overflow: hidden;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.73);
  box-shadow:
    0 14px 36px rgba(31, 38, 54, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.step-number {
  position: absolute;
  top: 17px;
  right: 19px;
  color: rgba(20, 25, 35, 0.17);
  font-size: 31px;
  font-weight: 850;
  letter-spacing: -0.06em;
}

.step-icon {
  position: absolute;
  top: 21px;
  left: 22px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(59, 130, 246, 0.11),
      rgba(236, 72, 153, 0.07)
    );
  color: var(--blue-deep);
}

.step-icon svg {
  width: 24px;
  height: 24px;
}

.workflow-step h3 {
  margin-top: 48px;
  font-size: 17px;
  font-weight: 820;
  letter-spacing: -0.035em;
}

.workflow-step p {
  max-width: 400px;
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.6;
}

.seo-content-card {
  padding: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 70px;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow-medium);
}

.seo-content-main h2 {
  max-width: 780px;
  font-size: clamp(38px, 5vw, 57px);
}

.seo-content-main p {
  max-width: 760px;
  margin-top: 20px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.8;
}

.seo-conversion-list {
  align-self: center;
  padding: 21px;
  border: 1px solid var(--border);
  border-radius: 23px;
  background:
    linear-gradient(
      145deg,
      rgba(246, 250, 255, 0.92),
      rgba(255, 246, 251, 0.83)
    );
}

.seo-conversion-list h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: -0.03em;
}

.seo-conversion-list a {
  min-height: 46px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid rgba(20, 25, 35, 0.06);
  color: var(--text-soft);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
}

.seo-conversion-list a:last-child {
  border-bottom: 0;
}

.seo-conversion-list a strong {
  color: var(--blue-deep);
  font-size: 9px;
  font-weight: 800;
}

.seo-conversion-list a:hover span {
  color: var(--text);
}

.faq-container {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 80px;
}

.faq-heading {
  align-self: start;
  position: sticky;
  top: 120px;
}

.faq-heading h2 {
  font-size: clamp(40px, 5vw, 57px);
}

.faq-heading p {
  margin-top: 18px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(20, 25, 35, 0.075);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.faq-item.open {
  border-color: rgba(59, 130, 246, 0.16);
  box-shadow: var(--shadow-small);
}

.faq-question {
  width: 100%;
  min-height: 73px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font-size: 14px;
  font-weight: 770;
  cursor: pointer;
}

.faq-plus {
  position: relative;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
}

.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.5px;
  border-radius: 999px;
  background: #626875;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.open .faq-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
}

.faq-answer > p {
  min-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.75;
  transition: padding 0.24s ease;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer > p {
  padding-bottom: 20px;
}

.final-cta-section {
  padding: 40px 0 110px;
}

.final-cta-card {
  position: relative;
  min-height: 420px;
  padding: 60px 30px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 40px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.86),
      rgba(245, 247, 252, 0.78)
    );
  text-align: center;
  box-shadow: var(--shadow-large);
}

.final-cta-card::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  pointer-events: none;
}

.final-cta-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
}

.final-cta-glow-blue {
  width: 320px;
  height: 320px;
  top: -170px;
  left: -70px;
  background: rgba(59, 130, 246, 0.25);
}

.final-cta-glow-red {
  width: 340px;
  height: 340px;
  right: -90px;
  bottom: -190px;
  background: rgba(239, 68, 68, 0.2);
}

.final-cta-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.final-cta-content p {
  max-width: 610px;
  margin: 20px auto 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.7;
}

.final-cta-button {
  min-height: 55px;
  margin-top: 28px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 17px;
  background: #15171c;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 790;
  box-shadow:
    0 17px 38px rgba(17, 19, 24, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.final-cta-button svg {
  width: 17px;
  height: 17px;
}

.final-cta-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 44px rgba(17, 19, 24, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.site-footer {
  position: relative;
  padding: 82px 18px 28px;
  overflow: hidden;
  border-top: 0;
  background: #07080b;
  color: #ffffff;
}

/* Brillos muy suaves dentro del footer */
.site-footer::before {
  content: "";
  position: absolute;
  top: -220px;
  left: -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.11);
  filter: blur(100px);
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -250px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(236, 72, 153, 0.09);
  filter: blur(110px);
  pointer-events: none;
}

.footer-container {
  position: relative;
  z-index: 1;
  width: min(var(--page-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(280px, 1.7fr)
    repeat(3, minmax(130px, 0.65fr));
  gap: 55px;
}

.footer-brand {
  width: fit-content;
}

.site-footer .brand-mark {
  background: #ffffff;
}

/* Nombre principal del logo */
.site-footer .brand-text strong {
  color: #ffffff;
}

/* Texto pequeño debajo de ConvertixLab */
.site-footer .brand-text span {
  color: #a7adb8;
}

.footer-brand-column > p {
  max-width: 380px;
  margin-top: 21px;
  color: #aeb4bf;
  font-size: 13px;
  line-height: 1.8;
}

.footer-links-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.footer-links-column h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.footer-links-column a {
  color: #b8bec8;
  text-decoration: none;
  font-size: 12px;
  font-weight: 650;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-links-column a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  width: min(var(--page-width), 100%);
  margin: 62px auto 0;
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #9299a5;
  font-size: 11px;
  font-weight: 650;
}

.toast {
  position: fixed;
  z-index: 200;
  right: 22px;
  bottom: 22px;
  min-width: 240px;
  max-width: calc(100% - 44px);
  min-height: 54px;
  padding: 10px 16px 10px 11px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(20, 25, 35, 0.08);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.91);
  color: var(--text);
  font-size: 12px;
  font-weight: 720;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: var(--shadow-medium);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.97);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.toast.error .toast-icon {
  background: var(--red-soft);
  color: var(--red);
}

.toast-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--green-soft);
  color: var(--green);
}

.toast-icon svg {
  width: 17px;
  height: 17px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .desktop-navigation {
    display: none;
  }

  .mobile-menu-button,
  .mobile-navigation {
    display: flex;
  }

  .header-action {
    margin-left: auto;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .tools-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tool-card:first-child {
    grid-column: 1 / -1;
  }

  .workflow-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .seo-content-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .faq-heading {
    position: static;
  }

  .footer-container {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-brand-column {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    background: transparent;
  }

  .header-container {
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    padding: 7px 8px 7px 10px;
    overflow: hidden;
    border-radius: 19px;
  }

  .site-footer {
    padding: 68px 18px 26px;
  }

  .footer-bottom {
    margin-top: 46px;
  }

  .hero-container,
  .converter-shell,
  .converter-card,
  .section-container,
  .footer-container,
  .footer-bottom {
    width: 100%;
    max-width: 100%;
  }

.converter-card,
.upload-zone,
.selected-files-panel,
.converter-controls,
.processing-panel,
.results-panel {
  min-width: 0;
}

.hero-copy,
.hero-description,
.section-heading,
.workflow-copy,
.seo-content-main,
.faq-heading {
  min-width: 0;
}

.hero-copy h1,
.hero-description,
.section-heading h2,
.workflow-copy h2,
.seo-content-main h2,
.faq-heading h2,
.final-cta-content h2 {
  overflow-wrap: anywhere;
}

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .brand-text strong {
    font-size: 16px;
  }

  .brand-text span {
    display: none;
  }

  .header-action {
    display: none;
  }

  .hero-section {
  padding: 132px 12px 38px;
}

  .hero-copy {
    margin-bottom: 34px;
  }

  .hero-copy h1 {
    font-size: clamp(49px, 14vw, 72px);
    line-height: 0.95;
    letter-spacing: -0.073em;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-benefits {
    gap: 11px 16px;
  }

  .hero-benefit {
    font-size: 11px;
  }

  .converter-card {
    padding: 11px;
    border-radius: 27px;
  }

  .converter-header {
    min-height: 62px;
    padding: 4px 5px 11px;
  }

  .converter-header h2 {
    font-size: 22px;
  }

  .converter-status {
    min-height: 30px;
    padding: 0 10px;
  }

  .upload-zone {
    min-height: 310px;
    border-radius: 21px;
  }

  .upload-content {
    padding: 34px 15px;
  }

  .upload-icon {
    width: 68px;
    height: 68px;
    border-radius: 21px;
  }

  .upload-content h3 {
    font-size: 24px;
  }

  .upload-content > p {
    font-size: 12px;
  }

  .converter-controls {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .selected-files-header,
  .results-panel-header {
    align-items: flex-start;
  }

  .results-panel-header {
    flex-direction: column;
  }

  .download-all-button {
    width: 100%;
    justify-content: center;
  }

  .result-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .result-download-button {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .trust-section {
    padding: 35px 0 65px;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
  }

  .trust-divider {
    display: none;
  }

  .tools-section,
  .workflow-section,
  .seo-content-section,
  .faq-section {
    padding: 72px 0;
  }

  .tools-grid {
    grid-template-columns: 1fr;
  }

  .tool-card:first-child {
    grid-column: auto;
  }

  .tool-card {
    min-height: 290px;
  }

  .workflow-container,
  .seo-content-card {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .workflow-step {
    padding: 18px 17px 18px 77px;
  }

  .step-icon {
    top: 18px;
    left: 17px;
    width: 45px;
    height: 45px;
  }

  .workflow-step h3 {
    margin-top: 44px;
  }

  .final-cta-section {
    padding-bottom: 75px;
  }

  .final-cta-card {
    min-height: 390px;
    padding: 50px 20px;
    border-radius: 29px;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
  }

  .footer-brand-column {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .hero-section {
  padding-top: 125px;
}

  .hero-eyebrow {
    min-height: 31px;
    padding: 0 10px;
    font-size: 9px;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .hero-benefits {
    align-items: flex-start;
    flex-direction: column;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }

  .converter-header {
    align-items: flex-start;
  }

  .converter-status {
    margin-top: 2px;
    font-size: 9px;
  }

  .upload-zone {
    min-height: 292px;
  }

  .selected-files-header {
    flex-direction: column;
  }

  .selected-files-actions {
    width: 100%;
  }

  .text-button {
    flex: 1;
  }

  .selected-file {
    grid-template-columns: 44px minmax(0, 1fr) 32px;
    gap: 8px;
  }

  .selected-file-preview {
    width: 44px;
    height: 44px;
  }

  .remove-file-button {
    width: 32px;
    height: 32px;
  }

  .converter-controls,
  .selected-files-panel,
  .results-panel,
  .processing-panel {
    padding: 14px;
    border-radius: 19px;
  }

  .format-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .format-pills {
    justify-content: flex-start;
  }

  .section-container {
    width: min(var(--page-width), calc(100% - 24px));
  }

  .section-heading h2,
  .workflow-copy h2,
  .seo-content-main h2,
  .faq-heading h2,
  .final-cta-content h2 {
    font-size: 39px;
  }

  .trust-grid {
    padding: 20px 15px;
  }

  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-brand-column {
    grid-column: auto;
  }

  .toast {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-width: 0;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* =====================================================
   LEGAL PAGES
===================================================== */

.legal-body {
  background:
    linear-gradient(
      180deg,
      #fbfcff 0%,
      #f6f8fc 52%,
      #ffffff 100%
    );
}

.legal-main {
  width: 100%;
  padding-top: 126px;
}

.legal-header-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
}

.legal-header-navigation a {
  position: relative;
  color: #5c626e;
  text-decoration: none;
  font-size: 13px;
  font-weight: 680;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.legal-header-navigation a:hover,
.legal-header-navigation a[aria-current="page"] {
  color: #111318;
}

.legal-header-navigation a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      var(--blue),
      var(--pink)
    );
}

.legal-hero {
  position: relative;
  width: min(
    var(--page-width),
    calc(100% - 36px)
  );
  min-height: 520px;
  margin: 32px auto 0;
  padding: 74px 40px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 40px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.88),
      rgba(246, 248, 253, 0.74)
    );
  text-align: center;
  box-shadow:
    0 36px 100px rgba(31, 38, 54, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.legal-hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 29px;
  pointer-events: none;
}

.legal-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.legal-hero-glow-blue {
  width: 360px;
  height: 360px;
  top: -210px;
  left: -80px;
  background: rgba(59, 130, 246, 0.25);
}

.legal-hero-glow-pink {
  width: 390px;
  height: 390px;
  right: -110px;
  bottom: -240px;
  background: rgba(236, 72, 153, 0.19);
}

.legal-hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
}

.legal-breadcrumbs {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 690;
}

.legal-breadcrumbs a {
  color: var(--blue-deep);
  text-decoration: none;
}

.legal-breadcrumbs a:hover {
  text-decoration: underline;
}

.legal-badge {
  min-height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(20, 25, 35, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #525866;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow:
    0 9px 25px rgba(31, 38, 54, 0.05);
}

.legal-badge > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      var(--blue),
      var(--pink)
    );
  box-shadow:
    0 0 0 5px rgba(59, 130, 246, 0.07);
}

.legal-hero h1 {
  margin-top: 24px;
  font-size: clamp(52px, 7vw, 90px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.legal-hero-content > p {
  max-width: 720px;
  margin: 26px auto 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.75;
  text-wrap: balance;
}

.legal-meta {
  margin-top: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}

.legal-meta span {
  min-height: 32px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.63);
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 680;
}

.legal-layout {
  width: min(
    var(--page-width),
    calc(100% - 36px)
  );
  margin: 70px auto 110px;
  display: grid;
  grid-template-columns:
    minmax(220px, 0.28fr)
    minmax(0, 0.72fr);
  align-items: start;
  gap: 34px;
}

.legal-sidebar {
  position: sticky;
  top: 110px;
}

.legal-sidebar-card {
  padding: 19px;
  border: 1px solid rgba(20, 25, 35, 0.075);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.69);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow:
    0 18px 50px rgba(31, 38, 54, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.legal-sidebar-label {
  display: block;
  margin: 3px 8px 12px;
  color: var(--text-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.legal-sidebar nav {
  display: grid;
  gap: 3px;
}

.legal-sidebar nav a {
  padding: 10px 11px;
  border-radius: 11px;
  color: #686e79;
  text-decoration: none;
  font-size: 11px;
  font-weight: 680;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.legal-sidebar nav a:hover {
  background: rgba(59, 130, 246, 0.07);
  color: var(--blue-deep);
  transform: translateX(2px);
}

.legal-document {
  min-width: 0;
  padding: 35px 42px;
  border: 1px solid rgba(20, 25, 35, 0.075);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow:
    0 26px 75px rgba(31, 38, 54, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.legal-summary-card {
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid rgba(21, 166, 111, 0.12);
  border-radius: 21px;
  background:
    linear-gradient(
      145deg,
      rgba(241, 255, 249, 0.88),
      rgba(255, 255, 255, 0.74)
    );
}

.legal-summary-terms {
  border-color: rgba(59, 130, 246, 0.13);
  background:
    linear-gradient(
      145deg,
      rgba(240, 247, 255, 0.9),
      rgba(255, 247, 251, 0.75)
    );
}

.legal-summary-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--green-soft);
  color: var(--green);
}

.legal-summary-terms .legal-summary-icon {
  background: var(--blue-soft);
  color: var(--blue-deep);
}

.legal-summary-icon svg {
  width: 23px;
  height: 23px;
}

.legal-summary-card strong {
  display: block;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.legal-summary-card p {
  margin-top: 5px;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.7;
}

.legal-section {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid rgba(20, 25, 35, 0.075);
  scroll-margin-top: 120px;
}

.legal-section:first-of-type {
  padding-top: 30px;
}

.legal-section:last-child {
  border-bottom: 0;
  padding-bottom: 12px;
}

.legal-section-number {
  display: block;
  margin-bottom: 9px;
  color: var(--blue-deep);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.legal-section h2 {
  margin-bottom: 16px;
  color: var(--text);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 860;
  letter-spacing: -0.052em;
}

.legal-section p {
  margin-top: 13px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.84;
}

.legal-section ul {
  margin: 17px 0 4px;
  padding-left: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.legal-section li {
  position: relative;
  padding-left: 27px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.7;
}

.legal-section li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      var(--blue),
      var(--pink)
    );
  box-shadow:
    0 0 0 4px rgba(59, 130, 246, 0.07);
}

.legal-notice {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(239, 246, 255, 0.88),
      rgba(255, 246, 251, 0.74)
    );
}

.legal-notice-danger {
  border-color: rgba(239, 68, 68, 0.13);
  background:
    linear-gradient(
      145deg,
      rgba(255, 244, 244, 0.9),
      rgba(255, 249, 252, 0.78)
    );
}

.legal-notice strong {
  display: block;
  font-size: 12px;
  font-weight: 820;
}

.legal-notice p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.7;
}

.legal-contact-button {
  min-height: 48px;
  margin-top: 23px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 15px;
  background: #15171c;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 780;
  box-shadow:
    0 15px 34px rgba(17, 19, 24, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.legal-contact-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 40px rgba(17, 19, 24, 0.23);
}

.legal-contact-button svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 980px) {
  .legal-header-navigation {
    display: none;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    display: none;
  }
}

@media (max-width: 760px) {
  .legal-main {
    padding-top: 94px;
  }

  .legal-hero {
    width: calc(100% - 24px);
    min-height: 465px;
    margin-top: 24px;
    padding: 52px 19px;
    border-radius: 29px;
  }

  .legal-hero::before {
    inset: 11px;
    border-radius: 21px;
  }

  .legal-breadcrumbs {
    margin-bottom: 22px;
  }

  .legal-hero h1 {
    font-size: clamp(47px, 14vw, 67px);
  }

  .legal-hero-content > p {
    font-size: 14px;
    line-height: 1.7;
  }

  .legal-meta {
    align-items: stretch;
    flex-direction: column;
  }

  .legal-meta span {
    justify-content: center;
  }

  .legal-layout {
    width: calc(100% - 24px);
    margin-top: 32px;
    margin-bottom: 75px;
  }

  .legal-document {
    padding: 22px 18px;
    border-radius: 25px;
  }

  .legal-summary-card {
    padding: 17px;
  }

  .legal-summary-icon {
    width: 42px;
    height: 42px;
  }

  .legal-section {
    padding: 34px 0;
  }

  .legal-section h2 {
    font-size: 27px;
  }

  .legal-section p {
    font-size: 13px;
    line-height: 1.78;
  }

  .legal-section li {
    font-size: 12px;
  }

  .legal-contact-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .legal-main {
    padding-top: 88px;
  }

  .legal-hero {
    min-height: 440px;
  }

  .legal-hero h1 {
    font-size: 46px;
  }

  .legal-badge {
    font-size: 8px;
  }

  .legal-summary-card {
    flex-direction: column;
  }

  .legal-document {
    padding: 18px 15px;
  }
}

/* =====================================================
   CONTACT PAGE
===================================================== */

.contact-body {
  background:
    linear-gradient(
      180deg,
      #fbfcff 0%,
      #f6f8fc 52%,
      #ffffff 100%
    );
}

.contact-main {
  width: 100%;
  padding-top: 126px;
}

.contact-hero {
  position: relative;
  width: min(
    var(--page-width),
    calc(100% - 36px)
  );
  min-height: 520px;
  margin: 32px auto 0;
  padding: 74px 40px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 40px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.88),
      rgba(246, 248, 253, 0.74)
    );
  text-align: center;
  box-shadow:
    0 36px 100px rgba(31, 38, 54, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 29px;
  pointer-events: none;
}

.contact-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.contact-hero-glow-blue {
  width: 370px;
  height: 370px;
  top: -220px;
  left: -90px;
  background: rgba(59, 130, 246, 0.27);
}

.contact-hero-glow-pink {
  width: 390px;
  height: 390px;
  right: -110px;
  bottom: -240px;
  background: rgba(236, 72, 153, 0.2);
}

.contact-hero-content {
  position: relative;
  z-index: 1;
  width: min(830px, 100%);
}

.contact-hero h1 {
  margin-top: 24px;
  font-size: clamp(62px, 8vw, 104px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.contact-hero-content > p {
  max-width: 700px;
  margin: 28px auto 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.75;
  text-wrap: balance;
}

.contact-response-badge {
  min-height: 37px;
  margin-top: 28px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(21, 166, 111, 0.12);
  border-radius: 999px;
  background: rgba(245, 255, 251, 0.75);
  color: #397962;
  font-size: 11px;
  font-weight: 710;
}

.contact-response-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1fba80;
  box-shadow:
    0 0 0 5px rgba(31, 186, 128, 0.09);
}

.contact-content {
  width: min(
    var(--page-width),
    calc(100% - 36px)
  );
  margin: 78px auto 105px;
  display: grid;
  grid-template-columns:
    minmax(0, 0.86fr)
    minmax(430px, 1.14fr);
  align-items: start;
  gap: 44px;
}

.contact-info-column,
.contact-form-column {
  min-width: 0;
}

.contact-section-heading h2 {
  margin-top: 12px;
  font-size: clamp(39px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 880;
  letter-spacing: -0.067em;
}

.contact-section-heading > p {
  max-width: 520px;
  margin-top: 19px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.75;
}

.contact-methods-grid {
  margin-top: 34px;
  display: grid;
  gap: 12px;
}

.contact-method-card {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid rgba(20, 25, 35, 0.075);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.67);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 15px 42px rgba(31, 38, 54, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-method-card:hover {
  transform: translateY(-2px);
  border-color: rgba(59, 130, 246, 0.15);
  box-shadow:
    0 21px 50px rgba(31, 38, 54, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.contact-method-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 17px;
}

.contact-method-icon svg {
  width: 25px;
  height: 25px;
}

.contact-method-icon-blue {
  background: var(--blue-soft);
  color: var(--blue-deep);
}

.contact-method-icon-pink {
  background: var(--pink-soft);
  color: #d33f89;
}

.contact-method-icon-red {
  background: var(--red-soft);
  color: #d93a3a;
}

.contact-method-label {
  color: var(--text-muted);
  font-size: 9px;
  font-weight: 790;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-method-card h3 {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 830;
  letter-spacing: -0.04em;
}

.contact-method-card p {
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 11px;
  line-height: 1.65;
}

.contact-method-card a {
  margin-top: 9px;
  display: inline-block;
  color: var(--blue-deep);
  text-decoration: none;
  font-size: 11px;
  font-weight: 770;
}

.contact-method-card a:hover {
  text-decoration: underline;
}

.contact-help-card {
  margin-top: 14px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid rgba(59, 130, 246, 0.11);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(240, 247, 255, 0.86),
      rgba(255, 246, 251, 0.73)
    );
}

.contact-help-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--blue-deep);
}

.contact-help-icon svg {
  width: 20px;
  height: 20px;
}

.contact-help-card strong {
  font-size: 12px;
  font-weight: 810;
}

.contact-help-card p {
  margin-top: 4px;
  color: var(--text-soft);
  font-size: 10px;
  line-height: 1.65;
}

.contact-form-card {
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 32px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.84),
      rgba(248, 249, 253, 0.69)
    );
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  box-shadow:
    0 34px 95px rgba(31, 38, 54, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.97);
}

.contact-form-kicker {
  color: var(--text-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-form-header h2 {
  margin-top: 6px;
  font-size: 33px;
  font-weight: 870;
  letter-spacing: -0.057em;
}

.contact-form-header p {
  margin-top: 9px;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.7;
}

.contact-form-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.contact-field {
  min-width: 0;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-field label {
  display: block;
  margin-bottom: 8px;
  color: #444a56;
  font-size: 11px;
  font-weight: 760;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(20, 25, 35, 0.1);
  outline: none;
  background: rgba(255, 255, 255, 0.83);
  color: var(--text);
  font-size: 13px;
  font-weight: 620;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.contact-field input,
.contact-field select {
  height: 51px;
  padding: 0 15px;
  border-radius: 15px;
}

.contact-field textarea {
  min-height: 180px;
  padding: 15px;
  resize: vertical;
  border-radius: 17px;
  line-height: 1.65;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #a2a7b1;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: rgba(59, 130, 246, 0.44);
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(59, 130, 246, 0.07);
}

.contact-select-wrapper {
  position: relative;
}

.contact-select-wrapper select {
  padding-right: 44px;
  appearance: none;
  cursor: pointer;
}

.contact-select-wrapper svg {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  pointer-events: none;
  color: #6b717d;
  transform: translateY(-50%);
}

.contact-character-row {
  margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--text-faint);
  font-size: 9px;
  font-weight: 650;
}

.contact-consent {
  margin-top: 21px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--text-soft);
  font-size: 10px;
  line-height: 1.6;
  cursor: pointer;
}

.contact-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 25, 35, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.84);
  color: transparent;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.contact-checkbox svg {
  width: 13px;
  height: 13px;
}

.contact-consent input:checked + .contact-checkbox {
  border-color: var(--blue);
  background: var(--blue);
  color: #ffffff;
}

.contact-consent input:focus-visible + .contact-checkbox {
  box-shadow:
    0 0 0 4px rgba(59, 130, 246, 0.1);
}

.contact-consent a {
  color: var(--blue-deep);
  font-weight: 740;
}

.contact-submit-button {
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 18px;
  background:
    linear-gradient(
      112deg,
      #2563eb 0%,
      #7c5ce7 38%,
      #df489f 70%,
      #ef4444 100%
    );
  color: #ffffff;
  font-size: 14px;
  font-weight: 810;
  cursor: pointer;
  box-shadow:
    0 19px 42px rgba(77, 99, 220, 0.21),
    0 10px 25px rgba(236, 72, 153, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-submit-button svg {
  width: 19px;
  height: 19px;
}

.contact-submit-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 25px 50px rgba(77, 99, 220, 0.25),
    0 13px 30px rgba(236, 72, 153, 0.16);
}

.contact-form-note {
  margin-top: 13px;
  color: var(--text-faint);
  text-align: center;
  font-size: 9px;
  line-height: 1.6;
}

.contact-faq-section {
  width: min(
    var(--page-width),
    calc(100% - 36px)
  );
  margin: 0 auto 110px;
}

.contact-faq-card {
  min-height: 260px;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(59, 130, 246, 0.12),
      transparent 35%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(236, 72, 153, 0.1),
      transparent 38%
    ),
    rgba(255, 255, 255, 0.68);
  box-shadow:
    0 26px 75px rgba(31, 38, 54, 0.075);
}

.contact-faq-card > div {
  max-width: 660px;
}

.contact-faq-card h2 {
  margin-top: 10px;
  font-size: clamp(35px, 5vw, 54px);
  line-height: 1.02;
  font-weight: 880;
  letter-spacing: -0.065em;
}

.contact-faq-card p {
  margin-top: 14px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.7;
}

.contact-faq-card > a {
  min-height: 51px;
  padding: 0 18px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 16px;
  background: #15171c;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 780;
  box-shadow:
    0 16px 36px rgba(17, 19, 24, 0.18);
}

.contact-faq-card > a svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 980px) {
  .contact-content {
    grid-template-columns: 1fr;
  }

  .contact-info-column {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .contact-main {
    padding-top: 94px;
  }

  .contact-hero {
    width: calc(100% - 24px);
    min-height: 465px;
    margin-top: 24px;
    padding: 52px 19px;
    border-radius: 29px;
  }

  .contact-hero::before {
    inset: 11px;
    border-radius: 21px;
  }

  .contact-hero h1 {
    font-size: clamp(58px, 17vw, 78px);
  }

  .contact-hero-content > p {
    font-size: 14px;
    line-height: 1.7;
  }

  .contact-response-badge {
    font-size: 9px;
  }

  .contact-content {
    width: calc(100% - 24px);
    margin-top: 46px;
    margin-bottom: 74px;
    gap: 34px;
  }

  .contact-section-heading h2 {
    font-size: 42px;
  }

  .contact-form-card {
    padding: 22px 18px;
    border-radius: 25px;
  }

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

  .contact-field-full {
    grid-column: auto;
  }

  .contact-character-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .contact-faq-section {
    width: calc(100% - 24px);
    margin-bottom: 75px;
  }

  .contact-faq-card {
    min-height: 0;
    padding: 30px 21px;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 26px;
  }

  .contact-faq-card > a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-main {
    padding-top: 88px;
  }

  .contact-hero {
    min-height: 440px;
  }

  .contact-hero h1 {
    font-size: 58px;
  }

  .contact-method-card {
    padding: 17px;
  }

  .contact-method-icon {
    width: 46px;
    height: 46px;
  }

  .contact-form-card {
    padding: 19px 15px;
  }

  .contact-form-header h2 {
    font-size: 29px;
  }
}

/* =========================================================
   BLOG HUB
========================================================= */

.blog-body {
  min-height: 100vh;
}

.blog-main {
  position: relative;
  z-index: 1;
}

.blog-hero {
  position: relative;
  padding: 170px 0 82px;
}

.blog-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 42px;
  color: rgba(37, 44, 57, 0.56);
  font-size: 13px;
  font-weight: 700;
}

.blog-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.blog-breadcrumbs a:hover {
  color: #111827;
}

.blog-breadcrumbs svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.blog-breadcrumbs span {
  color: #111827;
}

.blog-hero-copy {
  max-width: 900px;
}

.blog-hero-copy h1 {
  max-width: 900px;
  margin: 0;
  color: #111318;
  font-size: clamp(56px, 7vw, 100px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.068em;
}

.blog-hero-copy .gradient-text {
  display: block;
}

.blog-hero-copy > p {
  max-width: 700px;
  margin: 31px 0 0;
  color: rgba(37, 44, 57, 0.7);
  font-size: 18px;
  line-height: 1.75;
}

.blog-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.blog-topic-row span {
  min-height: 38px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 25, 35, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 28px rgba(28, 39, 57, 0.035);
  color: rgba(37, 44, 57, 0.72);
  font-size: 12px;
  font-weight: 750;
}

.blog-featured-section,
.blog-list-section {
  padding: 78px 0;
}

.blog-featured-section {
  padding-top: 36px;
}

.blog-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 42px;
}

.blog-section-heading > div {
  max-width: 720px;
}

.blog-section-heading h2 {
  margin: 0;
  color: #111318;
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.055em;
}

.blog-section-heading > p {
  max-width: 430px;
  margin: 0;
  color: rgba(37, 44, 57, 0.62);
  font-size: 15px;
  line-height: 1.7;
}

.featured-blog-card {
  position: relative;
  min-height: 440px;
  padding: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 40px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 25, 35, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 82% 15%,
      rgba(236, 72, 153, 0.11),
      transparent 35%
    ),
    radial-gradient(
      circle at 18% 95%,
      rgba(59, 130, 246, 0.1),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 26px 80px rgba(42, 52, 72, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: inherit;
  text-decoration: none;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.featured-blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, 0.16);
  box-shadow:
    0 34px 95px rgba(42, 52, 72, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.featured-blog-card-copy {
  position: relative;
  z-index: 2;
}

.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 24px;
  color: rgba(37, 44, 57, 0.52);
  font-size: 12px;
  font-weight: 700;
}

.blog-category {
  width: fit-content;
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background:
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.1),
      rgba(236, 72, 153, 0.08)
    );
  color: #344054;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.featured-blog-card h2 {
  max-width: 680px;
  margin: 0;
  color: #111318;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 790;
  line-height: 1;
  letter-spacing: -0.055em;
}

.featured-blog-card-copy > p {
  max-width: 620px;
  margin: 25px 0 0;
  color: rgba(37, 44, 57, 0.65);
  font-size: 16px;
  line-height: 1.75;
}

.blog-read-link {
  margin-top: 31px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #111318;
  font-size: 13px;
  font-weight: 800;
}

.blog-read-link svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.featured-blog-card:hover .blog-read-link svg {
  transform: translateX(3px);
}

.featured-blog-visual {
  position: relative;
  min-height: 310px;
  display: grid;
  place-items: center;
}

.featured-blog-visual::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(59, 130, 246, 0.13),
      rgba(236, 72, 153, 0.065) 45%,
      transparent 72%
    );
  filter: blur(3px);
}

.featured-format-card {
  position: absolute;
  width: 175px;
  min-height: 116px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(20, 25, 35, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow:
    0 22px 65px rgba(31, 41, 55, 0.11),
    inset 0 1px 0 #ffffff;
}

.featured-format-card span {
  color: rgba(37, 44, 57, 0.52);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.featured-format-card strong {
  color: #111318;
  font-size: 27px;
  line-height: 1;
}

.featured-format-card-one {
  top: 42px;
  left: 18px;
  transform: rotate(-5deg);
}

.featured-format-card-two {
  right: 18px;
  bottom: 40px;
  transform: rotate(5deg);
}

.featured-convert-arrow {
  position: relative;
  z-index: 3;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background:
    linear-gradient(
      135deg,
      #3187ff,
      #e84eaa
    );
  color: #ffffff;
  box-shadow: 0 17px 42px rgba(93, 86, 219, 0.25);
}

.featured-convert-arrow svg {
  width: 29px;
  height: 29px;
}

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

.blog-card {
  min-height: 365px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(20, 25, 35, 0.075);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 18px 55px rgba(36, 45, 62, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  color: inherit;
  text-decoration: none;
  transition:
    transform 190ms ease,
    border-color 190ms ease,
    box-shadow 190ms ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, 0.14);
  box-shadow:
    0 25px 68px rgba(36, 45, 62, 0.075),
    inset 0 1px 0 #ffffff;
}

.blog-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.blog-card-number {
  color: rgba(37, 44, 57, 0.3);
  font-size: 12px;
  font-weight: 850;
}

.blog-card-arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 25, 35, 0.075);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
  color: #111318;
}

.blog-card-arrow svg {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.blog-card:hover .blog-card-arrow svg {
  transform: translateX(3px);
}

.blog-card .blog-category {
  margin-bottom: 18px;
}

.blog-card h2 {
  margin: 0;
  color: #111318;
  font-size: clamp(25px, 2.7vw, 34px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.043em;
}

.blog-card > p {
  margin: 19px 0 30px;
  color: rgba(37, 44, 57, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.blog-card-footer {
  margin-top: auto;
  padding-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid rgba(20, 25, 35, 0.065);
  color: rgba(37, 44, 57, 0.45);
  font-size: 11px;
  font-weight: 700;
}

.blog-converter-cta {
  padding: 80px 0 120px;
}

.blog-cta-card {
  position: relative;
  min-height: 270px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
  border: 1px solid rgba(20, 25, 35, 0.075);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 80px rgba(36, 45, 62, 0.07);
}

.blog-cta-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.blog-cta-copy h2 {
  margin: 0;
  color: #111318;
  font-size: clamp(38px, 4.7vw, 65px);
  font-weight: 790;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.blog-cta-copy p {
  max-width: 570px;
  margin: 22px 0 0;
  color: rgba(37, 44, 57, 0.62);
  font-size: 15px;
  line-height: 1.7;
}

.blog-cta-button {
  position: relative;
  z-index: 2;
  min-height: 54px;
  padding: 0 22px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 17px;
  background: #111318;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 16px 35px rgba(17, 19, 24, 0.16);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.blog-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(17, 19, 24, 0.2);
}

.blog-cta-button svg {
  width: 18px;
  height: 18px;
}

.blog-cta-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}

.blog-cta-glow-blue {
  left: -150px;
  bottom: -210px;
  width: 430px;
  height: 430px;
  background: rgba(59, 130, 246, 0.1);
}

.blog-cta-glow-pink {
  top: -210px;
  right: -130px;
  width: 420px;
  height: 420px;
  background: rgba(236, 72, 153, 0.09);
}

@media (max-width: 980px) {
  .blog-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .featured-blog-card {
    grid-template-columns: 1fr;
  }

  .featured-blog-visual {
    min-height: 280px;
  }

  .blog-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .blog-hero {
    padding: 132px 12px 55px;
  }

  .blog-hero .section-container,
  .blog-featured-section .section-container,
  .blog-list-section .section-container,
  .blog-converter-cta .section-container {
    width: 100%;
    max-width: 100%;
  }

  .blog-breadcrumbs {
    margin-bottom: 30px;
  }

  .blog-hero-copy h1 {
    font-size: clamp(48px, 14vw, 70px);
    line-height: 0.96;
  }

  .blog-hero-copy > p {
    margin-top: 24px;
    font-size: 15px;
  }

  .blog-topic-row {
    margin-top: 30px;
  }

  .blog-featured-section,
  .blog-list-section {
    padding: 54px 12px;
  }

  .blog-section-heading {
    margin-bottom: 28px;
  }

  .blog-section-heading h2 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .featured-blog-card {
    min-height: 0;
    padding: 25px;
    gap: 22px;
    border-radius: 25px;
  }

  .featured-blog-card h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .featured-blog-card-copy > p {
    font-size: 14px;
  }

  .featured-blog-visual {
    min-height: 245px;
  }

  .featured-blog-visual::before {
    width: 240px;
    height: 240px;
  }

  .featured-format-card {
    width: 145px;
    min-height: 100px;
    padding: 16px;
    border-radius: 20px;
  }

  .featured-format-card strong {
    font-size: 23px;
  }

  .featured-format-card-one {
    left: 0;
  }

  .featured-format-card-two {
    right: 0;
  }

  .featured-convert-arrow {
    width: 54px;
    height: 54px;
    border-radius: 17px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .blog-card {
    min-height: 320px;
    padding: 24px;
    border-radius: 24px;
  }

  .blog-card h2 {
    font-size: 29px;
  }

  .blog-converter-cta {
    padding: 54px 12px 90px;
  }

  .blog-cta-card {
    min-height: 0;
    padding: 28px 24px;
    gap: 30px;
    border-radius: 26px;
  }

  .blog-cta-copy h2 {
    font-size: clamp(36px, 11vw, 51px);
  }

  .blog-cta-button {
    width: 100%;
  }
}

/* =========================================================
   BLOG ARTICLE SYSTEM
   Shared by every ConvertixLab blog article
========================================================= */

.article-page {
  min-height: 100vh;
}

.article-main {
  position: relative;
  z-index: 1;
}

.article-container {
  width: min(980px, calc(100% - 48px));
  margin-inline: auto;
}

/* ---------- HERO ---------- */

.article-hero {
  padding: 158px 0 62px;
}

.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: rgba(37, 44, 57, 0.48);
  font-size: 12px;
  font-weight: 700;
}

.article-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.article-breadcrumbs a:hover {
  color: #111318;
}

.article-breadcrumbs svg {
  width: 13px;
  height: 13px;
}

.article-breadcrumbs span:last-child {
  color: #111318;
}

.article-category {
  width: fit-content;
  min-height: 31px;
  margin-bottom: 18px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(59, 130, 246, 0.11);
  border-radius: 10px;
  background:
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.075),
      rgba(236, 72, 153, 0.055)
    );
  color: rgba(37, 44, 57, 0.72);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.035em;
}

.article-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #111318;
  font-size: clamp(50px, 6.5vw, 88px);
  font-weight: 810;
  line-height: 0.96;
  letter-spacing: -0.067em;
}

.article-hero-description {
  max-width: 760px;
  margin: 27px 0 0;
  color: rgba(37, 44, 57, 0.68);
  font-size: 18px;
  line-height: 1.75;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
  color: rgba(37, 44, 57, 0.42);
  font-size: 11px;
  font-weight: 700;
}

/* ---------- MAIN ARTICLE CARD ---------- */

.article-content-section {
  padding: 26px 0 120px;
}

.article-content-card {
  padding: 54px 58px;
  border: 1px solid rgba(20, 25, 35, 0.075);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 28px 85px rgba(36, 45, 62, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.article-content-card section {
  padding-bottom: 66px;
}

.article-content-card section + section {
  padding-top: 64px;
  border-top: 1px solid rgba(20, 25, 35, 0.07);
}

.article-content-card p {
  margin: 19px 0 0;
  color: rgba(37, 44, 57, 0.72);
  font-size: 16px;
  line-height: 1.82;
}

.article-content-card .article-lead {
  margin-top: 0;
  color: #252c39;
  font-size: 20px;
  font-weight: 520;
  line-height: 1.72;
}

.article-content-card h2 {
  max-width: 760px;
  margin: 0;
  color: #111318;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 790;
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.article-content-card h3 {
  margin: 0;
  color: #111318;
  font-size: 24px;
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

/* ---------- NOTICE ---------- */

.article-notice {
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(59, 130, 246, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.055),
      rgba(236, 72, 153, 0.035)
    );
  color: rgba(37, 44, 57, 0.68);
  font-size: 13px;
  line-height: 1.7;
}

.article-notice strong {
  color: #111318;
}

/* ---------- TABLE OF CONTENTS ---------- */

.article-toc {
  margin-top: 31px;
  padding: 23px;
  display: grid;
  gap: 7px;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 22px;
  background: rgba(247, 249, 252, 0.72);
}

.article-toc strong {
  margin-bottom: 5px;
  color: #111318;
  font-size: 13px;
}

.article-toc a {
  padding: 9px 10px;
  border-radius: 10px;
  color: rgba(37, 44, 57, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.article-toc a:hover {
  background: rgba(59, 130, 246, 0.055);
  color: #111318;
}

/* ---------- LISTS ---------- */

.article-content-card ul,
.article-content-card ol {
  margin: 21px 0 0;
  padding-left: 24px;
  color: rgba(37, 44, 57, 0.72);
}

.article-content-card li {
  margin: 10px 0;
  padding-left: 3px;
  font-size: 15px;
  line-height: 1.72;
}

/* ---------- QUICK COMPARISON ---------- */

.article-comparison-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.article-comparison-card {
  padding: 23px;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.72);
}

.article-comparison-card .tool-label {
  display: block;
  margin-bottom: 9px;
  color: rgba(59, 130, 246, 0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-comparison-card h3 {
  font-size: 21px;
}

.article-comparison-card p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.65;
}

/* ---------- TABLE ---------- */

.article-table-wrap {
  width: 100%;
  margin-top: 30px;
  overflow-x: auto;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.72);
}

.article-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.article-table th,
.article-table td {
  padding: 16px 17px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(20, 25, 35, 0.06);
}

.article-table th {
  background: rgba(246, 248, 251, 0.8);
  color: rgba(37, 44, 57, 0.5);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.article-table td {
  color: rgba(37, 44, 57, 0.68);
  font-size: 12px;
  line-height: 1.55;
}

.article-table td strong {
  color: #111318;
}

.article-table tr:last-child td {
  border-bottom: 0;
}

/* ---------- TOOL SECTIONS ---------- */

.article-tool {
  margin-top: 27px;
  padding: 28px;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
}

.article-tool-heading {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.article-tool-number {
  width: 41px;
  height: 41px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #111318;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.article-tool-tag {
  display: block;
  margin-bottom: 5px;
  color: rgba(37, 44, 57, 0.43);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.article-tool p {
  font-size: 14px;
}

.article-verdict {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid rgba(20, 25, 35, 0.065);
  color: rgba(37, 44, 57, 0.63);
  font-size: 13px;
  line-height: 1.65;
}

.article-verdict strong {
  color: #111318;
}

/* ---------- FEATURE BOXES ---------- */

.article-feature-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.article-feature-card {
  padding: 24px;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.68);
}

.article-feature-card > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(59, 130, 246, 0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-feature-card p {
  margin-top: 9px;
  font-size: 13px;
}

/* ---------- CTA ---------- */

.article-inline-cta {
  margin-top: 30px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid rgba(20, 25, 35, 0.07);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(236, 72, 153, 0.085),
      transparent 40%
    ),
    radial-gradient(
      circle at 0% 100%,
      rgba(59, 130, 246, 0.085),
      transparent 40%
    ),
    rgba(255, 255, 255, 0.74);
}

.article-inline-cta h3 {
  font-size: 25px;
}

.article-inline-actions,
.article-final-actions {
  margin-top: 21px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.article-button-primary,
.article-button-secondary {
  min-height: 46px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.article-button-primary {
  background: #111318;
  color: #ffffff;
}

.article-button-secondary {
  border: 1px solid rgba(20, 25, 35, 0.08);
  background: rgba(255, 255, 255, 0.74);
  color: #111318;
}

.article-button-primary svg,
.article-button-secondary svg {
  width: 17px;
  height: 17px;
}

/* ---------- FAQ ---------- */

.article-faq {
  margin-top: 27px;
  display: grid;
  gap: 10px;
}

.article-faq article {
  padding: 21px 22px;
  border: 1px solid rgba(20, 25, 35, 0.065);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.65);
}

.article-faq h3 {
  font-size: 17px;
  line-height: 1.35;
}

.article-faq p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.68;
}

/* ---------- FINAL CTA ---------- */

.article-final-cta {
  padding: 43px !important;
  border: 0 !important;
  border-radius: 27px;
  background:
    radial-gradient(
      circle at 0% 120%,
      rgba(59, 130, 246, 0.13),
      transparent 44%
    ),
    radial-gradient(
      circle at 100% -20%,
      rgba(236, 72, 153, 0.12),
      transparent 43%
    ),
    #ffffff;
  box-shadow: 0 24px 70px rgba(31, 41, 55, 0.07);
}

.article-final-cta > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(37, 44, 57, 0.43);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.article-final-cta p {
  max-width: 600px;
}

/* ---------- MOBILE ---------- */

@media (max-width: 760px) {
  .article-container {
    width: 100%;
    max-width: 100%;
  }

  .article-hero {
    padding: 132px 12px 48px;
  }

  .article-hero h1 {
    font-size: clamp(46px, 13vw, 66px);
    line-height: 0.97;
  }

  .article-hero-description {
    margin-top: 22px;
    font-size: 15px;
  }

  .article-content-section {
    padding: 18px 12px 85px;
  }

  .article-content-card {
    padding: 28px 21px;
    border-radius: 25px;
  }

  .article-content-card section {
    padding-bottom: 50px;
  }

  .article-content-card section + section {
    padding-top: 49px;
  }

  .article-content-card h2 {
    font-size: clamp(33px, 9.5vw, 46px);
  }

  .article-content-card .article-lead {
    font-size: 18px;
  }

  .article-content-card p {
    font-size: 15px;
    line-height: 1.76;
  }

  .article-comparison-grid,
  .article-feature-grid {
    grid-template-columns: 1fr;
  }

  .article-tool {
    padding: 22px 19px;
  }

  .article-tool-heading {
    gap: 12px;
  }

  .article-tool h3 {
    font-size: 23px;
  }

  .article-final-cta {
    padding: 29px 22px !important;
  }

  .article-inline-actions,
  .article-final-actions {
    flex-direction: column;
  }

  .article-button-primary,
  .article-button-secondary {
    width: 100%;
  }
}

/* =========================================================
   BLOG ARTICLE — ACCESSIBILITY CONTRAST FIX
========================================================= */

.article-breadcrumbs {
  color: #4b5563;
}

.article-breadcrumbs span:last-child {
  color: #111827;
}

.article-category {
  color: #374151;
  border-color: rgba(59, 130, 246, 0.22);
  background:
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.12),
      rgba(236, 72, 153, 0.09)
    );
}

.article-hero-description {
  color: #374151;
}

.article-meta {
  color: #4b5563;
}

.article-content-card p {
  color: #374151;
}

.article-content-card .article-lead {
  color: #1f2937;
}

.article-notice {
  color: #374151;
  border-color: rgba(59, 130, 246, 0.18);
  background:
    linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.09),
      rgba(236, 72, 153, 0.06)
    );
}

.article-notice strong {
  color: #111827;
}

.article-toc strong {
  color: #111827;
}

.article-toc a {
  color: #374151;
}

.article-toc a:hover {
  color: #111827;
}

.article-content-card ul,
.article-content-card ol {
  color: #374151;
}

.article-comparison-card .tool-label,
.article-feature-card > span {
  color: #1d4ed8;
}

.article-comparison-card p,
.article-feature-card p {
  color: #374151;
}

.article-table th {
  color: #374151;
  background: #f3f4f6;
}

.article-table td {
  color: #374151;
}

.article-table td strong {
  color: #111827;
}

.article-tool-tag {
  color: #4b5563;
}

.article-tool p {
  color: #374151;
}

.article-verdict {
  color: #374151;
}

.article-verdict strong {
  color: #111827;
}

.article-faq h3 {
  color: #111827;
}

.article-faq p {
  color: #374151;
}

.article-final-cta > span {
  color: #4b5563;
}

.article-final-cta p,
.article-inline-cta p {
  color: #374151;
}

/* =========================================================
   BLOG ARTICLE — HERO CTA
========================================================= */

.article-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.article-hero-primary,
.article-hero-secondary {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.article-hero-primary {
  background: #111827;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.14);
}

.article-hero-primary svg {
  width: 17px;
  height: 17px;
}

.article-hero-secondary {
  border: 1px solid #d1d5db;
  background: rgba(255, 255, 255, 0.88);
  color: #111827;
}

.article-hero-primary:hover,
.article-hero-secondary:hover {
  transform: translateY(-1px);
}

.article-hero-primary:hover {
  box-shadow: 0 17px 39px rgba(17, 24, 39, 0.18);
}

.article-hero-secondary:hover {
  background: #ffffff;
}

@media (max-width: 760px) {
  .article-hero-actions {
    flex-direction: column;
    margin-top: 25px;
  }

  .article-hero-primary,
  .article-hero-secondary {
    width: 100%;
  }
}