/* =====================================================
   CAUVERY INFOTECH — Global Styles
   Domain: https://www.cauveryinfotech.in
   ===================================================== */

:root {
  --navy: #0b1f33;
  --navy-mid: #14324f;
  --teal: #0d9488;
  --teal-dark: #0f766e;
  --teal-soft: #ccfbf1;
  --ink: #0f172a;
  --muted: #475569;
  --line: #e2e8f0;
  --surface: #f8fafc;
  --white: #ffffff;
  --accent: #ea580c;
  --success: #059669;
  --shadow: 0 8px 28px rgba(11, 31, 51, 0.08);
  --radius: 10px;
  --max: 1180px;
  --header-h: 72px;
  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--teal-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--teal);
}

ul {
  list-style: none;
}

button,
.btn {
  font-family: inherit;
  cursor: pointer;
  border: none;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ---------- Typography ---------- */
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  line-height: 1.2;
  color: var(--navy);
  font-weight: 700;
}

h1 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
}

h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

h3 {
  font-size: 1.15rem;
}

.lead {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 56ch;
}

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: var(--surface);
}

.section-head {
  margin-bottom: 2.25rem;
  max-width: 640px;
}

.section-head .eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.55rem;
}

.section-head p {
  margin-top: 0.65rem;
  color: var(--muted);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.8rem 1.35rem;
  border-radius: 8px;
  font-weight: 650;
  font-size: 0.95rem;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--teal);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--teal-dark);
  color: var(--white);
}

.btn-secondary {
  background: var(--navy);
  color: var(--white);
}

.btn-secondary:hover {
  background: var(--navy-mid);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--line);
}

.btn-outline:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
}

.btn-accent {
  background: var(--accent);
  color: var(--white);
}

.btn-accent:hover {
  background: #c2410c;
  color: var(--white);
}

.btn-sm {
  padding: 0.55rem 0.95rem;
  font-size: 0.85rem;
}

.btn-block {
  width: 100%;
}

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy);
  color: #cbd5e1;
  font-size: 0.82rem;
  padding: 0.45rem 0;
}

.topbar .container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.topbar a {
  color: #e2e8f0;
}

.topbar a:hover {
  color: #5eead4;
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 750;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.logo:hover {
  color: var(--navy);
}

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: linear-gradient(145deg, var(--teal) 0%, var(--navy) 100%);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.nav a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 0.7rem;
  border-radius: 6px;
}

.nav a:hover,
.nav a.active {
  color: var(--teal-dark);
  background: var(--teal-soft);
}

.nav-cta {
  margin-left: 0.4rem;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--navy);
  transition: 0.2s;
}

/* ---------- Banner carousel (home) ---------- */
.banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--navy);
}

.banner-track {
  position: relative;
  width: 100%;
}

.banner-track-mobile {
  display: none;
}

.banner-slide {
  display: none;
  width: 100%;
  animation: bannerFade 0.55s ease;
}

.banner-slide.is-active {
  display: block;
}

.banner-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.banner-track-web .banner-slide img {
  width: 100%;
  height: auto;
  max-height: min(46vw, 720px);
  aspect-ratio: 1881 / 836;
  object-fit: contain;
  object-position: center center;
  background: #0b1f33;
}

.banner-track-mobile .banner-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  background: #0b1f33;
}

.banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: rgba(11, 31, 51, 0.55);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s ease;
}

.banner-nav:hover {
  background: rgba(13, 148, 136, 0.9);
}

.banner-prev {
  left: 12px;
}

.banner-next {
  right: 12px;
}

.banner-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.banner-dot.is-active {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.8);
}

@keyframes bannerFade {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 1;
  }
}

.home-intro {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}

.home-intro .hero-brand-inline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 0.55rem;
}

