:root {
  --bg: #f4f7fc;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: #ffffff;
  --surface-alt: #eef4ff;
  --text: #132033;
  --muted: #5e6c82;
  --line: #d6e0ef;
  --brand: #196dc3;
  --brand-dark: #124f91;
  --brand-soft: #eaf1ff;
  --accent: #d62e3a;
  --accent-dark: #ad1f2c;
  --accent-soft: #fff1f1;
  --success-soft: #eaf8f0;
  --success-text: #177245;
  --danger-soft: #fff0f0;
  --danger-text: #ad1f1f;
  --shadow: 0 22px 48px rgba(23, 43, 77, 0.12);
  --shadow-soft: 0 12px 28px rgba(23, 43, 77, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(23, 78, 166, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(198, 40, 40, 0.08), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #edf3fb 100%);
  line-height: 1.6;
  min-height: 100vh;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js [data-reveal="left"] {
  transform: translateX(34px);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #0f1b2d;
  text-wrap: balance;
}

::selection {
  background: rgba(23, 78, 166, 0.18);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.wrapper {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(214, 224, 239, 0.9);
  box-shadow: 0 8px 24px rgba(23, 43, 77, 0.06);
}

.site-bar {
  display: grid;
  gap: 0.85rem;
  padding: 0.85rem 0 0.95rem;
}

.site-bar-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.brand {
  display: inline-flex;
  gap: 0.85rem;
  align-items: center;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 1px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(25, 109, 195, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 10px 20px rgba(25, 109, 195, 0.16);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 0.05rem;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-text small,
.eyebrow,
.footer-kicker,
.panel-kicker {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.nav-actions,
.hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.header-quick-contact {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-left: auto;
}

.header-quick-contact a {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  transition: color 160ms ease, background 160ms ease;
}

.header-quick-contact a:hover {
  color: var(--brand-dark);
  background: var(--brand-soft);
}

.nav-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.35rem 0.4rem 0.35rem 0.7rem;
  border: 1px solid rgba(214, 224, 239, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(23, 43, 77, 0.05);
}

.main-nav {
  display: flex;
  gap: 0.1rem;
  align-items: center;
  flex-wrap: wrap;
}

.main-nav a,
.nav-actions a,
.nav-customer-actions a {
  font-size: 0.95rem;
}

.main-nav a,
.nav-actions a,
.nav-customer-actions a {
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.main-nav a:hover,
.nav-actions a:hover,
.nav-customer-actions a:hover {
  color: var(--brand);
  transform: translateY(-1px);
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.62rem 0.8rem;
  border-radius: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.22rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.main-nav a.is-active {
  color: var(--brand-dark);
  background: rgba(234, 241, 255, 0.68);
}

.nav-customer-actions {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.nav-customer-actions > a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.8rem;
  border-radius: 13px;
  color: #33435a;
  font-weight: 700;
  white-space: nowrap;
}

.nav-customer-actions > a.is-active {
  color: var(--brand-dark);
  background: var(--brand-soft);
}

.nav-customer-actions .nav-quote-link {
  padding-inline: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #ed4955);
  box-shadow: 0 10px 22px rgba(214, 46, 58, 0.18);
}

.nav-customer-actions .nav-quote-link:hover,
.nav-customer-actions .nav-quote-link.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.35rem 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(214, 224, 239, 0.9);
}

.cart-link .cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  color: #fff;
  font-size: 0.78rem;
}

.nav-actions {
  gap: 0.7rem;
  flex-wrap: nowrap;
}

.nav-actions a:not(.cart-link) {
  font-weight: 600;
}

.menu-toggle {
  display: none;
  min-height: 42px;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #17263d;
  background: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.menu-toggle-icon {
  display: grid;
  width: 20px;
  gap: 4px;
}

.menu-toggle-icon i {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-contact-links {
  display: none;
}

.flash {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.flash-success,
.flash-info {
  background: var(--success-soft);
  color: var(--success-text);
}

.flash-error,
.flash-warning {
  background: var(--danger-soft);
  color: var(--danger-text);
}

.hero,
.section {
  padding: 1.8rem 0;
}

.landing-hero,
.shop-hero,
.blog-hero,
.contact-hero,
.portfolio-hero,
.service-hero,
.about-hero {
  position: relative;
  overflow: hidden;
}

.landing-hero::before,
.contact-hero::before,
.service-hero::before,
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(23, 78, 166, 0.12), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(198, 40, 40, 0.1), transparent 24%);
  pointer-events: none;
}

.hero-grid,
.split-banner {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.34fr) minmax(280px, 0.66fr);
}

.hero h1,
.section h2,
.card h3,
.hero-panel h3 {
  line-height: 1.1;
  margin-top: 0;
}

.hero h1 {
  font-size: clamp(2.2rem, 3.8vw, 3.7rem);
  max-width: 15ch;
  margin-bottom: 0.85rem;
  letter-spacing: -0.045em;
  line-height: 1.02;
  font-weight: 780;
}

.landing-hero {
  padding-top: 2.15rem;
}

.landing-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 4.2vw, 4.35rem);
}

.shop-hero h1,
.blog-hero h1,
.portfolio-hero h1,
.service-hero h1,
.contact-hero h1,
.about-hero h1 {
  max-width: 14ch;
  font-size: clamp(2.1rem, 3.2vw, 3.25rem);
}

.hero-copy-block {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.hero-copy-block-immersive {
  position: relative;
  padding: 1.75rem 1.9rem 1.85rem;
  border: 1px solid rgba(214, 224, 239, 0.82);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94));
  box-shadow: 0 18px 38px rgba(23, 43, 77, 0.08);
  overflow: hidden;
}

.hero-copy-block-immersive::after {
  content: "";
  position: absolute;
  inset: auto -3rem -3rem auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 40, 40, 0.12), transparent 70%);
  pointer-events: none;
}

.hero-copy,
.section-heading p,
.card p,
.hero-panel,
.split-banner {
  color: var(--muted);
}

.hero-copy {
  max-width: 60ch;
  font-size: 1rem;
  line-height: 1.72;
}

.hero-panel,
.card,
.split-banner {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 36px rgba(23, 43, 77, 0.07);
}

.hero-panel,
.split-banner {
  padding: 1.35rem;
}

.hero-panel-feature {
  border-color: rgba(23, 78, 166, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95));
}

.landing-panel {
  position: relative;
  overflow: hidden;
}

.landing-panel::before,
.split-banner::before,
.form-card::before,
.story-card::before,
.detail-panel::before,
.post-article::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(23, 78, 166, 0.12), transparent 68%);
  pointer-events: none;
}

