.elementor-5324 .elementor-element.elementor-element-d4a6641{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-5324 .elementor-element.elementor-element-d4a6641{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-209c0cd */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Arial, Helvetica, sans-serif;
  background:#090909;
  color:#f4efe7;
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

img,
video{
  width:100%;
  display:block;
}

/* HEADER */

.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  height:104px;
  z-index:1000;
  padding:0 6vw;
  display:grid;
  grid-template-columns:150px 1fr auto auto;
  align-items:center;
  gap:34px;
  transition:height .45s ease;
}

.site-header::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:rgba(9,9,9,0);
  backdrop-filter:blur(0);
  -webkit-backdrop-filter:blur(0);
  border-bottom:1px solid transparent;
  transition:.45s ease;
}

.site-header.scrolled{
  height:82px;
}

.site-header.scrolled::before{
  background:rgba(9,9,9,.9);
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.brand{
  display:flex;
  align-items:center;
  height:100%;
}

.brand img{
  width:118px;
}

.header-claim{
  font-size:10px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(244,239,231,.68);
  white-space:nowrap;
}

.desktop-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:36px;
}

.desktop-nav a{
  font-size:12px;
  letter-spacing:.17em;
  text-transform:uppercase;
  opacity:.82;
  transition:.3s ease;
  white-space:nowrap;
}

.desktop-nav a:hover{
  color:#d8b98f;
  opacity:1;
}

.header-cta{
  padding:14px 24px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:999px;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  transition:.35s ease;
  white-space:nowrap;
}

.header-cta:hover{
  background:#f4efe7;
  color:#090909;
}

/* BURGER */

.burger{
  display:none;
  background:none;
  border:0;
  width:42px;
  height:42px;
  cursor:pointer;
}

.burger span{
  display:block;
  width:28px;
  height:1px;
  background:#fff;
  margin:8px auto;
  transition:.35s ease;
}

.burger.active span:first-child{
  transform:rotate(45deg) translateY(6px);
}

.burger.active span:last-child{
  transform:rotate(-45deg) translateY(-6px);
}

/* MOBILE MENU */

.mobile-menu{
  position:fixed;
  inset:0;
  z-index:900;
  background:#090909;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:8vw;
  transform:translateY(-100%);
  transition:transform .8s cubic-bezier(.76,0,.24,1);
}

.mobile-menu.active{
  transform:translateY(0);
}

.mobile-menu a{
  font-size:clamp(48px,13vw,96px);
  line-height:1;
  font-weight:300;
  letter-spacing:-.06em;
}

/* HERO */

.hero{
  position:relative;
  width:100%;
  height:100vh;
  min-height:820px;
  overflow:hidden;
}

.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:scale(1.06);
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:
  radial-gradient(circle at 70% 58%, rgba(216,185,143,.2), transparent 30%),
  linear-gradient(to bottom, rgba(0,0,0,.2), rgba(0,0,0,.9));
}

.hero-content{
  position:absolute;
  left:6vw;
  top:145px;
  width:760px;
  max-width:48vw;
  z-index:3;
}

.hero h1{
  font-size:clamp(72px,6.1vw,118px);
  line-height:.92;
  letter-spacing:-.075em;
  font-weight:300;
}

.hero-text{
  margin-top:28px;
  width:610px;
  max-width:100%;
  font-size:20px;
  line-height:1.45;
  opacity:.86;
}

.hero-actions{
  display:flex;
  gap:16px;
  margin-top:42px;
}

/* BUTTONS */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 28px;
  border-radius:999px;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  transition:.35s ease;
}

.btn.primary{
  background:#f4efe7;
  color:#090909;
}

.btn.primary:hover{
  background:#d8b98f;
}

.btn.secondary{
  border:1px solid rgba(255,255,255,.34);
}

.btn.secondary:hover{
  background:rgba(255,255,255,.1);
}

/* GOOGLE RATING */

