:root {
  --ink: #120b07;
  --ink-2: #21150e;
  --brown: #4d2d17;
  --brown-soft: #7b5131;
  --gold: #c89438;
  --gold-2: #e2bd72;
  --red: #b82025;
  --cream: #fbf8f2;
  --cream-2: #f1eadf;
  --paper: #ffffff;
  --line: #e5dacf;
  --text: #231a14;
  --muted: #74675c;
  --success: #168351;
  --shadow: 0 18px 44px rgba(41, 29, 21, .11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: "Figtree", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.62;
}

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

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

h1,
h2,
.display-title {
  font-family: "Figtree", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

h3,
h4,
h5,
.btn,
.nav-link {
  letter-spacing: 0;
}

.skip-link {
  position: absolute;
  top: -4rem;
  left: 1rem;
  z-index: 2000;
  padding: .65rem 1rem;
  color: #fff;
  background: var(--red);
  border-radius: 4px;
}

.skip-link:focus {
  top: 1rem;
}

.section-pad {
  padding: 78px 0;
}

.section-pad-sm {
  padding: 48px 0;
}

.section-kicker {
  margin: 0 0 9px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

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

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.16;
}

.section-heading p {
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 44px;
  padding: .76rem 1.22rem;
  border-radius: 5px;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.btn-gold {
  color: #fff;
  border-color: var(--gold);
  background: linear-gradient(135deg, #d6a044, #b77a22);
  box-shadow: 0 10px 24px rgba(184, 122, 34, .24);
}

.btn-gold:hover,
.btn-gold:focus {
  color: #fff;
  border-color: #e6bd69;
  background: linear-gradient(135deg, #e0af55, #995f19);
}

.btn-outline-gold {
  color: #fff;
  border: 1px solid rgba(226, 189, 114, .75);
  background: rgba(255, 255, 255, .04);
}

.btn-outline-gold:hover {
  color: var(--ink);
  background: var(--gold-2);
}

.btn-dark-coffee {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.btn-dark-coffee:hover {
  color: #fff;
  background: #000;
}

.btn-nav {
  min-height: 38px;
  padding: .55rem .9rem;
  font-size: .72rem;
}

.btn-small {
  min-height: 36px;
  padding: .48rem .76rem;
  font-size: .72rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  color: #fff;
  background: rgba(18, 11, 7, .96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: #0d0805;
  font-size: .78rem;
}

.top-bar .container,
.top-left,
.top-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar .container {
  min-height: 34px;
  justify-content: space-between;
}

.top-bar i,
.top-bar a:hover {
  color: var(--gold-2);
}

.main-nav {
  min-height: 72px;
  background: rgba(18, 11, 7, .96);
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  min-height: 70px;
  padding: 0;
}

.brand img {
  position: absolute;
  width: 143px;
  border-radius: 50%;
  padding: 6px;
  top: 6px;
  background: #120b07;
  /* background: red; */
  max-height: 143px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(1.08);
}

.main-nav .nav-link {
  position: relative;
  padding: .9rem .85rem !important;
  color: rgba(255, 255, 255, .88);
  font-size: .86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: var(--gold-2);
}

.main-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: .85rem;
  right: .85rem;
  bottom: .55rem;
  height: 2px;
  background: var(--gold);
}

.nav-link-admin {
  color: #ffd79b !important;
}

.dropdown-menu {
  padding: .45rem;
  border: 1px solid rgba(200, 148, 56, .22);
  border-radius: 5px;
  background: #170f0a;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
}

.dropdown-item {
  color: rgba(255, 255, 255, .88);
  border-radius: 4px;
  font-size: .88rem;
}

.dropdown-item:hover {
  color: #fff;
  background: rgba(200, 148, 56, .18);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, .32);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 .15rem rgba(226, 189, 114, .28);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15, 8, 5, .96), rgba(45, 25, 13, .9) 54%, rgba(15, 8, 5, .94)),
    radial-gradient(circle at 77% 34%, rgba(200, 148, 56, .32), transparent 28%),
    #120b07;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 3;
}

.hero-row {
  position: relative;
  z-index: 2;
  min-height: 650px;
  padding: 64px 0 74px;
}

.hero-title {
  margin: 0 0 22px;
  font-size: 50px;
  line-height: 1.08;
}

.hero-title span {
  display: block;
  color: var(--gold-2);
}

.hero-copy {
  max-width: 610px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .82);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 34px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 610px;
}

.hero-metric {
  padding: 16px;
  border: 1px solid rgba(226, 189, 114, .22);
  border-radius: 8px;
  backdrop-filter: blur(5px);
  background: rgb(18 12 8 / 19%);
}

.hero-metric strong {
  display: block;
  color: var(--gold-2);
  font-size: 1.45rem;
  line-height: 1;
}

.hero-metric span {
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
}

.hero-visual-card {
  overflow: hidden;
  border: 1px solid rgba(226, 189, 114, .2);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
  box-shadow: 0 28px 60px rgba(0, 0, 0, .36);
}

.hero-visual-card img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  right: -16px;
  bottom: 26px;
  max-width: 235px;
  padding: 18px;
  color: var(--ink);
  border-radius: 8px;
  background: var(--gold-2);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .25);
}