.landing-panel h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.18;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 1.25rem;
  align-items: start;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.post-grid,
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.about-grid,
.product-detail-grid,
.spec-grid,
.auth-grid,
.account-grid,
.post-detail-grid,
.cart-grid,
.checkout-grid {
  display: grid;
  gap: 1rem;
}

.about-grid {
  grid-template-columns: 1.15fr 1fr;
  align-items: start;
}

.product-detail-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.auth-grid {
  grid-template-columns: 0.95fr 1fr;
  align-items: start;
}

.account-grid {
  grid-template-columns: 320px 1fr;
  align-items: start;
}

.post-detail-grid {
  grid-template-columns: 1.4fr 0.8fr;
  align-items: start;
}

.cart-grid,
.checkout-grid {
  grid-template-columns: 1.3fr 0.8fr;
  align-items: start;
}

.spec-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  padding: 1.35rem;
}

.service-card {
  padding: 1.4rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.accent-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 244, 255, 0.96)),
    var(--surface-strong);
}

.section-alt {
  background: linear-gradient(180deg, rgba(234, 241, 255, 0.56), rgba(255, 255, 255, 0.65));
  border-top: 1px solid rgba(214, 224, 239, 0.72);
  border-bottom: 1px solid rgba(214, 224, 239, 0.72);
}

.section-heading {
  margin-bottom: 1.25rem;
  max-width: 700px;
}

.section-heading h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.step-list {
  margin: 0;
  padding-left: 1.2rem;
}

.step-list li + li {
  margin-top: 0.55rem;
}

.feature-list {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.feature-list li + li {
  margin-top: 0.45rem;
}

.stat-strip,
.journey-grid {
  display: grid;
  gap: 1rem;
}

.stat-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card,
.journey-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 1rem;
}

