:root {
  --navy: #062d68;
  --navy-deep: #031a3d;
  --blue: #0a68d8;
  --orange: #ff5a12;
  --orange-dark: #e74700;
  --green: #1d9b55;
  --ink: #0b1f3a;
  --muted: #5e6f86;
  --line: #dfe7f2;
  --soft: #f4f8fd;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(4, 35, 83, .13);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.section { padding: 96px 0; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.section-kicker::before { content: ""; width: 24px; height: 3px; border-radius: 4px; background: currentColor; }
.section-kicker.light { color: #ffd56a; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 42px;
}
.section-heading.centered { text-align: center; display: block; max-width: 780px; margin: 0 auto 48px; }
.section-heading h2, .why-copy h2, .contact-copy h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.section-heading p { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; }
.section-heading.centered p { margin: 18px auto 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223,231,242,.85);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 222px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: #334862; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta {
  color: white;
  background: linear-gradient(135deg, var(--orange), #ff7a20);
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(255,90,18,.22);
}
.menu-button { display: none; width: 46px; height: 46px; border: 0; background: var(--soft); border-radius: 12px; padding: 12px; cursor: pointer; }
.menu-button span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 5px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 34px;
  background:
    radial-gradient(circle at 75% 18%, rgba(31,140,255,.14), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f5f9fe 100%);
}
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 66px; position: relative; z-index: 2; }
.hero-copy { padding: 38px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,90,18,.12); }
.hero h1 { margin: 22px 0 22px; font-size: clamp(46px, 6.3vw, 82px); line-height: .98; letter-spacing: -.055em; color: var(--navy-deep); }
.hero h1 strong { color: var(--orange); font-weight: 850; }
.hero-lead { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
#industryRotator { color: var(--navy); font-weight: 800; border-bottom: 3px solid rgba(255,90,18,.42); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 13px;
  padding: 0 22px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), #ff7a20); box-shadow: 0 14px 28px rgba(255,90,18,.24); }
