:root {
  --primary: #0046fc;
  --primary-hover: #528bfa;
  --primary-dark: #003bc9;
  --primary-soft: #eaf0fe;
  --accent: #f89524;
  --accent-dark: #d67a0e;
  --accent-soft: #fef1e0;
  --teal: #0f766e;
  --teal-dark: #115e59;
  --teal-soft: #ccfbf1;
  --n0: #fff;
  --n25: #fcfcfd;
  --n50: #f8fafd;
  --n100: #eef1f5;
  --n150: #e2e6ea;
  --n200: #d5dce4;
  --n300: #b4bdc9;
  --n400: #8b95a7;
  --n500: #6b7280;
  --n600: #4b5563;
  --n700: #374151;
  --n800: #1f2937;
  --n900: #0f172a;
  --success: #10b981;
  --success-soft: #dcfce7;
  --success-dark: #047857;
  --warning: #f59e0b;
  --warning-soft: #fef3c7;
  --error: #ef4444;
  --error-soft: #fee2e2;
  --font-display: "Mulish", sans-serif;
  --font-body: "Roboto", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --r: 8px;
  --rl: 12px;
  --rxl: 16px;
  --sm: 0 1px 3px rgba(15, 23, 42, 0.06);
  --md: 0 4px 16px rgba(15, 23, 42, 0.06);
  --lg: 0 12px 32px rgba(0, 70, 252, 0.1);
  --xl: 0 24px 56px rgba(0, 70, 252, 0.14);
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-hover);
  box-shadow: var(--lg);
  transform: translateY(-1px);
}
.btn-treso .btn-gh {
  border-color: var(--n150);
}
.btn-treso .btn-gh:hover {
  border-color: var(--primary);
  color: var(--primary)!important;
  background: var(--primary-soft);
}
.treso-cta .btn-large {
  height: 52px;
  padding: 0 28px;
  font-size: 15px;
}
.treso-cta .btn-white {
  background: #fff;
  color: #0f766e!important;
  border-color: #fff;
}
.treso-cta  .btn-white:hover {
  background: var(--accent);
  color: #fff!important;
  border-color: var(--accent);
}

.treso .hero-i {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.treso .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--teal);
  color: var(--teal-dark);
  padding: 6px 14px;
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 24px;
  box-shadow: var(--sm);
}
.hero-tag i {
  color: var(--teal);
}
.treso  h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.5vw, 52px)!important;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--n900);
  margin-bottom: 20px;
}
.treso  h1 .ac {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.treso  .hero-sub {
  font-size: 18px;
  color: var(--n600);
  line-height: 1.65;
  margin-bottom: 28px;
}
.treso  .hero-sub strong {
  color: var(--n900);
  font-weight: 600;
}
.treso  .hero-bullets {
  list-style: none;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.treso .hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--n700);
}
.treso .hero-bullets li i {
  color: var(--teal);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}
