:root {
  --ink: #122b45;
  --ink-2: #244b70;
  --green: #175fa8;
  --green-deep: #0b3768;
  --green-soft: #dbeaf8;
  --mint: #edf5fc;
  --cream: #f6f4ee;
  --cream-deep: #ece8de;
  --paper: #fffefb;
  --white: #fff;
  --accent: #f09a54;
  --accent-dark: #d97831;
  --text: #34495e;
  --muted: #6b7d8f;
  --line: #dce5ed;
  --danger: #9d3e31;
  --success: #176b50;
  --shadow-sm: 0 10px 30px rgba(15, 60, 104, .08);
  --shadow-lg: 0 28px 80px rgba(8, 45, 84, .16);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, h4, ul, ol { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); font-weight: 750; line-height: 1.14; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 5vw, 4.9rem); }
h2 { font-size: clamp(2rem, 3.3vw, 3.35rem); }
h3 { font-size: 1.25rem; }
p { color: var(--text); }
::selection { background: var(--accent); color: var(--ink); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 15px;
  background: var(--white); color: var(--ink); border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; color: var(--green);
  font-size: .75rem; font-weight: 800; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase;
}
.eyebrow::before { width: 25px; height: 2px; background: var(--accent); content: ""; }
.eyebrow-light { color: #d5e8f8; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 17px; }
.section-heading p { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center p { margin-inline: auto; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section-heading-row .section-heading { margin: 0; }

.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; padding: 13px 21px;
  border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-size: .94rem; font-weight: 750;
  line-height: 1.2; transition: background .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s;
}
.button svg, .text-link svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--white); box-shadow: 0 10px 24px rgba(23, 95, 168, .18); }
.button-primary:hover { background: var(--green-deep); }
.button-secondary { border-color: var(--green); background: transparent; color: var(--green); }
.button-secondary:hover { background: var(--green); color: var(--white); }
.button-accent { background: var(--accent); color: var(--ink); box-shadow: 0 12px 26px rgba(240, 154, 84, .22); }
.button-accent:hover { background: #f6aa69; }
.button-light { background: var(--white); color: var(--green); box-shadow: var(--shadow-sm); }
.button-light:hover { background: #f6f3ea; }
.button-ghost-light { border-color: rgba(255,255,255,.28); color: var(--white); }
.button-ghost-light:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); }
.button-phone { border-color: var(--line); background: var(--white); color: var(--ink); }
.button-phone:hover { border-color: var(--green); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: .92rem; font-weight: 800; }
.text-link svg { transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; background: var(--paper); border-bottom: 1px solid rgba(220, 226, 222, .8); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(15, 60, 104, .08); }
.header-note { background: var(--ink); color: #deebf6; }
.header-note-inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; font-size: .72rem; font-weight: 650; letter-spacing: .015em; }
.header-note-inner span { display: inline-flex; align-items: center; gap: 7px; }
.header-note-inner svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-main { display: flex; height: 78px; align-items: center; justify-content: space-between; gap: 27px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; color: var(--ink); }
.brand-mark { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 11px; background: var(--green); }
.brand-mark svg { width: 30px; fill: var(--white); }
.brand-word { font-size: 1.44rem; font-weight: 830; letter-spacing: -.055em; }
.brand-word span { color: var(--accent-dark); }
.primary-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.primary-nav > a, .nav-services-toggle { padding: 26px 0; border: 0; background: none; color: var(--ink); cursor: pointer; font-size: .9rem; font-weight: 700; line-height: 1; white-space: nowrap; }
.primary-nav > a:hover, .nav-services-toggle:hover { color: var(--accent-dark); }
.nav-item { position: relative; }
.nav-services-toggle { display: flex; align-items: center; gap: 7px; }
.chevron { width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg); transition: transform .2s; }
.nav-services:hover .chevron, .nav-services.is-open .chevron { margin-top: 4px; transform: rotate(225deg); }
.services-menu {
  position: absolute; top: calc(100% - 4px); left: 50%; display: grid; width: 640px; padding: 10px;
  grid-template-columns: 220px 1fr; border: 1px solid var(--line); border-radius: 17px; background: var(--white);
  box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transform: translate(-42%, 10px); transition: opacity .2s, transform .2s;
}
.nav-services:hover .services-menu, .nav-services.is-open .services-menu { opacity: 1; pointer-events: auto; transform: translate(-42%, 0); }
.services-menu-intro { display: flex; flex-direction: column; justify-content: end; padding: 26px 22px; border-radius: 12px; background: var(--green); color: var(--white); }
.services-menu-intro span { margin-bottom: 9px; color: #c9e0f3; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.services-menu-intro strong { font-size: 1.05rem; line-height: 1.35; }
.services-menu-links { padding: 5px 8px 5px 14px; }
.services-menu-links a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 12px; border-radius: 8px; color: var(--ink); font-size: .9rem; font-weight: 700; }
.services-menu-links a:hover { background: var(--mint); color: var(--green); }
.services-menu-links svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; align-items: center; gap: 9px; }
.header-phone .icon-circle { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); }
.header-phone svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-phone > span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.header-phone small { margin-bottom: 3px; color: var(--muted); font-size: .63rem; font-weight: 650; }
.header-phone strong { color: var(--ink); font-size: .88rem; }
.lang-switch { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-size: .72rem; font-weight: 800; }
.lang-switch:hover { border-color: var(--green); background: var(--green); color: var(--white); }
.menu-toggle, .mobile-nav-contact { display: none; }

