:root{
  --wrap: 1280px;
  --black:#050607;
  --dark:#16191c;
  --soft:#eef0f1;
  --soft2:#e9ebec;
  --text:#070707;
  --muted:#3d3d3d;
  --red:#f10d1e;
  --yellow:#ffc400;
  --line:#c8c8c8;
  --shadow: 0 14px 25px rgba(0,0,0,.16);
  --hero-image-offset: 0px;
  --hero-image-width: 780px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:78px}
body{
  margin:0;
  font-family: 'Outfit', sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 22% 3%, rgba(255,255,255,.58), transparent 34%),
    linear-gradient(115deg,#d9dcdf 0%,#c9cdd1 43%,#dde0e2 100%);
  line-height:1.42;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.wrap{max-width:var(--wrap);margin:0 auto}
.site-header{height:78px;position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:rgba(255,255,255,0.72);border-bottom:1px solid rgba(0,0,0,0.06);transition:background 0.3s ease}
.header-inner{height:78px;display:flex;align-items:center;gap:26px}
.brand{display:block;flex:0 0 auto}
.brand img{height:48px;width:auto}
.main-nav{display:flex;align-items:center;justify-content:center;gap:31px;flex:1;margin-left:44px}
.main-nav a{position:relative;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:-.15px;padding:34px 0 25px;white-space:nowrap;transition:color 0.3s ease}
.main-nav a::after{content:"";position:absolute;left:0;right:0;margin:auto;bottom:17px;width:0;height:2px;background:var(--yellow);transition:width 0.3s ease}
.main-nav a.active::after,
.main-nav a:hover::after{width:34px}
.main-nav a:hover{color:var(--red)}
.client-area{width:148px;height:36px;border-radius:4px;background:var(--yellow);display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:900;text-transform:uppercase;box-shadow:0 4px 10px rgba(255, 196, 0, 0.25);transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}
.client-area:hover{background:var(--black);color:#fff;box-shadow:0 6px 15px rgba(5,6,7,0.3);transform:translateY(-2px)}
.client-area svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.3;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:stroke 0.3s ease}
.webmail-link{width:116px;height:36px;border-radius:4px;border:1.5px solid var(--muted);display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:900;text-transform:uppercase;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}
.webmail-link:hover{background:var(--red);color:#fff;border-color:var(--red);box-shadow:0 6px 15px rgba(241,13,30,0.3);transform:translateY(-2px)}
.webmail-link svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.whatsapp-btn{width:126px;height:36px;border-radius:4px;border:1.5px solid #25d366;color:#25d366;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:900;text-transform:uppercase;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}
.whatsapp-btn:hover{background:#25d366;color:#fff;box-shadow:0 6px 15px rgba(37,211,102,0.3);transform:translateY(-2px)}
.whatsapp-btn svg{width:16px;height:16px;fill:currentColor}
.mobile-only{display:none}
.nav-toggle{display:none;background:transparent;border:0;padding:6px;margin-left:auto}
.nav-toggle span{display:block;width:26px;height:3px;background:#111;margin:4px 0;border-radius:10px}
.hero{height:440px;position:relative;overflow:hidden}
.hero-inner{height:428px;position:relative;border-bottom:1px solid rgba(0,0,0,.13)}
.hero-copy{position:relative;z-index:2;width:420px;padding-top:45px}
.eyebrow{margin:0 0 13px;color:var(--red);font-size:13px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:-.2px}
h1{margin:0;font-size:38px;line-height:1.22;text-transform:uppercase;font-weight:900;letter-spacing:-1.15px;max-width:460px}
h1 span{display:block;color:var(--red)}
.hero-text{font-size:16px;line-height:1.56;margin:14px 0 20px;max-width:380px;color:#0f0f0f}
.hero-actions{display:flex;gap:17px;align-items:center}
.btn{height:36px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;font-size:12px;text-transform:uppercase;font-weight:900;white-space:nowrap;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}
.btn span{font-size:16px;line-height:1;margin-top:-2px;transition:transform 0.3s ease}
.btn:hover{transform:translateY(-3px)}
.btn:hover span{transform:translateX(4px)}
.btn-primary{min-width:154px;background:var(--yellow);border:1px solid var(--yellow);box-shadow:0 4px 14px rgba(255, 196, 0, 0.3)}
.btn-primary:hover{background:#ffb300;border-color:#ffb300;box-shadow:0 6px 20px rgba(255, 196, 0, 0.5)}
.btn-outline{min-width:187px;background:rgba(255,255,255,.38);border:1px solid var(--red);box-shadow:0 4px 14px rgba(241, 13, 30, 0.08)}
.btn-outline:hover{background:var(--red);color:#fff;box-shadow:0 6px 20px rgba(241, 13, 30, 0.4)}
.hero-figure{position:absolute;right:var(--hero-image-offset);top:0;width:var(--hero-image-width);height:428px;z-index:1;overflow:visible}
.hero-figure::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle, rgba(241,13,30,0.18) 0%, transparent 70%);z-index:0;pointer-events:none;animation:pulse-glow 4s ease-in-out infinite alternate}
.hero-figure img{width:var(--hero-image-width);height:428px;object-fit:cover;position:absolute;right:0;top:0;z-index:1}
.slash{position:absolute;display:block;z-index:3;transform:skew(-28deg);box-shadow:0 0 0 1px rgba(255,255,255,.02)}
.slash-yellow{width:17px;height:132px;background:var(--yellow);left:42px;top:77px;animation:float-yellow 6s ease-in-out infinite}
.slash-red{width:18px;height:286px;background:var(--red);left:-32px;top:145px;animation:float-red 8s ease-in-out infinite}
.top-benefits{height:178px;border-bottom:1px solid rgba(0,0,0,.12)}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefits-top-grid{padding-top:28px}
.benefit-card{min-height:121px;text-align:center;position:relative;padding:0 18px;border-right:1px solid rgba(0,0,0,.17);transition:transform 0.3s ease}
.benefit-card:hover{transform:translateY(-3px)}
.benefit-card.no-border{border-right:0}
.benefit-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;color:var(--yellow)}
.benefit-icon svg{transition:transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}
.benefit-card:hover .benefit-icon svg{transform:scale(1.1)}
.benefit-icon svg,.stat-icon svg,.bottom-icon svg,.solution-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.benefit-icon.red,.stat-icon.red,.bottom-icon.red,.solution-icon.red{color:var(--red)}
.benefit-icon.yellow,.stat-icon.yellow,.solution-icon.yellow{color:var(--yellow)}
.support-text{border:2px solid currentColor;border-radius:50%;font-weight:900;font-size:17px;line-height:1;color:var(--red)}
.benefit-card h3{margin:0 0 9px;font-size:15px;text-transform:uppercase;font-weight:900;letter-spacing:-.1px}
.benefit-card p{margin:0;font-size:14px;line-height:1.6;color:#111}
.solutions{padding:23px 0 0;min-height:445px}
.section-heading{text-align:center;margin-bottom:27px}
.section-heading h2{font-size:28px;line-height:1;text-transform:uppercase;font-weight:900;letter-spacing:-.7px;margin:0 0 13px}
.heading-lines{display:flex;align-items:center;justify-content:center;gap:0;height:3px}
.heading-lines i,.heading-lines b{display:block;width:20px;height:3px}
.heading-lines i{background:var(--yellow)}
.heading-lines b{background:var(--red)}
.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.solution-card{position:relative;height:360px;background:#f7f7f7;border-radius:7px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1)}
.solution-card:hover{transform:translateY(-8px);box-shadow:0 16px 32px rgba(0,0,0,.15);border-color:rgba(241, 13, 30, 0.15)}
.solution-img{height:153px;overflow:hidden;background:#111}
.solution-img img{width:100%;height:153px;object-fit:cover;transition:transform 0.6s cubic-bezier(0.4, 0, 0.2, 1)}
.solution-card:hover .solution-img img{transform:scale(1.08)}
.solution-icon{position:absolute;top:108px;left:22px;width:76px;height:76px;border-radius:50%;background:#f6f6f6;box-shadow:0 6px 12px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;padding:19px;z-index:3;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1)}
.solution-card:hover .solution-icon{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,.18);background:#fff}
.solution-content{padding:72px 22px 22px}
.solution-content h3{font-size:18px;text-transform:uppercase;font-weight:900;line-height:1.1;margin:0 0 16px;letter-spacing:-.4px}
.solution-content p{font-size:14px;line-height:1.65;margin:0 0 17px;color:#111;min-height:60px}
.solution-content a{color:var(--red);font-size:14px;text-transform:uppercase;font-weight:900;display:inline-flex;gap:5px;align-items:center}
.solution-content a span{transition:transform 0.3s ease}
.solution-content a:hover span{transform:translateX(4px)}
.stats{padding:30px 0 0}
.stats-panel{height:101px;border-radius:7px;background:linear-gradient(110deg,#171a1d 0%,#111417 55%,#202326 100%);box-shadow:0 9px 20px rgba(0,0,0,.28);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;color:#fff}
.stat-item{height:55px;display:flex;align-items:center;justify-content:center;gap:21px;border-right:1px solid rgba(255,255,255,.19);transition:transform 0.3s ease}
.stat-item:hover{transform:translateY(-3px)}
.stat-item.last{border-right:0}
.stat-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex:0 0 50px}
.stat-icon svg{transition:transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}
.stat-item:hover .stat-icon svg{transform:scale(1.15) rotate(5deg)}
.stat-item strong{display:block;font-size:30px;line-height:1;font-weight:900;letter-spacing:-.9px;margin-bottom:5px;white-space:nowrap}
.stat-item small{display:block;font-size:11px;text-transform:uppercase;font-weight:900;line-height:1.25;color:#fff}
.bottom-benefits{padding:42px 0 34px;min-height:171px}
.bottom-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.bottom-benefit{display:flex;align-items:flex-start;gap:20px;min-height:89px;padding:0 20px 0 0;border-right:1px solid rgba(0,0,0,.17);margin-right:20px;transition:transform 0.3s ease}
.bottom-benefit:hover{transform:translateY(-3px)}
.bottom-benefit.no-border{border-right:0;margin-right:0}
.bottom-icon{width:44px;height:44px;flex:0 0 44px;margin-top:4px;color:var(--red)}
.bottom-icon svg{transition:transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}
.bottom-benefit:hover .bottom-icon svg{transform:scale(1.15)}
.bottom-benefit h3{font-size:15px;text-transform:uppercase;font-weight:900;line-height:1.35;margin:0 0 9px;letter-spacing:-.1px}
.bottom-benefit p{margin:0;font-size:14px;line-height:1.55;color:#111}
.site-footer{min-height:184px;background:radial-gradient(circle at 7% 36%,#25292c 0%,#121518 52%,#070809 100%);color:#fff;padding:28px 0 12px}
.footer-grid{display:grid;grid-template-columns:1.55fr 1fr 1.05fr 1fr 1.85fr;gap:42px}
.footer-brand img{width:130px;height:40px;object-fit:contain;margin-bottom:20px}
.footer-brand p{font-size:13px;line-height:1.55;margin:0;max-width:180px;color:#f5f5f5}
.footer-col h4{margin:0 0 13px;font-size:11px;text-transform:uppercase;font-weight:900;color:#fff}
.footer-col a{display:block;font-size:13px;line-height:1.25;color:#f6f6f6;margin-bottom:11px}
.footer-contact a{display:flex;align-items:center;gap:10px;white-space:nowrap}
.footer-contact span{display:inline-flex;width:13px;justify-content:center;color:#fff}
.socials{display:flex;gap:14px;margin-top:13px}
.socials a{width:26px;height:26px;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin:0;color:#fff;transition:all 0.3s ease}
.socials a:hover{background:#fff;color:var(--dark);transform:scale(1.15)}
.copyright{text-align:center;font-size:13px;margin:17px 0 0;color:#fff}
@media (max-width: 1050px){
  :root{--wrap: calc(100vw - 84px)}
}
@media (max-width: 880px){
  :root{--wrap: calc(100vw - 40px)}
  .site-header,.header-inner{height:auto;min-height:72px}
  .header-inner{flex-wrap:wrap;padding:14px 0;gap:12px}.brand img{height:40px;width:auto}
  .nav-toggle{display:block}.main-nav{display:none;order:4;width:100%;margin:5px 0 0;flex-direction:column;align-items:flex-start;gap:0;background:#fff;border:1px solid #ddd;border-radius:8px;padding:8px 14px}.main-nav.open{display:flex}.main-nav a{padding:12px 0}.main-nav a.active::after{display:none}.client-area{margin-left:auto}.webmail-link{display:none}.whatsapp-btn{display:none}.mobile-only{display:block}
  .hero{height:auto;overflow:hidden}.hero-inner{height:auto;padding-bottom:25px}.hero-copy{width:100%;padding-top:30px}.hero-figure{position:relative;right:auto;top:auto;width:100%;height:260px;margin-top:24px;overflow:hidden}.hero-figure img{width:100%;height:260px}.slash-red{left:8%;top:94px;height:210px}.slash-yellow{left:21%;top:42px}
  .top-benefits{height:auto}.benefits-grid,.solution-grid,.stats-panel,.bottom-benefits-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.benefit-card{padding:20px 12px}.benefit-card:nth-child(2){border-right:0}.solution-card{height:auto}.stats-panel{height:auto;padding:22px 0}.stat-item{padding:20px 10px}.stat-item:nth-child(2){border-right:0}.bottom-benefit:nth-child(2){border-right:0;margin-right:0}.footer-grid{gap:30px}.footer-brand p{max-width:100%}
}
@media (max-width: 560px){
  :root{--wrap: calc(100vw - 28px)}
  h1{font-size:28px}.hero-actions{flex-direction:column;align-items:flex-start}.btn{width:100%;max-width:250px}.client-area{width:142px}.benefits-grid,.solution-grid,.stats-panel,.bottom-benefits-grid,.footer-grid{grid-template-columns:1fr}.benefit-card,.stat-item,.bottom-benefit{border-right:0;margin-right:0}.solution-card{max-width:360px;margin:0 auto}.stats-panel{gap:0}.stat-item{justify-content:flex-start;padding-left:36px}.site-footer{padding-bottom:22px}.copyright{text-align:left;max-width:var(--wrap);margin-left:auto;margin-right:auto}.footer-contact a{white-space:normal}
}

@keyframes float-yellow {
  0% { transform: skew(-28deg) translateY(0px); }
  50% { transform: skew(-28deg) translateY(-8px); }
  100% { transform: skew(-28deg) translateY(0px); }
}
@keyframes float-red {
  0% { transform: skew(-28deg) translateY(0px); }
  50% { transform: skew(-28deg) translateY(8px); }
  100% { transform: skew(-28deg) translateY(0px); }
}
@keyframes pulse-glow {
  0% { transform: translate(-50%, -50%) scale(0.95); opacity: 0.7; }
  100% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}

.solution-card:has(.solution-icon.red):hover {
  border-color: rgba(241, 13, 30, 0.3);
  box-shadow: 0 16px 32px rgba(241, 13, 30, 0.12), 0 6px 18px rgba(0,0,0,.08);
}
.solution-card:has(.solution-icon.yellow):hover {
  border-color: rgba(255, 196, 0, 0.4);
  box-shadow: 0 16px 32px rgba(255, 196, 0, 0.12), 0 6px 18px rgba(0,0,0,.08);
}

