:root {
  --ink: #06334f;
  --muted: #5e7888;
  --deep: #032b45;
  --navy: #043a5c;
  --blue: #0788c8;
  --cyan: #19c4f4;
  --aqua: #7ae6ff;
  --foam: #effbff;
  --foam-strong: #dff7ff;
  --paper: #ffffff;
  --line: #c8edf8;
  --shadow: 0 22px 60px rgba(3, 43, 69, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 52%, #ffffff 100%);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 16px;
  z-index: 60;
  padding: 8px 12px;
  color: var(--paper);
  background: var(--deep);
  border-radius: 6px;
}

.skip-link:focus {
  top: 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 36px rgba(3, 43, 69, 0.08);
  backdrop-filter: blur(16px);
}

.topbar {
  color: #e9fbff;
  background: linear-gradient(90deg, var(--deep), var(--blue));
  font-size: 0.875rem;
}

.topbar__inner,
.navbar__inner,
.intro-band__inner,
.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar__inner {
  min-height: 38px;
}

.topbar__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 700;
}

.navbar__inner {
  min-height: 92px;
}

.brand {
  width: 300px;
  max-width: 45vw;
}

.brand img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #17475f;
  font-weight: 800;
}

.site-menu a {
  position: relative;
  padding: 8px 0;
}

.site-menu a:not(.nav-cta)::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transform: scaleX(0);
  transform-origin: left;
}

.site-menu a:hover::after,
.site-menu a:focus-visible::after,
.site-menu a.is-active::after {
  transform: scaleX(1);
}

.site-menu a.is-active {
  color: var(--blue);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 20px;
  color: var(--paper);
  font-size: 0.92rem;
  background: linear-gradient(135deg, #034f82, #087ebd);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  box-shadow: 0 12px 24px rgba(3, 79, 130, 0.28);
}

.nav-cta svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-toggle {
  display: none;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 6px;
  cursor: pointer;
}

.menu-toggle__line {
  width: 20px;
  height: 2px;
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: 66vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 43, 69, 0.95) 0%, rgba(4, 58, 92, 0.84) 43%, rgba(7, 136, 200, 0.22) 78%),
    url("assets/ozyurt-hero.png") center right / cover no-repeat;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(310px, 0.74fr);
  gap: 46px;
  align-items: center;
  padding: 64px 0 46px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow,
.inner-hero .eyebrow,
.contact-section .eyebrow {
  color: var(--aqua);
}

.hero h1,
.inner-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 4.15rem;
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero__lead,
.inner-hero__lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: #dff7ff;
  font-size: 1.25rem;
}

.hero__actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
}

.btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn--primary {
  color: var(--paper);
  background: linear-gradient(135deg, #034f82, #0b8bc7);
  box-shadow: 0 16px 32px rgba(3, 79, 130, 0.3);
}

.btn--whatsapp {
  color: var(--paper);
  background: linear-gradient(135deg, #128c4a, #25d366);
  box-shadow: 0 16px 32px rgba(18, 140, 74, 0.28);
}

.floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  color: #fff;
  background: linear-gradient(135deg, #034f82, #0782bd);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(3, 79, 130, 0.35);
}

.floating-call svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-call:focus-visible {
  outline: 3px solid rgba(13, 180, 236, 0.35);
  outline-offset: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    transform: translateY(24px);
    transition:
      opacity 0.7s,
      transform 0.7s;
  }

  .reveal.in-view {
    transform: translateY(0);
  }
}

.btn--ghost {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.34);
}

.btn--outline {
  color: var(--blue);
  background: var(--paper);
  border-color: var(--line);
}

.hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 158px));
  gap: 12px;
  margin-top: 36px;
}

