
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/roboto-latin-900-normal.woff2') format('woff2');
}

:root {
  --green: #03d77e;
  --green-dark: #1bae70;
  --green-deep: #0f8a58;
  --ink: #14261c;
  --ink-soft: #1d3527;
  --body: #4e5652;
  --muted: #7b847f;
  --bg: #f4f6f4;
  --white: #ffffff;
  --line: #e2e7e3;
  --shadow-sm: 0 4px 14px rgba(20, 38, 28, .06);
  --shadow-md: 0 14px 36px rgba(20, 38, 28, .10);
  --shadow-lg: 0 24px 60px rgba(20, 38, 28, .16);
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1180px;
  --transition: .3s cubic-bezier(.4, 0, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--body);
  background: var(--bg);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-dark); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--ink); }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--ink);
  line-height: 1.25;
  margin: 0 0 .6em;
  font-weight: 700;
}
h1 { font-size: clamp(2rem, 4.4vw, 3.15rem); font-weight: 900; letter-spacing: -.5px; }
h2 { font-size: clamp(1.6rem, 3.1vw, 2.35rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2.1vw, 1.5rem); font-weight: 700; }
h4 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1.15rem; }
ul, ol { margin: 0 0 1.15rem; padding-left: 1.2rem; }
li { margin-bottom: .5rem; }
blockquote {
  margin: 1.8rem 0;
  padding: 1.4rem 1.6rem;
  border-left: 4px solid var(--green);
  background: rgba(3, 215, 126, .07);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.05rem;
  color: var(--ink-soft);
}
blockquote p:last-child { margin-bottom: 0; }
table { width: 100%; border-collapse: collapse; margin: 1.6rem 0; font-size: .96rem; }
th, td { padding: .85rem 1rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--ink); color: #fff; font-weight: 500; }
tbody tr:nth-child(even) { background: rgba(255, 255, 255, .6); }
code {
  background: #eef2ef; padding: .1rem .4rem; border-radius: 5px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; color: var(--ink);
}
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
::selection { background: var(--green); color: #05251a; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 860px; }
.section { padding: 84px 0; }
.section-sm { padding: 56px 0; }
.section-white { background: var(--white); }
.section-tint { background: linear-gradient(180deg, #eef3ef 0%, #f4f6f4 100%); }
.section-dark { background: var(--ink); color: #cdd8d1; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.text-center { text-align: center; }
.eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: 2.4px;
  text-transform: uppercase; color: var(--green-dark); margin-bottom: .9rem;
}
.section-head { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-head p { font-size: 1.06rem; margin-bottom: 0; }
.lead { font-size: 1.15rem; color: var(--ink-soft); }
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff;
  padding: 10px 18px; z-index: 999; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: 14px 30px; border-radius: 50px; font-weight: 700; font-size: .95rem;
  letter-spacing: .4px; border: 2px solid transparent; cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
  text-align: center;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--green); color: #05251a; box-shadow: 0 10px 24px rgba(3, 215, 126, .32); }
.btn-primary:hover { background: var(--green-dark); color: #fff; transform: translateY(-3px); box-shadow: 0 16px 34px rgba(3, 215, 126, .4); }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; transform: translateY(-3px); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--green); color: #05251a; transform: translateY(-3px); }
.btn-ghost { border-color: rgba(255, 255, 255, .5); color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-lg { padding: 17px 38px; font-size: 1rem; }
.btn-block { width: 100%; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
  transition: box-shadow var(--transition), padding var(--transition);
}
.site-header.is-stuck { box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; color: var(--ink); font-size: 1.05rem; line-height: 1.2; }
.brand img { width: 44px; height: 44px; }
.brand span small { display: block; font-size: .68rem; font-weight: 500; letter-spacing: 1.6px; color: var(--green-dark); text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { color: var(--ink); font-weight: 500; font-size: .95rem; padding: 10px 14px; border-radius: 8px; position: relative; }
.nav a::after {
  content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform var(--transition);
}
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.nav a.active { color: var(--green-dark); }
.has-dropdown { position: relative; }
.dropdown-toggle { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; font: inherit; font-weight: 500; font-size: .95rem; color: var(--ink); cursor: pointer; padding: 10px 14px; border-radius: 8px; font-family: inherit; }
.dropdown-toggle svg { width: 12px; height: 12px; transition: transform var(--transition); }
.has-dropdown.open .dropdown-toggle svg { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 286px; background: #fff;
  border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 10px; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: all var(--transition); z-index: 60;
}
.has-dropdown:hover .dropdown, .has-dropdown.open .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li { margin: 0; }
.dropdown a { display: block; padding: 10px 14px; border-radius: 9px; font-size: .92rem; }
.dropdown a::after { display: none; }
.dropdown a:hover { background: rgba(3, 215, 126, .12); color: var(--ink); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none; width: 46px; height: 42px; border: 1px solid var(--line); background: #fff;
  border-radius: 10px; cursor: pointer; padding: 10px 11px;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: all var(--transition); }
.nav-toggle span + span { margin-top: 5px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--green), var(--green-deep)); z-index: 200; transition: width .1s linear; }

.hero { position: relative; padding: 96px 0 84px; overflow: hidden; background: linear-gradient(135deg, #0f2019 0%, #14261c 55%, #10362a 100%); color: #d8e3dc; }
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('../img/hero-bg.jpg') center/cover no-repeat; opacity: .18; filter: grayscale(35%);
}
.hero::after {
  content: ''; position: absolute; width: 620px; height: 620px; right: -180px; top: -220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 215, 126, .38) 0%, rgba(3, 215, 126, 0) 65%);
  animation: floaty 9s ease-in-out infinite;
}
.hero > .container { position: relative; z-index: 2; }
.hero h1 { color: #fff; max-width: 15ch; }
.hero .hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.hero p { font-size: 1.12rem; color: #c3d2c9; max-width: 54ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .14); }
.hero-badge strong { display: block; font-size: 1.9rem; color: var(--green); font-weight: 900; line-height: 1.1; }
.hero-badge span { font-size: .85rem; color: #a9bcb0; letter-spacing: .4px; }
.hero-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-card img { width: 100%; }
.hero-float {
  position: absolute; bottom: 18px; left: 18px; right: 18px; background: rgba(255, 255, 255, .95);
  border-radius: var(--radius); padding: 14px 18px; display: flex; align-items: center; gap: 12px;
  box-shadow: var(--shadow-md); animation: floaty 6s ease-in-out infinite;
}
.hero-float .dot { width: 40px; height: 40px; border-radius: 50%; background: rgba(3, 215, 126, .16); display: grid; place-items: center; color: var(--green-deep); flex: 0 0 auto; }
.hero-float p { margin: 0; font-size: .88rem; color: var(--ink); line-height: 1.4; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.page-hero { position: relative; padding: 72px 0 64px; background: var(--ink); color: #cfdad3; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: url('../img/cta-office.jpg') center/cover no-repeat; opacity: .16; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(20, 38, 28, .96) 20%, rgba(20, 38, 28, .62) 100%); }
.page-hero > .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: .45em; }
.page-hero p { max-width: 62ch; color: #bccdc2; margin-bottom: 0; }
.breadcrumbs { font-size: .84rem; color: #94a89b; margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.breadcrumbs a { color: var(--green); }
.breadcrumbs span { color: #7d9187; }

.card {
  background: #fff; border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  height: 100%;
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(3, 215, 126, .4); }
.card h3 { margin-bottom: .5rem; }
.card p:last-child { margin-bottom: 0; }
.card-icon {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(3, 215, 126, .2), rgba(27, 174, 112, .12)); color: var(--green-deep);
}
.card-icon svg { width: 26px; height: 26px; }
.card-media { border-radius: var(--radius-lg) var(--radius-lg) 0 0; overflow: hidden; aspect-ratio: 16/10; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card-flush { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.card-flush .card-body { padding: 26px 28px 30px; flex: 1; display: flex; flex-direction: column; }
.card-flush:hover .card-media img { transform: scale(1.06); }
.card-tag {
  display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px;
  color: var(--green-deep); background: rgba(3, 215, 126, .13); padding: 5px 12px; border-radius: 50px; margin-bottom: 12px;
}
.card-meta { font-size: .82rem; color: var(--muted); display: flex; gap: 14px; flex-wrap: wrap; margin-top: auto; padding-top: 16px; align-items: center; }
.card-meta svg, .article-meta svg { width: 15px; height: 15px; flex: 0 0 auto; vertical-align: -2px; }
.card-meta span, .article-meta > span { display: inline-flex; align-items: center; gap: 6px; }
.card-link { font-weight: 700; display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; }
.card-link svg { width: 16px; height: 16px; transition: transform var(--transition); }
.card-link:hover svg { transform: translateX(5px); }

.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px 30px; height: 100%; transition: transform var(--transition), box-shadow var(--transition); }
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step-num {
  position: absolute; top: -20px; left: 28px; width: 46px; height: 46px; border-radius: 14px;
  background: var(--ink); color: var(--green); display: grid; place-items: center; font-weight: 900; font-size: 1.1rem;
}
.step h3 { margin-top: 12px; }

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding-left: 34px; margin-bottom: 14px; }
.check-list li::before {
  content: ''; position: absolute; left: 0; top: 6px; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(3, 215, 126, .18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f8a58' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat;
}
.section-dark .check-list li::before { background-color: rgba(3, 215, 126, .22); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.split-media img { width: 100%; }
.split-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(3, 215, 126, .16), transparent 55%); }
.split-badge {
  position: absolute; right: 18px; bottom: 18px; background: #fff; border-radius: var(--radius);
  padding: 14px 20px; box-shadow: var(--shadow-md); z-index: 2; text-align: center;
}
.split-badge strong { display: block; font-size: 1.6rem; color: var(--green-deep); font-weight: 900; }
.split-badge span { font-size: .78rem; color: var(--muted); letter-spacing: .6px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-lg); padding: 30px 24px; text-align: center; }
.stat strong { display: block; font-size: 2.6rem; font-weight: 900; color: var(--green); line-height: 1; }
.stat span { font-size: .9rem; color: #b8c8be; }
.section-white .stat, .section-tint .stat { background: #fff; border-color: var(--line); }
.section-white .stat span, .section-tint .stat span { color: var(--muted); }
.section-white .stat strong, .section-tint .stat strong { color: var(--green-deep); }

.logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.logo-pill {
  background: #fff; border: 1px solid var(--line); border-radius: 50px; padding: 12px 26px;
  font-weight: 700; color: var(--ink); letter-spacing: .6px; box-shadow: var(--shadow-sm);
  transition: transform var(--transition), color var(--transition);
}
.logo-pill:hover { transform: translateY(-4px); color: var(--green-deep); }

.testimonial-slider { padding-bottom: 56px; }
.testimonial {
  background: #fff; border-radius: var(--radius-lg); padding: 38px 36px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); height: auto; display: flex; flex-direction: column; gap: 18px;
}
.testimonial .quote-mark { font-size: 3rem; line-height: 1; color: var(--green); font-weight: 900; }
.testimonial p { font-size: 1rem; margin: 0; }
.testimonial-author { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.testimonial-author img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.testimonial-author strong { display: block; color: var(--ink); }
.testimonial-author span { font-size: .85rem; color: var(--muted); }
.swiper-pagination-bullet-active { background: var(--green-deep) !important; }
.swiper-button-next, .swiper-button-prev { color: var(--green-deep) !important; }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 20px !important; font-weight: 700; }

.accordion { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.accordion-item + .accordion-item { border-top: 1px solid var(--line); }
.accordion-trigger {
  width: 100%; text-align: left; background: none; border: 0; padding: 22px 60px 22px 26px; font: inherit;
  font-weight: 700; color: var(--ink); font-size: 1.03rem; cursor: pointer; position: relative; font-family: inherit;
}
.accordion-trigger::after {
  content: ''; position: absolute; right: 24px; top: 50%; width: 14px; height: 14px; margin-top: -7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f8a58' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform var(--transition);
}
.accordion-trigger[aria-expanded="true"] { color: var(--green-deep); }
.accordion-trigger[aria-expanded="true"]::after { transform: rotate(180deg); }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.accordion-panel .panel-inner { padding: 0 26px 24px; }
.accordion-panel p:last-child { margin-bottom: 0; }

.tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 34px; }
.tab-btn {
  border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 50px; padding: 10px 22px;
  font: inherit; font-size: .9rem; font-weight: 500; cursor: pointer; transition: all var(--transition);
}
.tab-btn:hover { border-color: var(--green); }
.tab-btn.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.tab-panel { display: none; animation: fadeUp .5s ease; }
.tab-panel.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px 32px; position: relative; height: 100%; display: flex; flex-direction: column; transition: transform var(--transition), box-shadow var(--transition); }
.price-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.price-card.featured { border-color: var(--green); box-shadow: var(--shadow-md); }
.price-flag { position: absolute; top: -14px; right: 26px; background: var(--green); color: #05251a; font-size: .72rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; padding: 6px 14px; border-radius: 50px; }
.price-amount { font-size: 2.6rem; font-weight: 900; color: var(--ink); line-height: 1; margin: 10px 0 4px; }
.price-amount small { font-size: .95rem; font-weight: 500; color: var(--muted); }
.price-card .btn { margin-top: auto; }

.cta-band { position: relative; overflow: hidden; background: var(--ink); color: #cfdad3; border-radius: var(--radius-lg); padding: 58px 48px; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: url('../img/cta-office.jpg') center/cover no-repeat; opacity: .16; }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; }
.cta-band p { max-width: 58ch; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }
.field label { font-weight: 500; color: var(--ink); font-size: .92rem; }
.field .req { color: #d94f4f; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px;
  font: inherit; font-size: .96rem; color: var(--ink); background: #fff; transition: border-color var(--transition), box-shadow var(--transition);
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(3, 215, 126, .14);
}
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #d94f4f; box-shadow: 0 0 0 4px rgba(217, 79, 79, .12); }
.field.is-valid input, .field.is-valid select, .field.is-valid textarea { border-color: var(--green-dark); }
.error-msg { color: #c53c3c; font-size: .83rem; min-height: 1em; display: none; }
.field.has-error .error-msg { display: block; }
.checkbox-field { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 20px; }
.checkbox-field input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--green-dark); flex: 0 0 auto; }
.checkbox-field label { font-size: .9rem; color: var(--body); }
.form-note { font-size: .85rem; color: var(--muted); }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow-sm); }
.form-status { display: none; padding: 14px 18px; border-radius: 12px; margin-bottom: 18px; font-size: .92rem; }
.form-status.error { display: block; background: rgba(217, 79, 79, .1); color: #a93232; border: 1px solid rgba(217, 79, 79, .3); }
.form-status.success { display: block; background: rgba(3, 215, 126, .12); color: var(--green-deep); border: 1px solid rgba(3, 215, 126, .35); }

.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input { flex: 1 1 240px; padding: 13px 18px; border-radius: 50px; border: 1.5px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .08); color: #fff; font: inherit; }
.newsletter-form input::placeholder { color: #93a89a; }
.newsletter-form input:focus { outline: none; border-color: var(--green); }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 54px; align-items: start; }
.article-body { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 46px; box-shadow: var(--shadow-sm); }
.article-body > h2 { margin-top: 2.2rem; padding-top: .4rem; }
.article-body > h3 { margin-top: 1.8rem; }
.article-body img { border-radius: var(--radius); margin: 1.6rem 0; }
.article-hero-img { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 34px; box-shadow: var(--shadow-md); }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; font-size: .88rem; color: var(--muted); margin-bottom: 8px; }
.article-meta .author { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 500; }
.article-meta .author img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 24px; }
.widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.widget h3 { font-size: 1.1rem; margin-bottom: 1rem; }
.toc { list-style: none; padding: 0; margin: 0; font-size: .92rem; }
.toc li { margin-bottom: 10px; }
.toc a { color: var(--body); display: block; padding-left: 14px; border-left: 2px solid var(--line); }
.toc a:hover, .toc a.active { color: var(--green-deep); border-color: var(--green); }
.widget-list { list-style: none; padding: 0; margin: 0; }
.widget-list li { border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 12px; }
.widget-list li:last-child { border: 0; margin: 0; padding: 0; }
.widget-list a { color: var(--ink); font-weight: 500; font-size: .94rem; }
.widget-list a:hover { color: var(--green-deep); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { font-size: .8rem; background: rgba(3, 215, 126, .1); color: var(--green-deep); padding: 6px 13px; border-radius: 50px; }
.tag-cloud a:hover { background: var(--green); color: #05251a; }
.share-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.share-row a, .share-row button {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--bg);
  border: 1px solid var(--line); color: var(--ink); cursor: pointer; transition: all var(--transition);
}
.share-row a:hover, .share-row button:hover { background: var(--green); color: #05251a; border-color: var(--green); transform: translateY(-3px); }
.share-row svg { width: 17px; height: 17px; }
.key-takeaways { background: rgba(3, 215, 126, .08); border: 1px solid rgba(3, 215, 126, .3); border-radius: var(--radius); padding: 24px 28px; margin-bottom: 30px; }
.key-takeaways h2 { font-size: 1.15rem; margin-bottom: .7rem; }
.key-takeaways ul { margin-bottom: 0; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.post-nav a { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; display: block; box-shadow: var(--shadow-sm); }
.post-nav a:hover { border-color: var(--green); transform: translateY(-3px); }
.post-nav span { font-size: .76rem; text-transform: uppercase; letter-spacing: 1.4px; color: var(--muted); display: block; margin-bottom: 6px; }
.post-nav strong { color: var(--ink); font-size: .98rem; }
.post-nav .next { text-align: right; }

.legal-body { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 48px; box-shadow: var(--shadow-sm); }
.legal-body h2 { margin-top: 2.4rem; font-size: 1.5rem; }
.legal-body h2:first-of-type { margin-top: 0; }
.legal-body h3 { margin-top: 1.6rem; font-size: 1.15rem; }
.legal-updated { font-size: .88rem; color: var(--muted); margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }

.filter-bar { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; margin-bottom: 36px; }
.search-box { position: relative; flex: 1 1 260px; max-width: 340px; }
.search-box input { width: 100%; padding: 12px 18px 12px 44px; border-radius: 50px; border: 1.5px solid var(--line); font: inherit; font-size: .93rem; }
.search-box input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(3, 215, 126, .14); }
.search-box svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted); }
.no-results { display: none; text-align: center; padding: 40px 0; color: var(--muted); }

.portfolio-item { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; border: 1px solid var(--line); }
.portfolio-item .thumb { aspect-ratio: 4/3; overflow: hidden; }
.portfolio-item .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.portfolio-item:hover .thumb img { transform: scale(1.08); }
.portfolio-body { padding: 24px 26px 28px; }
.result-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 14px; }
.result-row div strong { display: block; font-size: 1.4rem; color: var(--green-deep); font-weight: 900; line-height: 1.1; }
.result-row div span { font-size: .8rem; color: var(--muted); }

.site-footer { background: var(--ink); color: #a9bcb0; padding: 66px 0 0; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; }
.site-footer h4 { color: #fff; font-size: 1rem; letter-spacing: .6px; margin-bottom: 1.1rem; }
.site-footer a { color: #a9bcb0; }
.site-footer a:hover { color: var(--green); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; font-size: .93rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #fff; font-weight: 900; }
.footer-brand img { width: 46px; height: 46px; }
.social-row { display: flex; gap: 10px; margin-top: 18px; }
.social-row a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); transition: all var(--transition);
}
.social-row a:hover { background: var(--green); color: #05251a; transform: translateY(-3px); }
.social-row svg { width: 17px; height: 17px; }
.footer-bottom {
  margin-top: 54px; border-top: 1px solid rgba(255, 255, 255, .1); padding: 22px 0;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .86rem;
}
.footer-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }

.to-top {
  position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 50%; border: 0;
  background: var(--green); color: #05251a; display: grid; place-items: center; cursor: pointer;
  box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(14px);
  transition: all var(--transition); z-index: 120;
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--green-dark); color: #fff; }
.to-top svg { width: 20px; height: 20px; }

.cookie-bar {
  position: fixed; left: 20px; right: 20px; bottom: 20px; max-width: 760px; margin: 0 auto; z-index: 150;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 22px 26px; display: none; gap: 18px; align-items: center; flex-wrap: wrap;
}
.cookie-bar.show { display: flex; animation: fadeUp .5s ease; }
.cookie-bar p { margin: 0; font-size: .9rem; flex: 1 1 320px; }

.error-code { font-size: clamp(5rem, 16vw, 10rem); font-weight: 900; color: var(--green); line-height: 1; margin-bottom: 0; }

.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; } .mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; } .mt-3 { margin-top: 2.2rem; }
.muted { color: var(--muted); }
.hidden { display: none !important; }

@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero .hero-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 560px; }
}
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 76px 0 0 auto; width: min(340px, 86vw); background: #fff; flex-direction: column;
    align-items: stretch; padding: 24px 20px; gap: 4px; box-shadow: var(--shadow-lg); overflow-y: auto;
    transform: translateX(105%); transition: transform var(--transition); z-index: 130;
  }
  .nav.open { transform: none; }
  .nav a, .dropdown-toggle { padding: 12px 10px; width: 100%; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; max-height: 0; overflow: hidden; padding: 0 0 0 12px; transition: max-height .35s ease; }
  .has-dropdown.open .dropdown { max-height: 420px; padding-bottom: 8px; }
  .has-dropdown:hover .dropdown { max-height: 0; }
  .has-dropdown.open:hover .dropdown { max-height: 420px; }
  .header-cta .btn { display: none; }
  .grid-2, .grid-3, .split, .form-grid { grid-template-columns: 1fr; }
  .section { padding: 62px 0; }
  .article-body, .legal-body, .form-card { padding: 28px 22px; }
  .cta-band { padding: 40px 26px; }
  .post-nav { grid-template-columns: 1fr; }
  .post-nav .next { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 520px) {
  .grid-4, .stats { grid-template-columns: 1fr; }
  body { font-size: 16px; }
  .btn { width: 100%; }
  .hero-actions .btn { width: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
@media print {
  .site-header, .site-footer, .to-top, .cookie-bar, .sidebar, .share-row { display: none !important; }
  body { background: #fff; }
}


.card-tag{
  width: max-content;
}