:root {
  --blue: #0ea5e9;
  --blue-dark: #075985;
  --navy: #0f2440;
  --ink: #172033;
  --muted: #64748b;
  --soft: #f0f9ff;
  --line: #dbeafe;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Poppins, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.topbar { background: #0284c7; color: #e0f2fe; font-size: 13px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a:hover { color: #fff; }

.nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,234,254,.8); backdrop-filter: blur(14px); }
.nav-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.logo { width: 215px; height: 72px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; color: #334155; }
.nav-links a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 13px 22px; font-weight: 700; cursor: pointer; transition: .25s ease; }
.button-blue { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(14,165,233,.2); }
.button-blue:hover { background: #0284c7; transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 28px; }

.hero { min-height: 650px; display: flex; align-items: center; color: #fff; position: relative; overflow: hidden; background: linear-gradient(110deg, rgba(15,36,64,.94), rgba(7,89,133,.68)), url('https://images.pexels.com/photos/17710109/pexels-photo-17710109.jpeg?auto=compress&cs=tinysrgb&fit=crop&w=1800') center/cover; }
.hero:after { content: ''; position: absolute; width: 460px; height: 460px; right: -160px; bottom: -220px; border-radius: 50%; background: rgba(56,189,248,.18); }
.hero-content { position: relative; z-index: 1; max-width: 850px; padding: 95px 0; }
.eyebrow { color: #7dd3fc; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
h1 { max-width: 820px; margin: 16px 0 22px; font-size: clamp(38px, 7vw, 76px); line-height: 1.05; letter-spacing: -.04em; }
h1 span, .section-title span { color: var(--blue); }
.hero h1 span { color: #38bdf8; }
.hero-copy { max-width: 780px; color: #e0f2fe; line-height: 1.8; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.09); }
.button-ghost:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }

.print-banner { position: relative; overflow: hidden; padding: 64px 0; color: #fff; background: linear-gradient(125deg, #0f2440, #075985 62%, #0ea5e9); }
.print-banner:after { content: ''; position: absolute; width: 330px; height: 330px; right: -110px; top: -150px; border-radius: 50%; background: rgba(125,211,252,.18); filter: blur(8px); }
.print-banner .container { position: relative; z-index: 1; }
.print-banner-head { max-width: 720px; margin-bottom: 34px; }
.print-banner-head h2 { margin: 9px 0 12px; color: #fff; }
.print-banner-head h2 span { color: #7dd3fc; }
.print-banner-head p { max-width: 650px; margin: 0; color: #dbeafe; line-height: 1.75; }
.print-services { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.print-service { display: flex; gap: 15px; padding: 25px 28px; border-left: 1px solid rgba(255,255,255,.22); }
.print-service:first-child { padding-left: 0; border-left: 0; }
.print-service-image { width: 82px; height: 64px; flex-shrink: 0; border-radius: 13px; object-fit: cover; transition: .3s ease; }
.print-service:hover .print-service-image { transform: scale(1.06) translateY(-3px); box-shadow: 0 9px 20px rgba(0,0,0,.2); }
.print-service h3 { margin: 0 0 5px; color: #fff; font-size: 16px; }
.print-service p { margin: 0; color: rgba(224,242,254,.78); font-size: 13px; line-height: 1.65; }
.print-icon { width: 48px; height: 48px; display: grid; place-items: center; flex-shrink: 0; border-radius: 15px; color: #bae6fd; background: rgba(255,255,255,.12); font-size: 11px; font-weight: 800; letter-spacing: .04em; transition: .25s ease; }
.print-service:hover .print-icon { color: #075985; background: #fff; transform: translateY(-3px); }
.print-button { margin-top: 29px; color: #075985; background: #fff; }
.print-button:hover { color: #075985; background: #f0f9ff; }

.section { padding: 90px 0; }
.section-soft { background: linear-gradient(180deg, var(--soft), #fff); }
.partners-section { display: flex; flex-direction: column; }
.partners-heading { order: 2; }
.partners-marquee { order: 3; }
.partners-social { order: 1; margin-bottom: 46px; }
.social-follow-copy { margin: 0 auto 22px; text-align: center; }
.social-follow-copy h2 { margin: 9px 0 8px; color: var(--ink); font-size: clamp(25px, 4vw, 36px); }
.social-follow-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 44px; }
.section-title { margin: 10px 0 13px; font-size: clamp(30px, 5vw, 48px); line-height: 1.1; }
.section-head p { color: var(--muted); line-height: 1.7; margin: 0; }
.rule { width: 66px; height: 4px; margin: 0 auto 17px; border-radius: 20px; background: var(--blue); }

.showcase { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); margin: 0 auto 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(15,36,64,.08); }
.showcase-media { min-height: 440px; position: relative; display: flex; align-items: center; justify-content: center; padding: 35px 62px; background: linear-gradient(135deg, #f0f9ff, #fff 58%, #f8fafc); }
.showcase-media img { width: 100%; height: 430px; object-fit: contain; border-radius: 12px; }
.showcase-info { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.showcase-kicker { color: var(--blue-dark); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; }
.showcase h3 { margin: 10px 0 16px; font-size: clamp(27px, 4vw, 42px); line-height: 1.12; }
.showcase h3 span { color: var(--blue); }
.showcase p { color: var(--muted); line-height: 1.75; }
.showcase-list { margin: 8px 0 25px; padding: 0; list-style: none; color: #475569; font-size: 14px; }
.showcase-list li { display: flex; gap: 9px; margin: 11px 0; }
.showcase-list li:before { content: '\2713'; color: var(--blue); font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 13px 35px rgba(15,36,64,.06); }
.product-card .showcase-media { min-height: 320px; padding: 24px 48px; }
.product-card .showcase-media img { height: 300px; }
.product-card .showcase-info { padding: 27px 30px 31px; }
.product-card h3 { font-size: 26px; margin: 8px 0 12px; }
.product-card p { font-size: 14px; }

.nfc-showcase { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); margin: 0 auto 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(15,36,64,.08); }
.nfc-visual { min-height: 440px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 35px; overflow: hidden; padding: 35px; background: linear-gradient(135deg, #e0f2fe, #fff 58%, #dbeafe); }
.nfc-visual:before, .nfc-visual:after { content: ''; position: absolute; border-radius: 50%; background: rgba(14,165,233,.14); filter: blur(3px); }
.nfc-visual:before { width: 210px; height: 210px; left: -80px; top: -70px; }
.nfc-visual:after { width: 250px; height: 250px; right: -100px; bottom: -100px; }
.nfc-card { position: relative; z-index: 1; width: min(330px, 100%); min-height: 205px; display: flex; flex-direction: column; padding: 27px; color: #fff; border-radius: 24px; background: linear-gradient(135deg, #0f2440, #1d4ed8 58%, #0ea5e9); box-shadow: 0 20px 35px rgba(15,36,64,.24); transform: rotate(-5deg); transition: .4s ease; }
.nfc-card:hover { transform: rotate(0) scale(1.04); }
.nfc-card-brand { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.nfc-chip { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #dbeafe; background: rgba(255,255,255,.17); font-weight: 800; }
.nfc-card-spacer { flex: 1; }
.nfc-card strong { display: block; font-size: 25px; }
.nfc-card small { display: block; max-width: 230px; margin-top: 4px; color: #dbeafe; font-size: 10px; line-height: 1.4; }
.nfc-card-footer { display: flex; justify-content: space-between; align-items: end; margin-top: 17px; color: #bae6fd; font-size: 9px; letter-spacing: .12em; }
.nfc-card-footer b { color: #fff; font-size: 10px; letter-spacing: 0; }
.nfc-connection { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; color: #075985; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.nfc-connection i { width: 30px; height: 1px; background: #7dd3fc; }
.nfc-info { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.nfc-info h3 { margin: 10px 0 16px; font-size: clamp(27px, 4vw, 42px); line-height: 1.12; }
.nfc-info h3 span { color: var(--blue); }
.nfc-info p { color: var(--muted); line-height: 1.75; }

.web-showcase { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); margin: 0 auto 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(15,36,64,.08); }
.web-visual { min-height: 390px; position: relative; overflow: hidden; background: #0f2440; }
.web-visual img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; transition: transform .7s ease; }
.web-visual:hover img { transform: scale(1.05); }
.web-visual-overlay { position: absolute; inset: 0; background: linear-gradient(35deg, rgba(15,36,64,.84), rgba(7,89,133,.05) 72%); }
.web-visual-label { position: absolute; left: 28px; bottom: 27px; display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 700; }
.web-visual-label span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: rgba(14,165,233,.9); font-family: monospace; font-size: 16px; }
.web-info { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.web-info h3 { margin: 10px 0 16px; font-size: clamp(27px, 4vw, 42px); line-height: 1.12; }
.web-info h3 span { color: var(--blue); }
.web-info p { color: var(--muted); line-height: 1.75; }

.arrow { position: absolute; top: 50%; z-index: 3; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--blue-dark); box-shadow: 0 6px 18px rgba(15,36,64,.15); cursor: pointer; font-size: 23px; line-height: 1; transform: translateY(-50%); }
.arrow:hover { background: var(--blue); color: #fff; }
.arrow-prev { left: 15px; }
.arrow-next { right: 15px; }
.slide-count { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); border-radius: 999px; padding: 7px 12px; background: rgba(255,255,255,.9); color: #475569; font-size: 12px; font-weight: 700; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.process { text-align: center; padding: 12px; }
.process-number { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 17px; border-radius: 50%; color: var(--blue-dark); background: #e0f2fe; font-size: 22px; font-weight: 800; }
.process h3 { margin: 0 0 8px; font-size: 18px; }
.process p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.clients { overflow: hidden; padding: 12px 0 24px; }
.client-track { display: flex; width: max-content; gap: 22px; animation: clientScroll 28s linear infinite; }
.client { width: 170px; height: 105px; display: grid; place-items: center; padding: 16px; border: 1px solid #e2e8f0; border-radius: 17px; background: #fff; box-shadow: 0 8px 20px rgba(15,36,64,.05); }
.client img { width: 100%; height: 100%; object-fit: contain; }
.client-track:hover { animation-play-state: paused; }
@keyframes clientScroll { from { transform: translateX(0); } to { transform: translateX(-33.333%); } }

.contact { background: linear-gradient(120deg, var(--navy), #075985); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; align-items: start; }
.contact h2 { margin-top: 0; }
.contact-copy { color: #bae6fd; line-height: 1.8; }
.contact-box, .bio-box { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.08); }
.contact-box { margin-bottom: 22px; }
.contact-line { display: flex; gap: 14px; align-items: center; margin: 20px 0; color: #e0f2fe; }
.contact-line strong { display: block; color: #fff; font-size: 14px; margin-bottom: 3px; }
.contact-line span { font-size: 13px; }
.bio-top { display: flex; align-items: center; gap: 15px; margin-bottom: 17px; }
.bio-top img { width: 72px; height: 72px; object-fit: cover; border-radius: 50%; border: 2px solid #38bdf8; }
.bio-top h3 { margin: 0 0 5px; font-size: 17px; }
.bio-top p { margin: 0; color: #7dd3fc; font-size: 12px; }
.bio-box p { color: #dbeafe; font-size: 13px; line-height: 1.75; }
.contact-form { padding: 34px; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 18px 55px rgba(0,0,0,.18); }
.contact-form h3 { margin: 0 0 23px; font-size: 25px; }
.contact-form h3 span { color: var(--blue); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
label { display: block; margin-bottom: 7px; color: #334155; font-size: 13px; font-weight: 700; }
input, textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbd5e1; border-radius: 11px; color: var(--ink); outline: 0; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px #e0f2fe; }
textarea { min-height: 125px; resize: vertical; }
.field { margin-bottom: 16px; }
.contact-form .button { width: 100%; margin-top: 8px; border-radius: 11px; }

.social { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 22px; }
.social a { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; transition: .25s ease; }
.social a:hover { transform: translateY(-4px); }
.instagram { background: linear-gradient(135deg, #7c3aed, #ec4899, #f97316); }
.facebook { background: #2563eb; }
.linkedin { background: #1d4ed8; }
.google { background: #fff; border: 1px solid #cbd5e1; }
.whatsapp { background: #25d366; }
.social svg { width: 22px; height: 22px; fill: currentColor; }

footer { padding: 45px 0 25px; color: #cbd5e1; background: #0b1729; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 35px; }
.footer-logo { width: 210px; height: 75px; object-fit: contain; object-position: left center; }
footer h3 { color: #7dd3fc; font-size: 16px; }
footer p, footer li { color: #94a3b8; font-size: 13px; line-height: 1.8; }
footer ul { padding: 0; margin: 0; list-style: none; }
footer li { margin: 8px 0; }
footer a:hover { color: #7dd3fc; }
.copyright { margin-top: 35px; padding-top: 20px; border-top: 1px solid #1e293b; text-align: center; color: #64748b; font-size: 12px; }

@media (max-width: 860px) {
  .topbar { display: none; }
  .nav-inner { min-height: 70px; }
  .logo { width: 175px; height: 62px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 70px; right: 16px; left: 16px; padding: 20px; flex-direction: column; align-items: stretch; gap: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 20px 40px rgba(15,36,64,.12); }
  .nav-links.open { display: flex; }
  .hero { min-height: 590px; }
      .print-services { grid-template-columns: 1fr; }
      .print-service, .print-service:first-child { padding: 20px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
      .print-service:last-child { border-bottom: 0; }
  .showcase, .nfc-showcase, .web-showcase, .contact-grid { grid-template-columns: 1fr; }
  .showcase-media { min-height: 360px; }
  .showcase-media img { height: 340px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1180px); }
  .section { padding: 65px 0; }
  .hero-content { padding: 75px 0; }
  .hero-copy { font-size: 15px; }
  .hero-actions .button { width: 100%; }
      .print-banner { padding: 52px 0; }
      .print-button { width: 100%; }
  .showcase-media { min-height: 310px; padding: 24px 42px; }
  .showcase-media img { height: 290px; }
  .showcase-info, .nfc-info, .web-info, .contact-form { padding: 25px 20px; }
  .nfc-visual { min-height: 330px; padding: 25px 20px; }
  .nfc-card { min-height: 190px; }
  .web-visual, .web-visual img { min-height: 300px; }
  .product-grid, .process-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .contact-box, .bio-box { padding: 22px 18px; }
  .client { width: 145px; height: 90px; }
}