.stat-card strong,
.journey-number {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.journey-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.journey-card {
  padding: 1.2rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.journey-card p,
.story-card p,
.service-card p,
.showcase-card p,
.empty-state p {
  color: var(--muted);
}

.card:hover,
.service-card:hover,
.journey-card:hover,
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 54px rgba(23, 43, 77, 0.12);
}

.journey-number {
  color: var(--accent);
  letter-spacing: 0.08em;
}

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

.contact-method-grid {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.contact-method {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(25, 109, 195, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.contact-method:hover {
  transform: translateY(-2px);
  border-color: rgba(25, 109, 195, 0.4);
  box-shadow: 0 18px 34px rgba(25, 109, 195, 0.12);
}

.contact-method span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-method strong {
  color: var(--brand-dark);
}

.form-card {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.form-card-modern {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 255, 0.95));
}

.form-intro {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.15rem;
}

.form-intro h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.15;
}

.contact-form {
  display: grid;
  gap: 0.7rem;
}

.form-shell {
  gap: 1rem;
}

.form-section {
  display: grid;
  gap: 1rem;
  padding: 1rem 1rem 1.1rem;
  border: 1px solid rgba(214, 224, 239, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
}

.form-section-head {
  display: grid;
  gap: 0.2rem;
}

.form-section-head strong {
  font-size: 0.98rem;
  color: #16253a;
  letter-spacing: -0.01em;
}

.form-section-head span {
  color: var(--muted);
  font-size: 0.9rem;
}

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

.field {
  display: grid;
  gap: 0.45rem;
}

.field-wide {
  grid-column: 1 / -1;
}

.contact-form label {
  font-weight: 700;
  color: #1c2b40;
  font-size: 0.92rem;
}

.field-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.password-field {
  position: relative;
}

.password-field input {
  padding-right: 4.7rem;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 0.45rem;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: rgba(23, 78, 166, 0.09);
  color: #174ea6;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.45rem 0.72rem;
}

.password-toggle:hover,
.password-toggle:focus {
  background: rgba(23, 78, 166, 0.16);
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.filter-field input:focus,
.filter-field select:focus,
.qty-input:focus {
  outline: none;
  border-color: rgba(23, 78, 166, 0.48);
  box-shadow: 0 0 0 4px rgba(23, 78, 166, 0.12);
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.filter-bar,
.product-card,
.empty-state {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.filter-bar {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  gap: 1rem;
  align-items: end;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.filter-field {
  display: grid;
  gap: 0.45rem;
}

.filter-field label {
  font-weight: 700;
}

.filter-field input,
.filter-field select {
  width: 100%;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--text);
  font: inherit;
}

.filter-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-self: end;
}

.shop-heading {
  margin-top: 1.5rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover,
.post-card:hover,
.showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px rgba(39, 29, 16, 0.12);
}

.post-card,
.showcase-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.story-card,
.detail-panel,
.detail-media,
.spec-card,
.post-article,
.account-content,
.comment-card {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.story-card,
.detail-panel,
.spec-card,
.post-article,
.account-content,
.comment-card {
  padding: 1.5rem;
}

.submission-card h3 {
  margin: 0.2rem 0 0.45rem;
}

.section-showcase {
  position: relative;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(214, 224, 239, 0.9);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(234, 241, 255, 0.82));
  box-shadow: var(--shadow);
}

.testimonial-track {
  position: relative;
  min-height: 280px;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
}

.testimonial-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.testimonial-rating {
  display: inline-flex;
  gap: 0.2rem;
  color: var(--accent);
  font-size: 1.1rem;
}

.testimonial-slide blockquote {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.6;
  color: #0f1b2d;
  font-weight: 600;
}

.testimonial-meta {
  display: grid;
  gap: 0.2rem;
}

.testimonial-meta strong {
  font-size: 1rem;
}

.testimonial-meta span {
  color: var(--muted);
}

.slider-dots {
  display: flex;
  gap: 0.55rem;
  margin-top: 1rem;
}

.slider-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 78, 166, 0.22);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, width 160ms ease;
}

.slider-dot.is-active {
  width: 34px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.product-media {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(23, 78, 166, 0.12), rgba(198, 40, 40, 0.1));
}

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

.product-placeholder {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: var(--surface-strong);
  color: var(--brand);
  font-size: 2rem;
  font-weight: 700;
}

.post-media {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(234, 241, 255, 0.96), rgba(255, 241, 241, 0.96));
}

.post-placeholder {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: var(--surface-strong);
  color: var(--accent);
  font-size: 2rem;
  font-weight: 700;
}

.detail-media {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(23, 78, 166, 0.12), rgba(198, 40, 40, 0.1));
}

.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-placeholder {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: var(--surface-strong);
  color: var(--brand);
  font-size: 2.5rem;
  font-weight: 700;
}

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

.post-body {
  display: grid;
  gap: 0.9rem;
  padding: 1.15rem;
}

.detail-panel {
  display: grid;
  gap: 1rem;
}

.article-body {
  display: grid;
  gap: 1rem;
}

.article-body h2 {
  margin: 1.8rem 0 0;
  font-size: clamp(1.55rem, 2.3vw, 2.1rem);
}

.article-body h3 {
  margin: 1.2rem 0 0;
}

.article-body p,
.article-body li,
.article-body blockquote {
  color: #4f6078;
}

.article-body ul,
.article-body ol {
  margin: 0;
  padding-left: 1.4rem;
}

.article-body blockquote {
  margin: 0;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--accent);
  border-radius: 0 14px 14px 0;
  background: #fff5f5;
}

