/*
Theme Name: Учёт360
Theme URI: https://uchet360.by
Author: Учёт360
Description: Кастомная тема бухгалтерского аутсорсинга. Дизайн 1:1 со статическим сайтом, страницы услуг, форма заявок, SEO-поля.
Version: 1.1.2
Requires at least: 6.0
Tested up to: 6.8
Text Domain: uchet360
*/

/* Учёт360 — полный контур бухгалтерии в Беларуси */
:root {
  --bg: #f4f1ea;
  --bg-deep: #e2d6c1;
  --ink: #141b2d;
  --muted: #4e5a70;
  --brand: #2a3550;
  --brand-soft: #3a4660;
  --accent: #c89f5b;
  --accent-soft: #d4b57a;
  --accent-deep: #9a7535;
  --line: rgba(42, 53, 80, 0.14);
  --white: #f4f1ea;
  --shadow: 0 24px 60px rgba(20, 27, 45, 0.16);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Bricolage Grotesque", "Segoe UI", sans-serif;
  --max: 1120px;
  --radius: 4px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1000px 520px at 8% -8%, rgba(200, 159, 91, 0.14), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(42, 53, 80, 0.12), transparent 50%),
    linear-gradient(180deg, #f7f4ed 0%, var(--bg) 42%, #e8dfd0 100%);
  line-height: 1.55;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 0.6em;
}

p {
  margin: 0 0 1em;
  color: var(--muted);
}

.wrap {
  width: min(var(--max), calc(100% - 2.5rem));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(244, 241, 234, 0.9);
  border-bottom: 1px solid var(--line);
  view-transition-name: site-header;
}

main {
  view-transition-name: main-content;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  font-family: var(--font-body);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 1;
}

.logo img {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(220px, 58vw);
  background: transparent !important;
  object-fit: contain;
}

.site-footer .logo img {
  height: 36px;
  max-width: min(200px, 70vw);
}

.logo span {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.logo-tag {
  font-style: normal;
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  align-self: center;
  margin-left: 0.15rem;
  padding-left: 0.55rem;
  border-left: 1px solid var(--line);
}

.concept-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.concept-strip article h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
  color: var(--ink);
}

.concept-strip article p {
  margin: 0;
  font-size: 0.95rem;
}

.hero .logo-tag {
  border-left-color: rgba(244, 241, 234, 0.35);
  color: rgba(244, 241, 234, 0.75);
}

@media (max-width: 900px) {
  .concept-strip {
    grid-template-columns: 1fr;
  }
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.nav a {
  font-size: 0.95rem;
  color: var(--muted);
  transition: color 0.2s ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--brand);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.1rem;
  background: var(--brand);
  color: var(--white) !important;
  border-radius: var(--radius);
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-cta:hover {
  background: var(--brand-soft);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.45rem;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--brand);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--brand-soft);
}

.btn-ghost {
  background: transparent;
  color: var(--brand);
  border: 1px solid rgba(42, 53, 80, 0.35);
}

.btn-ghost:hover {
  background: rgba(42, 53, 80, 0.06);
}

.hero .btn-ghost {
  border-color: rgba(244, 241, 234, 0.45);
  color: var(--white);
}

.hero .btn-ghost:hover {
  background: rgba(244, 241, 234, 0.1);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 27, 45, 0.22) 0%, rgba(20, 27, 45, 0.58) 45%, rgba(20, 27, 45, 0.9) 100%),
    linear-gradient(135deg, rgba(200, 159, 91, 0.18) 0%, transparent 46%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 5.5rem 0 4rem;
  color: var(--white);
  max-width: 720px;
  animation: rise 0.9s ease both;
}

.hero-content h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  color: var(--white);
  margin-bottom: 0.7rem;
}

.hero-content p {
  color: rgba(244, 241, 234, 0.9);
  font-size: 1.15rem;
  max-width: 36ch;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--accent-soft);
  margin-bottom: 0.85rem;
  letter-spacing: 0.04em;
}

.section {
  padding: 5rem 0;
}

.section-tight {
  padding: 3.5rem 0;
}

.section-head {
  max-width: 620px;
  margin-bottom: 2.4rem;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.service-index {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.service-index a {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1.2rem;
  align-items: baseline;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.25s ease, background 0.25s ease;
}

.service-index a:hover {
  padding-left: 0.6rem;
  background: linear-gradient(90deg, rgba(200, 159, 91, 0.12), transparent);
}

.service-index .num {
  font-family: var(--font-display);
  color: var(--accent);
  font-size: 1.1rem;
  min-width: 2ch;
}

.service-index .title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ink);
}

