:root {
  --green: #128c4b;
  --green-dark: #0b6837;
  --green-light: #eaf7ef;
  --ink: #17231d;
  --muted: #5d6862;
  --line: #dce3de;
  --grey: #f5f7f5;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; font-size: 17px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; line-height: 1.15; letter-spacing: -.035em; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 10px; top: -60px; z-index: 100; padding: 10px; background: white; }
.skip-link:focus { top: 10px; }

.site-header { height: 74px; border-bottom: 1px solid var(--line); background: white; }
.nav-wrap { height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font: 800 24px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.brand-mark { display: flex; align-items: end; gap: 2px; height: 22px; }
.brand-mark span { width: 6px; background: var(--green); transform: skewY(-28deg); }
.brand-mark span:nth-child(1) { height: 12px; }
.brand-mark span:nth-child(2) { height: 20px; }
.brand-mark span:nth-child(3) { height: 16px; }
.desktop-nav { display: flex; gap: 32px; font-size: 15px; font-weight: 600; }
.desktop-nav a:hover { color: var(--green); }
.menu-button, .mobile-nav { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border-radius: 8px; font-size: 16px; font-weight: 800; }
.button-small { min-height: 42px; padding: 9px 18px; color: white; background: var(--green); }
.button-main { color: white; background: var(--green); box-shadow: 0 8px 20px rgba(18,140,75,.16); }
.button-main:hover { background: var(--green-dark); }
.button-white { color: var(--green-dark); background: white; }

.hero { background: linear-gradient(135deg, #f7fbf8, #edf7f0); }
.hero-inner { min-height: 600px; padding: 85px 0; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.label { margin-bottom: 15px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .11em; }
.guarantee-badge { display: inline-block; margin-bottom: 18px; padding: 8px 12px; border: 1px solid #acd3b9; border-radius: 5px; color: var(--green-dark); background: #e1f4e7; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.hero h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(48px, 5.8vw, 72px); }
.hero h1 span { color: var(--green); }
.hero-text { max-width: 650px; margin-bottom: 28px; color: #3f4e46; font-size: 20px; }
.phone { margin: 15px 0 0; font-size: 14px; color: var(--muted); }
.phone a { color: var(--ink); font-weight: 700; }
.hero-card { padding: 28px; border: 1px solid #cadbd0; border-radius: 12px; background: white; box-shadow: 0 16px 40px rgba(34,70,50,.09); }
.card-title { margin-bottom: 18px; font-weight: 800; }
.send-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.send-options span { padding: 12px; border-radius: 7px; background: var(--grey); font-size: 14px; font-weight: 600; }
.reply-box { display: flex; gap: 12px; margin-top: 20px; padding: 16px; border-radius: 7px; background: var(--green-light); }
.reply-box > span { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-weight: 800; }
.reply-box strong { font-size: 14px; }
.reply-box p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.quick-trust { padding: 20px 0; color: white; background: var(--green-dark); }
.quick-trust .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.quick-trust span { text-align: center; font-size: 14px; font-weight: 700; }
.price-promise { padding: 42px 0; border-bottom: 1px solid var(--line); background: #fff9df; }
.promise-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.promise-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font: 800 28px "Manrope", sans-serif; }
.promise-inner .label { margin-bottom: 4px; }
.promise-inner h2 { margin-bottom: 5px; font-size: 27px; }
.promise-inner p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.section { padding: 90px 0; }
.grey { background: var(--grey); }
.section-head { max-width: 700px; margin: 0 auto 45px; text-align: center; }
.section-head h2, .service-grid h2 { margin-bottom: 14px; font-size: clamp(36px, 4.3vw, 52px); }
.section-head > p:last-child { color: var(--muted); }
.three-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.three-steps article { display: flex; gap: 18px; min-height: 175px; padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.three-steps b { flex: 0 0 auto; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 22px; }
.three-steps h3 { margin: 4px 0 8px; font-size: 22px; }
.three-steps p { margin: 0; color: var(--muted); font-size: 15px; }
.center { margin-top: 36px; text-align: center; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-grid article { min-height: 390px; padding: 0 22px 22px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; transition: transform .2s, box-shadow .2s; }
.product-grid article:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(26,54,38,.09); }
.product-grid article > span { margin-top: 25px; font-size: 30px; }
.product-photo { position: relative; height: 180px; margin: 0 -22px; overflow: hidden; background: #e8ece9; }
.product-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s; }
.product-grid article:hover .product-photo img { transform: scale(1.025); }
.product-photo span { position: absolute; left: 12px; bottom: 12px; padding: 5px 8px; border-radius: 4px; color: white; background: rgba(11,104,55,.92); font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.product-grid h3 { margin: 22px 0 8px; font-size: 22px; }
.product-grid p { margin-bottom: 18px; color: var(--muted); font-size: 15px; }
.product-grid a { width: 100%; margin-top: auto; padding: 11px 14px; border-radius: 6px; color: white; background: var(--green); text-align: center; font-weight: 800; }
.product-grid a:hover { background: var(--green-dark); }
.other-card { color: white; background: var(--green-dark) !important; }
.other-card p { color: #cce0d3; }
.other-card a { color: var(--green-dark); background: white; }
.product-reassurance { margin: 28px 0 0; color: var(--green-dark); text-align: center; font-size: 14px; font-weight: 700; }

.trust-simple { max-width: 900px; }
.big-checks { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; list-style: none; }
.big-checks li { display: flex; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 9px; }
.big-checks li > span { flex: 0 0 auto; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-weight: 800; }
.big-checks strong { font-size: 17px; }
.big-checks p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }

.green-section { color: white; background: var(--green-dark); }
.green-section .label { color: #9ee0b8; }
.service-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.service-grid p { max-width: 760px; margin-bottom: 0; color: #d6e8dc; }

.faq-simple { max-width: 850px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 700 18px "Manrope", sans-serif; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 22px; font-weight: 400; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 700px; margin: 0; padding: 0 35px 22px 0; color: var(--muted); }

.final-cta { padding: 80px 0; text-align: center; background: var(--green-light); }
.final-cta h2 { margin-bottom: 12px; font-size: clamp(36px, 4.5vw, 54px); }
.final-cta p { margin-bottom: 25px; color: var(--muted); }
.final-cta strong { display: block; margin-top: 15px; font-size: 16px; }
.final-cta small { display: block; max-width: 780px; margin: 22px auto 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
footer { padding: 45px 0; border-top: 1px solid var(--line); }
.footer-simple { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 30px; }
.footer-simple p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-simple small { font-size: 9px; line-height: 1.4; }
.footer-simple small a { text-decoration: underline; }
.footer-simple p:last-child { text-align: right; }
.floating-wa { display: none; }

@media (max-width: 850px) {
  .desktop-nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 45px; padding: 65px 0; }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .three-steps, .product-grid { grid-template-columns: 1fr 1fr; }
  .quick-trust .container { grid-template-columns: 1fr 1fr; }
  .promise-inner { grid-template-columns: auto 1fr; }
  .promise-inner .button { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, 1120px); }
  .site-header, .nav-wrap { height: 66px; }
  .nav-wrap > .button { display: none; }
  .menu-button { padding: 10px; display: flex; flex-direction: column; gap: 6px; border: 0; background: transparent; }
  .menu-button span { width: 24px; height: 2px; background: var(--ink); }
  .mobile-nav { position: absolute; z-index: 10; top: 66px; left: 0; right: 0; padding: 20px; flex-direction: column; gap: 15px; border-bottom: 1px solid var(--line); background: white; font-weight: 700; }
  .mobile-nav.open { display: flex; }
  .hero-inner { min-height: auto; padding: 48px 0; }
  .label { font-size: 10px; }
  .hero h1 { font-size: 42px; }
  .hero-text { font-size: 18px; }
  .button { width: 100%; }
  .hero-card { padding: 20px; }
  .quick-trust .container { grid-template-columns: 1fr; gap: 10px; }
  .quick-trust span { text-align: left; }
  .price-promise { padding: 35px 0; }
  .promise-inner { grid-template-columns: 1fr; text-align: center; }
  .promise-icon { margin: 0 auto; }
  .section { padding: 68px 0; }
  .section-head { margin-bottom: 32px; }
  .three-steps, .product-grid, .big-checks { grid-template-columns: 1fr; }
  .three-steps article { min-height: auto; padding: 22px; }
  .product-grid article { min-height: 390px; }
  .product-photo { height: 190px; }
  .product-reassurance { line-height: 2; }
  .service-grid { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .footer-simple { grid-template-columns: 1fr; text-align: center; }
  .footer-simple .brand { justify-content: center; }
  .footer-simple p:last-child { text-align: center; }
  .floating-wa { position: fixed; z-index: 20; right: 14px; bottom: 14px; display: block; padding: 13px 18px; border-radius: 99px; color: white; background: var(--green); box-shadow: 0 7px 24px rgba(0,0,0,.2); font-weight: 800; }
}
