/* ========= Sol-Ar Steel — Static CSS ========= */
:root {
  --navy-deep: #0b1a30;
  --navy: #122a4a;
  --amber: #e69632;
  --amber-soft: #f4b968;
  --bg: #f7f7f5;
  --muted: #eeeae4;
  --card: #ffffff;
  --border: #e5e2dc;
  --text: #122a4a;
  --text-muted: #6b7280;
  --shadow-card: 0 20px 40px -20px rgba(11, 26, 48, .25);
  --radius: 14px;
  --radius-lg: 20px;
  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Montserrat', system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased
}

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

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

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit
}

ul {
  list-style: none
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px
}

.section {
  padding: 96px 0
}

@media(max-width:768px) {
  .section {
    padding: 64px 0
  }
}

.bg-light {
  background: var(--bg)
}

.bg-muted {
  background: #ffefd7
}

.bg-navy-deep {
  background: var(--navy-deep)
}

.text-light {
  color: #fff
}

.amber {
  color: var(--amber)
}

.muted {
  color: var(--text-muted)
}

.muted-text {
  color: var(--text-muted);
  max-width: 420px
}

.center-text {
  text-align: center
}

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

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600
}

.eyebrow.navy {
  color: var(--navy)
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.1
}

h2 {
  font-size: clamp(28px, 4vw, 46px);
  color: var(--navy-deep)
}

.text-light h2 {
  color: #fff
}

h3 {
  font-size: 20px;
  color: var(--navy-deep)
}

.lead {
  margin-top: 20px;
  color: rgba(255, 255, 255, .7);
  max-width: 620px;
  line-height: 1.6;

  margin-left: auto;
  margin-right: auto;
}

.bg-light .lead,
.bg-muted .lead {
  color: var(--text-muted)
}

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

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.section-head h2 {
  margin-top: 16px
}

.section-head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  max-width: 900px;
  margin-bottom: 48px;
  flex-wrap: wrap
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  transition: all .2s;
  cursor: pointer
}

.btn span {
  display: inline-block;
  transition: transform .2s
}

.btn:hover span {
  transform: translateX(3px)
}

.btn-primary {
  background: var(--amber);
  color: var(--navy-deep);
  font-weight: 600;
}

.sec1 {
  padding-top: 80px;
}

.btn-primary:hover {
  background: var(--amber-soft)
}

.btn-ghost-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2)
}

.btn-ghost-light:hover {
  background: rgba(255, 255, 255, .08)
}

.btn-sm {
  padding: 10px 18px;
  font-size: 12px
}

.btn-block {
  width: 100%;
  margin-top: 24px
}

/* ===== Header ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(11, 26, 48, .9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px
}

.brand-logo {
  width: 200px;
  border-radius: 8px;
  object-fit: cover
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1
}

.brand-name {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -.01em
}

.brand-sub {
  color: var(--amber);
  font-size: 10px;
  letter-spacing: .3em;
  font-weight: 600;
  margin-top: 2px
}

.main-nav {
  display: none;
  gap: 32px
}

.main-nav a {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  transition: color .2s
}

.main-nav a:hover {
  color: var(--amber)
}

.header-cta {
  display: none
}

.menu-toggle {
  color: #fff;
  font-size: 22px;
  padding: 8px
}

.mobile-menu {
  background: var(--navy-deep);
  border-top: 1px solid rgba(255, 255, 255, .05)
}

.mobile-menu-inner {
  padding: 24px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.mobile-menu a {
  color: rgba(255, 255, 255, .85);
  padding: 6px 0;
  font-size: 16px
}

@media(min-width:768px) {
  .header-cta {
    display: inline-flex
  }
}

@media(min-width:1024px) {
  .main-nav {
    display: flex
  }

  .menu-toggle {
    display: none
  }
}

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 140px 0 100px;
  background: var(--navy-deep);
  overflow: hidden
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image: linear-gradient(rgba(255, 255, 255, .5) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .5) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%)
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center
}

.hero-copy h1 {
  margin-top: 20px;
  color: #fff;
  font-size: clamp(40px, 7vw, 54px);
  line-height: 1.02;
  font-weight: 700
}

.hero-copy p {
  margin-top: 24px;
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
  max-width: 560px;
  line-height: 1.6
}

.hero-ctas {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}

.hero-stats {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: rgba(255, 255, 255, .6);
  font-size: 14px
}

.hero-stats strong {
  color: #fff
}

.hero-stats .dot {
  color: rgba(255, 255, 255, .2)
}

.hero-image {
  position: relative
}

.hero-glow {
  position: absolute;
  inset: -24px;
  background: linear-gradient(to top right, rgba(230, 150, 50, .3), transparent);
  border-radius: 24px;
  filter: blur(40px)
}

.hero-image img {
  position: relative;
  border-radius: 16px;
  box-shadow: 0 40px 60px -30px rgba(0, 0, 0, .5);
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%
}

@media(min-width:1024px) {
  .hero-inner {
    grid-template-columns: 1.05fr 1fr
  }
}

/* ===== Credibility ===== */
.credibility {
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.credibility-grid {
  padding: 40px 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding-top: 20px;
  text-align: center
}

@media(min-width:768px) {
  .credibility-grid {
    grid-template-columns: repeat(5, 1fr)
  }
}

.cred-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px
}