.article-body a {
  color: var(--brand);
  text-decoration: underline;
}

.testimonial-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.testimonial-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.testimonial-card blockquote {
  margin: 0;
  color: #33445c;
  font-size: 1.02rem;
  line-height: 1.65;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.comment-section,
.comment-list {
  display: grid;
  gap: 1rem;
}

.comment-card strong,
.comment-card span {
  display: block;
}

.comment-card span {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 0.5rem;
}

.side-list {
  display: grid;
  gap: 0.75rem;
}

.side-item {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
}

.side-item span {
  color: var(--muted);
  font-size: 0.92rem;
}

.product-meta,
.product-spec,
.product-footer,
.chip-list {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  flex-wrap: wrap;
}

.chip,
.stock-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 0.84rem;
}

.chip-active {
  background: linear-gradient(135deg, var(--brand), #2f6ed6);
  border-color: var(--brand);
  color: #fff;
}

.stock-tag {
  background: var(--success-soft);
  border-color: rgba(23, 114, 69, 0.16);
  color: var(--success-text);
}

.stock-tag-out {
  background: var(--danger-soft);
  color: var(--danger-text);
}

.product-spec {
  color: var(--muted);
  font-size: 0.92rem;
}

.price-block {
  display: grid;
  gap: 0.2rem;
}

.price-block strong {
  font-size: 1.05rem;
}

.price-block span {
  color: var(--muted);
  text-decoration: line-through;
  font-size: 0.92rem;
}

.detail-price {
  display: grid;
  gap: 0.25rem;
}

.detail-price strong {
  font-size: 1.35rem;
}

.detail-price span {
  color: var(--muted);
  text-decoration: line-through;
}

.post-footer {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.92rem;
}

.showcase-card {
  padding: 1.4rem;
}

.showcase-badge {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(23, 78, 166, 0.14), rgba(198, 40, 40, 0.12));
  color: var(--brand);
  font-weight: 700;
}

.spec-card h3 {
  margin-top: 0;
}

.table-list {
  display: grid;
  gap: 0.9rem;
}

.table-item {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.table-item div {
  display: grid;
  gap: 0.2rem;
}

.table-item span {
  color: var(--muted);
  font-size: 0.92rem;
}

.cart-item {
  grid-template-columns: 1.2fr 120px 1fr auto;
}

.qty-input {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
}

.table-actions,
.product-actions {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
}

.product-footer {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: auto;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  align-items: stretch;
}

.product-actions .inline-form {
  width: 100%;
}

.inline-form {
  display: inline-flex;
}

.button-small {
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  font-size: 0.92rem;
}

.success-wrap {
  max-width: 860px;
}

.success-card {
  text-align: center;
}

.empty-state {
  padding: 1.4rem;
  text-align: center;
}

.empty-state-large {
  padding: 2rem;
  max-width: 760px;
  margin: 0 auto;
}

.field-error,
.inline-error {
  margin: 0;
  color: var(--danger-text);
  font-size: 0.92rem;
}

.inline-error {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: var(--danger-soft);
}

.form-submit-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.4rem 0 0;
}

.form-submit-copy {
  display: grid;
  gap: 0.25rem;
}

.form-submit-copy strong {
  color: #15263c;
}

.form-submit-copy span {
  color: var(--muted);
  font-size: 0.94rem;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.choice-card {
  position: relative;
  display: block;
  padding: 1rem;
  border: 1px solid rgba(214, 224, 239, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.choice-card:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 78, 166, 0.3);
  box-shadow: var(--shadow-soft);
}

.choice-card input {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.choice-card.is-selected {
  border-color: rgba(23, 78, 166, 0.42);
  background: linear-gradient(180deg, rgba(234, 241, 255, 0.95), rgba(255, 255, 255, 0.96));
  box-shadow: var(--shadow-soft);
}

.choice-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
  background: rgba(238, 242, 247, 0.9);
  filter: grayscale(0.35);
}

.choice-card.is-disabled:hover {
  transform: none;
  border-color: rgba(214, 224, 239, 0.95);
  box-shadow: none;
}

.choice-card-copy {
  display: grid;
  gap: 0.25rem;
  padding-right: 1.5rem;
}

.choice-card-copy strong {
  color: #15263c;
}

.choice-card-copy span {
  color: var(--muted);
  font-size: 0.92rem;
}

.coming-soon {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.65rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(94, 108, 130, 0.12);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), #2f6ed6);
  color: #fff;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: var(--shadow-soft);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(23, 78, 166, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand);
  border: 1px solid rgba(23, 78, 166, 0.18);
  box-shadow: none;
}

.button-secondary:hover {
  background: var(--brand-soft);
}