.hero-badge strong {
  display: block;
  font-size: 1rem;
}

.hero-badge span {
  font-size: .82rem;
  font-weight: 700;
}

.solution-strip {
  margin-top: -36px;
  position: relative;
  z-index: 5;
}

.solution-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
}

.solution-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.solution-item:last-child {
  border-right: 0;
}

.solution-item i {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--gold);
  border: 1px solid rgba(200, 148, 56, .28);
  border-radius: 999px;
  font-size: 1.45rem;
}

.solution-item strong {
  display: block;
  color: var(--ink);
  font-size: .98rem;
}

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

.product-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(229, 218, 207, .85);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(41, 29, 21, .07);
  transition: transform .18s ease, box-shadow .18s ease;
}

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

.product-card figure {
  display: grid;
  margin: 0;
  min-height: 238px;
  place-items: center;
  background: linear-gradient(180deg, #fff, #f6f0e8);
}

.product-card img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  padding: 22px;
}

.product-body {
  padding: 22px;
}

.product-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: .28rem .55rem;
  color: var(--brown);
  border-radius: 999px;
  background: #f4e8d4;
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-body h3 {
  margin: 0 0 10px;
  color: #3e3f42;
  font-size: 1.12rem;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.24
}

.product-body p {
  color: var(--muted);
  height: 75px;
}

.product-meta {
  margin-top: 18px;
}

.product-meta a {
  display: block;
  background: #ffffff;
  padding: 7px;
  text-align: center;
  color: #3e3f42;
  border: 1px solid #e9e0d6;
}

.quote-price {

  font-weight: 900;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brown);
  font-weight: 900;
}

.link-arrow:hover {
  color: var(--red);
}

.dark-band {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 8, 5, .98), rgba(31, 18, 10, .96)),
    var(--ink);
}

.dark-band h2 {
  color: #fff;
}

.dark-band p {
  color: rgba(255, 255, 255, .75);
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
}

.feature-list li {
  display: flex;
  gap: 12px;
  color: rgba(255, 255, 255, .86);
}

.feature-list i {
  color: var(--gold-2);
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  position: relative;
  padding: 20px 22px 20px 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.timeline-item span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #fff;
  border-radius: 999px;
  background: var(--gold);
  font-size: .78rem;
  font-weight: 900;
}

.timeline-item h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.partner-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.partner-cloud span {
  padding: .58rem .82rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--brown);
  font-size: .9rem;
  font-weight: 800;
}

.text-gold {
  color: var(--gold-2) !important;
}

.brand-section {
  padding: 34px 0;
  text-align: center;
  border-top: 1px solid rgba(229, 218, 207, .82);
  border-bottom: 1px solid rgba(229, 218, 207, .82);
  background: #fff;
}

.brand-section .section-kicker {
  margin-bottom: 18px;
}

.brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 28px;
}

.brand-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: .45rem .7rem;
  color: var(--ink);
  font-size: clamp(.92rem, 1.6vw, 1.28rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-section {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 11, 7, .98), rgba(42, 25, 15, .94)),
    var(--ink);
}