.google-rating{
  position:absolute;
  left:66%;
  bottom:92px;
  transform:translateX(-50%);
  z-index:5;
  width:385px;
  min-height:100px;
  padding:18px 24px;
  display:flex;
  align-items:center;
  gap:16px;
  border-radius:24px;
  background:rgba(255,255,255,.94);
  color:#111;
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  box-shadow:0 28px 80px rgba(0,0,0,.38);
}

.google-logo{
  width:52px;
  height:52px;
  flex:0 0 52px;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
}

.google-logo span{
  font-size:29px;
  font-weight:800;
  background:conic-gradient(
    from -45deg,
    #4285f4 0 25%,
    #34a853 0 45%,
    #fbbc05 0 68%,
    #ea4335 0 100%
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.google-rating-content{
  display:flex;
  flex-direction:column;
}

.stars{
  color:#fbbc04;
  font-size:17px;
  letter-spacing:.09em;
  margin-bottom:7px;
}

.google-rating strong{
  font-size:15px;
  font-weight:800;
}

.google-rating small{
  margin-top:5px;
  font-size:12px;
  color:rgba(0,0,0,.58);
}

/* SCROLL */

.hero-bottom{
  position:absolute;
  right:6vw;
  bottom:48px;
  display:flex;
  align-items:center;
  gap:14px;
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  opacity:.7;
}

.scroll-line{
  width:90px;
  height:1px;
  background:rgba(255,255,255,.4);
  overflow:hidden;
  position:relative;
}

.scroll-line::after{
  content:"";
  position:absolute;
  width:45px;
  height:1px;
  background:#fff;
  animation:scrollLine 1.6s infinite;
}

@keyframes scrollLine{
  from{ left:-45px; }
  to{ left:100%; }
}

/* SEO SECTIONS */

.seo-problem,
.seo-solution{
  padding:15vh 8vw;
  background:#f4efe7;
  color:#111;
}

.seo-solution{
  background:#111;
  color:#f4efe7;
}

.seo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.seo-text span,
.section-title span,
.ai-content span,
.process-content span,
.cta-content span{
  color:#9b7a52;
  font-size:12px;
  letter-spacing:.26em;
  text-transform:uppercase;
}

.seo-text h2,
.ai-content h2{
  margin-top:24px;
  font-size:clamp(46px,6vw,105px);
  line-height:.95;
  letter-spacing:-.07em;
  font-weight:300;
}

.seo-text p,
.ai-content p{
  margin-top:28px;
  font-size:20px;
  line-height:1.65;
  opacity:.78;
}

.seo-text ul{
  margin-top:34px;
  list-style:none;
}

.seo-text li{
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
  font-size:19px;
}

.seo-problem .seo-text li{
  border-bottom:1px solid rgba(0,0,0,.14);
}

.seo-image{
  height:680px;
  border-radius:28px;
  overflow:hidden;
}

.seo-image img{
  height:100%;
  object-fit:cover;
}

/* APPLICATIONS */

.applications{
  padding:15vh 5vw;
  background:#090909;
}

.section-title{
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:72px;
}

.section-title h2{
  font-size:clamp(48px,7vw,118px);
  line-height:.9;
  letter-spacing:-.07em;
  font-weight:300;
}

.application-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.application-card{
  background:#151515;
  border-radius:26px;
  overflow:hidden;
}

.application-card img{
  height:360px;
  object-fit:cover;
}

.application-card h3{
  padding:28px 28px 12px;
  font-size:30px;
  font-weight:300;
}

.application-card p{
  padding:0 28px 32px;
  line-height:1.6;
  opacity:.68;
}

/* AI */

.ai-section{
  background:#111;
  padding:16vh 8vw;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
  align-items:center;
}

.ai-box{
  padding:28px;
  border-radius:30px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}

.upload-area{
  position:relative;
  height:460px;
  border-radius:24px;
  border:1px dashed rgba(255,255,255,.28);
  overflow:hidden;
  display:grid;
  place-items:center;
  text-align:center;
}

.upload-area input{
  display:none;
}

.upload-area label{
  cursor:pointer;
  z-index:2;
}

.upload-area strong{
  display:block;
  font-size:28px;
  margin-bottom:10px;
}

.upload-area span{
  opacity:.65;
}

#previewImage{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
}

#previewImage.active{
  opacity:1;
}

