* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
body {
  margin: 0;
  background: #faf9f4;
  color: #173f35;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid #b96326;
  outline-offset: 5px;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
h1 {
  font-size: clamp(52px, 6.4vw, 96px);
}
h1 em {
  font-weight: 400;
  color: #788043;
}
h2 {
  font-size: clamp(36px, 4vw, 60px);
}
h3 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.025em;
}
p {
  color: #52635c;
}
p + p {
  margin-top: 20px;
}
.header,
.hero,
.section,
.footer,
.service-strip {
  padding-inline: clamp(24px, 5.5vw, 96px);
}
.header {
  max-width: 1800px;
  margin: auto;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1.4px;
  line-height: 0.91;
}
.brand-mark {
  font-size: 49px;
  color: #b96a42;
  font-weight: 400;
}
.brand-dot {
  color: #b96a42;
}
.header nav {
  display: flex;
  gap: 30px;
}
.header nav a,
.language {
  text-decoration: none;
  font-size: 14px;
}
.header-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}
.button {
  border: 1px solid #173f35;
  border-radius: 5px;
  background: #173f35;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  padding: 17px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  min-height: 54px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #285a48;
  transform: translateY(-2px);
}
.button.small {
  padding: 12px 20px;
  min-height: 47px;
}
.button.light {
  background: #f7f5eb;
  color: #173f35;
  border-color: #f7f5eb;
}
.button.light:hover {
  background: #e9eadc;
}
.button:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}
.text-link {
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #81928a;
  padding-block: 12px;
}
.hero {
  max-width: 1800px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5%;
  padding-top: 43px;
  padding-bottom: 80px;
  align-items: center;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  color: #776448;
  line-height: 1.7;
  margin-bottom: 26px;
}
.intro {
  font-size: 17px;
  max-width: 480px;
  margin-top: 30px;
  line-height: 1.9;
}
.cta-row {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 34px;
  flex-wrap: wrap;
}
.fine {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 25px;
  max-width: 490px;
}
.hero-image {
  height: 610px;
  position: relative;
  border-radius: 190px 190px 9px 9px;
  overflow: hidden;
}
.hero-image img {
  height: 100%;
  object-fit: cover;
}
.hero-image:after {
  content: '';
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(8, 34, 29, 0.66));
  pointer-events: none;
}
.hero-image figcaption {
  position: absolute;
  z-index: 1;
  bottom: 32px;
  left: 32px;
  right: 32px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.4;
  max-width: 330px;
}
.sun {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 44px;
  margin-bottom: 12px;
}
.service-strip {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-block: 25px;
  border-top: 1px solid #dedfd3;
  border-bottom: 1px solid #dedfd3;
  font-size: 15px;
  letter-spacing: 0.02em;
  flex-wrap: wrap;
}
.service-strip span:before {
  content: '✳';
  color: #9b8055;
  font-size: 12px;
  margin-right: 14px;
}
.section {
  padding-block: 110px;
  max-width: 1800px;
  margin: auto;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12%;
  align-items: end;
}
.section-heading > p {
  max-width: 490px;
  font-size: 17px;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 65px;
}
.features article {
  border-top: 1px solid #c8cec0;
  padding-top: 27px;
}
.number {
  font-size: 13px;
  color: #8b754d;
  display: block;
  margin-bottom: 30px;
}
.features h3 {
  margin-bottom: 18px;
}
.features p {
  font-size: 15px;
  line-height: 1.85;
}
.template-section {
  background: #173f35;
  color: #fff;
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 7%;
  align-items: center;
  overflow: hidden;
}
.template-section .eyebrow {
  color: #d9c398;
}
.template-section p {
  color: #d3ddd6;
}
.template-copy > p:not(.eyebrow) {
  margin-top: 26px;
}
.template-copy > .button {
  margin-top: 30px;
}
.preview-window {
  display: block;
  align-self: center;
  text-decoration: none;
  box-shadow: 0 20px 70px #061e2445;
  transform: rotate(-2deg);
  border: 1px solid #ffffff38;
  border-radius: 9px;
  overflow: hidden;
  background: #faf9f4;
}
.preview-window img {
  aspect-ratio: 1.28;
  object-fit: cover;
  object-position: top;
}
.window-bar {
  height: 37px;
  background: #eeeae1;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 13px;
  color: #6b736d;
  font-size: 10px;
}
.window-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bdc5b5;
}
.window-bar span {
  margin: auto;
}
.panel-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8%;
  align-items: center;
}
.panel-visual {
  border: 1px solid #d5dacf;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 60px #20382b0d;
  background: #f1f3ec;
}
.panel-visual img {
  aspect-ratio: 1.42;
  object-fit: cover;
  object-position: top;
}
.panel-section h2 {
  margin-bottom: 25px;
}
.checklist {
  padding: 0;
  margin: 28px 0;
  list-style: none;
  display: grid;
  gap: 14px;
  font-size: 15px;
}
.checklist li:before {
  content: '✓';
  color: #977744;
  margin-right: 14px;
}
.package-section {
  background: #eeeee3;
}
.center-heading {
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.center-heading > p:last-child {
  margin: 25px auto 0;
  max-width: 560px;
}
.quotas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 60px;
  border-block: 1px solid #c7cbbd;
}
.quotas article {
  padding: 36px 40px;
  text-align: center;
}
.quotas article + article {
  border-left: 1px solid #c7cbbd;
}
.quotas strong {
  font-family: Georgia, serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -0.05em;
  display: block;
  margin-bottom: 8px;
}
.quotas h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.quotas p {
  font-size: 13px;
  max-width: 300px;
  margin: auto;
}
.included {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin: 36px auto 0;
  font-size: 13px;
}
.included li:before {
  content: '✓';
  margin-right: 9px;
  color: #8b754d;
}
.package-note {
  text-align: center;
  font-size: 12px;
  max-width: 780px;
  margin: 27px auto 0;
}
.demo-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10%;
}
.demo-section h2 {
  margin-bottom: 28px;
}
.demo-section > div > p {
  max-width: 400px;
}
.demo-symbol {
  font-size: 145px;
  line-height: 1.3;
  color: #b96a42;
  margin-top: 35px;
}
.demo-section form {
  border: 1px solid #d9ded1;
  background: #fffefa;
  border-radius: 8px;
  padding: 34px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.demo-section label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
.demo-section input:not([type='checkbox']),
.demo-section select,
.demo-section textarea {
  width: 100%;
  border: 1px solid #bac5b9;
  border-radius: 4px;
  background: #fffefa;
  color: #173f35;
  padding: 12px;
  font-weight: 400;
  min-height: 49px;
  margin-top: 8px;
}
.demo-section textarea {
  resize: vertical;
  min-height: 110px;
}
.demo-section .consent {
  display: flex;
  gap: 11px;
  font-weight: 400;
  font-size: 12px;
  align-items: flex-start;
  margin-block: 25px;
}
.consent input {
  accent-color: #173f35;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 2px 0 0;
}
.demo-section button {
  width: 100%;
}
.demo-section .trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.footer {
  border-top: 1px solid #d9ded1;
  padding-block: 37px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  font-size: 12px;
}
.footer .wordmark {
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 700;
  text-decoration: none;
}
.footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.prose {
  min-height: 60vh;
  max-width: 950px;
}
.prose h1 {
  font-size: clamp(40px, 5vw, 66px);
  margin-bottom: 35px;
}
.prose .button {
  margin-top: 35px;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #fff;
  padding: 15px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
@media (min-width: 1800px) {
  .service-strip {
    justify-content: center;
    gap: 100px;
  }
  .template-section,
  .package-section {
    max-width: none;
  }
  .template-section {
    padding-inline: max(96px, calc((100vw - 1608px) / 2));
  }
  .hero-image {
    height: 700px;
  }
}
@media (max-width: 1100px) {
  .header nav {
    gap: 17px;
  }
  .header-actions {
    gap: 16px;
  }
  .hero-image {
    height: 510px;
  }
  .header,
  .hero,
  .section,
  .footer,
  .service-strip {
    padding-inline: 36px;
  }
  .hero {
    gap: 5%;
    padding-top: 25px;
  }
  .features {
    gap: 28px;
  }
  .section {
    padding-block: 80px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero .intro {
    font-size: 16px;
  }
  .cta-row {
    gap: 16px;
  }
  .cta-row .button {
    padding-inline: 18px;
  }
  .template-section {
    gap: 6%;
    grid-template-columns: 1fr 1fr;
  }
  .quotas article {
    padding-inline: 24px;
  }
  .demo-section {
    gap: 6%;
  }
  .demo-section form {
    padding: 25px;
  }
}
@media (max-width: 800px) {
  .header {
    min-height: 98px;
  }
  .header nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-block: 40px 50px;
  }
  .hero-copy {
    max-width: 640px;
  }
  .hero h1 {
    font-size: 72px;
  }
  .intro {
    max-width: 580px;
  }
  .hero-image {
    height: 450px;
    border-radius: 180px 180px 6px 6px;
  }
  .hero-image img {
    object-position: center 45%;
  }
  .hero-image figcaption {
    font-size: 22px;
    max-width: 430px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
  .features article {
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 20px;
  }
  .features .number {
    grid-row: span 2;
  }
  .features p {
    grid-column: 2;
  }
  .template-section,
  .panel-section {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .preview-window {
    max-width: 700px;
    transform: rotate(-1deg);
  }
  .panel-visual {
    order: 2;
  }
  .demo-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .demo-section > div > p {
    max-width: 570px;
  }
  .demo-symbol {
    display: none;
  }
  .footer {
    flex-wrap: wrap;
  }
  .footer div {
    width: 100%;
  }
  .service-strip {
    justify-content: center;
    gap: 12px 28px;
    font-size: 13px;
  }
  .quotas article {
    padding-inline: 20px;
  }
  .quotas strong {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .header,
  .hero,
  .section,
  .footer,
  .service-strip {
    padding-inline: 22px;
  }
  .brand {
    font-size: 22px;
  }
  .brand-mark {
    font-size: 40px;
  }
  .header-actions {
    gap: 15px;
  }
  .header-actions .button {
    display: none;
  }
  .language {
    padding: 10px;
  }
  .hero {
    padding-top: 25px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.7px;
    margin-bottom: 22px;
  }
  .hero-image {
    height: 370px;
  }
  .hero-image figcaption {
    bottom: 24px;
    left: 25px;
    right: 25px;
    font-size: 22px;
  }
  .intro {
    font-size: 16px;
    margin-top: 26px;
  }
  .cta-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .fine {
    font-size: 12px;
  }
  .section {
    padding-block: 65px;
  }
  .section h2 {
    font-size: 40px;
  }
  .service-strip {
    gap: 10px 18px;
    font-size: 12px;
  }
  .service-strip span:before {
    margin-right: 7px;
  }
  .features article {
    grid-template-columns: 25px 1fr;
    column-gap: 14px;
  }
  .quotas {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
  .quotas article {
    padding: 26px 10px;
  }
  .quotas article + article {
    border-left: 0;
    border-top: 1px solid #c7cbbd;
  }
  .quotas strong {
    font-size: 44px;
  }
  .included {
    justify-content: flex-start;
    gap: 14px 22px;
  }
  .package-note {
    text-align: left;
  }
  .demo-section form {
    padding: 22px 18px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer {
    gap: 20px;
  }
  .footer div {
    gap: 20px;
  }
  .panel-section .window-bar span,
  .preview-window .window-bar span {
    font-size: 9px;
  }
  .prose h1 {
    font-size: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
    animation: none !important;
  }
}