.blog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.blog-head h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.12;
}

.blog-card {
  display: grid;
  overflow: hidden;
  min-height: 164px;
  height: 100%;
  border: 1px solid rgba(226, 189, 114, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .2);
}

.blog-card img {
  width: 100%;
  height: 100%;
  min-height: 164px;
  object-fit: cover;
  background: #2c1b11;
}

.blog-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  background: #22140c8f;
}

.blog-card span {
  color: var(--gold-2);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 8px 0 16px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.34;
}

.blog-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-2);
  font-size: .86rem;
  font-weight: 800;
}

.blog-card a:hover {
  color: #fff;
}

.inner-hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 11, 7, .96), rgba(77, 45, 23, .86)),
    var(--ink);
}

.inner-hero .container {
  padding-top: 68px;
  padding-bottom: 68px;
}

.inner-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: 37px;
}

.inner-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.08rem;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.filter-tabs a {
  padding: .64rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--brown);
  font-weight: 800;
}

.filter-tabs a.active,
.filter-tabs a:hover {
  color: #fff;
  border-color: var(--brown);
  background: var(--brown);
}

.detail-media {
  display: grid;
  min-height: 420px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.detail-media img {
  max-height: 390px;
  object-fit: contain;
  padding: 28px;
}

.detail-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.detail-panel h1 {
  margin: 0 0 15px;
  color: var(--ink);
  font-size: clamp(2rem, 3.5vw, 3.25rem);
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.feature-pills li {
  padding: .5rem .75rem;
  border-radius: 999px;
  background: #f3eadb;
  color: var(--brown);
  font-weight: 800;
}

.inquiry-box,
.content-card,
.admin-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(41, 29, 21, .07);
}

.inquiry-box {
  padding: 28px;
}

.form-control,
.form-select {
  min-height: 44px;
  border-color: #d9cbbd;
  border-radius: 5px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 .2rem rgba(200, 148, 56, .16);
}

.content-card {
  height: 100%;
  padding: 28px;
}

.content-card h3 {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.site-footer {
  color: rgba(255, 255, 255, .72);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(3, 1fr);
  gap: 42px;
  padding: 54px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-brand img {
  width: 220px;
  margin-bottom: 16px;
  filter: brightness(1.05);
}

.footer-brand p {
  margin: 0 0 10px;
}

.site-footer h3 {
  margin: 0 0 15px;
  color: var(--gold-2);
  font-size: .86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a:hover {
  color: var(--gold-2);
}

.contact-list li {
  display: flex;
  gap: 9px;
}

.contact-list i {
  color: var(--gold-2);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .83rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.whatsapp-float,
.back-to-top {
  position: fixed;
  z-index: 1080;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, .22);
}

.whatsapp-float {
  right: 22px;
  bottom: 82px;
  width: 52px;
  height: 52px;
  color: #fff;
  background: #22a955;
  font-size: 1.55rem;
}

.back-to-top {
  right: 26px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--gold);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
}

.back-to-top.show {
  opacity: 1;
  transform: translateY(0);
}

.admin-shell {
  min-height: 100vh;
  background: #f5efe7;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.admin-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 16px;
}

.admin-brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.1;
}

.admin-brand span {
  color: #fff;
  font-weight: 900;
}

.admin-brand small {
  color: var(--gold-2);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 16px;
}

.admin-topbar a {
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
}

.admin-topbar a:hover,
.admin-topbar a.active {
  color: var(--gold-2);
}

.admin-layout {
  padding: 34px 0;
}

.admin-card {
  padding: 24px;
}

.admin-login-card {
  margin-top: clamp(20px, 6vh, 70px);
}

.admin-card h1,
.admin-card h2 {
  margin: 0 0 20px;
  color: var(--ink);
}

.admin-stat {
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(41, 29, 21, .07);
}

.admin-stat strong {
  display: block;
  color: var(--red);
  font-size: 2rem;
  line-height: 1;
}

.admin-stat span {
  color: var(--muted);
  font-weight: 800;
}

.table {
  vertical-align: middle;
}

.table img {
  width: 64px;
  height: 54px;
  object-fit: contain;
  border-radius: 5px;
  background: #f4efe8;
}

.admin-table-wrap {
  border: 1px solid rgba(229, 218, 207, .75);
  border-radius: 8px;
}

.admin-table-wrap .table {
  min-width: 760px;
  margin-bottom: 0;
}

.admin-product-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
}

.admin-product-cell strong,
.admin-product-cell small {
  display: block;
}

.admin-product-cell small,
.admin-message-cell {
  color: var(--muted);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-status-form {
  min-width: 130px;
}

.admin-message-cell {
  max-width: 280px;
  white-space: normal;
}

.status-pill {
  display: inline-flex;
  padding: .25rem .58rem;
  border-radius: 999px;
  background: #eaf6ef;
  color: var(--success);
  font-size: .78rem;
  font-weight: 900;
}

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

  .solution-item:nth-child(2) {
    border-right: 0;
  }

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

@media (max-width: 991.98px) {
  .top-bar .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .top-left,
  .top-right {
    flex-wrap: wrap;
    gap: 6px 14px;
  }

  .main-nav {
    min-height: 62px;
  }

  .brand img {
    width: 131px;
  }

  .navbar-collapse {
    padding: 10px 0 12px;
    margin-top: 90px;
  }

  .main-nav .nav-link {
    padding: .58rem 0 !important;
  }

  .main-nav .nav-link.active::after {
    display: none;
  }

  .nav-actions {
    padding-top: 8px;
  }

  .hero-row {
    min-height: auto;
    padding: 52px 0 74px;
  }

  .hero-badge {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }

  .top-bar {
    display: none;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .main-nav {
    min-height: 58px;
  }

  .main-nav .container {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .brand img {
    width: 148px;
    max-height: 176px;
  }

  .navbar-toggler {
    padding: .32rem .55rem;
  }

  .section-pad {
    padding: 52px 0;
  }

  .section-pad-sm {
    padding: 36px 0;
  }

  .hero-title {
    font-size: clamp(2.1rem, 10.5vw, 3.45rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-badge {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .solution-strip {
    margin-top: -22px;
  }

  .solution-panel {
    grid-template-columns: 1fr;
  }

  .solution-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 17px;
  }

  .solution-item:last-child {
    border-bottom: 0;
  }

  .product-card figure {
    min-height: 210px;
  }

  .inner-hero .container {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 72px;
    width: 48px;
    height: 48px;
  }

  .back-to-top {
    right: 17px;
    bottom: 18px;
  }
}

@media (max-width: 420px) {
  .brand img {
    width: 132px;
  }

  .btn {
    width: 100%;
  }
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}

.video-box-size {
  position: relative;
  z-index: 99;
}

.hero-overlay {
  inset: 0;
  background: #120c084f;
  position: absolute;
  z-index: 1;
}

.ourstory-style-three {
  position: relative;
  padding: 120px 0px;
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

#image_block_1 .image-box {
  position: relative;
  display: block;
  padding-left: 120px;
}

#image_block_1 .image-box .bg-layer {
  position: absolute;
  right: -225px;
  top: -150px;
  width: 935px;
  height: 830px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

#image_block_1 .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
}

#image_block_1 .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_1 .image-box .image img {
  width: 100%;
}

#image_block_1 .image-box .image-2 {
  position: absolute;
  left: -106px;
  bottom: -152px;
}

.text p {
  text-align: justify;
}

.offer-banner h5 {
  font-size: 16px;
}

.offer-banner h2 {
  font-size: 18px;
}

.offer-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 154px;
  overflow: hidden;
  padding: 14px 0 14px 22px;
  border-radius: 9px;
  background: #f7f5f6;
  box-shadow: 1px 1px 12px -5px black;
}

.offer-banner img {
  max-height: 140px;
  object-fit: contain;
}

.process-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px;
}

.process-card p {
  margin-bottom: 0;
}

.process-card i {
  flex: 0 0 auto;
  color: #d49e42;
  font-size: 46px;
  line-height: 1;
}