.color-picker{
  margin-top:26px;
  display:flex;
  align-items:center;
  gap:14px;
}

.color-picker p{
  margin-right:auto;
  font-size:14px;
  opacity:.7;
}

.color-picker button{
  width:38px;
  height:38px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.5);
  cursor:pointer;
}

.ai-result{
  margin-top:24px;
  padding:22px;
  border-radius:20px;
  background:#f4efe7;
  color:#111;
  display:flex;
  flex-direction:column;
  gap:5px;
}

.ai-result span,
.ai-result small{
  opacity:.65;
}

/* BENEFITS */

.benefits{
  background:#f4efe7;
  color:#111;
  padding:15vh 5vw;
}

.benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.benefit-card{
  min-height:320px;
  padding:34px;
  border-radius:26px;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.benefit-card h3{
  font-size:34px;
  font-weight:300;
  letter-spacing:-.04em;
}

.benefit-card p{
  margin-top:18px;
  line-height:1.6;
  opacity:.7;
}

/* PROCESS */

.process{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:100vh;
  background:#f4efe7;
  color:#111;
}

.process-image img{
  height:100%;
  object-fit:cover;
}

.process-content{
  padding:12vh 6vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.process-content h2,
.cta h2{
  margin-top:24px;
  font-size:clamp(54px,7vw,118px);
  line-height:.92;
  letter-spacing:-.07em;
  font-weight:300;
}

.process-content ul{
  list-style:none;
  margin-top:50px;
}

.process-content li{
  padding:24px 0;
  border-bottom:1px solid rgba(0,0,0,.12);
  font-size:24px;
}

.process-content strong{
  color:#9b7a52;
  margin-right:24px;
  font-size:13px;
}

/* FAQ */

.faq{
  padding:15vh 8vw;
  background:#090909;
}

.faq-list{
  max-width:1050px;
  margin-top:60px;
}

.faq details{
  border-top:1px solid rgba(255,255,255,.14);
  padding:28px 0;
}

.faq details:last-child{
  border-bottom:1px solid rgba(255,255,255,.14);
}

.faq summary{
  cursor:pointer;
  font-size:clamp(26px,3vw,48px);
  font-weight:300;
  letter-spacing:-.04em;
}

.faq p{
  margin-top:20px;
  max-width:780px;
  font-size:18px;
  line-height:1.65;
  opacity:.7;
}

/* CTA */

.cta{
  min-height:100vh;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:8vw;
}

.cta-img{
  position:absolute;
  inset:0;
  height:100%;
  object-fit:cover;
  filter:brightness(.42);
}

.cta-content{
  position:relative;
  z-index:2;
  max-width:980px;
}

.cta p{
  margin:32px 0 44px;
  font-size:21px;
  opacity:.78;
}

/* REVEAL */

.reveal{
  opacity:0;
  transform:translateY(72px);
  transition:
  opacity 1s ease,
  transform 1.15s cubic-bezier(.19,1,.22,1);
}

.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

/* MOBILE */

@media (max-width:900px){
  .site-header{
    height:76px;
    padding:0 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  .site-header.scrolled{
    height:68px;
  }

  .desktop-nav,
  .header-claim,
  .header-cta{
    display:none;
  }

  .burger{
    display:block;
  }

  .hero{
    height:100svh;
    min-height:760px;
  }

  .hero-video{
    transform:scale(1.02)!important;
  }

  .hero-content{
    left:22px;
    top:118px;
    width:calc(100% - 44px);
    max-width:calc(100% - 44px);
  }

  .hero h1{
    font-size:52px;
    line-height:.94;
  }

  .hero-text{
    width:100%;
    font-size:16px;
    margin-top:22px;
  }

  .hero-actions{
    margin-top:30px;
    flex-direction:column;
    align-items:flex-start;
  }

  .btn{
    width:100%;
  }

  .google-rating{
    left:50%;
    bottom:44px;
    width:calc(100% - 44px);
    min-height:86px;
    padding:15px 16px;
  }

  .hero-bottom{
    display:none;
  }

  .seo-problem,
  .seo-solution,
  .applications,
  .ai-section,
  .benefits,
  .faq{
    padding:12vh 22px;
  }

  .seo-grid,
  .ai-section{
    grid-template-columns:1fr;
    gap:48px;
  }

  .seo-image{
    height:460px;
  }

  .section-title{
    display:block;
  }

  .section-title h2{
    margin-top:20px;
  }

  .application-grid,
  .benefit-grid{
    grid-template-columns:1fr;
  }

  .application-card img{
    height:320px;
  }

  .upload-area{
    height:360px;
  }

  .color-picker{
    flex-wrap:wrap;
  }

  .process{
    grid-template-columns:1fr;
  }

  .process-image{
    height:55vh;
  }

  .process-content,
  .cta{
    padding:12vh 22px;
  }
}

.ai-upload-area{
  position:relative;
  height:460px;
  border-radius:24px;
  border:1px dashed rgba(255,255,255,.28);
  overflow:hidden;
  display:grid;
  place-items:center;
  text-align:center;
  background:rgba(255,255,255,.035);
}

.ai-upload-area input{
  display:none;
}

.ai-upload-area label{
  cursor:pointer;
  z-index:2;
}

.ai-upload-area label.hidden{
  display:none;
}

.ai-upload-area strong{
  display:block;
  font-size:28px;
  margin-bottom:10px;
}

.ai-upload-area span{
  opacity:.65;
}

#epoAiBefore{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
}

#epoAiBefore.active{
  opacity:1;
}

.ai-color-picker{
  margin-top:24px;
  display:flex;
  gap:14px;
}

.ai-color-picker button{
  width:42px;
  height:42px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.45);
  cursor:pointer;
  transition:.3s ease;
}

