    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
      scroll-behavior: smooth;
      scroll-padding-top: 100px;
    }

    body {
      color: #333;
      background: #fafafa;
      line-height: 1.6;
    }

    header {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      z-index: 10;
      align-items: center;
      gap: 20px;
      font-size: 14px;
      
      @media screen and (max-width: 1025px) {
        padding: 20px;
      }
    }

    header nav {
      flex: 1;
      display: flex;
      justify-content: center;
    }

    .menu-top-fixed {
        position: fixed;
        z-index: 100;
        background-color: #ff8c32;
        transition: all ease-in-out 0.5s;
    }

    .menu-top-fixed > a {
        border: 1px solid #fff;
    }
    
    header img { 
        object-fit: cover;
        cursor: pointer;
    }

    header nav ul {
      display: flex;
      gap: 25px;
      list-style: none;
      align-items: center;
    }

    header a {
      text-decoration: none;
      color: #fff;
      font-weight: 500;
      height: 40px;
      white-space: nowrap;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .btn-primary {
      background: #ff8c32;
      border: 1px solid #ff8c32;
      color: #fff;
      padding: 10px 24px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      transition: all ease-in-out 0.5s;
    }

    .btn-primary:hover {
      background-color: #fff;
      border: 1px solid #ff8c32;
      color: #ff8c32;
      transition: all ease-in-out 0.5s;
    }

    .btn-secondary {
      border: 1px solid #ff8c32;
      color: #ff8c32;
      background: transparent;
      padding: 10px 24px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      transition: all ease-in-out 0.5s;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }

    .btn-secondary:hover {
      background: #ff8c32;
      border: 1px solid #ff8c32;
      color: #fff;
      border-color: #ff8c32;
    }

    .hero .btn-secondary,
    footer .btn-secondary {
      border-color: #fff;
      color: #fff;
    }

    .hero .btn-secondary:hover,
    footer .btn-secondary:hover {
      background: #fff;
      color: #ff8c32;
    }

    .hero {
      background: url('https://items-rent.s3.us-east-1.amazonaws.com/uploads/images/huren_images/Images-aux/image-aux1.png') center/cover;
      width: 100%;
      height: 90vh;
      display: flex;
      align-items: center;
      padding-left: 60px;
      position: relative;
      background-attachment: fixed;
      height: auto;
      padding: 120px 60px 80px;

      @media screen and (max-width: 1025px) {
        background-position: right;
        padding-left: 20px;
      }
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, #d47724cc 40%, transparent);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 550px;
      color: #fff;
    }

    .hero-content h1 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.2;

      @media screen and (max-width: 1025px) {
        font-size: 34px;
      }
    }

    .hero-eyebrow {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .hero-highlights {
      margin: 20px 0;
      list-style: none;
    }

    .hero-highlights li {
      margin-bottom: 8px;
    }

    .hero-cta {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 10px;
    }

    #sobre { 
        width: 100%;
        height: auto;
    }

    #funcionamento {
        @media screen and (max-width: 1025px) {
            background-color: #d47724;
            color: #fff;
        }
    }

    #funcionamento strong {
        margin-top: 40px;
    } 
    
    #funcionamento img {
        object-fit: cover; 
        height: 482px;
        background-attachment: scroll;
    }

    #funcionamento .item { 
      margin-top: 40px;
    }

    .step-list {
      margin: 15px 0;
      line-height: 1.5;
    }

    .step-list li {
      margin-bottom: 10px;
    }

    #sobre p {
        width: 100%;
        max-width: 659px;
    }

    .link-inline {
      color: #ff8c32;
      font-weight: 600;
      text-decoration: underline;
      display: inline-flex;
      align-items: center;
    }

    .link-inline.white-mobile{
      color: #000;
    }

    .category-list {
      margin: 20px 0;
      padding-left: 20px;
      max-width: 659px;
      line-height: 1.5;
    }

    .category-list li {
      margin-bottom: 8px;
    }

    .section {
      padding: 80px 60px;

      @media screen and (max-width: 1025px) {
        padding: 60px 20px;
      }
    }

    .section h2 {
      font-size: 34px;
      margin-bottom: 20px;
    }

    .two-columns {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;

        @media screen and (max-width: 1025px) {
            grid-template-columns: 1fr;
        }
    }

    .two-columns img{ 
        @media screen and (max-width: 1025px) {
            display: none;
        }
    }



    .benefits {
      text-align: center;
      margin-top: 0px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .benefits h2 {
      margin-bottom: 0;
    }

    .benefit-grid {
        max-width: 100%;
        flex-wrap: wrap;
        display: flex;
        gap: 40px;
        justify-content: center;
        align-items: center;
    }

    .benefit-card {
      background: #fff;
      border-radius: 16px;
      padding: 30px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: all ease-in 0.5s;
      max-width: 300px;
      flex-grow: 1;
      text-align: center;
    }

    .benefit-card:hover { 
        transform: scale(1.05);
        transition: all ease-in 0.5s;
    }

    .benefit-cta {
      margin-top: 30px;
      display: inline-flex;
    }

    .faq {
      background: #fff;
    }

    .faq-grid {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 20px;
    }

    .faq-item {
      background: #f8f8f8;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .faq-item h3 {
      margin-bottom: 10px;
      font-size: 18px;
    }

    footer {
      background: #d47724;
      padding: 40px;
      color: #fff;
      text-align: center;
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    footer a {
      color: #fff;
      font-weight: 600;
    }

    .footer-cta {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
      margin: 20px 0;
    }

    footer address {
      font-style: normal;
      margin-bottom: 16px;
      line-height: 1.6;
    }

    footer address p {
      margin: 8px 0;
    }

    footer address a {
      color: #fff;
      font-weight: 600;
    }

    .footer-legal {
      margin-bottom: 10px;
    }

    #links { 
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #links a { 
        text-decoration: underline;
        color: #fdfdfd;
        font-size: 14px;
        cursor: pointer;
    }

    @media screen and (max-width: 1025px) {
      header nav {
        display: none;
      }

      .hero-cta {
        flex-direction: column;
        align-items: flex-start;
      }

      .footer-cta {
        flex-direction: column;
      }
    }
