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

.gothic-content-wrap {
  width: 100%;
  color: #1d1823;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.gothic-content-wrap .gothic-section {
  position: relative;
  overflow: hidden;
}

.gothic-content-wrap .gothic-section-white {
  background: #ffffff;
}

.gothic-content-wrap .gothic-section-soft {
  background: linear-gradient(180deg, #fbf8f6 0%, #f7f2ef 100%);
}

.gothic-content-wrap .gothic-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.gothic-content-wrap .gothic-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.gothic-content-wrap .gothic-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #7a2439;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gothic-content-wrap .gothic-kicker::before,
.gothic-content-wrap .gothic-kicker::after {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b4234f);
}

.gothic-content-wrap .gothic-kicker::after {
  background: linear-gradient(90deg, #b4234f, transparent);
}

.gothic-content-wrap h2 {
  margin: 0;
  color: #17121d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.gothic-content-wrap .gothic-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #645b66;
  line-height: 1.75;
}

.gothic-content-wrap .gothic-grid {
  display: grid;
  align-items: stretch;
}

.gothic-content-wrap .gothic-card {
  position: relative;
  min-width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(62, 33, 48, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(48, 27, 37, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.gothic-content-wrap .gothic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(139, 28, 61, 0.38), rgba(218, 165, 32, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 220ms ease;
}

.gothic-content-wrap .gothic-card:hover {
  transform: translateY(-6px);
  border-color: rgba(139, 28, 61, 0.24);
  box-shadow: 0 24px 56px rgba(48, 27, 37, 0.12);
}

.gothic-content-wrap .gothic-card:hover::before {
  opacity: 1;
}

.gothic-content-wrap .gothic-card h3 {
  margin: 18px 0 0;
  color: #201824;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.gothic-content-wrap .gothic-card p {
  margin: 10px 0 0;
  color: #665e68;
  line-height: 1.7;
}

.gothic-content-wrap .gothic-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(135deg, #741b37 0%, #b4234f 58%, #d7a63b 100%);
  box-shadow: 0 12px 28px rgba(116, 27, 55, 0.22);
}

.gothic-content-wrap .gothic-icon::before,
.gothic-content-wrap .gothic-icon::after {
  content: "";
  position: absolute;
  background: #fff8ee;
  transition: transform 220ms ease;
}

.gothic-content-wrap .gothic-card:hover .gothic-icon::before {
  transform: translateY(-2px);
}

.gothic-content-wrap .gothic-icon-preview::before {
  width: 24px;
  height: 14px;
  left: 12px;
  top: 17px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff8ee;
}

.gothic-content-wrap .gothic-icon-preview::after {
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
}

.gothic-content-wrap .gothic-icon-copy::before {
  width: 18px;
  height: 22px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}

.gothic-content-wrap .gothic-icon-copy::after {
  width: 14px;
  height: 18px;
  left: 13px;
  top: 17px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #fff8ee;
}

.gothic-content-wrap .gothic-icon-text::before {
  width: 24px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 3px;
  box-shadow: 0 8px 0 #fff8ee, 0 16px 0 #fff8ee;
}

.gothic-content-wrap .gothic-icon-clean::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
  background: transparent;
  border: 2px solid #fff8ee;
}

.gothic-content-wrap .gothic-icon-clean::after {
  width: 12px;
  height: 6px;
  left: 18px;
  top: 20px;
  border-left: 2px solid #fff8ee;
  border-bottom: 2px solid #fff8ee;
  background: transparent;
  transform: rotate(-45deg);
}

.gothic-content-wrap .gothic-icon-brand::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 61% 33%, 97% 35%, 68% 55%, 79% 90%, 50% 68%, 21% 90%, 32% 55%, 3% 35%, 39% 33%);
}

.gothic-content-wrap .gothic-icon-fast::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff8ee;
}

