:root{
  --navy:#0d3157;
  --blue:#0f75a8;
  --cyan:#12a8c8;
  --teal:#08a98f;
  --ink:#102235;
  --muted:#657486;
  --line:#dfe6ec;
  --soft:#f4f7f9;
  --white:#ffffff;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f6f9fc;line-height:1.5;position:relative}body::before{content:"";position:fixed;inset:0;background:url('../images/fondo.jpg') center top / cover no-repeat;filter:contrast(1.08) brightness(1.02);opacity:.35;z-index:-1;pointer-events:none}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92%);margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{width:138px;height:auto}.nav nav{display:flex;gap:28px;font-weight:700;font-size:15px}.nav nav a{color:#365066}.nav nav a:hover,.nav nav a.active{color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:50px;background:linear-gradient(90deg,#00b4d8 0%,#0077b6 50%,#03045e 100%);color:#fff;font-weight:800;border:none;box-shadow:0 8px 22px rgba(0,180,216,0.35);transition:transform 0.3s ease,box-shadow 0.3s ease,filter 0.3s ease;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,180,216,0.5);filter:brightness(1.05);color:#fff}.btn-small{padding:11px 20px;font-size:14px}.btn-ghost,.btn.outline{background:#fff;color:var(--navy);border:1px solid #cfdbe4;box-shadow:0 4px 14px rgba(13,49,87,0.05)}.btn.white{background:#fff;color:var(--navy);border:1px solid #fff;box-shadow:0 4px 14px rgba(0,0,0,0.1)}.full{width:100%}
@keyframes heroFadeDown{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroSignEntrance{from{opacity:0;transform:translateY(36px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes heroSlideUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroFormEntrance{from{opacity:0;transform:translate(20px,28px) scale(.97)}to{opacity:1;transform:translate(0,0) scale(1)}}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.hero{padding:78px 0 24px;background:transparent}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}.hero-copy{display:flex;flex-direction:column;align-items:center;text-align:center}.eyebrow{display:inline-block;font-size:13px;font-weight:900;letter-spacing:.12em;color:var(--blue);margin-bottom:18px}.hero-copy .eyebrow{animation:heroFadeDown 1.1s cubic-bezier(.16,1,.3,1) both}.eyebrow.light{color:#d9f5f1}.hero h1,.price-hero h1{font-size:clamp(52px,6vw,84px);line-height:.95;letter-spacing:-.055em;margin:0 0 24px;color:var(--navy)}.hero h1 span{color:var(--teal)}.hero p{font-size:21px;max-width:650px;color:var(--muted);margin:0 0 30px}.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;width:100%;animation:heroSlideUp 1.2s cubic-bezier(.16,1,.3,1) .35s both}.trust{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:28px;color:#496277;font-size:14px;width:100%;text-align:center;animation:heroSlideUp 1.2s cubic-bezier(.16,1,.3,1) .5s both}.trust i{width:4px;height:4px;border-radius:50%;background:var(--cyan)}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.hero-visual>img{height:540px;width:100%;object-fit:cover;border-radius:20px}.hero-visual>video{width:100%;aspect-ratio:16/9;object-fit:contain;border-radius:20px;display:block;background:#061524;box-shadow:0 20px 50px rgba(14,39,61,.18)}.floating-card{position:absolute;left:-36px;bottom:34px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 50px rgba(14,39,61,.14);border-radius:14px;padding:20px 24px;display:grid;gap:4px}.floating-card small{font-size:11px;font-weight:900;color:var(--blue);letter-spacing:.1em}.floating-card strong{font-size:25px;color:var(--navy)}.floating-card span{font-size:13px;color:var(--muted)}
.hero-sign-wrap{position:relative;width:100%;max-width:540px;margin:0 auto 24px;animation:heroSignEntrance 1.4s cubic-bezier(.16,1,.3,1) .15s both}.hero-sign-float{position:relative;width:100%;animation:heroFloat 4.8s ease-in-out 1.6s infinite}.hero-sign-img{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 28px rgba(13,49,87,.12))}.hero-sign-overlay{position:absolute;top:44%;left:19%;width:63%;height:47%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:12px;box-sizing:border-box;transform:rotate(-1.2deg)}.hero-sign-overlay h1{font-size:clamp(20px,2.9vw,38px);line-height:1.08;letter-spacing:-.04em;margin:0;color:var(--navy)}.hero-sign-overlay h1 span{color:var(--teal)}
.demo-band{padding:72px 0;background:rgba(244,247,249,.82);backdrop-filter:blur(2px)}.demo-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch}.carousel{position:relative;width:100%;height:100%;min-height:0;border-radius:20px;overflow:hidden;background:#ccd7df}.slides,.slide{position:absolute;inset:0}.slide{opacity:0;transition:opacity .55s ease;background-size:cover;background-position:center}.slide.active{opacity:1}.overlay{position:absolute;left:0;right:0;bottom:0;padding:50px 28px 28px;background:linear-gradient(transparent,rgba(8,28,47,.92));color:white}.overlay span{font-size:12px;letter-spacing:.12em;font-weight:900}.overlay h2{font-size:26px;line-height:1.1;max-width:540px;margin:6px 0}.overlay p{font-size:15px;margin:0;color:#dce8ef}.arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:#fff;color:var(--navy);font-size:26px;cursor:pointer;z-index:3}.prev{left:14px}.next{right:14px}.dots{position:absolute;left:28px;bottom:16px;z-index:4;display:flex;gap:8px}.dot{width:8px;height:8px;border-radius:50%;border:0;background:rgba(255,255,255,.55);padding:0}.dot.active{background:#fff}.demo-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:38px;box-shadow:0 16px 40px rgba(13,49,87,.08);animation:heroFormEntrance 1.5s cubic-bezier(.16,1,.3,1) .25s both;transition:transform .3s ease,box-shadow .3s ease}.demo-form:hover{transform:translateY(-3px);box-shadow:0 24px 50px rgba(13,49,87,.13)}.demo-form h2{font-size:38px;line-height:1.05;margin:0 0 12px;color:var(--navy)}.demo-form>p{color:var(--muted);font-size:17px}.demo-form form{display:grid;gap:14px;margin-top:24px}.demo-form label{display:grid;gap:7px;font-weight:800;font-size:13px;color:#31475b}.demo-form input,.demo-form select{width:100%;padding:14px 14px;border:1px solid #cfd9e1;border-radius:9px;font:inherit;background:#fff}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.visual-band{padding:24px 0 92px;background:transparent}.visual-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:66px;align-items:center}.visual-copy h2,.section-head h2,.testimonials h2,.alliance-copy h2,.plans-teaser h2,.compare-grid h2{font-size:clamp(38px,4.5vw,60px);line-height:1.02;letter-spacing:-.045em;color:var(--navy);margin:0 0 20px}.visual-copy>p,.section-head p,.alliance-copy p,.plans-teaser p,.compare-grid p{font-size:19px;color:var(--muted);max-width:700px}.big-points{margin-top:34px;display:grid;gap:2px}.big-points div{display:flex;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.big-points strong{font-size:13px;color:var(--teal)}.big-points span{font-size:20px;font-weight:800}.photo-stack{position:relative;padding:0 0 52px 60px}.photo-main{width:100%;height:500px;object-fit:cover;border-radius:18px}.photo-small{position:absolute;left:0;bottom:0;width:42%;height:230px;object-fit:cover;border:10px solid #fff;border-radius:16px}
.clients{padding:78px 0;background:rgba(244,247,249,.82);backdrop-filter:blur(2px)}.clients .section-head h2{font-size:clamp(28px,3.5vw,44px)}.clients .section-head p{font-size:18px;font-style:italic}.section-head{max-width:760px}.section-head.center{text-align:center;margin:0 auto 46px}.section-head.center p{margin-left:auto;margin-right:auto}.partner-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:38px}.partner-logos div{height:92px;background:#fff;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;color:#94a1ad;letter-spacing:.06em}

/* Infinite Logo Carousel */
.logo-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 38px;
  padding: 12px 0;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.logo-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: logoScrollRight 28s linear infinite;
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

.logo-item {
  min-width: 190px;
  height: 92px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  font-size: 13px;
  color: #64748b;
  letter-spacing: .05em;
  box-shadow: 0 4px 12px rgba(13, 49, 87, 0.03);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  padding: 0 24px;
}

.logo-item img {
  max-height: 52px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.15) contrast(1.05);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-item i {
  font-size: 20px;
  color: var(--teal);
  transition: transform 0.3s ease;
}

.logo-item:hover img {
  transform: scale(1.08);
  filter: grayscale(0) contrast(1.1);
}

.logo-item:hover {
  transform: translateY(-3px);
  border-color: var(--cyan);
  box-shadow: 0 8px 20px rgba(13, 49, 87, 0.08);
  color: var(--navy);
}

.logo-item:hover i {
  transform: scale(1.15);
}

@keyframes logoScrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.stories{padding:92px 0;background:transparent}.story-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px}.testimonials h2 span{color:var(--teal)}.quote{padding:25px 0;border-bottom:1px solid var(--line)}.quote p{font-size:21px;line-height:1.45;margin:0 0 18px;color:#263c50}.quote>div{display:flex;align-items:center;gap:12px}.avatar{width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.quote b{display:grid}.quote small{font-weight:500;color:var(--muted)}.video-placeholder{position:relative;overflow:hidden;border-radius:18px;background:#111}.video-placeholder img{width:100%;height:520px;object-fit:cover;opacity:.84}.play{position:absolute;left:34px;top:34px;width:72px;height:72px;border-radius:50%;border:0;background:#fff;color:var(--navy);font-size:24px}.video-caption{position:absolute;left:34px;right:34px;bottom:30px;color:#fff}.video-caption span{font-weight:900;font-size:12px;letter-spacing:.12em}.video-caption h3{font-size:34px;line-height:1.08;margin:8px 0 0}.video-card>small{display:block;color:var(--muted);margin-top:10px}
.plans-teaser{padding:72px 0;background:var(--navy);color:#fff}.plans-teaser-grid{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.plans-teaser h2{color:#fff;max-width:760px}.plans-teaser p{color:#d3e0ea;margin-bottom:0}
.alliances{padding:70px 0;background:transparent}

/* RED CONTEK Section - Full Width Organic Banner Concept */
.red-contek-section {
  width: 100%;
  padding: 40px 0 60px;
  background: transparent;
  overflow: hidden;
}

.red-contek-full-wrap {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 16px;
}

.red-contek-banner-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 1.15fr;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.red-contek-side {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.red-contek-side.right {
  position: relative;
}

.red-contek-side img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 12px 28px rgba(13, 49, 87, 0.06));
  will-change: transform, opacity;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease-out;
}

.red-watermark {
  position: absolute !important;
  bottom: 12px;
  right: 12px;
  width: 58% !important;
  max-width: 250px;
  height: auto !important;
  pointer-events: none;
  z-index: 3;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.16)) !important;
  will-change: transform, opacity;
  transition: transform 0.5s cubic-bezier(0.34, 1.68, 0.64, 1), opacity 0.35s ease-out;
}

.red-contek-center {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 8px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.red-contek-header {
  text-align: center;
  margin-bottom: 22px;
}

.red-title-img {
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto 14px;
  display: block;
  object-fit: contain;
}

.red-contek-desc {
  font-size: 16.5px;
  color: var(--muted);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.35;
}

.red-contek-desc strong {
  color: var(--navy);
}

.red-contek-list {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 22px;
  text-align: left;
}

.red-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.red-icon {
  width: 44px;
  height: 44px;
  background: #0f4c81;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 5px 14px rgba(15, 76, 129, 0.25);
}

.red-info h3 {
  font-size: 15.5px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 1px 0;
  line-height: 1.2;
}

.red-info p {
  font-size: 12.5px;
  color: #475569;
  margin: 0;
  line-height: 1.25;
}

.red-contek-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.btn-red-contek {
  width: 100%;
  max-width: 290px;
  padding: 14px 22px;
  border-radius: 50px;
  background: linear-gradient(90deg, #00b4d8 0%, #0077b6 50%, #03045e 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .06em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 22px rgba(0, 180, 216, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.btn-red-contek:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 180, 216, 0.55);
  filter: brightness(1.05);
}

.btn-red-contek i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.btn-red-contek:hover i {
  transform: translateX(4px);
}

.red-contek-slogan {
  font-size: 10.5px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .22em;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.85;
}

footer{background:#0b2033;color:#d8e2ea;padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr;gap:40px}.footer-grid>div{display:grid;align-content:start;gap:10px}.footer-grid img{max-width:100%}.footer-grid b{color:#fff}.footer-grid a,.footer-grid span,.footer-grid p{color:#aebbc7;margin:0}.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:40px;color:#8293a1;font-size:13px}
.price-hero{padding:84px 0;background:var(--navy);color:#fff}.price-hero-grid{display:grid;grid-template-columns:1fr .45fr;gap:70px;align-items:end}.price-hero h1{color:#fff;font-size:clamp(48px,6vw,76px)}.price-hero p{font-size:20px;color:#d1dce6;max-width:760px}.price-hero-card{background:#fff;color:var(--navy);padding:28px;border-radius:16px;display:grid;gap:4px}.price-hero-card strong{font-size:34px}.price-hero-card span{font-size:21px;font-weight:800}.price-hero-card small{color:var(--muted)}.pricing-section{padding:88px 0;background:rgba(244,247,249,.82);backdrop-filter:blur(2px)}.plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.plan{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;position:relative;overflow:hidden}.plan:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(13,49,87,.12)}.plan>span{font-size:11px;letter-spacing:.12em;font-weight:900;color:var(--blue)}.plan h3{font-size:29px;margin:8px 0 0;color:var(--navy)}.price{font-size:42px;font-weight:900;color:var(--navy);margin:18px 0}.price small{font-size:14px;font-weight:700;color:var(--muted)}.plan p{color:var(--muted);min-height:98px}.plan ul{list-style:none;padding:0;margin:8px 0 24px;display:grid;gap:10px}.plan li:before{content:'✓';color:var(--teal);font-weight:900;margin-right:8px}.plan.featured{border:2px solid var(--teal)}.plan .btn{margin-top:auto}

/* Color Variations for Plans */
.plan.plan-pos{border-top:4px solid #00b4d8}.plan.plan-pos>span{color:#0077b6;background:rgba(0,180,216,.12);padding:4px 10px;border-radius:20px;display:inline-block;width:max-content}.plan.plan-pos .price{color:#0077b6}.plan.plan-pos li:before{color:#00b4d8}.btn-plan-pos{background:#e6f7ff!important;color:#0077b6!important;border:1px solid #90e0ef!important;box-shadow:none!important}.btn-plan-pos:hover{background:#00b4d8!important;color:#fff!important;box-shadow:0 8px 20px rgba(0,180,216,.35)!important}
.plan.plan-contadores{border-top:4px solid #7209b7}.plan.plan-contadores>span{color:#560bad;background:rgba(114,9,183,.12);padding:4px 10px;border-radius:20px;display:inline-block;width:max-content}.plan.plan-contadores .price{color:#560bad}.plan.plan-contadores li:before{color:#7209b7}.btn-plan-contadores{background:#f3e8ff!important;color:#560bad!important;border:1px solid #d8b4fe!important;box-shadow:none!important}.btn-plan-contadores:hover{background:#7209b7!important;color:#fff!important;box-shadow:0 8px 20px rgba(114,9,183,.35)!important}
.plan.plan-pyme{border:2px solid #08a98f;border-top:4px solid #08a98f;box-shadow:0 12px 32px rgba(8,169,143,.15)}.plan.plan-pyme>span,.plan.plan-pyme .badge-featured{color:#fff;background:linear-gradient(135deg,#08a98f,#00b4d8);padding:5px 12px;border-radius:20px;display:inline-block;width:max-content;box-shadow:0 4px 12px rgba(8,169,143,.3)}.plan.plan-pyme .price{color:#08a98f}.plan.plan-pyme li:before{color:#08a98f}
.plan.plan-empresa{border-top:4px solid #0d3157}.plan.plan-empresa>span{color:#0d3157;background:rgba(13,49,87,.12);padding:4px 10px;border-radius:20px;display:inline-block;width:max-content}.plan.plan-empresa .price{color:#0d3157}.plan.plan-empresa li:before{color:#0d3157}.btn-plan-empresa{background:#e2e8f0!important;color:#0d3157!important;border:1px solid #cbd5e1!important;box-shadow:none!important}.btn-plan-empresa:hover{background:#0d3157!important;color:#fff!important;box-shadow:0 8px 20px rgba(13,49,87,.35)!important}

.compare-section{padding:82px 0;background:transparent}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.compare-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:18px;overflow:hidden}.compare-card div{padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;gap:5px}.compare-card b{font-size:22px;color:var(--navy)}.compare-card span{color:var(--muted)}
@media(max-width:980px){.nav nav{display:none}.hero-grid,.demo-layout,.about-grid,.tekki-intro-grid,.visual-grid,.story-grid,.alliance-grid,.red-contek-grid,.price-hero-grid,.compare-grid{grid-template-columns:1fr}.red-contek-side img{height:340px}.hero-visual>img{height:430px}.hero-visual>video{width:100%;aspect-ratio:16/9}.floating-card{left:18px}.carousel{aspect-ratio:16/9;min-height:0}.logo-strip{grid-template-columns:repeat(3,1fr)}.plan-grid{grid-template-columns:1fr 1fr}.plans-teaser-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.price-hero-card{max-width:420px}}
@media(max-width:640px){.hero{padding-top:48px}.hero h1{font-size:50px}.hero p{font-size:18px}.demo-band,.visual-band,.stories,.alliances,.pricing-section{padding:58px 0}.demo-form{padding:24px}.two{grid-template-columns:1fr}.overlay{padding:70px 24px 36px}.overlay h2{font-size:26px}.carousel{aspect-ratio:16/9;min-height:0}.logo-strip,.partner-logos,.plan-grid,.compare-card{grid-template-columns:1fr}.visual-copy h2,.section-head h2,.testimonials h2,.alliance-copy h2,.plans-teaser h2,.compare-grid h2{font-size:38px}.photo-stack{padding-left:0;padding-bottom:0}.photo-main{height:380px}.photo-small{display:none}.video-placeholder img{height:400px}.footer-grid{grid-template-columns:1fr}.nav{height:70px}.logo img{width:118px}}
@media(prefers-reduced-motion:reduce){.hero-copy .eyebrow,.hero-sign-wrap,.hero-sign-float,.hero-actions,.trust,.demo-form{animation:none!important;transform:none!important;opacity:1!important}}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 63px;
  height: 63px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.whatsapp-float:hover {
  background-color: #1ebea5;
  color: #FFF;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.5);
}

.whatsapp-float i,
.whatsapp-float svg {
  font-size: 35px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-float span {
  display: none;
}

/* CONTEK-bot (TEKKI) Chatbot Styles */
#CONTEK-bot-chatbot-widget {
  position: fixed;
  bottom: 118px;
  right: 40px;
  z-index: 1000;
  font-family: 'Inter', sans-serif;
}

#CONTEK-bot-chat-btn {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  padding: 0;
  background: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 28px rgba(4, 37, 96, 0.22);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: pulseGlow 2.5s infinite;
  overflow: visible;
}

#CONTEK-bot-chat-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 36px rgba(4, 37, 96, 0.32);
}

.tekki-btn-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

#CONTEK-bot-online-dot {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 13px;
  height: 13px;
  background: #10B981;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 8px #10B981;
  z-index: 2;
}

#CONTEK-bot-chat-window {
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 380px;
  max-height: 550px;
  height: 70vh;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 60px rgba(4, 37, 96, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: CONTEK-bot-slideUp 0.3s ease-out;
}

@keyframes CONTEK-bot-slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#CONTEK-bot-chat-header {
  padding: 16px 20px;
  background: linear-gradient(135deg, #0d3157, #12a8c8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#CONTEK-bot-chat-avatar {
  width: 38px;
  height: 38px;
  background: #00ebcb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#CONTEK-bot-close-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

#CONTEK-bot-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

#CONTEK-bot-chat-log {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #f8fafc;
}

.CONTEK-bot-msg {
  max-width: 85%;
  display: flex;
  flex-direction: column;
}

.CONTEK-bot-user {
  align-self: flex-end;
}

.CONTEK-bot-bot {
  align-self: flex-start;
}

.CONTEK-bot-bubble {
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.5;
}

.CONTEK-bot-user .CONTEK-bot-bubble {
  background: linear-gradient(135deg, #0d3157, #12a8c8);
  color: white;
  border-bottom-right-radius: 4px;
  box-shadow: 0 4px 15px rgba(13, 49, 87, 0.2);
}

.CONTEK-bot-bot .CONTEK-bot-bubble {
  background: #ffffff;
  color: #102235;
  border-bottom-left-radius: 4px;
  border: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(13, 49, 87, 0.06);
}

#CONTEK-bot-chat-form {
  padding: 14px 16px;
  background: #ffffff;
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--line);
}

#CONTEK-bot-input {
  flex: 1;
  background: #f4f7f9;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  color: #102235;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.2s;
}

#CONTEK-bot-input::placeholder {
  color: var(--muted);
}

#CONTEK-bot-input:focus {
  outline: none;
  border-color: var(--cyan);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(18, 168, 200, 0.15);
}

#CONTEK-bot-send-btn {
  background: var(--teal);
  color: #ffffff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

#CONTEK-bot-send-btn:hover {
  transform: scale(1.05);
  background: #07967e;
}

/* Chatbot Pulse */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 8px 32px rgba(4, 37, 96, 0.15), 0 0 0 0 rgba(8, 169, 143, 0.45);
  }
  70% {
    box-shadow: 0 8px 32px rgba(4, 37, 96, 0.15), 0 0 0 14px rgba(8, 169, 143, 0);
  }
  100% {
    box-shadow: 0 8px 32px rgba(4, 37, 96, 0.15), 0 0 0 0 rgba(8, 169, 143, 0);
  }
}

/* Responsive Floating Buttons */
@media screen and (max-width: 767px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
  }
  .whatsapp-float i,
  .whatsapp-float svg {
    font-size: 30px;
    margin: 0;
  }
  #CONTEK-bot-chatbot-widget {
    left: 20px;
    right: auto;
    bottom: 20px;
  }
  #CONTEK-bot-chat-btn {
    width: 56px;
    height: 56px;
  }
  #CONTEK-bot-chat-window {
    width: calc(100vw - 40px);
    height: calc(100vh - 120px);
    bottom: 65px;
    left: 0;
    right: auto;
  }
}