.service-index .hint {
  color: var(--muted);
  font-size: 0.95rem;
}

.service-index .arrow {
  color: var(--brand);
  font-size: 1.3rem;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.split-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
  filter: saturate(0.85) contrast(1.05);
  display: block;
}

.split-media::after,
.page-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(20, 27, 45, 0.1) 0%, rgba(20, 27, 45, 0.32) 52%, rgba(20, 27, 45, 0.55) 100%),
    linear-gradient(135deg, rgba(200, 159, 91, 0.16) 0%, transparent 44%);
}

.split-copy h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
}

.motivate {
  background: linear-gradient(135deg, #141b2d 0%, #2a3550 70%, #1c2538 100%);
  color: var(--white);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.motivate::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% 40%;
  height: 280px;
  background: radial-gradient(circle, rgba(200, 159, 91, 0.32), transparent 65%);
  pointer-events: none;
}

.motivate .btn-primary {
  background: var(--accent);
  color: var(--ink);
}

.motivate .btn-primary:hover {
  background: var(--accent-soft);
  color: var(--ink);
}

.motivate .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: center;
}

.motivate h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  color: var(--white);
  margin: 0;
}

.motivate p {
  color: rgba(244, 241, 234, 0.88);
  margin: 0;
}

.page-hero {
  padding: 3.5rem 0 2rem;
}

.page-hero-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

.page-hero-top .eyebrow {
  margin-bottom: 0;
}

.price-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  background: var(--accent);
  color: var(--brand);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  box-shadow: var(--shadow);
}

.page-hero h1 {
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  max-width: 16ch;
}

.page-hero .lead {
  font-size: 1.15rem;
  max-width: 42ch;
}

.page-hero-visual {
  position: relative;
  margin-top: 2rem;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 360px;
  box-shadow: var(--shadow);
  animation: fadeZoom 1.1s ease both;
}

.page-hero-visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
  display: block;
}

.bullets {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.bullets li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--muted);
}

.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--accent);
  border-radius: 1px;
}

.quote-block {
  margin: 2.5rem 0;
  padding: 1.8rem 0 1.8rem 1.5rem;
  border-left: 3px solid var(--accent);
}

.quote-block p {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--ink);
  line-height: 1.35;
  margin: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-block {
  margin-top: 1.75rem;
}

.contact-block h2 {
  font-size: 1.35rem;
  scroll-margin-top: 5.5rem;
}

.contact-block p {
  margin: 0;
}

.rekvizity {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.rekvizity > div {
  display: grid;
  gap: 0.12rem;
}

.rekvizity dt {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}

.rekvizity dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.95rem;
}

.rekvizity .iban {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  word-break: break-word;
}

.form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.form input,
.form select,
.form textarea {
  font: inherit;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

.form textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 0.85rem;
  color: var(--muted);
}

.form-note.is-ok {
  color: var(--accent-deep);
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 3rem 0 2rem;
  margin-top: 2rem;
  background: rgba(42, 53, 80, 0.05);
  view-transition-name: site-footer;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem;
}

.site-footer h3 {
  font-size: 1rem;
  margin-bottom: 0.9rem;
}

