/* ============ VARIABLES ============ */
:root{
  --green-900:#0a2e14;
  --green-800:#0f4420;
  --green-700:#16592b;
  --green-600:#1f7536;
  --green-500:#2f9645;
  --green-400:#4db85a;
  --green-300:#8fdb8f;
  --green-200:#c9f2c4;
  --gold-500:#eeb428;
  --gold-400:#f5cb5c;
  --ink-900:#07100a;
  --ink-800:#0c1810;
  --ink-700:#132018;
  --paper-0:#ffffff;
  --paper-50:#faf9f4;
  --paper-100:#f2f0e6;
  --text-900:#0e1a12;
  --text-600:#4a5850;
  --text-400:#7c8a80;
  --line:#e4e2d6;
  --radius-lg:28px;
  --radius-md:18px;
  --radius-sm:12px;
  --shadow-soft:0 20px 60px -20px rgba(10,40,20,.25);
  --shadow-card:0 10px 30px -12px rgba(10,40,20,.18);
  --ff-head:'Plus Jakarta Sans',system-ui,sans-serif;
  --ff-body:'Inter',system-ui,sans-serif;
  --ease:cubic-bezier(.19,1,.22,1);
}

.oletuweb-landing{box-sizing:border-box}
.oletuweb-landing *,.oletuweb-landing *::before,.oletuweb-landing *::after{box-sizing:border-box}
html{scroll-behavior:smooth}
.oletuweb-landing{
  font-family:var(--ff-body);
  color:var(--text-900);
  background:var(--paper-50);
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
.oletuweb-landing img{max-width:100%;display:block}
.oletuweb-landing a{color:inherit;text-decoration:none}
.oletuweb-landing ul{list-style:none;margin:0;padding:0}
.oletuweb-landing button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
.oletuweb-landing h1,.oletuweb-landing h2,.oletuweb-landing h3,.oletuweb-landing h4{font-family:var(--ff-head);color:var(--text-900);line-height:1.15;letter-spacing:-0.02em;margin:0}
.oletuweb-landing section{position:relative}
.oletuweb-landing .container{width:min(1180px,92%);margin-inline:auto}
.oletuweb-landing :focus-visible{outline:3px solid var(--gold-500);outline-offset:3px}

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

/* ============ UTILITIES ============ */
.oletuweb-landing .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--ff-head);font-weight:700;font-size:.78rem;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--green-600);
  background:linear-gradient(135deg,var(--green-200),#eaf7e6);
  padding:8px 16px;border-radius:100px;
  border:1px solid var(--green-300);
}
.oletuweb-landing .eyebrow.on-dark{
  color:var(--green-200);
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
}
.oletuweb-landing .section-head{max-width:680px;margin-bottom:56px}
.oletuweb-landing .section-head.center{margin-inline:auto;text-align:center}
.oletuweb-landing .section-head h2{font-size:clamp(1.9rem,3.6vw,2.7rem);margin-top:16px;margin-bottom:14px}
.oletuweb-landing .section-head p{color:var(--text-600);font-size:1.05rem}

