@font-face {
  font-family: "Bricolage Grotesque";
  src: url("assets/fonts/BricolageGrotesque-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("assets/fonts/BricolageGrotesque-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("assets/fonts/BricolageGrotesque-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --bg: #fafafa;
  --panel: #f3f3f3;
  --footer-line: #e0e0e0;
  --green: #029a42;
  --light-green: #d3ecd4;
  --text: #000000;
  --muted: #585858;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

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

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

.section-wrap,
.site-header,
.site-footer {
  width: min(100% - 56px, 1040px);
  margin: 0 auto;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 32px 0 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.brand > img:first-child {
  flex: 0 0 auto;
}

.brand-text {
  width: 170px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  font-size: 13px;
  font-weight: 700;
}

.site-nav a,
.footer-links a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--green);
}

.signin-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: 104px;
  padding: 0 22px;
  border: 2px solid var(--green);
  border-radius: 12px;
  color: var(--green);
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease;
}

.signin-link:hover {
  background: var(--green);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: 52px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 540px;
  margin: 0 0 28px;
  font-size: clamp(44px, 4.6vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-text {
  max-width: 472px;
  margin: 0 0 32px;
  color: #373737;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 11px;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button:hover img {
  transform: translateX(5px);
}

.button-solid {
  border: 2px solid var(--green);
  background: var(--green);
  color: var(--white);
}

.button-solid span {
  color: var(--white);
}

.button-solid img {
  filter: brightness(0) invert(1);
}

.button-outline {
  position: relative;
  border: 2px solid var(--green);
  background: var(--white);
  color: var(--green);
}

.button-outline img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(87%) saturate(1261%) hue-rotate(121deg) brightness(90%) contrast(98%);
}

.button-outline:hover {
  background: var(--green);
  color: var(--white);
}

.button-outline:hover > img {
  filter: brightness(0) invert(1);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 32px 0 0;
  padding: 0;
  color: #4c4c4c;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-row img {
  width: 18px;
  height: 18px;
}

.hero-art {
  display: grid;
  justify-items: center;
  padding-bottom: 58px;
}

.girl-frame {
  width: min(100%, 390px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}

.girl-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-block {
  position: relative;
  display: grid;
  width: min(100%, 320px);
  margin-top: 24px;
  justify-items: center;
}

.hand-note {
  position: relative;
  width: 270px;
  max-width: 100%;
  margin: 0;
  color: var(--green);
  font-family: "Kalam", cursive;
  font-size: 29px;
  line-height: 1.04;
  text-align: center;
  transform: rotate(-4deg);
}

.quote-arrow {
  position: absolute;
  top: -52px;
  right: -18px;
  width: clamp(48px, 6vw, 64px);
  height: auto;
  object-fit: contain;
}

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

.value-card,
.pricing-card,
.review-card {
  border: 1px solid var(--panel);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.025);
}

.value-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 34px 32px;
  text-align: center;
}

.icon-box {
  display: grid;
  width: 88px;
  height: 88px;
  margin-bottom: 34px;
  place-items: center;
  border: 2px solid var(--light-green);
  border-radius: 7px;
}

.icon-box img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.value-card h2 {
  max-width: 255px;
  margin: 0 0 18px;
  font-size: 25px;
  line-height: 1.05;
}

.value-card p {
  margin: 0;
  color: #474747;
  font-size: 14px;
  line-height: 1.75;
}

.inline-cta {
  display: grid;
  justify-items: center;
  margin-top: 42px;
  padding: 22px 20px;
  border: 2px solid var(--light-green);
  border-radius: 11px;
  text-align: center;
}

.inline-cta h2 {
  margin: 0 0 16px;
  font-size: 27px;
  line-height: 1.08;
}

.inline-cta h2 span {
  color: var(--green);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.section-heading .eyebrow {
  margin-bottom: 4px;
}

.section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.2vw, 38px);
  line-height: 1.05;
}

.section-heading p:not(.eyebrow) {
  margin: 0 auto;
  color: #424242;
  font-size: 17px;
  line-height: 1.6;
}

.product-section {
  padding-top: 68px;
}

.product-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 34px;
  border: 1px solid var(--panel);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  object-fit: contain;
}

.pricing-section {
  padding-top: 86px;
}

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

.pricing-card {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  padding: 30px 30px 28px;
}

.pricing-card.featured {
  border-color: #e9e9e9;
}

.plan-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  object-fit: contain;
}

.pricing-card h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1;
}

.pricing-card > p {
  margin: 3px 0 16px;
  color: #4c4c4c;
  font-size: 14px;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 2px;
  color: #3d3d3d;
  font-size: 16px;
}

