* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #111111;
  background: #ffffff;
}

a {
  text-decoration: none;
}

/* =========================
   Navbar
========================= */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 56px;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-img {
  height: 56px;
  width: auto;
  display: block;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.navbar-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.navbar-menu a {
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.navbar-menu a:hover {
  opacity: 0.8;
  color: #1d4ed8;
}

.lang-toggle {
  padding: 9px 16px;
  border: none;
  background: #2563eb;
  color: #ffffff;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.lang-toggle:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.32);
  background: #1d4ed8;
}

.lang-toggle:focus {
  outline: 3px solid rgba(37, 99, 235, 0.25);
  outline-offset: 2px;
}

/* =========================
   Hero
========================= */
.hero {
  min-height: 88vh;
  padding: 80px 56px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #3b6ea8;
  margin-bottom: 16px;
}

.hero h1 {
  font-size: 60px;
  line-height: 1.05;
  max-width: 760px;
  margin-bottom: 18px;
}

.hero-slogan {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  color: #1e40af;
  max-width: 680px;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}

.hero-text {
  font-size: 19px;
  color: #4d5562;
  max-width: 680px;
  margin-bottom: 18px;
}

.hero-demo-note {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  max-width: 620px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #dce9fb;
  border-radius: 14px;
  padding: 14px 16px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}

.hero-contact {
  width: 100%;
  margin-top: 8px;
  font-size: 15px;
  color: #4d5562;
}

.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.btn-dark {
  background: #111111;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.12);
}

.btn-light {
  background: #ffffff;
  color: #111111;
  border: 1px solid #dddddd;
}

.btn-demo {
  background: linear-gradient(135deg, #ff7a00, #ff3d00);
  color: #ffffff;
  font-weight: 800;
  border: none;
  box-shadow: 0 12px 28px rgba(255, 102, 0, 0.28);
  transform: translateY(0) scale(1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn-demo:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 16px 34px rgba(255, 102, 0, 0.34);
  opacity: 0.98;
}

.btn-demo:active {
  transform: translateY(0) scale(1);
}

.contact-link {
  color: #1e40af;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.contact-link:hover {
  opacity: 0.75;
  text-decoration: underline;
}

.hero-right {
  display: flex;
  justify-content: center;
}

.hero-card {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border: 1px solid #e9edf2;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 14px 40px rgba(17, 17, 17, 0.08);
}

.card-label {
  font-size: 13px;
  color: #6c7480;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-card h3 {
  font-size: 28px;
  margin-bottom: 16px;
}

.hero-card ul {
  list-style: none;
}

.hero-card li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f2f5;
  color: #444c58;
}

.hero-card li:last-child {
  border-bottom: none;
}

/* =========================
   Section General
========================= */
.section {
  padding: 96px 56px;
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.section h2 {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.section-subtitle {
  font-size: 18px;
  color: #5a6270;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
  border-color: #dce7f7;
}

.card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.card p {
  color: #57606d;
  font-size: 16px;
}

.alt-section {
  background: #f8fafc;
}

/* =========================
   Featured Hibachi Section
========================= */
.featured-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
}

.featured-section .section-header {
  margin-bottom: 42px;
}

.featured-section .cards .card {
  border: 1px solid #dfe8f5;
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.05);
}

.featured-section .cards .card h3 {
  color: #111827;
}

.featured-section .cards .card p {
  color: #4b5563;
}

/* =========================
   Industry Badge
========================= */
.industry-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8 !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.3px;
  border: 1px solid #dbeafe;
}

/* =========================
   Why Section
========================= */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.why-box {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.why-box h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.why-box p {
  color: #57606d;
}

/* =========================
   Project Section
========================= */
.project-section {
  background: #111318;
  color: #ffffff;
}

.project-section .section-subtitle {
  color: #cfd6df;
}

.project-card {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 36px;
}

.project-content h3 {
  font-size: 30px;
  margin-bottom: 16px;
}

.project-content p {
  color: #d6dde6;
  max-width: 780px;
  margin-bottom: 24px;
}

.project-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.project-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #eef3f9;
  font-size: 14px;
}

.project-link {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 12px;
  background: #ffffff;
  color: #111111;
  font-weight: 700;
}

/* =========================
   Contact Section
========================= */
.contact-section {
  background: #ffffff;
}

.contact-wrapper {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.contact-box {
  margin-top: 28px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 28px;
}

.contact-box p {
  font-size: 17px;
  margin-bottom: 10px;
  color: #2c3440;
}

/* =========================
   Footer
========================= */
.footer {
  padding: 28px;
  text-align: center;
  border-top: 1px solid #ececec;
  color: #777777;
  font-size: 14px;
  background: #ffffff;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links a {
  margin: 0 10px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover {
  color: #000;
}

/* =========================
   Floating Contact
========================= */
.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0 10px;
}

.call-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 30px;
  background: #111;
  color: white;
  font-weight: 700;
}

.text-btn-live {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 30px;
  border: 1px solid #111;
  color: #111;
  font-weight: 700;
  background: white;
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-call,
.float-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 130px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.18);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.float-call {
  background: #2563eb;
  color: #ffffff;
}

.float-text {
  background: #ffffff;
  color: #e11d48;
  border: 2px solid #e11d48;
}

.float-call:hover,
.float-text:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

/* =========================
   Hibachi Pricing Section
========================= */
.hibachi-top-note {
  font-weight: 700;
  color: #111827;
  max-width: 760px;
  margin: 10px auto 0;
}

.quick-fix-box {
  max-width: 1100px;
  margin: 0 auto 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dfe8f5;
  border-radius: 20px;
  padding: 26px 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  text-align: center;
}

.quick-fix-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eef2ff;
  color: #1e40af;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.quick-fix-box h3 {
  font-size: 28px;
  margin-bottom: 8px;
  color: #111827;
}

.quick-fix-price {
  font-size: 20px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 10px;
}

.quick-fix-box p {
  font-size: 16px;
  color: #4b5563;
}

.quick-fix-note {
  margin-top: 8px;
  font-weight: 700;
  color: #1d4ed8 !important;
}

.pricing-highlights {
  max-width: 1100px;
  margin: 0 auto 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.pricing-highlight-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
}

.pricing-highlight-pill-soft {
  background: #eff6ff;
  color: #1d4ed8;
  box-shadow: none;
  border: 1px solid #dbeafe;
}

.pricing-table-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.pricing-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 20px;
}

