@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --ink: #1d2825;
  --muted: #63716d;
  --forest: #294f46;
  --forest-dark: #183b33;
  --sage: #dce7e2;
  --mist: #f2f5f3;
  --sand: #eee8dc;
  --gold: #c7a96b;
  --white: #ffffff;
  --line: #d9e0dd;
  --shadow: 0 20px 55px rgba(25, 54, 47, .12);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--white);
  background: var(--forest-dark);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(217, 224, 221, .8);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.03em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  background: var(--forest);
  font-size: 18px;
  box-shadow: 0 7px 18px rgba(41, 79, 70, .2);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  color: #52615d;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  content: "";
  background: var(--forest);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--forest-dark);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--white);
  background: var(--forest);
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.nav-cta {
  min-height: 42px;
  padding: 9px 16px;
  font-size: 14px;
}

.button:hover,
.nav-cta:hover {
  background: var(--forest-dark);
  box-shadow: 0 10px 24px rgba(41, 79, 70, .2);
  transform: translateY(-2px);
}

.button.secondary {
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}

.button.secondary:hover {
  border-color: var(--forest);
  color: var(--forest);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: var(--white);
  font-size: 24px;
  cursor: pointer;
}

.hero {
  padding: 52px 0 74px;
  overflow: hidden;
  background: linear-gradient(145deg, #f7f9f8 0%, #eff4f1 65%, #e8efe9 100%);
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow i {
  font-size: 18px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.14;
  letter-spacing: -.04em;
}

h1 {
  max-width: 770px;
  font-size: clamp(42px, 6vw, 72px);
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
}

h3 {
  font-size: 21px;
}

.hero h1 span {
  color: var(--forest);
}

.lead {
  max-width: 660px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
  color: #50605c;
  font-size: 13px;
  font-weight: 600;
}

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

.trust-row i {
  color: var(--forest);
  font-size: 18px;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-photo {
  height: 520px;
  object-fit: cover;
  border-radius: 180px 24px 24px 24px;
  box-shadow: var(--shadow);
}

.photo-credit {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .88);
  background: rgba(20, 32, 29, .68);
  font-size: 10px;
  backdrop-filter: blur(5px);
}

.saving-card {
  position: absolute;
  bottom: 0;
  left: -46px;
  width: 250px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
}

.saving-card .saving-icon {
  width: 38px;
  height: 38px;
  display: grid;
  margin-bottom: 13px;
  place-items: center;
  border-radius: 11px;
  color: var(--forest);
  background: var(--sage);
  font-size: 21px;
}

.saving-card strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
}

.saving-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 88px 0;
}

.section.soft {
  background: var(--mist);
}

.section.dark {
  color: var(--white);
  background: var(--forest-dark);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

.section-head p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tip-card {
  position: relative;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform .25s ease, box-shadow .25s ease;
}

.tip-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.tip-number {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #e8ecea;
  font-family: "Manrope", sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.card-icon {
  width: 50px;
  height: 50px;
  display: grid;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 15px;
  color: var(--forest);
  background: var(--sage);
  font-size: 25px;
}

.tip-card p {
  margin: 13px 0 0;
  color: var(--muted);
}

.calculator-grid {
  display: grid;
  align-items: start;
  grid-template-columns: .85fr 1.15fr;
  gap: 68px;
}

.calculator-copy p {
  color: rgba(255, 255, 255, .7);
}

.mini-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.mini-list div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mini-list i {
  color: var(--gold);
  font-size: 22px;
}

.calculator {
  padding: 32px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 13px;
  font-weight: 700;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  color: var(--ink);
  background: #fbfcfb;
  transition: border .2s ease, box-shadow .2s ease;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(41, 79, 70, .12);
}

.result-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding: 20px;
  border-radius: 14px;
  background: var(--sage);
}

.result-box span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.result-box strong {
  display: block;
  margin-top: 3px;
  color: var(--forest-dark);
  font-family: "Manrope", sans-serif;
  font-size: 30px;
}

.result-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.split {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.image-panel {
  position: relative;
}

.image-panel img {
  height: 560px;
  border-radius: 24px;
  object-fit: cover;
}

.copy-panel p {
  color: var(--muted);
}

.checklist {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
  user-select: none;
}

.check-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fake-check {
  width: 21px;
  height: 21px;
  display: grid;
  flex: 0 0 auto;
  margin-top: 2px;
  place-items: center;
  border: 2px solid #aab7b2;
  border-radius: 6px;
  color: transparent;
  font-size: 14px;
}

.check-item input:checked + .fake-check {
  border-color: var(--forest);
  color: var(--white);
  background: var(--forest);
}

.check-item:has(input:checked) .check-text {
  color: #85908c;
  text-decoration: line-through;
}

.check-progress {
  height: 8px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
}

.check-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--forest);
  transition: width .3s ease;
}

