:root {
  --navy-950: #06152f;
  --navy-900: #0a2148;
  --navy-800: #10366f;
  --blue-600: #1469e8;
  --blue-500: #2785ff;
  --cyan-400: #28c7e9;
  --mint-400: #42d8ad;
  --coral-400: #ff7c6f;
  --amber-400: #f7bd45;
  --violet-400: #896cff;
  --sky-100: #eef7ff;
  --ink: #11213d;
  --muted: #64738d;
  --surface: #ffffff;
  --surface-soft: #f7faff;
  --line: #dfe8f4;
  --shadow-sm: 0 10px 30px rgba(18, 49, 94, .08);
  --shadow-md: 0 20px 60px rgba(8, 36, 80, .14);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--navy-950);
  transform: translateY(-150%);
  transition: .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--navy-950); color: #dbe9ff; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar i { color: var(--cyan-400); margin-right: 7px; }
.topbar-links { display: flex; gap: 22px; }
.topbar-links a { transition: color .2s ease; }
.topbar-links a:hover { color: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(207,220,239,.75);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 12px 35px rgba(7,31,72,.10); background: rgba(255,255,255,.98); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark {
  font-family: "Space Grotesk", sans-serif;
  font-size: 39px;
  line-height: .9;
  letter-spacing: -4px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--cyan-400), var(--blue-600) 50%, var(--violet-400));
  -webkit-background-clip: text;
  color: transparent;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 12px; letter-spacing: .9px; color: var(--navy-900); }