.button-secondary { color: var(--navy); background: #fff; border: 1px solid #b9c9dc; }
.button-light { background: #fff; color: var(--navy); margin-top: 24px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #41536a; font-size: 14px; font-weight: 700; }
.check { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; border-radius: 50%; background: #e5f7ed; color: var(--green); }

.hero-visual { position: relative; min-width: 0; }
.screen-shell { background: #071c37; border-radius: 28px; padding: 12px; box-shadow: 0 38px 70px rgba(3,26,61,.24); transform: perspective(1500px) rotateY(-3deg) rotateX(1deg); }
.screen-topbar { height: 42px; display: flex; align-items: center; gap: 14px; padding: 0 12px; color: #dbeaff; font-size: 12px; font-weight: 700; }
.screen-dots { display: flex; gap: 6px; }
.screen-dots i { width: 8px; height: 8px; border-radius: 50%; background: #31537d; }
.live-pill { margin-left: auto; border: 1px solid rgba(89,255,167,.4); background: rgba(36,205,120,.12); color: #7cf3b4; padding: 4px 8px; border-radius: 20px; font-size: 10px; }
.screen-shell img { width: 100%; border-radius: 17px; }
.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(207,219,234,.9);
  border-radius: 15px;
  box-shadow: 0 18px 38px rgba(4,35,83,.16);
}
.floating-card b, .floating-card small { display: block; }
.floating-card b { color: var(--navy-deep); font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 11px; }
.floating-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--navy); color: #fff; font-weight: 900; }
.floating-sales { left: -28px; bottom: 54px; }
.floating-stock { right: -18px; top: 82px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .6; }
.hero-glow-one { width: 400px; height: 400px; right: -180px; top: 20px; background: radial-gradient(circle, rgba(25,125,255,.16), transparent 70%); }
.hero-glow-two { width: 300px; height: 300px; left: -180px; bottom: 0; background: radial-gradient(circle, rgba(255,90,18,.12), transparent 70%); }

.trust-strip { position: relative; z-index: 3; margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(255,255,255,.9); border-radius: 20px; box-shadow: 0 10px 30px rgba(4,35,83,.06); }
.trust-strip div { padding: 22px 28px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip b, .trust-strip span { display: block; }
.trust-strip b { color: var(--orange); font-size: 13px; letter-spacing: .12em; }
.trust-strip span { color: var(--navy); font-weight: 800; margin-top: 3px; }

.industries-section { background: #fff; }
.industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.industry-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 22px;
  background: #111;
  box-shadow: 0 16px 34px rgba(4,35,83,.11);
  isolation: isolate;
}
.industry-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.industry-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(2,19,48,.92) 100%); z-index: 1; }
.industry-card:hover img { transform: scale(1.045); }
.industry-card-content { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; color: #fff; }
.industry-card-content h3 { margin: 0; font-size: 20px; }
.industry-card-content p { margin: 4px 0 0; color: rgba(255,255,255,.75); font-size: 13px; }

.feature-section { background: var(--soft); }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.feature-card {
  background: #fff;
  border: 1px solid #e0e8f2;
  border-radius: 20px;
  padding: 24px;
  min-height: 215px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-card:hover { transform: translateY(-5px); border-color: #bfd0e5; box-shadow: 0 18px 34px rgba(4,35,83,.09); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; background: #eaf3ff; color: var(--navy); border-radius: 14px; font-size: 23px; font-weight: 900; }
.feature-card h3 { margin: 18px 0 8px; font-size: 18px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.editions-section { background: #fff; }
.edition-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.edition-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 15px 36px rgba(4,35,83,.07);
}
.edition-card.pro {
  color: #fff;
  border: 0;
  background: linear-gradient(160deg, #073679 0%, #031c46 72%);
  box-shadow: 0 26px 60px rgba(3,30,73,.28);
  transform: translateY(-10px);
}
.edition-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 12px;
  background: #eaf3ff;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.edition-card.pro .edition-badge { background: #ffbd21; color: #3b2300; }
.edition-card h3 { margin: 18px 0 6px; font-size: 38px; letter-spacing: -.04em; }
.edition-card > p { margin: 0 0 24px; color: var(--muted); }
.edition-card.pro > p { color: #bad1f0; }
.edition-card ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 12px; }
.edition-card li { position: relative; padding-left: 28px; font-size: 14px; color: #344860; }
.edition-card.pro li { color: #e4efff; }
.edition-card li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #e8f8ef; color: var(--green); font-size: 12px; font-weight: 900; }
.edition-card.pro li::before { background: rgba(255,189,33,.18); color: #ffd34e; }
.edition-card .button { width: 100%; }
.edition-card:not(.pro) .button { background: var(--soft); color: var(--navy); border: 1px solid #d4dfed; }
.recommended { position: absolute; top: 22px; right: 22px; color: #ffd45d; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }

.why-section { background: linear-gradient(135deg, #062f6a, #031a3e); color: #fff; }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: center; }
.why-copy p { color: #bed0e9; font-size: 17px; max-width: 520px; }
.why-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.why-card { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.065); padding: 24px; border-radius: 20px; }
.why-card span { color: #ffca43; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.why-card h3 { margin: 9px 0 7px; font-size: 21px; }
.why-card p { margin: 0; color: #bfd0e8; font-size: 14px; }

.contact-section { background: #f5f8fc; }
.contact-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 54px; align-items: start; }
.contact-copy p { color: var(--muted); font-size: 17px; }
.contact-details { margin-top: 30px; display: grid; gap: 12px; }
.contact-details > a, .address-card { display: flex; align-items: center; gap: 15px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.contact-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #eaf3ff; color: var(--navy); font-weight: 900; }
.contact-details small, .contact-details b { display: block; }
.contact-details small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.contact-details b { color: var(--navy-deep); font-size: 14px; margin-top: 2px; }

.contact-form { background: #fff; border: 1px solid #dce5f1; border-radius: 24px; padding: 30px; box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 24px; }
.form-heading h3 { margin: 0; font-size: 26px; }
.form-heading span { color: var(--muted); font-size: 12px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { display: block; color: #31445b; font-size: 13px; font-weight: 800; margin-bottom: 16px; }
input, textarea, select {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #cad6e5;
  border-radius: 11px;
  background: #fbfdff;
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(10,104,216,.1); }
textarea { resize: vertical; min-height: 112px; }
.submit-button { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.site-footer { background: #021633; color: #d5e2f5; padding: 56px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 44px; }
.footer-brand img { width: 220px; border-radius: 4px; }
.footer-brand p { color: #9fb3cf; max-width: 300px; font-size: 14px; }
.site-footer h3 { color: #fff; margin: 0 0 14px; font-size: 14px; }
.site-footer a, .site-footer span { display: block; color: #9fb3cf; margin: 8px 0; font-size: 13px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); display: flex; justify-content: space-between; gap: 20px; }
.footer-bottom span { margin: 0; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #21c063;
  box-shadow: 0 14px 32px rgba(17,130,66,.34);
}
.whatsapp-float svg { width: 30px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid { gap: 34px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .floating-card { display: none; }
}

@media (max-width: 860px) {
  .section { padding: 76px 0; }
  .menu-button { display: block; }
  .main-nav {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 10px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { max-width: 720px; margin: 0 auto; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .edition-grid { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
  .edition-card.pro { transform: none; }
  .why-copy { text-align: center; }
  .why-copy p { margin-inline: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 660px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand img { width: 190px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 48px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; grid-template-columns: 1fr; text-align: left; max-width: 270px; margin-inline: auto; }
  .screen-shell { padding: 8px; border-radius: 18px; transform: none; }
  .screen-topbar { height: 34px; }
  .trust-strip { margin-top: 30px; }
  .trust-strip div { padding: 18px; }
  .industry-grid, .feature-grid, .why-cards { grid-template-columns: 1fr; }
  .industry-card { min-height: 360px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; border-radius: 18px; }
  .form-heading { display: block; }
  .form-heading span { display: block; margin-top: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { display: block; }
  .footer-bottom span + span { margin-top: 8px; }
}

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