/* =====================================================================
   EqualOp — ISO site styles (replicates the nofeesllc.com design)
   Fonts: Libre Franklin (display) + Inter (body)
   ===================================================================== */
:root {
  --black: #000;
  --bg: #000;
  --panel: #050505;
  --white: #fff;
  --muted: #9ca3af;
  --blue: #2977b4;        /* primary */
  --blue-light: #62a9e1;  /* highlight text */
  --blue-dark: #184976;   /* title bars */
  --blue-glow: rgba(41, 119, 180, .55);
  --border: rgba(98, 169, 225, .45);
  --radius: 18px;
  --font-display: "Libre Franklin", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --container: 1400px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); line-height: 1.15; }
p { margin: 0; }
.hl { color: var(--blue-light); }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: 24px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-title {
  text-align: center; text-transform: uppercase; font-weight: 700;
  font-size: clamp(26px, 3.4vw, 42px); letter-spacing: .01em; margin-bottom: 36px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body); font-weight: 700; font-size: 16px; color: var(--white);
  border: 1px solid var(--border); border-radius: 999px; padding: 14px 28px 14px 16px;
  background: linear-gradient(180deg, #0b1a2a 0%, #05090f 100%);
  box-shadow: 0 0 0 1px rgba(41,119,180,.25), 0 0 18px var(--blue-glow), inset 0 1px 0 rgba(255,255,255,.08);
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(98,169,225,.5), 0 0 28px var(--blue-glow); }
.btn-icon {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: var(--blue-dark); color: var(--white); flex: none;
}
.btn-send {
  width: 100%; justify-content: center; padding: 16px; font-size: 16px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  padding: 14px 0;
  background: rgba(0,0,0,.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  border: 1px solid var(--border); border-radius: 22px; padding: 12px 22px;
  background: linear-gradient(180deg, rgba(8,20,34,.9), rgba(0,0,0,.9));
  box-shadow: 0 0 0 1px rgba(41,119,180,.2), 0 0 22px rgba(41,119,180,.35);
}
.brand { display: flex; align-items: center; gap: 26px; }
.brand-logo img { height: 40px; width: auto; }
.partner-logo.elavon { height: 54px; }
.partner-logo.innowi { height: 26px; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > ul { display: flex; align-items: center; gap: 28px; }
.primary-nav > ul > li { position: relative; }
.primary-nav a { font-size: 16px; font-weight: 400; color: #e5e7eb; display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; }
.primary-nav a:hover, .primary-nav a.active { color: var(--blue-light); }
.nav-cta { padding: 10px 22px 10px 10px; }
.nav-cta.btn a, .primary-nav .nav-cta { color: var(--white); }
.sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 220px; display: none;
  background: #050a12; border: 1px solid var(--border); border-radius: 12px; padding: 8px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,.6), 0 0 18px rgba(41,119,180,.3);
}
.sub-menu li a { display: block; padding: 9px 18px; font-size: 15px; }
.sub-menu li a:hover { background: rgba(41,119,180,.15); }
.has-sub:hover .sub-menu, .has-sub.open .sub-menu { display: block; }
.nav-toggle {
  display: none; background: none; border: 1px solid var(--border); border-radius: 10px;
  width: 44px; height: 40px; padding: 8px; cursor: pointer; flex-direction: column; justify-content: space-between;
}
.nav-toggle span { display: block; height: 2px; background: var(--white); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 40px 0 70px;
  border-bottom: 1px solid var(--border);
  border-radius: 0 0 100px 100px;
  box-shadow: 0 8px 40px -10px var(--blue-glow), inset 0 -1px 0 rgba(98,169,225,.3);
  background-color: #000; background-repeat: no-repeat; background-position: center bottom; background-size: cover;
}
.hero-inner { display: grid; grid-template-columns: 1.05fr 1.2fr; align-items: center; gap: 40px; }
.hero h1 {
  font-size: clamp(34px, 3.6vw, 54px); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em;
  margin-bottom: 40px;
}
.hero-media img { width: 100%; }

/* ---------- About + Features ---------- */
.about-features { position: relative; padding: 90px 0 0; overflow: hidden; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.deco-heading {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  font-size: 28px; font-weight: 500; margin-bottom: 26px;
}
.deco-heading img { height: 14px; width: auto; opacity: .9; }
.about-text { text-align: center; font-weight: 700; font-size: 17px; line-height: 1.5; }
.feature-list li { position: relative; padding-left: 18px; font-size: 16px; line-height: 1.7; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .78em; width: 5px; height: 5px; border-radius: 50%; background: var(--white); }

.product-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; padding-bottom: 60px;
}
.product-card {
  border: 1px solid var(--border); border-radius: var(--radius); padding: 18px;
  background: rgba(0,0,0,.7);
  box-shadow: 0 0 0 1px rgba(41,119,180,.15), 0 0 20px rgba(41,119,180,.25);
}
.product-img { border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3.3; }
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.product-card h3 {
  margin-top: 16px; background: var(--blue-dark); color: var(--white); border-radius: 8px;
  text-align: center; padding: 10px; font-family: var(--font-body); font-weight: 700; font-size: 18px;
}

/* ---------- Video ---------- */
.video-section { padding: 30px 0 60px; border-top: 1px solid rgba(98,169,225,.25); }
.video-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(98,169,225,.25); }
.video-frame video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

/* ---------- Experts / Save with cash ---------- */
.experts { padding: 70px 0 60px; border-top: 1px solid rgba(98,169,225,.25); }
.experts-grid { gap: 60px; align-items: start; }
.big { font-size: clamp(32px, 3.4vw, 46px); font-weight: 700; margin-bottom: 26px; }
.chevron-list { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, auto); grid-auto-flow: column; gap: 12px 24px; }
.chevron-list li { display: flex; align-items: center; gap: 8px; font-size: 15px; }
.chevron-list svg { color: var(--white); flex: none; }
.elavon-big { margin-top: 90px; width: 300px; }
.save-heading { font-size: clamp(24px, 2.4vw, 34px); font-weight: 700; text-transform: uppercase; margin-bottom: 18px; }
.save-intro { color: #d1d5db; font-size: 15px; margin-bottom: 30px; }
.benefit-list { border-left: 3px solid var(--blue); padding-left: 24px; display: grid; gap: 22px; }
.benefit-list h3 { color: var(--blue); font-weight: 500; font-size: 21px; margin-bottom: 6px; }
.benefit-list p { color: #d1d5db; font-size: 15px; line-height: 1.5; }

/* ---------- Device image ---------- */
.device-section { padding: 20px 0 70px; }
.device-frame {
  border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(98,169,225,.25);
  background: radial-gradient(900px 500px at 50% 0%, rgba(24,73,118,.7), #000 70%);
}
.device-frame img { width: 100%; }

/* ---------- Processors ---------- */
.processors { padding: 20px 0 70px; }
.proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.proc-card {
  border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 24px;
  background: linear-gradient(180deg, #050a12, #000);
  box-shadow: 0 0 0 1px rgba(41,119,180,.15), 0 0 18px rgba(41,119,180,.25);
}
.proc-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 14px; }
.proc-icon { width: 30px; height: 30px; flex: none; color: var(--blue-light); }
.proc-icon svg { width: 100%; height: 100%; }
.proc-card h3 { font-family: var(--font-body); font-weight: 600; font-size: 17px; }
.proc-card p { color: #d1d5db; font-size: 15px; }

/* ---------- Contact form ---------- */
.contact { padding: 60px 0 80px; border-top: 1px solid rgba(98,169,225,.35); }
.contact-form { max-width: 700px; margin: 0 auto; display: grid; gap: 14px; }
.contact-form input, .contact-form textarea {
  width: 100%; font: inherit; font-size: 15px; color: #111; padding: 14px 18px;
  border: 1px solid #cbd5e1; border-radius: 6px; background: var(--white);
}
.contact-form textarea { resize: vertical; min-height: 140px; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--blue-light); outline-offset: 1px; }
.contact-form .hp { display: none; }
.form-status { min-height: 1.4em; text-align: center; color: var(--blue-light); font-size: 15px; }
.form-status.is-error { color: #f87171; }

/* ---------- Footer ---------- */
.site-footer { padding-top: 40px; }
.tagline {
  border-left: 4px solid var(--blue); padding-left: 16px; max-width: 420px;
  font-weight: 500; font-size: 16px; margin-bottom: 40px;
}
.footer-grid { display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 30px; align-items: start; padding-bottom: 50px; }
.site-footer h3 { font-family: var(--font-display); font-weight: 500; font-size: 22px; margin-bottom: 10px; }
.contact-name { font-family: var(--font-display); font-weight: 500; font-size: 22px; }
.footer-contact .phone { font-family: var(--font-display); font-weight: 500; font-size: 26px; margin-bottom: 8px; }
.footer-contact .email { font-family: var(--font-display); font-weight: 500; font-size: 22px; margin-bottom: 10px; }
.footer-contact .address { font-size: 16px; font-weight: 500; }
.footer-partner { display: flex; justify-content: flex-end; }
.footer-partner img { width: 210px; }
.copyright { background: var(--blue); color: var(--white); text-align: center; padding: 20px 0; font-weight: 700; font-size: 16px; }

/* ---------- Language switcher ---------- */
.lang-switch {
  position: fixed; right: 24px; bottom: 24px; z-index: 60;
  background: var(--white); color: #111; border-radius: 6px; box-shadow: 0 4px 16px rgba(0,0,0,.4);
  font-size: 13px; overflow: hidden;
}
.lang-switch .flag { margin-right: 8px; }
.lang-current, .lang-alt { display: none; padding: 10px 16px; font: inherit; background: none; border: 0; color: #111; cursor: pointer; white-space: nowrap; text-align: left; width: 100%; }
.lang-current { display: block; }
.lang-alt { border-top: 1px solid #e5e7eb; }
.lang-switch.open .lang-alt { display: block; }
.lang-alt:hover { background: #f1f5f9; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .brand { gap: 16px; }
  .brand-logo img { height: 34px; }
  .partner-logo.elavon { height: 44px; }
  .primary-nav > ul { gap: 18px; }
  .proc-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-partner { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .primary-nav {
    display: none; position: absolute; left: 24px; right: 24px; top: calc(100% - 6px);
    flex-direction: column; align-items: stretch; gap: 10px; padding: 16px;
    background: #050a12; border: 1px solid var(--border); border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.6), 0 0 18px rgba(41,119,180,.3);
  }
  .primary-nav.open { display: flex; }
  .primary-nav > ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .primary-nav a { padding: 10px 6px; }
  .sub-menu { position: static; box-shadow: none; border: 0; padding-left: 14px; }
  .nav-cta { align-self: flex-start; }
  .hero-inner, .two-col { grid-template-columns: 1fr; }
  .hero { border-radius: 0 0 48px 48px; padding-bottom: 50px; }
  .hero h1 { text-align: center; }
  .hero-copy { text-align: center; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .elavon-big { margin-top: 30px; }
  .experts-grid { gap: 40px; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .container { padding-inline: 16px; }
  .header-inner { padding: 10px 14px; border-radius: 16px; }
  .brand-logo img { height: 28px; }
  .partner-logo.elavon { height: 36px; }
  .partner-logo.innowi { display: none; }
  .primary-nav { left: 16px; right: 16px; }
  .product-grid { grid-template-columns: 1fr; }
  .proc-grid, .footer-grid { grid-template-columns: 1fr; }
  .chevron-list { grid-template-columns: 1fr; }
  .lang-switch { right: 12px; bottom: 12px; }
}
