:root {
  --ink: #11243e;
  --ink-soft: #40516a;
  --navy: #102c4c;
  --aqua: #4cd7d0;
  --aqua-light: #daf8f5;
  --blue: #1c75e8;
  --coral: #ff7b69;
  --sun: #fff48f;
  --cloud: #f5fbfd;
  --white: #ffffff;
  --line: #d8e7ee;
  --shadow: 0 24px 70px rgba(20, 61, 87, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cloud);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

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

.concept-bar {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.55rem 1.5rem;
  background: var(--sun);
  color: #233149;
  font-size: 0.82rem;
  line-height: 1.35;
  text-align: center;
}

.site-header,
.hero,
.section,
.proof-strip,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 88px;
}

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

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px 15px 15px 5px;
  background: var(--navy);
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.brand-mark span {
  color: var(--aqua);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.brand-copy small {
  margin-top: 0.28rem;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  gap: 2rem;
  margin-left: auto;
}

.desktop-nav a {
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 600;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--blue);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.85rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(28, 117, 232, 0.35);
  outline-offset: 3px;
}

.button-small {
  min-height: 44px;
  padding: 0.7rem 1.1rem;
  font-size: 0.9rem;
}

.button-dark {
  background: var(--navy);
  color: var(--white);
}

.button-primary {
  background: var(--blue);
  box-shadow: 0 15px 35px rgba(28, 117, 232, 0.25);
  color: var(--white);
}

.hero {
  display: grid;
  min-height: 650px;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  padding: 4.4rem 0 6rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 0.35rem;
  color: var(--coral);
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Manrope", sans-serif;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 680px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.25rem, 6.3vw, 6rem);
}

h1 em {
  position: relative;
  color: var(--blue);
  font-style: normal;
  white-space: nowrap;
}

h1 em::after {
  position: absolute;
  right: 0;
  bottom: -0.08em;
  left: 0;
  height: 0.12em;
  border-radius: 999px;
  background: var(--aqua);
  content: "";
  transform: rotate(-1.5deg);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.3rem, 4.4vw, 4rem);
}

h3 {
  margin-bottom: 0.8rem;
  font-size: 1.45rem;
}

.hero-intro {
  max-width: 590px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.1rem;
}

.text-link {
  color: var(--ink);
  font-weight: 700;
}

.text-link span {
  margin-left: 0.35rem;
  color: var(--blue);
}

.trust-note {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.stars,
.quote-rating {
  color: #f7a824;
  letter-spacing: 0.12em;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.hero-visual::before {
  position: absolute;
  inset: -35px -35px 40px 60px;
  border-radius: 48% 52% 43% 57% / 58% 47% 53% 42%;
  background: var(--aqua-light);
  content: "";
  transform: rotate(3deg);
}

.image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.88;
  border: 10px solid var(--white);
  border-radius: 48% 48% 16% 16% / 30% 30% 11% 11%;
  background: linear-gradient(145deg, #d9f5f5, #b7dfec);
  box-shadow: var(--shadow);
}

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

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 190px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 14px 45px rgba(18, 56, 83, 0.17);
  backdrop-filter: blur(12px);
}

.floating-card-top {
  top: 14%;
  right: -8%;
}

.floating-card-bottom {
  bottom: 9%;
  left: -12%;
}

.floating-card span:last-child {
  display: flex;
  flex-direction: column;
}

.floating-card strong {
  font-size: 0.9rem;
}

.floating-card small {
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.floating-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--aqua-light);
  color: #087d78;
  font-weight: 800;
}

.floating-icon.coral {
  background: #fff0ec;
  color: var(--coral);
}

.proof-strip {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 50px rgba(42, 85, 106, 0.08);
  grid-template-columns: repeat(4, 1fr);
}

.proof-strip div {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
}

.proof-strip span {
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.section {
  padding: 8rem 0;
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 4rem;
  grid-template-columns: 1.25fr 0.75fr;
}

.section-heading > p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  gap: 1rem;
  margin-top: 3.2rem;
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  position: relative;
  min-height: 315px;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
}

.service-card.featured {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.service-card::after {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--aqua-light);
  content: "↗";
  color: #087d78;
  display: grid;
  font-size: 1.25rem;
  font-weight: 800;
  place-items: center;
}

.service-card.featured::after {
  background: var(--aqua);
  color: var(--navy);
}

.service-number {
  display: block;
  margin-bottom: 4rem;
  color: var(--blue);
  font-size: 0.85rem;
  font-weight: 800;
}

.featured .service-number {
  color: var(--aqua);
}

.service-card p {
  margin: 0;
  color: var(--ink-soft);
}

.featured p {
  color: #c9d8e7;
}