.home-intro h1 {
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.home-intro .lead {
  margin-inline: auto;
  margin-bottom: 1.35rem;
}

.home-intro .hero-actions {
  justify-content: center;
}

.home-about-copy {
  max-width: 820px;
  margin-inline: auto;
}

.home-about-copy p {
  color: var(--muted);
  margin-bottom: 1rem;
  font-size: 1.02rem;
  line-height: 1.75;
}

.home-tagline {
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
  font-family: var(--font-display);
  font-weight: 750;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  color: var(--navy) !important;
  text-align: center;
  padding: 1.1rem 1.25rem;
  border-left: 4px solid var(--teal);
  background: var(--teal-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
}

@media (max-width: 768px) {
  .banner-track-web {
    display: none;
  }

  .banner-track-mobile {
    display: block;
  }

  .banner-nav {
    width: 36px;
    height: 36px;
    font-size: 1.35rem;
  }
}

/* ---------- Hero (legacy / unused on home) ---------- */
.hero {
  position: relative;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: flex-end;
  color: white;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(11, 31, 51, 0.88) 0%, rgba(13, 148, 136, 0.55) 55%, rgba(11, 31, 51, 0.75) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.06'%3E%3Cpath d='M0 80h160M80 0v160'/%3E%3Ccircle cx='80' cy='80' r='40'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(160deg, #0b1f33 0%, #14324f 45%, #0f766e 100%);
  background-size: cover, 120px 120px, cover;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 5.5rem 0 4rem;
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  animation: riseIn 0.8s ease both;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.85rem;
  color: #fff;
}

.hero h1 {
  color: #f0fdfa;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  max-width: 28ch;
  margin-bottom: 0.85rem;
}

.hero p {
  color: #cbd5e1;
  max-width: 48ch;
  margin-bottom: 1.6rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 64px;
  background: var(--white);
  clip-path: ellipse(70% 100% at 50% 100%);
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  animation: fadeSlide 0.7s ease both;
}

/* ---------- Page hero (inner) ---------- */
.page-hero {
  background:
    linear-gradient(125deg, rgba(11, 31, 51, 0.92), rgba(13, 148, 136, 0.72)),
    linear-gradient(160deg, #0b1f33, #0f766e);
  color: white;
  padding: 3.25rem 0 2.75rem;
}

.page-hero h1 {
  color: white;
  margin-bottom: 0.55rem;
}

.page-hero p {
  color: #d1fae5;
  max-width: 55ch;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.82rem;
  margin-bottom: 0.85rem;
  color: #99f6e4;
}

.breadcrumb a {
  color: #ccfbf1;
}

.breadcrumb span {
  opacity: 0.7;
}

/* ---------- Cards / grids ---------- */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.feature {
  padding: 1.5rem 1.35rem;
  border-top: 3px solid var(--teal);
  background: var(--white);
  box-shadow: var(--shadow);
  border-radius: 0 0 var(--radius) var(--radius);
  transition: transform 0.25s ease;
}

.feature:hover {
  transform: translateY(-4px);
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
  font-size: 0.85rem;
  font-family: var(--font-display);
  font-weight: 800;
}

.feature h3 {
  margin-bottom: 0.45rem;
}

.feature p {
  color: var(--muted);
  font-size: 0.94rem;
}

/* ---------- Store cards ---------- */
.store-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.store-card iframe {
  width: 100%;
  height: 240px;
  border: 0;
}

.store-body {
  padding: 1.35rem 1.4rem 1.5rem;
}

.store-body h3 {
  margin-bottom: 0.55rem;
}

.store-body p,
.store-body address {
  font-style: normal;
  color: var(--muted);
  font-size: 0.94rem;
  margin-bottom: 0.75rem;
}

.store-meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
  font-size: 0.92rem;
}

.store-meta a {
  font-weight: 650;
}

/* ---------- Products ---------- */
.cat-guide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.cat-guide-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.2rem 1.35rem;
  box-shadow: var(--shadow);
}

.cat-guide-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid var(--teal);
}

.cat-guide-card ul {
  display: grid;
  gap: 0.4rem;
}

