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

html {
  scroll-behavior: smooth;
  background: #030508;
  overscroll-behavior: none;
}

body {
  min-height: 100vh;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #f5f7fa;
  background: #030508;
  overscroll-behavior: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("assets/hero-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(3, 5, 8, 0.88) 0%,
      rgba(3, 5, 8, 0.68) 42%,
      rgba(3, 5, 8, 0.28) 100%
    ),
    radial-gradient(circle at 25% 20%, rgba(255, 0, 45, 0.12), transparent 32%),
    radial-gradient(circle at 70% 42%, rgba(0, 170, 255, 0.08), transparent 36%);
}

.site-header,
.hero,
.services,
.technical-services,
.sustainability,
.web-services,
.about-link-section,
.about,
footer {
  position: relative;
  z-index: 2;
}

.logo-mark {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 0 8px rgba(255, 0, 40, 0.55))
    drop-shadow(0 0 18px rgba(255, 0, 40, 0.25));
}

.logo-mark {
  text-decoration: none;
  cursor: pointer;
}

.logo-mark img {
  transition: transform 0.2s ease, filter 0.2s ease;
}

.logo-mark:hover img {
  transform: scale(1.04);
}

.site-header {
  padding: 28px 8%;
  border-bottom: 1px solid rgba(255, 40, 55, 0.22);
  backdrop-filter: blur(12px);
  background: rgba(3, 6, 10, 0.58);
}

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

.brand h1 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand h1 sup {
  font-size: 0.65rem;
  color: #00d9ff;
  margin-left: 4px;
  position: relative;
  top: -0.2em;
  letter-spacing: 0;
}

.brand p {
  margin-top: 4px;
  color: #9fb3c8;
  letter-spacing: 0.12em;
}

.hero {
  min-height: 72vh;
  display: grid;
  align-items: center;
  padding: 80px 8%;
}

.hero-content {
  max-width: 900px;
  padding: 36px;
  border: 1px solid rgba(255, 40, 55, 0.35);
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(6, 8, 13, 0.86),
    rgba(6, 12, 18, 0.72)
  );
  backdrop-filter: blur(8px);
  box-shadow:
    0 0 42px rgba(0, 0, 0, 0.55),
    0 0 28px rgba(255, 0, 45, 0.12);
}

.eyebrow {
  color: #00d9ff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  margin-bottom: 18px;
}

.hero h2 {
  font-size: clamp(2.2rem, 5.2vw, 4.6rem);
  line-height: 1;
  max-width: 760px;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(0, 217, 255, 0.25);
}

.hero-text {
  margin-top: 24px;
  max-width: 680px;
  color: #c5d3df;
  font-size: 1.12rem;
  line-height: 1.7;
}

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

.btn {
  display: inline-block;
  padding: 17px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.02rem;
  transition: all 0.2s ease;
}

.btn.primary,
.btn.about-cta {
  color: #001018;
  background: #00d9ff;
  border: 1px solid rgba(0, 217, 255, 0.85);
  box-shadow:
    0 0 22px rgba(0, 217, 255, 0.32),
    0 0 44px rgba(0, 217, 255, 0.16);
}

.btn.secondary {
  color: #f5f7fa;
  border: 1px solid rgba(0, 217, 255, 0.65);
  background: rgba(0, 217, 255, 0.06);
  box-shadow:
    0 0 18px rgba(0, 217, 255, 0.16),
    0 0 34px rgba(0, 217, 255, 0.08);
}

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

.btn.primary:hover,
.btn.about-cta:hover {
  box-shadow:
    0 0 28px rgba(0, 217, 255, 0.46),
    0 0 58px rgba(0, 217, 255, 0.22);
}

.btn.secondary:hover {
  color: #001018;
  background: #00d9ff;
  border-color: rgba(0, 217, 255, 0.9);
  box-shadow:
    0 0 28px rgba(0, 217, 255, 0.42),
    0 0 58px rgba(0, 217, 255, 0.2);
}

.btn:focus-visible,
.theme-toggle:focus-visible,
.logo-mark:focus-visible {
  outline: 2px solid #00d9ff;
  outline-offset: 4px;
}

.services {
  padding: 70px 8%;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

.card {
  padding: 24px;
  min-height: 120px;
  display: flex;
  align-items: end;
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 18px;
  background: rgba(7, 15, 23, 0.76);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.24);
}

.card:hover {
  border-color: rgba(0, 217, 255, 0.75);
  box-shadow: 0 0 28px rgba(0, 217, 255, 0.18);
  transform: translateY(-2px);
}

footer {
  padding: 28px 8%;
  color: #9fb3c8;
  border-top: 1px solid rgba(0, 200, 255, 0.18);
}

footer a {
  color: #00d9ff;
}

:root {
  background: #030508;
}

