@font-face {
  font-family: "AdamarisFont";
  src: url("/arial-rounded.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: "Comfortaa", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Comfortaa", Arial, sans-serif;
  margin: 0;
  padding-top: 50px;
  background: #f9f9f9;
  color: #222;
}

h1,
h2 {
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2rem;
}

a {
  -webkit-tap-highlight-color: transparent;
}

.p-60 {
  padding: 60px 0;
}
.content-width {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 .5rem;
    box-sizing: border-box;
}

.section-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #111;
  color: #fff;
  z-index: 1000;
  padding: 10px 0;
}

.site-header .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  max-height: 25px;
  width: auto;
}

.main-nav {
  display: flex;
  gap: 20px;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.burger {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* Hero */
.dark-header {
  background: #2e2e2e;
  color: #fff;
  text-align: center;
  padding: 14px 0px;
}

.dark-header h1 {
  font-size: 2rem;
  margin: 0.5rem 0;
}

.highlight,
.highlight_low {
  color: #97c838;
}

.highlight {
  font-weight: 800;
}

.highlight_low {
  font-weight: 600;
}

.slogan-wrapper {
  position: relative;
  width: 100%;
  padding: 5px 0;
  margin-top: 10px;
  background: #97c838;
  z-index: 1;
}

.slogan-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #97c838;
  z-index: -1;
}

.slogan-text {
  margin: 0;
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

/* Download block */
.download-wrapper {
  max-width: 100%;
  text-align: center;
}

.size-chart-wrapper {
  width: 100%;
  margin: auto;
  text-align: center;
}

.download-blocks {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.download-item {
  width: 40%;
  max-width: 300px;
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.2s ease;
}

.download-item img {
  width: 100%;
  height: auto;
}

.download-item span {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.download-item:hover {
  transform: scale(1.03);
  opacity: 0.9;
}

/* App benefits */
.social-wrapper {
  background: #111;
  padding: 35px 15px;
  text-align: center;
}

.social-wrapper h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
}

.app-benefits {
  background: transparent;
}

.app-benefits-header {
  text-align: center;
  margin-bottom: 60px;
}

.app-benefits-header h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.app-benefits-grid {
  display: grid;
  gap: 25px;
}

.app-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: #1f1f1f;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 28px 35px;
  transition: .3s;
}

.app-benefit-item:hover {
  transform: translateY(-4px);
  border-color: #97c838;
}

.app-benefit-number {
  flex: 0 0 90px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  margin: auto;
  color: #97c838;
}

.app-benefit-content {
  flex: 1;
  text-align: left;
}

.app-benefit-content h3 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}

.app-benefit-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.75);
}

/* Benefits */
.adamaris-benefits {
  padding: 40px 20px;
  text-align: center;
}

.adamaris-benefits h2 {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 600;
}

.title-adamaris {
  line-height: 1.2;
}

.title-adamaris .brand {
  font-family: "AdamarisFont", Arial, sans-serif;
  display: inline-flex;
  align-items: baseline;
}

.title-adamaris .icon img {
  height: 1.25em;
  width: auto;
  display: block;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.benefit-item {
  background: #f8f8f8;
  padding: 20px 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.benefit-item img {
  width: auto;
  max-width: 90px;
}

.benefit-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

.benefit-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

/* Gallery */
.gallery-scroll {
  background: #111;
  max-width: 100%;
  margin: 40px auto;
}

.gallery-scroll h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
}

.scroll-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #97c838 transparent;
}

.scroll-container::-webkit-scrollbar {
  height: 5px;
}

.scroll-container::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: none;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #97c838;
  border-radius: 50px;
}

.scroll-container::-webkit-scrollbar-corner {
  background: transparent;
}

.photo-item {
  flex: 0 0 auto;
  width: 220px;
  text-align: center;
  scroll-snap-align: start;
}

.photo-item img {
height: 220px;
width: auto;
border-radius: 6px;
display: block;
margin: auto;
}

.caption {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}

/* Anchor */
.download-anchor {
  color: inherit;
  text-decoration: none;
  transition: .3s;
}

.download-anchor:hover {
  color: #97c838;
}

#app,
#gallery,
#benefits {
  scroll-margin-top: 80px;
}

/* Official shop */
.official-shop-link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #f5f5f5;
  padding: 12px 16px;
  border-radius: 10px;
  transition: .3s;
}

.official-shop-link:hover {
  background: #eee;
  transform: translateY(-2px);
}

.official-shop-link img {
  width: auto;
  height: 3rem;
}

/* Footer */
footer {
  text-align: center;
  background: #333;
  padding: 1rem;
  font-size: 0.9rem;
  color: #fff;
}

.phone-link {
  display: inline-block;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  -webkit-text-fill-color: #fff;
}

.phone-link:visited,
.phone-link:hover,
.phone-link:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

/* Responsive */
@media (min-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #111;
    padding: 10px 0;
  }

  .main-nav.active {
    display: flex;
  }

  .burger {
    display: block;
  }
}

@media (max-width: 991px) {
  .app-benefits-header {
    margin-bottom: 40px;
  }

  .app-benefits-header h2 {
    font-size: 34px;
  }

  .app-benefit-item {
    gap: 20px;
    padding: 22px;
  }

  .app-benefit-number {
    flex: 0 0 55px;
    font-size: 48px;
    margin: 0;
  }

  .app-benefit-content h3 {
    font-size: 22px;
  }

  .app-benefit-content p {
    font-size: 16px;
  }
}

.assortment-section {
  width: 100%;
  padding: 80px 15px;
  background: #f7f7f2;
  box-sizing: border-box;
}

.section-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.assortment-header {
  text-align: center;
  margin-bottom: 40px;
}

.assortment-header h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
}

.assortment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.assortment-card {
  padding: 28px;
  background: #fff;
  border: 1px solid #e7e7df;
  border-radius: 16px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.assortment-card:hover {
  transform: translateY(-4px);
  border-color: #97c838;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.assortment-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #222;
}

.assortment-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #555;
}

.assortment-note {
  margin-top: 24px;
  padding: 24px 28px;
  background: #1f1f1f;
  border-radius: 16px;
 
}

.assortment-note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .82);
}

.assortment-note p + p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .assortment-section {
    padding: 60px 15px;
  }

  .assortment-header {
    text-align: left;
    margin-bottom: 28px;
  }

  .assortment-header h2 {
    font-size: 2rem;
  }

  .assortment-grid {
    grid-template-columns: 1fr;
  }

  .assortment-card {
    padding: 22px;
  }

  .assortment-card h3 {
    font-size: 22px;
  }

  .assortment-note {
    padding: 22px;
  }
}