:root {
  --ink: #14231d;
  --muted: #607068;
  --green: #17673f;
  --green-dark: #114b31;
  --green-soft: #e9f2ec;
  --warm: #f5f2ea;
  --white: #fff;
  --line: #dce3de;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #faf9f5; font: 16px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-head { position: relative; z-index: 5; background: rgba(250,249,245,.96); border-bottom: 1px solid rgba(20,35,29,.08); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { text-decoration: none; line-height: 1.1; }
.brand strong { display: block; font-size: 1.15rem; letter-spacing: .06em; }
.brand span { display: block; margin-top: 6px; color: var(--muted); font-size: .78rem; }
.links { display: flex; align-items: center; gap: 27px; font-size: .92rem; }
.links a { text-decoration: none; }
.links a:hover { color: var(--green); }
.login-link { padding: 10px 18px; border: 1px solid var(--green); border-radius: 999px; color: var(--green); font-weight: 700; }
.hero { overflow: hidden; padding: 76px 0 82px; background: #faf9f5; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.hero-grid > :first-child { position: relative; z-index: 1; }
.eyebrow { color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1 { margin: 14px 0 24px; font: 700 clamp(3rem,5vw,5rem)/.98 Georgia, serif; letter-spacing: -.04em; }
.hero h1 { font-size: clamp(2.75rem,4.55vw,4.55rem); }
.lead { max-width: 590px; color: #4f6057; font-size: 1.18rem; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 30px 0 28px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 23px; border-radius: 8px; text-decoration: none; font-weight: 750; }
.button.primary { background: var(--green); color: white; box-shadow: 0 8px 22px rgba(23,103,63,.18); }
.button.secondary { border: 1px solid #aebbb3; background: rgba(255,255,255,.52); }
.ticks { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #3c4f45; font-size: .95rem; }
.ticks li::before { margin-right: 9px; color: var(--green); content: "✓"; font-weight: 900; }
.devices { display: flex; min-width: 0; align-items: center; justify-content: center; }
.hero-product-image { display: block; width: min(158%, 1110px); max-width: none; height: auto; transform: translateX(calc(-15% + 80px)); }
.section { padding: 90px 0; }
.section.white { background: white; }
.section-head { max-width: 710px; margin-bottom: 48px; }
.section h2, .prices-hero h1 { margin: 10px 0 15px; font: 700 clamp(2.25rem,3.5vw,3.5rem)/1.05 Georgia, serif; letter-spacing: -.025em; }
.section-head p, .prices-hero p { color: var(--muted); font-size: 1.06rem; }
.process { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process article { position: relative; padding: 34px 34px 35px 0; }
.process article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.process article:not(:last-child)::after { position: absolute; top: 32px; right: -13px; z-index: 1; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--green); content: "→"; }
.process b { color: var(--green); font-size: .78rem; letter-spacing: .12em; }
.process h3 { margin: 8px 0; font-size: 1.24rem; }
.process p { margin: 0; color: var(--muted); font-size: .94rem; }
.benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px 44px; }
.benefits article { padding-top: 20px; border-top: 2px solid var(--green-soft); }
.benefits h3 { margin: 0 0 6px; font-size: 1.05rem; }
.benefits p { margin: 0; color: var(--muted); font-size: .93rem; }
.audiences { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.audiences article { padding: 26px 0; border-top: 1px solid #bdc9c1; }
.audiences h3 { margin: 0 0 7px; font-size: 1.05rem; }
.audiences p { margin: 0; color: var(--muted); }
.site-foot { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .87rem; }
.prices-hero { padding: 68px 0 45px; text-align: center; background: var(--warm); }
.prices-hero h1 { max-width: 800px; margin-inline: auto; }
.price-section { padding: 58px 0 86px; }
.price-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; align-items: stretch; }
.price { display: flex; flex-direction: column; min-height: 430px; padding: 27px 24px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.price.featured { border-color: var(--green); box-shadow: 0 14px 32px rgba(23,103,63,.1); }
.price .tag { min-height: 25px; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.price h2 { margin: 9px 0 4px; font-size: 1.12rem; }
.price .sub { min-height: 50px; color: var(--muted); font-size: .88rem; }
.amount { margin: 18px 0 13px; font: 700 2rem/1.1 Georgia,serif; }
.amount small { display: block; margin-top: 8px; font: 500 .9rem/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color: var(--muted); }
.price-options { display: grid; gap: 7px; margin: 18px 0 13px; }
.price-options strong { font: 700 1.23rem/1.2 Georgia,serif; }
.price ul { flex: 1; margin: 16px 0 24px; padding: 0; list-style: none; color: #46584f; font-size: .88rem; }
.price li { margin: 8px 0; }
.price li::before { margin-right: 7px; color: var(--green); content: "✓"; }
.price .button { width: 100%; }
.vat { margin: 22px 0 0; text-align: center; color: var(--muted); font-size: .86rem; }
.clips { padding: 56px 0 70px; background: var(--green-dark); color: white; }
.clips h2 { margin: 0 0 22px; font: 700 2rem/1.1 Georgia,serif; }
.clips-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 60px; color: #e2ede6; }
.clips p { margin: 0; }
.interest { min-height: calc(100vh - 153px); padding: 74px 0; background: var(--warm); }
.interest-card { max-width: 680px; margin: 0 auto; padding: 45px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.interest-card h1 { font-size: 3rem; }
.interest-list { display: grid; gap: 10px; margin-top: 30px; }
.interest-list span { padding: 14px 17px; border-radius: 7px; background: var(--green-soft); color: var(--green-dark); font-weight: 700; }
@media (max-width: 900px) {
  .links a:not(.login-link) { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-product-image { width: min(100%, 830px); max-width: 100%; transform: none; }
  .benefits, .audiences { grid-template-columns: repeat(2,1fr); }
  .price-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .wrap { width: min(100% - 30px,1180px); }
  .nav { min-height: 74px; }
  .brand span { display: none; }
  .hero { padding-top: 45px; }
  h1 { font-size: 3.15rem; }
  .hero-product-image { width: 112%; max-width: none; margin-inline: -6%; }
  .section { padding: 64px 0; }
  .process, .benefits, .audiences, .price-grid, .clips-grid { grid-template-columns: 1fr; }
  .process article, .process article + article { padding: 25px 0; border-left: 0; }
  .process article:not(:last-child)::after { display: none; }
  .price { min-height: auto; }
}