.section-button-row {
  max-width: 900px;
  margin: 46px 0 0 0;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
}

.about-button-row {
  margin-top: 0;
  margin-bottom: 0;
  justify-content: flex-start;
  max-width: 900px;
}

@media (max-width: 600px) {
  .site-header {
    padding: 18px 6%;
  }

  .brand {
    gap: 10px;
  }

  .logo-mark {
    width: 62px;
    height: 62px;
  }

  .brand h1 {
    font-size: 1.2rem;
    letter-spacing: 0.11em;
    line-height: 1.05;
  }

  .brand p {
    font-size: 0.78rem;
    letter-spacing: 0.09em;
  }

  .hero {
    padding: 42px 5%;
    min-height: 72vh;
  }

  .hero-content {
    padding: 24px;
    border-radius: 20px;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .hero h2 {
    font-size: clamp(2rem, 8.5vw, 2.8rem);
    line-height: 1.08;
  }

  .hero-text {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .btn {
    text-align: center;
    width: 100%;
  }

  .section-button-row {
   justify-content: stretch;
   padding-left: 0;
  }

  .section-button-row .btn {
   width: 100%;
   text-align: center;
  }

  .about-button-row {
   margin-top: 36px;
  }

.about-button-row .btn.about-cta {
   width: 100%;
   text-align: center;
   padding: 17px 22px;
  }
}

.shipping-notice {
  margin-top: 22px;
  max-width: 620px;
  color: #f5b7bd;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-left: 3px solid rgba(255, 40, 55, 0.85);
  padding: 10px 0 10px 14px;
  background: rgba(255, 0, 40, 0.06);
  border-radius: 0 10px 10px 0;
}

.sustainability {
  padding: 70px 8% 82px;
}

.sustainability-content {
  max-width: 900px;
  padding: 34px;
  border: 1px solid rgba(0, 217, 255, 0.28);
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(3, 10, 14, 0.86),
    rgba(5, 18, 22, 0.68)
  );
  backdrop-filter: blur(8px);
  box-shadow:
    0 0 42px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(0, 217, 255, 0.12);
}

.sustainability h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(0, 217, 255, 0.24);
}

.sustainability p {
  max-width: 760px;
  color: #c5d3df;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 16px;
}

.sustainability-blocks {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.info-block {
  padding: 18px 20px;
  border: 1px solid rgba(0, 217, 255, 0.18);
  border-radius: 16px;
  background: rgba(7, 15, 23, 0.56);
}

.info-block h3 {
  color: #00d9ff;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
}

.info-block p {
  margin-top: 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

.donation-note {
  color: #f5b7bd !important;
  border-left: 3px solid rgba(255, 40, 55, 0.85);
  padding: 10px 0 10px 14px;
  background: rgba(255, 0, 40, 0.06);
  border-radius: 0 10px 10px 0;
}

.footer-address {
  margin-top: 8px;
  color: #9fb3c8;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.technical-services {
  padding: 70px 8%;
}

.technical-content {
  max-width: 1050px;
  padding: 34px;
  border: 1px solid rgba(255, 40, 55, 0.28);
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(8, 8, 14, 0.86),
    rgba(12, 18, 26, 0.72)
  );
  backdrop-filter: blur(8px);
  box-shadow:
    0 0 42px rgba(0, 0, 0, 0.48),
    0 0 28px rgba(255, 0, 45, 0.10);
}

.technical-content h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(255, 0, 45, 0.24);
}

.technical-content > p {
  max-width: 820px;
  color: #c5d3df;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 16px;
}

.technical-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.tech-card {
  padding: 22px;
  border: 1px solid rgba(0, 217, 255, 0.22);
  border-radius: 18px;
  background: rgba(7, 15, 23, 0.78);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.28);
}

.tech-card:hover {
  border-color: rgba(255, 40, 55, 0.72);
  box-shadow: 0 0 28px rgba(255, 0, 45, 0.16);
  transform: translateY(-2px);
}

.tech-card h3 {
  color: #00d9ff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1rem;
}

.tech-card p {
  color: #c5d3df;
  line-height: 1.6;
  font-size: 0.95rem;
}

.tech-notice {
  color: #f5b7bd !important;
  border-left: 3px solid rgba(255, 40, 55, 0.85);
  padding: 10px 0 10px 14px;
  background: rgba(255, 0, 40, 0.06);
  border-radius: 0 10px 10px 0;
}

.intake-list {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(0, 217, 255, 0.22);
  border-radius: 18px;
  background: rgba(7, 15, 23, 0.72);
}

.intake-list h3 {
  color: #00d9ff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.intake-list ul {
  padding-left: 20px;
  color: #c5d3df;
  line-height: 1.8;
}

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

