:root {
  --bg: #0b0f14;
  --section: #111827;
  --card: #151c2b;
  --card-soft: #1f2937;
  --text: #f8fafc;
  --muted: #a1a8b3;
  --border: rgba(255, 255, 255, 0.08);
  --accent: #7c3aed;
  --accent-2: #38bdf8;
  --accent-dark: #65c8ff;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: radial-gradient(circle at top, #121a28 0%, var(--bg) 45%, #070b10 100%);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.85);
  outline-offset: 3px;
}

img {
  max-width: 100%;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  background: linear-gradient(135deg, #0e1421 0%, #121b2b 50%, #0b1017 100%);
  color: white;
  padding-bottom: 4rem;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7c3aed, #9b5cff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 18px rgba(124, 58, 237, 0.35);
  flex-shrink: 0;
}

.brand-t {
  color: #ffffff;
  font-weight: 900;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.brand-name {
  color: #ffffff;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.nav-links {
  display: flex;
  gap: 1rem;
  color: rgba(255,255,255,0.72);
}

.nav-links a:hover {
  color: white;
}

.hero-content {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  padding: 3.2rem 0 2rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #87d8ff;
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  max-width: 650px;
}

.subtext {
  font-size: 1.04rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.4rem;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

.btn {
  display: inline-block;
  padding: 0.92rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #8b5cf6);
  color: white;
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.24);
}

.btn-secondary {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  color: white;
}

.btn-tertiary {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.9);
}

.hero-points {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.hero-points span {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 0.24rem 0.58rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem;
  font-weight: 500;
}

.hero-author {
  margin-top: 1rem;
}

.hero-author a {
  color: #8ecbff;
  font-weight: 600;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 0 2.4rem;
}

.hero-benefits {
  margin-top: 1rem;
  padding: 0;
  grid-template-columns: 1fr;
  max-width: 520px;
}

.trust-item {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 0.72rem 0.82rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.trust-item strong {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.4;
}

.hero-preview {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.preview-card,
.info-card,
.offer-card,
.process-card,
.pricing-card,
.contact-card,
.demo-card,
.about-card,
.path-card {
  background: linear-gradient(180deg, var(--card), var(--card-soft));
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.preview-card {
  width: 100%;
  max-width: 500px;
  padding: 1rem;
  color: var(--text);
}

.image-preview-card {
  width: 100%;
  max-width: 500px;
  padding: 0.65rem;
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, 0.32);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(56, 189, 248, 0.12), 0 0 36px rgba(124, 58, 237, 0.2);
  background: linear-gradient(165deg, rgba(19, 27, 41, 0.95), rgba(27, 37, 56, 0.92));
}

.hero-preview-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.preview-top {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d4dce7;
  display: inline-block;
}

.preview-body {
  background: linear-gradient(135deg, #1d2535, #232e45);
  border-radius: 18px;
  padding: 1rem;
}

.preview-body h3 {
  margin-bottom: 0.4rem;
}

.preview-body p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.preview-bars {
  display: grid;
  gap: 0.5rem;
}

.preview-bars div {
  height: 10px;
  background: linear-gradient(90deg, var(--accent), #8bb2ff);
  border-radius: 999px;
}

.section {
  padding: 3.4rem 0;
}

.section-heading h2,
.about-card h2 {
  color: var(--text);
}

.hero-about {
  padding-bottom: 2.6rem;
}

.about-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem 0 1.5rem;
}

.about-copy h1 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 1rem;
}

.about-image-wrap {
  display: flex;
  justify-content: center;
}

.founder-image {
  width: min(320px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
  border: 4px solid rgba(255,255,255,0.9);
}

.about-content {
  padding: 2rem 0 5rem;
}

.about-card {
  padding: 1.6rem;
  max-width: 780px;
}

.about-card h2 {
  margin-bottom: 0.8rem;
}

.about-card p {
  color: var(--muted);
  margin-bottom: 0.85rem;
  line-height: 1.8;
}

.motto-banner {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 1.8rem 1.9rem;
  border-radius: 22px;
  border: 1px solid rgba(141, 92, 255, 0.35);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.26) 0%, rgba(56, 189, 248, 0.1) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  max-width: 780px;
  position: relative;
  overflow: hidden;
}

.motto-banner::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.95), rgba(56, 189, 248, 0.55));
  border-radius: 999px;
}

.motto-banner h3 {
  font-size: clamp(1.45rem, 2.8vw, 1.8rem);
  font-weight: 900;
  color: var(--text);
  margin-bottom: 0.7rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.motto-banner p {
  color: #c7d2e8;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.65;
}

.section-heading {
  margin-bottom: 1.35rem;
  max-width: 760px;
}

.section-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 0.55rem;
}

.section-heading p {
  color: var(--muted);
}

.problem-grid,
.offer-grid,
.process-grid,
.pricing-grid,
.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.info-card,
.offer-card,
.process-card,
.pricing-card,
.path-card {
  padding: 1.2rem;
}

.info-card h3,
.offer-card h3,
.process-card h3,
.pricing-card h3,
.path-card h3 {
  margin-bottom: 0.5rem;
}

.info-card p,
.offer-card p,
.process-card p,
.pricing-card p,
.path-card p {
  color: var(--muted);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.path-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.path-card.featured-path {
  border-color: var(--accent);
  transform: translateY(-4px);
}

.path-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: #8ecbff;
  font-weight: 600;
}

.products-section {
  border: 1px solid var(--border);
  border-radius: 32px;
  padding: 2.2rem 1.2rem;
  background: linear-gradient(160deg, rgba(16, 22, 34, 0.96), rgba(22, 29, 44, 0.9));
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  background: linear-gradient(180deg, #111a2b, #1a2538);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.2rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.featured-product {
  border-color: var(--accent);
}

.product-tag {
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.45);
  background: rgba(56, 189, 248, 0.12);
  color: #b8e9ff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.62rem;
  margin-bottom: 0.8rem;
}

.product-card h3 {
  margin-bottom: 0.55rem;
}

.product-subtitle {
  color: #c2cada;
  margin-bottom: 0.8rem;
}

.product-visual {
  margin-bottom: 0.72rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.product-visual-image {
  background: #0f1727;
}

.product-visual-shopify {
  min-height: 168px;
  padding: 0.56rem;
  border-radius: 16px;
  border: 1px solid rgba(124, 58, 237, 0.26);
  background: linear-gradient(165deg, rgba(19, 27, 41, 0.94), rgba(26, 36, 54, 0.9));
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.08), 0 12px 28px rgba(0, 0, 0, 0.24);
}

.product-visual-thumb {
  display: block;
  width: 100%;
  height: 92px;
  object-fit: cover;
}

.product-visual-thumb-shopify {
  height: 156px;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #101a2a;
}

.product-visual-ai {
  position: relative;
  padding: 0.56rem;
  min-height: 168px;
  border-radius: 16px;
  border: 1px solid rgba(124, 58, 237, 0.24);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.08), 0 12px 28px rgba(0, 0, 0, 0.24);
  background: linear-gradient(160deg, rgba(18, 26, 40, 0.97), rgba(30, 41, 61, 0.9));
}