.gothic-content-wrap .gothic-icon-fast::after {
  width: 9px;
  height: 2px;
  left: 24px;
  top: 18px;
  transform-origin: left center;
  transform: rotate(90deg);
  box-shadow: -6px 6px 0 #fff8ee;
}

.gothic-content-wrap .gothic-icon-free::before {
  width: 24px;
  height: 18px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
}

.gothic-content-wrap .gothic-icon-free::after {
  width: 14px;
  height: 12px;
  left: 17px;
  top: 11px;
  border-radius: 9px 9px 0 0;
  background: transparent;
  border: 2px solid #fff8ee;
  border-bottom: 0;
}

.gothic-content-wrap .gothic-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #fff8ee;
}

.gothic-content-wrap .gothic-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 22px;
  top: 32px;
  border-radius: 2px;
}

.gothic-content-wrap .gothic-icon-private::before {
  width: 22px;
  height: 18px;
  left: 13px;
  top: 18px;
  border-radius: 6px;
}

.gothic-content-wrap .gothic-icon-private::after {
  width: 12px;
  height: 12px;
  left: 18px;
  top: 11px;
  border-radius: 10px 10px 0 0;
  background: transparent;
  border: 2px solid #fff8ee;
  border-bottom: 0;
}

.gothic-content-wrap .gothic-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.gothic-content-wrap .gothic-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(62, 33, 48, 0.1);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(48, 27, 37, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.gothic-content-wrap .gothic-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(180deg, #741b37, #d7a63b);
}

.gothic-content-wrap .gothic-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 28, 61, 0.24);
  box-shadow: 0 24px 54px rgba(48, 27, 37, 0.12);
}

.gothic-content-wrap .gothic-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff8ee;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #211521 0%, #741b37 54%, #b8862b 100%);
  box-shadow: 0 14px 30px rgba(116, 27, 55, 0.2);
}

.gothic-content-wrap .gothic-step-content {
  min-width: 0;
}

.gothic-content-wrap .gothic-step-content h3 {
  margin: 0;
  color: #201824;
  font-weight: 820;
  line-height: 1.25;
}

.gothic-content-wrap .gothic-step-content p {
  margin: 8px 0 0;
  color: #665e68;
  line-height: 1.72;
}

.gothic-content-wrap .gothic-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 28px;
  padding: 0 12px;
  color: #7a2439;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(116, 27, 55, 0.1), rgba(215, 166, 59, 0.15));
  border: 1px solid rgba(139, 28, 61, 0.14);
}

.gothic-content-wrap .gothic-trust-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 247, 0.96));
}