.pricing-table {
  width: 100%;
  min-width: 1250px;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.pricing-table th,
.pricing-table td {
  border-bottom: 1px solid #ededed;
  padding: 18px 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.55;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  text-align: left;
  font-weight: 700;
  color: #111;
  min-width: 220px;
  background: #fafafa;
}

.pricing-table thead th {
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.plan-table-title {
  font-size: 18px;
  font-weight: 800;
  margin-top: 4px;
  margin-bottom: 6px;
  line-height: 1.35;
}

.plan-table-price {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  line-height: 1.5;
}

.plan-highlight {
  background: #fff8f6 !important;
}

.plan-highlight-strong {
  background: linear-gradient(180deg, #fff7ed 0%, #fff1e6 100%) !important;
  box-shadow: inset 0 0 0 2px #ffd4b3;
}

.plan-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #c90f02;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}

.plan-badge-dark {
  background: #111;
}

.plan-badge-neutral {
  background: #e5e7eb;
  color: #111827;
}

.pricing-table tbody tr:hover td {
  background: #fcfcfc;
}

.pricing-table tbody tr:hover td:first-child {
  background: #f5f5f5;
}

.pricing-notes {
  max-width: 1100px;
  margin: 18px auto 0;
  padding: 18px 22px;
  background: #fff8f6;
  border: 1px solid #f0d7d0;
  border-radius: 16px;
}

.pricing-notes p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin-top: 8px;
}

.pricing-notes p:first-child {
  margin-top: 0;
}

.addons-box {
  max-width: 1100px;
  margin: 28px auto 0;
}

.addons-box h3 {
  font-size: 28px;
  margin-bottom: 18px;
  text-align: center;
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.addon-card {
  background: white;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  text-align: left;
}

.addon-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.addon-price {
  font-size: 17px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 12px;
}

.addon-card p {
  font-size: 16px;
  color: #555;
}

.addon-card ul {
  margin-top: 12px;
  padding-left: 18px;
  color: #444;
}

.addon-card li {
  margin-bottom: 8px;
  line-height: 1.65;
}

.addon-card.featured-addon {
  border: 1.5px solid #c7dcff;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.10);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.retention-note {
  max-width: 1100px;
  margin: 14px auto 0;
  font-size: 14px;
  color: #5a6270;
  text-align: center;
}

.pricing-compare-note-wrap {
  margin-top: 28px !important;
}

.pricing-compare-note {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 14px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #1d4ed8;
  font-weight: 800;
}

/* =========================
   Seasonal Boost
========================= */
.seasonal-boost {
  max-width: 1100px;
  margin: 72px auto 0;
}

.seasonal-header {
  margin-bottom: 28px;
}

.seasonal-card {
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid #d9e7ff;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 12px 36px rgba(37, 99, 235, 0.08);
}

.seasonal-card h3 {
  font-size: 28px;
  margin-bottom: 14px;
}

.seasonal-card p {
  color: #4d5562;
  font-size: 16px;
  margin-bottom: 14px;
}

.seasonal-highlight {
  margin-top: 10px;
  font-weight: 700;
  color: #1e40af !important;
}

/* =========================
   Tablet / Small Laptop
========================= */
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 72px 24px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-slogan {
    font-size: 19px;
  }

  .section {
    padding: 80px 24px;
  }

  .cards,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .navbar {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px 24px;
  }

  .logo-img {
    height: 46px;
  }

  .nav-right {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-left: 0;
    width: 100%;
  }

  .navbar-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .seasonal-card {
    padding: 28px;
  }
}

/* =========================
   Mobile
========================= */
@media (max-width: 900px) {
  .pricing-table {
    min-width: 1120px;
  }

  .plan-table-title {
    font-size: 16px;
  }

  .plan-table-price {
    font-size: 13px;
  }

  .addons-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-demo-note {
    font-size: 16px;
  }

  .hero-buttons {
    gap: 10px;
  }

  .hero-buttons .btn,
  .btn-demo {
    width: 100%;
    text-align: center;
  }

  .contact-actions {
    flex-direction: column;
    align-items: center;
  }

  .call-btn,
  .text-btn-live {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .floating-contact {
    right: 16px;
    bottom: 16px;
  }

  .float-call,
  .float-text {
    min-width: 132px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 14px 12px;
    font-size: 14px;
  }

  .pricing-table th:first-child,
  .pricing-table td:first-child {
    min-width: 180px;
  }

  .plan-table-title {
    font-size: 15px;
  }

  .plan-badge {
    font-size: 11px;
    padding: 5px 8px;
  }

  .quick-fix-box,
  .project-card,
  .hero-card,
  .card,
  .why-box,
  .contact-box,
  .seasonal-card,
  .addon-card {
    padding: 24px;
  }

  .quick-fix-box h3,
  .addons-box h3,
  .seasonal-card h3 {
    font-size: 24px;
  }

  .pricing-highlight-pill {
    width: 100%;
    border-radius: 16px;
  }
}

@media (max-width: 560px) {
  .lang-toggle {
    padding: 8px 14px;
    font-size: 14px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-slogan {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .hero-text,
  .section-subtitle {
    font-size: 16px;
  }

  .section h2 {
    font-size: 32px;
  }

  .logo-img {
    height: 40px;
  }
}

.featured-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
}

.featured-section .section-header {
  margin-bottom: 42px;
}

.featured-section .cards .card {
  border: 1px solid #dfe8f5;
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.05);
}

.industry-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8 !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.3px;
  border: 1px solid #dbeafe;
}