.ai-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 999px;
  border: 1px solid rgba(124, 58, 237, 0.55);
  background: rgba(124, 58, 237, 0.2);
  color: #dcc8ff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.1rem 0.42rem;
}

.ai-window-bar {
  display: block;
  width: 56%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.78), rgba(124, 58, 237, 0.78));
  margin-bottom: 0.55rem;
}

.ai-window-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 0.45rem;
  min-height: 116px;
}

.ai-window-grid span {
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
}

.ai-window-grid span:first-child {
  grid-row: 1 / 3;
  background: linear-gradient(160deg, rgba(56, 189, 248, 0.1), rgba(124, 58, 237, 0.12));
}

.ai-window-grid span:nth-child(2) {
  background: linear-gradient(150deg, rgba(124, 58, 237, 0.14), rgba(255, 255, 255, 0.05));
}

.ai-window-grid span:nth-child(3) {
  background: linear-gradient(150deg, rgba(56, 189, 248, 0.14), rgba(255, 255, 255, 0.05));
}

.product-list {
  margin-left: 1.1rem;
  color: var(--muted);
  display: grid;
  gap: 0.42rem;
}

.product-footer {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.product-footer .price {
  margin: 0;
}

.product-cta {
  white-space: nowrap;
}

.usecase-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.usecase-grid span {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.7rem 0.95rem;
  color: var(--text);
  box-shadow: var(--shadow);
}

.demo-section {
  background: linear-gradient(180deg, rgba(124,58,237,0.12), rgba(56,189,248,0.04));
  border-radius: 32px;
}

.demo-card {
  padding: 1rem;
}

.demo-preview {
  background: linear-gradient(135deg, #151f33, #253656);
  color: white;
  border-radius: 24px;
  padding: 1.2rem;
}

.demo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.8);
}

