:root {
    /* Colors */
    --color-bg: #ffffff;
    --color-bg-gray: #f5f5f5;
    --color-divider: #f2f2f2;
    --color-text-primary: #000000;
    --color-text-secondary: #6a6a6a;
    --color-text-main: #1e1e1e;
    --color-accent: #e56c1a;
    --color-button-dark: #333333;
    --color-white: #ffffff;
    --color-border: #e5e5e5;
  
    /* Typography */
    --font-heading: "Geologica", sans-serif;
    --font-body: "Montserrat", sans-serif;
    --font-button: "Inter", sans-serif;
  
    /* Spacing */
    --container-width: 1200px;
  
    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 19px;
  }
  
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    font-size: 16px;
  }
  
  body {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.219;
    color: var(--color-text-main);
    background-color: var(--color-bg);
    min-width: 320px;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
  }
  
  input,
  select {
    border: none;
    outline: none;
    font-family: inherit;
  }
  
  ul {
    list-style: none;
  }
  
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* Container */
  .container {
    max-width: var(--container-width);
    margin: 0 auto;
  }
  
  /* Button Component */
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-button);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.21;
    border-radius: var(--radius-md);
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  
  .button:hover {
    opacity: 0.9;
  }
  
  .button--dark {
    background-color: var(--color-button-dark);
    color: var(--color-white);
    padding: 18px 76px;
  }
  
  .button--primary {
    background-color: var(--color-accent);
    color: var(--color-white);
    padding: 16px 32px;
  }
  
  .btn--dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333333;
    color: white;
    padding: 20px 58px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--font-button);
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  
  .btn--dark:hover {
    opacity: 0.9;
  }
  
  .btn--orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e56c1a;
    color: white;
    padding: 20px 103px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--font-button);
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  
  .btn--orange:hover {
    opacity: 0.9;
  }
  
  .btn--under-footer {
    padding: 18px 33px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
  }
  

 
      .hero__brand:nth-child(1) {
              justify-content: center;
    padding: 17px 0px 17px 0px;
      }
      .hero__brand:nth-child(2) {
              justify-content: center;
    padding: 17px 0px 17px 0px;
      }
  .hero__brand:nth-child(3) {
         justify-content: center;
    padding: 17px 0px 17px 0px;
}
 .hero__brand:nth-child(4) {
     justify-content: center;
    padding: 17px 0px 17px 0px;
 }
  .hero__brand:nth-child(5) {
      justify-content: center;
    padding: 17px 0px 17px 0px
  }
    .hero__brand:nth-child(5) {justify-content: center;
    padding: 17px 0px 17px 0px }
  
  /* Service Hero */
  .service-hero {
    padding: 42px 0 0;
    background-color: var(--color-bg);
    text-align: center;
  }
  
  .service-hero__title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    color: var(--color-text-primary);
    margin-bottom: 20px;
  }
  
  .service-hero__subtitle {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 18px;
    color: var(--color-text-secondary);
    margin-bottom: 40px;
  }
  
  .service-hero__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 50px;
  }
  
  .service-hero__buttons .btn {
    min-width: 300px;
    padding: 18px 32px;
    font-size: 16px;
    border-radius: var(--radius-md);
  }
  
  /* Services Table */
  .services {
    padding: 90px 0 53px;
    background-color: var(--color-bg);
  }
  
  .services__title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 50px;
    line-height: 1.25;
    color: var(--color-text-primary);
    margin-bottom: 40px;
  }
  
  .services__title span {
    color: var(--color-accent);
  }
  
  .services__table {
    width: 100%;
  }
  
  .services__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-border);
  }
  
  .services__header .services__col {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 18px;
    color: var(--color-text-primary);
  }
  
  .services__header .services__col:first-child {
    margin-left: 100px;
  }
  
  .services__header .services__col:nth-child(2) {
    margin-left: 30px;
  }
  
  .services__header .services__col:last-child {
    margin-right: 180px;
  }
  
  .services__row {
    display: grid;
    grid-template-columns: 34.6% 26.4% 14%;
    align-items: center;
    gap: 94px;
    padding: 17px 0;
    border-bottom: 1px solid var(--color-border);
  }
  
  .services__row:last-child {
    border: none;
  }
  
  .services__col--service {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 18px;
    color: var(--color-text-main);
    line-height: 1.4;
  }
  
  .services__col--description {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 18px;
    color: var(--color-text-main);
    line-height: 1.4;
  }
  
  .services__col--price {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 18px;
    color: var(--color-text-main);
    text-align: start;
  }
  
  .services__note {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    color: var(--color-text-secondary);
    margin-top: 24px;
  }
  
  /* Service Form */
  .service-form {
    padding: 18px 0;
    background-color: var(--color-bg);
  }
  
  .service-form__wrapper {
    background-color: var(--color-bg-gray);
    border-radius: var(--radius-lg);
    padding: 20px 40px 40px 40px;
  }
  
  .service-form__title {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 28px;
    color: var(--color-text-primary);
    margin-bottom: 24px;
  }
  
  .service-form__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .service-form__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  
  .service-form__field {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--color-bg);
    border: 1px solid #000000;
    border-radius: var(--radius-sm);
    padding: 16px 20px;
    height: 56px;
  }
  
  .service-form__icon {
    flex-shrink: 0;
    margin-right: 12px;
  }
  
  .service-form__field input,
  .service-form__field select {
    flex: 1;
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--color-text-main);
    background: transparent;
    width: 100%;
  }
  
  .service-form__field input::placeholder {
    color: var(--color-text-secondary);
  }
  
  .service-form__field select {
    appearance: none;
    cursor: pointer;
  }
  
  .service-form__field select option[disabled] {
    color: var(--color-text-secondary);
  }
  
  .service-form__field--select {
    padding-right: 40px;
  }
  
  .service-form__chevron {
    display: none;
  }

  /* Custom Select Integration */
  .service-form__field .custom-select-wrapper {
    width: 100%;
  }

  .service-form__field .custom-select__trigger {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
  
  .service-form__privacy {
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
    color: var(--color-text-secondary);
    margin-top: 8px;
  }
  
  .service-form__privacy a {
    color: var(--color-text-secondary);
  }
  
  .service-form__privacy a:hover {
    color: var(--color-accent);
  }
  
  .service-form__submit {
    align-self: center;
    min-width: 300px;
    padding: 18px 32px;
    margin-top: 22px;
    font-weight: 300;
  }
  
  /* Service Contacts */
  .service-contacts {
    padding: 45px 0 99px;
    background-color: var(--color-bg);
    text-align: center;
  }
  
  .service-contacts__title {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 28px;
    color: var(--color-text-primary);
    margin-bottom: 39px;
    text-align: start;
  }
  
  .service-contacts__text {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 17.8px;
    color: var(--color-text-main);
    margin-bottom: 56px;
    text-align: start;
  }
  
  .service-contacts .btn {
    min-width: 300px;
    padding: 18px 32px;
  }
  
  /* ============================================
     MOBILE RESPONSIVE STYLES (360px)
     ============================================ */
  
  @media (max-width: 768px) {
    /* Header Mobile */
    /* .header {
      height: 56px;
    } */
  
    .header__container {
        padding: 0 38px 0 10px;
      justify-content: space-between;
    }
  
    .header__nav,
    .header__socials,
    .header__button {
      display: none;
    }
  
    .header__burger {
      display: flex;
    }
  
    /* .header__logo img {
      height: 24px;
      width: auto;
    } */
  
    /* Service Hero Mobile */
    .service-hero {
        padding: 65px 10px 0;
    
    }
  
    .service-hero__title {
        font-size: 22px;
      line-height: 1.3;
      margin-bottom: 22px;
    }
  
    .service-hero__subtitle {
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 22px;
    }
  
    .service-hero__buttons {
      flex-direction: column;
      align-items: center;
      gap: 8px;
      margin-bottom: 32px;
    }
  
    .service-hero__buttons .btn {
      width: 340px;
      max-width: 100%;
      min-width: unset;
    }
  
    .service-hero__buttons .btn--dark {
        padding: 24px 32px;
        height: 40px;
        font-weight: 500;
        font-size: 17px;
    }
  
    .service-hero__buttons .btn--orange {
      padding: 14px 32px;
      height: 48px;
      font-weight: 500;
      font-size: 17px;
    }
    .hero__brands {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin: 41px auto 0 auto;

    }
   
    /* Brands Mobile - 2 rows of 4 */
    /* .hero__brands {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 8px;
      padding: 0 10px;
      max-width: 360px;
      margin: 0 auto 32px;
    }
  
    .hero__brand {
      min-width: unset;
      width: 79px;
      height: 55px;
      padding: 8px !important;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 4px;
      box-shadow: none;
    }
  
    .hero__brand-icon {
      width: 24px;
      height: 24px;
    }
  
    .hero__brand-name {
      font-size: 10px;
      text-align: center;
    }
  
    .hero__brand--more {
      display: flex;
    }
   */
    /* Services Mobile */
    .services {
        padding: 44px 10px;
    }
  
    .services__title {
      font-size: 32px;
      line-height: 1.3;
      margin-bottom: 2px;
      text-align: center;
    }
  
    .services__header {
      display: none;
    }
  
    .services__row {
      display: flex;
      flex-direction: column;
      gap: 0;
      padding: 9px 0;
      grid-template-columns: unset;
    }
  
    .services__col--service {
      font-weight: 500;
      font-size: 16px;
      text-align: center;
      margin-bottom: 8px;
      line-height: 1.3;
    }
  
    .services__col--description {
      font-size: 14px;
      color: var(--color-text-secondary);
      line-height: 1.4;
    }
  
    .services__col--price {
      font-size: 14px;
      text-align: right;
      white-space: nowrap;
    }
  
    /* Description and price in one row */
    .services__row {
      position: relative;
    }
  
    .services__col--description,
    .services__col--price {
      display: inline;
    }
  
    .services__row .services__col--description {
        padding-right: 91px;
    }
  
    .services__row .services__col--price {
      position: absolute;
      right: 0;
      top: 66px;
    }
  
    .services__note {
        font-size: 14px;
        margin-top: 16px;
        line-height: 1.2;
    }
  
    /* Service Form Mobile */
    .service-form {
      background-color: var(--color-bg-gray);;
      padding: 0 ;
    }
  
    .service-form__wrapper {
        padding: 15px 10px;
        border-radius: 0;
        max-width: 360px;
        margin: 0 auto;
    }
  
    .service-form__title {
      font-size: 20px;
      margin-bottom: 16px;
      text-align: center;
    }
  
    .service-form__row {
      grid-template-columns: 1fr;
      gap: 12px;
    }

.service-form__field input, .service-form__field select  {
    font-size: 14px;
}
  
    .service-form__field {
      width: 340px;
      max-width: 100%;
      height: 48px;
      padding: 12px 16px;
      margin: 0 auto;
    }
  
    .service-form__privacy {
        font-family: var(--font-body);
        font-size: 14px;
        font-weight: 300;
        line-height: 1.3;
        text-align: left;
        margin-top: -5px;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
  
    .service-form__submit {
        width: 340px;
        max-width: 100%;
        min-width: unset;
        height: 51px;
        margin-top: 0px;
        font-family: var(--font-body);
        font-size: 16px;
    }
  
    /* Service Contacts Mobile */
    .service-contacts {
        padding: 44px 10px 32px
    }
  
    .service-contacts__title {
      font-size: 20px;
      margin-bottom: 16px;
      text-align: left;
    }
  
    .service-contacts__text {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 14px;
        text-align: left;
    }
  
    .service-contacts .btn {
        width: 340px;
        max-width: 100%;
        min-width: unset;
        height: 48px;
        display: flex;
        font-size: 16px;
        margin: 0 auto;
        font-weight: 500;
        font-family: var(--font-body);
    }
    .footer__button {

        background-color: #333333;
    }
  
    /* Footer Mobile */
    /* .footer {
      padding: 24px 10px;
    }
  
    .footer__container {
      padding: 0;
    }
  
    .footer__top {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      padding-bottom: 24px;
      margin-bottom: 16px;
    }
  
    .footer__logo img {
      height: 28px;
    }
  
    .footer__phone {
      font-size: 16px;
      margin: 0;
      order: 1;
    }
  
    .footer__socials {
      order: 2;
    }
  
    .footer__nav {
      flex-direction: row;
      gap: 24px;
      margin: 0;
      order: 3;
      width: 100%;
    }
  
    .footer__nav-link {
      font-size: 14px;
    }
  
    .footer__button {
      width: 100%;
      margin: 0;
      padding: 14px 32px;
      order: 4;
    }
  
    .footer__bottom {
      gap: 8px;
    }
  
    .footer__copyright,
    .footer__policy {
      font-size: 12px;
    } */
  }
  
  /* Extra small devices */
  @media (max-width: 374px) {
    .service-hero__buttons .btn,
    .service-form__field,
    .service-form__submit,
    .service-contacts .btn {
      width: 100%;
    }
  
    /* .hero__brands {
      grid-template-columns: repeat(4, 1fr);
      gap: 4px;
    }
  
    .hero__brand {
      width: auto;
    } */
  }
  