.cred-icon {
  color: var(--amber);
  font-size: 28px
}

.cred-title {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85em;
  letter-spacing: .05em
}

.cred-sub {
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase
}

/* ===== Grids ===== */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px
}

@media(min-width:640px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width:768px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr
  }
}

@media(min-width:1024px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr)
  }
}

/* ===== Cards ===== */
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: border-color .2s
}

.card:hover {
  border-color: var(--amber)
}

.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(230, 150, 50, .1);
  color: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px
}

.card h3 {
  color: var(--navy-deep);
  font-size: 17px
}

.card p {
  margin-top: 8px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6
}

.step-card {
  position: relative;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  padding: 28px;
  transition: background .2s
}

.step-card:hover {
  background: rgba(255, 255, 255, .06)
}

.step-n {
  color: var(--amber);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 16px
}

.step-card h3 {
  color: #fff;
  font-size: 19px
}

.step-card p {
  margin-top: 12px;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 1.6
}

.diff-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  gap: 20px;
  transition: box-shadow .2s
}

.diff-card:hover {
  box-shadow: var(--shadow-card)
}

.diff-check {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--amber);
  color: var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px
}

.diff-card h3 {
  font-size: 19px
}

.diff-card p {
  margin-top: 8px;
  color: var(--text-muted);
  line-height: 1.6
}

/* ===== Founder ===== */
.founder-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center
}

@media(min-width:1024px) {
  .founder-grid {
    grid-template-columns: .85fr 1fr;
    gap: 64px
  }
}

.founder-img {
  position: relative
}

.founder-glow {
  position: absolute;
  inset: -16px;
  background: rgba(230, 150, 50, .2);
  border-radius: 20px;
  filter: blur(40px)
}

.founder-img img {
  position: relative;
  border-radius: 16px;
  aspect-ratio: 4/5;
  object-fit: cover;
  box-shadow: var(--shadow-card);
  width: 100%
}

.founder-text {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--navy);
  line-height: 1.7
}

.stats-row {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 24px
}

.stat-n {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  color: var(--amber)
}

.stat-l {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted)
}

/* ===== Projects ===== */
.project-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden
}

.project-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover
}

.project-body {
  padding: 24px
}

.project-tag {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600
}

.project-body h3 {
  margin-top: 8px;
  font-size: 17px
}

.project-body p {
  margin-top: 8px;
  font-size: 14px;
  color: var(--text-muted)
}

/* ===== Carousel ===== */
.carousel-block {
  margin-top: 64px
}

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

.carousel-head h3 {
  margin-top: 12px;
  font-size: clamp(22px, 2.5vw, 30px)
}

.carousel-arrows {
  display: flex;
  gap: 8px
}

.arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  transition: all .2s
}

.arrow-btn:hover {
  background: var(--navy-deep);
  color: #fff;
  border-color: var(--navy-deep)
}

.desktop-only {
  display: none
}

.mobile-only {
  display: flex
}

@media(min-width:768px) {
  .desktop-only {
    display: flex
  }

  .mobile-only {
    display: none
  }
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--navy-deep);
  color: #fff;
  box-shadow: var(--shadow-card);
  min-height: 340px
}

.carousel-quote-bg {
  position: absolute;
  top: -40px;
  left: 8px;
  font-family: var(--font-display);
  font-size: 280px;
  color: rgba(230, 150, 50, .15);
  line-height: 1;
  pointer-events: none
}

.carousel-track {
  position: relative;
  display: flex;
  transition: transform .4s ease
}

.slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0
}

@media(min-width:1024px) {
  .slide {
    grid-template-columns: 1.4fr 1fr
  }
}

.slide-main {
  padding: 40px
}

@media(min-width:768px) {
  .slide-main {
    padding: 48px
  }
}

.stars {
  display: flex;
  gap: 2px;
  color: var(--amber);
  font-size: 18px
}

.slide-quote {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .95);
  font-family: var(--font-display)
}

@media(min-width:768px) {
  .slide-quote {
    font-size: 20px
  }
}

.slide-author {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--amber);
  color: var(--navy-deep);
  font-family: var(--font-display);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.author-name {
  font-family: var(--font-display);
  font-weight: 600;
  color: #fff
}

.author-role {
  font-size: 13px;
  color: rgba(255, 255, 255, .6)
}

.slide-side {
  padding: 40px;
  background: rgba(255, 255, 255, .03);
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px
}