.oletuweb-landing .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:16px 30px;border-radius:100px;font-weight:700;font-size:.95rem;
  font-family:var(--ff-head);transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .3s;
  white-space:nowrap;
}
.oletuweb-landing .btn svg{width:19px;height:19px;flex-shrink:0}
.oletuweb-landing .btn-primary{
  background:linear-gradient(135deg,var(--green-500),var(--green-700));
  color:#fff;box-shadow:0 14px 30px -10px rgba(31,117,54,.55);
}
.oletuweb-landing .btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px -12px rgba(31,117,54,.6)}
.oletuweb-landing .btn-ghost{
  background:rgba(255,255,255,.06);color:#fff;border:1.5px solid rgba(255,255,255,.35);
  backdrop-filter:blur(6px);
}
.oletuweb-landing .btn-ghost:hover{background:rgba(255,255,255,.14);transform:translateY(-3px)}
.oletuweb-landing .btn-dark{background:var(--ink-900);color:#fff}
.oletuweb-landing .btn-dark:hover{transform:translateY(-3px);box-shadow:0 16px 34px -14px rgba(0,0,0,.5)}
.oletuweb-landing .btn-whatsapp{
  background:#25D366;color:#04360f;box-shadow:0 14px 28px -10px rgba(37,211,102,.55);
}
.oletuweb-landing .btn-whatsapp:hover{transform:translateY(-3px)}
.oletuweb-landing .btn-sm{padding:12px 22px;font-size:.85rem}

/* reveal-on-scroll */
.oletuweb-landing .reveal{opacity:0;transform:translateY(36px);transition:opacity .8s var(--ease),transform .8s var(--ease);transition-delay:calc(var(--d,0) * 90ms)}
.oletuweb-landing .reveal.active{opacity:1;transform:translateY(0)}
.no-js .oletuweb-landing .reveal{opacity:1;transform:none}

/* ============ NAV ============ */
.oletuweb-landing .nav{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  padding:22px 0;transition:all .4s var(--ease);
}
.oletuweb-landing .nav-inner{
  width:min(1180px,92%);margin-inline:auto;
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 10px 10px 16px;border-radius:100px;
  transition:all .4s var(--ease);
}
.oletuweb-landing .nav.scrolled{padding:12px 0}
.oletuweb-landing .nav.scrolled .nav-inner{
  background:rgba(255,255,255,.85);backdrop-filter:blur(16px) saturate(160%);
  box-shadow:0 10px 30px -14px rgba(10,30,15,.25);border:1px solid rgba(255,255,255,.6);
}
.oletuweb-landing .brand{display:flex;align-items:center;gap:10px;font-family:var(--ff-head);font-weight:800;font-size:1.15rem;color:#fff}
.oletuweb-landing .brand svg,.oletuweb-landing .brand img{width:42px;height:42px;flex-shrink:0;border-radius:50%;object-fit:cover}
.oletuweb-landing .nav.scrolled .brand{color:var(--text-900)}
.oletuweb-landing .nav-links{display:flex;align-items:center;gap:30px}
.oletuweb-landing .nav-links a{
  font-weight:600;font-size:.92rem;color:rgba(255,255,255,.88);position:relative;padding:6px 2px;
}
.oletuweb-landing .nav.scrolled .nav-links a{color:var(--text-600)}
.oletuweb-landing .nav-links a::after{
  content:'';position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--green-500);
  transition:width .3s var(--ease);
}
.oletuweb-landing .nav-links a:hover::after,.oletuweb-landing .nav-links a.active::after{width:100%}
.oletuweb-landing .nav-links a.active{color:var(--green-500)!important}
.oletuweb-landing .nav-cta{display:flex;align-items:center;gap:10px}
.oletuweb-landing .burger{display:none;width:44px;height:44px;border-radius:50%;align-items:center;justify-content:center;background:rgba(255,255,255,.12)}
.oletuweb-landing .nav.scrolled .burger{background:var(--paper-100)}
.oletuweb-landing .burger span,.oletuweb-landing .burger::before,.oletuweb-landing .burger::after{content:'';display:block;width:20px;height:2px;background:#fff;transition:all .3s}
.oletuweb-landing .nav.scrolled .burger span,.oletuweb-landing .nav.scrolled .burger::before,.oletuweb-landing .nav.scrolled .burger::after{background:var(--text-900)}
.oletuweb-landing .burger{position:relative}
.oletuweb-landing .burger::before{position:absolute;transform:translateY(-6px)}
.oletuweb-landing .burger::after{position:absolute;transform:translateY(6px)}
.oletuweb-landing .burger.open::before{transform:rotate(45deg)}
.oletuweb-landing .burger.open::after{transform:rotate(-45deg)}
.oletuweb-landing .burger.open span{opacity:0}

.oletuweb-mobile-menu{
  position:fixed;inset:0;z-index:999;background:var(--ink-900);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;
  opacity:0;visibility:hidden;transform:translateY(-16px);transition:all .4s var(--ease);
}
.oletuweb-mobile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}
.oletuweb-mobile-menu a{font-family:var(--ff-head);font-size:1.5rem;font-weight:700;color:#fff}
.oletuweb-mobile-menu .btn{margin-top:14px}

/* ============ HERO ============ */
.oletuweb-landing .hero{
  min-height:100vh;display:flex;align-items:center;
  background:radial-gradient(120% 100% at 15% 0%,#12331a 0%,var(--ink-900) 55%),var(--ink-900);
  color:#fff;padding:150px 0 100px;overflow:hidden;
}
.oletuweb-landing .hero-blob{
  position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none;z-index:0;
}
.oletuweb-landing .blob-1{width:520px;height:520px;background:radial-gradient(circle,rgba(79,184,90,.5),transparent 70%);top:-140px;right:-120px}
.oletuweb-landing .blob-2{width:420px;height:420px;background:radial-gradient(circle,rgba(238,180,40,.28),transparent 70%);bottom:-160px;left:-100px}
.oletuweb-landing .hero-grid-lines{
  position:absolute;inset:0;z-index:0;opacity:.35;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:60px 60px;
  mask-image:radial-gradient(ellipse 80% 60% at 60% 20%,black 30%,transparent 75%);
}
.oletuweb-landing .hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}
.oletuweb-landing .hero-copy h1{font-size:clamp(2.4rem,5vw,3.8rem);margin:20px 0 22px;color:#fff}
.oletuweb-landing .hero-copy h1 .accent{color:var(--green-400)}
.oletuweb-landing .hero-copy p{font-size:1.12rem;color:rgba(255,255,255,.72);max-width:540px;margin-bottom:34px}
.oletuweb-landing .hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:46px}
.oletuweb-landing .hero-stats{display:flex;gap:36px;flex-wrap:wrap}
.oletuweb-landing .hero-stat b{display:block;font-family:var(--ff-head);font-size:1.9rem;color:var(--green-300)}
.oletuweb-landing .hero-stat span{font-size:.82rem;color:rgba(255,255,255,.55)}

.oletuweb-landing .hero-visual{position:relative;display:flex;align-items:center;justify-content:center}
.oletuweb-landing .hero-badge{
  width:min(360px,100%);aspect-ratio:1;
  display:flex;align-items:center;justify-content:center;
  position:relative;
  animation:oletuweb-float 6s ease-in-out infinite;
}
.oletuweb-landing .hero-badge svg,.oletuweb-landing .hero-badge img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 14px 26px rgba(0,0,0,.35))}
@keyframes oletuweb-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-16px) rotate(1.5deg)}}
.oletuweb-landing .floating-card{
  position:absolute;background:rgba(255,255,255,.95);color:var(--text-900);
  padding:14px 18px;border-radius:16px;box-shadow:0 16px 34px -12px rgba(0,0,0,.35);
  display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:700;
  animation:oletuweb-float 5s ease-in-out infinite;
}
.oletuweb-landing .floating-card.c1{top:6%;left:-8%;animation-delay:.4s}
.oletuweb-landing .floating-card.c2{bottom:10%;right:-10%;animation-delay:1s}
.oletuweb-landing .floating-card .dot{width:10px;height:10px;border-radius:50%;background:var(--green-500);flex-shrink:0}
.oletuweb-landing .floating-card .dot.gold{background:var(--gold-500)}