.cat-guide-card li {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cat-link {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 650;
  color: var(--navy);
  text-align: left;
  cursor: pointer;
}

.cat-link:hover {
  color: var(--teal-dark);
  text-decoration: underline;
}

.filter-status {
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--muted);
  margin: -0.75rem 0 1.25rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.75rem;
}

@media (max-width: 980px) {
  .cat-guide {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cat-guide {
    grid-template-columns: 1fr;
  }
}

.filter-btn {
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-weight: 650;
  font-size: 0.85rem;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.product-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f1f5f9;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: var(--navy);
  color: white;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.5rem;
  border-radius: 4px;
}

.product-badge.refurb {
  background: var(--accent);
}

.product-body {
  padding: 1rem 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}

.product-cat {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--teal);
}

.product-body h3 {
  font-size: 0.98rem;
  flex: 1;
}

.product-body .btn {
  margin-top: 0.35rem;
}

.product-card.hidden {
  display: none;
}

/* ---------- Services ---------- */
.service-block {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.service-block:last-child {
  border-bottom: 0;
}

.service-visual {
  min-height: 220px;
  border-radius: var(--radius);
  background: #e2e8f0;
  overflow: hidden;
  padding: 0;
}

.service-visual img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.blog-thumb {
  height: 360px;
  background: #e2e8f0;
  overflow: hidden;
  padding: 0;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 640px) {
  .blog-thumb {
    height: 240px;
  }
}

.service-copy ul {
  margin: 0.85rem 0 1.15rem;
}

.service-copy li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--muted);
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.service-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

.about-photo {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.about-prose {
  max-width: 820px;
}

.about-prose .eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.55rem;
}

.about-prose h2 {
  margin-bottom: 1rem;
}

.about-prose p {
  color: var(--muted);
  margin-bottom: 1rem;
  line-height: 1.75;
}

.about-bullets {
  list-style: none;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.55rem;
}

.about-bullets li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.55;
}

.about-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}

.why-grid {
  align-items: stretch;
}

.why-grid .about-point {
  height: 100%;
}

.about-points {
  display: grid;
  gap: 1rem;
}