/* Home hero */
.hero { overflow: hidden; }
.home-hero { position: relative; min-height: 680px; padding: 88px 0 90px; background: var(--green-deep); }
.home-hero::before { position: absolute; top: -350px; left: -240px; width: 750px; height: 750px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.015); }
.home-hero::after { position: absolute; right: -100px; bottom: -250px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(239,154,84,.17), transparent 68%); content: ""; }
.hero-grid { position: relative; z-index: 2; display: grid; align-items: center; grid-template-columns: 1.05fr .95fr; gap: 82px; }
.hero-copy h1 { max-width: 650px; margin-bottom: 26px; color: var(--white); }
.hero-copy h1 span { color: var(--accent); }
.hero-lead { max-width: 650px; margin-bottom: 33px; color: #c9def1; font-size: 1.15rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 31px; color: #deebf6; font-size: .79rem; font-weight: 650; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 16px; fill: none; stroke: var(--accent); stroke-width: 2.2; }
.hero-visual { position: relative; min-height: 470px; }
.visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.visual-orbit-one { inset: 2% 0 8% 10%; }
.visual-orbit-two { inset: 15% 15% 21% -3%; }
.accounting-card {
  position: absolute; z-index: 3; top: 47px; right: 20px; width: min(100%, 410px); padding: 27px;
  border: 1px solid rgba(255,255,255,.65); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 35px 80px rgba(0,0,0,.24); transform: rotate(1.5deg);
}
.accounting-card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.accounting-card-head > div { display: flex; flex-direction: column; }
.accounting-card small { color: var(--muted); font-size: .65rem; font-weight: 750; letter-spacing: .08em; }
.accounting-card-head strong { margin-top: 3px; color: var(--ink); font-size: 1.05rem; }
.status-pill { display: flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 99px; background: #e4f4ea; color: #287250; font-size: .65rem; font-weight: 750; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: #36a16e; box-shadow: 0 0 0 3px rgba(54,161,110,.13); }
.accounting-progress { height: 7px; margin: 22px 0 21px; overflow: hidden; border-radius: 20px; background: #e9eeeb; }
.accounting-progress span { display: block; width: 92%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), #61a8e6); }
.accounting-tasks { display: grid; gap: 10px; }
.accounting-tasks > div { display: grid; align-items: center; padding: 12px; grid-template-columns: 38px 1fr auto; gap: 11px; border: 1px solid #e3e8e5; border-radius: 12px; }
.accounting-tasks > div > svg { width: 36px; height: 36px; padding: 9px; border-radius: 9px; background: var(--mint); fill: none; stroke: var(--green); stroke-width: 1.5; }
.accounting-tasks > div > span { display: flex; flex-direction: column; line-height: 1.35; }
.accounting-tasks strong { color: var(--ink); font-size: .82rem; }
.accounting-tasks b { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #e5f3eb; color: #218059; font-size: .74rem; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(10,48,91,.9); color: var(--white); box-shadow: var(--shadow-lg); backdrop-filter: blur(9px); }
.floating-note > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--accent); color: var(--ink); font-weight: 850; }
.floating-note svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.floating-note div { display: flex; flex-direction: column; line-height: 1.35; }
.floating-note small { color: #c2d9ed; font-size: .62rem; }
.floating-note strong { font-size: .78rem; }
.note-top { top: 12px; left: 0; }
.note-bottom { right: -20px; bottom: 26px; }

.quick-benefits { position: relative; z-index: 4; border-bottom: 1px solid var(--line); background: var(--white); }
.quick-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-benefits-grid > div { display: flex; min-height: 105px; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid var(--line); }
.quick-benefits-grid > div:first-child { border-left: 1px solid var(--line); }
.quick-benefits strong { color: var(--ink); font-size: .95rem; }
.quick-benefits span { margin-top: 4px; color: var(--muted); font-size: .75rem; }

/* Services and generic cards */
.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { display: flex; min-height: 335px; flex-direction: column; padding: 29px; grid-column: span 2; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; min-height: 300px; }
.service-card:hover { border-color: #b9d2e8; box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.service-icon { display: grid; width: 49px; height: 49px; margin-bottom: 33px; place-items: center; border-radius: 13px; background: var(--mint); color: var(--green); }
.service-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.service-card h3 { margin-bottom: 13px; font-size: 1.23rem; }
.service-card h3 a::after { position: absolute; inset: 0; content: ""; }
.service-card { position: relative; }
.service-card p { margin-bottom: 25px; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.service-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); }
.service-card-bottom strong { color: var(--ink); font-size: .86rem; }
.service-card-bottom a { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); }
.service-card-bottom svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.control-section { overflow: hidden; background: var(--cream); }
.control-grid { display: grid; align-items: center; grid-template-columns: .92fr 1.08fr; gap: 90px; }
.control-list { display: grid; gap: 0; }
.control-list > div { display: grid; padding: 21px 0; grid-template-columns: 43px 1fr; gap: 16px; border-top: 1px solid #d9d7cf; }
.control-list > div:last-child { border-bottom: 1px solid #d9d7cf; }
.control-list > div > span { color: var(--accent-dark); font-size: .72rem; font-weight: 850; }
.control-list p { margin: 0; color: var(--muted); font-size: .88rem; }
.control-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 1rem; }
.control-visual { position: relative; padding: 25px 0 25px 25px; }
.photo-placeholder { position: relative; min-height: 490px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(145deg, #b7cbc3, #e7e9e1); box-shadow: var(--shadow-lg); }
.photo-placeholder::before { position: absolute; right: -80px; bottom: -110px; width: 390px; height: 390px; border-radius: 50%; background: var(--green); opacity: .17; content: ""; }
.photo-placeholder::after { position: absolute; top: 65px; left: 12%; width: 76%; height: 280px; border: 1px solid rgba(255,255,255,.65); border-radius: 50% 50% 20% 20%; background: rgba(255,255,255,.23); content: ""; }
.placeholder-pattern { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(23,74,64,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(23,74,64,.18) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, #000, transparent); }
.placeholder-label { position: absolute; z-index: 3; right: 25px; bottom: 25px; left: 25px; display: grid; align-items: center; padding: 17px 19px; grid-template-columns: 43px 1fr; border: 1px solid rgba(255,255,255,.55); border-radius: 15px; background: rgba(255,255,255,.86); backdrop-filter: blur(8px); }
.placeholder-label > span { display: grid; width: 37px; height: 37px; grid-row: span 2; place-items: center; border-radius: 10px; background: var(--green); color: var(--white); }
.placeholder-label svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.placeholder-label small { color: var(--muted); font-size: .66rem; }
.placeholder-label strong { color: var(--ink); font-size: .92rem; }
.control-stat { position: absolute; top: 0; left: 0; display: flex; width: 180px; flex-direction: column; padding: 19px; border-radius: 15px; background: var(--accent); box-shadow: var(--shadow-sm); }
.control-stat strong { color: var(--ink); font-size: 2rem; line-height: 1; }
.control-stat span { margin-top: 7px; color: #5f3b21; font-size: .69rem; line-height: 1.4; }

.pricing-section { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.price-card { padding: 37px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.price-card-dark { border-color: var(--green); background: var(--green); color: var(--white); }
.price-card-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 27px; }
.price-card-head > div { display: flex; flex-direction: column-reverse; }
.price-card-head h3 { margin: 0; font-size: 1.8rem; }
.price-card-head span { color: var(--muted); font-size: .72rem; }
.price-card-dark h3 { color: var(--white); }
.price-card-dark .price-card-head span { color: #b9d2c9; }
.price-badge { padding: 8px 11px; border-radius: 99px; background: var(--mint); color: var(--green) !important; font-weight: 800; }
.price-card-dark .price-badge { background: var(--accent); color: var(--ink) !important; }
.price-list { margin: 0 0 29px; padding: 0; list-style: none; }
.price-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); font-size: .84rem; }
.price-list span { color: var(--text); }
.price-list strong { flex: 0 0 auto; color: var(--ink); font-size: .82rem; }
.price-card-dark .price-list li { border-color: rgba(255,255,255,.15); }
.price-card-dark .price-list span { color: #d2e1dc; }
.price-card-dark .price-list strong { color: var(--white); }
.pricing-note { margin: 22px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

.process-section { background: var(--cream); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.process-grid::before { position: absolute; top: 22px; right: 10%; left: 10%; height: 1px; background: #cfd6d1; content: ""; }
.process-step { position: relative; padding-top: 65px; }
.process-step > span { position: absolute; z-index: 2; top: 0; left: 0; display: grid; width: 45px; height: 45px; place-items: center; border: 6px solid var(--cream); border-radius: 50%; background: var(--green); color: var(--white); font-size: .7rem; font-weight: 850; }
.process-step h3 { margin-bottom: 12px; font-size: 1.04rem; }
.process-step p { margin-bottom: 0; color: var(--muted); font-size: .83rem; }

/* FAQ */
.faq-section { background: var(--paper); }
.faq-layout { display: grid; align-items: start; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-layout .section-heading { position: sticky; top: 130px; margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 2px; color: var(--ink); cursor: pointer; font-size: 1.03rem; font-weight: 740; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: relative; flex: 0 0 auto; width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; }
.faq-item summary span::before, .faq-item summary span::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--green); content: ""; transform: translate(-50%,-50%); transition: transform .2s; }
.faq-item summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item[open] summary span { border-color: var(--green); background: var(--green); }
.faq-item[open] summary span::before, .faq-item[open] summary span::after { background: var(--white); }
.faq-item[open] summary span::after { transform: translate(-50%,-50%) rotate(0deg); }
.faq-item > div { padding: 0 45px 23px 0; }
.faq-item p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.75; }

/* Forms and CTA */
.form-section { background: var(--green-deep); }
.form-section-grid { display: grid; align-items: center; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.form-aside h2 { margin-bottom: 19px; color: var(--white); }
.form-aside > p { margin-bottom: 32px; color: #bcd2ca; }
.form-aside > a { display: flex; align-items: center; gap: 14px; color: var(--white); }
.form-aside > a > svg { width: 45px; height: 45px; padding: 12px; border-radius: 50%; background: var(--accent); fill: none; stroke: var(--ink); stroke-width: 1.7; }
.form-aside > a span { display: flex; flex-direction: column; }
.form-aside > a small { color: #afc7be; font-size: .7rem; }
.form-aside > a strong { font-size: 1.1rem; }
.lead-form-wrap { padding: 40px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-lg); }
.form-head { margin-bottom: 25px; }
.form-head .eyebrow { margin-bottom: 12px; }
.form-head h2 { margin-bottom: 10px; font-size: 1.75rem; }
.form-head p { margin-bottom: 0; color: var(--muted); font-size: .87rem; }
.lead-form { position: relative; display: grid; gap: 15px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.lead-form label { display: grid; gap: 6px; }
.lead-form label > span { color: var(--ink); font-size: .72rem; font-weight: 700; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 9px; outline: none; background: #fbfcfa; color: var(--ink); transition: border-color .2s, box-shadow .2s;
}
.lead-form input:not([type="checkbox"]), .lead-form select { height: 48px; padding: 0 13px; }
.lead-form textarea { min-height: 90px; padding: 12px 13px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #67a090; box-shadow: 0 0 0 3px rgba(62, 126, 109, .12); }
.checkbox { display: grid !important; align-items: start; grid-template-columns: 18px 1fr; gap: 9px !important; cursor: pointer; }
.checkbox input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--green); }
.checkbox span { color: var(--muted) !important; font-size: .69rem !important; font-weight: 500 !important; }
.privacy-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: -4px 0 0; color: var(--muted); font-size: .65rem; }
.privacy-note svg { width: 13px; fill: none; stroke: var(--green); stroke-width: 1.8; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-notice { display: flex; align-items: start; gap: 10px; margin-bottom: 17px; padding: 13px 15px; border-radius: 9px; font-size: .78rem; }
.form-success { background: #e9f6ef; color: var(--success); }
.form-error { background: #f9e9e6; color: var(--danger); }
.form-notice svg { width: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; }
.cta-section { padding: 70px 0; background: var(--paper); }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 55px 60px; border-radius: var(--radius-lg); background: var(--green); color: var(--white); }
.cta-card h2 { max-width: 680px; margin-bottom: 12px; color: var(--white); font-size: 2.4rem; }
.cta-card p { max-width: 700px; margin: 0; color: #c5dbd3; }
.cta-actions { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 12px; }
.cta-phone { color: var(--white); font-size: .86rem; font-weight: 750; }

/* Breadcrumbs and generic page hero */
.breadcrumbs { padding-top: 18px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0; padding: 0; color: var(--muted); font-size: .7rem; list-style: none; }
.breadcrumbs li { display: flex; align-items: center; }
.breadcrumbs li:not(:last-child)::after { margin-left: 7px; color: #a9b2ae; content: "/"; }
.breadcrumbs a:hover { color: var(--green); }
.page-hero { overflow: hidden; padding: 82px 0 90px; }
.page-hero h1 { margin-bottom: 24px; }
.page-hero p { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 1.1rem; }

/* Service pages */
.service-hero { padding: 72px 0 94px; overflow: hidden; }
.service-hero-grid { display: grid; align-items: center; grid-template-columns: 1.12fr .88fr; gap: 90px; }
.service-hero-copy h1 { margin-bottom: 24px; font-size: clamp(2.6rem, 5vw, 4.65rem); }
.service-hero-copy h1 span { display: block; color: var(--accent-dark); font-size: .46em; letter-spacing: -.02em; }
.service-hero-copy > p { max-width: 690px; margin-bottom: 31px; color: var(--muted); font-size: 1.08rem; }
.service-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; color: var(--muted); font-size: .76rem; font-weight: 650; }
.service-trust span { display: flex; align-items: center; gap: 7px; }
.service-trust svg { width: 16px; fill: none; stroke: var(--green); stroke-width: 2; }
.service-price-card { position: relative; padding: 39px; overflow: hidden; border-radius: var(--radius-lg); background: var(--green); color: var(--white); box-shadow: var(--shadow-lg); }
.service-price-card::after { position: absolute; top: -100px; right: -100px; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; content: ""; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.service-price-icon { position: relative; z-index: 2; display: grid; width: 54px; height: 54px; margin-bottom: 42px; place-items: center; border-radius: 14px; background: var(--accent); color: var(--ink); }
.service-price-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.service-price-card > span { position: relative; z-index: 2; display: block; margin-bottom: 3px; color: #b9d3ca; font-size: .72rem; }
.service-price-card > strong { position: relative; z-index: 2; display: block; color: var(--white); font-size: 2.2rem; line-height: 1.2; letter-spacing: -.04em; }
.service-price-card > p { position: relative; z-index: 2; margin: 12px 0 25px; color: #c8dbd4; font-size: .79rem; }
.service-price-card hr { height: 1px; margin: 0 0 21px; border: 0; background: rgba(255,255,255,.16); }
.service-price-card ul { position: relative; z-index: 2; display: grid; gap: 10px; margin: 0 0 27px; padding: 0; list-style: none; }
.service-price-card li { display: flex; align-items: center; gap: 9px; color: #e1ece8; font-size: .77rem; }
.service-price-card li svg { width: 16px; fill: none; stroke: var(--accent); stroke-width: 2; }
.service-price-card .text-link { position: relative; z-index: 2; color: var(--white); }
.audience-section { background: var(--cream); }
.audience-grid { display: grid; align-items: start; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.audience-grid .section-heading { margin: 0; }
.audience-list { display: grid; gap: 13px; }
.audience-list > div { display: grid; align-items: center; min-height: 90px; padding: 18px 23px; grid-template-columns: 38px 1fr; gap: 17px; border: 1px solid #dcd9d0; border-radius: 13px; background: rgba(255,255,255,.55); }
.audience-list span { color: var(--accent-dark); font-size: .75rem; font-weight: 850; }
.audience-list p { margin: 0; color: var(--ink); font-size: .94rem; font-weight: 680; }
.included-section { background: var(--paper); }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.included-item { display: flex; min-height: 105px; align-items: center; gap: 17px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.included-item > span { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 10px; background: var(--mint); color: var(--green); }
.included-item svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.included-item small { display: block; margin-bottom: 4px; color: var(--muted); font-size: .65rem; font-weight: 750; text-transform: uppercase; }
.included-item p { margin: 0; color: var(--ink); font-size: .88rem; font-weight: 650; }
.service-seo-section { border-top: 1px solid var(--line); background: var(--mint); }
.service-seo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-seo-block { padding: 38px; border: 1px solid #cfe0ef; border-radius: var(--radius); background: rgba(255,255,255,.78); box-shadow: var(--shadow-sm); }
.service-seo-block h2 { margin-bottom: 20px; font-size: clamp(1.7rem, 2.6vw, 2.35rem); }
.service-seo-block p { margin-bottom: 16px; color: var(--text); font-size: .94rem; line-height: 1.78; }
.service-seo-block ul { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.service-seo-block li { display: flex; align-items: start; gap: 10px; color: var(--ink); font-size: .88rem; font-weight: 650; }
.service-seo-block li svg { width: 18px; margin-top: 3px; flex: 0 0 auto; fill: none; stroke: var(--green); stroke-width: 2; }
.outcomes-section { background: var(--green-deep); }
.outcomes-section .eyebrow { color: #c9def1; }
.outcomes-section .section-heading h2 { color: var(--white); }
.outcomes-section .section-heading p { color: #b8d0e6; }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.outcome-card { min-height: 260px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.outcome-card > span { display: grid; width: 38px; height: 38px; margin-bottom: 52px; place-items: center; border-radius: 50%; background: var(--accent); color: var(--ink); font-size: .7rem; font-weight: 850; }
.outcome-card h3 { margin-bottom: 12px; color: var(--white); }
.outcome-card p { margin: 0; color: #c0d6e9; font-size: .87rem; }
.service-process-section { background: var(--cream); }
.service-process-line { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid #d9d9d2; border-radius: var(--radius); background: rgba(255,255,255,.45); }
.service-process-line > div { min-height: 270px; padding: 30px; border-right: 1px solid #d9d9d2; }
.service-process-line > div:last-child { border-right: 0; }
.service-process-line span { display: block; margin-bottom: 52px; color: var(--accent-dark); font-size: .72rem; font-weight: 850; }
.service-process-line h3 { font-size: 1.05rem; }
.service-process-line p { margin: 0; color: var(--muted); font-size: .81rem; }
.related-feature-section { background: var(--paper); }
.related-feature { display: grid; align-items: center; padding: 36px; grid-template-columns: .68fr 1.32fr; gap: 70px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.related-feature-visual { position: relative; display: grid; min-height: 270px; place-items: center; overflow: hidden; border-radius: var(--radius); background: var(--mint); color: var(--green); }
.related-feature-visual::before { position: absolute; width: 220px; height: 220px; border: 1px solid #bdd3e7; border-radius: 50%; content: ""; box-shadow: 0 0 0 35px rgba(23,95,168,.04), 0 0 0 70px rgba(23,95,168,.025); }
.related-feature-visual > span { position: relative; z-index: 2; display: grid; width: 75px; height: 75px; place-items: center; border-radius: 20px; background: var(--green); color: var(--white); transform: rotate(-5deg); }
.related-feature-visual svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.mini-lines { position: absolute; right: 25px; bottom: 25px; display: grid; width: 105px; gap: 5px; padding: 11px; border-radius: 9px; background: var(--white); box-shadow: var(--shadow-sm); }
.mini-lines i { height: 5px; border-radius: 4px; background: #dfe9e5; }
.mini-lines i:nth-child(2) { width: 72%; background: var(--accent); }
.related-feature h2 { margin-bottom: 14px; font-size: 2.25rem; }
.related-feature p { margin-bottom: 20px; color: var(--muted); }

/* Blog */
.blog-hero { background: var(--cream); }
.page-hero-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.blog-hero-mark { position: relative; display: grid; width: 210px; height: 210px; flex: 0 0 auto; place-items: center; border: 1px solid #cfd7d2; border-radius: 50%; color: var(--green); }
.blog-hero-mark::before { position: absolute; inset: 23px; border: 1px dashed #afc5bd; border-radius: 50%; content: ""; }
.blog-hero-mark span { position: relative; z-index: 2; display: grid; width: 72px; height: 72px; place-items: center; border-radius: 18px; background: var(--green); color: var(--white); font-size: 2rem; font-weight: 850; transform: rotate(-5deg); }
.blog-hero-mark i { position: absolute; width: 50px; height: 8px; border-radius: 10px; background: var(--accent); }
.blog-hero-mark i:nth-of-type(1) { top: 30px; right: -4px; transform: rotate(45deg); }
.blog-hero-mark i:nth-of-type(2) { bottom: 26px; left: 3px; transform: rotate(45deg); }
.blog-hero-mark i:nth-of-type(3) { right: 1px; bottom: 42px; width: 23px; transform: rotate(-35deg); }
.featured-article-section { padding-bottom: 45px; }
.featured-article { display: grid; min-height: 430px; grid-template-columns: .95fr 1.05fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.featured-visual { position: relative; display: grid; min-height: 400px; place-items: center; overflow: hidden; background: var(--green); }
.featured-visual::before, .featured-visual::after { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; }
.featured-visual::before { width: 460px; height: 460px; }
.featured-visual::after { width: 320px; height: 320px; }
.featured-tag { position: absolute; z-index: 2; top: 26px; left: 26px; padding: 7px 10px; border-radius: 99px; background: var(--accent); color: var(--ink); font-size: .65rem; font-weight: 800; }
.ledger-art { position: relative; z-index: 2; width: 240px; height: 285px; padding: 55px 30px; border: 8px solid rgba(255,255,255,.25); border-radius: 13px 27px 13px 13px; background: var(--white); box-shadow: 22px 24px 0 rgba(240,154,84,.85); transform: rotate(-5deg); }
.ledger-art i { display: block; height: 8px; margin-bottom: 18px; border-radius: 9px; background: #dce6e2; }
.ledger-art i:nth-child(2) { width: 74%; }
.ledger-art i:nth-child(3) { width: 88%; }
.ledger-art span { display: grid; width: 54px; height: 54px; margin-top: 38px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 1.5rem; font-weight: 850; }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 23px; margin-bottom: 18px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.article-meta span { position: relative; }
.article-meta span + span::before { position: absolute; top: 50%; left: -13px; width: 3px; height: 3px; border-radius: 50%; background: var(--accent-dark); content: ""; }
.featured-copy h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.2vw, 3.1rem); }
.featured-copy p { margin-bottom: 27px; color: var(--muted); }
.articles-section { padding-top: 45px; }
.articles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .22s, box-shadow .22s; }
.article-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.article-card-visual { position: relative; display: grid; height: 210px; place-items: center; overflow: hidden; background: #e1edf7; color: var(--green); }
.article-card-visual::before { position: absolute; width: 230px; height: 230px; border: 1px solid rgba(23,95,168,.15); border-radius: 50%; content: ""; box-shadow: 0 0 0 35px rgba(23,95,168,.035); }
.article-card-visual > span { position: relative; z-index: 2; display: grid; width: 68px; height: 68px; place-items: center; border-radius: 18px; background: var(--white); box-shadow: var(--shadow-sm); transform: rotate(-5deg); }
.article-card-visual svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.article-card-visual i { position: absolute; height: 7px; border-radius: 5px; background: var(--accent); }
.article-card-visual i:nth-of-type(1) { top: 34px; right: 50px; width: 50px; transform: rotate(27deg); }
.article-card-visual i:nth-of-type(2) { bottom: 31px; left: 57px; width: 33px; transform: rotate(-35deg); }
.article-card-visual.visual-2 { background: #f0e7d9; }
.article-card-visual.visual-3 { background: #dde7ed; }
.article-card-body { padding: 30px; }
.article-card h2 { margin-bottom: 14px; font-size: 1.35rem; }
.article-card p { margin-bottom: 21px; color: var(--muted); font-size: .86rem; }

/* Article */
.article-header { margin-top: 16px; padding: 95px 0; background: var(--green-deep); }
.article-header-inner { max-width: 960px; }
.article-header h1 { max-width: 1050px; margin-bottom: 25px; color: var(--white); font-size: clamp(2.5rem, 5vw, 4.55rem); }
.article-header-inner > p { max-width: 830px; margin-bottom: 32px; color: #c6daed; font-size: 1.08rem; }
.article-meta-light { color: #b8d0e6; }
.article-byline { display: flex; align-items: center; gap: 12px; color: var(--white); }
.author-mark { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 10px; background: var(--accent); color: var(--ink); font-weight: 850; }
.article-byline > span:not(.author-mark) { display: flex; flex-direction: column; line-height: 1.3; }
.article-byline small { color: #abc8e2; font-size: .64rem; }
.article-byline strong, .article-byline time { font-size: .78rem; font-weight: 750; }
.article-byline i { width: 1px; height: 32px; margin: 0 8px; background: rgba(255,255,255,.17); }
.article-layout { display: grid; align-items: start; padding-top: 80px; padding-bottom: 100px; grid-template-columns: 260px minmax(0, 760px); justify-content: space-between; gap: 80px; }
.article-toc { position: sticky; top: 35px; padding: 24px 0; border-top: 2px solid var(--green); border-bottom: 1px solid var(--line); }
.admin-bar .article-toc { top: 67px; }
.article-toc > strong { display: block; margin-bottom: 17px; color: var(--ink); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.article-toc ol { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.article-toc a { display: grid; align-items: start; grid-template-columns: 23px 1fr; gap: 8px; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.article-toc a:hover { color: var(--green); }
.article-toc a span { color: var(--accent-dark); font-size: .65rem; font-weight: 800; }
.article-content > section { margin-bottom: 68px; scroll-margin-top: 35px; }
.article-section-number { display: block; margin-bottom: 12px; color: var(--accent-dark); font-size: .72rem; font-weight: 850; }
.article-content h2 { margin-bottom: 23px; font-size: clamp(1.75rem, 3vw, 2.55rem); }
.article-content p { margin-bottom: 20px; font-size: 1rem; line-height: 1.82; }
.article-list { display: grid; gap: 10px; margin: 27px 0; padding: 22px 25px; border-radius: 14px; background: var(--mint); list-style: none; }
.article-list li { display: flex; align-items: start; gap: 11px; color: var(--ink); font-size: .9rem; }
.article-list svg { width: 18px; margin-top: 3px; flex: 0 0 auto; fill: none; stroke: var(--green); stroke-width: 2; }
.article-content blockquote { display: flex; gap: 17px; margin: 30px 0; padding: 25px; border: 0; border-left: 4px solid var(--accent); border-radius: 0 13px 13px 0; background: var(--cream); }
.article-content blockquote > svg { width: 27px; flex: 0 0 auto; fill: none; stroke: var(--green); stroke-width: 1.7; }
.article-content blockquote p { margin: 0; color: var(--ink); font-size: .94rem; font-weight: 650; }
.article-commercial-links { margin: 68px 0 30px; padding: 32px; border: 1px solid #cfe0ef; border-radius: var(--radius); background: var(--mint); }
.article-commercial-links h2 { margin-bottom: 12px; font-size: 1.65rem; }
.article-commercial-links > p { margin-bottom: 23px; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.article-commercial-links > div { display: grid; gap: 9px; }
.article-commercial-links a { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); font-size: .88rem; font-weight: 750; transition: border-color .2s, color .2s, transform .2s; }
.article-commercial-links a:hover { border-color: var(--green); color: var(--green); transform: translateX(3px); }
.article-commercial-links a svg { width: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.article-service-cta { display: grid; align-items: center; margin: 75px 0; padding: 30px; grid-template-columns: 55px 1fr auto; gap: 20px; border-radius: var(--radius); background: var(--green); color: var(--white); }
.article-service-cta > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; background: var(--accent); color: var(--ink); }
.article-service-cta svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.article-service-cta small { color: #c3d9ed; font-size: .68rem; }
.article-service-cta h2 { margin: 2px 0 3px; color: var(--white); font-size: 1.2rem; }
.article-service-cta p { margin: 0; color: #deebf6; font-size: .75rem; }
.article-service-cta .button svg { width: 18px; }
.article-sources { margin: 65px 0 0 !important; padding-top: 28px; border-top: 1px solid var(--line); }
.article-sources h2 { font-size: 1.2rem; }
.article-sources ol { display: grid; gap: 8px; padding-left: 20px; }
.article-sources li { color: var(--muted); font-size: .78rem; }
.article-sources a { display: inline-flex; align-items: center; gap: 6px; text-decoration: underline; text-underline-offset: 3px; }
.article-sources a svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.article-sources > p { padding: 15px; border-radius: 9px; background: #f4f2ed; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.more-articles-section { background: var(--cream); }
.related-articles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.related-articles-grid > a { position: relative; min-height: 210px; padding: 30px 75px 30px 30px; border: 1px solid #dadbd4; border-radius: var(--radius); background: rgba(255,255,255,.52); }
.related-articles-grid > a:hover { border-color: var(--green); background: var(--white); }
.related-articles-grid span { color: var(--muted); font-size: .67rem; }
.related-articles-grid h3 { margin-top: 16px; font-size: 1.25rem; }
.related-articles-grid i { position: absolute; right: 26px; bottom: 27px; display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); }
.related-articles-grid svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Contact */
.contact-hero { background: var(--cream); }
.contact-hero-grid { display: grid; align-items: center; grid-template-columns: 1fr auto; gap: 80px; }
.contact-hero h1 span { color: var(--accent-dark); }
.contact-hero-stamp { display: flex; width: 230px; height: 230px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #c9d6d1; border-radius: 50%; text-align: center; }
.contact-hero-stamp > span { display: grid; width: 55px; height: 55px; margin-bottom: 14px; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); }
.contact-hero-stamp svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-hero-stamp strong { max-width: 150px; color: var(--ink); font-size: .89rem; line-height: 1.3; }
.contact-hero-stamp small { margin-top: 6px; color: var(--muted); font-size: .65rem; }
.contact-details-section { padding-top: 65px; padding-bottom: 30px; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-card { position: relative; display: grid; min-height: 150px; padding: 24px; grid-template-columns: 45px 1fr; align-content: center; column-gap: 15px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-card > span { display: grid; width: 44px; height: 44px; grid-row: span 2; place-items: center; border-radius: 12px; background: var(--mint); color: var(--green); }
.contact-card > span svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.contact-card small { color: var(--muted); font-size: .67rem; }
.contact-card strong { overflow-wrap: anywhere; color: var(--ink); font-size: .88rem; }
.contact-card > i { position: absolute; top: 22px; right: 22px; color: var(--green); }
.contact-card > i svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
a.contact-card:hover { border-color: var(--green); box-shadow: var(--shadow-sm); }
.contact-main-section { padding-top: 40px; background: var(--paper); }
.contact-main-grid { display: grid; align-items: stretch; grid-template-columns: 1fr 1fr; gap: 25px; }
.map-placeholder { position: relative; min-height: 690px; overflow: hidden; border-radius: var(--radius-lg); background: #dce7e1; }
.map-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(23,74,64,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(23,74,64,.1) 1px, transparent 1px); background-size: 48px 48px; }
.map-road { position: absolute; width: 850px; height: 45px; border: 10px solid rgba(255,255,255,.8); border-radius: 50%; }
.road-one { top: 120px; left: -240px; transform: rotate(22deg); }
.road-two { right: -380px; bottom: 160px; transform: rotate(-40deg); }
.map-pin { position: absolute; top: 40%; left: 52%; display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50% 50% 50% 0; background: var(--green); color: var(--white); box-shadow: var(--shadow-lg); transform: rotate(-45deg); }
.map-pin svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; transform: rotate(45deg); }
.map-address { position: absolute; right: 25px; bottom: 25px; left: 25px; display: flex; flex-direction: column; padding: 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); }
.map-address small { color: var(--muted); font-size: .66rem; }
.map-address strong { margin: 4px 0; color: var(--ink); }
.map-address span { color: var(--muted); font-size: .72rem; }
.contact-main-grid .lead-form-wrap { display: flex; flex-direction: column; justify-content: center; box-shadow: none; border: 1px solid var(--line); }
.contact-note-section { padding-top: 15px; background: var(--paper); }
.contact-note { display: grid; align-items: center; padding: 30px; grid-template-columns: 55px 1fr auto; gap: 22px; border-radius: var(--radius); background: var(--cream); }
.contact-note > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; background: var(--green); color: var(--white); }
.contact-note svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.contact-note h2 { margin-bottom: 6px; font-size: 1.25rem; }
.contact-note p { margin: 0; color: var(--muted); font-size: .82rem; }
.contact-note .button svg { width: 18px; }

/* Footer */
.site-footer { padding-top: 72px; background: #0d302a; color: #d6e5df; }
.footer-grid { display: grid; padding-bottom: 58px; grid-template-columns: 1.25fr .9fr .7fr 1.25fr; gap: 65px; }
.brand-light { color: var(--white); }
.brand-light .brand-mark { background: var(--accent); }
.brand-light .brand-mark svg { fill: var(--ink); }
.footer-brand p { max-width: 270px; margin: 22px 0 16px; color: #9ebbb1; font-size: .82rem; }
.footer-phone { color: var(--white); font-size: 1.05rem; font-weight: 750; }
.site-footer h2 { margin: 6px 0 19px; color: var(--white); font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.site-footer li, .footer-contact a, .footer-contact > div { color: #a9c2b9; font-size: .78rem; }
.site-footer li a:hover, .footer-contact a:hover { color: var(--white); }
.footer-contact { display: grid; align-content: start; gap: 14px; }
.footer-contact h2 { margin-bottom: 5px; }
.footer-contact a, .footer-contact > div { display: flex; align-items: start; gap: 10px; }
.footer-contact svg { width: 17px; margin-top: 3px; flex: 0 0 auto; fill: none; stroke: var(--accent); stroke-width: 1.7; }
.footer-contact span { overflow-wrap: anywhere; }
.footer-bottom { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #75958a; font-size: .67rem; }
.mobile-call { display: none; }

.fallback-page, .error-page { min-height: 60vh; padding: 100px 0; }
.error-inner { max-width: 690px; text-align: center; }
.error-inner > span { display: block; margin-bottom: 12px; color: var(--accent-dark); font-size: 5rem; font-weight: 850; line-height: 1; }
.error-inner p { color: var(--muted); }

@media (max-width: 1120px) {
  .primary-nav { gap: 18px; }
  .header-phone small { display: none; }
  .hero-grid { gap: 35px; }
  .note-bottom { right: 0; }
  .control-grid, .service-hero-grid { gap: 55px; }
  .footer-grid { gap: 38px; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 80px; }
  .section { padding: 82px 0; }
  .header-note { display: none; }
  .header-main { height: 70px; }
  .header-actions .header-phone { display: none; }
  .menu-toggle { display: grid; width: 42px; height: 42px; margin-left: auto; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
  .menu-toggle span { display: block; width: 19px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 90; top: 70px; right: 0; bottom: 0; left: 0; display: block; padding: 24px 20px 40px; overflow-y: auto; background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s, transform .2s; }
  .menu-open .primary-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav > a, .nav-services-toggle { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav-services { position: static; }
  .services-menu { position: static; display: none; width: 100%; padding: 10px 0; grid-template-columns: 1fr; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .nav-services.is-open .services-menu { display: grid; transform: none; }
  .services-menu-intro { display: none; }
  .services-menu-links { padding: 0; }
  .services-menu-links a { padding: 11px 13px; font-size: .88rem; }
  .mobile-nav-contact { display: grid; gap: 12px; margin-top: 25px; }
  .mobile-nav-contact > a:first-child { display: flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 750; }
  .mobile-nav-contact svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .hero-grid { grid-template-columns: 1fr; }
  .home-hero { padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 570px); margin: 0 auto; }
  .quick-benefits-grid { grid-template-columns: 1fr 1fr; }
  .quick-benefits-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .quick-benefits-grid > div { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { min-height: 310px; grid-column: auto; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 270px; }
  .control-grid, .audience-grid { grid-template-columns: 1fr; gap: 50px; }
  .service-seo-grid { grid-template-columns: 1fr; }
  .control-copy { max-width: 720px; }
  .control-visual { width: min(100%, 650px); margin: auto; }
  .pricing-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .process-grid::before { display: none; }
  .faq-layout { grid-template-columns: 1fr; gap: 20px; }
  .faq-layout .section-heading { position: static; }
  .form-section-grid { grid-template-columns: 1fr; gap: 45px; }
  .form-aside { max-width: 720px; }
  .service-hero-grid { grid-template-columns: 1fr; }
  .service-price-card { width: min(100%, 620px); }
  .service-process-line { grid-template-columns: 1fr 1fr; }
  .service-process-line > div:nth-child(2) { border-right: 0; }
  .service-process-line > div:nth-child(-n+2) { border-bottom: 1px solid #d9d9d2; }
  .related-feature { gap: 40px; }
  .featured-article { grid-template-columns: 1fr; }
  .featured-visual { min-height: 360px; }
  .article-layout { grid-template-columns: 1fr; gap: 30px; }
  .article-toc { position: static; }
  .article-toc ol { grid-template-columns: 1fr 1fr; }
  .article-content { max-width: 780px; }
  .contact-main-grid { grid-template-columns: 1fr; }
  .map-placeholder { min-height: 500px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact { grid-column: span 3; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 67px 0; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2.05rem; }
  .header-main { gap: 10px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-word { font-size: 1.3rem; }
  .header-actions { order: 2; }
  .menu-toggle { order: 3; margin-left: 5px; }
  .primary-nav { top: 70px; }
  .home-hero { min-height: auto; padding: 57px 0 70px; }
  .hero-copy h1 { font-size: 2.8rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 10px; }
  .hero-visual { min-height: 430px; margin-top: 15px; }
  .accounting-card { top: 58px; right: 0; left: 0; width: auto; padding: 21px; }
  .note-top { top: 5px; left: 2px; }
  .note-bottom { bottom: 0; }
  .floating-note { padding: 10px 12px; }
  .quick-benefits-grid { grid-template-columns: 1fr; }
  .quick-benefits-grid > div, .quick-benefits-grid > div:nth-child(3) { min-height: 83px; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
  .section-heading { margin-bottom: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5), .service-card:last-child { min-height: 285px; grid-column: auto; }
  .control-visual { padding-left: 10px; }
  .photo-placeholder { min-height: 390px; }
  .control-stat { width: 145px; padding: 14px; }
  .control-stat strong { font-size: 1.6rem; }
  .price-card { padding: 25px 20px; border-radius: var(--radius); }
  .price-card-head { align-items: start; }
  .price-card-head h3 { font-size: 1.5rem; }
  .price-list li { display: grid; gap: 2px; }
  .process-grid { grid-template-columns: 1fr; }
  .faq-item summary { min-height: 74px; font-size: .94rem; }
  .lead-form-wrap { padding: 27px 20px; border-radius: var(--radius); }
  .form-grid { grid-template-columns: 1fr; }
  .form-aside h2 { font-size: 2rem; }
  .breadcrumbs { padding-top: 13px; }
  .service-hero { padding: 50px 0 65px; }
  .service-hero-copy h1 { font-size: 2.7rem; }
  .service-hero-copy h1 span { margin-top: 7px; font-size: .43em; }
  .service-hero-copy .button { width: 100%; }
  .service-price-card { padding: 30px 24px; }
  .included-grid, .outcomes-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 225px; }
  .outcome-card > span { margin-bottom: 36px; }
  .service-process-line { grid-template-columns: 1fr; }
  .service-process-line > div, .service-process-line > div:nth-child(2) { min-height: 230px; border-right: 0; border-bottom: 1px solid #d9d9d2; }
  .service-process-line > div:last-child { border-bottom: 0; }
  .service-process-line span { margin-bottom: 32px; }
  .related-feature { padding: 19px; grid-template-columns: 1fr; gap: 30px; }
  .related-feature-visual { min-height: 230px; }
  .related-feature h2 { font-size: 1.8rem; }
  .page-hero { padding: 60px 0; }
  .page-hero-inner { display: block; }
  .blog-hero-mark { width: 150px; height: 150px; margin: 45px auto 0; }
  .featured-article-section { padding-top: 60px; }
  .featured-visual { min-height: 310px; }
  .ledger-art { width: 175px; height: 220px; padding: 38px 23px; border-width: 6px; box-shadow: 15px 17px 0 rgba(240,154,84,.85); }
  .ledger-art span { width: 43px; height: 43px; margin-top: 20px; }
  .featured-copy { padding: 28px 22px; }
  .featured-copy h2 { font-size: 1.8rem; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card-visual { height: 190px; }
  .article-header { padding: 68px 0; }
  .article-header h1 { font-size: 2.5rem; }
  .article-header-inner > p { font-size: .98rem; }
  .article-byline { flex-wrap: wrap; }
  .article-byline i { display: none; }
  .article-layout { padding-top: 55px; padding-bottom: 70px; }
  .article-toc ol { grid-template-columns: 1fr; }
  .article-content > section { margin-bottom: 55px; }
  .article-content p { font-size: .94rem; }
  .service-seo-block, .article-commercial-links { padding: 24px 20px; }
  .article-service-cta { grid-template-columns: 46px 1fr; padding: 22px; }
  .article-service-cta > span { width: 44px; height: 44px; }
  .article-service-cta .button { grid-column: 1 / -1; }
  .section-heading-row { display: block; }
  .section-heading-row .section-heading { margin-bottom: 20px; }
  .related-articles-grid { grid-template-columns: 1fr; }
  .contact-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-hero-stamp { width: 170px; height: 170px; }
  .contact-cards { grid-template-columns: 1fr; }
  .map-placeholder { min-height: 430px; }
  .contact-note { grid-template-columns: 48px 1fr; padding: 23px; }
  .contact-note .button { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand, .footer-contact { grid-column: span 2; }
  .footer-bottom { min-height: 100px; flex-direction: column; align-items: start; justify-content: center; gap: 6px; }
  .mobile-call { position: fixed; z-index: 80; right: 17px; bottom: 17px; display: grid; width: 53px; height: 53px; place-items: center; border: 3px solid var(--paper); border-radius: 50%; background: var(--accent); color: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,.22); }
  .mobile-call svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-footer, .form-section, .faq-section, .more-articles-section, .article-toc, .mobile-call { display: none !important; }
  .article-header { padding: 20px 0; background: #fff; }
  .article-header h1, .article-header p, .article-header * { color: #111 !important; }
  .article-layout { display: block; padding: 20px 0; }
}