.site-footer a,
.site-footer p {
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-links {
  display: grid;
  gap: 0.45rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-bottom p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeZoom {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1.2rem;
}

.breadcrumbs a:hover {
  color: var(--brand);
}

.related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.related a {
  display: block;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
  font-weight: 600;
  color: var(--brand);
  transition: color 0.2s ease;
}

.related a:hover {
  color: var(--accent);
}

.related a span {
  display: block;
  font-weight: 400;
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 0.3rem;
}

.blog-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.blog-card {
  display: grid;
  gap: 0.4rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
}

.blog-card h2 {
  font-size: 1.55rem;
  margin: 0;
}

.blog-card h2 a:hover {
  color: var(--accent);
}

.blog-meta {
  font-size: 0.85rem;
  color: var(--muted);
}

.entry-content {
  max-width: 68ch;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 1.4em;
}

.entry-content a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.entry-content ul,
.entry-content ol {
  color: var(--muted);
}

.pagination {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

@media (max-width: 900px) {
  .split,
  .split.reverse,
  .motivate .wrap,
  .contact-grid,
  .footer-grid,
  .related {
    grid-template-columns: 1fr;
  }

  .service-index a {
    grid-template-columns: auto 1fr;
  }

  .service-index .hint {
    grid-column: 2;
  }

  .service-index .arrow {
    display: none;
  }

  .nav {
    position: fixed;
    inset: 64px 0 auto 0;
    background: rgba(244, 241, 234, 0.98);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.25rem 1.4rem;
    gap: 0.9rem;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .nav.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-block;
  }
}

/* Cross-document page transitions (MPA View Transitions). Unsupported browsers ignore this. */
@view-transition {
  navigation: auto;
}

#wpadminbar {
  view-transition-name: wpadminbar;
}

::view-transition-group(site-header),
::view-transition-group(wpadminbar) {
  z-index: 60;
}

::view-transition-group(main-content) {
  z-index: 1;
}

::view-transition-old(site-header),
::view-transition-new(site-header),
::view-transition-old(site-footer),
::view-transition-new(site-footer),
::view-transition-old(wpadminbar),
::view-transition-new(wpadminbar) {
  animation: none;
  mix-blend-mode: normal;
}

::view-transition-old(root) {
  animation: uchet360-vt-fade-out 280ms ease both;
}

::view-transition-new(root) {
  animation: uchet360-vt-fade-in 280ms ease both;
}

::view-transition-old(main-content) {
  animation: uchet360-vt-fade-out 280ms ease both;
}

::view-transition-new(main-content) {
  animation: uchet360-vt-in-right 300ms ease both;
}

html[data-nav="forward"]::view-transition-old(main-content) {
  animation: uchet360-vt-out-left 300ms ease both;
}

html[data-nav="forward"]::view-transition-new(main-content) {
  animation: uchet360-vt-in-right 300ms ease both;
}

html[data-nav="back"]::view-transition-old(main-content) {
  animation: uchet360-vt-out-right 300ms ease both;
}

html[data-nav="back"]::view-transition-new(main-content) {
  animation: uchet360-vt-in-left 300ms ease both;
}

@keyframes uchet360-vt-out-left {
  to {
    opacity: 0;
    transform: translateX(-2.5rem);
  }
}

@keyframes uchet360-vt-in-right {
  from {
    opacity: 0;
    transform: translateX(2.5rem);
  }
}

@keyframes uchet360-vt-out-right {
  to {
    opacity: 0;
    transform: translateX(2.5rem);
  }
}

@keyframes uchet360-vt-in-left {
  from {
    opacity: 0;
    transform: translateX(-2.5rem);
  }
}

@keyframes uchet360-vt-fade-out {
  to {
    opacity: 0;
  }
}

@keyframes uchet360-vt-fade-in {
  from {
    opacity: 0;
  }
}

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

  @view-transition {
    navigation: none;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.card-grid article {
  padding: 1.4rem 1.35rem;
  border: 1px solid var(--line);
  background: rgba(244, 241, 234, 0.72);
  border-radius: var(--radius);
}

.card-grid h3 {
  font-family: var(--font-body);
  font-size: 1.08rem;
  margin-bottom: 0.45rem;
}

.card-grid p {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.card-link {
  font-weight: 600;
  color: var(--brand);
  font-size: 0.9rem;
}

.card-link:hover {
  color: var(--accent);
}

.tariff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.tariff-grid article {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 1.6rem 1.4rem;
  border: 1px solid var(--line);
  background: rgba(244, 241, 234, 0.8);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.tariff-grid .is-featured {
  border-color: var(--accent);
  background: linear-gradient(180deg, rgba(200, 159, 91, 0.14), rgba(244, 241, 234, 0.9));
}

.tariff-grid .btn {
  justify-self: start;
  margin-top: 0.4rem;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.chip-row span {
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--brand);
  background: rgba(244, 241, 234, 0.8);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.stat-row strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--brand);
  line-height: 1;
}

.stat-row span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
}

.steps {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding-left: 2.6rem;
  color: var(--muted);
}

.steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.1em;
  font-family: var(--font-display);
  color: var(--accent);
  font-size: 1.05rem;
}

.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details p {
  margin: 0.7rem 0 0;
}

@media (max-width: 900px) {
  .card-grid,
  .card-grid.four,
  .tariff-grid,
  .stat-row,
  .duo {
    grid-template-columns: 1fr;
  }
}