.button-disabled {
  background: #d9d2c4;
  color: #6f624d;
  border: 1px solid #c9baa1;
  cursor: not-allowed;
  pointer-events: none;
}

.product-cta,
.product-cta-secondary {
  width: 100%;
  min-width: 0;
}

.product-cta-secondary {
  background: #efe4cf;
}

.buy-note {
  margin: 0;
  color: var(--brand-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.product-link {
  grid-column: 1 / -1;
  justify-content: center;
  padding-top: 0.2rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent);
  font-weight: 700;
}

.text-link:hover {
  color: var(--accent-dark);
}

.site-footer {
  margin-top: 2rem;
  padding: 2rem 0 1.2rem;
  border-top: 1px solid rgba(214, 224, 239, 0.9);
  background:
    linear-gradient(180deg, rgba(13, 28, 54, 0.98), rgba(20, 44, 84, 0.98));
  color: rgba(255, 255, 255, 0.9);
}

.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer a,
.site-footer .footer-bottom {
  color: inherit;
}

.site-footer .footer-kicker {
  color: rgba(255, 255, 255, 0.6);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 1.5rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 0.45rem;
}

.footer-bottom {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.64);
}

.footer-legal-links {
  display: flex;
  gap: 0.8rem 1.1rem;
  flex-wrap: wrap;
}

