* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 393px;
  background: #000;
  z-index: 2000;
  padding: 24px 16px 12px;
}

.nav-toggle {
  display: none;
}

.head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 37px;
  width: auto;
}

.burger {
  cursor: pointer;
}
.burger-icon {
  width: 21.5px;
}

.menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 393px;
  height: 100vh;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 1500;
}

.nav-toggle:checked ~ .menu {
  opacity: 1;
  pointer-events: auto;
}

.menu-wrap {
  height: 100%;
  padding: 24px 16px 32px;
  display: flex;
  flex-direction: column;
}

.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close {
  cursor: pointer;
}
.close-icon {
  width: 32px;
  height: 32px;
}

.menu-main {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 58px;
  width: 100%;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: Monda;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 19.5px;
  border: 1px solid #fff;
  background: linear-gradient(90deg, #FE6911 0%, #FE1F1E 100%);
  box-shadow: 0px 4px 4px #00000040;
}

.btn-services {
  justify-content: space-between;
}

/* services-menu-toggle  */
.services-menu-toggle {
  display: none;
}
.btn-text-link {
  color: #ffffff;
  text-decoration: none;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-icon img {
  width: 36px;
  height: 36px;
  display: block;
  transition: transform 0.2s ease;
}
.services-menu-toggle:checked + .btn.btn-services .btn-icon img {
  transform: rotate(45deg);
}
.services-submenu {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}

/* submenu open */
.services-menu-toggle:checked ~ .services-submenu {
  max-height: 600px;     
  margin-top: 16px;
}

/* submenu buttons */
.services-sub-btn {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.btn-icon img {
  width: 36px;
  height: 36px;
  top: 228px;
  left: 323px;
}

.menu-bottom {
  margin-top: auto;
  text-align: center;
}

.social {
  display: flex;
  justify-content: center;
  margin-top: 20px;;
  gap: 20px;
}

.social img {
  width: 32px;
  height: 32px;
}
.contact {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.line {
  display: flex;
  justify-content: center;
}

.line-link {
  display: flex;
  align-items: center;
  text-decoration: none;   
  color: inherit;         
}

.email-icon {
  width: 29px;
}

.phone-icon {
  width: 34px;
}

.line-text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: Monda;
  letter-spacing: .03em;
  color: #fff;
}
.page-frame {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
  padding-top: 72px;
  background: #000;
}
.page-wrapper{
  width:100%;
  max-width:393px;      
  margin:0 auto;       
  background:#000000;   
  overflow:hidden;     
}

/* hero */
.hero {
  position: relative;
  width: 100%;
  height: 589px;          
  overflow: hidden;
}
/* services-hero */
.services-hero {
  width: 393px;
  height: 671px;
  margin: 68px auto 0 auto;     
  position: relative;
  overflow: hidden;
  background: #000;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-text {
  position: absolute;
  top: 42%;                      
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: Monda;
  
  line-height: 1.1;
  z-index: 3;
}
.fuel {
  font-size: 51.45px;
  font-weight: 700;
  white-space: nowrap; 
  font-style: bold;          
}
.growth {
  display: block;
  font-size: 45px;
  font-weight: 700;
  font-style: bold;
}
.hero-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, #000 22%, transparent 100%);
  z-index: 2;
}
.hero-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 210px;
  background: linear-gradient(0deg, #000 22%, transparent 100%);
  z-index: 2;
}

/* services-content  */
.number-box {
  width: 393px;               
  background: #000000;
  padding: 40px 0;           
  margin: 0 auto;            
  text-align: center;         
}
.number {
  width: 40px;
  height: 58px;
  font-family: Monda;
  font-weight: 700;
  font-size: 26px;
  font-style: bold;
  line-height: 57.94px;        
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(135deg, #FF6A12 50%, #FF1E1E 81.77%),
  linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/*  services-content  */
.service-section {
  width: 393px;                 
  margin: 0 auto;
  background: #000000;
  padding: 24px 24px 48px;     
  box-sizing: border-box;
  text-align: center;
}

.number {
  width: 40px;
  height: 58px;

  font-family: Monda;
  font-weight: 700;
  font-size: 26px;
  font-style: bold;
  line-height: 57.94px;
  margin: 0 auto 12px;         
  background: linear-gradient(135deg, #FF6A12 50%, #FF1E1E 81.77%),
  linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.heading {
  font-family: Monda;
  font-weight: 700;            
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  text-align: center;
  background: linear-gradient(135deg, #FF6A12 50%, #FF1E1E 81.77%),
  linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.service-text {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  text-align: left;            
}
/*  Website-development  */
.work-showcase {
  width: 393px;
  margin: 0 auto;
  background: #000000;
  padding: 24px 16px 40px;
  box-sizing: border-box;
  text-align: center;
}
.work-images {
  display: flex;
  justify-content: space-between;   
}

.work-img {
  width: 164px;
  height: 289px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}
.view-service-btn {
  display: inline-block;
  margin-top: 24px;
}

.view-service-btn img {
  width: 122px;
  height: 32px;   
  display: block;
}

/* Marketplace-Management-logo */
.marketplace {
  width: 393px;
  margin: 0 auto;
  background: #000000;
  padding: 24px 16px 40px;  
  box-sizing: border-box;
  text-align: center;
}

.mp-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mp-row:last-child {
  margin-bottom: 0;
}

.mp-logo {
  width: 164px;
  height: 129px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}


/* footer  */
.footer {
  width: 393px;          
  margin: 0 auto;         
  background: #000000;    
  padding: 0;
}
.footer-top-box {
  width: 100%;            
  background: #000000;
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  padding: 50px 24px 24px;
  color: #ffffff;
  text-align: center;
  font-family: Arial;
}

.ft-logo {
  width: 276px;
  height: 63px;
  display: block;
  margin: 0 auto 16px;
}
.ft-text {
  font-size: 16px;
  font-weight: 400;
  font-style: regular;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 20px;
}
.ft-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.ft-social img {
  width: 22px;
  height: 22px;
}
.ft-call img {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.footer-menu {
  width: 393px;               
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-family: Monda;
  font-size: 20px;
  font-style: bold;
  font-weight: 700;
  color: #ffffff;
}
.footer-menu-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.45;
}
.footer-menu::before {
  top: 0;
  height: 60%;
  background: linear-gradient(
    180deg,
    #000000 21.63%,
    rgba(0,0,0,0) 100%
  );
}
.footer-menu-inner {
  position: relative;
  z-index: 2;
  padding: 24px 24px 16px;
}
.fm-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff
}
.fm-heading:not(:first-of-type) {
  margin-top: 22px;                        
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.4);  
}
.fm-link {
  display: block;
  font-size: 13px;
  padding: 4px 0;
  text-decoration: none;
  color: #ffffff;
}
.fm-info {
display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  padding: 4px 0;
  color: #fff;
}

.fm-info img {
  width: 18px;
  height: 18px;
}
.fm-bottom {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 11px;
  text-align: center;
  opacity: 0.85;
}
.fm-mini-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}
.fm-contact {
  color: #ffffff;
  text-decoration: none;   
  font-weight: 700;
}

.fm-contact:hover {
  opacity: 0.85;
}