@media(min-width:1024px) {
  .slide-side {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, .1);
    padding: 48px
  }
}

.side-label {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600
}

.side-value {
  margin-top: 8px;
  font-family: var(--font-display);
  color: #fff;
  font-size: 17px
}

.side-note {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 12px;
  color: rgba(255, 255, 255, .5)
}

.carousel-footer {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.carousel-dots {
  display: flex;
  gap: 8px
}

.dot-btn {
  height: 6px;
  width: 16px;
  border-radius: 3px;
  background: rgba(11, 26, 48, .2);
  transition: all .2s
}

.dot-btn:hover {
  background: rgba(11, 26, 48, .4)
}

.dot-btn.active {
  width: 32px;
  background: var(--navy-deep)
}

.carousel-counter {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--text-muted)
}

.carousel-counter #curIdx {
  color: var(--navy-deep);
  font-weight: 600
}

/* ===== Offer ===== */
.offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start
}

@media(min-width:1024px) {
  .offer-grid {
    grid-template-columns: 1fr .9fr
  }
}

.check-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.check-list li {
  color: rgba(255, 255, 255, .9);
  padding-left: 32px;
  position: relative
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--amber);
  font-weight: 700
}

.offer-price-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-lg);
  padding: 40px
}

.price-eyebrow {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600
}

.price {
  margin-top: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 48px;
  color: #fff
}

.price span {
  color: rgba(255, 255, 255, .5);
  font-size: 24px;
  font-weight: 500
}

.price-unit {
  color: rgba(255, 255, 255, .6);
  margin-top: 4px
}

.offer-price-card p {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.6
}

.guarantee-box {
  margin-top: 32px;
  padding: 20px;
  border-radius: 10px;
  background: rgba(230, 150, 50, .1);
  border: 1px solid rgba(230, 150, 50, .3)
}

.guarantee-title {
  color: var(--amber);
  font-weight: 600;
  font-size: 14px
}

.guarantee-box p {
  margin-top: 8px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px
}

/* ===== FAQ ===== */
.faq-container {
  max-width: 840px
}

.faq-list {
  margin-top: 48px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border)
}

.faq-item {
  border-bottom: 1px solid var(--border)
}

.faq-item:last-child {
  border-bottom: none
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  color: var(--navy-deep)
}

.faq-toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(230, 150, 50, .15);
  color: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700
}

.faq-a {
  display: none;
  padding: 0 0 24px
}

.faq-a p {
  color: var(--text-muted);
  line-height: 1.7
}

.faq-item.open .faq-a {
  display: block
}

/* ===== Contact ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px
}

@media(min-width:1024px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px
  }
}

.contact-items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, .9);
  transition: color .2s
}

a.contact-item:hover {
  color: var(--amber)
}

.ci-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0
}

.ci-label {
  display: block;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 2px
}

.contact-form {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-lg);
  padding: 40px
}

.contact-form h3 {
  color: #fff;
  font-size: 24px
}

.form-sub {
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  margin-top: 4px
}

.field {
  margin-top: 20px
}

.field label {
  display: block;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  font-weight: 600;
  margin-bottom: 8px
}

.field input,
textarea,
.field select {
  width: 100%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  padding: 12px 16px;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color .2s
}

.field input:focus,
.field select:focus {
  border-color: var(--amber)
}

.field select option {
  background: var(--navy-deep);
  color: #fff
}

.form-status {
  margin-top: 16px;
  font-size: 14px;
  color: var(--amber);
  text-align: center;
  min-height: 20px
}

.form-fine {
  margin-top: 16px;
  font-size: 11px;
  color: rgba(255, 255, 255, .4);
  text-align: center
}

/* ===== Footer ===== */
.site-footer {
  background: #041021;
  color: rgba(255, 255, 255, .7);
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-grid {
  padding: 56px 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px
}

@media(min-width:768px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr
  }
}

.footer-brand p {
  margin-top: 20px;
  max-width: 360px;
  font-size: 14px;
  line-height: 1.6
}

.socials {
  margin-top: 24px;
  display: flex;
  gap: 12px
}

.socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s
}

.socials a:hover {
  background: var(--amber);
  color: var(--navy-deep)
}

.footer-title {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.site-footer ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px
}

.site-footer ul a:hover {
  color: var(--amber)
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, .4)
}

@media(min-width:768px) {
  .footer-bottom {
    flex-direction: row
  }
}

/* ===== WhatsApp Float ===== */
.wa-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .4);
  transition: transform .2s
}

.wa-float:hover {
  transform: scale(1.1)
}

.btn-primary {
  background: var(--amber);
  color: var(--navy-deep);
  font-size: 1.05em;
}

.btn-primary1 {
  font-size: 0.94em;
  color: var(--navy-deep) !important;
}

.w-7 {
  width: calc(var(--spacing) * 7);
}

.h-7 {
  height: calc(var(--spacing) * 7);
}