.hero__metrics div {
  min-height: 92px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.hero__metrics strong,
.hero__metrics span {
  display: block;
}

.hero__metrics strong {
  font-size: 1.25rem;
}

.hero__metrics span {
  margin-top: 3px;
  color: #d8f7ff;
  font-size: 0.875rem;
}

.hero-card {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
  padding: 28px;
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    rgba(3, 43, 69, 0.54);
  border: 1px solid rgba(216, 247, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 16, 28, 0.32);
  backdrop-filter: blur(18px);
}

.hero-card__badge {
  width: max-content;
  padding: 7px 10px;
  color: #dbf8ff;
  background: rgba(25, 196, 244, 0.18);
  border: 1px solid rgba(122, 230, 255, 0.26);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card h2 {
  margin: 18px 0 10px;
  font-size: 2rem;
  line-height: 1.15;
}

.hero-card p,
.hero-card dd {
  color: #d8f7ff;
}

.hero-card p {
  margin: 0;
}

.hero-card dl {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.hero-card dl div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.hero-card dt {
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card dd {
  margin: 4px 0 0;
  font-weight: 800;
}

.trust-band {
  position: relative;
  margin-top: -34px;
  z-index: 2;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.trust-grid article {
  min-height: 108px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #f3fbff);
  border: 1px solid #d7f3fb;
  border-radius: 8px;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.trust-grid span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.intro-band {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro-band__inner {
  min-height: 96px;
}

.intro-band p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 1.0625rem;
}

.intro-band a,
.text-link {
  color: var(--blue);
  font-weight: 900;
  border-bottom: 2px solid var(--cyan);
}

.section {
  padding: 86px 0;
}

.section--tint {
  background: linear-gradient(180deg, var(--foam) 0%, #ffffff 100%);
}

.section--compact {
  padding-top: 18px;
}

.section-heading {
  max-width: 770px;
  margin-bottom: 36px;
}

.section-heading h2,
.split__copy h2,
.showcase__content h2,
.contact-copy h2,
.card-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.25rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.section-heading p,
.split__copy p,
.showcase__content p,
.card-panel p,
.project-card p,
.service-card p,
.process-card p,
.faq-item p,
.contact-copy p {
  color: var(--muted);
}

.services-grid,
.project-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.process-card,
.project-card,
.card-panel,
.faq-item,
.contact-form,
.contact-info-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(3, 43, 69, 0.08);
}

.service-card,
.process-card,
.project-card,
.card-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.service-card::before,
.process-card::before,
.project-card::before,
.card-panel::before,
.contact-info-card::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.service-card:hover,
.process-card:hover,
.project-card:hover,
.card-panel:hover {
  border-color: #9ce6f7;
  box-shadow: 0 20px 50px rgba(3, 43, 69, 0.13);
}

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

.service-card__icon,
.feature-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--blue);
  background: linear-gradient(135deg, #e6f9ff, #ffffff);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card__icon svg,
.feature-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3,
.process-card h3,
.project-card h3,
.card-panel h3 {
  margin: 18px 0 8px;
  font-size: 1.25rem;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.process-card {
  min-height: 178px;
}

.process-card span {
  color: var(--blue);
  font-size: 1rem;
  font-weight: 900;
}

.showcase {
  background: #ffffff;
}

.showcase__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
}

.showcase__image {
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(7, 136, 200, 0.04), rgba(3, 43, 69, 0.15)),
    url("assets/ozyurt-hero.png") center right / cover no-repeat;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #24566d;
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  content: "";
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(25, 196, 244, 0.12);
}

.inner-hero {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, var(--deep), var(--blue));
  background-size: 72px 72px, 72px 72px, auto;
}

.inner-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 43, 69, 0.82), rgba(3, 43, 69, 0.36)),
    url("assets/ozyurt-hero.png") center right / cover no-repeat;
  opacity: 0.34;
}

.inner-hero__content {
  position: relative;
  z-index: 1;
  padding: 76px 0;
}

.page-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.page-aside {
  position: sticky;
  top: 126px;
  padding: 24px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--deep), var(--blue));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-aside p {
  color: #dff7ff;
}

.detail-stack {
  display: grid;
  gap: 16px;
}

.project-card {
  min-height: 245px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 251, 255, 0.98));
}

.project-card span {
  color: var(--blue);
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 68px;
  gap: 18px;
  padding: 0 22px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-item button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-item p {
  display: none;
  padding: 0 22px 22px;
  margin: 0;
}

.faq-item.is-open p {
  display: block;
}

.contact-section {
  padding: 86px 0;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, var(--deep), var(--navy));
  background-size: 80px 80px, 80px 80px, auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 50px;
  align-items: start;
}

.contact-copy h2,
.contact-copy p {
  color: var(--paper);
}

.contact-copy p {
  max-width: 560px;
  margin: 18px 0 24px;
  color: #d8f7ff;
  font-size: 1.0625rem;
}

.contact-lines {
  display: grid;
  gap: 12px;
}

.contact-lines a,
.contact-owner,
.contact-lines address {
  min-height: 44px;
  padding: 12px 14px;
  margin: 0;
  color: #f8fcfc;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  font-style: normal;
  font-weight: 800;
}