.demo-hero {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.demo-hero h3 {
  font-size: 1.3rem;
  margin-bottom: 0.45rem;
}

.demo-hero p {
  color: rgba(255,255,255,0.75);
}

.demo-box,
.demo-mini {
  border-radius: 16px;
  background: linear-gradient(135deg, #4c79ff, #8cc3ff);
  min-height: 90px;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.pricing-card {
  position: relative;
}

.pricing-card.featured {
  border-color: var(--accent);
  transform: translateY(-4px);
}

.price {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--accent);
  margin: 0.2rem 0 0.4rem;
}

.pricing-note {
  margin-top: 1rem;
  color: var(--muted);
}

.faq-section {
  padding-top: 0.8rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  background: linear-gradient(180deg, var(--card), var(--card-soft));
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  color: var(--text);
  border: none;
  padding: 1rem 1.1rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.faq-icon {
  color: var(--accent-2);
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.1rem;
  transition: max-height 0.25s ease, padding 0.25s ease;
}

.faq-answer p {
  color: var(--muted);
  padding-bottom: 1rem;
}

.faq-item.active .faq-answer {
  max-height: 220px;
  padding-top: 0.2rem;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.founder-section {
  padding-top: 1.2rem;
}

.founder-card {
  max-width: 860px;
  padding: 1.2rem 1.25rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
}

.founder-content p {
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.founder-content .eyebrow {
  margin-bottom: 0.55rem;
}

.founder-content h2 {
  margin-bottom: 0.5rem;
}

.founder-note {
  color: #c8d2e5;
  margin-bottom: 0.75rem;
}

.founder-profile-image-wrap {
  width: 132px;
  height: 132px;
  border-radius: 999px;
  padding: 3px;
  background: linear-gradient(145deg, rgba(124, 58, 237, 0.82), rgba(56, 189, 248, 0.62));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28), 0 0 24px rgba(124, 58, 237, 0.2);
  flex-shrink: 0;
}

.founder-profile-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.16);
}

.founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.founder-tags span {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.3rem 0.72rem;
  color: #d1dcf1;
  font-size: 0.78rem;
  font-weight: 600;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.3rem;
  padding: 1.4rem;
}

.final-cta-card {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.contact-form {
  display: grid;
  gap: 0.8rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card-soft);
  color: var(--text);
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent-2);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.16);
}

.contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9db4d3 50%), linear-gradient(135deg, #9db4d3 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 2.2rem;
}

.section-highlight {
  animation: sectionGlowPulse 2s ease-out;
}

@keyframes sectionGlowPulse {
  0% {
    box-shadow: 0 0 0 rgba(124, 58, 237, 0), 0 0 0 rgba(56, 189, 248, 0);
  }

  20% {
    box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.35), 0 0 22px rgba(56, 189, 248, 0.18);
  }

  55% {
    box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.28), 0 0 18px rgba(56, 189, 248, 0.12);
  }

  100% {
    box-shadow: 0 0 0 rgba(124, 58, 237, 0), 0 0 0 rgba(56, 189, 248, 0);
  }
}

.contact-form button {
  border: none;
  border-radius: 999px;
  padding: 0.95rem 1rem;
  background: linear-gradient(135deg, var(--accent), #8b5cf6);
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.final-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.final-cta-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: max-content;
  flex: 0 0 auto;
  padding: 14px 24px;
  border-radius: 999px;
  line-height: 1;
}

.footer {
  padding: 1rem 0 2.2rem;
  color: var(--muted);
}

.footer-content {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1rem 1.1rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}

.form-success {
  color: var(--accent-dark);
  font-weight: 600;
  margin-top: 0.4rem;
}

@media (max-width: 860px) {
  .hero-content,
  .about-hero,
  .problem-grid,
  .offer-grid,
  .process-grid,
  .pricing-grid,
  .path-grid,
  .product-grid,
  .contact-card,
  .demo-hero {
    grid-template-columns: 1fr;
  }

  .hero-preview {
    justify-content: flex-start;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .hero-benefits {
    max-width: 100%;
  }

  .founder-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .final-cta-card {
    grid-template-columns: 1fr;
  }

  .demo-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-direction: column;
    gap: 0.7rem;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .hero-actions {
    flex-direction: column;
  }

  .final-cta-actions {
    flex-direction: row;
  }

  .brand-logo {
    gap: 8px;
  }

  .brand-icon {
    width: 31px;
    height: 31px;
  }

  .brand-name {
    font-size: 15px;
  }

  .motto-banner {
    padding: 1.45rem 1.15rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 0.5rem;
  }

  .product-visual-shopify {
    min-height: 148px;
  }

  .product-visual-thumb-shopify {
    height: 136px;
  }

  .product-visual-ai {
    min-height: 148px;
  }

  .ai-window-grid {
    min-height: 96px;
  }
}

@media (max-width: 820px) {
  .hero-content,
  .benefits-grid,
  .card-grid,
  .testimonial-grid,
  .pricing-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-direction: column;
    gap: 0.7rem;
  }

  .hero-content {
    padding-top: 2rem;
  }

  .newsletter-box,
  .footer-content,
  .payment-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
