@import url('./reset.css');
@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

html {
    font-family: 'Sansation', sans-serif;
    background-color: #050505;
    color: #fff;
    scroll-behavior: smooth;
}

body {margin: 0px; padding: 0px;}

.wrapper {
    max-width: 82.5rem;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
}



/* Header Section */

header {
    font-size: 16px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 150px;
}

.header_nav {
    display: flex;
    justify-content: center;
    gap: 50px;
}

a {
    text-decoration: none;
    color: #fff;
}



/* Main Section */

.main_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 9.06rem;
}

.main_left_side {
    max-width: 750px;
}

.main_wrapper {
    display: inline-block;
    align-items: center;
    gap: 2.5rem;
    line-height: 1;
}

.main_description, .main_subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}

.h1_text {
    color: #fff;
    font-size: 190px;
}

.main_logo {
    display: inline-flex;
    vertical-align: middle;
    height: 9.3rem;
    width: 10rem;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}



/* Telegram Button */

.tele_button {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.t_button {
  width: 300px;
  height: 67px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 12px 0 24px;

  background: linear-gradient(90deg, #FFFFFF 0%, #737373 100%);
  border: none;
  border-radius: 999px;

  cursor: pointer;
}

.t_text {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.t_icon {
  width: 43px;
  height: 43px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #FFFFFF;
  border-radius: 50%;
}



/* About Us section */

.about_us {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}

.left-section {
  max-width: 50%;
}

.name-wrapper {
  display:inline-block;
  align-items: center;
  gap: 20px;
}

.name_section {
  font-size:clamp(50px, 8vw, 80px);
  line-height: 1;
  font-weight: 700;
  margin: 0;
}

.logo_in_name {
  display: inline-flex;
  vertical-align: middle;
  width: 68px;
  height: 68px;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.logo_in_name img {
  width: 100%;
  height: auto;
  display: block;
}

.description_name {
  padding-left: 15px;
  margin-top: 20px;
  font-size: 18px;
  word-break: normal;
}

.right-section{
  margin-top: 90px;
  max-width: 400px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  margin-left: auto;
}

.models_info, .chaters_info, .earn_info, .opit_info {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  align-items: center;
}

.top-text {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(45deg, #ffffff 0%, #737373 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bot-text {
  font-size: 18px;
}



/* Advantages section */

.advantages {
  margin-top: 150px;
}

.preim {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 135px;
}

.contract, .confidence, .passive {
  max-width: 350px;
  text-align: center;
  text-align: left;
}

.top-text-adv {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(45deg, #ffffff 0%, #737373 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bot-text-adv {
    font-size: 16px;
    margin-top: 10px;
}



/* Work Less Take More section */

.more_less {
    position: relative;
}

.wl_tm_section {
    max-width: 60%;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wl_tm {
    font-size: 60px;
    line-height: 1;
}

.agency_row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.octo_agency_text {
    font-size: 60px;
    line-height: 1;
    background: linear-gradient(45deg, #ffffff 0%, #737373 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tele_button {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.tele_button--hero {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
}



/* Services section */

.services_section_full {
  margin-top: 150px;
}

.services {
  max-height: 300px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 135px;
}

.full_control, .account_up, .regual_audits {
  max-width: 350px;
  text-align: center;
  text-align: left;
}



/* Requirements section */

.requirements {
  margin-bottom: 150px;
  margin-top: 150px;
  display: flex;
}

.req-text {
  font-size: 60px;
  font-weight: 600;
}

.line-top {
  display: block;
}

.line-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #CCCCCC;
}

.logo-req {
  width: 70px;
  height: auto;
}

.req-right-side {
  position: absolute;
  right: 0;
  margin-top: 140px;
}

.req-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.req-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.req-icon {
  margin-top: 5px;
  width: 59px;
  height: 54px;
  flex-shrink: 0;
}

.req-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.req-title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

.req-desc {
  font-size: 18px;
  color: #cccccc;
  line-height: 1.4;
}



/* FAQ section */

.faq_section {
  margin-top: 150px;
  display: flex;
}

.faq-top {
  display: flex;
  align-items: center;
  font-size: 60px;
  font-weight: 600;
}

.faq-logo {
  height: 55px;
}









/* АДАПТИВ */

/* ===========================
   Responsive (safe add-on)
   =========================== */

/* 1200px and below */
/* =========================
   1200px and below
   ========================= */
@media (max-width: 1636px)
{
    /* Requirements */
  .requirements {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .req-left-side {
    width: 100%;
  }
  .req-right-side {
    position: static;
    width: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }

  .req-right-side img {
    width: min(520px, 100%);
    height: auto;
  }
}

@media (max-width: 1200px) {
  header { margin-bottom: 90px; }
  .header_nav { gap: 28px; flex-wrap: wrap; }

  .main_text {
    gap: 3rem;
    align-items: center;
  }

  .h1_text {
    font-size: clamp(72px, 10vw, 140px);
    line-height: 1;
  }

  .main_description,
  .main_subtitle {
    font-size: 20px;
  }

  .preim,
  .services {
    gap: 60px;
  }

  /* Hero button */
  .tele_button--hero {
    right: 20px;
  }
}

/* =========================
   992px and below (tablet)
   ========================= */
@media (max-width: 992px) {
  .wrapper { padding: 0 4%; }

  /* Main section */
  .main_text {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }

  .main_left_side {
    max-width: 100%;
  }

  .main_right_side {
    width: min(520px, 100%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .main_right_side img {
    max-width: 100%;
    height: auto;
  }

  .main_logo {
    width: clamp(56px, 10vw, 110px);
    height: auto;
  }

  /* About Us */
  .about_us {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .left-section {
    max-width: 100%;
  }

  .right-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    width: 100%;
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    justify-items: center;
    text-align: center;
  }

  .right-section > div {
    align-items: center;
  }

  /* Advantages / Services */
  .preim,
  .services {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contract,
  .confidence,
  .passive,
  .full_control,
  .account_up,
  .regual_audits {
    max-width: 100%;
  }

  /* Work less take more */
  .wl_tm_section {
    margin-top: 150px;
    max-width: 100%;
  }

  .wl_tm,
  .octo_agency_text {
    font-size: clamp(34px, 6vw, 56px);
  }

  /* Hero button */
  .tele_button--hero {
    position: static;
    transform: none;
    margin-top: 28px;
    justify-content: center;
  }

  /* Requirements */
  .requirements {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .req-left-side {
    width: 100%;
  }

  .req-right-side {
    position: static;
    width: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }

  .req-right-side img {
    width: min(520px, 100%);
    height: auto;
  }
}

/* =========================
   768px and below
   ========================= */
@media (max-width: 768px) {
  header { margin-top: 24px; }
  .header_nav { gap: 18px; }

  .main_description,
  .main_subtitle {
    font-size: 18px;
    margin-top: 18px;
  }

  .req-line-top {
    font-size: 30px;
  }

  .line-bottom {
    font-size: 30px;
  }


  .tele_button {
    margin-top: 48px;
  }

  .t_button {
    width: min(320px, 100%);
  }

  .description_name {
    padding-left: 0;
  }

  .req-list {
    margin-top: 34px;
    gap: 22px;
  }

  .req-title { font-size: 20px; }
  .req-desc { font-size: 16px; }
  .req-icon { width: 44px; height: 40px; }

  .logo_in_name {
    width: 52px;
    height: 52px;
  }

  .top-text-adv { font-size: 18px; }
  .bot-text-adv { font-size: 15px; }

  /* Stats block one column */
  .right-section {
    grid-template-columns: 1fr;
  }
}

/* =========================
   420px and below (phones)
   ========================= */
@media (max-width: 420px) {
  .header_nav { gap: 12px; }

  .more_less {
    margin-top: 150px;
  }

  .req-line-top {
    font-size: 30px;
  }

  .line-bottom {
    font-size: 30px;
  }
  
  .logo-req {
    height: 50px;
    width: auto;
  }

  .requirements {
    padding-top: 150px;
  }

  .wl_tm_section {
    margin-top: 24px;
    gap: 6px;
  }

  .name_section {
    font-size: 30px;
  }

  .t_text {
    font-size: 18px;
  }
}
