@charset "UTF-8";

html {
  box-sizing: border-box;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik/Rubik-ExtraBold.woff2") format("woff2"),
    url("fonts/Rubik/Rubik-ExtraBold.woff") format("woff"),
    url("fonts/Rubik/Rubik-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik/Rubik-Medium.woff2") format("woff2"),
    url("fonts/Rubik/Rubik-Medium.woff") format("woff"),
    url("fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik/Rubik-Bold.woff2") format("woff2"),
    url("fonts/Rubik/Rubik-Bold.woff") format("woff"),
    url("fonts/Rubik/Rubik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik/Rubik-Regular.woff2") format("woff2"),
    url("fonts/Rubik/Rubik-Regular.woff") format("woff"),
    url("fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Montserrat */
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"),
    url("fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"),
    url("fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
    url("fonts/Montserrat/Montserrat-Bold.woff") format("woff"),
    url("fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"),
    url("fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),
    url("fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Poppins */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-ExtraBold.woff2") format("woff2"),
    url("fonts/Poppins/Poppins-ExtraBold.woff") format("woff"),
    url("fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Bold.woff2") format("woff2"),
    url("fonts/Poppins/Poppins-Bold.woff") format("woff"),
    url("fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Regular.woff2") format("woff2"),
    url("fonts/Poppins/Poppins-Regular.woff") format("woff"),
    url("fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-bg-color: #151516;
  --gold-idle: #ffb700;
  --font-family: "Inter", sans-serif;
  --second-family: "Rubik", sans-serif;
  --dark-tan-50: #fff1f1;
	--dark-tan-100: #ffdfdf;
	--dark-tan-200: #ffc5c5;
	--dark-tan-300: #ff9d9d;
	--dark-tan-400: #ff6565;
	--dark-tan-500: #fe3535;
	--dark-tan-600: #ec1616;
	--dark-tan-700: #c70e0e;
	--dark-tan-800: #a41010;
	--dark-tan-900-base: #6c1010;
	--dark-tan-950: #4a0505;
	--golden-grass-50: #fbf8eb;
	--golden-grass-100: #f5f0cc;
	--golden-grass-200: #ede09b;
	--golden-grass-300: #e2c862;
	--golden-grass-400: #d8b137;
	--golden-grass-500-base: #d2a32c;
	--golden-grass-600: #ac7a22;
	--golden-grass-700: #8a5a1e;
	--golden-grass-800: #734920;
	--golden-grass-900: #633d20;
	--golden-grass-950: #391f0f;
	--accents-white: #fff;
	--accents-black: #0e0e0e;
	--shark-50: #f6f6f6;
	--shark-100: #e7e7e7;
	--shark-200: #d1d1d1;
	--shark-300: #b0b0b0;
	--shark-400: #888;
	--shark-500: #6d6d6d;
	--shark-600: #5d5d5d;
	--shark-700: #4f4f4f;
	--shark-800: #454545;
	--shark-900: #3d3d3d;
	--shark-950-base: #1e1e1e;
	--accents-gold: #eab308;
	--accents-red-warning: #b13;
	--accents-green: #2dac57;
	--accents-website-gold: #f1d46a;
}

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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
}

ul[class] {
  list-style: none;
}

img {
  width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

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

::selection {
  background: #f2d669;
  color: #fff;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #202020;
}

body::-webkit-scrollbar-thumb {
  background-color: #f2d669;
  border-radius: 20px;
  border: 3px solid #202020;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #000;
  overflow-x: hidden;
}

/* ================= HEADER ================= */

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 40px;
}

.header-buttons {
  display: flex;
  gap: 15px;
}

/* ================= BUTTONS ================= */

.btn {
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-dark {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  color: #fff;
}

.btn-dark:hover {
  background: rgba(255,255,255,0.2);
}

.btn-yellow {
  background: #ffd400;
  color: #000;
  font-weight: 700;
}

.btn-yellow:hover {
  background: #ffcc00;
}

.btn.big {
  padding: 18px 35px;
  font-size: 18px;
  margin-top: 25px;
  border-radius: 12px;
}

/* ================= HERO ================= */

.hero {
  min-height: 100vh;
  background: url("../img/main-bg.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.hero-content {
  max-width: 590px;
  text-align: center;
  padding: 35px;
  border-radius: 20px;
  /* стеклянный эффект */
  background: rgba(26, 32, 38, 0.52);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.hero-content h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-content h2 {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffb700;;
}

.small-text {
  margin-top: 15px;
  opacity: 0.8;
  font-size: 14px;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .header {
    position: relative;
    padding: 14px 0;
  }

  .header-inner{
    gap: 12px;
    flex-direction: column-reverse;
  }

  .logo img{
    height: 50px;
  }

  .header-buttons{
    gap: 10px;
  }

  .btn{
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 20px;
    min-height: 44px;
  }

  .hero {
    min-height: 100vh;
    padding: 0 0 24px;
    align-items: flex-end;
    background-position: 58% 35%;
    background-size: cover;
  }

  .hero-inner {
    justify-content: center;
    padding-bottom: 10px;
  }

  .hero-content {
    width: min(92vw, 440px);
    max-width: 440px;
    padding: 22px 18px 18px;
    text-align: center;
    border-radius: 22px;
    background: rgba(26, 32, 38, 0.52);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 18px 60px rgba(0,0,0,0.55);
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .hero-content h2 {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .btn.big{
    width: 100%;
    margin-top: 18px;
    padding: 18px 18px;
    border-radius: 14px;
    font-size: 18px;
  }

  .small-text{
    margin-top: 12px;
    font-size: 13px;
    opacity: 0.85;
  }
}
@media (max-width: 768px) {

  .header {
    position: absolute;
  }

  .hero {
    align-items: flex-end;
    padding-bottom: 40px;
  }

  .hero-inner {
    justify-content: center;
  }

  .hero-content {
    padding: 30px 20px;
    text-align: center;
    width: 100%;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .btn.big {
    width: 100%;
  }
}

@media (max-width: 420px){
  .hero{
    background-position: 35% 12%;
  }
}

.logo:hover {
  transform: scale(1.1);
}

.footer {
  padding: 24px 0;
  background-color: rgba(28, 28, 28, 1);
}

.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 13.3px;
  font-weight: 400;
  gap: 12px;
  padding: 24px 0;
  margin-bottom: 12px;
}

.footer__link {
  transition: color 0.3s;
}

.footer__link:hover {
  color: #ccc;
}

.footer__partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
  margin-bottom: 12px;
}

.footer__partner {
  transition: transform 0.3s;
  border-radius: var(--8, 8px);
  background: #262626;
  padding: 0 30px;
  width: 160px;
  height: 52px;
  display: flex;
}

.footer__partner img {
  margin: auto;
  object-fit: contain;
}

@media (hover: hover) {
  .footer__partner:hover {
    transform: scale(1.1);
  }
}

.footer__adult {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 24px 0;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  flex-wrap: wrap;
}

.footer__adult img {
  height: 48px;
  width: auto;
}

.footer__adult a img {
  transition: transform 0.3s;
}

.footer__adult a img:hover {
  transform: scale(1.1);
}

@media (max-width: 700px) {
  .footer__adult {
    gap: 24px;
  }
}

.footer__adult-img {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.footer__text {
  padding: 24px 0;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  max-width: 816px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
  background: #1a2026;
}

.container {
  max-width: 1158px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

body {
  background-color: rgba(28, 28, 28, 1);
}

.f-bg {
  border-top: 1px solid var(--Grey-800, #454545);
}

.footer-providers {
  padding: 24px 0;
  display: flex;
  gap: 128px;
  justify-content: center;
  align-items: center;
}

.footer-providers a {
  display: block;
}

.footer-providers img {
  width: 160px;
  height: auto;
}

.footer-menu {
  padding: 16px 0;
}

.footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 70%;
}

.footer-menu__link {
  flex-basis: calc((100% - 48px) / 3);
  color: var(--Gold-Idle, #FFB700);
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  padding: 8px 0;
  line-height: normal;
}

.footer-menu__link:hover {
  color: #fff;
}

.footer-bottom {
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.80);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
}

.footer-bottom-col_flex {
  display: flex;
  gap: 24px;
}

.footer-bottom img {
  width: auto;
  height: 32px;
}

@media (max-width: 700px) {
  .header__top .logo img {
    width: 120px;
  }
  .header__top .logo::before {
    width: 120px;
    height: 50px;
  }
  .header__info-top {
    border-radius: 32px;
  }

  .header__info-top .bg {
    font-size: 64px;
    letter-spacing: -2px;
    border-radius: 24px;
  }
  .header__info-top span.accent {
    font-size: 30px;
  }
  .header__info-top span.accent.font-2 {
    font-size: 20px;
}
.header__info-top .btn {
  font-size: 15px;
  padding: 15px 40px;
  bottom: -20px;
}
.header__info-top span.absolute {
  top: 25%;
}
.header__info-bottom {
  padding: 13px 0;
  border-radius: 16px;
}
.header__info-bottom .bg {
  border-radius: 16px;
  padding: 9px;
}
.header__info::before {
  top: -70px;
    left: -30px;
  width: calc(100% + 60px);
}
  .header__info-bottom .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    border-radius: 16px;
    gap: 22px;
  }
  .header__info-bottom .game img {
    width: 140px;
  }
  .footer-providers {
    gap: 0;
  }

  .footer-bottom-row {
    flex-direction: column;
    gap: 24px;
  }

  .footer-bottom-row:nth-child(2) {
    margin-bottom: 0;
  }

  .footer-menu__list {
    gap: 0;
  }

  .footer-menu__link {
    flex-basis: 100%;
  }
}

/* ====== base helpers ====== */
:root{
  --bg: #1f2428;
  --panel: #222;
  --card: #2a2a2a;
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.65);
  --gold: #ffb700;
  --gold2: #f7c948;
  --border: rgba(255,255,255,.08);
  --radius: 18px;
  --radius2: 14px;
  --shadow: 0 18px 50px rgba(0,0,0,.35);
}

/* ====== STEPS SECTION ====== */
.steps{
  background: #1a2026;       
  padding: 44px 0;
}

.steps__container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.steps__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.step-card{
  background: #2a2a2a;
  border: 1px solid rgba(255, 183, 0, 0.9);
  border-radius: 14px;
  padding: 20px 22px 22px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.step-card__top{
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 8px;
}

.step-card__title{
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
  color: #ffb700;               
  line-height: 1.15;
}

.step-card__text{
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.92);
  line-height: 1.45;
}

@media (max-width: 768px){
  .steps{
    padding: 22px 0;
  }
  .steps__container{
    padding: 0 16px;
  }
  .steps__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .step-card{
    padding: 18px 18px 18px;
    border-radius: 12px;
  }
  .step-card__title{
    font-size: 18px;
  }
}

/* ====== AFTER REG HEAD ====== */
.after-reg{
  padding: 26px 0 44px;
  background: #1a2026; 
}

.after-head{
  text-align:center;
  padding: 18px 0 18px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.after-title{
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: .02em;
  color: var(--gold);
}

.after-subtitle{
  margin: 10px auto 0;
  max-width: 860px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: .03em;
  color: rgba(255,255,255,.92);
}

/* ====== BONUS CARDS ====== */
.bonus-panel{
  margin-top: 18px;
  padding: 22px;
}

.bonus-grid{
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 18px;
}

.bonus-card{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  display:flex;
  flex-direction: column;
  height: 100%;
  transition: transform .18s ease, box-shadow .18s ease;
}

.bonus-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}

.bonus-cover{
  padding: 14px 14px 0;
}

.bonus-cover img{
  width: 224px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  display:block;
}

.bonus-body{
  padding: 14px 16px 16px;
  display:flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.bonus-kicker{
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.05;
  color: #fff;
  text-align: center;
}

.bonus-accent{
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.05;
  color: var(--gold);
  text-align: center;
}

.bonus-btn{
  margin-top: auto;
  width: 100%;
  height: 44px;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #151516;
  background: linear-gradient(180deg, var(--gold2), #e0a100);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
  transition: filter .15s ease, transform .05s ease;
}

.bonus-btn:hover{ filter: brightness(1.04); }
.bonus-btn:active{ transform: translateY(1px); }

/* ====== POPULAR ====== */
.popular{
  margin-top: 22px;
  padding: 16px 30px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}

.popular-head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.popular-title{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(255,255,255,.92);
  font-size: 18px;
}

.popular-link{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(255,255,255,.8);
  white-space: nowrap;
  opacity: .9;
}

.popular-link .arrow{
  margin-left: 6px;
  font-size: 18px;
  vertical-align: -1px;
}

.popular-row{
  display:flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}
.popular-row::-webkit-scrollbar{ height: 8px; }
.popular-row::-webkit-scrollbar-thumb{ background: rgba(255,255,255,.12); border-radius: 999px; }
.popular-row::-webkit-scrollbar-track{ background: rgba(255,255,255,.05); border-radius: 999px; }

.popular-item{
  flex: 0 0 auto;
  width: 165px;
  scroll-snap-align: start;
}

.popular-item img{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  object-fit: cover;
  display:block;
  background: rgba(255,255,255,.06);
}

.popular-name{
  margin-top: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  color: rgba(255,255,255,.75);
}

/* ====== BOTTOM CTA ====== */
.bottom-cta{
  margin-top: 18px;
  display:flex;
  justify-content:center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-primary{
  min-width: 280px;
  height: 52px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: linear-gradient(180deg, var(--gold2), #e0a100);
  color: #151516;
}

.cta-secondary{
  min-width: 280px;
  height: 52px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.92);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 980px){
  .steps-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 520px){
  .reg-steps{ padding: 34px 0 20px; }
  .bonus-panel{ padding: 16px; }
  .bonus-grid{ gap: 14px; }
  .bonus-cover{ padding: 12px 12px 0; }
  .bonus-body{ padding: 12px 12px 14px; }
  .bottom-cta{ flex-direction: column; }
  .cta-primary, .cta-secondary{ width: 100%; min-width: 0; }
}

/* ===== SEO block (pretty + readable) ===== */
.seo-block {
  padding: 28px 24px;
  background: #1a2026; 
}

.seo-block p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #d0d0d0;
  margin-top: 14px;
}

.seo-block h2 {
  margin-top: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.25;
  color: #ffffff;
}

.seo-block .seo-h1 {
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.18;
  color: var(--gold-idle);
  text-shadow: 0 8px 24px rgba(0,0,0,.35);
}

/* make it breathe on mobile */
@media (max-width: 768px) {
  .seo-block {
    padding: 22px 16px;
    border-radius: 16px;
  }
  .seo-block p {
    font-size: 15px;
    line-height: 1.7;
  }
}