.about-point {
  padding: 1.1rem 1.15rem;
  border-left: 3px solid var(--teal);
  background: var(--surface);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.about-point h3 {
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.about-point p {
  color: var(--muted);
  font-size: 0.92rem;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.stat {
  text-align: center;
  padding: 1.25rem 0.75rem;
  background: var(--navy);
  color: white;
  border-radius: var(--radius);
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  color: #5eead4;
  margin-bottom: 0.2rem;
}

.stat span {
  font-size: 0.82rem;
  color: #cbd5e1;
}

/* ---------- FAQ ---------- */
.faq-list {
  max-width: 820px;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 650;
  font-family: var(--font-display);
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--teal);
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item .faq-a {
  padding: 0 1.15rem 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ---------- Blog ---------- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.35rem;
}

@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.blog-body {
  padding: 1.15rem 1.2rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}

.blog-meta {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

.blog-body h3 {
  font-size: 1.05rem;
}

.blog-body p {
  color: var(--muted);
  font-size: 0.92rem;
  flex: 1;
}

.blog-article {
  max-width: 760px;
  margin-inline: auto;
}

.blog-article .meta {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0.75rem 0 1.5rem;
}

.blog-article p {
  margin-bottom: 1.1rem;
  color: #334155;
}

.blog-article h2 {
  margin: 1.75rem 0 0.75rem;
  font-size: 1.35rem;
}

.blog-article ul {
  margin: 0 0 1.25rem 1.15rem;
  list-style: disc;
  color: #334155;
}

.blog-article li {
  margin-bottom: 0.4rem;
}

/* ---------- Contact ---------- */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 1rem;
}

.info-box {
  padding: 1.2rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.info-box h3 {
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.info-box p,
.info-box address {
  font-style: normal;
  color: var(--muted);
  font-size: 0.93rem;
}

.form-card {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-card h2 {
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
}

.form-card > p {
  color: var(--muted);
  margin-bottom: 1.15rem;
  font-size: 0.92rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.form-group {
  margin-bottom: 0.9rem;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 650;
  margin-bottom: 0.35rem;
  color: var(--navy);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  background: var(--surface);
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
  background: white;
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.65rem;
}

.map-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.map-pair .store-card iframe {
  height: 280px;
}

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-mid) 50%, var(--teal-dark) 100%);
  color: white;
  padding: 3.25rem 0;
  text-align: center;
}

.cta-band h2 {
  color: white;
  margin-bottom: 0.55rem;
}

.cta-band p {
  color: #cbd5e1;
  margin-bottom: 1.35rem;
  max-width: 48ch;
  margin-inline: auto;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* ---------- Brands strip ---------- */
.brands {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
}

.brand-pill {
  padding: 0.55rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 0.88rem;
  color: var(--navy-mid);
  background: white;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy);
  color: #94a3b8;
  padding: 3.25rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 1fr 0.9fr 1.5fr;
  gap: 1.75rem;
  padding-bottom: 2.5rem;
}

.footer-store {
  font-size: 0.84rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.footer-store strong {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.footer-store-name {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.35rem;
}

.footer-store-name:hover,
.footer-store-name:hover strong {
  color: #5eead4;
  text-decoration: underline;
}

.footer-store a:not(.footer-store-name) {
  font-weight: 650;
}

.site-footer h3,
.site-footer h4 {
  color: white;
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

.site-footer p {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.site-footer a {
  color: #cbd5e1;
}

.site-footer a:hover {
  color: #5eead4;
}

.footer-links {
  display: grid;
  gap: 0.4rem;
}

.footer-links a {
  font-size: 0.9rem;
}

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding: 1rem 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
  font-size: 0.82rem;
}

/* ---------- Floating widgets ---------- */
.float-widgets {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.float-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.float-btn:hover {
  transform: scale(1.08);
  color: white;
}

.float-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.float-whatsapp {
  background: #25d366;
  animation: blinkSoft 1.6s ease-in-out infinite;
}

.float-phone {
  background: var(--accent);
  animation: blinkSoft 1.6s ease-in-out infinite;
  animation-delay: 0.4s;
}

.float-scroll {
  background: var(--navy);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.float-scroll.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@keyframes blinkSoft {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    transform: scale(1.05);
  }
}

.float-phone {
  animation-name: blinkOrange;
}

@keyframes blinkOrange {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.55);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(234, 88, 12, 0);
    transform: scale(1.05);
  }
}

/* ---------- Misc ---------- */
.why-list {
  display: grid;
  gap: 0.85rem;
}

.why-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.85rem;
  align-items: start;
}

.why-num {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--teal);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 750;
  font-family: var(--font-display);
  font-size: 0.9rem;
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--muted);
}

.trust-bar span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.trust-bar span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .grid-4,
  .grid-3,
  .stat-row,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid,
  .contact-layout,
  .service-block,
  .map-pair {
    grid-template-columns: 1fr;
  }

  .service-block:nth-child(even) .service-visual {
    order: -1;
  }
}

@media (max-width: 820px) {
  .topbar {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    background: white;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    gap: 0.15rem;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
    box-shadow: var(--shadow);
  }

  .nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    padding: 0.75rem 0.85rem;
  }

  .nav-cta {
    margin: 0.35rem 0 0;
  }

  .nav-cta .btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .grid-3,
  .grid-4,
  .grid-2,
  .stat-row,
  .footer-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding: 4rem 0 3.5rem;
  }

  .section {
    padding: 3.25rem 0;
  }

  .float-widgets {
    right: 12px;
    bottom: 12px;
  }

  .float-btn {
    width: 44px;
    height: 44px;
  }
}
