/*
Theme Name: Fattocasa Landing Elettricista
Theme URI: https://fattocasa.it/
Author: Fattocasa
Description: Tema WordPress one-page per landing elettricista con form Tally, thank-you page e privacy policy.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: fattocasa-landing
*/

:root {
  --ink: #000000;
  --black: #000000;
  --brand: #c98247;
  --brand-dark: #af6632;
  --brand-deep: #b76533;
  --green: #19a84f;
  --paper: #ffffff;
  --soft: #fff7f0;
  --line: #ead6c4;
  --max: 1360px;
  --shadow: 0 18px 44px rgba(183, 101, 51, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.35;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(201, 130, 71, 0.38);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  top: 42px;
  left: clamp(28px, 4vw, 56px);
  z-index: 10;
}

.brand {
  display: block;
  width: clamp(104px, 8vw, 132px);
}

.brand img {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 54.5%) minmax(440px, 45.5%);
  min-height: 900px;
  overflow: hidden;
  background: var(--brand-deep);
}

.hero-copy {
  position: relative;
  min-height: 900px;
  padding: 150px clamp(34px, 4.2vw, 68px) 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 41%, rgba(247, 247, 247, 0.74) 50%, rgba(247, 247, 247, 0.12) 63%, rgba(247, 247, 247, 0) 100%),
    url("assets/domotica.jpg") center bottom / 100% auto no-repeat,
    #f7f7f7;
  min-width: 0;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 26px;
  padding: 8px 13px;
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  color: #000;
  font-size: clamp(3.45rem, 5vw, 5.6rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-line {
  max-width: 780px;
  margin: 12px 0 0;
  color: #000;
  font-size: clamp(2.7rem, 4.15vw, 4.65rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-line strong {
  color: var(--brand-deep);
}

.hero-subtitle {
  max-width: 690px;
  margin: 22px 0 0;
  color: #000;
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  font-weight: 700;
  line-height: 1.45;
}

.hero-banner {
  display: block;
  width: min(710px, 100%);
  margin-top: 28px;
  padding: 18px 22px;
  color: #fff;
  background: var(--brand-deep);
  border-radius: 4px;
  box-shadow: 0 18px 38px rgba(183, 101, 51, 0.26);
  transition: background-color 180ms ease, transform 180ms ease;
}

.hero-banner:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
}

.hero-banner strong,
.hero-banner span {
  display: block;
}

.hero-banner strong {
  font-size: clamp(1.22rem, 1.58vw, 1.72rem);
  line-height: 1.12;
}

.hero-banner span {
  margin-top: 4px;
  font-size: clamp(0.96rem, 1vw, 1.05rem);
  font-weight: 700;
}

.hero-form {
  min-height: 900px;
  padding: 42px clamp(30px, 3.4vw, 56px);
  color: #fff;
  background: var(--brand-deep);
  min-width: 0;
  overflow: visible;
}

.form-frame {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.form-frame iframe,
.hero-form iframe {
  display: block;
  height: 1010px;
  min-height: 930px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

.guarantee {
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  padding: clamp(64px, 7vw, 104px) 0;
}

.guarantee-inner {
  width: min(calc(100% - 96px), 1180px);
  margin: 0 auto;
}

.google-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.google-logo {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.google-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.google-g {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  font-size: 1.6rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #000;
}

.google-pill b {
  display: block;
  color: #f4b400;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.google-pill strong {
  display: block;
  margin-top: 2px;
  color: #000;
  font-size: 1.1rem;
}

.google-pill small {
  display: block;
  margin-top: 2px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
}

.black-strip {
  display: inline-block;
  margin: 0 0 28px;
  padding: 14px 18px;
  color: var(--brand-deep);
  background: #fff;
  font-size: clamp(1.2rem, 1.75vw, 1.85rem);
  line-height: 1.1;
}

.guarantee h2 {
  max-width: 1120px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 4.75vw, 5.25rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.big-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
}

.big-stats div {
  max-width: none;
  padding: 26px 30px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
}

.big-stats strong {
  display: block;
  color: var(--brand-deep);
  font-size: clamp(2.8rem, 4.1vw, 4.6rem);
  font-weight: 900;
  line-height: 0.96;
}

.big-stats span {
  display: block;
  margin-top: 18px;
  color: #000;
  font-size: clamp(1.08rem, 1.55vw, 1.46rem);
  font-weight: 900;
  line-height: 1.08;
}

.green-cta,
.red-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 56px;
  margin: 64px auto 0;
  padding: 0 34px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 1.12rem;
  font-weight: 700;
  text-align: center;
}

.red-cta {
  margin: 30px 0 0;
  border-radius: 0;
  background: var(--brand-deep);
}

.need-section,
.testimonials {
  padding: clamp(70px, 8vw, 110px) clamp(22px, 4vw, 58px);
  background: #fff;
}

.need-section {
  background: linear-gradient(180deg, #fff, var(--soft));
}

.need-section h2,
.testimonials h2 {
  width: min(100%, var(--max));
  margin: 0 auto 18px;
  color: #000;
  font-size: clamp(2.45rem, 4vw, 4.25rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-lead {
  width: min(100%, 980px);
  margin: 0 auto 46px;
  color: #000;
  font-size: clamp(1.08rem, 1.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.48;
}

.need-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.need-card,
.testimonial {
  min-height: 330px;
  padding: 30px;
  color: #000;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.need-card {
  min-height: 420px;
  padding: 0;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.need-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.need-card:hover,
.need-card.is-selected {
  border-color: var(--brand-deep);
  box-shadow: 0 18px 42px rgba(183, 101, 51, 0.2);
  transform: translateY(-2px);
}

.card-kicker {
  display: block;
  margin: 24px 28px 18px;
  color: var(--brand-deep);
  font-size: 1.02rem;
  font-weight: 900;
}

.need-card strong {
  display: block;
  padding: 0 28px;
  color: #000;
  font-size: clamp(1.34rem, 1.55vw, 1.68rem);
  line-height: 1.12;
}

.need-card small {
  display: block;
  margin: 16px 0 0;
  padding: 0 28px;
  color: #000;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
}

.need-card em {
  display: block;
  margin: 22px 28px 28px;
  color: var(--brand-deep);
  font-size: 0.98rem;
  font-style: normal;
  font-weight: 900;
}

.carousel {
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto;
  overflow: hidden;
  padding: 0 72px 52px;
}

.testimonial-track {
  display: flex;
  gap: 26px;
  transition: transform 420ms ease;
  will-change: transform;
}

.testimonial {
  flex: 0 0 calc((100% - 52px) / 3);
  min-height: 260px;
  text-align: center;
  display: grid;
  align-content: center;
}

.testimonial h3 {
  margin: 0 0 18px;
  color: var(--brand-deep);
  font-size: 1.35rem;
  line-height: 1.15;
}

.stars {
  margin-bottom: 18px;
  color: #f2bb11;
  font-size: 1.25rem;
  letter-spacing: 0;
}

.testimonial p {
  max-width: 780px;
  margin: 0 auto;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.45;
}

.carousel-btn {
  position: absolute;
  top: calc(50% - 52px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brand-deep);
  background: #fff;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(183, 101, 51, 0.16);
}

.carousel-btn:hover {
  color: #fff;
  background: var(--brand-deep);
  border-color: var(--brand-deep);
}

.carousel-btn.prev {
  left: 0;
}

.carousel-btn.next {
  right: 0;
}

.carousel-btn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dots {
  position: absolute;
  left: 76px;
  right: 76px;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
}

.dot.active {
  background: var(--brand-deep);
}

.solutions {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 760px;
  overflow: hidden;
  background: var(--soft);
}

.solutions figure {
  margin: 0;
  min-height: 760px;
  overflow: hidden;
  min-width: 0;
}

.solutions figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-copy {
  padding: clamp(64px, 7vw, 96px) clamp(34px, 5vw, 82px);
  background: var(--soft);
  min-width: 0;
}

.solutions-copy h2 {
  margin: 0 0 26px;
  color: var(--brand-deep);
  font-size: clamp(2.55rem, 4.5vw, 4.85rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.solutions-copy > p {
  max-width: 800px;
  margin: 0 0 28px;
  color: #000;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.45;
}

.solution-list {
  display: grid;
  gap: 28px;
  margin-top: 54px;
}

.solution-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
}

.solution-list article > span {
  color: var(--brand-deep);
  font-size: 2.25rem;
  line-height: 1;
}

.solution-list h3 {
  margin: 0 0 4px;
  color: #000;
  font-size: clamp(1.32rem, 1.7vw, 1.58rem);
  line-height: 1.18;
}

.solution-list p {
  margin: 0;
  color: #000;
  font-size: 1.04rem;
  line-height: 1.42;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 46px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.privacy-policy {
  padding: 64px clamp(22px, 4vw, 58px) 76px;
  background: #000;
  color: #fff;
}

.privacy-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.privacy-kicker {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.privacy-policy h2 {
  max-width: 860px;
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 900;
  line-height: 1.08;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.privacy-grid article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
}

.privacy-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.05rem;
}

.privacy-grid p,
.privacy-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.48;
}

.privacy-note {
  max-width: 980px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.footer img {
  width: 122px;
}

.footer p {
  margin: 0;
  color: #000;
  text-align: right;
}

.footer a {
  color: var(--brand-deep);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-page {
  background: #fff;
}

.privacy-header {
  position: static;
  padding: 26px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.privacy-main {
  width: min(calc(100% - 44px), 1040px);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 88px) 0;
}

.privacy-main h1 {
  max-width: 880px;
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(2.4rem, 4.6vw, 4.9rem);
  font-weight: 900;
  line-height: 1.03;
}

.privacy-main .privacy-intro {
  max-width: 820px;
  margin: 0 0 46px;
  color: #000;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  font-weight: 600;
  line-height: 1.55;
}

.privacy-content {
  display: grid;
  gap: 18px;
}

.privacy-content article {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}

.privacy-content h2 {
  margin: 0 0 10px;
  color: var(--brand-deep);
  font-size: clamp(1.28rem, 2vw, 1.75rem);
  line-height: 1.15;
}

.privacy-content p,
.privacy-content li {
  color: #000;
  font-size: 1rem;
  line-height: 1.58;
}

.privacy-content p,
.privacy-content ul {
  margin: 0;
}

.privacy-content ul {
  padding-left: 20px;
}

.privacy-disclaimer {
  margin-top: 28px;
  padding: 18px 20px;
  color: #000;
  border-left: 5px solid var(--brand-deep);
  background: #fff;
  box-shadow: var(--shadow);
  font-size: 0.98rem;
  line-height: 1.5;
}

.thank-you-page {
  background: #fff;
}

.ty-header {
  position: absolute;
  top: 38px;
  left: clamp(24px, 4vw, 56px);
  z-index: 5;
}

.ty-hero {
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(420px, 46%);
  min-height: 760px;
  background: var(--brand-deep);
  overflow: hidden;
}

.ty-copy {
  padding: 150px clamp(28px, 5vw, 82px) 84px;
  background: #f7f7f7;
}

.ty-copy h1 {
  max-width: 840px;
  margin: 0;
  color: #000;
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.ty-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: #000;
  font-size: clamp(1.12rem, 1.55vw, 1.42rem);
  font-weight: 700;
  line-height: 1.45;
}

.ty-actions .hero-banner {
  margin-top: 38px;
}

.ty-image {
  margin: 0;
  min-height: 760px;
  overflow: hidden;
}

.ty-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ty-proof,
.ty-reviews {
  padding: clamp(64px, 7vw, 104px) clamp(22px, 4vw, 58px);
}

.ty-proof {
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  color: #fff;
}

.ty-proof > .google-pill,
.ty-proof h2,
.ty-steps,
.ty-reviews h2,
.ty-review-grid {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

.ty-proof h2,
.ty-reviews h2 {
  margin-top: 28px;
  margin-bottom: 42px;
  color: inherit;
  font-size: clamp(2.35rem, 4.1vw, 4.4rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

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

.ty-steps article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  background: #fff;
  color: #000;
}

.ty-steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--brand-deep);
  color: #fff;
  font-weight: 900;
}

.ty-steps h3 {
  margin: 0 0 10px;
  color: #000;
  font-size: clamp(1.28rem, 1.7vw, 1.62rem);
  line-height: 1.12;
}

.ty-steps p {
  margin: 0;
  color: #000;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
}

.ty-reviews {
  background: #fff;
}

.ty-reviews h2 {
  color: #000;
}

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

@media (max-width: 1100px) {
  .hero,
  .solutions,
  .ty-hero {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-form,
  .solutions figure,
  .ty-image {
    min-height: auto;
  }

  .hero-copy {
    padding-top: 132px;
    padding-bottom: 360px;
    background:
      linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 52%, rgba(247, 247, 247, 0.56) 62%, rgba(247, 247, 247, 0) 100%),
      url("assets/domotica.jpg") center bottom / cover no-repeat,
      #f7f7f7;
  }

  .hero-form {
    padding: 44px 32px;
  }

  .form-frame {
    max-width: 760px;
  }

  .solutions figure {
    height: 480px;
  }

  .solutions-copy {
    padding: 58px 32px;
  }

  .ty-copy {
    padding: 132px 32px 58px;
  }

  .ty-image {
    height: 440px;
  }

  .ty-steps,
  .ty-review-grid {
    grid-template-columns: 1fr;
  }

  .need-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .need-card {
    min-height: auto;
  }

  .testimonial-track {
    gap: 22px;
  }

  .testimonial {
    flex-basis: calc((100% - 22px) / 2);
  }

  .privacy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 24px;
    left: 24px;
  }

  .brand {
    width: 92px;
  }

  .hero-copy {
    padding: 122px 18px 240px;
    background:
      linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 66%, rgba(247, 247, 247, 0.72) 78%, rgba(247, 247, 247, 0) 100%),
      url("assets/domotica.jpg") center bottom / cover no-repeat,
      #f7f7f7;
  }

  .eyebrow {
    width: 100%;
    margin-bottom: 22px;
    padding: 8px 12px;
    font-size: 0.82rem;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(2.08rem, 10.4vw, 3rem);
    line-height: 0.98;
  }

  .hero-line {
    margin-top: 10px;
    font-size: clamp(1.68rem, 8.8vw, 2.48rem);
    line-height: 1;
  }

  .hero-subtitle {
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.36;
  }

  .hero-banner {
    width: 100%;
    margin-top: 20px;
    padding: 14px 16px;
  }

  .hero-banner strong {
    font-size: 1.06rem;
  }

  .hero-banner span {
    font-size: 0.9rem;
  }

  .hero-form {
    padding: 38px 18px;
  }

  .form-frame iframe,
  .hero-form iframe {
    height: 1160px;
    min-height: 1160px;
  }

  .carousel {
    padding: 0 0 48px;
  }

  .testimonial-track {
    gap: 0;
  }

  .testimonial {
    flex-basis: 100%;
  }

  .carousel-btn {
    top: auto;
    bottom: 0;
  }

  .carousel-btn.prev {
    left: 0;
  }

  .carousel-btn.next {
    right: 0;
  }

  .dots {
    left: 62px;
    right: 62px;
    bottom: 20px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    width: fit-content;
    margin: 0 auto;
  }

  .guarantee {
    padding: 52px 0;
  }

  .guarantee-inner {
    width: calc(100% - 36px);
  }

  .guarantee h2,
  .need-section h2,
  .testimonials h2,
  .solutions-copy h2 {
    font-size: clamp(2.15rem, 10.5vw, 3.35rem);
  }

  .big-stats {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 56px;
  }

  .need-section,
  .testimonials {
    padding: 58px 18px;
  }

  .need-section h2,
  .testimonials h2 {
    margin-bottom: 34px;
  }

  .section-lead {
    margin-top: -18px;
    margin-bottom: 30px;
    font-size: 1rem;
  }

  .solutions figure {
    height: 360px;
  }

  .solutions-copy {
    padding: 48px 18px;
  }

  .ty-header {
    top: 24px;
    left: 24px;
  }

  .ty-copy {
    padding: 118px 18px 48px;
  }

  .ty-copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.35rem);
  }

  .ty-lead {
    font-size: 1rem;
    line-height: 1.42;
  }

  .ty-image {
    height: 320px;
  }

  .ty-proof,
  .ty-reviews {
    padding: 54px 18px;
  }

  .ty-proof h2,
  .ty-reviews h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .ty-steps article {
    padding: 24px;
  }

  .solution-list {
    gap: 26px;
    margin-top: 46px;
  }

  .solution-list article {
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

  .solution-list h3 {
    font-size: 1.42rem;
  }

  .footer {
    display: grid;
    padding: 24px 18px;
  }

  .footer p {
    text-align: left;
  }

  .privacy-policy {
    padding: 50px 18px 62px;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
