:root {
  --brand: #00918a;
  --brand-dark: #006e69;
  --ink: #111820;
  --muted: #68727d;
  --soft: #f5f8f8;
  --line: #dce5e5;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  color: var(--brand-dark);
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
  box-shadow: 0 4px 18px rgba(17, 24, 32, 0.06);
}

.navbar-brand img {
  height: 62px;
  width: auto;
}

.navbar-nav .nav-link {
  color: var(--ink);
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--brand);
}

.navbar-toggler {
  border-color: var(--brand);
}

.hero-home {
  background: #061417;
  min-height: 690px;
  overflow: hidden;
  position: relative;
}

.hero-home .carousel,
.hero-home .carousel-inner,
.hero-home .carousel-item,
.hero-slide {
  min-height: 690px;
}

.hero-slide {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
}

.hero-video,
.hero-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-video {
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(0, 12, 17, 0.84), rgba(0, 24, 28, 0.58));
}

.hero-content {
  max-width: 1180px;
  position: relative;
  z-index: 1;
}

.hero-home .carousel-control-prev,
.hero-home .carousel-control-next {
  width: 7%;
  z-index: 3;
}

.hero-home .carousel-control-prev-icon,
.hero-home .carousel-control-next-icon {
  background-color: rgba(0, 145, 138, 0.72);
  background-size: 55%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  height: 46px;
  width: 46px;
}

.hero-home .carousel-indicators {
  bottom: 22px;
  z-index: 3;
}

.hero-home .carousel-indicators [data-bs-target] {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 50%;
  height: 10px;
  margin: 0 5px;
  opacity: 0.65;
  width: 10px;
}

.hero-home .carousel-indicators .active {
  background-color: var(--brand);
  opacity: 1;
  transform: scale(1.25);
}

.hero-title,
.page-hero h1,
.section-title {
  font-family: "Arial Black", Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero-title {
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 5.3rem);
  line-height: 1.02;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
}

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

.hero-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 700;
  margin: 1.4rem auto 2rem;
  max-width: 760px;
  text-transform: uppercase;
}

.btn-brand,
.btn-outline-brand {
  border: 2px solid var(--brand);
  border-radius: 0 12px 0 12px;
  font-weight: 800;
  padding: 0.75rem 1.35rem;
  text-transform: uppercase;
}

.btn-brand {
  background: var(--brand);
  color: #fff;
}

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

.btn-outline-brand {
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
}

.btn-outline-brand:hover {
  background: var(--brand);
  color: #fff;
}

.section-space {
  padding: 92px 0;
}

.section-soft {
  background: var(--soft);
}