.ai-color-picker button.active{
  border-color:#d8b98f;
  transform:scale(1.12);
}

.ai-generate-button{
  width:100%;
  margin-top:24px;
  border:0;
  border-radius:999px;
  padding:20px 28px;
  background:#f4efe7;
  color:#090909;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  cursor:pointer;
  transition:.3s ease;
}

.ai-generate-button:hover{
  background:#d8b98f;
}

.ai-generate-button:disabled{
  opacity:.55;
  cursor:not-allowed;
}

.ai-loading-box{
  display:none;
  margin-top:24px;
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  text-align:center;
}

.ai-loading-box.active{
  display:block;
}

.ai-loader{
  width:48px;
  height:48px;
  border-radius:50%;
  border:3px solid rgba(255,255,255,.18);
  border-top-color:#d8b98f;
  margin:0 auto 16px;
  animation:aiSpin 1s linear infinite;
}

@keyframes aiSpin{
  to{transform:rotate(360deg);}
}

.ai-loading-box strong{
  display:block;
  margin-bottom:6px;
}

.ai-loading-box span{
  opacity:.65;
}

.ai-result-box{
  display:none;
  margin-top:24px;
  padding:18px;
  border-radius:24px;
  background:#f4efe7;
  color:#111;
}

.ai-result-box.active{
  display:block;
}

.ai-result-box span{
  display:block;
  margin-bottom:14px;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#9b7a52;
}

.ai-result-box img{
  width:100%;
  border-radius:18px;
  display:block;
}

.ai-result-box a{
  margin-top:16px;
  display:inline-flex;
  justify-content:center;
  width:100%;
  padding:16px 22px;
  border-radius:999px;
  background:#090909;
  color:#f4efe7;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
}

@media(max-width:900px){
  .ai-upload-area{
    height:360px;
  }

  .ai-color-picker{
    flex-wrap:wrap;
  }
}/* End custom CSS */