:root {
  --bg-ink: #07111f;
  --bg-deep: #0f2238;
  --bg-panel: #10263f;
  --bg-soft: #f4efe7;
  --bg-cream: #fbf8f3;
  --text-main: #16263a;
  --text-muted: #5e6b7d;
  --text-soft: rgba(255, 255, 255, 0.74);
  --line-soft: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(17, 38, 61, 0.1);
  --brand-cyan: #72d7e7;
  --brand-aqua: #1fa4b8;
  --brand-gold: #d8a24d;
  --brand-sand: #ead7bd;
  --brand-mint: #8be0cc;
  --success: #25d366;
  --shadow-xl: 0 28px 70px rgba(7, 17, 31, 0.18);
  --shadow-lg: 0 18px 45px rgba(7, 17, 31, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --ff-body: "Manrope", sans-serif;
  --ff-head: "Sora", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--ff-body);
  color: var(--text-main);
  background: var(--bg-cream);
  overflow-x: hidden;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
}

a {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-head);
  letter-spacing: -0.03em;
}

p {
  line-height: 1.75;
}

#mainNav {
  background: rgba(7, 17, 31, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  /* padding: 0.9rem 0; */
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
#mainNav img
{
  width: 150px;
  filter: brightness(0) invert(1);

}

#mainNav.nav-scrolled {
  background: rgba(7, 17, 31, 0.96);
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 14px 40px rgba(7, 17, 31, 0.18);
}

#mainNav .navbar-brand {
  font-family: var(--ff-head);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff !important;
}

#mainNav .navbar-brand span {
  color: var(--brand-cyan);
}

#mainNav .nav-link {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 0.9rem !important;
}

#mainNav .nav-link:hover,
#mainNav .nav-link.active {
  color: #fff !important;
}

#mainNav .btn-nav-cta {
  border: 1px solid rgba(114, 215, 231, 0.35);
  background: linear-gradient(135deg, rgba(31, 164, 184, 0.92), rgba(114, 215, 231, 0.88));
  color: #07111f !important;
  border-radius: 999px;
  padding-inline: 1.15rem !important;
}

#mainNav .btn-nav-cta:hover {
  transform: translateY(-1px);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 8.5rem 0 4.5rem;
  background:
    radial-gradient(circle at top left, rgba(114, 215, 231, 0.18), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(216, 162, 77, 0.18), transparent 24%),
    linear-gradient(145deg, #08111e 0%, #10253b 45%, #15314f 100%);
}

.water-drops {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.water-drops-global {
  z-index: 0;
}

.water-drop {
  position: absolute;
  display: block;
  border-radius: 58% 42% 64% 36% / 42% 46% 54% 58%;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.18) 18%, transparent 28%),
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.35), rgba(114, 215, 231, 0.16) 38%, rgba(114, 215, 231, 0.04) 62%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    inset -10px -16px 24px rgba(255, 255, 255, 0.18),
    inset 14px 16px 28px rgba(255, 255, 255, 0.28),
    0 18px 38px rgba(7, 17, 31, 0.16);
  opacity: 0.2;
  backdrop-filter: blur(3px);
  transform: rotate(18deg);
}

.water-drop::after {
  content: "";
  position: absolute;
  top: 16%;
  left: 18%;
  width: 28%;
  height: 18%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  filter: blur(3px);
}

.drop-a {
  width: 160px;
  height: 200px;
  top: 7%;
  left: -1%;
}

.drop-b {
  width: 110px;
  height: 138px;
  top: 12%;
  left: 36%;
  opacity: 0.15;
  transform: rotate(-12deg);
}

.drop-c {
  width: 210px;
  height: 250px;
  top: 8%;
  right: -2%;
}

.drop-d {
  width: 96px;
  height: 122px;
  top: 48%;
  right: 31%;
  opacity: 0.14;
  transform: rotate(10deg);
}

.drop-e {
  width: 140px;
  height: 176px;
  bottom: 8%;
  left: 18%;
}

.drop-f {
  width: 126px;
  height: 158px;
  bottom: 10%;
  right: 8%;
  opacity: 0.17;
  transform: rotate(-18deg);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-orb-one {
  width: 320px;
  height: 320px;
  top: -90px;
  left: -80px;
  background: radial-gradient(circle, rgba(114, 215, 231, 0.28), transparent 68%);
}

.hero-orb-two {
  width: 420px;
  height: 420px;
  right: -120px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(216, 162, 77, 0.18), transparent 70%);
}

.eyebrow-pill,
.section-kicker,
.mini-label,
.proof-label,
.fleet-type,
.vehicle-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-pill {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: var(--brand-cyan);
  padding: 0.75rem 1rem;
  border-radius: 999px;
}

