*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --primary: #496e73;
  --secondary: #c8dee1;
  --text: #758d90;
  --accent: #2c484b;
  --surface: #f9fcfc;
  --base: #e8f2f3;
  --line: #c1d1d2;
  --gold: #ffbb54;
  --shadow-soft: 0 0 100px rgba(200, 222, 225, 0.8);
  --main-top-bg-height: 2800px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  background: var(--base);
  color: var(--text);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 240px,
      rgba(73, 110, 115, 0.035) 240px,
      rgba(73, 110, 115, 0.035) 241px
    );
  opacity: 0.22;
}

body > * {
  position: relative;
  z-index: 1;
}

main {
  background-image: url("https://elementor.altdesain.com/legalize/wp-content/uploads/2024/11/BG1.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% var(--main-top-bg-height);
}

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

button {
  font: inherit;
}

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

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

.site-header {
  position: relative;
  z-index: 40;
  margin-bottom: -95px;
  padding: 20px 0;
}

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

.brand {
  flex: 0 0 auto;
}

.brand-logo {
  width: 156px;
  height: auto;
}

.site-nav {
  flex: 1 1 auto;
  max-width: 640px;
  height: 55px;
  border-radius: 11px;
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

.site-nav a {
  color: var(--accent);
  font-size: 16px;
  transition: color 0.25s ease;
}

.site-nav a:hover {
  color: var(--text);
}

.btn {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 28px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btn-dark {
  color: var(--accent);
}

.btn-dark:hover {
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 8px;
  background: var(--primary);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--surface);
}

.hero-section,
.services-section,
.profile-section,
.why-section,
.proof-section,
.story-section,
.awards-section,
.site-footer {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section {
  padding: 187px 0 54px;
  background: transparent;
}

.hero-grid,
.split-grid,
.proof-grid,
.footer-grid {
  display: grid;
  gap: 34px;
}

.hero-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-copy h1,
.section-heading h2,
.section-divider h2,
.profile-copy h3,
.proof-heading h3,
.story-copy h3,
.section-heading h3 {
  margin: 0;
  font-family: "Gloock", serif;
  font-weight: 400;
  color: var(--accent);
}

.hero-copy h1 {
  max-width: 8.5ch;
  font-size: clamp(2.7rem, 5.2vw, 64px);
  line-height: clamp(3rem, 5.3vw, 68px);
  letter-spacing: 0.05em;
}

.hero-main-image {
  width: min(100%, 518px);
  margin: 18px 0 0;
}

.hero-copy p {
  width: min(100%, 470px);
  margin: 18px 0 0;
}

.hero-side {
  position: relative;
  min-height: 760px;
}

.hero-shape {
  position: absolute;
  top: 40px;
  left: 0;
  width: 231px;
}

.rating-card {
  position: absolute;
  top: 130px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 300px);
  padding: 16px;
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.rating-card > img {
  width: 102px;
}

.stars,
.story-stars {
  color: var(--gold);
  letter-spacing: 3px;
}

.rating-card p {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 22px;
}

.hero-secondary-image {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: min(100%, 462px);
}

.services-section {
  min-height: auto;
  padding: 28px 0 82px;
  background: transparent;
}

.services-section .container {
  display: grid;
  align-content: center;
  gap: 28px;
}

.section-heading {
  margin-bottom: 62px;
}

.services-section .section-heading {
  margin-bottom: 20px;
}

.section-heading.center {
  text-align: center;
}

.section-heading h2,
.section-divider h2 {
  font-size: clamp(2rem, 4vw, 44px);
  line-height: clamp(2.2rem, 4.2vw, 48px);
  letter-spacing: 0.06em;
}

.services-grid {
  display: grid;
  gap: 24px;
}

.services-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  padding: 0 12px;
  text-align: center;
}

.service-card img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  padding: 18px;
  box-sizing: content-box;
  border-radius: 20px;
  background: var(--primary);
}

.service-card h3,
.advantage-item h3,
.testimonial-head strong,
.footer-links h4,
.mini-feature strong {
  margin: 35px 0 8px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: var(--accent);
}

.service-card p,
.profile-copy p,
.advantage-item p,
.proof-heading p,
.testimonial-item p,
.story-copy p,
.footer-brand p {
  margin: 0;
}

.section-divider {
  margin-top: 150px;
  text-align: center;
}

.profile-section {
  min-height: auto;
  padding: 88px 0 96px;
  background: transparent;
}

.split-grid {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
}

.split-grid.reverse {
  grid-template-columns: 1.08fr 0.92fr;
}

.mini-feature {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 335px;
  padding: 25px;
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.mini-feature img {
  width: 64px;
}

.profile-copy h3,
.story-copy h3,
.proof-heading h3 {
  margin-top: 26px;
  font-size: clamp(2rem, 3vw, 36px);
  line-height: clamp(2.2rem, 3.2vw, 38px);
  letter-spacing: 0.05em;
}

.profile-copy p {
  max-width: 580px;
  margin-top: 16px;
}

.profile-copy,
.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 24px 0;
}

.profile-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-copy .btn {
  margin-top: 26px;
}

.profile-visual,
.story-visual {
  position: relative;
}

.profile-visual img,
.story-visual > img:last-child {
  width: min(100%, 484px);
  margin-left: auto;
  border-radius: 200px 200px 20px 20px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  width: 135px;
  height: 135px;
  border: 5px solid var(--base);
  border-radius: 50%;
  background: var(--primary);
  color: var(--surface);
  font-size: 66px;
  line-height: 1;
}

.why-section {
  min-height: auto;
  padding: 88px 0 96px;
  background: transparent;
}

.why-section .section-heading {
  margin-bottom: 44px;
}

.why-section .section-heading h2 {
  width: min(100%, 60%);
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}

.advantage-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 0 44px;
}