.service-tag {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--aqua);
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.why-us {
  display: grid;
  overflow: hidden;
  padding: 0;
  border-radius: 34px;
  background: var(--navy);
  color: var(--white);
  grid-template-columns: 1.15fr 0.85fr;
}

.why-panel {
  padding: clamp(3rem, 6vw, 5.5rem);
}

.light {
  color: var(--aqua);
}

.why-lead {
  max-width: 620px;
  color: #c8d8e7;
  font-size: 1.08rem;
}

.reason-list {
  display: grid;
  gap: 1.15rem;
  margin-top: 3rem;
}

.reason-list > div {
  display: grid;
  align-items: start;
  gap: 1.2rem;
  grid-template-columns: 36px 1fr;
}

.reason-list > div > span {
  color: var(--aqua);
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
}

.reason-list p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.reason-list small {
  margin-top: 0.15rem;
  color: #aebfd0;
  font-size: 0.88rem;
}

.quote-panel {
  display: flex;
  justify-content: center;
  padding: clamp(3rem, 6vw, 5.5rem);
  background: var(--aqua);
  color: var(--navy);
  flex-direction: column;
}

.quote-mark {
  height: 72px;
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 1;
}

blockquote {
  margin: 1rem 0 1.5rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.quote-panel p {
  margin: 0;
  color: #265a68;
  font-size: 0.82rem;
}

.quote-rating {
  margin-top: 1.5rem;
  color: var(--navy);
}

.service-area {
  display: grid;
  align-items: center;
  gap: 6rem;
  grid-template-columns: 1fr 330px;
}

.area-copy p:last-child {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.area-badge {
  display: flex;
  min-height: 330px;
  align-items: center;
  justify-content: center;
  border: 1px solid #aedfda;
  border-radius: 50%;
  background: var(--aqua-light);
  color: var(--navy);
  flex-direction: column;
  text-align: center;
}

.area-badge span,
.area-badge small {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.area-badge strong {
  margin: 0.8rem 0;
  font-family: "Manrope", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.cta-section {
  display: flex;
  width: min(1280px, calc(100% - 48px));
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin: 0 auto 2rem;
  padding: clamp(3rem, 6vw, 5rem);
  border-radius: 34px;
  background: var(--blue);
  color: var(--white);
}

.cta-section h2 {
  max-width: 650px;
  margin-bottom: 0;
}

.cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 0.8rem;
  flex-direction: column;
}

.button-light {
  background: var(--white);
  color: var(--blue);
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

footer {
  display: grid;
  align-items: center;
  gap: 2rem;
  padding: 2.2rem 0 3.5rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
  grid-template-columns: auto 1fr auto;
}

footer p {
  margin: 0;
  text-align: center;
}

footer > a:last-child {
  color: var(--blue);
  font-weight: 800;
}

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

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

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    width: min(610px, 90%);
    margin-inline: auto;
  }

  .image-frame {
    aspect-ratio: 1.08;
  }

  .section-heading,
  .why-us,
  .service-area {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 1rem;
  }

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

  .service-card {
    min-height: 255px;
  }

  .service-area {
    gap: 3rem;
  }

  .area-badge {
    min-height: 280px;
    width: 280px;
    justify-self: center;
  }

  .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-actions {
    width: 100%;
    flex-direction: row;
  }

  .cta-actions .button {
    flex: 1;
  }
}

@media (max-width: 640px) {
  .concept-bar {
    align-items: center;
    flex-direction: column;
  }

  .site-header,
  .hero,
  .section,
  .proof-strip,
  footer,
  .cta-section {
    width: min(100% - 30px, 1180px);
  }

  .site-header {
    min-height: 78px;
  }

  .site-header > .button {
    display: none;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .hero {
    gap: 3rem;
    padding: 2.6rem 0 4.5rem;
  }

  h1 {
    font-size: clamp(2.75rem, 15vw, 4rem);
  }

  .hero-actions,
  .trust-note {
    align-items: stretch;
    flex-direction: column;
  }

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

  .image-frame {
    border-width: 7px;
    border-radius: 36% 36% 12% 12% / 24% 24% 10% 10%;
  }

  .floating-card {
    min-width: 172px;
    padding: 0.7rem 0.8rem;
  }

  .floating-card-top {
    top: 10%;
    right: -5%;
  }

  .floating-card-bottom {
    bottom: 5%;
    left: -5%;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip div {
    min-height: 96px;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip div:nth-child(n + 3) {
    border-bottom: 0;
  }

  .section {
    padding: 5rem 0;
  }

  .why-us {
    width: min(100% - 30px, 1180px);
  }

  .why-panel,
  .quote-panel {
    padding: 3rem 1.5rem;
  }

  .cta-section {
    border-radius: 25px;
  }

  .cta-actions {
    flex-direction: column;
  }

  footer {
    justify-items: start;
    grid-template-columns: 1fr;
  }

  footer p {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