.hero-display {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 800;
  line-height: 1.02;
  color: #fff;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 38rem;
  margin: 1.5rem 0 0;
  font-size: 1.03rem;
  color: var(--text-soft);
  position: relative;
  z-index: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.btn-primary-soft,
.btn-secondary-soft,
.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 54px;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
}

.btn-primary-soft {
  background: linear-gradient(135deg, var(--brand-gold), #efc77f);
  color: #101820;
  box-shadow: 0 14px 34px rgba(216, 162, 77, 0.24);
}

.btn-primary-soft:hover {
  color: #101820;
  transform: translateY(-2px);
}

.btn-secondary-soft {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.btn-secondary-soft:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-2px);
}

.dark-outline {
  background: transparent;
  border-color: rgba(22, 38, 58, 0.14);
  color: var(--text-main);
}

.dark-outline:hover {
  color: var(--text-main);
  background: rgba(22, 38, 58, 0.04);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}

.metric-card {
  padding: 1.2rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.metric-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--ff-head);
  font-size: 2rem;
  color: #fff;
}

.metric-card span {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}

.hero-showcase {
  position: relative;
  min-height: 620px;
  z-index: 1;
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-main {
  inset: 0 4.5rem 5rem 0;
  transform: rotate(-4deg);
}

.hero-photo-secondary {
  width: 44%;
  height: 42%;
  right: 0;
  bottom: 1.25rem;
  border: 8px solid rgba(255, 255, 255, 0.9);
  transform: rotate(7deg);
}

.hero-floating-card {
  position: absolute;
  max-width: 250px;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.service-signal {
  top: 2rem;
  right: 0;
  background: rgba(255, 248, 237, 0.92);
  color: var(--text-main);
}

.location-signal {
  left: 1rem;
  bottom: 0.5rem;
  background: rgba(8, 17, 30, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.mini-label {
  color: var(--text-muted);
  margin-bottom: 0.65rem;
}

.location-signal .mini-label {
  color: rgba(255, 255, 255, 0.58);
}

.signal-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.signal-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
  font-size: 0.92rem;
}

.signal-list span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-aqua);
}

.proof-band {
  margin-top: -2rem;
  position: relative;
  z-index: 3;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 1.4rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-lg);
}

.proof-grid > div {
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(244, 239, 231, 0.7), rgba(255, 255, 255, 0.85));
  border: 1px solid rgba(17, 38, 61, 0.06);
}

.proof-label,
.section-kicker {
  color: var(--brand-aqua);
  margin-bottom: 0.85rem;
}

.proof-grid p {
  margin: 0;
  color: var(--text-main);
  font-weight: 600;
}

.section-shell {
  padding: 6rem 0;
  position: relative;
}

.section-light {
  background: var(--bg-cream);
}

.section-dark {
  background:
    radial-gradient(circle at 20% 0%, rgba(114, 215, 231, 0.12), transparent 24%),
    linear-gradient(160deg, #07111f 0%, #0e2136 100%);
}

.section-contrast {
  background:
    radial-gradient(circle at 80% 10%, rgba(31, 164, 184, 0.13), transparent 20%),
    linear-gradient(180deg, #efe8de 0%, #f9f5ef 100%);
}

.section-contact {
  background:
    radial-gradient(circle at top right, rgba(114, 215, 231, 0.12), transparent 22%),
    linear-gradient(180deg, #07111f 0%, #10253d 100%);
}

.section-intro {
  max-width: 820px;
  margin: 0 auto 3rem;
}

.section-heading {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 1.08;
  color: var(--text-main);
}

.text-on-dark {
  color: #fff;
}

.section-copy,
.text-on-dark-muted {
  margin-top: 1.25rem;
  font-size: 1rem;
}

.section-copy {
  color: var(--text-muted);
}

.section-copy-centered {
  max-width: 640px;
  margin-inline: auto;
}

.text-on-dark-muted {
  color: rgba(255, 255, 255, 0.72);
}

.image-frame {
  position: relative;
  padding: 1.1rem;
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(216, 162, 77, 0.2), rgba(114, 215, 231, 0.18)),
    #fff;
  box-shadow: var(--shadow-xl);
}

.image-frame img {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

.image-frame-tall img {
  min-height: 560px;
}

.story-points {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.story-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.2rem 1.25rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(17, 38, 61, 0.06);
  box-shadow: 0 10px 30px rgba(7, 17, 31, 0.06);
}

.story-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(31, 164, 184, 0.12);
  color: var(--brand-aqua);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.story-card h3,
.creative-service-card h3,
.workflow-step h3,
.fleet-card h3,
.contact-form-shell h3,
.rent-card h5 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  color: var(--text-main);
}

.story-card p,
.creative-service-card p,
.workflow-step p,
.fleet-card p,
.rent-card p {
  margin: 0;
  color: var(--text-muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.creative-service-card {
  position: relative;
  padding: 1.6rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 270px;
  overflow: hidden;
}

.creative-service-card::before {
  content: "";
  position: absolute;
  inset: auto -25% -38% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 215, 231, 0.16), transparent 68%);
}

.creative-service-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 1.25rem;
  border-radius: 18px;
  font-size: 1.45rem;
  color: #07111f;
  background: linear-gradient(135deg, var(--brand-cyan), #c8f5ff);
}

.creative-service-card h3 {
  color: #fff;
}

.creative-service-card p {
  color: rgba(255, 255, 255, 0.7);
}

.service-index {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: var(--ff-head);
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.38);
}

.accent-card {
  background: linear-gradient(180deg, rgba(216, 162, 77, 0.2), rgba(255, 255, 255, 0.06));
}

.workflow-panel {
  display: grid;
  gap: 1rem;
}

.workflow-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem 1.4rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(17, 38, 61, 0.08);
  box-shadow: 0 16px 35px rgba(7, 17, 31, 0.07);
}