.advantage-item img {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}

.advantage-item h3 {
  margin: 0 0 8px;
}

.proof-section {
  padding: 92px 0 96px;
  background-image: url("https://elementor.altdesain.com/legalize/wp-content/uploads/2024/11/BG4.png");
  background-position: bottom center;
}

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

.proof-heading {
  width: min(100%, 75%);
  margin: 0 auto;
  text-align: center;
}

.proof-heading p {
  margin-top: 20px;
}

.testimonial-slider {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.testimonial-item {
  display: block;
  padding: 33px 23px 26px;
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.testimonial-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.testimonial-head img {
  width: 82px;
  height: 82px;
  border: 7px solid var(--surface);
  border-radius: 50%;
}

.testimonial-head strong {
  margin: 0;
}

.testimonial-head span {
  display: block;
}

.testimonial-item p {
  margin-top: 22px;
  color: var(--accent);
  font-size: 22px;
  line-height: 28px;
}

.slider-dots {
  display: none;
}

.stats-column {
  width: min(100%, 841px);
  margin: 75px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.stat-box {
  text-align: center;
}

.stat-box strong {
  font-family: "Gloock", serif;
  font-size: clamp(2.8rem, 5vw, 64px);
  line-height: clamp(3rem, 5.2vw, 68px);
  letter-spacing: 0.05em;
  color: var(--accent);
}

.stat-box span {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 28px;
}

.story-section {
  padding: 127px 0;
  background-image: url("https://elementor.altdesain.com/legalize/wp-content/uploads/2024/11/BG5.png");
  background-position: center right;
}

.story-shape {
  position: absolute;
  top: -31px;
  right: 0;
  width: 230px;
}

.story-copy p {
  max-width: 520px;
  margin-top: 16px;
}

.story-stars {
  margin-top: 24px;
  font-size: 18px;
}

.awards-section {
  padding: 0 0 125px;
  background-image: url("https://elementor.altdesain.com/legalize/wp-content/uploads/2024/11/BG6.png");
  background-position: center left;
}

.awards-section .section-heading {
  margin-bottom: 0;
}

.section-heading.light h2 {
  color: var(--accent);
}

.section-heading.light h3 {
  margin-top: 40px;
  font-size: clamp(2rem, 3vw, 36px);
  line-height: clamp(2.2rem, 3.2vw, 38px);
  letter-spacing: 0.05em;
  color: var(--text);
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 60px;
}

.logo-card {
  min-height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(249, 252, 252, 0.6);
  color: var(--accent);
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.site-footer {
  padding: 0 0 55px;
  background-image: url("https://elementor.altdesain.com/legalize/wp-content/uploads/2024/11/BG7.png");
  background-position: bottom center;
}

.footer-grid {
  grid-template-columns: 38% 40% 22%;
  padding-top: 100px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  border-right: 1px solid var(--line);
  padding-right: 55px;
}

.footer-brand p {
  margin-top: 10px;
  margin-bottom: 25px;
  max-width: 320px;
}

.footer-links {
  padding-left: 55px;
}

.footer-links h4 {
  margin: 0 0 22px;
}

.footer-links a {
  display: block;
  margin-top: 10px;
  color: var(--text);
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
}

.footer-bottom a {
  color: var(--accent);
}

.footer-bottom a:hover {
  color: var(--primary);
}

@media (max-width: 1024px) {
  .container {
    width: min(1140px, calc(100% - 40px));
  }

  .site-header {
    margin-bottom: -70px;
    padding: 20px;
  }

  .site-nav {
    display: none;
  }

  .desktop-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav.open {
    position: absolute;
    top: calc(100% + 8px);
    left: 20px;
    right: 20px;
    height: auto;
    border-radius: 0;
    background: var(--base);
    display: grid;
    gap: 0;
    padding: 10px 0;
    max-width: none;
    box-shadow: var(--shadow-soft);
  }

  .site-nav.open a {
    padding: 10px 20px;
  }

  .hero-section {
    padding-top: 150px;
  }

  .hero-grid,
  .split-grid,
  .split-grid.reverse,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .services-grid.four,
  .advantages-grid,
  .testimonial-slider,
  .logos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-section,
  .why-section,
  .proof-section,
  .story-section {
    padding-bottom: 75px;
  }

  .hero-side {
    min-height: 560px;
  }

  .hero-secondary-image {
    bottom: 0;
  }

  .why-section .section-heading h2 {
    width: 100%;
    text-align: center;
  }

  .proof-heading {
    width: 100%;
  }

  .stats-column {
    width: 100%;
    margin-top: 50px;
    flex-direction: column;
    gap: 24px;
  }

  .story-visual,
  .profile-visual {
    text-align: center;
  }

  .play-button {
    left: 50%;
  }

  .footer-brand {
    border-right: 0;
    padding-right: 0;
  }

  .footer-links {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(1140px, calc(100% - 24px));
  }

  .hero-copy h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .hero-side {
    min-height: auto;
  }

  .hero-shape,
  .rating-card,
  .hero-secondary-image {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 18px auto 0;
  }

  .section-heading,
  .section-divider {
    margin-top: 0;
  }

  .services-grid.four,
  .advantages-grid,
  .testimonial-slider,
  .logos-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .advantage-item {
    text-align: center;
    justify-content: center;
  }

  .advantage-item {
    flex-direction: column;
    align-items: center;
  }

  .profile-visual img,
  .story-visual > img:last-child {
    border-radius: 120px 120px 20px 20px;
  }

  .play-button {
    width: 92px;
    height: 92px;
    font-size: 38px;
  }

  .section-heading.light h3 {
    margin-top: 20px;
  }
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  font-family: "Gloock", serif;
  color: var(--accent);
}

.brand-word {
  font-size: 34px;
  line-height: 0.95;
  letter-spacing: 0.12em;
}

.brand-note {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(73, 110, 115, 0.12);
  color: var(--accent);
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy-left {
  align-items: flex-start;
  text-align: left;
}

.hero-copy-left h1,
.hero-copy-left p {
  width: 100%;
  max-width: 620px;
}

.hero-copy-left h1 {
  max-width: 14ch;
  font-size: clamp(2.7rem, 4.7vw, 60px);
  line-height: 0.98;
}

.hero-grid {
  gap: 72px;
}

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

.hero-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 470px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  background: rgba(249, 252, 252, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-tags span {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(249, 252, 252, 0.22);
  color: var(--accent);
  font-size: 14px;
  line-height: 18px;
}

.hero-actions .btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.btn-solid {
  background: var(--accent);
  color: var(--surface);
}

.btn-solid:hover {
  background: var(--primary);
  color: var(--surface);
}

.btn-outline {
  border: 1px solid rgba(44, 72, 75, 0.3);
  color: var(--accent);
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.hero-shape {
  z-index: 0;
  height: 231px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.7), transparent 45%),
    linear-gradient(135deg, rgba(200, 222, 225, 0.95), rgba(73, 110, 115, 0.3));
}

.hero-panel,
.visual-card,
.contact-shell {
  border: 1px solid rgba(73, 110, 115, 0.14);
  background: linear-gradient(180deg, rgba(249, 252, 252, 0.96), rgba(232, 242, 243, 0.92));
  box-shadow: var(--shadow-soft);
}

.hero-panel,
.service-card {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(249, 252, 252, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(73, 110, 115, 0.08);
}

.hero-side {
  min-height: auto;
  display: grid;
  gap: 0;
  align-content: start;
  padding-top: 18px;
  padding-left: 18px;
}

.hero-secondary-image {
  position: relative;
  inset: auto;
  width: 100%;
}

.hero-secondary-image {
  bottom: auto;
}

.hero-panel {
  padding: 28px;
  border-radius: 34px;
  position: relative;
  z-index: 1;
}

.panel-label {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(73, 110, 115, 0.1);
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel h2 {
  margin: 18px 0 0;
  font-family: "Gloock", serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: var(--accent);
}

.hero-panel-grid,
.visual-stat-row,
.story-steps {
  display: grid;
  gap: 14px;
}

.hero-panel-grid {
  margin-top: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-panel-grid span,
.visual-stat-row div,
.story-steps span,
.compliance-item,
.form-field input,
.form-field select {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.hero-panel-grid span,
.story-steps span {
  padding: 16px;
  color: var(--accent);
  text-align: center;
}

.hero-panel-grid span {
  background: rgba(249, 252, 252, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.services-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  min-height: 100%;
  padding: 8px 12px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.service-badge {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 20px;
  background: var(--primary);
  color: var(--surface);
  position: relative;
  box-shadow: 0 16px 32px rgba(73, 110, 115, 0.16);
}

.service-badge::before,
.service-badge::after {
  content: "";
  position: absolute;
}

.service-badge-docs::before {
  inset: 17px 18px 17px 20px;
  border: 2px solid var(--surface);
  border-radius: 8px;
}

.service-badge-docs::after {
  left: 26px;
  top: 24px;
  width: 16px;
  height: 2px;
  background: var(--surface);
  box-shadow: 0 8px 0 var(--surface), 0 16px 0 var(--surface);
}

.service-badge-flow::before {
  left: 18px;
  top: 30px;
  width: 28px;
  height: 2px;
  background: var(--surface);
}

.service-badge-flow::after {
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  background:
    radial-gradient(circle, var(--surface) 0 4px, transparent 5px) 0 50% / 14px 14px no-repeat,
    radial-gradient(circle, var(--surface) 0 4px, transparent 5px) 50% 0 / 14px 14px no-repeat,
    radial-gradient(circle, var(--surface) 0 4px, transparent 5px) 100% 50% / 14px 14px no-repeat;
}

.service-badge-report::before {
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 2px;
  background: var(--surface);
}

.service-badge-report::after {
  left: 22px;
  bottom: 20px;
  width: 22px;
  height: 20px;
  background:
    linear-gradient(to top, var(--surface) 0 100%) 0 100% / 4px 10px no-repeat,
    linear-gradient(to top, var(--surface) 0 100%) 9px 100% / 4px 16px no-repeat,
    linear-gradient(to top, var(--surface) 0 100%) 18px 100% / 4px 6px no-repeat;
}

.compliance-list,
.benefit-rows {
  margin-top: 28px;
  display: grid;
  gap: 16px;
}

.compliance-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
}

.compliance-item p {
  margin: 0;
}

.check-chip {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--primary);
  color: var(--surface);
  font-size: 13px;
  font-weight: 700;
}

.visual-card {
  width: min(100%, 484px);
  margin-left: auto;
  padding: 34px 28px;
  border-radius: 200px 200px 20px 20px;
}

.compliance-card {
  max-width: 460px;
}

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

.visual-status {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(44, 72, 75, 0.08);
  color: var(--accent);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.visual-stat-row {
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-stat-row div {
  padding: 18px 16px;
  color: var(--accent);
}

.visual-stat-row strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Gloock", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
}

.compliance-card .visual-stat-row strong {
  font-size: 28px;
}

.story-visual-card {
  padding-top: 46px;
}

.story-steps {
  margin-top: 24px;
}

.benefit-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 18px;
  border: 1px solid rgba(73, 110, 115, 0.14);
  background: linear-gradient(180deg, rgba(249, 252, 252, 0.88), rgba(200, 222, 225, 0.9));
  position: relative;
}

.benefit-icon::before,
.benefit-icon::after {
  content: "";
  position: absolute;
  background: rgba(73, 110, 115, 0.2);
}

.benefit-icon::before {
  top: 14px;
  left: 16px;
  width: 18px;
  height: 8px;
  border-radius: 6px 6px 0 0;
}

.benefit-icon::after {
  top: 20px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-radius: 10px;
  border: 1px solid rgba(73, 110, 115, 0.12);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.7) 0 28%,
      rgba(73, 110, 115, 0.14) 28% 32%,
      rgba(255, 255, 255, 0.7) 32% 54%,
      rgba(73, 110, 115, 0.14) 54% 58%,
      rgba(255, 255, 255, 0.7) 58% 80%,
      rgba(73, 110, 115, 0.14) 80% 84%,
      rgba(255, 255, 255, 0.7) 84% 100%
    );
}

.contact-shell {
  width: min(100%, 880px);
  margin: 42px auto 0;
  padding: 34px;
  border-radius: 30px;
}

.footer-brand-text {
  margin-bottom: 10px;
}

.contact-form {
  display: grid;
  gap: 22px;
}

.contact-form.is-submitted {
  opacity: 0.55;
  pointer-events: none;
}

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

.form-field {
  display: grid;
  gap: 10px;
  color: var(--accent);
  font-weight: 500;
}

.form-field span {
  font-size: 15px;
  line-height: 19px;
}

.form-field input,
.form-field select {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(73, 110, 115, 0.18);
  padding: 0 18px;
  color: var(--accent);
  font: inherit;
  outline: none;
}

.form-field input:focus,
.form-field select:focus {
  border-color: var(--primary);
}

.form-submit {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--surface);
  font: inherit;
  font-size: 16px;
  font-weight: 600;
}

.form-submit:hover {
  background: var(--primary);
}

.success-message {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(249, 252, 252, 0.86);
  color: var(--accent);
  text-align: center;
}

@media (max-width: 1024px) {
  :root {
    --main-top-bg-height: 3200px;
  }

  .services-grid.three,
  .contact-grid,
  .visual-stat-row {
    grid-template-columns: 1fr;
  }

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

  .hero-side {
    padding-top: 0;
    padding-left: 0;
  }

  .services-section,
  .profile-section {
    min-height: auto;
  }

  .why-section {
    min-height: auto;
  }

  .hero-grid {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  :root {
    --main-top-bg-height: 2500px;
  }

  .container {
    width: calc(100% - 20px);
  }

  .brand-word {
    font-size: 26px;
  }

  .site-header {
    padding: 16px 0;
  }

  .header-inner {
    gap: 16px;
  }

  .site-nav.open {
    left: 10px;
    right: 10px;
  }

  .hero-copy h1 {
    font-size: 42px;
    line-height: 44px;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-tags {
    width: 100%;
    max-width: none;
  }

  .hero-shape {
    display: none;
  }

  .profile-visual {
    display: none;
  }

  .hero-side,
  .hero-secondary-image,
  .hero-panel,
  .visual-card,
  .contact-shell {
    width: 100%;
    max-width: 100%;
  }

  .hero-side {
    margin: 0;
    padding-left: 0;
  }

  .hero-panel-grid {
    grid-template-columns: 1fr;
  }

  .visual-card {
    border-radius: 120px 120px 20px 20px;
  }

  .brand-note {
    letter-spacing: 0.08em;
  }

  .contact-shell {
    padding: 24px 18px;
  }

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

@media (max-width: 380px) {
  .container {
    width: calc(100% - 16px);
  }

  .brand-word {
    font-size: 22px;
    letter-spacing: 0.08em;
  }

  .brand-note {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .hero-copy h1 {
    font-size: 36px;
    line-height: 38px;
  }

  .hero-panel,
  .contact-shell {
    padding: 18px 14px;
  }

  .hero-tags {
    padding: 12px;
  }

  .hero-tags span,
  .hero-panel-grid span,
  .story-steps span,
  .compliance-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-field input,
  .form-field select {
    min-height: 52px;
    padding: 0 14px;
  }
}