.oletuweb-landing .scroll-cue{
  position:absolute;bottom:32px;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);
  font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;z-index:2;
}
.oletuweb-landing .scroll-cue .line{width:1px;height:34px;background:linear-gradient(rgba(255,255,255,.6),transparent);animation:oletuweb-scrollLine 2s infinite}
@keyframes oletuweb-scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

/* ============ LOGO STRIP ============ */
.oletuweb-landing .strip{background:var(--paper-100);padding:26px 0;border-bottom:1px solid var(--line)}
.oletuweb-landing .strip-inner{display:flex;flex-wrap:wrap;gap:14px 40px;align-items:center;justify-content:center;color:var(--text-400);font-weight:600;font-size:.85rem;letter-spacing:.03em}

/* ============ SERVICIOS ============ */
.oletuweb-landing .services{padding:130px 0 110px;background:var(--paper-50)}
.oletuweb-landing .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.oletuweb-landing .svc-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);
  padding:34px 28px;box-shadow:var(--shadow-card);
  transition:transform .45s var(--ease),box-shadow .45s var(--ease),border-color .3s;
  position:relative;overflow:hidden;
}
.oletuweb-landing .svc-card:hover{transform:translateY(-8px);box-shadow:0 26px 50px -18px rgba(10,40,20,.28);border-color:var(--green-300)}
.oletuweb-landing .svc-icon{
  width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--green-500),var(--green-700));margin-bottom:22px;position:relative;z-index:1;
  box-shadow:0 10px 22px -8px rgba(31,117,54,.5);
}
.oletuweb-landing .svc-icon svg{width:28px;height:28px;color:#fff}
.oletuweb-landing .svc-card h3{font-size:1.18rem;margin-bottom:10px;position:relative;z-index:1}
.oletuweb-landing .svc-card p{color:var(--text-600);font-size:.95rem;position:relative;z-index:1}
.oletuweb-landing .svc-card .num{position:absolute;top:20px;right:24px;font-family:var(--ff-head);font-weight:800;font-size:2.4rem;color:var(--paper-100);z-index:0}

/* ============ BENEFICIOS ============ */
.oletuweb-landing .benefits{padding:110px 0;background:var(--ink-900);color:#fff;position:relative;overflow:hidden}
.oletuweb-landing .benefits::before{
  content:'';position:absolute;width:600px;height:600px;border-radius:50%;
  background:radial-gradient(circle,rgba(79,184,90,.18),transparent 70%);top:-200px;left:-160px;
}
.oletuweb-landing .ben-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;position:relative;z-index:1}
.oletuweb-landing .ben-list{display:grid;gap:22px}
.oletuweb-landing .ben-item{display:flex;gap:18px;align-items:flex-start;padding:20px;border-radius:18px;transition:background .3s}
.oletuweb-landing .ben-item:hover{background:rgba(255,255,255,.04)}
.oletuweb-landing .ben-icon{
  width:48px;height:48px;flex-shrink:0;border-radius:14px;background:rgba(79,184,90,.15);
  border:1px solid rgba(79,184,90,.4);display:flex;align-items:center;justify-content:center;
}
.oletuweb-landing .ben-icon svg{width:22px;height:22px;color:var(--green-300)}
.oletuweb-landing .ben-item h4{font-size:1.05rem;margin-bottom:6px;color:#fff}
.oletuweb-landing .ben-item p{color:rgba(255,255,255,.6);font-size:.9rem}
.oletuweb-landing .ben-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.oletuweb-landing .stat-card{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:22px;
  padding:32px 26px;backdrop-filter:blur(10px);
}
.oletuweb-landing .stat-card b{font-family:var(--ff-head);font-size:2.6rem;color:var(--gold-400);display:block}
.oletuweb-landing .stat-card span{color:rgba(255,255,255,.6);font-size:.88rem}
.oletuweb-landing .stat-card.wide{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:20px}

/* ============ PROCESO ============ */
.oletuweb-landing .process{padding:130px 0 110px;background:var(--paper-50)}
.oletuweb-landing .proc-track{position:relative}
.oletuweb-landing .proc-track::before{
  content:'';position:absolute;left:29px;top:10px;bottom:10px;width:2px;
  background:repeating-linear-gradient(to bottom,var(--green-300) 0 8px,transparent 8px 16px);
}
.oletuweb-landing .proc-step{display:grid;grid-template-columns:60px 1fr;gap:26px;padding-bottom:52px;position:relative}
.oletuweb-landing .proc-step:last-child{padding-bottom:0}
.oletuweb-landing .proc-num{
  width:60px;height:60px;border-radius:50%;background:#fff;border:2px solid var(--green-400);
  display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-weight:800;
  font-size:1.3rem;color:var(--green-700);position:relative;z-index:1;transition:all .4s var(--ease);
}
.oletuweb-landing .proc-step:hover .proc-num{background:var(--green-500);color:#fff;transform:scale(1.08)}
.oletuweb-landing .proc-body{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:26px 30px;box-shadow:var(--shadow-card);display:flex;flex-wrap:wrap;gap:16px 30px;align-items:center;justify-content:space-between}
.oletuweb-landing .proc-body h3{font-size:1.15rem;margin-bottom:6px}
.oletuweb-landing .proc-body p{color:var(--text-600);font-size:.92rem;max-width:520px}
.oletuweb-landing .proc-tag{font-family:var(--ff-head);font-weight:700;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--green-600);background:var(--green-200);padding:6px 14px;border-radius:100px;white-space:nowrap}

/* ============ TESTIMONIOS ============ */
.oletuweb-landing .testimonials{padding:130px 0;background:var(--ink-900);color:#fff;position:relative}
.oletuweb-landing .tst-wrap{position:relative;max-width:800px;margin-inline:auto}
.oletuweb-landing .tst-track{overflow:hidden;border-radius:var(--radius-lg)}
.oletuweb-landing .tst-slides{display:flex;transition:transform .6s var(--ease)}
.oletuweb-landing .tst-slide{min-width:100%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:52px 48px;text-align:center}
.oletuweb-landing .tst-stars{color:var(--gold-400);font-size:1.2rem;letter-spacing:3px;margin-bottom:20px}
.oletuweb-landing .tst-slide p{font-size:1.2rem;font-family:var(--ff-head);font-weight:500;line-height:1.5;color:#fff;margin-bottom:26px}
.oletuweb-landing .tst-person{display:flex;align-items:center;justify-content:center;gap:12px}
.oletuweb-landing .tst-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--green-400),var(--green-700));display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-weight:800}
.oletuweb-landing .tst-person b{display:block;font-size:.92rem}
.oletuweb-landing .tst-person span{display:block;font-size:.78rem;color:rgba(255,255,255,.55)}
.oletuweb-landing .tst-controls{display:flex;justify-content:center;gap:10px;margin-top:30px}
.oletuweb-landing .tst-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.25);transition:all .3s;padding:0}
.oletuweb-landing .tst-dot.active{background:var(--green-400);width:26px;border-radius:6px}
.oletuweb-landing .tst-arrow{
  position:absolute;top:50%;translate:0 -50%;width:48px;height:48px;border-radius:50%;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;
  transition:background .3s;
}
.oletuweb-landing .tst-arrow:hover{background:rgba(255,255,255,.2)}
.oletuweb-landing .tst-arrow.prev{left:-64px}
.oletuweb-landing .tst-arrow.next{right:-64px}
@media (max-width:900px){.oletuweb-landing .tst-arrow{display:none}}