.workflow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(31, 164, 184, 0.16), rgba(114, 215, 231, 0.16));
  color: var(--brand-aqua);
  font-family: var(--ff-head);
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
}

.fleet-card,
.rent-card {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(17, 38, 61, 0.08);
  box-shadow: 0 16px 36px rgba(7, 17, 31, 0.08);
}

.fleet-card img,
.rent-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.fleet-card-body,
.rent-card {
  padding: 1.3rem;
}

.fleet-type,
.vehicle-badge {
  color: var(--brand-aqua);
  margin-bottom: 0.7rem;
}

.fleet-card-accent {
  background: linear-gradient(180deg, #fffaf1 0%, #fff 100%);
}

#rent .section-heading {
  max-width: 13ch;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
}

.gallery-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 460px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  padding: 1.1rem;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 17, 31, 0.88) 100%);
}

.gallery-overlay-label {
  font-family: var(--ff-head);
  font-size: 1.12rem;
  font-weight: 700;
  color: #fff;
}

.gallery-overlay-label small {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--ff-body);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.gallery-zoom-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(14px);
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(7, 17, 31, 0.92);
  z-index: 1055;
}

.lightbox.active {
  display: flex;
}

.lightbox-img {
  max-width: min(920px, 95vw);
  max-height: 82vh;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.6rem;
}

.lightbox-caption {
  position: absolute;
  left: 50%;
  bottom: 1.35rem;
  transform: translateX(-50%);
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(10px);
  text-align: center;
}

.contact-panel,
.contact-form-shell {
  height: 100%;
  border-radius: 30px;
  padding: 2rem;
}

.about-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 250, 241, 0.98), rgba(237, 246, 248, 0.96));
  border: 1px solid rgba(17, 38, 61, 0.08);
  box-shadow: var(--shadow-lg);
}

.about-cta-panel .section-heading {
  max-width: 15ch;
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: flex-end;
}

.contact-panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.contact-form-shell {
  background: rgba(255, 249, 240, 0.98);
  box-shadow: var(--shadow-xl);
}

.row.g-5,
.row.g-4,
.section-intro,
.proof-grid,
.service-grid,
.gallery-grid,
.workflow-panel,
.contact-stack {
  position: relative;
  z-index: 1;
}

.contact-stack {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-stack-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-stack-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.contact-stack-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(114, 215, 231, 0.12);
  color: var(--brand-cyan);
  flex-shrink: 0;
}

.contact-stack-item span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.contact-stack-item strong {
  font-size: 1rem;
  font-weight: 600;
}

.form-label {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.form-control,
.form-select {
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(17, 38, 61, 0.12);
  background: #fff;
  font-size: 0.95rem;
  color: var(--text-main);
  padding: 0.9rem 1rem;
}

textarea.form-control {
  min-height: 160px;
  resize: vertical;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(31, 164, 184, 0.55);
  box-shadow: 0 0 0 0.22rem rgba(31, 164, 184, 0.13);
}

.form-control.is-invalid,
.form-select.is-invalid {
  border-color: rgba(220, 53, 69, 0.6);
}

.page-header {
  padding: 7rem 0 3rem;
  background:
    radial-gradient(circle at top right, rgba(114, 215, 231, 0.12), transparent 22%),
    linear-gradient(145deg, #08111e 0%, #10253d 100%);
  color: #fff;
}

.page-header h1 {
  margin: 0 0 0.8rem;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.page-header p {
  margin: 0;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.72);
}

#rent {
  position: relative;
}

#rent .section-title,
#rent .section-label {
  color: inherit;
}

.rent-card .rent-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: rgba(31, 164, 184, 0.12);
  color: var(--brand-aqua);
  font-size: 1.4rem;
}

