  *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
  :root{
  --bg:#020304;
  --bg2:#05060a;--s1:#0e0e16;--s2:#14141f;--s3:#1a1a28;
  --red:#d13422;
  --orange:#ff5a36;
  --red2:#a81f14;
  --rg1:rgba(209,52,34,0.14);
  --rg2:rgba(255,90,54,0.08);
  --rg3:rgba(209,52,34,0.04);
  --t1:#f2f2fa;--t2:rgba(242,242,250,0.55);--t3:rgba(242,242,250,0.28);--t4:rgba(242,242,250,0.12);
  --b1:rgba(242,242,250,0.06);--b2:rgba(242,242,250,0.1);--b3:rgba(255,51,34,0.25);
  }
  html{scroll-behavior:smooth}
  body{
  background:var(--bg);
  color:var(--t1);
  font-family:'Inter',sans-serif;
  overflow-x:hidden;
  }
  @media (pointer:fine){
    body{
      cursor:none;
    }
  }

  .cur{position:fixed;width:10px;height:10px;background:var(--red);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .12s,width .35s,height .35s;mix-blend-mode:screen;box-shadow:0 0 12px var(--red),0 0 24px rgba(255,51,34,0.5)}
  .cur-ring{position:fixed;width:36px;height:36px;border:none;border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:transform .4s cubic-bezier(.23,1,.32,1),width .4s,height .4s,opacity .3s;opacity:.6}

  nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:200;
  padding:.9rem 6rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  backdrop-filter:blur(18px);
  }
  nav::after{
  content:'';
  position:absolute;
  inset:0;
  background:
  rgba(3,4,8,.78);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  border-bottom:1px solid rgba(255,255,255,.06);
  z-index:-1;

  }

  .nav-logo{
  display:flex;
  align-items:center;
  text-decoration:none;
  position:relative;
  z-index:3;
  }

  .nav-logo img{
  height:32px;
  width:auto;
  display:block;
  object-fit:contain;
  }

  .nav-links{
  display:flex;
  gap:2rem;
  list-style:none;
  align-items:center;
  }
  .nav-links a{
  color:rgba(255,255,255,.62);
  text-decoration:none;
  font-size:.78rem;
  font-weight:500;
  letter-spacing:.02em;
  position:relative;
  padding-bottom:.9rem;
  transition:.25s;
  }
  .nav-links a:hover{
  color:#fff;
  }
  .nav-links a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:2px;
  background:#d13422;
  transition:.3s;
  border-radius:20px;
  }

  .nav-links a:hover::after{
  width:100%;
  }
  .nav-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#d13422;
  border:none;
  border-radius:999px;
  padding:.82rem 1.45rem;
  color:#fff;
  text-decoration:none;
  font-size:.78rem;
  font-weight:600;
  transition:.28s;
  box-shadow:
  0 10px 30px rgba(209,52,34,.22);
  }
  .nav-pill:hover{
  transform:translateY(-2px);
  background:#e0402d;
  box-shadow:
  0 16px 40px rgba(209,52,34,.32);
  }
  @keyframes blink{0%,100%{opacity:.4}50%{opacity:1;box-shadow:0 0 8px var(--red)}}

  .hero{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:88vh;
  padding:0 5rem;
  overflow:hidden;
  background:
  linear-gradient(
  90deg,
  #020304 0%,
  #040507 48%,
  #120404 78%,
  #180505 100%
  );
  }

  @media(max-width:768px){

.hero{
background:
linear-gradient(
180deg,
rgba(0,0,0,.82),
rgba(0,0,0,.92)
);

min-height:auto;
padding:7rem 1.5rem 2rem;
}

.hero-visual{
display:flex;
width:100%;
justify-content:center;
margin-top:2rem;
}

  }

  .hero::after{
  content:'';
  position:absolute;
  right:34%;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:380px;
  background:linear-gradient(
  to bottom,
  transparent,
  rgba(255,255,255,.08),
  transparent
  );
  z-index:2;
  }

  @keyframes drift1{from{transform:translate(0,0) scale(1)}to{transform:translate(3%,5%) scale(1.1)}}
  @keyframes drift2{from{transform:translate(0,0) scale(1)}to{transform:translate(-4%,3%) scale(1.08)}}
  @keyframes drift3{from{transform:translate(0,0)}to{transform:translate(2%,-4%)}}

  .hero-grid{
  position:absolute;
  inset:0;
  background-image:
  linear-gradient(rgba(255,255,255,0.018) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,0.018) 1px,transparent 1px);
  background-size:120px 120px;
  mask-image:radial-gradient(ellipse 90% 70% at 40% 0%,black 10%,transparent 75%);
  opacity:.18;
  mix-blend-mode:soft-light;
  }

  .hero-noise{position:absolute;inset:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}

  .hero-left{
  position:relative;
  z-index:5;
  width:48%;
  padding-left:2rem;
  padding-top:2.7rem;
  }

  .hero-visual img{
  width:100%;
  display:block;
  object-fit:contain;
  animation:none!important;
  transform:none!important;
  filter:none!important;
  }

  .hero-tag{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  background:rgba(255,51,34,.06);
  border:1px solid rgba(255,51,34,.16);
  border-radius:999px;
  padding:.55rem 1rem;
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:none;
  color:rgba(255,120,90,.92);
  margin-bottom:2rem;
  position:relative;
  z-index:3;
  }
  .hero-tag-dot{width:5px;height:5px;border-radius:50%;background:var(--red);box-shadow:0 0 8px rgba(255,51,34,.8);animation:blink 2s ease-in-out infinite}

  h1{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(3.9rem,4.6vw,5.2rem);
  font-weight:700;
  line-height:.92;
  letter-spacing:-.06em;
  margin-bottom:2rem;
  max-width:760px;
  }

  h1 .r{display:block;background:linear-gradient(100deg,#ff3322 20%,#ff8040 60%,#ff3322 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 4s linear infinite}
  @keyframes shimmer{from{background-position:200% center}to{background-position:-200% center}}

  .hero-p{
  font-size:1.08rem;
  line-height:1.65;
  color:rgba(255,255,255,.68);
  max-width:560px;
  margin-bottom:2.3rem;
  }

  .hero-btns{
  display:flex;
  align-items:center;
  gap:1.6rem;
  margin-top:2.2rem;
  }

  .btn-fire{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:1rem 2.2rem;
  border-radius:999px;
  background:#d13422;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 30px rgba(209,52,34,.22);
  transition:.3s;
  }

  .btn-fire:hover{
  transform:translateY(-2px);
  background:#e0402d;
  }

  .btn-ghost2{
  display:inline-flex;
  align-items:center;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  position:relative;
  padding-bottom:.2rem;
  }

  .btn-ghost2::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-2px;
  width:100%;
  height:1px;
  background:#fff;
  opacity:.7;
  }

  .hero-visual{
  position:absolute;
  right:-6%;
  bottom:0;
  width:70%;
  height:auto;
  z-index:1;
  pointer-events:none;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  overflow:hidden;
  }



  .ticker-wrap{overflow:hidden;border-top:1px solid var(--b1);border-bottom:1px solid var(--b1);background:rgba(8,8,16,.8);padding:.65rem 0;position:relative}
  .ticker-wrap::before,.ticker-wrap::after{content:'';position:absolute;top:0;bottom:0;width:120px;z-index:2}
  .ticker-wrap::before{left:0;background:linear-gradient(90deg,rgba(4,4,6,1),transparent)}
  .ticker-wrap::after{right:0;background:linear-gradient(270deg,rgba(4,4,6,1),transparent)}
  .ticker-t{display:flex;gap:2rem;animation:tick 24s linear infinite;white-space:nowrap}
  .ticker-t span{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--t4)}
  .ticker-t .hi{color:rgba(255,107,53,.6)}
  .ticker-t .sep{color:rgba(255,51,34,.3)}
  @keyframes tick{from{transform:translateX(0)}to{transform:translateX(-50%)}}

  .sec{
  padding:6rem 6rem;
  }
  .stag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.6rem;
  font-size:.64rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,100,60,.8);
  margin-bottom:1.5rem;
  width:100%;
  text-align:center;
  }

  .stag::before{
  content:'';
  width:18px;
  height:1px;
  background:rgba(255,100,60,.6);
  }

  .sh{
  font-family:'Space Grotesk',sans-serif;
  font-weight:700;
  line-height:1.05;
  letter-spacing:-.03em;
  color:var(--t1);
  }

  .sh .a{background:linear-gradient(100deg,#ff3322,#ff8040);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

  .sec .stag,
  .sec .sh{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  }

  .work-sec{background:var(--bg2);position:relative;overflow:hidden}
  .work-sec::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 60% 40% at 80% 20%,rgba(209,52,34,.025),transparent 60%)}
  .work-head{
  max-width:1000px;
  margin:0 auto 8rem;
  display:flex;
  justify-content:center;
  text-align:center;
  }
  .work-sh{
  font-size:clamp(2.8rem,4vw,4.2rem);
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:1.5rem;
  }

  .work-link{font-size:.75rem;font-weight:600;color:var(--t3);letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid var(--b2);padding-bottom:2px;transition:all .3s}
  .work-link:hover{color:var(--red);border-color:rgba(255,51,34,.4)}

  .perception-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:4rem;
  margin-top:3rem;
  text-align:center;
  }

  .perception-item{
  max-width:340px;
  margin:0 auto;
  }

  .perception-icon{
  width:74px;
  height:74px;
  object-fit:contain;
  margin-bottom:2rem;
  opacity:1;
  filter:
  drop-shadow(0 0 18px rgba(255,90,60,.28))
  drop-shadow(0 0 38px rgba(255,90,60,.12));
  transition:
  transform .35s ease,
  filter .35s ease;
  }

  .perception-item:hover .perception-icon{
  transform:translateY(-4px) scale(1.04);

  filter:
  drop-shadow(0 0 24px rgba(255,90,60,.38))
  drop-shadow(0 0 50px rgba(255,90,60,.2));
  }

  .perception-item h3{
  font-family:'Space Grotesk',sans-serif;
  font-size:1.4rem;
  font-weight:700;
  letter-spacing:-.03em;
  margin-bottom:1rem;
  color:#fff;
  }

  .perception-item p{
  font-size:.98rem;
  line-height:1.8;
  color:rgba(255,255,255,.58);
  }
  .services-grid{
  display:grid;
  grid-template-columns:repeat(3,360px);
  justify-content:center;
  gap:1.3rem;
  margin-top:4rem;
  }

  .flip-card{
  perspective:1400px;
  height:430px;
  }

  .flip-inner{
  position:relative;
  width:100%;
  height:100%;
  transition:transform .9s cubic-bezier(.22,1,.36,1);
  transform-style:preserve-3d;
  }

  .flip-card.flipped .flip-inner{
  transform:rotateY(180deg);
  }

  .flip-front,
  .flip-back{
  position:absolute;
  inset:0;
  backface-visibility:hidden;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.06);
  background:#090b12;

  box-shadow:
  0 0 0 1px rgba(255,90,60,.08),
  0 0 30px rgba(209,52,34,.08),
  0 0 80px rgba(209,52,34,.04);

  transition:
  transform .35s ease,
  box-shadow .35s ease,
  border-color .35s ease;
  }

  .flip-card:hover .flip-front,
  .flip-card:hover .flip-back{
  border-color:rgba(255,90,60,.18);

  box-shadow:
  0 0 0 1px rgba(255,90,60,.14),
  0 0 40px rgba(209,52,34,.14),
  0 0 100px rgba(209,52,34,.08);
  }

  .flip-front{
  display:flex;
  align-items:flex-end;
  background:#05060a;
  }

  .flip-img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:78%;
  object-fit:cover;
  object-position:center;
  }

  .flip-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:48%;
  background:
  linear-gradient(
  to top,
  rgba(0,0,0,.96) 0%,
  rgba(0,0,0,.72) 38%,
  rgba(0,0,0,.18) 72%,
  transparent 100%
  );
  z-index:1;
  pointer-events:none;
  }

  .flip-content{
  position:relative;
  z-index:2;
  padding:1.6rem 1.5rem 1.4rem;
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:1rem;
  }

  .flip-k{
  font-size:.74rem;
  text-transform:uppercase;
  letter-spacing:.24em;
  color:#ff5a3c;
  margin-bottom:1rem;
  font-weight:700;
  }

  .flip-content h3{
  font-size:1.95rem;
  line-height:.95;
  letter-spacing:-.07em;
  margin-bottom:.7rem;
  font-weight:700;
  }

  .flip-content p{
  font-size:.82rem;
  line-height:1.32;
  color:rgba(255,255,255,.68);
  max-width:230px;
  }

  .flip-btn{
  border:none;
  background:none;
  color:#fff;
  font-size:1.6rem;
  cursor:pointer;
  transition:.3s;
  flex-shrink:0;
  padding:0;
  line-height:1;
  opacity:.8;
  }

  .flip-btn:hover{
  background:#ff5a3c;
  transform:translateY(-3px);
  }


  .price-item h4{
  font-size:.9rem;
  font-weight:700;
  margin-bottom:.45rem;
  color:rgba(255,255,255,.92);
  }

  .price-item strong{
  display:block;
  font-size:1.55rem;
  line-height:1;
  margin-bottom:.55rem;
  letter-spacing:-.04em;
  }

  .price-item span{
  display:block;
  font-size:.82rem;
  line-height:1.6;
  color:rgba(255,255,255,.58);
  }

  .price-item small{
  display:block;
  margin-top:.9rem;
  line-height:1.6;
  font-size:.85rem;
  color:rgba(255,255,255,.45);
  }

  .flip-back{
  transform:rotateY(180deg);
  padding:1.8rem;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
  linear-gradient(
  180deg,
  #090b12 0%,
  #06070b 100%
  );
  }

  .back-top{
  margin-bottom:.8rem;
  }

  .price-item{
  padding:.85rem 0;
  border-bottom:1px solid rgba(255,255,255,.06);
  }

  .price-item:last-of-type{
  border-bottom:none;
  }

  .price-item h4{
  font-size:.82rem;
  font-weight:700;
  margin-bottom:.35rem;
  color:#fff;
  }

  .price-item strong{
  display:block;
  font-size:1.42rem;
  line-height:1;
  letter-spacing:-.05em;
  margin-bottom:.5rem;
  margin-top:-.2rem;
  }

  .price-item ul{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:.35rem;
  margin-bottom:.3rem;
  }

  .price-item ul li{
  font-size:.76rem;
  line-height:1.35;
  color:rgba(255,255,255,.62);
  display:flex;
  align-items:flex-start;
  gap:.45rem;
  }

  .price-item ul li::before{
  content:'✓';
  color:#ff5a3c;
  font-weight:700;
  margin-top:-1px;
  }

  .back-note{
  margin-top:1rem;
  font-size:.78rem;
  line-height:1.7;
  color:rgba(255,255,255,.45);
  }

  .back-cta{
  margin-top:.8rem;
  min-height:56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#ff5a3c;
  color:#fff;
  font-weight:700;
  font-size:.92rem;
  transition:.3s;
  padding:.9rem 1rem;

  position:relative;
  z-index:999;
  pointer-events:auto;
  cursor:pointer;
  }

  .back-cta:hover{
  transform:translateY(-2px);
  box-shadow:
  0 12px 35px rgba(255,90,60,.24);
  }

  .back-cta:hover{
  transform:translateY(-2px);

  box-shadow:
  0 15px 40px rgba(255,90,60,.22);
  }

  .proc-sec{
  background:transparent;
  overflow:hidden;
  position:relative;
  }

  .proc-sec::after{
  display:none;
  }

  .proc-sec .rev{
  width:100%;
  max-width:none;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  margin:0;
  }

  .proc-sec{
  padding-left:4rem;
  padding-right:4rem;
  max-width:1400px;
  margin:0 auto;
  }

  .proc-sec .sh{
  margin:0 auto;
  max-width:760px;
  line-height:.92;
  text-align:center;
  }

  .proc-grid{
  margin-left:0;
  margin-right:0;
  }

  .proc-grid{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:8rem;
  margin-top:5rem;
  width:100%;
  max-width:1400px;
  margin-left:auto;
  margin-right:auto;
  }

  .proc-grid::before{
  display:none;
  }

  .pstep{
  position:relative;
  text-align:center;
  max-width:320px;
  padding:3rem 0 4rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  }

  .pstep:not(:last-child)::after{
  display:none;
  }
  .pstep-idx{
  display:none;
  }

  .pstep-icon{
  margin-bottom:2rem;
  }

  .pstep-icon img{
  width:74px;
  height:74px;
  object-fit:contain;

  filter:
  drop-shadow(0 0 18px rgba(255,90,60,.28))
  drop-shadow(0 0 38px rgba(255,90,60,.12));

  transition:
  transform .35s ease,
  filter .35s ease;
  }

  .pstep:hover .pstep-icon img{
  transform:translateY(-4px) scale(1.04);

  filter:
  drop-shadow(0 0 24px rgba(255,90,60,.38))
  drop-shadow(0 0 50px rgba(255,90,60,.2));
  }

  .pstep-n{
  font-family:'Space Grotesk',sans-serif;
  font-size:1.15rem;
  font-weight:700;
  color:#fff;
  margin-bottom:.9rem;
  letter-spacing:-.04em;
  }
  .pstep-d{
  font-size:.92rem;
  color:rgba(255,255,255,.5);
  line-height:1.7;
  font-weight:400;
  max-width:260px;
  margin:0 auto;
  }
  .vis-sec{background:var(--bg);position:relative;overflow:hidden}
  .vis-sec::before{content:'';position:absolute;top:0;left:-100px;width:500px;height:400px;background:radial-gradient(ellipse at center,rgba(255,107,53,.05),transparent 65%)}
  .vg{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:var(--b1);border-radius:12px;overflow:hidden;margin-top:3.5rem}

  .vis-sec .rev{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  }

  .vi{
  background:var(--s1);
  min-height:420px;
  padding:0;
  display:flex;
  align-items:flex-end;
  position:relative;
  overflow:hidden;
  transition:all .35s;
  }

  .vi::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 50% 0%,rgba(255,51,34,.04),transparent 70%);opacity:0;transition:opacity .35s}
  .vi:hover{background:var(--s2)}
  .vi:hover::before{opacity:1}


  .vi-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.55;
  transition:transform .7s ease;
  }

  .vi:hover .vi-img{
  transform:scale(1.05);
  }

  .vi-grad{
  position:absolute;
  inset:0;
  background:
  linear-gradient(to top, rgba(0,0,0,.92), rgba(0,0,0,.15));
  z-index:1;
  }

  .vi-content{
  position:relative;
  z-index:2;
  padding:2rem;
  }

  .vi-n{
  font-family:'Space Grotesk',sans-serif;
  font-size:1.1rem;
  font-weight:700;
  margin-bottom:.7rem;
  }

  .vi-d{
  font-size:.82rem;
  line-height:1.7;
  color:var(--t2);
  max-width:320px;
  }

  .cta-sec{background:var(--bg2);text-align:center;padding:10rem 3rem;position:relative;overflow:hidden}
  .cta-orb1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:500px;background:radial-gradient(ellipse at center,rgba(209,52,34,.045),transparent 65%);animation:pulse-orb 6s ease-in-out infinite}
  .cta-orb2{position:absolute;top:20%;right:15%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,107,53,.06),transparent 70%)}
  .cta-orb3{position:absolute;bottom:10%;left:10%;width:250px;height:250px;background:radial-gradient(circle,rgba(255,51,34,.05),transparent 70%)}
  @keyframes pulse-orb{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.08);opacity:1}}
  .cta-inner{position:relative;z-index:2}
  .cta-sh{font-size:clamp(3rem,7vw,6rem);margin-bottom:1.5rem}

  .cta-p{
  max-width:760px;
  margin:0 auto;
  font-size:1.15rem;
  line-height:1.8;
  color:rgba(255,255,255,.58);
  }