.footer-legal-links a {
  font-size: 0.86rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-hero {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: linear-gradient(145deg, #f8fafc, #eef3f8);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 14ch;
  margin: 0.45rem 0 0.8rem;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.legal-hero p {
  max-width: 65ch;
  color: var(--muted);
}

.legal-hero span {
  color: var(--muted);
  font-size: 0.86rem;
}

.legal-content {
  max-width: 820px;
  padding: clamp(1.4rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.case-card-media {
  aspect-ratio: 16 / 9;
  margin: -1.4rem -1.4rem 1.2rem;
  overflow: hidden;
  background: #eef3f8;
}

.case-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-hero {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: linear-gradient(145deg, #f8fafc, #eef3f8);
}

.case-study-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  gap: 2rem;
  align-items: center;
}

.case-study-hero h1 {
  max-width: 15ch;
  margin: 0.5rem 0 1rem;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1;
}

.case-study-image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-content {
  display: grid;
  gap: 1rem;
  max-width: 920px;
}

.case-study-content article {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 2rem auto;
}

.callout-banner {
  grid-template-columns: 1.4fr auto;
}

.callout-banner .hero-actions {
  justify-content: flex-end;
}

/* Conversion-focused homepage */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(4.5rem, 7vw, 6.5rem);
  color: var(--text);
  background:
    radial-gradient(circle at 8% 12%, rgba(25, 109, 195, 0.1), transparent 25%),
    radial-gradient(circle at 92% 18%, rgba(214, 46, 58, 0.09), transparent 24%),
    linear-gradient(145deg, #fbfcfe 0%, #f3f6fa 58%, #f8f2f3 100%);
  border-bottom: 1px solid rgba(214, 224, 239, 0.9);
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(25, 109, 195, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.home-hero::before {
  width: 520px;
  height: 520px;
  right: -240px;
  top: -260px;
}

.home-hero::after {
  width: 340px;
  height: 340px;
  left: -180px;
  bottom: -230px;
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.home-hero-copy {
  display: grid;
  gap: 1.35rem;
  align-content: center;
}

.home-hero .eyebrow {
  width: fit-content;
  margin: 0;
  padding: 0.42rem 0.75rem;
  border: 1px solid rgba(25, 109, 195, 0.16);
  border-radius: 999px;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.82);
}

.home-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #101d31;
  font-size: clamp(3rem, 5.4vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.home-hero-lead {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.75;
}

.home-hero-actions {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
}

.home-primary-cta {
  min-width: 150px;
  background: linear-gradient(135deg, var(--accent), #f04b56);
  box-shadow: 0 18px 36px rgba(214, 46, 58, 0.28);
}

.home-primary-cta:hover {
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.home-whatsapp-cta {
  color: #23334b;
  border-color: rgba(35, 51, 75, 0.18);
  background: rgba(255, 255, 255, 0.9);
}

.home-whatsapp-cta:hover {
  color: var(--brand-dark);
  background: #fff;
}

.home-direct-contact {
  margin: -0.35rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.home-direct-contact a {
  margin-left: 0.35rem;
  color: #17263d;
  font-weight: 750;
}

.home-signal-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(25, 109, 195, 0.13);
  border-radius: 32px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 65px rgba(30, 45, 68, 0.14);
}

.home-signal-card::after {
  content: "";
  position: absolute;
  inset: auto -80px -100px auto;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 46, 58, 0.12), transparent 70%);
  pointer-events: none;
}

.home-signal-brand {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.35rem 0.35rem 1.2rem;
}

.home-signal-logo {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  padding: 5px;
  border: 1px solid rgba(25, 109, 195, 0.16);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.home-signal-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-signal-brand div {
  display: grid;
  gap: 0.25rem;
}

.home-signal-brand span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-signal-brand strong {
  max-width: 28ch;
  color: #0d1b31;
  font-size: 1.05rem;
  line-height: 1.35;
}

.home-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-signal-grid a {
  display: grid;
  min-height: 158px;
  gap: 0.35rem;
  align-content: end;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f1f6ff);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-signal-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(25, 109, 195, 0.34);
  box-shadow: var(--shadow-soft);
}

.home-signal-grid a:nth-child(2),
.home-signal-grid a:nth-child(3) {
  background: linear-gradient(145deg, #fff, #fff3f4);
}

.home-signal-grid span {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.home-signal-grid strong {
  color: #132033;
  font-size: 0.96rem;
}

.home-signal-grid small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.home-signal-footer {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin-top: 0.9rem;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: #eef5ff;
}

.home-signal-footer p {
  margin: 0;
  color: var(--brand-dark);
  font-size: 0.86rem;
  font-weight: 650;
}

.home-live-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22a965;
  box-shadow: 0 0 0 5px rgba(34, 169, 101, 0.12);
}

.home-trust-section {
  position: relative;
  z-index: 3;
  margin-top: -1.75rem;
}

.home-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(30, 45, 68, 0.1);
}

.home-trust-strip div {
  display: grid;
  gap: 0.2rem;
  padding: 1.2rem 1.25rem;
}

.home-trust-strip div + div {
  border-left: 1px solid var(--line);
}

.home-trust-strip strong {
  color: #132033;
  font-size: 0.92rem;
}

.home-trust-strip span {
  color: var(--muted);
  font-size: 0.81rem;
  line-height: 1.45;
}

.home-services-section {
  padding-top: clamp(4.5rem, 7vw, 7rem);
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.6rem;
}

.home-section-heading h2,
.home-why-copy h2,
.home-final-cta h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.home-section-heading p,
.home-why-copy > p,
.home-final-cta p {
  margin: 0;
  color: var(--muted);
}

.home-section-heading > p {
  max-width: 56ch;
  justify-self: end;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.home-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(25, 109, 195, 0.28);
  box-shadow: 0 26px 52px rgba(23, 43, 77, 0.13);
}

.home-card-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1.3rem;
  border-radius: 14px;
  color: var(--brand);
  background: var(--brand-soft);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.home-service-card h3 {
  margin: 0 0 0.65rem;
  color: #132033;
  font-size: 1.2rem;
  line-height: 1.22;
}

.home-service-card > p {
  margin: 0;
  color: var(--muted);
}

.home-service-card ul {
  margin: 1rem 0 1.25rem;
  padding: 0;
  list-style: none;
}

.home-service-card li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.home-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.home-service-card li + li {
  margin-top: 0.35rem;
}

.home-service-card .text-link {
  margin-top: auto;
}

.home-service-links,
.service-card-actions {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 1rem;
}

.service-detail-hero {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background:
    radial-gradient(circle at 90% 15%, rgba(214, 46, 58, 0.08), transparent 25%),
    linear-gradient(145deg, #f8fafc, #eef3f8);
  border-bottom: 1px solid var(--line);
}

.service-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.service-detail-hero h1 {
  max-width: 15ch;
  margin: 0.45rem 0 1rem;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.service-detail-summary,
.service-rich-content,
.service-included-card {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.service-detail-summary {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
}

.service-detail-summary div {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border-radius: 18px;
  background: #f3f6fa;
}

.service-detail-summary span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 1.25rem;
  align-items: start;
}

.service-rich-content,
.service-included-card {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.rich-content h2 {
  margin: 2rem 0 0.75rem;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.rich-content h2:first-child,
.rich-content h3:first-child {
  margin-top: 0;
}

.rich-content h3 {
  margin: 1.5rem 0 0.6rem;
}

.rich-content p,
.rich-content li,
.rich-content blockquote {
  color: #4f6078;
}

.rich-content ul,
.rich-content ol {
  padding-left: 1.3rem;
}

.rich-content blockquote {
  margin: 1.2rem 0;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--accent);
  background: #fff5f5;
}

.rich-content a {
  color: var(--brand);
  text-decoration: underline;
}

.audience-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.8rem;
}

.audience-list-grid article {
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  font-weight: 700;
}

.faq-wrap {
  max-width: 900px;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.faq-list summary {
  color: #17263d;
  font-weight: 750;
  cursor: pointer;
}

.faq-list p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.home-section-link {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.home-audience-section {
  background:
    radial-gradient(circle at 12% 30%, rgba(25, 109, 195, 0.05), transparent 24%),
    linear-gradient(180deg, #f5f6f8, #fbfbfc);
  border-top: 1px solid rgba(214, 224, 239, 0.8);
  border-bottom: 1px solid rgba(214, 224, 239, 0.8);
}

.home-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-audience-grid article {
  padding: 1.5rem;
  border: 1px solid rgba(25, 109, 195, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
}

.home-audience-grid span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-audience-grid h3 {
  margin: 0.7rem 0 0.6rem;
  font-size: 1.22rem;
  line-height: 1.2;
}

.home-audience-grid p {
  margin: 0;
  color: var(--muted);
}

.home-why-section {
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.home-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.home-why-copy {
  display: grid;
  gap: 1.15rem;
}

.home-check-list {
  display: grid;
  gap: 0.8rem;
  margin: 0.4rem 0;
  padding: 0;
  list-style: none;
}

.home-check-list li {
  position: relative;
  padding-left: 2rem;
  color: #26364d;
}

.home-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-size: 0.75rem;
  font-weight: 900;
}

.home-process-card {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(25, 109, 195, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 8%, rgba(214, 46, 58, 0.11), transparent 28%),
    linear-gradient(145deg, #fff, #eef5ff);
  box-shadow: var(--shadow);
}

.home-process-heading h3 {
  margin: 0.45rem 0 1.4rem;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
}

.home-process-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  padding: 0 0 1.25rem;
}

.home-process-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 44px;
  bottom: 0.2rem;
  width: 1px;
  background: rgba(25, 109, 195, 0.22);
}

.home-process-list li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(25, 109, 195, 0.2);
  border-radius: 16px;
  color: var(--brand);
  background: #fff;
  font-size: 0.74rem;
  font-weight: 850;
}

.home-process-list li div {
  padding-top: 0.18rem;
}

.home-process-list strong {
  color: #132033;
}

.home-process-list p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.home-insights-section {
  background: #f4f5f7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-insight-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-insight-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.home-insight-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-insight-card h3 {
  margin: 1.25rem 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.home-insight-card p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.home-insight-card .text-link {
  margin-top: auto;
}

.home-final-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.home-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  padding: clamp(1.8rem, 4vw, 3rem);
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 16%, rgba(214, 46, 58, 0.26), transparent 30%),
    linear-gradient(135deg, #172238, #26344b);
  box-shadow: 0 28px 62px rgba(23, 34, 56, 0.2);
}

.home-final-cta h2,
.home-final-cta .eyebrow {
  color: #fff;
}

.home-final-cta p {
  max-width: 60ch;
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
}

.home-final-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
}

.home-final-actions .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.home-final-actions .button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.home-final-phone {
  display: block;
  padding: 0.25rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 700;
}

.team-section {
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.25rem;
}

.team-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.team-portrait {
  display: grid;
  min-height: 360px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(214, 46, 58, 0.14), transparent 30%),
    linear-gradient(145deg, #edf4fd, #f7f4f5);
}

.team-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-portrait span {
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(25, 109, 195, 0.18);
  border-radius: 40px;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  font-size: 2.4rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.team-card-body {
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2rem);
}

.team-role,
.team-credential span,
.business-facts-grid article > span {
  margin: 0;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.team-card h3 {
  margin: 0.45rem 0 0.8rem;
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  line-height: 1.05;
}

.team-card-body > p:not(.team-role) {
  margin: 0;
  color: var(--muted);
}

.team-credential {
  display: grid;
  gap: 0.3rem;
  margin-top: 1.2rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--brand);
  border-radius: 0 14px 14px 0;
  background: #f3f7fd;
}

.team-credential strong {
  color: #24344b;
  font-size: 0.92rem;
  line-height: 1.45;
}

.team-skills {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-top: 1.15rem;
}

.team-skills span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #40516a;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 650;
}

.team-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 1.3rem;
}

.business-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.business-facts-grid article {
  display: grid;
  gap: 0.45rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
}

.business-facts-grid article strong {
  font-size: 1.3rem;
}

.business-facts-grid article p {
  margin: 0;
  color: var(--muted);
}

.business-fact-wide {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .site-bar-top,
  .hero-grid,
  .contact-grid,
  .about-grid,
  .auth-grid,
  .account-grid,
  .post-detail-grid,
  .cart-grid,
  .checkout-grid,
  .product-detail-grid,
  .footer-grid,
  .split-banner {
    grid-template-columns: 1fr;
  }

  .header-quick-contact {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-shell {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    align-items: stretch;
    padding: 0.7rem;
    border-radius: 20px;
  }

  .menu-js .nav-shell {
    display: none;
  }

  .menu-js .nav-shell.is-open {
    display: grid;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem;
  }

  .main-nav a {
    justify-content: flex-start;
    padding-inline: 0.85rem;
  }

  .nav-customer-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0.65rem;
    border-top: 1px solid var(--line);
  }

  .mobile-contact-links {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    padding: 0.7rem 0.15rem 0.1rem;
    border-top: 1px solid var(--line);
  }

  .mobile-contact-links a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0.55rem 0.72rem;
    border-radius: 12px;
    color: var(--brand-dark);
    background: var(--brand-soft);
    font-size: 0.86rem;
    font-weight: 750;
  }

  .hero h1 {
    max-width: 16ch;
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .callout-banner .hero-actions {
    justify-content: flex-start;
  }

  .stat-strip {
    grid-template-columns: 1fr;
  }

  .filter-bar {
    grid-template-columns: 1fr;
  }

  .table-item {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

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

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

  .testimonial-track {
    min-height: 340px;
  }

  .home-hero-grid,
  .home-section-heading,
  .home-why-grid,
  .home-final-cta,
  .service-detail-hero-grid,
  .service-content-grid,
  .case-study-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-grid {
    gap: 2.5rem;
  }

  .home-hero h1 {
    max-width: 13ch;
  }

  .home-section-heading > p {
    justify-self: start;
  }

  .home-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust-strip div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .home-trust-strip div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .home-service-grid,
  .home-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-audience-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .team-portrait {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    max-width: none;
    font-size: clamp(1.9rem, 8.6vw, 2.55rem);
    line-height: 1.04;
  }

  .site-bar {
    gap: 0.85rem;
  }

  .site-bar-top {
    align-items: center;
  }

  .nav-actions {
    width: auto;
    gap: 0.4rem;
    justify-content: flex-end;
    margin-left: auto;
  }

  .nav-actions > a:not(.cart-link) {
    display: none;
  }

  .cart-link {
    width: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 0.3rem;
  }

  .cart-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .menu-toggle {
    width: 44px;
    padding-inline: 0.65rem;
  }

  .menu-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .main-nav,
  .nav-customer-actions {
    grid-template-columns: 1fr;
  }

  .main-nav a {
    min-height: 44px;
  }

  .nav-customer-actions > a {
    width: 100%;
  }

  .mobile-contact-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-text strong {
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .brand-text small {
    display: none;
  }

  .brand-mark {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .home-hero {
    padding: 2.75rem 0 4rem;
  }

  .home-hero-grid {
    gap: 2rem;
  }

  .home-hero h1 {
    max-width: none;
    overflow-wrap: anywhere;
    font-size: clamp(2.35rem, 10.5vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .home-hero-actions,
  .home-hero-actions .button {
    width: 100%;
  }

  .home-signal-card {
    padding: 1rem;
    border-radius: 24px;
  }

  .home-signal-brand {
    grid-template-columns: 62px 1fr;
  }

  .home-signal-logo {
    width: 62px;
    height: 62px;
    border-radius: 19px;
  }

  .home-signal-grid {
    grid-template-columns: 1fr;
  }

  .home-signal-grid a {
    min-height: 126px;
  }

  .home-trust-section {
    margin-top: -1.15rem;
  }

  .home-trust-strip,
  .home-service-grid,
  .home-insights-grid {
    grid-template-columns: 1fr;
  }

  .home-trust-strip div + div,
  .home-trust-strip div:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .home-section-heading {
    gap: 1rem;
  }

  .home-service-card {
    min-height: 0;
  }

  .home-why-grid {
    gap: 2rem;
  }

  .home-process-list li {
    grid-template-columns: 42px 1fr;
    gap: 0.8rem;
  }

  .home-process-list li > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .home-process-list li:not(:last-child)::after {
    left: 20px;
    top: 40px;
  }

  .home-final-cta {
    padding: 1.5rem;
    border-radius: 24px;
  }

  .team-grid,
  .business-facts-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    border-radius: 22px;
  }

  .team-portrait {
    min-height: 250px;
  }

  .business-fact-wide {
    grid-column: auto;
  }
}

@media (max-width: 360px) {
  .brand-text {
    display: none;
  }
}

.menu-toggle:focus-visible,
.main-nav a:focus-visible,
.nav-customer-actions a:focus-visible,
.mobile-contact-links a:focus-visible {
  outline: 3px solid rgba(25, 109, 195, 0.28);
  outline-offset: 2px;
}