.price span {
  color: var(--green);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.scan-count {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--panel);
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 4px 0 28px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.pricing-card li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pricing-card li img,
.pricing-card li span {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.pricing-card li span {
  border-radius: 50%;
  background: #cacaca;
}

.pricing-card .muted {
  color: #8b8b8b;
}

.pricing-card .button {
  width: 100%;
  margin-top: auto;
}

.reviews-section {
  padding-top: 82px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.review-card {
  display: flex;
  min-height: 236px;
  flex-direction: column;
  padding: 22px 20px 18px;
}

.stars {
  margin-bottom: 12px;
  color: #ff8a00;
  font-size: 17px;
  letter-spacing: 0;
}

.review-text {
  margin: 0 0 18px;
  color: #151515;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.review-person {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.avatar {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
}

.avatar.pink {
  background: #ffe1eb;
  color: #d65279;
}

.avatar.mint {
  background: #dff5e5;
  color: #1b8c49;
}

.avatar.violet {
  background: #e9e1ff;
  color: #6543b6;
}

.avatar.blue {
  background: #dfeaff;
  color: #315db7;
}

.avatar.yellow {
  background: #fff0c8;
  color: #9a6a06;
}

.review-name,
.review-role {
  margin: 0;
}

.review-name {
  font-size: 14px;
  line-height: 1.1;
}

.review-role {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 700;
}

.bottom-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  margin-top: 58px;
  padding: 22px 64px;
  border: 2px solid var(--light-green);
  border-radius: 11px;
  background: var(--white);
}

.cta-icon {
  display: grid;
  width: 92px;
  height: 78px;
  place-items: center;
  border: 2px solid var(--light-green);
  border-radius: 8px;
}

.cta-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.bottom-cta h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.05;
}

.bottom-cta p {
  margin: 4px 0 0;
  color: #3f3f3f;
  font-size: 15px;
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 200px 230px;
  gap: 38px;
  margin-top: 34px;
  padding: 34px 0 42px;
  border-top: 1px solid var(--footer-line);
}

.footer-brand {
  padding-right: 34px;
}

.footer-brand .brand-text {
  width: 168px;
}

.footer-brand p {
  margin: 6px 0 0;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 700;
}

.footer-links {
  min-height: 104px;
  padding-left: 40px;
  border-left: 1px solid var(--footer-line);
}

.footer-links h2 {
  margin: 0 0 10px;
  font-size: 15px;
}

.footer-links a {
  display: block;
  width: fit-content;
  margin-bottom: 7px;
  color: #343434;
  font-size: 12px;
  font-weight: 700;
}

.coming-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.coming-card {
  width: min(100%, 420px);
  padding: 42px 28px;
  border: 1px solid var(--panel);
  border-radius: 10px;
  background: var(--white);
  text-align: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.035);
}

.coming-card .brand {
  justify-content: center;
  margin: 0 auto 30px;
}

.coming-card h1 {
  margin: 0 0 24px;
  font-size: 46px;
  line-height: 1.05;
}

.coming-card a:not(.brand) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 2px solid var(--green);
  border-radius: 10px;
  color: var(--green);
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease;
}

.coming-card a:not(.brand):hover {
  background: var(--green);
  color: var(--white);
}

@media (max-width: 980px) {
  .site-header {
    padding-bottom: 54px;
  }

  .site-nav {
    gap: 34px;
  }

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

  .hero-copy {
    text-align: center;
  }

  .hero h1,
  .hero-text {
    margin-right: auto;
    margin-left: auto;
  }

  .trust-row {
    justify-content: center;
  }

  .hero-art {
    padding-bottom: 0;
  }

  .value-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .value-card,
  .pricing-card {
    min-height: auto;
  }

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

  .bottom-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 28px;
    text-align: center;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .section-wrap,
  .site-header,
  .site-footer {
    width: min(100% - 32px, 1040px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 24px 0 42px;
  }

  .site-nav {
    display: none;
  }

  .brand-text {
    width: 128px;
  }

  .signin-link {
    min-width: 88px;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 10px;
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-text {
    font-size: 17px;
    line-height: 1.55;
  }

  .girl-frame {
    width: min(100%, 310px);
  }

  .hand-note {
    width: 230px;
    font-size: 24px;
  }

  .value-card {
    padding: 30px 24px;
  }

  .product-section,
  .pricing-section,
  .reviews-section {
    padding-top: 58px;
  }

  .pricing-card {
    padding: 26px 22px;
  }

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

  .review-card {
    min-height: 214px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-brand,
  .footer-links {
    padding: 0;
    border-left: 0;
  }

  .footer-links {
    min-height: auto;
    padding-top: 22px;
    border-top: 1px solid var(--footer-line);
  }
}

@media (max-width: 430px) {
  .brand {
    gap: 5px;
  }

  .brand > img:first-child {
    width: 38px;
    height: 38px;
  }

  .brand-text {
    width: 116px;
  }

  .signin-link {
    min-width: 76px;
    min-height: 44px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .button {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    font-size: 16px;
  }

  .trust-row {
    display: grid;
    justify-items: center;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .bottom-cta .button {
    width: 100%;
  }
}