.theme-toggle {
  border: 1px solid rgba(0, 217, 255, 0.45);
  background: rgba(3, 6, 10, 0.62);
  color: #00d9ff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow:
    0 0 18px rgba(0, 217, 255, 0.16),
    0 0 34px rgba(0, 217, 255, 0.08);
  transition: all 0.2s ease;
}

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

/* Dark site active: hover previews light mode */
body:not(.light-theme) .theme-toggle:hover {
  color: #101820;
  background: rgba(245, 248, 252, 0.95);
  border-color: rgba(0, 217, 255, 0.65);
  box-shadow:
    0 0 22px rgba(245, 248, 252, 0.26),
    0 0 42px rgba(0, 217, 255, 0.16);
}

/* Light site active: hover previews dark mode */
body.light-theme .theme-toggle:hover {
  color: #00d9ff;
  background: rgba(3, 6, 10, 0.88);
  border-color: rgba(0, 217, 255, 0.72);
  box-shadow:
    0 0 22px rgba(0, 217, 255, 0.24),
    0 0 42px rgba(0, 217, 255, 0.14);
}

@media (max-width: 700px) {
  body::after {
    background-size: auto 100vh;
    background-position: center top;
  }

  body::before {
    background:
      linear-gradient(
        180deg,
        rgba(3, 5, 8, 0.82) 0%,
        rgba(3, 5, 8, 0.62) 45%,
        rgba(3, 5, 8, 0.82) 100%
      );
  }

  .technical-services {
    padding: 48px 5%;
  }

  .technical-content {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .technical-content .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.11em;
    line-height: 1.5;
  }

  .technical-content h2 {
    font-size: clamp(1.65rem, 7.2vw, 2.25rem);
    line-height: 1.12;
    letter-spacing: 0.01em;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .technical-content > p {
    font-size: 0.98rem;
    line-height: 1.65;
    letter-spacing: 0.01em;
  }

  .technical-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tech-card {
    padding: 22px;
  }

  .tech-card h3 {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }

  .tech-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .theme-toggle {
    align-self: flex-start;
    font-size: 0.8rem;
    padding: 9px 14px;
  }
}

.about-section-stack {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  max-width: 820px;
}

.about-info-block {
  padding: 18px 20px;
  border: 1px solid rgba(0, 217, 255, 0.22);
  border-radius: 16px;
  background: rgba(7, 15, 23, 0.62);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.22);
}

.about-info-block h3 {
  color: #00d9ff;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.95rem;
}

.about-info-block p {
  color: #c5d3df;
  font-size: 1rem;
  line-height: 1.65;
}

body.light-theme {
  color: #101820;
  background: #e8edf2;
}

body.light-theme::after {
  background-image: url("assets/light-bg.png");
}

body.light-theme::before {
  background:
    linear-gradient(
      90deg,
      rgba(245, 248, 252, 0.88) 0%,
      rgba(245, 248, 252, 0.72) 45%,
      rgba(245, 248, 252, 0.36) 100%
    );
}

body.light-theme .site-header {
  background: rgba(245, 248, 252, 0.72);
  border-bottom: 1px solid rgba(120, 130, 145, 0.35);
}

body.light-theme .hero-content,
body.light-theme .technical-content,
body.light-theme .sustainability-content,
body.light-theme .card,
body.light-theme .tech-card,
body.light-theme .intake-list,
body.light-theme .info-block {
  background: rgba(245, 248, 252, 0.78);
  color: #101820;
  border-color: rgba(40, 70, 90, 0.22);
}

body.light-theme .hero-text,
body.light-theme .technical-content > p,
body.light-theme .sustainability p,
body.light-theme .tech-card p,
body.light-theme .intake-list ul,
body.light-theme .info-block p {
  color: #22313f;
}

body.light-theme .brand p,
body.light-theme footer,
body.light-theme .footer-address {
  color: #40505f;
}

body.light-theme .brand h1,
body.light-theme .hero h2,
body.light-theme .services h2,
body.light-theme .technical-content h2,
body.light-theme .sustainability h2 {
  color: #101820;
  text-shadow: none;
}

body.light-theme .eyebrow,
body.light-theme .tech-card h3,
body.light-theme .info-block h3 {
  color: #005f78;
}

body.light-theme .btn.primary,
body.light-theme .btn.about-cta {
  color: #ffffff;
  background: #007fa3;
  border-color: rgba(0, 127, 163, 0.75);
  box-shadow:
    0 0 18px rgba(0, 127, 163, 0.22),
    0 0 34px rgba(0, 127, 163, 0.12);
}

body.light-theme .btn.secondary {
  color: #101820;
  background: rgba(0, 127, 163, 0.06);
  border: 1px solid rgba(0, 95, 120, 0.5);
  box-shadow:
    0 0 16px rgba(0, 127, 163, 0.12),
    0 0 30px rgba(0, 127, 163, 0.06);
}

