:root {
  --ink: #101612;
  --forest: #16251d;
  --forest-2: #213a2c;
  --mint: #b8ee77;
  --mint-soft: #e9f8d7;
  --paper: #f4f6f1;
  --white: #fff;
  --muted: #697169;
  --line: #dce1da;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button { font: inherit; }
.page { overflow: hidden; }

.header {
  width: min(var(--max), calc(100% - 48px));
  height: 102px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; justify-self: start; }
.brand img { display: block; width: 196px; height: auto; }
.nav { display: flex; gap: 32px; }
.nav a { color: #4f5851; text-decoration: none; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.nav a:hover { color: var(--ink); }
.language-switcher { justify-self: end; display: flex; padding: 4px; border: 1px solid #d5dbd3; border-radius: 999px; }
.language-switcher button { width: 36px; height: 30px; padding: 0; border: 0; border-radius: 999px; color: #7a827b; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.language-switcher button.active { color: white; background: var(--forest); }

.hero {
  width: min(var(--max), calc(100% - 48px));
  min-height: 690px;
  margin: 0 auto;
  padding: 86px 0 92px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 90px;
  align-items: center;
}
.eyebrow, .section-label { margin: 0 0 23px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; color: #657067; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow > span:first-child { width: 18px; height: 2px; background: #66a429; }
h1, h2, h3 { font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, sans-serif; }
h1 { max-width: 670px; margin: 0; font-size: clamp(55px, 6vw, 82px); line-height: .99; letter-spacing: -.055em; font-weight: 650; }
.hero-text { max-width: 620px; margin: 30px 0 36px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 30px; min-height: 56px; padding: 0 22px 0 25px; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 700; }
.button-dark { color: white; background: var(--forest); }
.button i { color: var(--mint); font-style: normal; font-size: 19px; transition: transform .2s ease; }
.button:hover i { transform: translate(3px, -3px); }
.phone-link { text-underline-offset: 5px; text-decoration-thickness: 1px; font-size: 15px; font-weight: 700; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-grid { position: absolute; inset: 0; background-image: linear-gradient(#dfe4dd 1px, transparent 1px), linear-gradient(90deg, #dfe4dd 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle at center, #000 25%, transparent 72%); opacity: .75; }
.ledger-card { position: relative; z-index: 2; width: 390px; padding: 30px; border-radius: 14px; color: white; background: var(--forest); box-shadow: 0 28px 80px rgba(17,31,22,.2); transform: rotate(-2.5deg); }
.ledger-head { display: flex; align-items: center; justify-content: space-between; }
.ledger-head span { display: block; margin-bottom: 7px; color: #aeb9b1; font-size: 11px; }
.ledger-head strong { font-size: 20px; }
.status-dot { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; background: rgba(184,238,119,.12); }
.status-dot i { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(184,238,119,.12); }
.chart { height: 135px; margin: 36px 0 27px; padding: 0 4px 0; display: flex; align-items: end; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.14); }
.chart span { flex: 1; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(to top, #72a946, var(--mint)); opacity: .94; }
.ledger-row { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.ledger-row span { color: #9fab9f; }
.ledger-row strong { color: #eff8e8; font-weight: 600; }
.price-chip { position: absolute; z-index: 4; top: 43px; right: 3px; width: 154px; padding: 20px 22px; border-radius: 10px; background: var(--mint); box-shadow: 0 20px 44px rgba(42,72,35,.16); transform: rotate(3deg); }
.price-chip span, .price-chip small { display: block; color: #4b6830; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.price-chip strong { display: block; margin: 5px 0 3px; font-size: 34px; letter-spacing: -.05em; }
.check-chip { position: absolute; z-index: 4; bottom: 51px; left: 1px; display: flex; gap: 10px; align-items: center; padding: 15px 18px; border: 1px solid white; border-radius: 8px; background: rgba(255,255,255,.9); box-shadow: 0 18px 44px rgba(37,48,38,.11); font-size: 12px; font-weight: 700; backdrop-filter: blur(10px); }
.check-chip > span:first-child { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--mint); }

.trust-row { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row div { min-height: 86px; padding: 0 30px; display: flex; align-items: center; gap: 19px; border-right: 1px solid var(--line); }
.trust-row div:first-child { padding-left: 0; }
.trust-row div:last-child { border-right: 0; }
.trust-row strong { color: #7aa84b; font-size: 11px; }
.trust-row span { color: #475048; font-size: 14px; font-weight: 650; }

.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.services { padding: 145px 0 150px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 120px; }
.section-intro { position: sticky; top: 40px; align-self: start; }
.section-intro h2, .price-copy h2, .contact h2 { margin: 0; font-size: clamp(42px, 4.4vw, 61px); line-height: 1.06; letter-spacing: -.048em; font-weight: 630; }
.section-intro > p:last-child { max-width: 430px; margin: 27px 0 0; color: var(--muted); line-height: 1.7; }
.services-list { border-top: 1px solid #ced5cc; }
.service { position: relative; padding: 31px 0; display: grid; grid-template-columns: 38px 68px 1fr; gap: 23px; align-items: start; border-bottom: 1px solid #ced5cc; }
.service-no { padding-top: 4px; color: #8b948d; font-size: 10px; font-weight: 800; }
.service-icon { position: relative; width: 48px; height: 48px; border: 1px solid #cbd3c9; border-radius: 8px; }
.service h3 { margin: 1px 0 8px; font-size: 21px; letter-spacing: -.02em; }
.service p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.icon-book i { position: absolute; left: 11px; width: 25px; height: 2px; background: #678f41; }
.icon-book i:nth-child(1) { top: 13px; }.icon-book i:nth-child(2) { top: 22px; width: 19px; }.icon-book i:nth-child(3) { top: 31px; width: 23px; }
.icon-report i { position: absolute; bottom: 10px; width: 5px; background: #678f41; }
.icon-report i:nth-child(1) { left: 10px; height: 13px; }.icon-report i:nth-child(2) { left: 21px; height: 24px; }.icon-report i:nth-child(3) { left: 32px; height: 19px; }
.icon-payroll { display: grid; place-items: center; }.icon-payroll i { font-style: normal; color: #678f41; font-size: 23px; font-weight: 650; }
.icon-calendar i { position: absolute; left: -1px; right: -1px; top: 10px; height: 1px; background: #cbd3c9; }.icon-calendar b { position: absolute; inset: 15px 0 0; display: grid; place-items: center; color: #678f41; font-size: 12px; }
.icon-building i { position: absolute; bottom: 10px; width: 5px; background: #678f41; }.icon-building i:nth-child(1) { height: 19px; left: 10px; }.icon-building i:nth-child(2) { height: 27px; left: 21px; }.icon-building i:nth-child(3) { height: 22px; left: 32px; }
.icon-plus i { position: absolute; left: 13px; top: 22px; width: 20px; height: 2px; background: #678f41; }.icon-plus i:nth-child(2) { transform: rotate(90deg); }

.price-section { width: min(1340px, calc(100% - 24px)); margin: 0 auto; }
.price-panel { position: relative; min-height: 520px; padding: 92px max(70px, calc((100% - var(--max))/2 + 60px)); display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 100px; color: white; background: var(--forest); border-radius: 22px; overflow: hidden; }
.price-panel::before { content: ""; position: absolute; width: 530px; height: 530px; right: -280px; top: -320px; border: 1px solid rgba(184,238,119,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(184,238,119,.025), 0 0 0 180px rgba(184,238,119,.02); }
.section-label.light { color: #aab6ad; }
.price-copy { position: relative; z-index: 1; }
.price-copy h2 { max-width: 620px; }
.price-copy > p:last-child { max-width: 630px; margin: 27px 0 0; color: #aeb9b1; line-height: 1.75; }
.price-box { position: relative; z-index: 2; padding: 32px; color: var(--ink); background: var(--mint); border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.price-box > span { color: #49632f; font-size: 12px; font-weight: 700; }
.price-box > div { display: flex; align-items: flex-start; gap: 12px; margin: 25px 0 0; }
.price-box small { margin-top: 10px; color: #536e37; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.price-box strong { font-size: 65px; line-height: .9; letter-spacing: -.07em; }
.price-box p { margin: 9px 0 29px 43px; color: #48602f; font-size: 12px; }
.price-box a { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(16,22,18,.2); text-decoration: none; font-size: 13px; font-weight: 750; }
.price-box a i { font-style: normal; font-size: 18px; }

.process { padding: 145px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; }
.section-intro.compact { position: static; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #ced5cc; }
.process-steps li { padding: 31px 0; display: grid; grid-template-columns: 55px 1fr; gap: 24px; border-bottom: 1px solid #ced5cc; }
.process-steps li > span { color: #6e9c42; font-size: 11px; font-weight: 800; }
.process-steps h3 { margin: -4px 0 9px; font-size: 22px; }
.process-steps p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact { width: min(var(--max), calc(100% - 48px)); margin: 0 auto 0; padding: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; color: white; background: var(--forest-2); border-radius: 20px; }
.contact h2 { max-width: 580px; font-size: clamp(41px, 4.4vw, 58px); }
.contact-copy > p:last-child { margin: 24px 0 0; color: #b5c1b8; }
.contact-links { border-top: 1px solid rgba(255,255,255,.18); }
.contact-links a { position: relative; padding: 24px 44px 24px 0; display: block; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-links span { display: block; margin-bottom: 8px; color: #9caa9f; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-links strong { font-size: clamp(20px, 2.2vw, 29px); letter-spacing: -.025em; }
.contact-links i { position: absolute; right: 3px; top: 40%; color: var(--mint); font-size: 22px; font-style: normal; transition: transform .2s ease; }
.contact-links a:hover i { transform: translate(4px, -4px); }

.footer { width: min(var(--max), calc(100% - 48px)); margin: 75px auto 0; padding: 31px 0 42px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 26px; align-items: center; border-top: 1px solid var(--line); color: #737b74; font-size: 11px; }
.footer img { width: 155px; }
.footer p { margin: 0; }.footer p:nth-child(2) { text-align: center; }.footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  .header { grid-template-columns: 1fr auto; }.nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 20px; }.hero-copy { max-width: 760px; }.hero-visual { min-height: 520px; }
  .services { grid-template-columns: 1fr; gap: 70px; }.section-intro { position: static; }.section-intro > p:last-child { max-width: 650px; }
  .price-panel { grid-template-columns: 1fr; gap: 60px; }.price-box { max-width: 430px; }
  .process { grid-template-columns: 1fr; gap: 65px; }
  .contact { padding: 65px 52px; gap: 55px; }
  .footer { grid-template-columns: 1fr 1fr; }.footer p:nth-child(2) { text-align: right; }.footer p:last-child { grid-column: 1/-1; text-align: center; }
}

@media (max-width: 680px) {
  .header, .hero, .trust-row, .section, .contact, .footer { width: min(var(--max), calc(100% - 30px)); }
  .header { height: 84px; }.brand img { width: 162px; }.language-switcher button { width: 31px; }
  .hero { min-height: auto; padding: 70px 0 60px; }.hero h1 { font-size: clamp(48px, 14vw, 66px); }.hero-text { font-size: 17px; }.hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 420px; margin: 0 -45px; transform: scale(.82); }
  .trust-row { grid-template-columns: 1fr; }.trust-row div, .trust-row div:first-child { min-height: 68px; padding: 0 8px; border-right: 0; border-bottom: 1px solid var(--line); }.trust-row div:last-child { border-bottom: 0; }
  .services { padding: 105px 0; }.section-intro h2, .price-copy h2, .contact h2 { font-size: 40px; }
  .service { grid-template-columns: 31px 50px 1fr; gap: 14px; }.service-icon { width: 44px; height: 44px; }.service h3 { font-size: 19px; }
  .price-section { width: calc(100% - 16px); }.price-panel { padding: 72px 24px; border-radius: 16px; }.price-box strong { font-size: 58px; }
  .process { padding: 105px 0; }.process-steps li { grid-template-columns: 38px 1fr; gap: 14px; }
  .contact { padding: 65px 25px; grid-template-columns: 1fr; gap: 55px; border-radius: 14px; }.contact-links strong { font-size: 21px; }
  .footer { margin-top: 60px; grid-template-columns: 1fr; text-align: center; }.footer img { margin: auto; }.footer p:nth-child(2), .footer p:last-child { text-align: center; grid-column: auto; }
}