.gothic-content-wrap .gothic-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.gothic-content-wrap .gothic-reveal.gothic-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .gothic-content-wrap .gothic-section {
    padding: 52px 0;
  }

  .gothic-content-wrap .gothic-container {
    padding: 0 14px;
  }

  .gothic-content-wrap h2 {
    font-size: 26px;
  }

  .gothic-content-wrap .gothic-section-head p {
    font-size: 14px;
  }

  .gothic-content-wrap .gothic-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .gothic-content-wrap .gothic-card {
    padding: 20px;
  }

  .gothic-content-wrap .gothic-card h3 {
    font-size: 18px;
  }

  .gothic-content-wrap .gothic-card p {
    font-size: 14px;
  }

  .gothic-content-wrap .gothic-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .gothic-content-wrap .gothic-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

  .gothic-content-wrap .gothic-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }

  .gothic-content-wrap .gothic-step-content h3 {
    font-size: 18px;
  }

  .gothic-content-wrap .gothic-step-content p {
    font-size: 14px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .gothic-content-wrap .gothic-section {
    padding: 58px 0;
  }

  .gothic-content-wrap .gothic-container {
    padding: 0 18px;
  }

  .gothic-content-wrap h2 {
    font-size: 29px;
  }

  .gothic-content-wrap .gothic-section-head p {
    font-size: 15px;
  }

  .gothic-content-wrap .gothic-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .gothic-content-wrap .gothic-card {
    padding: 22px;
  }

  .gothic-content-wrap .gothic-card h3 {
    font-size: 19px;
  }

  .gothic-content-wrap .gothic-card p {
    font-size: 15px;
  }

  .gothic-content-wrap .gothic-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .gothic-content-wrap .gothic-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }

  .gothic-content-wrap .gothic-step-number {
    width: 56px;
    height: 56px;
    font-size: 19px;
  }

  .gothic-content-wrap .gothic-step-content h3 {
    font-size: 19px;
  }

  .gothic-content-wrap .gothic-step-content p {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .gothic-content-wrap .gothic-section {
    padding: 64px 0;
  }

  .gothic-content-wrap .gothic-container {
    padding: 0 22px;
  }

  .gothic-content-wrap h2 {
    font-size: 34px;
  }

  .gothic-content-wrap .gothic-section-head p {
    font-size: 16px;
  }

  .gothic-content-wrap .gothic-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .gothic-content-wrap .gothic-card {
    padding: 24px;
  }

  .gothic-content-wrap .gothic-card h3 {
    font-size: 20px;
  }

  .gothic-content-wrap .gothic-card p {
    font-size: 15px;
  }

  .gothic-content-wrap .gothic-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .gothic-content-wrap .gothic-step-card {
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 24px;
  }

  .gothic-content-wrap .gothic-step-number {
    width: 58px;
    height: 58px;
    font-size: 20px;
  }

  .gothic-content-wrap .gothic-step-content h3 {
    font-size: 20px;
  }

  .gothic-content-wrap .gothic-step-content p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .gothic-content-wrap .gothic-section {
    padding: 78px 0;
  }

  .gothic-content-wrap .gothic-container {
    padding: 0 32px;
  }

  .gothic-content-wrap h2 {
    font-size: 42px;
  }

  .gothic-content-wrap .gothic-section-head p {
    font-size: 17px;
  }

  .gothic-content-wrap .gothic-grid-six,
  .gothic-content-wrap .gothic-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .gothic-content-wrap .gothic-card {
    padding: 26px;
  }

  .gothic-content-wrap .gothic-card h3 {
    font-size: 21px;
  }

  .gothic-content-wrap .gothic-card p {
    font-size: 15px;
  }

  .gothic-content-wrap .gothic-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .gothic-content-wrap .gothic-step-card {
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 28px 30px;
  }

  .gothic-content-wrap .gothic-step-number {
    width: 64px;
    height: 64px;
    font-size: 21px;
  }

  .gothic-content-wrap .gothic-step-content h3 {
    font-size: 22px;
  }

  .gothic-content-wrap .gothic-step-content p {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .gothic-content-wrap .gothic-section {
    padding: 92px 0;
  }

  .gothic-content-wrap .gothic-container {
    padding: 0 32px;
  }

  .gothic-content-wrap h2 {
    font-size: 48px;
  }

  .gothic-content-wrap .gothic-section-head p {
    font-size: 18px;
  }

  .gothic-content-wrap .gothic-grid-six,
  .gothic-content-wrap .gothic-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }

  .gothic-content-wrap .gothic-card {
    padding: 30px;
  }

  .gothic-content-wrap .gothic-card h3 {
    font-size: 22px;
  }

  .gothic-content-wrap .gothic-card p {
    font-size: 16px;
  }

  .gothic-content-wrap .gothic-steps {
    gap: 24px;
    margin-top: 50px;
  }

  .gothic-content-wrap .gothic-step-card {
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 32px 36px;
  }

  .gothic-content-wrap .gothic-step-number {
    width: 72px;
    height: 72px;
    font-size: 23px;
  }

  .gothic-content-wrap .gothic-step-content h3 {
    font-size: 24px;
  }

  .gothic-content-wrap .gothic-step-content p {
    font-size: 16px;
  }
}