.brand-copy small { margin-top: 4px; font-size: 10px; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { position: relative; font-size: 13px; font-weight: 700; color: #32415e; padding: 30px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 3px; background: linear-gradient(90deg, var(--cyan-400), var(--blue-600)); border-radius: 10px; transition: right .25s ease; }
.nav a:hover, .nav a.active { color: var(--blue-600); }
.nav a:hover::after, .nav a.active::after { right: 0; }
.header-call { display: flex; align-items: center; gap: 10px; padding: 12px 14px; color: #fff; border-radius: 15px; background: linear-gradient(135deg, var(--navy-900), var(--blue-600)); box-shadow: 0 10px 26px rgba(20,105,232,.22); }
.header-call-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.15); }
.header-call span:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.header-call small { opacity: .78; text-transform: uppercase; font-size: 9px; letter-spacing: .8px; }
.header-call strong { margin-top: 4px; font-size: 14px; }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy-900); margin: 5px 0; border-radius: 5px; transition: .25s ease; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(45, 134, 255, .30), transparent 24%),
    radial-gradient(circle at 90% 70%, rgba(40, 199, 233, .16), transparent 30%),
    linear-gradient(132deg, #06152f 0%, #0b2857 52%, #0c3d7c 100%);
  color: #fff;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000 50%, transparent); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(5px); }
.hero-glow-one { width: 390px; height: 390px; right: -170px; top: 10px; background: rgba(39,133,255,.22); }
.hero-glow-two { width: 270px; height: 270px; left: 38%; bottom: 70px; background: rgba(137,108,255,.13); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-bottom: 78px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-600); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; }
.eyebrow.light { color: #7ce6ff; }
.hero h1, .section-heading h2, .products-copy h2, .about-copy h2, .amc-copy h2, .contact-copy h2 { font-family: "Space Grotesk", sans-serif; letter-spacing: -1.8px; line-height: 1.06; }
.hero h1 { max-width: 720px; margin: 18px 0 22px; font-size: clamp(48px, 6vw, 78px); }
.hero h1 span { color: #62ddff; }
.hero-lead { max-width: 650px; margin: 0; color: #c6d8f2; font-size: 18px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 24px; margin: 30px 0; color: #eaf4ff; font-size: 14px; font-weight: 650; }
.hero-points i { color: var(--mint-400); margin-right: 7px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 0; border-radius: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue-500), var(--blue-600)); box-shadow: 0 12px 28px rgba(20,105,232,.32); }
.btn-primary:hover { box-shadow: 0 16px 36px rgba(20,105,232,.42); }
.btn-whatsapp { color: #fff; background: linear-gradient(135deg, #2bcc78, #16a95c); box-shadow: 0 12px 28px rgba(22,169,92,.28); }
.btn-dark { color: #fff; background: var(--navy-950); }
.btn-white { color: var(--navy-900); background: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.15); }
.hero-mini-proof { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.avatar-stack { display: flex; }
.avatar-stack img { width: 40px; height: 40px; object-fit: cover; border: 3px solid var(--navy-900); border-radius: 50%; margin-left: -11px; }
.avatar-stack img:first-child { margin-left: 0; }
.hero-mini-proof p { margin: 0; line-height: 1.35; font-size: 13px; }
.hero-mini-proof span { color: #9fb7d7; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-image-card { position: relative; width: 92%; min-height: 470px; overflow: hidden; border-radius: 36px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 35px 80px rgba(0,0,0,.32); transform: rotate(1.5deg); }
.hero-image-card img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,20,49,.50), transparent 55%); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 180px; padding: 13px 15px; color: var(--ink); background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.5); border-radius: 17px; box-shadow: var(--shadow-md); }
.floating-card-top { left: -38px; top: 62px; }
.floating-card-bottom { right: -34px; bottom: 55px; }
.floating-card > span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.floating-card strong { font-size: 13px; }
.floating-card small { font-size: 11px; color: var(--muted); }
.floating-icon { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; border-radius: 13px; background: linear-gradient(135deg, var(--blue-500), var(--violet-400)); }
.floating-icon.mint { background: linear-gradient(135deg, var(--mint-400), #17a779); }
.device-orb { position: absolute; z-index: 4; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 19px; color: #fff; box-shadow: 0 17px 32px rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(10px); }
.device-orb-one { top: 5px; right: 84px; background: rgba(40,199,233,.8); }
.device-orb-two { left: 20px; bottom: 95px; background: rgba(255,124,111,.83); }
.device-orb-three { right: 28px; top: 145px; background: rgba(137,108,255,.82); }
.trust-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin-bottom: -45px; color: var(--ink); background: #fff; border: 1px solid rgba(219,231,244,.9); border-radius: 22px; box-shadow: var(--shadow-md); }
.trust-strip article { display: flex; align-items: center; gap: 12px; padding: 24px 22px; border-right: 1px solid var(--line); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip i { font-size: 27px; color: var(--blue-600); }
.trust-strip div { display: flex; flex-direction: column; line-height: 1.35; }
.trust-strip strong { font-size: 12px; }
.trust-strip span { font-size: 10px; color: var(--muted); }

.section-heading { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .products-copy h2, .about-copy h2, .amc-copy h2, .contact-copy h2 { margin: 12px 0 17px; color: var(--navy-950); font-size: clamp(38px, 4.5vw, 56px); }
.section-heading p, .products-copy > p, .about-copy > p { color: var(--muted); margin: 0; font-size: 16px; }
.services { padding-top: 140px; background: linear-gradient(180deg, #fff 0%, var(--surface-soft) 100%); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 250px; padding: 26px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 30px rgba(24,63,112,.05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -55px; top: -55px; border-radius: 50%; background: rgba(39,133,255,.06); transition: transform .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #bcd6fb; box-shadow: 0 22px 50px rgba(15,59,118,.12); }
.service-card:hover::after { transform: scale(1.25); }
.service-icon { width: 55px; height: 55px; display: grid; place-items: center; font-size: 23px; color: var(--blue-600); background: rgba(39,133,255,.12); border-radius: 17px; }
.service-icon.coral { color: #ec6357; background: rgba(255,124,111,.15); }
.service-icon.mint { color: #149e74; background: rgba(66,216,173,.16); }
.service-icon.violet { color: #6e52e8; background: rgba(137,108,255,.15); }
.service-icon.amber { color: #b97c00; background: rgba(247,189,69,.18); }
.service-icon.sky { color: #0799bd; background: rgba(40,199,233,.15); }
.service-card h3 { margin: 20px 0 8px; color: var(--navy-950); font-size: 17px; }
.service-card p { min-height: 68px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; color: var(--blue-600); font-size: 12px; font-weight: 800; }
.service-card a i { transition: transform .2s ease; }
.service-card:hover a i { transform: translateX(4px); }

.products { background: #fff; }
.products-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.check-list { list-style: none; padding: 0; margin: 26px 0 32px; display: grid; gap: 13px; }
.check-list li { color: #34435e; font-size: 14px; font-weight: 650; }
.check-list i { width: 25px; height: 25px; display: inline-grid; place-items: center; margin-right: 9px; color: #fff; background: var(--mint-400); border-radius: 8px; font-size: 11px; }
.product-showcase { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 235px 235px; gap: 16px; }
.product-tile { position: relative; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow-sm); }
.product-tile-large { grid-row: span 2; }
.product-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-tile:hover img { transform: scale(1.06); }
.product-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,20,49,.78), transparent 58%); }
.product-tile div { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: #fff; }
.product-tile span { color: #9eeaff; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 800; }
.product-tile h3 { margin: 4px 0 0; font-size: 21px; }

.stats-band { position: relative; overflow: hidden; padding: 35px 0; color: #fff; background: linear-gradient(120deg, var(--navy-950), #0b3976 60%, #075b80); }
.stats-band::after { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); }
.stats-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 75px; border-right: 1px solid rgba(255,255,255,.2); }
.stats-grid article:last-child { border-right: 0; }
.stats-grid i { font-size: 32px; color: #7de8ff; }
.stats-grid div { display: flex; flex-direction: column; line-height: 1.15; }
.stats-grid strong { font-family: "Space Grotesk", sans-serif; font-size: 34px; }
.stats-grid strong[data-count]::after { content: "+"; }
.stats-grid span { margin-top: 6px; color: #bdd2ec; font-size: 11px; }

.about { background: var(--surface-soft); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 76px; }
.about-image { position: relative; }
.about-image img { width: 100%; height: 575px; object-fit: cover; border-radius: 32px; box-shadow: var(--shadow-md); }
.experience-badge { position: absolute; right: -28px; bottom: 38px; width: 170px; height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; border: 8px solid var(--surface-soft); border-radius: 50%; background: linear-gradient(135deg, var(--cyan-400), var(--blue-600)); box-shadow: 0 18px 38px rgba(20,105,232,.3); }
.experience-badge strong { font-family: "Space Grotesk", sans-serif; font-size: 48px; line-height: .95; }
.experience-badge span { width: 100px; margin-top: 8px; font-size: 11px; line-height: 1.4; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin: 30px 0 34px; }
.why-grid article { display: flex; align-items: flex-start; gap: 12px; padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.why-grid i { width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; color: var(--blue-600); background: var(--sky-100); border-radius: 12px; }
.why-grid h3 { margin: 0 0 5px; color: var(--navy-950); font-size: 14px; }
.why-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.amc { background: #fff; }
.amc-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 40px; min-height: 510px; padding: 70px; color: #fff; border-radius: 36px; background: radial-gradient(circle at 85% 20%, rgba(99,226,255,.25), transparent 30%), linear-gradient(125deg, var(--navy-950), #0b326d 58%, #0b5a76); box-shadow: var(--shadow-md); }
.amc-card::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; }
.amc-copy, .amc-visual { position: relative; z-index: 1; }
.amc-copy h2, .contact-copy h2 { color: #fff; }
.amc-copy p { max-width: 680px; color: #c6d8f2; }
.amc-features { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 18px; margin: 28px 0 33px; }
.amc-features span { color: #edf7ff; font-size: 13px; }
.amc-features i { margin-right: 8px; color: var(--mint-400); }
.amc-visual { min-height: 340px; display: grid; place-items: center; }
.amc-icon { position: relative; z-index: 3; width: 155px; height: 155px; display: grid; place-items: center; color: #fff; font-size: 65px; border-radius: 40px; background: linear-gradient(135deg, var(--cyan-400), var(--blue-500), var(--violet-400)); box-shadow: 0 30px 70px rgba(18,132,232,.35); transform: rotate(-7deg); }
.amc-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.ring-one { width: 280px; height: 280px; }
.ring-two { width: 360px; height: 360px; }
.amc-note { position: absolute; display: flex; align-items: center; gap: 9px; padding: 12px 15px; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 14px; box-shadow: var(--shadow-md); font-size: 12px; font-weight: 800; }
.note-one { left: 2px; top: 65px; }
.note-two { right: 5px; bottom: 58px; }
.amc-note i { color: var(--blue-600); }

.gallery { background: var(--surface-soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 255px; gap: 16px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow-sm); }
.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,18,42,.72), transparent 62%); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; color: #fff; font-size: 14px; font-weight: 800; }

.contact { position: relative; overflow: hidden; background: linear-gradient(125deg, var(--navy-950), #0b326d 60%, #0a5675); }
.contact::after { content: ""; position: absolute; width: 540px; height: 540px; right: -250px; top: -180px; border-radius: 50%; background: rgba(40,199,233,.13); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.contact-copy p { color: #c4d8f0; }
.contact-methods { display: grid; gap: 13px; margin-top: 32px; }
.contact-methods a { display: flex; align-items: center; gap: 14px; padding: 15px 17px; color: #fff; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); border-radius: 16px; transition: background .2s ease, transform .2s ease; }
.contact-methods a:hover { transform: translateX(5px); background: rgba(255,255,255,.1); }
.contact-methods a > span { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border-radius: 14px; background: linear-gradient(135deg, var(--cyan-400), var(--blue-600)); }
.contact-methods a:nth-child(2) > span { background: linear-gradient(135deg, #2bcc78, #16a95c); }
.contact-methods a:nth-child(3) > span { background: linear-gradient(135deg, var(--coral-400), #e95f52); }
.contact-methods div { display: flex; flex-direction: column; line-height: 1.35; }
.contact-methods small { color: #a9bdd7; }
.contact-form { padding: 34px; background: #fff; border-radius: 26px; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.form-heading span { color: var(--blue-600); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 22px; color: var(--navy-950); font-size: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 14px; color: #30405c; font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); outline: none; border: 1px solid var(--line); border-radius: 12px; background: #fbfdff; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(39,133,255,.1); }
.form-submit { width: 100%; }
.form-note { display: block; margin-top: 12px; color: var(--muted); text-align: center; font-size: 10px; }
.form-note i { color: var(--mint-400); }

.footer { color: #c2d2e9; background: #05142c; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .85fr 1.2fr; gap: 50px; padding: 70px 0 50px; }
.brand-footer .brand-copy strong { color: #fff; }
.brand-footer .brand-copy small { color: #879bb8; }
.footer-brand p { max-width: 330px; margin: 20px 0; color: #96abc6; font-size: 13px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); border-radius: 11px; transition: .2s ease; }
.socials a:hover { transform: translateY(-3px); background: var(--blue-600); }
.footer h3 { margin: 0 0 18px; color: #fff; font-size: 14px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer li, .footer a { color: #96abc6; font-size: 12px; }
.footer a:hover { color: #fff; }
.hours li { display: flex; flex-direction: column; gap: 3px; }
.hours strong { color: #dbe8f8; font-weight: 650; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact i { width: 18px; margin-top: 4px; color: var(--cyan-400); }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; color: #7f95b2; font-size: 11px; }
.footer-bottom div { display: flex; gap: 24px; }

.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 13px 17px; color: #fff; background: linear-gradient(135deg, #2bcc78, #16a95c); border: 3px solid #fff; border-radius: 999px; box-shadow: 0 15px 35px rgba(5,83,44,.3); font-size: 13px; font-weight: 800; }
.floating-whatsapp i { font-size: 22px; }
.back-to-top { position: fixed; z-index: 899; right: 28px; bottom: 86px; width: 43px; height: 43px; display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(10px); color: #fff; border: 0; border-radius: 13px; background: var(--navy-900); box-shadow: var(--shadow-sm); transition: .25s ease; }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .nav { gap: 17px; }
  .nav a { font-size: 12px; }
  .header-call { display: none; }
  .hero-grid { gap: 40px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-strip { grid-template-columns: repeat(3,1fr); }
  .trust-strip article:nth-child(3) { border-right: 0; }
  .trust-strip article:nth-child(n+4) { border-top: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .topbar p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: grid;
    gap: 0;
    padding: 14px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-md);
    transition: .25s ease;
  }
  .nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav a { padding: 13px 0; border-bottom: 1px solid #edf2f8; }
  .nav a:last-child { border-bottom: 0; }
  .nav a::after { display: none; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 65px; }
  .hero-grid, .products-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-points, .hero-actions, .hero-mini-proof { justify-content: center; }
  .hero-visual { min-height: 440px; }
  .hero-image-card, .hero-image-card img { min-height: 410px; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .trust-strip article { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-strip article:nth-child(1), .trust-strip article:nth-child(2) { border-top: 0; }
  .trust-strip article:nth-child(even) { border-right: 0; }
  .trust-strip article:nth-child(5) { grid-column: 1 / -1; border-right: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .product-showcase { order: -1; }
  .about-image img { height: 500px; }
  .about-grid { gap: 55px; }
  .amc-card { grid-template-columns: 1fr; padding: 54px 44px; }
  .amc-copy { text-align: center; }
  .amc-copy p { margin-inline: auto; }
  .amc-features { text-align: left; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid article:nth-child(2) { border-right: 0; }
  .stats-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .topbar-inner { justify-content: center; min-height: 34px; }
  .topbar p { display: none; }
  .topbar-links { width: 100%; justify-content: space-between; }
  .nav-wrap { min-height: 72px; }
  .brand-mark { font-size: 34px; }
  .brand-copy strong { font-size: 10px; }
  .brand-copy small { font-size: 9px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 365px; }
  .hero-image-card { width: 100%; min-height: 340px; border-radius: 26px; transform: none; }
  .hero-image-card img { min-height: 340px; }
  .floating-card { min-width: 148px; padding: 10px; }
  .floating-card-top { left: -5px; top: 26px; }
  .floating-card-bottom { right: -5px; bottom: 26px; }
  .device-orb { display: none; }
  .trust-strip { grid-template-columns: 1fr; margin-bottom: -34px; }
  .trust-strip article, .trust-strip article:nth-child(n) { grid-column: auto; border: 0; border-top: 1px solid var(--line); padding: 18px; }
  .trust-strip article:first-child { border-top: 0; }
  .services { padding-top: 112px; }
  .section-heading h2, .products-copy h2, .about-copy h2, .amc-copy h2, .contact-copy h2 { font-size: 39px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }
  .product-showcase { grid-template-columns: 1fr; grid-template-rows: repeat(3, 240px); }
  .product-tile-large { grid-row: auto; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid article, .stats-grid article:nth-child(n) { border: 0; border-top: 1px solid rgba(255,255,255,.2); justify-content: flex-start; padding-left: 42px; }
  .stats-grid article:first-child { border-top: 0; }
  .about-image img { height: 410px; }
  .experience-badge { width: 132px; height: 132px; right: -5px; bottom: -22px; border-width: 6px; }
  .experience-badge strong { font-size: 38px; }
  .experience-badge span { font-size: 9px; }
  .why-grid, .amc-features, .form-row { grid-template-columns: 1fr; }
  .amc-card { padding: 42px 24px; border-radius: 28px; }
  .amc-visual { min-height: 300px; }
  .amc-icon { width: 125px; height: 125px; font-size: 52px; }
  .ring-one { width: 230px; height: 230px; }
  .ring-two { width: 290px; height: 290px; }
  .note-one { left: -12px; }
  .note-two { right: -10px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-wide { grid-column: auto; }
  .contact-form { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 58px; height: 58px; justify-content: center; padding: 0; }
  .back-to-top { bottom: 91px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