.treso .hero-bullets li strong {
  color: var(--n900);
  font-weight: 600;
}
.treso .hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.treso .btn-teal {
  background: var(--teal);
  color: #fff!important;
  border-color: var(--teal);
}
.treso .btn-teal:hover {
	color: #fff!important;
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  box-shadow: 0 12px 32px rgba(15, 118, 110, 0.2);
  transform: translateY(-1px);
}
.treso .hero-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid var(--n100);
}
.treso .hero-trust-l {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--n500);
  font-family: var(--font-display);
  font-weight: 700;
}
.treso .hero-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 1px solid var(--n100);
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 11px;
  color: var(--n700);
  font-family: var(--font-display);
  font-weight: 600;
  box-shadow: var(--sm);
}
.treso .hero-trust-pill i {
  color: var(--teal);
  font-size: 12px;
}
.mockup {
  position: relative;
  background: #fff;
  border-radius: var(--rxl);
  box-shadow: var(--xl);
  border: 1px solid var(--n100);
  overflow: hidden;
}
.mockup-h {
  padding: 12px 18px;
  border-bottom: 1px solid var(--n100);
  background: var(--n25);
  display: flex;
  align-items: center;
  gap: 8px;
}
.mockup-dots {
  display: flex;
  gap: 4px;
}
.mockup-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--n200);
}
.mockup-dots span:nth-child(1) {
  background: #ff5f57;
}
.mockup-dots span:nth-child(2) {
  background: #febc2e;
}
.mockup-dots span:nth-child(3) {
  background: #28c840;
}
.mockup-url {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  padding: 5px 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--n500);
}
.mockup-c {
  padding: 20px;
}
.mock-pn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--n100);
}
.mock-pn-t {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  color: var(--n900);
  display: flex;
  align-items: center;
  gap: 8px;
}
.mock-pn-t i {
  color: var(--teal);
  font-size: 18px;
}
.mock-pn-b {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  background: var(--teal);
  padding: 4px 10px;
  border-radius: 100px;
  letter-spacing: 0.05em;
}
.mock-bal {
  text-align: center;
  padding: 16px 0;
  background: linear-gradient(135deg, var(--teal-soft), #fff);
  border-radius: 8px;
  margin-bottom: 14px;
}
.mock-bal-l {
  font-size: 10px;
  color: var(--teal-dark);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.mock-bal-v {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  color: var(--teal-dark);
  letter-spacing: -0.02em;
  line-height: 1;
}
.mock-bal-s {
  font-size: 10px;
  color: var(--n500);
  margin-top: 4px;
}
.mock-bal-s span {
  color: var(--success-dark);
  font-weight: 700;
  font-family: var(--font-mono);
}
.mock-chart {
  height: 80px;
  background: var(--n25);
  border-radius: 6px;
  margin-bottom: 14px;
  padding: 10px;
  position: relative;
}
.mock-chart svg {
  width: 100%;
  height: 100%;
}
.mock-st {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.mock-stc {
  background: var(--n25);
  border: 1px solid var(--n100);
  border-radius: 6px;
  padding: 10px;
  text-align: center;
}
.mock-stc-l {
  font-size: 9px;
  color: var(--n500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 3px;
}
.mock-stc-v {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 900;
  color: var(--teal-dark);
  letter-spacing: -0.02em;
}
.mock-stc-v.acc {
  color: var(--accent);
}
.mock-stc-v.su {
  color: var(--success-dark);
}
.mock-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--warning-soft);
  border: 1px solid var(--warning);
  border-radius: 6px;
}
.mock-alert i {
  font-size: 18px;
  color: var(--warning);
  flex-shrink: 0;
}
.mock-alert-t {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  color: #92400e;
  line-height: 1.4;
}
.mock-alert-t small {
  display: block;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--n600);
  margin-top: 2px;
  font-size: 10px;
}
.sec {
  padding: 90px 40px;
}
.sec-i {
  max-width: 1200px;
  margin: 0 auto;
}
.sec-eb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  color: var(--primary);
  background: var(--primary-soft);
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}
.sec-eb.teal {
  color: var(--teal-dark);
  background: var(--teal-soft);
}
.sec-h {
  text-align: center;
  margin-bottom: 56px;
}
.sec-h h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px)!important;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  color: var(--n900);
}
.sec-h h2 .ac {
  color: var(--primary);
}
.sec-h h2 .te {
  color: var(--teal);
}
.sec-h p {
  font-size: 16px;
  color: var(--n500);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.65;
}
.prob {
  background: var(--n25);
}
.prob-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.prob-c {
	height: 100%;
  background: #fff;
  border: 1px solid var(--n100);
  border-radius: var(--rxl);
  padding: 32px;
  transition: all 0.3s;
}
.prob-c:hover {
  border-color: var(--teal);
  box-shadow: var(--lg);
  transform: translateY(-2px);
}
.prob-i {
  width: 56px;
  height: 56px;
  background: var(--error-soft);
  color: var(--error);
  border-radius: var(--rl);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
}
.prob-c h3 {
  font-family: var(--font-display);
  font-size: 18px!important;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  color: var(--n900);
  line-height: 1.3;
}
.prob-c p {
  font-size: 14px;
  color: var(--n600);
  line-height: 1.65;
  margin-bottom: 14px;
}
.prob-c p strong {
  color: var(--n900);
  font-weight: 600;
}
.prob-cost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--error-soft);
  color: #991b1b;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 100px;
}
.trs .feat-g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.trs .feat-c {
  background: #fff;
  border: 1px solid var(--n100);
  border-radius: var(--rxl);
  padding: 32px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
	height: 100%;
}
.trs .feat-c:hover {
  border-color: var(--teal);
  box-shadow: var(--lg);
  transform: translateY(-2px);
}
.trs .feat-i-c {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--n100);
}
.trs .feat-ic {
  width: 48px;
  height: 48px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0;
}
.trs .feat-c h3 {
  font-family: var(--font-display);
  font-size: 19px!important;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--n900);
  line-height: 1.25;
    text-align: left;
    margin: 0;
	padding: 0;
}
.trs .feat-c h3 span {
  display: block;
  font-family: var(--font-body);
  font-size: 12px!important;
  font-weight: 400;
  color: var(--n500);
  margin-top: 2px;
}
.trs .feat-c p {
  font-size: 14px;
  color: var(--n600);
  line-height: 1.65;
  margin-bottom: 14px;
	text-align: left;
}
.trs .feat-c p strong {
  color: var(--n900);
  font-weight: 600;
}
.trs .feat-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--n100);
	padding: 0;
    margin: 0;
}
.trs .feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--n700);
  line-height: 1.5;
}
.trs .feat-list li i {
  color: var(--teal);
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}
.trs .kpis {
  padding: 80px 40px;
  background: linear-gradient(135deg, var(--n900), #0a1929);
  position: relative;
  overflow: hidden;
}
.trs .kpis::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(15, 118, 110, 0.25),
    transparent 60%
  );
  filter: blur(80px);
}
.trs .kpis-i {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.treso  .kpis-h {
  text-align: center;
  margin-bottom: 48px;
  color: #fff!important;
}
.kpis-h .sec-eb {
  background: rgba(15, 118, 110, 0.2);
  color: var(--teal-soft);
  border: 1px solid rgba(15, 118, 110, 0.4);
}
.treso .kpis-h h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 40px)!important;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  line-height: 1.15;
	color: #fff;
}
.treso .kpis-h h2 .ac {
  color: var(--teal-soft);
}
.kpis-h p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.65;
}
.kpis-g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.treso .kpi-c {
	text-align: left;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--rxl);
  padding: 24px;
  backdrop-filter: blur(20px);
  transition: all 0.25s;
}
.treso .kpi-c:hover {
  border-color: var(--teal-soft);
  transform: translateY(-2px);
}
.kpi-i {
  width: 44px;
  height: 44px;
  background: rgba(15, 118, 110, 0.2);
  color: var(--teal-soft);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}