.terms-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.terms-list li {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: var(--text-main);
  font-size: 0.92rem;
}

.terms-list li i {
  color: var(--brand-aqua);
}

.btn-wa {
  width: 100%;
  background: var(--success);
  color: #fff;
}

.btn-wa:hover {
  color: #fff;
  transform: translateY(-2px);
}

.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-aqua), var(--brand-cyan));
  color: #07111f;
  box-shadow: 0 18px 32px rgba(31, 164, 184, 0.24);
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 5.35rem;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2fe06f, #19b955);
  color: #fff;
  box-shadow: 0 20px 38px rgba(37, 211, 102, 0.3);
  text-decoration: none;
}

.floating-whatsapp i {
  font-size: 1.75rem;
  line-height: 1;
}

.floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 24px 42px rgba(37, 211, 102, 0.36);
}

footer.site-footer {
  margin-top: 0;
  background: #050c17;
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand {
  color: #fff;
  font-family: var(--ff-head);
  font-size: 1.25rem;
}

.footer-link {
  margin-left: 1rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--brand-cyan);
}

[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-animate].animated {
  opacity: 1;
  transform: translateY(0);
}

[data-delay="1"] {
  transition-delay: 0.08s;
}

[data-delay="2"] {
  transition-delay: 0.16s;
}

[data-delay="3"] {
  transition-delay: 0.24s;
}

@media (max-width: 1199.98px) {
  .hero-showcase {
    min-height: 560px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .drop-c {
    width: 170px;
    height: 210px;
  }
}

@media (max-width: 991.98px) {
  .home-hero {
    padding-top: 7rem;
  }

  .hero-display {
    max-width: none;
  }

  .hero-showcase {
    min-height: 520px;
    margin-top: 1rem;
  }

  .hero-photo-main {
    inset: 0 3rem 4.5rem 0;
  }

  .hero-metrics,
  .proof-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-band {
    margin-top: 0;
    padding: 2rem 0 0;
  }

  .section-shell {
    padding: 5rem 0;
  }

  .drop-a,
  .drop-c {
    opacity: 0.14;
  }

  .drop-b,
  .drop-d,
  .drop-f {
    opacity: 0.1;
  }

  .section-intro {
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  #mainNav {
    padding: 0.75rem 0;
  }

  .home-hero {
    padding: 6.5rem 0 3rem;
  }

  .hero-actions,
  .hero-metrics,
  .service-grid,
  .proof-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .hero-showcase {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .hero-copy,
  .section-copy,
  .text-on-dark-muted,
  .proof-grid p,
  .fleet-card p,
  .rent-card p {
    font-size: 0.96rem;
  }

  .hero-photo,
  .hero-floating-card {
    position: relative;
  }

  .hero-photo-main,
  .hero-photo-secondary {
    inset: auto;
    width: 100%;
    height: auto;
    transform: none;
  }

  .hero-photo-secondary {
    border-width: 0;
  }

  .hero-floating-card {
    max-width: none;
  }

  .hero-floating-card.service-signal,
  .hero-floating-card.location-signal {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }

  .metric-card,
  .proof-grid > div,
  .creative-service-card,
  .workflow-step,
  .contact-panel,
  .contact-form-shell {
    padding-inline: 1.1rem;
  }

  .about-cta-panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.35rem;
  }

  .about-cta-panel .section-heading {
    max-width: none;
  }

  .about-cta-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .workflow-step,
  .story-card,
  .contact-stack-item {
    gap: 0.85rem;
  }

  .gallery-item:first-child {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .gallery-item {
    min-height: 200px;
  }

  .footer-link {
    margin: 0 0.75rem 0 0;
  }

  .water-drop {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .btn-primary-soft,
  .btn-secondary-soft,
  .btn-wa {
    width: 100%;
  }

  .hero-display {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  .section-heading {
    font-size: clamp(1.95rem, 9vw, 2.7rem);
  }

  .home-hero,
  .section-shell,
  .page-header {
    overflow: clip;
  }

  .metric-card strong {
    font-size: 1.7rem;
  }

  .proof-grid,
  .service-grid,
  .gallery-grid {
    gap: 0.85rem;
  }

  .contact-panel,
  .contact-form-shell,
  .creative-service-card,
  .workflow-step,
  .story-card,
  .fleet-card,
  .rent-card,
  .about-cta-panel {
    border-radius: 20px;
  }

  .page-header {
    padding-top: 6rem;
  }

  .lightbox-caption {
    width: calc(100% - 2rem);
    white-space: normal;
  }

  .floating-whatsapp,
  .back-to-top {
    right: 1rem;
  }

  .floating-whatsapp {
    bottom: 5rem;
    width: 54px;
    height: 54px;
  }
}
