@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');

:root {
  --blue: #13243d;
  --text: #18304d;
  --placeholder: #5b7898;
  --field: #ededed;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: 'Montserrat', Arial, sans-serif; font-weight: 300; }

.hero {
  height: 824px;
  position: relative;
  background: linear-gradient(rgba(20, 20, 20, .53), rgba(20, 20, 20, .53)), url('https://umbra3d.studio/wp-content/uploads/2023/08/contacto.jpg') center center / cover no-repeat;
}
.hero-content {
  position: absolute;
  top: 226px;
  left: 20px;
  right: 20px;
  color: #fff;
  text-align: center;
}
.hero-content h1 {
  margin: 0 0 76px;
  color: #fff;
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .01em;
}
.hero-content p {
  margin: 0;
  font-size: 29px;
  line-height: 1.25;
  font-weight: 300;
}
.site-header {
  height: 118px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .82);
  position: relative;
  z-index: 1;
}
.brand { color: #050505; display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand-main { font-size: 24px; font-weight: 500; letter-spacing: .19em; }
.brand-sub { margin-top: 5px; font-size: 16px; letter-spacing: .02em; }
.main-nav { display: flex; align-items: center; gap: 36px; white-space: nowrap; }
.main-nav a { color: #070707; text-decoration: none; font-size: 20px; font-weight: 400; letter-spacing: .02em; }
.main-nav a:hover, .main-nav .active { opacity: .65; }

.contact-section { padding: 33px 20px 20px; }
.form-wrap { max-width: 1138px; margin: 0 auto; }
.lead-in { margin: 0 0 1px; color: #183b63; font-size: 23px; line-height: 1.25; letter-spacing: .005em; }
h1 { margin: 0 0 29px; color: #071b36; font-size: 31px; line-height: 1.2; font-weight: 400; letter-spacing: .01em; }
form { width: 100%; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 18px; margin: 0 8px 12px; }
.form-grid input, textarea { border: 0; border-radius: 0; background: var(--field); color: var(--text); font: 300 13px 'Montserrat', Arial, sans-serif; outline: none; }
.form-grid input { height: 42px; padding: 0 10px; }
.form-grid input:focus, textarea:focus { box-shadow: inset 0 0 0 1px #9daaba; }
input::placeholder, textarea::placeholder { color: var(--placeholder); opacity: 1; }
textarea { display: block; width: calc(100% - 16px); min-height: 105px; margin: 0 8px 13px; padding: 17px 10px; resize: vertical; }
.check-line { display: flex; align-items: flex-start; gap: 12px; margin: 0 8px 11px; color: #3b5574; font-size: 19px; line-height: 1.3; }
.check-line input { flex: 0 0 auto; width: 13px; height: 13px; margin: 5px 0 0; accent-color: #1677e8; }
.privacy-line { margin-bottom: 24px; }
button { width: 187px; height: 49px; margin-left: 8px; border: 1px solid #222; border-radius: 0; background: #fff; color: #111; font: 400 16px 'Montserrat', Arial, sans-serif; cursor: pointer; }
button:hover { background: #f3f3f3; }
button:disabled { opacity: .55; cursor: not-allowed; }
.form-status { margin: 12px 8px 0; color: #183b63; font-size: 13px; }
.form-status.error { color: #a33c3c; }

.newsletter-section {
  padding: 33px 20px 54px;
  background: #fff;
}
.newsletter-inner {
  max-width: 1065px;
  min-height: 287px;
  margin: 0 auto;
  padding: 14px 100px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.newsletter-copy p { margin: 0; font-size: 15px; line-height: 1.45; }
.newsletter-copy h2 { margin: 7px 0 2px; font-size: 19px; font-weight: 500; line-height: 1.3; }
.newsletter-copy h2 span { color: #ed0873; }
.newsletter-form { display: flex; flex-direction: column; align-self: start; padding-top: 0; }
.newsletter-form label:first-child { margin-bottom: 12px; color: #5b7898; font-size: 15px; }
.newsletter-form input[type="email"] { width: 100%; height: 37px; margin-bottom: 11px; border: 0; border-radius: 0; background: var(--field); outline: none; }
.newsletter-privacy { display: flex; align-items: flex-start; gap: 12px; color: #18304d; font-size: 14px; line-height: 1.25; }
.newsletter-privacy input { flex: 0 0 auto; width: 13px; height: 13px; margin: 2px 0 0; accent-color: #1677e8; }
.newsletter-privacy strong { color: #111; font-weight: 500; }
.newsletter-form button { width: 167px; height: 42px; margin: 20px 0 0; border: 0; background: #ed0873; color: #fff; font-size: 12px; }
.newsletter-form button:hover { background: #c90661; }
.site-footer {
  min-height: 488px;
  padding: 145px 20px 50px;
  color: #fff;
  background: linear-gradient(rgba(9, 18, 29, .64), rgba(9, 18, 29, .64)), url('https://umbra3d.studio/wp-content/uploads/2023/08/footer.jpg') center / cover no-repeat;
}
.footer-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 55px; align-items: start; }
.footer-brand { padding-top: 2px; font-size: 34px; font-weight: 400; letter-spacing: .16em; line-height: 1; }
.footer-brand small { display: block; margin-top: 6px; font-size: 21px; letter-spacing: 0; }
.footer-office h3 { margin: 8px 0 17px; font-size: 20px; font-weight: 400; }
.footer-office p { margin: 0; font-size: 15px; line-height: 1.28; }

@media (max-width: 1200px) {
  .main-nav { gap: 25px; }
  .main-nav a { font-size: 16px; }
  .hero-content h1 { font-size: 60px; }
  .hero-content p { font-size: 24px; }
}
@media (max-width: 800px) {
  .hero { height: 620px; }
  .site-header { height: 90px; padding: 0 18px; }
  .main-nav { gap: 13px; overflow: hidden; }
  .main-nav a { font-size: 11px; }
  .brand-main { font-size: 19px; }
  .brand-sub { font-size: 12px; }
  .hero-content { top: 190px; }
  .hero-content h1 { margin-bottom: 48px; font-size: 45px; }
  .hero-content p { font-size: 19px; }
  .check-line { font-size: 14px; }
  .contact-section h1 { font-size: 25px; }
  .newsletter-inner { padding: 14px 35px 0; gap: 35px; }
  .footer-inner { gap: 25px; }
}

@media (max-width: 560px) {
  .hero { height: 500px; }
  .site-header { align-items: flex-start; padding-top: 20px; }
  .main-nav { display: none; }
  .hero-content { top: 170px; }
  .hero-content h1 { margin-bottom: 35px; font-size: 34px; }
  .hero-content p { font-size: 16px; }
  .form-grid { grid-template-columns: 1fr; margin: 0 0 12px; }
  .form-grid input, textarea, .check-line { margin-left: 0; margin-right: 0; width: 100%; }
  textarea { width: 100%; }
  button { margin-left: 0; }
  .contact-section { padding: 28px 20px; }
  .lead-in { font-size: 19px; }
  .contact-section h1 { font-size: 22px; margin-bottom: 23px; }
  .newsletter-section { padding-bottom: 30px; }
  .newsletter-inner { min-height: 0; padding: 30px 0; grid-template-columns: 1fr; gap: 28px; }
  .newsletter-form button { margin-top: 18px; }
  .site-footer { min-height: 0; padding: 70px 30px 45px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .footer-brand { grid-column: 1 / -1; font-size: 28px; }
  .footer-brand small { font-size: 17px; }
}