.kpi-v {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 6px;
}
.kpi-v .un {
  font-size: 18px;
  color: var(--teal-soft);
  margin-left: 2px;
}
.kpi-l {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-display);
  font-weight: 700;
  margin-bottom: 6px;
}
.kpi-d {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.test {
  padding: 90px 40px;
  background: linear-gradient(135deg, var(--teal-soft), #fff);
}
.test-i {
  max-width: 1000px;
  margin: 0 auto;
}
.test-c {
  background: #fff;
  border: 1px solid var(--n100);
  border-radius: var(--rxl);
  padding: 40px;
  box-shadow: var(--md);
  position: relative;
}
.test-c::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 32px;
  font-family: Georgia, serif;
  font-size: 80px;
  color: var(--teal);
  opacity: 0.4;
  line-height: 1;
}
.test-co {
  padding-top: 36px;
}
.test-tx {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: var(--n900);
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.test-au {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 14px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid var(--n100);
}
.test-av {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 20px;
}
.test-an {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  color: var(--n900);
}
.test-ar {
  font-size: 12px;
  color: var(--n500);
}
.test-cta {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--teal-dark);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border: 1px solid var(--teal);
  border-radius: 100px;
  transition: all 0.2s;
}
.test-cta:hover {
  background: var(--teal);
  color: #fff!important;
}
.test-m {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--n100);
}
.test-mc {
  text-align: center;
}
.test-mv {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--teal-dark);
  line-height: 1;
}
.test-ml {
  font-size: 11px;
  color: var(--n500);
  margin-top: 6px;
  font-family: var(--font-display);
  font-weight: 600;
}
.trs .faq-s {
  padding: 90px 40px;
  background: var(--n25);
}
.trs .faq-i {
  max-width: 900px;
  margin: 0 auto;
}
.trs .faq-it {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
.trs .faq-x {
  background: #fff;
  border: 1px solid var(--n100);
  border-radius: var(--rl);
  overflow: hidden;
  transition: all 0.3s;
}
.trs .faq-x.op {
  border-color: var(--teal);
  box-shadow: var(--md);
}
.trs .faq-q {
  padding: 20px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--n900);
  letter-spacing: -0.01em;
}
.trs .trs .faq-q i {
  width: 28px;
  height: 28px;
  background: var(--n50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  transition: all 0.3s;
  font-size: 16px;
  flex-shrink: 0;
  margin-left: 14px;
}
.trs .faq-x.op .faq-q i {
  background: var(--teal);
  color: #fff;
  transform: rotate(45deg);
}
.trs .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  color: var(--n600);
  line-height: 1.7;
}
.trs .faq-ai {
  padding: 0 26px 22px;
}
.trs .faq-ai strong {
  color: var(--n900);
  font-weight: 600;
}
.trs .faq-ai p {
  margin-bottom: 10px;
}
.trs .faq-ai p:last-child {
  margin-bottom: 0;
}
.trs .faq-x.op .faq-a {
  max-height: 500px;
}
.cta-s {
  padding: 80px 40px 100px;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  position: relative;
  overflow: hidden;
}
.cta-s::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(248, 149, 36, 0.25),
    transparent 60%
  );
  filter: blur(80px);
}
.cta-i {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #fff;
}
.cta-eb {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  color: var(--accent);
  background: rgba(248, 149, 36, 0.15);
  border: 1px solid rgba(248, 149, 36, 0.3);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.cta-i h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 44px)!important;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: #fff;
}
.cta-i h2 .ac {
  color: var(--accent);
}
.cta-i p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto 32px;
}
.cta-bt {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
footer {
  background: var(--n900);
  color: #fff;
  padding: 60px 40px 32px;
}
.f-i {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.f-b {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.f-l {
  display: flex;
  gap: 28px;
  font-size: 13px;
  flex-wrap: wrap;
}
.f-l a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.f-l a:hover {
  color: var(--accent);
}
.f-c {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .hero-i {
    grid-template-columns: 1fr;
  }
  .prob-g {
    grid-template-columns: 1fr;
  }
  .feat-g {
    grid-template-columns: 1fr;
  }
  .kpis-g {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .nav {
    padding: 12px 20px;
  }
  .nav-bc {
    display: none;
  }
  .hero {
    padding: 90px 20px 40px;
  }
  .sec,
  .kpis,
  .test,
  .faq-s,
  .cta-s {
    padding-left: 20px;
    padding-right: 20px;
  }
  .test-m {
    grid-template-columns: 1fr;
  }
  .f-i {
    flex-direction: column;
    text-align: center;
  }
}