body.light-theme .btn.primary:hover,
body.light-theme .btn.about-cta:hover,
body.light-theme .btn.secondary:hover {
  color: #ffffff;
  background: #007fa3;
  border-color: rgba(0, 127, 163, 0.85);
  box-shadow:
    0 0 24px rgba(0, 127, 163, 0.28),
    0 0 46px rgba(0, 127, 163, 0.14);
}

body.light-theme .theme-toggle {
  background: rgba(245, 248, 252, 0.9);
  color: #101820;
  border-color: rgba(40, 70, 90, 0.32);
  box-shadow:
    0 0 16px rgba(0, 127, 163, 0.12),
    0 0 30px rgba(0, 127, 163, 0.06);
}

body.light-theme .shipping-notice,
body.light-theme .tech-notice,
body.light-theme .donation-note {
  color: #7a1d2a !important;
  background: rgba(160, 30, 50, 0.08);
  border-left-color: rgba(160, 30, 50, 0.7);
}

body.light-theme .logo-mark img {
  filter:
    drop-shadow(0 0 6px rgba(0, 160, 190, 0.35))
    drop-shadow(0 0 14px rgba(0, 160, 190, 0.16));
}

body.light-theme .about-info-block {
  background: rgba(245, 248, 252, 0.76);
  color: #101820;
  border-color: rgba(40, 70, 90, 0.22);
}

body.light-theme .about-info-block h3 {
  color: #005f78;
}

body.light-theme .about-info-block p {
  color: #22313f;
}

body.light-theme .btn.about-cta {
  color: #ffffff;
  background: #007fa3;
  border-color: rgba(0, 127, 163, 0.75);
  box-shadow:
    0 0 18px rgba(0, 127, 163, 0.22),
    0 0 34px rgba(0, 127, 163, 0.12);
}

.about-link-section {
  padding: 0 8% 82px;
}

.web-services {
  padding: 70px 8%;
}

.web-services-content {
  max-width: 900px;
  padding: 34px;
  border: 1px solid rgba(0, 217, 255, 0.28);
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(3, 10, 14, 0.86),
    rgba(5, 18, 22, 0.68)
  );
  backdrop-filter: blur(8px);
  box-shadow:
    0 0 42px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(0, 217, 255, 0.12);
}

.web-services h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(0, 217, 255, 0.24);
}

.web-services p {
  max-width: 760px;
  color: #c5d3df;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 16px;
}

.web-services-block {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 217, 255, 0.18);
  border-radius: 16px;
  background: rgba(7, 15, 23, 0.56);
}

.web-services-block h3 {
  color: #00d9ff;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
}

.web-services-block p {
  margin-top: 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

body.light-theme .web-services-content {
  background: rgba(245, 248, 252, 0.78);
  color: #101820;
  border-color: rgba(40, 70, 90, 0.22);
}

body.light-theme .web-services h2 {
  color: #101820;
  text-shadow: none;
}

body.light-theme .web-services p {
  color: #22313f;
}

body.light-theme .web-services-block {
  background: rgba(245, 248, 252, 0.78);
  color: #101820;
  border-color: rgba(40, 70, 90, 0.22);
}

body.light-theme .web-services-block h3 {
  color: #005f78;
}

body.light-theme .web-services-block p {
  color: #22313f;
}

body.light-theme .contact-form label {
  color: #005f78;
}

body.light-theme .contact-form label span {
  color: #40505f;
}

body.light-theme .contact-form input,
body.light-theme .contact-form textarea {
  background: rgba(245, 248, 252, 0.88);
  color: #101820;
  border-color: rgba(40, 70, 90, 0.24);
}

body.light-theme .contact-form input::placeholder,
body.light-theme .contact-form textarea::placeholder {
  color: rgba(34, 49, 63, 0.55);
}

body.light-theme .contact-form input:focus,
body.light-theme .contact-form textarea:focus {
  border-color: rgba(0, 127, 163, 0.8);
  box-shadow:
    0 0 0 2px rgba(0, 127, 163, 0.14),
    0 0 24px rgba(0, 127, 163, 0.12);
}

.contact-form-content {
  max-width: 900px;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 30px;
  max-width: 720px;
}

.contact-form label {
  color: #00d9ff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.contact-form label span {
  color: #9fb3c8;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 217, 255, 0.28);
  background: rgba(7, 15, 23, 0.76);
  color: #f5f7fa;
  font: inherit;
  outline: none;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(197, 211, 223, 0.62);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(0, 217, 255, 0.85);
  box-shadow:
    0 0 0 2px rgba(0, 217, 255, 0.16),
    0 0 24px rgba(0, 217, 255, 0.16);
}

.contact-form textarea {
  resize: vertical;
  min-height: 180px;
}

.contact-form .btn {
  margin-top: 10px;
  border: none;
  cursor: pointer;
}