/* ============ FAQ ============ */
.oletuweb-landing .faq{padding:130px 0 110px;background:var(--paper-50)}
.oletuweb-landing .faq-list{max-width:820px;margin-inline:auto;display:grid;gap:14px}
.oletuweb-landing .faq-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;transition:border-color .3s,box-shadow .3s}
.oletuweb-landing .faq-item.open{border-color:var(--green-400);box-shadow:var(--shadow-card)}
.oletuweb-landing .faq-q{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;font-family:var(--ff-head);font-weight:700;font-size:1rem;width:100%;text-align:left}
.oletuweb-landing .faq-q .plus{width:28px;height:28px;border-radius:50%;background:var(--paper-100);flex-shrink:0;position:relative;transition:all .3s}
.oletuweb-landing .faq-item.open .faq-q .plus{background:var(--green-500);transform:rotate(135deg)}
.oletuweb-landing .faq-q .plus::before,.oletuweb-landing .faq-q .plus::after{content:'';position:absolute;background:var(--text-900);top:50%;left:50%;translate:-50% -50%}
.oletuweb-landing .faq-q .plus::before{width:12px;height:2px}
.oletuweb-landing .faq-q .plus::after{width:2px;height:12px}
.oletuweb-landing .faq-item.open .faq-q .plus::before,.oletuweb-landing .faq-item.open .faq-q .plus::after{background:#fff}
.oletuweb-landing .faq-a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.oletuweb-landing .faq-a p{padding:0 26px 24px;color:var(--text-600);font-size:.95rem;max-width:640px}

/* ============ CTA BANNER ============ */
.oletuweb-landing .cta-banner{padding:100px 0;background:linear-gradient(135deg,var(--green-700),var(--green-900));position:relative;overflow:hidden}
.oletuweb-landing .cta-banner::after{
  content:'';position:absolute;inset:0;
  background:radial-gradient(circle at 80% 20%,rgba(238,180,40,.25),transparent 55%);
}
.oletuweb-landing .cta-box{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;color:#fff}
.oletuweb-landing .cta-box h2{font-size:clamp(1.7rem,3.4vw,2.4rem);max-width:560px;color:#fff}
.oletuweb-landing .cta-box p{color:rgba(255,255,255,.75);margin-top:10px;max-width:520px}
.oletuweb-landing .cta-actions{display:flex;gap:14px;flex-wrap:wrap}

/* ============ CONTACTO ============ */
.oletuweb-landing .contact{padding:130px 0 120px;background:var(--paper-50)}
.oletuweb-landing .contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start}
.oletuweb-landing .contact-info{background:var(--ink-900);color:#fff;border-radius:var(--radius-lg);padding:44px 38px;position:sticky;top:110px}
.oletuweb-landing .contact-info h3{font-size:1.4rem;margin-bottom:12px;color:#fff}
.oletuweb-landing .contact-info p{color:rgba(255,255,255,.65);font-size:.94rem;margin-bottom:30px}
.oletuweb-landing .cinfo-item{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-top:1px solid rgba(255,255,255,.1)}
.oletuweb-landing .cinfo-item:first-of-type{border-top:none}
.oletuweb-landing .cinfo-icon{width:42px;height:42px;border-radius:12px;background:rgba(79,184,90,.15);border:1px solid rgba(79,184,90,.35);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.oletuweb-landing .cinfo-icon svg{width:19px;height:19px;color:var(--green-300)}
.oletuweb-landing .cinfo-item b{display:block;font-size:.88rem}
.oletuweb-landing .cinfo-item span{font-size:.85rem;color:rgba(255,255,255,.6)}
.oletuweb-landing .cinfo-item a:hover{color:var(--green-300)}
.oletuweb-landing .social-row{display:flex;gap:10px;margin-top:28px}
.oletuweb-landing .social-row a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:background .3s}
.oletuweb-landing .social-row a:hover{background:var(--green-500)}
.oletuweb-landing .social-row svg{width:17px;height:17px}

.oletuweb-landing .contact-form-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:44px;box-shadow:var(--shadow-soft)}
.oletuweb-landing .wpforms-badge{display:flex;align-items:center;gap:8px;font-size:.76rem;color:var(--text-400);margin-bottom:26px;letter-spacing:.02em}

/* WPForms style overrides to match the design */
.oletuweb-landing .contact-form-wrap .wpforms-container{margin:0}
.oletuweb-landing .contact-form-wrap .wpforms-form .wpforms-field{padding:0 0 20px}
.oletuweb-landing .contact-form-wrap .wpforms-field-label{display:block;font-size:.8rem;font-weight:700;margin-bottom:8px;color:var(--text-600);font-family:var(--ff-body)}
.oletuweb-landing .contact-form-wrap input[type=text],
.oletuweb-landing .contact-form-wrap input[type=email],
.oletuweb-landing .contact-form-wrap input[type=tel],
.oletuweb-landing .contact-form-wrap select,
.oletuweb-landing .contact-form-wrap textarea{
  width:100% !important;padding:14px 16px !important;border-radius:12px !important;border:1.5px solid var(--line) !important;
  font-family:var(--ff-body) !important;font-size:.95rem !important;background:var(--paper-50) !important;transition:border-color .3s,box-shadow .3s;
}
.oletuweb-landing .contact-form-wrap textarea{resize:vertical;min-height:120px !important}
.oletuweb-landing .contact-form-wrap select{height:auto !important;line-height:1.4 !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:right 14px center !important;background-size:18px !important;padding-right:40px !important}
.oletuweb-landing .contact-form-wrap input:focus,
.oletuweb-landing .contact-form-wrap select:focus,
.oletuweb-landing .contact-form-wrap textarea:focus{border-color:var(--green-500) !important;box-shadow:0 0 0 4px rgba(47,150,69,.12);outline:none}
.oletuweb-landing .contact-form-wrap .wpforms-field-checkbox label{display:flex;align-items:flex-start;gap:10px;font-size:.82rem;color:var(--text-600);font-weight:400}
.oletuweb-landing .contact-form-wrap .wpforms-submit-container{margin-top:6px}
.oletuweb-landing .contact-form-wrap button[type=submit]{
  width:100%;display:inline-flex;align-items:center;justify-content:center;
  padding:16px 30px !important;border-radius:100px !important;font-weight:700;font-size:.95rem;
  font-family:var(--ff-head);background:linear-gradient(135deg,var(--green-500),var(--green-700)) !important;
  color:#fff !important;box-shadow:0 14px 30px -10px rgba(31,117,54,.55);border:none;transition:transform .35s var(--ease);
}
.oletuweb-landing .contact-form-wrap button[type=submit]:hover{transform:translateY(-3px)}
.oletuweb-landing .contact-form-wrap .wpforms-confirmation-container-full{background:var(--green-200);color:var(--green-800);padding:14px 18px;border-radius:12px;font-size:.9rem;font-weight:600}

/* ============ FOOTER ============ */
.oletuweb-landing footer.oletuweb-footer{background:var(--ink-900);color:rgba(255,255,255,.65);padding:70px 0 30px}
.oletuweb-landing .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1)}
.oletuweb-landing .foot-brand .brand{color:#fff;margin-bottom:14px}
.oletuweb-landing .foot-brand p{font-size:.88rem;max-width:280px}
.oletuweb-landing footer h5{color:#fff;font-family:var(--ff-head);font-size:.92rem;margin-bottom:18px}
.oletuweb-landing footer ul{display:grid;gap:11px}
.oletuweb-landing footer ul a{font-size:.88rem;transition:color .3s}
.oletuweb-landing footer ul a:hover{color:var(--green-300)}
.oletuweb-landing .foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;padding-top:26px;font-size:.8rem}

/* ============ FLOATING BUTTONS ============ */
.oletuweb-whatsapp-float{
  position:fixed;bottom:26px;right:26px;z-index:900;width:62px;height:62px;border-radius:50%;
  background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 34px -10px rgba(37,211,102,.65);
}
.oletuweb-whatsapp-float svg{width:30px;height:30px;color:#fff}
.oletuweb-whatsapp-float::before{
  content:'';position:absolute;inset:0;border-radius:50%;background:#25D366;opacity:.6;
  animation:oletuweb-pulse 2.4s infinite;z-index:-1;
}
@keyframes oletuweb-pulse{0%{transform:scale(1);opacity:.55}100%{transform:scale(1.9);opacity:0}}
.oletuweb-back-top{
  position:fixed;bottom:26px;right:100px;z-index:900;width:48px;height:48px;border-radius:50%;
  background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow-card);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .35s var(--ease);
}
.oletuweb-back-top.show{opacity:1;visibility:visible;transform:translateY(0)}
.oletuweb-back-top svg{width:18px;height:18px}

/* ============ RESPONSIVE ============ */
@media (max-width:1024px){
  .oletuweb-landing .hero-inner{grid-template-columns:1fr;text-align:center}
  .oletuweb-landing .hero-copy p{margin-inline:auto}
  .oletuweb-landing .hero-actions{justify-content:center}
  .oletuweb-landing .hero-stats{justify-content:center}
  .oletuweb-landing .hero-visual{margin-top:20px}
  .oletuweb-landing .svc-grid{grid-template-columns:repeat(2,1fr)}
  .oletuweb-landing .ben-inner{grid-template-columns:1fr;gap:44px}
  .oletuweb-landing .contact-grid{grid-template-columns:1fr}
  .oletuweb-landing .contact-info{position:static}
  .oletuweb-landing .foot-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
  .oletuweb-landing .nav-links,.oletuweb-landing .nav-cta .btn-primary{display:none}
  .oletuweb-landing .burger{display:flex}
  .oletuweb-landing .brand{font-size:1rem;white-space:nowrap}
  .oletuweb-landing .brand svg,.oletuweb-landing .brand img{width:36px;height:36px}
  .oletuweb-landing .nav-cta{gap:6px}
  .oletuweb-landing .nav-cta .btn-whatsapp span{display:none}
  .oletuweb-landing .nav-cta .btn-whatsapp{padding:12px;width:44px;height:44px}
  .oletuweb-landing .services,.oletuweb-landing .benefits,.oletuweb-landing .process,.oletuweb-landing .testimonials,.oletuweb-landing .faq,.oletuweb-landing .contact,.oletuweb-landing .cta-banner{padding-top:80px;padding-bottom:80px}
  .oletuweb-landing .svc-grid{grid-template-columns:1fr}
  .oletuweb-landing .proc-track::before{left:23px}
  .oletuweb-landing .proc-num{width:48px;height:48px;font-size:1.05rem}
  .oletuweb-landing .proc-step{grid-template-columns:48px 1fr;gap:16px}
  .oletuweb-landing .proc-body{padding:20px}
  .oletuweb-landing .cta-box{flex-direction:column;text-align:center;justify-content:center}
  .oletuweb-landing .cta-box p{margin-inline:auto}
  .oletuweb-landing .tst-slide{padding:36px 24px}
  .oletuweb-landing .stat-card.wide{flex-direction:column;text-align:center}
  .oletuweb-whatsapp-float{width:54px;height:54px;bottom:18px;right:18px}
  .oletuweb-whatsapp-float svg{width:26px;height:26px}
  .oletuweb-back-top{width:42px;height:42px;bottom:18px;right:82px}
  .oletuweb-landing .foot-grid{grid-template-columns:1fr;gap:30px}
  .oletuweb-landing .contact-form-wrap{padding:30px 24px}
  .oletuweb-landing .contact-info{padding:34px 26px}
}
@media (max-width:480px){
  .oletuweb-landing .hero{padding-top:130px}
  .oletuweb-landing .hero-badge{width:260px}
  .oletuweb-landing .floating-card{display:none}
  .oletuweb-landing .cta-actions{width:100%;flex-direction:column}
  .oletuweb-landing .cta-actions .btn{width:100%}
  .oletuweb-landing .hero-actions{width:100%;flex-direction:column}
  .oletuweb-landing .hero-actions .btn{width:100%}
}

/* ============ LEGAL PAGES ============ */
.oletuweb-landing .legal-header{padding:150px 0 10px;background:var(--paper-50)}
.oletuweb-landing .legal-header h1{font-family:var(--ff-head);font-size:clamp(2rem,4vw,2.75rem);color:var(--text-900);margin:0;font-weight:800}
.oletuweb-landing .legal-content{padding:30px 0 110px;background:var(--paper-50)}
.oletuweb-landing .legal-page{max-width:800px;font-family:var(--ff-body);color:var(--text-900);line-height:1.75;font-size:1.02rem}
.oletuweb-landing .legal-page > *:first-child{margin-top:0}
.oletuweb-landing .legal-page h2{font-family:var(--ff-head);font-size:1.5rem;line-height:1.3;color:var(--text-900);margin:2.2em 0 .7em;font-weight:700}
.oletuweb-landing .legal-page h3{font-family:var(--ff-head);font-size:1.15rem;line-height:1.3;color:var(--text-900);margin:1.8em 0 .6em;font-weight:700}
.oletuweb-landing .legal-page p{margin:0 0 1.1em}
.oletuweb-landing .legal-page ul,
.oletuweb-landing .legal-page ol{list-style:revert;margin:0 0 1.1em;padding-left:1.4em}
.oletuweb-landing .legal-page li{margin-bottom:.4em}
.oletuweb-landing .legal-page a{color:var(--green-600);text-decoration:underline;text-underline-offset:2px}
.oletuweb-landing .legal-page a:hover{color:var(--green-500)}
.oletuweb-landing .legal-page strong{font-weight:700}
.oletuweb-landing .legal-page hr{border:none;border-top:1px solid var(--line);margin:2.4em 0}
.oletuweb-landing .legal-page .wp-block-separator{border-top:1px solid var(--line);margin:2.4em 0}
@media (max-width:768px){
  .oletuweb-landing .legal-header{padding:120px 0 10px}
  .oletuweb-landing .legal-content{padding:20px 0 80px}
}
/* ============ NAV ON LIGHT (NON-HOME) PAGES ============ */
body:not(.home) .oletuweb-landing .nav-inner{background:rgba(255,255,255,.85);backdrop-filter:blur(16px) saturate(160%);box-shadow:0 10px 30px -14px rgba(10,30,15,.25);border:1px solid rgba(255,255,255,.6)}
body:not(.home) .oletuweb-landing .brand{color:var(--text-900)}
body:not(.home) .oletuweb-landing .nav-links a{color:var(--text-600)}
body:not(.home) .oletuweb-landing .burger{background:var(--paper-100)}
body:not(.home) .oletuweb-landing .burger span,
body:not(.home) .oletuweb-landing .burger::before,
body:not(.home) .oletuweb-landing .burger::after{background:var(--text-900)}
/* ============ WHATSAPP OFFLINE HOURS ============ */
.oletuweb-landing .oletuweb-whatsapp-float.wa-offline{filter:grayscale(.45) brightness(.92)}
.oletuweb-landing .wa-disabled{pointer-events:none;cursor:not-allowed;opacity:.55;filter:grayscale(.3)}