.progress-label {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px 48px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--forest);
}

.cta-band h2 {
  max-width: 650px;
  font-size: clamp(28px, 4vw, 42px);
}

.cta-band .button {
  flex: 0 0 auto;
  color: var(--forest-dark);
  background: var(--white);
}

.page-hero {
  padding: 70px 0 64px;
  background: var(--mist);
}

.page-hero .lead {
  margin-bottom: 0;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 70px;
}

.prose {
  max-width: 780px;
}

.prose h2 {
  margin: 42px 0 16px;
  font-size: 30px;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin: 28px 0 10px;
}

.prose p,
.prose li {
  color: #53615d;
}

.prose ul {
  padding-left: 22px;
}

.prose a {
  color: var(--forest);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-meta {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 13px;
}

.side-card {
  position: sticky;
  top: 105px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--mist);
}

.side-card h3 {
  font-size: 18px;
}

.side-card p {
  color: var(--muted);
  font-size: 14px;
}

.side-card a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 11px;
  color: var(--forest);
  font-size: 14px;
  font-weight: 700;
}

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

.value {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.value i {
  color: var(--forest);
  font-size: 28px;
}

.value h3 {
  margin-top: 16px;
  font-size: 18px;
}

.value p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-grid {
  display: grid;
  align-items: start;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
}

.contact-cards {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.contact-card i {
  color: var(--forest);
  font-size: 22px;
}

.contact-card strong,
.contact-card span {
  display: block;
}

.contact-card span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 14px;
}

.contact-form {
  padding: 34px;
  border-radius: var(--radius);
  background: var(--mist);
}

.form-status {
  display: none;
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  color: var(--forest-dark);
  background: var(--sage);
  font-size: 14px;
}

.site-footer {
  padding: 62px 0 24px;
  color: rgba(255, 255, 255, .72);
  background: #132b26;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 60px;
}

.footer-brand .brand {
  color: var(--white);
}

.footer-brand p {
  max-width: 360px;
  margin: 18px 0;
  font-size: 14px;
}

.footer-title {
  margin: 0 0 18px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

.footer-links {
  display: grid;
  gap: 10px;
  font-size: 14px;
}

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

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 12px;
}

.photo-sources a {
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  z-index: 180;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: none;
  max-width: 1040px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin: auto;
  padding: 18px 20px;
  border: 1px solid #45635b;
  border-radius: 16px;
  color: var(--white);
  background: #18352e;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.cookie-banner.show {
  display: flex;
}

.cookie-copy {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.cookie-copy i {
  color: var(--gold);
  font-size: 25px;
}

.cookie-copy strong {
  display: block;
}

.cookie-copy p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.cookie-copy a {
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
}

.cookie-actions button {
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 9px;
  color: var(--white);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-actions .accept {
  border-color: var(--white);
  color: var(--forest-dark);
  background: var(--white);
}

@media (max-width: 900px) {
  .menu-toggle {
    display: grid;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 22px 20px 28px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 20px 30px rgba(25, 54, 47, .1);
    flex-direction: column;
    gap: 20px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a::after {
    display: none;
  }

  .nav-cta {
    width: 100%;
  }

  .hero-grid,
  .calculator-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 40px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .hero-photo {
    height: 440px;
  }

  .saving-card {
    left: 18px;
  }

  .cards,
  .values {
    grid-template-columns: 1fr;
  }

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

  .content-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .side-card {
    position: static;
  }

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

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

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .hero {
    padding: 42px 0 56px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-visual {
    min-height: 400px;
  }

  .hero-photo {
    height: 380px;
    border-radius: 100px 18px 18px 18px;
  }

  .saving-card {
    width: 220px;
    padding: 16px;
  }

  .section {
    padding: 64px 0;
  }

  .section-head,
  .cta-band,
  .footer-bottom,
  .cookie-banner {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .calculator,
  .contact-form {
    padding: 22px;
  }

  .image-panel img {
    height: 430px;
  }

  .cta-band {
    padding: 30px 26px;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    gap: 14px;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions button {
    flex: 1;
  }
}
