@font-face {
  font-family: "Amatic SC";
  src: url("../fonts/AmaticSC-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

.version-3 {
  --bg: #f3f4ec;
  --card: #fffdf5;
  --text: #29382f;
  --muted: #4f6055;
  --accent: #c97f62;
  --accent-dark: #795545;
  --soft: #f3ded3;
  --soft2: #dce8d8;
  --green: #6f8b72;
  --border: rgba(67, 88, 70, .18);
  --font-main: "Rubik", Arial, sans-serif;
  --font-heading: "Amatic SC", "Rubik", sans-serif;
  --section-space: 64px;
  --surface-padding: 40px;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: .002em;
  background:
    radial-gradient(circle at 8% 10%, rgba(201,127,98,.13), transparent 24rem),
    radial-gradient(circle at 92% 42%, rgba(111,139,114,.16), transparent 28rem),
    var(--bg);
}

.version-3 h1,
.version-3 h2,
.version-3 h3,
.version-3 .logo { font-family: var(--font-heading); font-weight: 700; }
.version-3 .logo {
  width: auto;
  height: 54px;
  gap: 9px;
  font-size: 30px;
}
.version-3 .logo img {
  display: block;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  object-fit: contain;
  border-radius: 14px;
  mix-blend-mode: multiply;
}
.version-3 .wrap { width: min(870px, 100% - 36px); }
.version-3 header {
  background: rgba(243,244,236,.92);
  border-bottom: 1px solid rgba(67,88,70,.18);
}
.version-3 .nav-links a {
  margin: -6px -9px;
  padding: 6px 7px;
  border-radius: 12px;
  font-weight: 500;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.version-3 .nav-links a.is-active {
  color: var(--text);
  background: rgba(220,232,216,.92);
  box-shadow: inset 0 0 0 1px rgba(67,88,70,.16);
  font-weight: 600;
}
.version-3 .nav-links a.nav-contact {
  margin: -6px 0;
  padding: 6px 10px;
  color: #465c4a;
  background: rgba(255,253,250,.7);
  border: 1px solid rgba(111,139,114,.42);
  box-shadow: 0 4px 14px rgba(51,66,57,.07);
  font-weight: 600;
}
.version-3 .nav-links a.nav-contact:hover {
  color: var(--text);
  background: rgba(228,237,223,.9);
  border-color: rgba(111,139,114,.58);
}
.version-3 .nav-links a.nav-contact.is-active {
  background: rgba(220,232,216,.96);
  border-color: rgba(111,139,114,.5);
  box-shadow: inset 0 0 0 1px rgba(67,88,70,.08), 0 5px 16px rgba(51,66,57,.09);
}
.version-3 .mobile-menu-list a.is-active:not(.btn) {
  color: var(--text);
  background: rgba(220,232,216,.92);
  border-radius: 12px;
  font-weight: 600;
}
.version-3 .mobile-menu-list .btn.is-active {
  box-shadow: 0 0 0 3px var(--soft2), 0 9px 22px rgba(111,139,114,.2);
}
.version-3 .hero { padding: 80px 0 24px; position: relative; }
.version-3 h1 { font-size: clamp(62px, 9vw, 106px); line-height: .9; color: var(--text);text-align: center; }
.version-3 h1 em { color: var(--accent); }

.version-3 .hero-sub {
  max-width: 680px;
  margin: 40px 0;
  padding: 24px 36px;
  background: rgba(255,253,245,.72);
  border: 1px solid rgba(111,139,114,.28);
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(51,66,57,.075);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.5;
}

.version-3 .hero-sub::after { color: var(--green); }

.version-3 .hero ul {
  width: 100%;
  gap: 16px;
}

.version-3 .hero ul li {
  min-height: 112px;
  padding: 28px 22px;
  border: 1px solid rgba(67,88,70,.16);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(51,66,57,.07);
  font-size: clamp(19px, 1.6vw, 22px);
  line-height: 1.55;
}

.version-3 .hero ul li:nth-child(1) { background: #e4eddf; }
.version-3 .hero ul li:nth-child(2) { background: #f7e5da; }
.version-3 .hero ul li:nth-child(3) { background: #eee8d8; }
.version-3 .hero ul li::before { background: var(--green);}

.version-3 .split,
.version-3 .panel,
.version-3 .contact-wrap {
  padding: var(--surface-padding);
  border: 1px solid rgba(67,88,70,.18);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(51,66,57,.075);
}

.version-3 .feature-card {
  padding: var(--surface-padding);
  background: var(--card);
  border: 1px solid rgba(67,88,70,.18);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(51,66,57,.075);
}
.version-3 .feature-card .section-head { margin-bottom: 28px; }
.version-3 .feature-card .panel {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.version-3 .feature-subsection {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(67,88,70,.18);
  scroll-margin-top: 110px;
}

.version-3 .split {
  display: flow-root;
}
.version-3 .about-photo {
  float: left;
  width: 46%;
  max-width: 420px;
  margin: 0 32px 32px 0;
  background: var(--soft2);
  border: 1px solid rgba(67,88,70,.14);
}
.version-3 .about-photo img { border-radius: inherit; }
.version-3 .tag { background:rgba(220,232,216,.92); border: 1px solid rgba(67,88,70,.15); }
.version-3 .btn {
  background: var(--green);
  border: 1px solid rgba(67,88,70,.22);
  box-shadow: 0 9px 22px rgba(111,139,114,.2);
}
.version-3 .section-head { margin-bottom: 28px; }
p, .version-3 .about-text p { margin-bottom: 18px; line-height: 1.5; }
.version-3 .panel-lead { margin-bottom: 20px; line-height: 1.5; }
.version-3 .contact-wrap { gap: 40px; }
.version-3 form { gap: 16px; }
.version-3 input,
.version-3 textarea,
.version-3 select {
  padding: 14px 16px;
  border-color: rgba(67,88,70,.2);
  line-height: 1.6;
}
.version-3 strong { color: var(--text); font-weight: 600; }
.version-3 input::placeholder,
.version-3 textarea::placeholder { color: #627067; opacity: 1; }

@media (max-width: 860px) {
  .version-3 .about,
  .version-3 .detail-section,
  .version-3 .contact-section,
  .version-3 .feature-subsection {
    scroll-margin-top: 76px;
  }
  .version-3 .hero { padding: 36px 0 16px; }
  .version-3 h1 { font-size: clamp(58px, 19vw, 82px); text-align: center;}
  .version-3 .hero ul { gap: 12px; }
  .version-3 .hero ul li {
    min-height: 82px;
    border-radius: 20px;
  }
  .version-3 .split {
    display: flex;
    flex-direction: column;
  }
  .version-3 .about-text { order: 1; }
  .version-3 .about-photo {
    order: 2;
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .version-3 .split,
  .version-3 .panel,
  .version-3 .feature-card,
  .version-3 .contact-wrap {
    padding: 24px;
    border-radius: 22px;
  }
  .version-3 .feature-card .panel {
    padding: 0;
    border-radius: 0;
  }
}
