@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&family=Source+Sans+3:wght@400;600&display=swap');

:root {
  --bg: #ffffff;
  --text: #101010;
  --muted: #6b6b6b;
  --accent: #486686;
  --accent2: #f56f36;
  --line: #e9e9e9;
  --soft: #f7f7f7;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}

h1, h2, h3 { font-family: "Montserrat", "Segoe UI", Arial, sans-serif; }

.container {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  padding: 50px 0 0;
}

.hero__grid {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: start;
  gap: 28px;
}

.accent { color: var(--accent); }
.accent-accent2 { color: var(--accent2); }

.hero__title {
  font-size: clamp(40px, 4.6vw, 64px);
  margin: 0 0 12px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.hero__title span {
  display: block;
}

.hero__titleEm {
  color: var(--accent);
  position: relative;
  display: inline-block;
}

.hero__subtext {
  margin: 0 0 20px;
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 600;
  max-width: 32ch;
}

.hero__subtext--price {
  margin-top: -6px;
  font-size: 22px;
  color: var(--text);
  font-weight: 800;
}
.hero__meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-weight: 700;
  margin-top: 18px;
}

.hero__visual img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

.hero__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.hero__collab {
  /* display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08); */
}

.hero__collab--stack {
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding: 10px 14px;
  border-radius: 16px;
}

.hero__visual {
  width: 100%;
}

.hero__collabImg { object-fit: contain; }
.hero__collabImg--easypay { height: 120px; }
.hero__collabImg--autologiq { height: 18px; }

@media (max-width: 450px) {
  .hero__collabImg--easypay { height: 80px; }
}

.hero__collabRow {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero__collabRow--title {
  margin-top: 8px;
}

.hero__collabBolt {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.btn {
  display: inline-block;
  margin-top: 18px;
  background: var(--accent);
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-decoration: none;
}


.hero__bar {
  margin-top: 26px;
  background: #f7f7f7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.hero__barInner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 18px 0;
  text-align: center;
  font-weight: 600;
  justify-items: center;
}

.hero__barInner > div {
  padding: 0;
  background: transparent;
  border: 0;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.hero__barIcon {
  width: 18px;
  height: 18px;
  margin-right: 0;
  object-fit: contain;
}

.hero__price { color: var(--accent); }

.hero__priceBlock {
  margin: 6px 0 12px;
}

.hero__priceLead {
  font-size: 22px;
  font-weight: 800;
}

.hero__priceValue {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
}

.section {
  padding: 50px 0;
}

.section h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: clamp(24px, 2.6vw, 34px);
}

.how {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: center;
}

.how__item {
  padding: 10px 12px;
}

.how__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  font-weight: 800;
}

.how__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.how__item h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.how__item p {
  margin: 0;
  color: var(--muted);
}

.ctaBand {
  margin-top: 34px;
  text-align: center;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.ctaBand p { margin: 0 0 14px; font-weight: 700; }

.section--faq {
  background: #fafafa;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq__item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.faq__item summary {
  padding: 14px 16px;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.faq__item summary::-webkit-details-marker { display: none; }

.faq__chev {
  width: 16px;
  height: 16px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.faq__item[open] .faq__chev {
  transform: rotate(180deg);
}

.faq__content {
  padding: 0 16px 14px;
  color: var(--muted);
}

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__barInner { grid-template-columns: 1fr; }
  .how { grid-template-columns: 1fr; }
}

.text-black {
  color: var(--text);
}