.contact-owner {
  display: flex;
  align-items: center;
  color: var(--deep);
  background: #f4fcff;
  border-color: rgba(122, 230, 255, 0.5);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  color: var(--ink);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #315d72;
  font-size: 0.875rem;
  font-weight: 900;
}

.contact-form label:nth-child(4) {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fbfeff;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 128px;
  resize: vertical;
  padding: 12px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(25, 196, 244, 0.18);
  border-color: var(--cyan);
}

.contact-form .btn {
  width: max-content;
}

.form-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--blue);
  font-weight: 900;
}

.contact-info-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  color: var(--ink);
}

.contact-info-card h3 {
  color: var(--deep);
}

.contact-info-card p {
  color: var(--muted);
}

.site-footer {
  padding: 32px 0;
  background: #f5fcff;
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 248px;
  border-radius: 8px;
}

.site-footer p,
.footer-links a {
  margin: 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-end;
  font-weight: 800;
}

@media (max-width: 980px) {
  .topbar__inner {
    justify-content: center;
    text-align: center;
  }

  .topbar__links {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-menu {
    position: absolute;
    top: 128px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-menu.is-open {
    display: flex;
  }

  .site-menu a {
    padding: 12px;
  }

  .nav-cta {
    margin-top: 6px;
  }

  .hero {
    min-height: 70vh;
  }

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

  .hero-card {
    max-width: 620px;
    min-height: auto;
  }

  .hero h1,
  .inner-hero h1 {
    font-size: 3rem;
    max-width: 650px;
  }

  .services-grid,
  .project-grid,
  .feature-grid,
  .trust-grid,
  .split,
  .showcase__inner,
  .contact-grid,
  .page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .showcase__inner,
  .contact-grid,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .page-aside {
    position: static;
  }

  .showcase__image {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .navbar__inner {
    gap: 14px;
    min-height: 76px;
  }

  .brand {
    width: 186px;
    max-width: calc(100vw - 88px);
  }

  .floating-call {
    right: auto;
    left: min(calc(100vw - 72px), 318px);
    top: calc(100vh - 74px);
    bottom: auto;
    width: 56px;
    height: 56px;
  }

  .floating-call svg {
    width: 24px;
    height: 24px;
  }

  .site-menu {
    top: 110px;
    left: 14px;
    right: 14px;
  }

  .hero {
    min-height: 58vh;
  }

  .hero__bg {
    background:
      linear-gradient(90deg, rgba(3, 43, 69, 0.96) 0%, rgba(4, 58, 92, 0.82) 62%, rgba(7, 136, 200, 0.35) 100%),
      url("assets/ozyurt-hero.png") center right / cover no-repeat;
  }

  .hero__content {
    padding: 42px 0 28px;
  }

  .hero-card {
    display: none;
  }

  .hero h1,
  .inner-hero h1 {
    max-width: 335px;
    font-size: 2.18rem;
    line-height: 1.08;
  }

  .hero__lead,
  .inner-hero__lead {
    max-width: 340px;
    font-size: 1.0625rem;
  }

  .hero__actions,
  .cta-actions {
    max-width: 360px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .hero__metrics {
    display: none;
  }

  .trust-band {
    margin-top: 0;
  }

  .trust-grid,
  .services-grid,
  .project-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .intro-band__inner,
  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .section,
  .contact-section {
    padding: 62px 0;
  }

  .section-heading h2,
  .split__copy h2,
  .showcase__content h2,
  .contact-copy h2,
  .card-panel h2 {
    font-size: 1.8rem;
  }

  .process-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 20px;
  }

  .contact-form .btn {
    width: 100%;
  }
}

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

  .hero h1,
  .inner-hero h1 {
    max-width: 320px;
    font-size: 2rem;
  }

  .btn {
    width: 100%;
  }

  .showcase__image {
    min-height: 280px;
  }
}

@media (max-width: 360px) {
  .brand {
    width: 162px;
  }

  .hero h1,
  .inner-hero h1 {
    max-width: 292px;
    font-size: 1.82rem;
  }
}

@media (max-width: 720px) and (max-height: 760px) {
  .hero {
    min-height: 60vh;
  }

  .hero__content {
    padding-top: 42px;
  }

  .hero__actions {
    margin-top: 24px;
  }

  .hero__metrics {
    display: none;
  }
}