.cta-btns{
display:flex;
justify-content:center;
gap:1rem;
flex-wrap:wrap;
margin-top:2rem;
margin-bottom:3.5rem;
}
  .btn-wa{display:inline-flex;align-items:center;gap:.6rem;background:rgba(37,211,102,.12);border:1px solid rgba(37,211,102,.25);color:#4ddb8a;padding:.9rem 2rem;font-size:.8rem;font-weight:700;letter-spacing:.05em;border-radius:8px;text-decoration:none;transition:all .3s;box-shadow:0 0 20px rgba(37,211,102,.08)}
  .btn-wa:hover{background:rgba(37,211,102,.18);border-color:rgba(37,211,102,.4);box-shadow:0 0 40px rgba(37,211,102,.18);transform:translateY(-2px)}
  .btn-ig{display:inline-flex;align-items:center;gap:.6rem;background:rgba(255,255,255,.03);border:1px solid var(--b2);color:var(--t2);padding:.9rem 2rem;font-size:.8rem;font-weight:500;letter-spacing:.04em;border-radius:8px;text-decoration:none;transition:all .3s;backdrop-filter:blur(8px)}
  .btn-ig:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.18);transform:translateY(-1px)}
  .trust-pills{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
  .tp{display:inline-flex;align-items:center;gap:.45rem;background:rgba(255,255,255,.03);border:1px solid var(--b1);border-radius:100px;padding:.45rem 1rem;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--t3)}
  .tp-dot{width:5px;height:5px;border-radius:50%;background:var(--red);box-shadow:0 0 5px rgba(255,51,34,.6)}

  footer{
  background:var(--bg);
  border-top:1px solid var(--b1);
  padding:3rem 6rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:1rem;
  }
  .flogo{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.1em;color:rgba(242,242,250,.25)}
  .flogo span{color:rgba(255,51,34,.4)}
  .fcopy{font-size:.68rem;color:var(--t4);letter-spacing:.06em}
  .fnav{display:flex;gap:2rem}
  .fnav a{font-size:.68rem;color:var(--t4);text-decoration:none;letter-spacing:.08em;text-transform:uppercase;font-weight:500;transition:color .2s}
  .fnav a:hover{color:var(--t2)}

  .rev{
  opacity:0;
  transform:translateY(50px);
  filter:blur(10px);
  transition:
  opacity 1s cubic-bezier(.23,1,.32,1),
  transform 1s cubic-bezier(.23,1,.32,1),
  filter 1s cubic-bezier(.23,1,.32,1);
  }
  .rev.on{
  opacity:1;
  transform:none;
  filter:blur(0);
  }
  .d1{transition-delay:.08s}.d2{transition-delay:.18s}.d3{transition-delay:.28s}.d4{transition-delay:.38s}
  .hero-left > *{
  opacity:0;
  transform:translateY(40px);
  animation:heroReveal 1s cubic-bezier(.23,1,.32,1) forwards;
  }

  .hero-tag{animation-delay:.1s}
  h1{animation-delay:.22s}
  .hero-p{animation-delay:.34s}
  .hero-btns{animation-delay:.46s}

  @keyframes heroReveal{
  to{
  opacity:1;
  transform:none;
  }
  }

  @media(min-width:769px){

  .proc-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(280px,1fr))!important;
  gap:4rem;
  margin-bottom:14rem;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  }

  }
  @media(max-width:768px){
    nav{padding:1rem 1.5rem}.nav-links{display:none}
    .hero{flex-direction:column;padding:7rem 1.5rem 4rem;text-align:left}
    .hero-left{flex:none;max-width:100%;width:100%}
    h1{font-size:2.8rem}

  .hero-stats{gap:1.5rem}
  .sec{padding:5rem 1.5rem}
  .pg{grid-template-columns:1fr}
  .plans-top{grid-template-columns:1fr}

  .proc-grid{
  grid-template-columns:1fr 1fr;
  }
    .vg{grid-template-columns:1fr}
    .cta-sec{padding:6rem 1.5rem}
    .work-head{flex-direction:column;align-items:flex-start;gap:1rem}
    footer{flex-direction:column;align-items:flex-start;padding:1.75rem 1.5rem}
    .float-card-1,.float-card-2{display:none}

.hero-visual{
display:none;
}

.hero-visual img{
width:100%;
max-width:700px;
display:block;
margin:auto;
}
  .wa-float{
  right:18px;
  bottom:18px;
  width:58px;
  height:58px;
  }

.perception-grid{
grid-template-columns:1fr;
gap:2rem;
margin-top:0;
}

  .wa-float svg{
  width:28px;
  height:28px;
  }

  .hero{
  flex-direction:column;
  }
  .nav-logo img{
  height:28px;
  }

  .hero-left{
  width:100%;
  padding-left:0;
  }

  .hero-visual{
  position:relative;
  right:auto;
  width:100%;
  margin-top:2rem;
  justify-content:center;
  }
  .services-grid{
  grid-template-columns:1fr;
  justify-content:center;
  }

  .flip-card{
  width:100%;
  max-width:410px;
  margin:0 auto;
  }
  }

  .btn-fire{
  box-shadow:
  0 10px 30px rgba(209,52,34,.22)!important;
  }
  .wa-float{
  position:fixed;
  right:24px;
  bottom:24px;
  width:64px;
  height:64px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#25D366,#1ebe5d);
  color:#fff;
  z-index:999;
  text-decoration:none;
  box-shadow:
  0 12px 35px rgba(37,211,102,.35),
  0 0 0 1px rgba(255,255,255,.05);
  transition:
  transform .3s ease,
  box-shadow .3s ease;
  }

  .wa-float:hover{
  transform:translateY(-4px) scale(1.05);
  box-shadow:
  0 20px 45px rgba(37,211,102,.42),
  0 0 0 1px rgba(255,255,255,.1);
  }

  .wa-float svg{
  width:30px;
  height:30px;
  }

  .form-modal{
  position:fixed;
  inset:0;
  z-index:2000;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  pointer-events:none;
  transition:.35s;
  }

  .form-modal.active{
  opacity:1;
  pointer-events:auto;
  }

  .form-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(10px);
  }

  .form-box{
  position:relative;
  width:min(92%,720px);
  max-width:520px;
  background:#090b12;
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  padding:2rem;
  z-index:2;
  box-shadow:
  0 30px 80px rgba(0,0,0,.6),
  0 0 80px rgba(255,51,34,.06);
  overflow:hidden;
  }

  .form-box::before{
  content:'';
  position:absolute;
  top:-120px;
  right:-120px;
  width:260px;
  height:260px;
  background:radial-gradient(circle,rgba(255,51,34,.12),transparent 70%);
  pointer-events:none;
  }

  .form-close{
  position:absolute;
  top:20px;
  right:20px;
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.05);
  color:#fff;
  font-size:1.4rem;
  cursor:pointer;
  transition:.25s;
  }

  .form-close:hover{
  background:rgba(255,255,255,.1);
  }

  .form-top{
  margin-bottom:2rem;
  }

  .form-p{
  margin-top:1rem;
  color:rgba(255,255,255,.6);
  line-height:1.7;
  max-width:500px;
  }

  .service-select{
  display:flex;
  gap:1rem;
  margin-bottom:2rem;
  flex-wrap:wrap;
  }

  .service-option{
  border:none;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  padding:.9rem 1.2rem;
  border-radius:999px;
  color:#fff;
  font-weight:600;
  cursor:pointer;
  transition:.25s;
  }

  .service-option.active{
  background:#d13422;
  border-color:#d13422;
  }

  .brief-form{
  display:flex;
  flex-direction:column;
  gap:1.2rem;
  }

  .f-group{
  display:flex;
  flex-direction:column;
  gap:.7rem;
  }

  .f-group label{
  font-size:.82rem;
  font-weight:600;
  color:rgba(255,255,255,.82);
  }

  .f-group input,
  .f-group textarea{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:1rem 1.1rem;
  color:#fff;
  font-family:inherit;
  font-size:.95rem;
  outline:none;
  transition:.25s;
  }

  .f-group textarea{
  min-height:140px;
  resize:none;
  }

  .f-group input:focus,
  .f-group textarea:focus{
  border-color:rgba(255,51,34,.4);
  box-shadow:0 0 0 4px rgba(255,51,34,.08);
  }

  .form-submit{
  margin-top:.5rem;
  border:none;
  cursor:pointer;
  }

  .proc-cta{

  margin-top:12rem;
  border:1px solid rgba(255,255,255,.08);
  border-radius:32px;
  padding:2.6rem 3rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:3rem;
  position:relative;
  overflow:hidden;

  background-image:
  linear-gradient(
  180deg,
  rgba(0,0,0,.45),
  rgba(0,0,0,.55)
  ),
  url('../img/design-proof.webp');

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  box-shadow:
  0 0 0 1px rgba(255,255,255,.02),
  0 30px 80px rgba(0,0,0,.35);
  }

  @media(max-width:768px){

    .form-box{
width:92%;
padding:1.5rem;
max-height:85vh;
overflow-y:auto;
}

.form-box h2{
font-size:2.2rem;
line-height:1.05;
margin-bottom:1rem;
}

.form-box p{
font-size:1rem;
margin-bottom:1.5rem;
}

.form-box input,
.form-box select,
.form-box textarea{
padding:1rem;
font-size:1rem;
}

.form-box textarea{
min-height:140px;
}

#formClose{
width:52px;
height:52px;
font-size:1.8rem;
}

  .proc-cta{
    flex-direction:column;
text-align:center;
padding:2.5rem 1.5rem;
gap:2rem;
  background-image:
  linear-gradient(
  180deg,
  rgba(0,0,0,.55),
  rgba(0,0,0,.65)
  ),
  url('img/design-proof.webp');

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  }

  }

  .proc-cta::before{
  display:none;
  }

  .proc-cta-left h3{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(2.2rem,4vw,3.5rem);
  line-height:1.05;
  letter-spacing:-.05em;
  color:#fff;
  }

  .proc-cta-left span{
  background:linear-gradient(90deg,#ff3322,#ff7a45);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  }

  .proc-cta-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:2rem;
  position:relative;
  z-index:2;
  flex:1;
  flex-direction:column;
justify-content:center;
  }

  .proc-cta-right p{
  font-size:1rem;
  line-height:1.7;
  color:rgba(255,255,255,.58);
  }

  .proc-cta-right a{
  height:52px;
  padding:0 1.6rem;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#ff4d36;
  color:#fff;
  font-weight:700;
  transition:.3s;

  box-shadow:
  0 12px 35px rgba(255,51,34,.28);
  }

  .proc-cta-right a:hover{
  transform:translateY(-3px);
  background:#ff5d48;
  }

  .belief{
  padding:8rem 2rem 4rem;
  max-width:1000px;
  margin:0 auto;
  text-align:center;
  }

  .belief-k{
  font-size:.72rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#ff5b45;
  margin-bottom:1.2rem;
  font-weight:700;
  }

  .belief h2{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(2.6rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.05em;
  color:#fff;
  margin-bottom:1.5rem;
  }

  .belief p{
  max-width:720px;
  margin:0 auto;
  font-size:1.05rem;
  line-height:1.8;
  color:rgba(255,255,255,.55);
  }

  .portfolio-sec{
  background:var(--bg2);
  position:relative;
  overflow:hidden;
  }

  .portfolio-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.5rem;
  margin-top:4rem;
  }

  .portfolio-card{
  background:#090b12;
  border:1px solid rgba(255,255,255,.06);
  border-radius:28px;
  overflow:hidden;
  transition:.35s;

  box-shadow:
  0 0 0 1px rgba(255,90,60,.05),
  0 0 40px rgba(209,52,34,.04);
  }

  .portfolio-card:hover{
  transform:translateY(-6px);

  border-color:rgba(255,90,60,.18);

  box-shadow:
  0 0 0 1px rgba(255,90,60,.12),
  0 20px 60px rgba(0,0,0,.4),
  0 0 50px rgba(209,52,34,.08);
  }

  .portfolio-card > img{
  width:100%;
  height:260px;
  display:block;
  object-fit:cover;
  }

  .portfolio-content{
  padding:1.5rem;
  }

  .portfolio-content span{
  display:block;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#ff5a3c;
  margin-bottom:.9rem;
  }

  .portfolio-content h3{
  font-family:'Space Grotesk',sans-serif;
  font-size:1.6rem;
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:.9rem;
  color:#fff;
  }

  .portfolio-content p{
  font-size:.9rem;
  line-height:1.7;
  color:rgba(255,255,255,.58);
  margin-bottom:1.4rem;
  }

  .portfolio-content a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:48px;
  padding:0 1.4rem;
  border-radius:999px;
  text-decoration:none;
  background:#ff4d36;
  color:#fff;
  font-weight:700;
  font-size:.85rem;
  transition:.3s;
  }

  .portfolio-content a:hover{
  transform:translateY(-2px);
  background:#ff5d48;
  }

  @media(max-width:768px){

  .portfolio-grid{
  grid-template-columns:1fr;
  }

  }

  .design-proof{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  margin:6rem auto;
  max-width:1500px;
  min-height:220px;
  border:1px solid rgba(255,255,255,.06);
  }

  .design-proof-bg{
  position:absolute;
  inset:0;

  background-image:url('../img/design-proof.webp');
  background-size:cover;
  background-position:center;

  filter:brightness(.28);
  }

  .design-proof-overlay{
  position:absolute;
  inset:0;

  background:
  linear-gradient(
  90deg,
  rgba(0,0,0,.55),
  rgba(0,0,0,.35)
  );
  }

  .design-proof-grid{
  position:relative;
  z-index:2;

  display:grid;
  grid-template-columns:1.2fr auto .9fr;

  align-items:center;

  gap:3rem;

  padding:3rem 4rem;
  }

  .design-left h2{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(2.2rem,4vw,4.3rem);
  line-height:.92;
  letter-spacing:-.05em;
  margin:0;
  }

  .design-left span{
  color:#ff5b45;
  }

  .design-divider{
  width:2px;
  height:100px;

  background:
  linear-gradient(
  180deg,
  transparent,
  #ff5b45,
  transparent
  );
  }

  .design-right{
  max-width:520px;
  }

  .design-right p{
  font-size:1rem;
  line-height:1.7;
  color:rgba(255,255,255,.82);
  margin-bottom:.6rem;
  }

  .design-right p:last-child{
  margin-bottom:0;
  }

  @media(max-width:900px){

    .design-proof-bg{
  background-image:url('img/design-proof-mobile.webp');
  background-position:center;
  }

  .design-proof-grid{
  grid-template-columns:1fr;
  text-align:center;
  padding:3rem 2rem;
  }

  .design-divider{
  display:none;
  }

  .design-right{
  max-width:none;
  }

  .design-right p{
  font-size:1rem;
  }

  }

  .flip-back{
  z-index:50;
  }

  .back-cta{
  position:relative;
  z-index:999;
  pointer-events:auto;
  cursor:pointer;
  }

  .flip-back *{
  pointer-events:auto;
  }

  .rev-child{
  opacity:0;
  transform:translateY(30px);
  filter:blur(8px);

  transition:
  opacity .9s cubic-bezier(.23,1,.32,1),
  transform .9s cubic-bezier(.23,1,.32,1),
  filter .9s cubic-bezier(.23,1,.32,1);
  }

  .rev-child.on{
  opacity:1;
  transform:none;
  filter:none;
  }

  body{
  animation:pageFade .9s ease;
  }

  @keyframes pageFade{
  from{
  opacity:0;
  }
  to{
  opacity:1;
  }
  }

  .hero-visual{
  opacity:0;
  transform:
  translateX(80px)
  scale(.96);

  animation:
  heroVisualReveal 1.4s
  cubic-bezier(.23,1,.32,1)
  .35s forwards;
  }

  @keyframes heroVisualReveal{

  to{
  opacity:1;
  transform:
  translateX(0)
  scale(1);
  }

  }

  nav{
  opacity:0;
  transform:translateY(-20px);

  animation:
  navReveal .8s ease .15s forwards;
  }

  @keyframes navReveal{

  to{
  opacity:1;
  transform:none;
  }

  }

  .client-service{
  width:100%;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:1rem 1.1rem;
  color:#fff;
  font-size:.95rem;
  font-family:inherit;
  outline:none;
  }

  .client-service option{
  background:#090b12;
  color:#fff;
  }

  .before-after{
  position:relative;
  height:260px;
  overflow:hidden;
  }

  .before-img,
  .after-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  }

  .after-img{
  clip-path:inset(0 0 0 50%);
  }

  .before-after::before{
  content:'ANTES';
  position:absolute;
  left:14px;
  top:14px;
  z-index:5;
  background:rgba(0,0,0,.75);
  padding:.35rem .7rem;
  border-radius:999px;
  font-size:.7rem;
  font-weight:700;
  }

  .before-after::after{
  content:'DESPUÉS';
  position:absolute;
  right:14px;
  top:14px;
  z-index:5;
  background:#ff4d36;
  padding:.35rem .7rem;
  border-radius:999px;
  font-size:.7rem;
  font-weight:700;
  color:#fff;
  }

  .before-after{
  border-bottom:1px solid rgba(255,255,255,.06);
  }

  .before-after{
  position:relative;
  height:260px;
  overflow:hidden;
  }

  .before-after img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  }

  .after-img{ 
  clip-path:inset(0 0 0 50%);
  }

  .before-after::before{
  content:'ANTES';
  position:absolute;
  left:14px;
  top:14px;
  z-index:10;
  background:rgba(0,0,0,.75);
  padding:.35rem .7rem;
  border-radius:999px;
  font-size:.7rem;
  font-weight:700;
  }

  .before-after::after{
  content:'DESPUÉS';
  position:absolute;
  right:14px;
  top:14px;
  z-index:10;
  background:#ff4d36;
  color:#fff;
  padding:.35rem .7rem;
  border-radius:999px;
  font-size:.7rem;
  font-weight:700;
  }
  .hamburger{
display:none;
background:none;
border:none;
cursor:pointer;
padding:0;
width:36px;
height:28px;
flex-direction:column;
justify-content:space-between;
z-index:999;
}

.hamburger span{
display:block;
height:3px;
border-radius:999px;
background:#fff;
}

@media(max-width:768px){

.hamburger{
display:flex;
}

.nav-pill{
display:none;
}

}

@media(max-width:768px){

.nav-links{
display:none;
position:absolute;
top:100%;
left:0;
right:0;
background:#090b12;
padding:1.5rem;
flex-direction:column;
gap:1rem;
border-bottom:1px solid rgba(255,255,255,.08);
}

.nav-links.mobile-open{
display:flex;
align-items:flex-end;
text-align:right;
}

}
  