.eyebrow {
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.title-rule {
  background: var(--brand);
  height: 3px;
  margin: 1.2rem 0 1.7rem;
  width: 82px;
}

.title-rule.center {
  margin-left: auto;
  margin-right: auto;
}

.rounded-media {
  border-radius: 4px 36px 4px 36px;
  box-shadow: 0 22px 50px rgba(0, 45, 48, 0.18);
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.client-logo {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  height: 185px;
  justify-content: center;
  padding: 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.client-logo:hover {
  box-shadow: 0 16px 36px rgba(0, 38, 41, 0.13);
  transform: translateY(-5px);
}

.client-logo img {
  max-height: 145px;
  max-width: 100%;
  object-fit: contain;
}

.service-card,
.info-card,
.price-card,
.post-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px 24px 4px 24px;
  box-shadow: 0 13px 35px rgba(20, 51, 53, 0.08);
  height: 100%;
  padding: 2rem;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.post-card .read-more {
  font-weight: 800;
  text-transform: uppercase;
}

.article-body,
.legal-content {
  font-size: 1.05rem;
  margin: 0 auto;
  max-width: 860px;
}

.article-body h2,
.legal-content h2 {
  font-size: 1.65rem;
  font-weight: 800;
  margin: 2.4rem 0 1rem;
}

.article-body h3,
.legal-content h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 1.8rem 0 0.7rem;
}

.article-body li,
.legal-content li {
  margin-bottom: 0.55rem;
}

.article-meta {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

.legal-notice {
  background: #eef8f7;
  border-left: 4px solid var(--brand);
  border-radius: 0 12px 12px 0;
  padding: 1.25rem 1.5rem;
}

.hero-terms {
  background-image: linear-gradient(120deg, #061417, #006e69);
}

.service-card:hover,
.info-card:hover,
.post-card:hover {
  border-color: var(--brand);
  transform: translateY(-6px);
}

.service-number {
  color: var(--brand);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.service-card h3,
.info-card h3,
.post-card h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 1rem 0 0.7rem;
}

.impact-section {
  background: linear-gradient(rgba(0, 16, 18, 0.76), rgba(0, 16, 18, 0.86)), url("../img/impact.webp") center/cover;
  color: #fff;
}

.impact-number {
  color: var(--brand);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 3rem;
}

.testimonial-section {
  background: linear-gradient(90deg, rgba(0, 10, 13, 0.9), rgba(0, 44, 46, 0.76)), url("../img/testimonials.webp") center/cover;
  color: #fff;
}

.quote-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 4px 26px 4px 26px;
  color: var(--ink);
  padding: 2rem;
}

.page-hero {
  align-items: center;
  background-color: #061417;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 430px;
  position: relative;
}

.page-hero::before {
  background: linear-gradient(90deg, rgba(0, 14, 17, 0.88), rgba(0, 38, 40, 0.55));
  content: "";
  inset: 0;
  position: absolute;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.hero-about { background-image: url("../img/about-hero.webp"); }
.hero-services { background-image: url("../img/services-hero.webp"); }
.hero-blog { background-image: url("../img/blog-hero.png"); }
.hero-portfolio { background-image: url("../img/portfolio-hero.png"); }
.hero-promo { background-image: url("../img/promo-hero.webp"); }
.hero-contact { background-image: url("../img/contact-hero.jpg"); }
.hero-get-started { background-image: linear-gradient(105deg, rgba(0, 18, 22, 0.88), rgba(0, 84, 81, 0.7)), url("../img/services-hero.webp"); }

.form-progress,
.intake-form,
.service-shortcuts {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.form-progress .progress {
  background: #dce8e7;
  height: 10px;
}

.form-progress .progress-bar {
  background: var(--brand);
  transition: width 0.25s ease;
}

.service-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.service-shortcuts a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0.45rem 0.85rem;
}

.service-shortcuts a:hover {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.form-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px 24px 4px 24px;
  box-shadow: 0 13px 35px rgba(20, 51, 53, 0.07);
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.form-step-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.form-step-heading > span {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
}

.form-step-heading h2 {
  font-size: 1.45rem;
  font-weight: 900;
  margin: 0;
}

.form-step-heading p {
  color: var(--muted);
  margin: 0.2rem 0 0;
}

.form-step legend {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

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

.check-grid label,
.consent-box {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 4px 12px 4px 12px;
  cursor: pointer;
  padding: 0.75rem 0.9rem;
}

.check-grid input,
.consent-box input {
  accent-color: var(--brand);
  margin-right: 0.35rem;
}

.submission-panel {
  align-items: center;
  background: var(--ink);
  border-radius: 4px 24px 4px 24px;
  color: #fff;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 1.75rem 2rem;
}

.language-switch .btn {
  border-radius: 0;
}

.portfolio-thumb {
  aspect-ratio: 16 / 10;
  border-radius: 4px 22px 4px 22px;
  object-fit: cover;
  width: 100%;
}

.price-card {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.price-card.featured {
  border: 2px solid var(--brand);
  transform: translateY(-10px);
}

.price-head {
  background: var(--ink);
  color: #fff;
  padding: 2rem;
}

.price {
  color: var(--brand);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 2.7rem;
}

.price-body {
  padding: 2rem;
}

.price-body li {
  border-bottom: 1px solid var(--line);
  padding: 0.6rem 0;
}

.contact-panel {
  background: var(--ink);
  border-radius: 4px 30px 4px 30px;
  color: #fff;
  height: 100%;
  padding: 2.5rem;
}

.form-control,
.form-select {
  border: 1px solid #cfd9d9;
  border-radius: 3px 12px 3px 12px;
  padding: 0.85rem 1rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 138, 0.15);
}

.site-footer {
  background: #071216;
  color: rgba(255, 255, 255, 0.72);
  padding: 58px 0 24px;
}

.footer-logo {
  background: #fff;
  border-radius: 8px;
  max-width: 160px;
  padding: 0.55rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.78);
}

.footer-link:hover {
  color: var(--brand);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .navbar-brand img { height: 50px; }
  .navbar-collapse { padding: 1rem 0; }
  .hero-home,
  .hero-home .carousel,
  .hero-home .carousel-inner,
  .hero-home .carousel-item,
  .hero-slide { min-height: 610px; }
  .section-space { padding: 72px 0; }
  .price-card.featured { transform: none; }
}

@media (max-width: 575.98px) {
  .hero-title { font-size: 2.4rem; }
  .hero-lead { font-size: 0.92rem; }
  .page-hero { min-height: 350px; }
  .section-space { padding: 58px 0; }
  .client-logo { height: 150px; }
  .hero-home .carousel-control-prev,
  .hero-home .carousel-control-next { width: 12%; }
  .hero-home .carousel-control-prev-icon,
  .hero-home .carousel-control-next-icon { height: 36px; width: 36px; }
  .form-step { padding: 1.25rem; }
  .check-grid { grid-template-columns: 1fr; }
  .submission-panel { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
