/* ============ La Casa del Estampado — Design System ============ */
:root{
  --teal: #2DB7B9;
  --teal-dark: #1A7A7C;
  --teal-deep: #0B3D3E;
  --ink: #082A2B;
  --coral: #FF6B6B;
  --violet: #7C4DFF;
  --yellow: #FFD93D;
  --blue: #3E8EFF;
  --pink: #FF3E9D;
  --orange: #FF9F43;
  --white: #ffffff;
  --off-white: #F4FBFB;
  --gray: #5C7B7C;
  --font: 'Poppins', sans-serif;
  --font-display: 'Bebas Neue', sans-serif;
  --radius: 22px;
  --ease: cubic-bezier(.22,1,.36,1);
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--off-white);
  overflow-x: hidden;
  cursor: default;
}
img{ max-width:100%; display:block; }
a{ text-decoration:none; color:inherit; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family:inherit; cursor:pointer; }
.container{ width:100%; max-width:1200px; margin:0 auto; padding:0 24px; }

::selection{ background: var(--teal); color:#fff; }

/* Scrollbar */
::-webkit-scrollbar{ width:10px; }
::-webkit-scrollbar-track{ background: var(--off-white); }
::-webkit-scrollbar-thumb{ background: var(--teal); border-radius:10px; }

/* ============ Gradient text / helpers ============ */
.gradient-text{
  background: linear-gradient(90deg, var(--teal) 0%, var(--blue) 35%, var(--violet) 65%, var(--pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 300% 100%;
  animation: gradientShift 6s ease infinite;
}
@keyframes gradientShift{
  0%,100%{ background-position: 0% 50%; }
  50%{ background-position: 100% 50%; }
}

.eyebrow{
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.78rem;
  color: var(--teal-dark);
  margin:0 0 12px;
}
.eyebrow.center{ text-align:center; }
.dot-sep{ color: var(--coral); margin:0 4px; }

.section-title{
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height:1.15;
  margin:0 0 18px;
  font-weight:700;
  letter-spacing:-0.01em;
}
.section-title.center{ text-align:center; margin-left:auto; margin-right:auto; max-width:800px; }
.section-sub{ color: var(--gray); font-size:1.05rem; max-width:600px; }
.section-sub.center{ margin:0 auto 10px; text-align:center; }
.section-head{ margin-bottom:56px; }

.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:16px 30px;
  border-radius:100px;
  font-weight:600;
  font-size:.98rem;
  border:none;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s;
  white-space:nowrap;
}
.btn:active{ transform: scale(.96); }
.btn-primary{
  background: linear-gradient(90deg, var(--teal), var(--teal-dark));
  color:#fff;
  box-shadow: 0 10px 30px -8px rgba(45,183,185,.6);
}
.btn-primary:hover{ transform: translateY(-3px); box-shadow: 0 16px 34px -6px rgba(45,183,185,.7); }
.btn-ghost{
  background: rgba(255,255,255,.12);
  color:#fff;
  border:1.5px solid rgba(255,255,255,.55);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover{ background: rgba(255,255,255,.25); transform: translateY(-3px); }
.btn-outline-light{
  background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,.7);
}
.btn-outline-light:hover{ background: rgba(255,255,255,.15); transform: translateY(-3px); }
.btn.full{ width:100%; justify-content:center; }

/* ============ Icons (inline SVG via mask, no external deps) ============ */
.ico-wa, .ico-fb, .ico-pin{
  display:inline-block; width:1.1em; height:1.1em; background-color: currentColor;
  -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
  -webkit-mask-position:center; mask-position:center;
  -webkit-mask-size:contain; mask-size:contain;
}
.ico-wa{ -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E");}
.ico-fb{ -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");}
.ico-pin{ -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.4 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.4 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z'/%3E%3C/svg%3E");}
.ico-wa.big,.ico-fb.big,.ico-pin.big{ width:26px; height:26px; }

/* ============ Preloader ============ */
.preloader{
  position:fixed; inset:0; z-index:9999;
  background: linear-gradient(160deg, var(--teal-deep), var(--teal-dark) 60%, var(--teal));
  display:flex; align-items:center; justify-content:center;
  transition: opacity .8s var(--ease), visibility .8s var(--ease), transform .8s var(--ease);
  overflow:hidden;
}
.preloader.done{ opacity:0; visibility:hidden; transform: scale(1.05); pointer-events:none; }
.preloader-inner{ text-align:center; position:relative; z-index:2; }
.preloader-logo{
  width:120px; height:120px; border-radius:50%;
  animation: preloaderPop 1.4s var(--ease) infinite alternate, spinSlow 8s linear infinite;
  box-shadow: 0 0 60px rgba(255,255,255,.35);
}
@keyframes preloaderPop{ from{ transform: scale(1);} to{ transform: scale(1.08);} }
@keyframes spinSlow{ from{ transform: rotate(0);} to{ transform: rotate(360deg);} }
.preloader-bar{
  width:220px; height:6px; border-radius:10px; background: rgba(255,255,255,.2);
  margin:28px auto 14px; overflow:hidden;
}
.preloader-bar span{
  display:block; height:100%; width:0%;
  background: linear-gradient(90deg, var(--yellow), var(--coral), var(--pink), var(--violet));
  background-size:300% 100%;
  animation: gradientShift 2s linear infinite;
  transition: width .3s ease-out;
}
.preloader-text{ color:#fff; font-weight:500; letter-spacing:.05em; opacity:.9; }
.dots i{ font-style:normal; animation: blinkDot 1.2s infinite; }
.dots i:nth-child(2){ animation-delay:.2s; }
.dots i:nth-child(3){ animation-delay:.4s; }
@keyframes blinkDot{ 0%,80%,100%{ opacity:0;} 40%{ opacity:1;} }
.ink-drop{
  position:absolute; border-radius:50%;
  filter: blur(3px); opacity:.5;
  animation: floatDrop 6s ease-in-out infinite;
}
.drop1{ width:140px; height:140px; background: var(--coral); top:12%; left:8%; animation-duration:7s; }
.drop2{ width:90px; height:90px; background: var(--yellow); bottom:15%; right:12%; animation-duration:5s; }
.drop3{ width:110px; height:110px; background: var(--violet); bottom:8%; left:20%; animation-duration:8s; }
@keyframes floatDrop{ 0%,100%{ transform: translateY(0) scale(1);} 50%{ transform: translateY(-30px) scale(1.15);} }

/* ============ Custom cursor blob (desktop only) ============ */
.cursor-blob{
  position:fixed; top:0; left:0; width:26px; height:26px; border-radius:50%;
  background: radial-gradient(circle, var(--coral), var(--pink));
  mix-blend-mode: multiply;
  pointer-events:none; z-index:9000;
  transform: translate(-50%,-50%);
  transition: width .25s, height .25s, background .25s, opacity .25s;
  opacity:0;
}
@media (hover:hover) and (pointer:fine){
  .cursor-blob{ opacity:.75; }
}

/* ============ Reveal animations ============ */
.reveal-up, .reveal-left, .reveal-right, .reveal-scale{
  opacity:0;
  transition: opacity .9s var(--ease), transform .9s var(--ease);
  transition-delay: calc(var(--delay, 0) * .12s);
}
.reveal-up{ transform: translateY(50px); }
.reveal-left{ transform: translateX(-60px); }
.reveal-right{ transform: translateX(60px); }
.reveal-scale{ transform: scale(.85); }
.reveal-up.in-view{ opacity:1; transform: translateY(0); }
.reveal-left.in-view{ opacity:1; transform: translateX(0); }
.reveal-right.in-view{ opacity:1; transform: translateX(0); }
.reveal-scale.in-view{ opacity:1; transform: scale(1); }

/* ============ Navbar ============ */
.navbar{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  padding:18px 0;
  transition: background .4s ease, padding .4s ease, box-shadow .4s ease;
}
.navbar.scrolled{
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(14px);
  padding:10px 0;
  box-shadow: 0 8px 30px -12px rgba(8,42,43,.25);
}
.nav-inner{ display:flex; align-items:center; justify-content:space-between; }
.logo-wrap{ display:flex; align-items:center; gap:12px; }
.nav-logo{ width:46px; height:46px; border-radius:50%; transition: transform .4s var(--ease); }
.logo-wrap:hover .nav-logo{ transform: rotate(18deg); }
.logo-text{ font-weight:600; font-size:1.05rem; color:#fff; transition: color .4s; }
.logo-text strong{ color: var(--yellow); }
.navbar.scrolled .logo-text{ color: var(--ink); }
.navbar.scrolled .logo-text strong{ color: var(--teal); }

.nav-links{ display:flex; align-items:center; gap:32px; }
.nav-links a:not(.nav-cta){
  font-weight:500; font-size:.95rem; color:#fff; position:relative; padding:4px 0;
  transition: color .3s;
}
.navbar.scrolled .nav-links a:not(.nav-cta){ color: var(--ink); }
.nav-links a:not(.nav-cta)::after{
  content:''; position:absolute; left:0; bottom:-2px; height:2px; width:0;
  background: linear-gradient(90deg,var(--teal),var(--coral));
  transition: width .3s var(--ease);
}
.nav-links a:not(.nav-cta):hover::after{ width:100%; }
.nav-cta{
  background: linear-gradient(90deg, var(--teal), var(--teal-dark));
  color:#fff !important; padding:11px 22px; border-radius:100px; font-weight:600;
  display:flex; align-items:center; gap:8px;
  box-shadow: 0 8px 20px -6px rgba(45,183,185,.6);
  transition: transform .3s var(--ease);
}
.nav-cta:hover{ transform: translateY(-2px) scale(1.03); }
.burger{ display:none; flex-direction:column; gap:5px; background:none; border:none; padding:8px; z-index:1100; }
.burger span{ width:26px; height:3px; border-radius:2px; background:#fff; transition:.35s; }
.navbar.scrolled .burger span{ background: var(--ink); }
.burger.active span:nth-child(1){ transform: translateY(8px) rotate(45deg); }
.burger.active span:nth-child(2){ opacity:0; }
.burger.active span:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }

/* ============ Hero ============ */
.hero{
  position:relative; min-height:100vh;
  display:flex; align-items:center;
  overflow:hidden;
  padding-top:110px;
}
.hero-bg{
  position:absolute; inset:0;
  background-size:cover; background-position:center;
  transform: scale(1.1);
  animation: heroZoom 20s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroZoom{ from{ transform: scale(1.1);} to{ transform: scale(1.22);} }
.hero-overlay{
  position:absolute; inset:0;
  background: linear-gradient(160deg, rgba(8,42,43,.94) 10%, rgba(11,61,62,.85) 45%, rgba(45,183,185,.55) 100%);
}
.blob{
  position:absolute; border-radius:50%; filter: blur(40px); opacity:.55; z-index:1;
  will-change: transform; transform: translateZ(0);
}
.blob-a{ width:420px; height:420px; background: var(--violet); top:-10%; right:-8%; }
.blob-b{ width:320px; height:320px; background: var(--coral); bottom:0%; left:-6%; }
.blob-c{ width:260px; height:260px; background: var(--yellow); top:40%; left:40%; opacity:.25; }
.blob-d{ width:400px; height:400px; background: var(--pink); top:-10%; left:-10%; opacity:.18; filter: blur(50px); }
.ink-splash{ position:absolute; border-radius:50% 40% 60% 30%; z-index:1; opacity:.5; }
.splash1{ width:160px; height:160px; background: radial-gradient(circle, var(--blue), transparent 70%); top:18%; left:6%; animation: floatDrop 9s ease-in-out infinite; }
.splash2{ width:200px; height:200px; background: radial-gradient(circle, var(--pink), transparent 70%); bottom:10%; right:8%; animation: floatDrop 11s ease-in-out infinite reverse; }

.hero-inner{ position:relative; z-index:3; color:#fff; }
.hero-title{ font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight:800; line-height:1.08; margin:0 0 22px; letter-spacing:-0.02em; }
.hero-title .line{ display:block; }
.hero-sub{ font-size:1.15rem; max-width:560px; color: rgba(255,255,255,.88); margin-bottom:36px; }
.hero-cta{ display:flex; gap:18px; flex-wrap:wrap; margin-bottom:56px; }
.hero-stats{ display:flex; gap:52px; flex-wrap:wrap; }
.stat{ display:flex; flex-direction:column; }
.stat-num{ font-family: var(--font-display); font-size:2.6rem; color: var(--yellow); letter-spacing:.02em; }
.stat-label{ font-size:.85rem; color: rgba(255,255,255,.75); max-width:130px; }

.scroll-cue{ position:absolute; bottom:32px; left:50%; transform: translateX(-50%); z-index:3; text-align:center; color:#fff; }
.scroll-cue span{
  display:block; width:26px; height:42px; border:2px solid rgba(255,255,255,.6); border-radius:20px; margin:0 auto 8px; position:relative;
}
.scroll-cue span::after{
  content:''; position:absolute; top:6px; left:50%; width:4px; height:8px; background:#fff; border-radius:3px;
  transform: translateX(-50%); animation: scrollDown 1.6s ease-in-out infinite;
}
@keyframes scrollDown{ 0%{ opacity:1; top:6px;} 100%{ opacity:0; top:20px;} }
.scroll-cue p{ font-size:.7rem; letter-spacing:.15em; text-transform:uppercase; margin:0; opacity:.8; }

/* ============ Marquee ============ */
.marquee{
  background: var(--ink); padding:16px 0; overflow:hidden; white-space:nowrap;
  border-top: 4px solid var(--teal); border-bottom:4px solid var(--teal);
}
.marquee-track{ display:inline-flex; gap:20px; animation: marqueeMove 26s linear infinite; }
.marquee-track span{
  font-family: var(--font-display); font-size:1.4rem; letter-spacing:.08em; color:#fff; padding:0 6px;
}
.marquee-track span:nth-child(4n+2){ color: var(--coral); }
.marquee-track span:nth-child(4n+3){ color: var(--yellow); }
.marquee-track span:nth-child(4n){ color: var(--teal); }
@keyframes marqueeMove{ from{ transform: translateX(0);} to{ transform: translateX(-50%);} }

/* ============ About ============ */
.about{ padding:120px 0; background: var(--off-white); position:relative; overflow:hidden; }
.about-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:70px; align-items:center; }
.about-media{ position:relative; }
.about-img-frame{
  border-radius: var(--radius); overflow:hidden; box-shadow: 0 30px 60px -20px rgba(8,42,43,.3);
  transition: transform .5s var(--ease);
}
.about-img-frame img{ height:380px; object-fit:cover; }
.about-img-frame.small{ width:60%; margin-top:-60px; margin-left:auto; margin-right:6%; position:relative; z-index:2; border:6px solid var(--off-white); }
.about-img-frame.small img{ height:220px; }
.about-img-frame:hover{ transform: translateY(-6px) rotate(-1deg); }
.badge-float{
  position:absolute; top:-30px; left:-30px; width:110px; height:110px; z-index:3;
  animation: spinSlow 14s linear infinite;
  filter: drop-shadow(0 10px 20px rgba(8,42,43,.25));
}
.badge-float img{ border-radius:50%; }

.about-content .about-text{ color: var(--gray); font-size:1.03rem; line-height:1.75; margin-bottom:18px; }
.about-list{ margin:26px 0; }
.about-list li{ display:flex; align-items:center; gap:12px; margin-bottom:14px; font-weight:500; }
.check{
  width:22px; height:22px; border-radius:50%; flex:none;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  position:relative;
}
.check::after{
  content:''; position:absolute; left:6px; top:3px; width:6px; height:11px;
  border-right:2px solid #fff; border-bottom:2px solid #fff; transform: rotate(45deg);
}
.link-arrow{ font-weight:600; color: var(--teal-dark); display:inline-flex; gap:6px; align-items:center; }
.link-arrow i{ transition: transform .3s var(--ease); font-style:normal; }
.link-arrow:hover i{ transform: translateX(6px); }

/* ============ Services ============ */
.services{ padding:120px 0; background:#fff; position:relative; }
.services-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap:28px;
}
.service-card{
  background: var(--off-white);
  border-radius: var(--radius);
  padding:0 0 28px;
  overflow:hidden;
  position:relative;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  border: 1px solid #e7f3f3;
}
.service-card::before{
  content:''; position:absolute; top:0; left:0; right:0; height:5px;
  background: var(--accent, var(--teal));
}
.service-card:hover{ transform: translateY(-10px); box-shadow: 0 26px 50px -20px rgba(8,42,43,.28); }
.service-img{ height:210px; overflow:hidden; margin-bottom:22px; }
.service-img img{ width:100%; height:100%; object-fit:cover; transition: transform .6s var(--ease); }
.service-card:hover .service-img img{ transform: scale(1.1); }
.service-card h3{ margin:0 22px 8px; font-size:1.25rem; }
.service-card p{ margin:0 22px; color: var(--gray); font-size:.95rem; line-height:1.6; }
.service-card.wide{ grid-column: span 1; }
@media (min-width: 900px){
  .service-card.wide{ grid-column: span 1; }
}

/* ============ Process ============ */
.process{ padding:120px 0; background: linear-gradient(180deg, var(--teal-deep), var(--teal-dark)); color:#fff; position:relative; overflow:hidden; }
.process .section-title, .process .eyebrow{ color:#fff; }
.process .eyebrow{ color: var(--yellow); }
.steps{ display:grid; grid-template-columns: repeat(4, 1fr); gap:28px; position:relative; z-index:2; }
.step{
  background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.15);
  border-radius: var(--radius); padding:32px 24px; backdrop-filter: blur(6px);
  transition: transform .4s var(--ease), background .4s;
}
.step:hover{ transform: translateY(-8px); background: rgba(255,255,255,.12); }
.step-num{
  font-family: var(--font-display); font-size:2.6rem; margin-bottom:14px;
  background: linear-gradient(90deg, var(--yellow), var(--coral));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.step h3{ margin:0 0 10px; font-size:1.1rem; }
.step p{ margin:0; color: rgba(255,255,255,.75); font-size:.92rem; line-height:1.6; }

/* ============ Gallery ============ */
.gallery{ padding:120px 0 100px; background:#fff; }
.gallery-grid{
  display:grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows:200px; gap:14px;
  max-width:1200px; margin:0 auto; padding:0 24px;
}
.gallery-item{ border-radius:16px; overflow:hidden; position:relative; }
.gallery-item img{ width:100%; height:100%; object-fit:cover; transition: transform .6s var(--ease); }
.gallery-item:hover img{ transform: scale(1.15) rotate(1deg); }
.gallery-item::after{
  content:''; position:absolute; inset:0; background: linear-gradient(180deg, transparent 50%, rgba(8,42,43,.55));
  opacity:0; transition: opacity .4s;
}
.gallery-item:hover::after{ opacity:1; }
.gallery-item:nth-child(1){ grid-column: span 2; grid-row: span 2; }
.gallery-item:nth-child(6){ grid-column: span 2; }

/* ============ CTA band ============ */
.cta-band{
  position:relative; overflow:hidden;
  background: linear-gradient(120deg, var(--teal), var(--violet));
  padding:100px 0; text-align:center; color:#fff;
}
.cta-blob{
  position:absolute; width:600px; height:600px; border-radius:50%;
  background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%);
  top:-30%; left:-10%;
}
.cta-inner h2{ font-size: clamp(1.8rem,4vw,3rem); margin:0 0 16px; font-weight:800; }
.cta-inner .gradient-text{ background: linear-gradient(90deg,var(--yellow),#fff); -webkit-background-clip:text; background-clip:text; }
.cta-inner p{ max-width:520px; margin:0 auto 36px; color: rgba(255,255,255,.9); }
.cta-buttons{ display:flex; gap:18px; justify-content:center; flex-wrap:wrap; }

/* ============ Contact ============ */
.contact{ padding:120px 0; background: var(--off-white); }
.contact-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:60px; }
.contact-info .about-text{ color: var(--gray); margin-bottom:30px; }
.contact-cards{ display:flex; flex-direction:column; gap:16px; }
.contact-card{
  display:flex; align-items:center; gap:16px; background:#fff; padding:18px 22px; border-radius:16px;
  box-shadow: 0 10px 30px -18px rgba(8,42,43,.3); transition: transform .3s var(--ease);
}
.contact-card:not(.no-link):hover{ transform: translateX(8px); }
.contact-card i{ color: var(--teal); flex:none; }
.contact-card h4{ margin:0 0 2px; font-size:1rem; }
.contact-card p{ margin:0; color: var(--gray); font-size:.9rem; }

.contact-form{
  background:#fff; padding:40px; border-radius: var(--radius);
  box-shadow: 0 30px 60px -25px rgba(8,42,43,.25);
}
.contact-form h3{ margin:0 0 22px; font-size:1.5rem; }
.form-row{ display:flex; gap:14px; margin-bottom:14px; }
.contact-form input, .contact-form select, .contact-form textarea{
  width:100%; padding:14px 16px; border-radius:12px; border:1.5px solid #e2eeee;
  font-family:inherit; font-size:.95rem; margin-bottom:14px; background: var(--off-white);
  transition: border-color .3s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus{
  outline:none; border-color: var(--teal);
}
.contact-form textarea{ resize:vertical; }

/* ============ Footer ============ */
.footer{ background: var(--ink); color:#fff; padding:56px 0 24px; }
.footer-inner{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:24px; padding-bottom:32px; border-bottom:1px solid rgba(255,255,255,.12); }
.logo-text.light{ color:#fff; }
.footer-links{ display:flex; gap:26px; flex-wrap:wrap; }
.footer-links a{ color: rgba(255,255,255,.75); font-size:.92rem; transition: color .3s; }
.footer-links a:hover{ color: var(--teal); }
.footer-social{ display:flex; gap:14px; }
.footer-social a{
  width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,.08); color:#fff; transition: background .3s, transform .3s;
}
.footer-social a:hover{ background: var(--teal); transform: translateY(-3px); }
.footer-bottom{ text-align:center; color: rgba(255,255,255,.5); font-size:.82rem; margin:24px 0 0; }

/* ============ WhatsApp floating button ============ */
.wa-float{
  position:fixed; bottom:26px; right:26px; z-index:800;
  width:62px; height:62px; border-radius:50%;
  background: linear-gradient(135deg, #25D366, #1AA850);
  display:flex; align-items:center; justify-content:center; color:#fff; font-size:1.6rem;
  box-shadow: 0 14px 30px -10px rgba(37,211,102,.7);
  animation: waPulse 2.4s ease-in-out infinite;
}
@keyframes waPulse{
  0%,100%{ box-shadow: 0 14px 30px -10px rgba(37,211,102,.7); }
  50%{ box-shadow: 0 14px 30px -6px rgba(37,211,102,1), 0 0 0 10px rgba(37,211,102,.15); }
}

/* ============ Responsive ============ */
@media (max-width: 980px){
  .about-grid, .contact-grid{ grid-template-columns:1fr; gap:50px; }
  .services-grid{ grid-template-columns: repeat(2,1fr); }
  .steps{ grid-template-columns: repeat(2,1fr); }
  .gallery-grid{ grid-template-columns: repeat(3,1fr); grid-auto-rows:160px; }
  .gallery-item:nth-child(1){ grid-column: span 2; grid-row: span 2; }
  .about-img-frame.small{ width:70%; }
}
@media (max-width: 760px){
  .nav-links{
    position:fixed; top:0; right:0; height:100vh; width:min(320px,80vw);
    background: linear-gradient(180deg, var(--teal-deep), var(--teal-dark));
    flex-direction:column; justify-content:center; align-items:flex-start; gap:28px;
    padding:40px; transform: translateX(100%); transition: transform .5s var(--ease);
  }
  .nav-links.open{ transform: translateX(0); }
  .nav-links a:not(.nav-cta){ color:#fff !important; font-size:1.1rem; }
  .burger{ display:flex; }
  .hero{ padding-top:100px; text-align:left; }
  .hero-stats{ gap:28px; }
  .services-grid{ grid-template-columns: 1fr; }
  .steps{ grid-template-columns: 1fr; }
  .gallery-grid{ grid-template-columns: repeat(2,1fr); grid-auto-rows:150px; }
  .gallery-item:nth-child(1){ grid-column: span 2; grid-row: span 1; }
  .gallery-item:nth-child(6){ grid-column: span 1; }
  .form-row{ flex-direction:column; gap:0; }
  .footer-inner{ flex-direction:column; text-align:center; }
  .cursor-blob{ display:none; }
}
@media (max-width: 480px){
  .hero-title{ font-size:2.1rem; }
  .stat-num{ font-size:2rem; }
  .about-img-frame img{ height:280px; }
  .about-img-frame.small img{ height:170px; }
  .contact-form{ padding:26px; }
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
}
