:root {
  --brand-900: #0f2a12;
  --brand-700: #1f5f2b;
  --brand-600: #3f8f4d;
  --brand-500: #58a860;
  --brand-400: #78b870;
  --brand-200: #cfe9ce;
  --bg: #f6faf4;
  --white: #ffffff;
  --ink: #102315;
  --ink-soft: #415347;
  --line: #d6e5d4;
  --shadow: 0 16px 40px rgba(22, 64, 30, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 0%, rgba(120, 184, 112, 0.22) 0%, rgba(120, 184, 112, 0) 34%),
    radial-gradient(circle at 0% 30%, rgba(88, 168, 96, 0.16) 0%, rgba(88, 168, 96, 0) 34%),
    var(--bg);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.bg-shape {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  z-index: -1;
  filter: blur(26px);
}

.bg-shape-1 {
  top: -120px;
  right: -80px;
  background: rgba(88, 168, 96, 0.25);
}

.bg-shape-2 {
  bottom: -130px;
  left: -100px;
  background: rgba(120, 184, 112, 0.2);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(246, 250, 244, 0.76);
  backdrop-filter: blur(10px);
}

.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-logo svg {
  height: 40px;
  width: auto;
  display: block;
}

.brand-logo {
  display: flex;
  align-items: center;
}

.hero {
  padding: 66px 0 42px;
}

.hero-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
  font-weight: 800;
  margin: 0 0 14px;
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  line-height: 1.15;
  margin-top: 0;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 16px;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 14px;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.subtitle {
  color: var(--ink-soft);
  font-size: 1.08rem;
  margin: 0;
}

.highlight-note {
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(88, 168, 96, 0.12);
  border: 1px solid rgba(88, 168, 96, 0.35);
  color: var(--brand-700);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.deadline-note {
  margin: 10px 0 0;
  color: #8a2323;
  font-weight: 700;
  font-size: 0.98rem;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  border-radius: 999px;
  padding: 0.86rem 1.3rem;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-700), var(--brand-500));
  box-shadow: 0 10px 24px rgba(31, 95, 43, 0.28);
}

.btn-secondary {
  color: var(--brand-900);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.hero-badges {
  margin-top: 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.hero-badges li {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.92rem;
}

.hero-media {
  position: relative;
}

.hero-media > img {
  border-radius: 26px;
  box-shadow: var(--shadow);
  min-height: 520px;
  width: 100%;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  right: -18px;
  bottom: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--shadow);
  max-width: 260px;
}

.floating-card span {
  color: var(--brand-600);
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.floating-card strong {
  display: block;
  margin: 6px 0;
  font-family: "Sora", sans-serif;
}

.floating-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.logos {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.logos-row {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink-soft);
  font-weight: 700;
  flex-wrap: wrap;
}

.partner {
  padding: 48px 0 36px;
  background: linear-gradient(180deg, rgba(120, 184, 112, 0.16), rgba(251, 253, 250, 0.5));
  border-bottom: 1px solid var(--line);
}

.partner-inner {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partner-inner h2 {
  margin-bottom: 8px;
}

.partner-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border-radius: 18px;
  padding: 12px 18px;
  border: 1px solid rgba(88, 168, 96, 0.4);
  box-shadow: 0 10px 24px rgba(18, 43, 21, 0.1);
}

.partner-logo svg {
  width: 56px;
  height: 56px;
}

.partner-logo span {
  font-weight: 600;
  color: var(--brand-700);
  font-size: 0.94rem;
}

.section {
  padding: 82px 0;
}

.section.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(244, 250, 244, 0.75));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.benefits {
  display: grid;
  gap: 14px;
}

.benefits article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
}

.benefits p,
.note,
.faq-grid p {
  margin: 0;
  color: var(--ink-soft);
}

.split-with-image {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
}

.split-with-image img {
  border-radius: 18px;
  box-shadow: var(--shadow);
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.check-list li {
  position: relative;
  padding-left: 24px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand-500);
  box-shadow: 0 0 0 3px rgba(88, 168, 96, 0.2);
}

.center {
  text-align: center;
}

.pricing-grid {
  margin-top: 26px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(19, 57, 27, 0.08);
}

.card-featured {
  border-color: rgba(88, 168, 96, 0.55);
  transform: translateY(-6px);
}

.tag {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0.34rem 0.66rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--brand-700);
  background: rgba(88, 168, 96, 0.14);
}

.card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.card li + li {
  margin-top: 7px;
}

.meta {
  margin: 16px 0 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.meta span {
  font-size: 0.83rem;
  background: #f1f8ef;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.32rem 0.64rem;
}

.note {
  margin-top: 16px;
  text-align: center;
  font-size: 0.95rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.steps article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}

.steps span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-500);
  color: var(--white);
  font-weight: 800;
  margin-bottom: 8px;
}

.steps p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.portfolio-grid {
  margin-top: 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portfolio-grid article {
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
}

.portfolio-grid img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.portfolio-grid h3 {
  margin: 0;
  padding: 14px;
  font-size: 1rem;
}

.context-banner {
  border-radius: 18px;
  padding: 24px 28px;
  background: linear-gradient(180deg, rgba(120, 184, 112, 0.15), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(88, 168, 96, 0.4);
  margin: 18px 0 32px;
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 8px 24px rgba(19, 57, 27, 0.08);
}

.context-banner.bottom {
  margin-top: 32px;
}

.context-banner h3 {
  margin: 0;
  font-size: 1.6rem;
}

.context-banner p {
  margin: 0;
  color: var(--ink-soft);
  max-width: 520px;
  line-height: 1.5;
}

.region-links {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.region-links a {
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  border-radius: 12px;
  padding: 12px 10px;
  border: 1px solid var(--line);
  background: var(--white);
}

.region-links a:hover {
  border-color: var(--brand-500);
}

.faq-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.faq-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
}

.faq-grid h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.cta-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.lead-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.lead-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  font-size: 0.95rem;
}

.privacy-checkbox {
  margin-top: 6px;
  margin-bottom: 8px;
  font-size: 0.88rem;
  font-weight: 600;
}

.privacy-checkbox label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  line-height: 1.35;
  color: var(--ink);
}

.privacy-checkbox input {
  width: 18px;
  height: 18px;
}

@media (max-width: 560px) {
  .privacy-checkbox label {
    grid-template-columns: 18px 1fr;
    gap: 10px;
    column-gap: 14px;
  }
  .privacy-checkbox span {
    display: inline-block;
    line-height: 1.3;
  }
}

.lead-form input,
.lead-form select {
  width: 100%;
  padding: 0.78rem 0.86rem;
  border-radius: 10px;
  border: 1px solid #c8dbc6;
  font: inherit;
}

.lead-form input:focus,
.lead-form select:focus {
  outline: 2px solid rgba(88, 168, 96, 0.33);
  border-color: var(--brand-500);
}

.lead-form input:disabled,
.lead-form select:disabled,
.lead-form button:disabled {
  background: #e9f2e8;
  border-color: #b9cfb6;
  color: #2b3f30;
  opacity: 0.85;
  cursor: not-allowed;
}

.hint {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #eff8ed;
  border: 1px solid #c5dfc2;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.hidden {
  display: none;
}

.microcopy {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.form-status {
  margin: 0;
  font-weight: 700;
  font-size: 0.92rem;
}

.form-status.error {
  color: #8a2323;
}

.form-status.success {
  color: #1f5f2b;
}

.footer {
  padding: 24px 0 40px;
  color: var(--ink-soft);
  text-align: center;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(920px, calc(100vw - 24px));
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  box-shadow: var(--shadow);
  z-index: 999;
  display: grid;
  gap: 10px;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-grid,
.pricing-grid .card,
.portfolio-grid article,
.lead-form {
  animation: revealUp 0.6s ease both;
}

.pricing-grid .card:nth-child(2) {
  animation-delay: 0.15s;
}

.portfolio-grid article:nth-child(2) {
  animation-delay: 0.08s;
}

.portfolio-grid article:nth-child(3) {
  animation-delay: 0.16s;
}

.portfolio-grid article:nth-child(4) {
  animation-delay: 0.24s;
}

@media (max-width: 1080px) {
  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .region-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .hero-grid,
  .two-col,
  .split-with-image,
  .cta-grid,
  .pricing-grid,
  .portfolio-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 42px;
  }

  .floating-card {
    right: 14px;
    left: 14px;
    max-width: none;
  }

  .split-with-image img {
    min-height: 280px;
  }

  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .region-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  #portfolio {
    padding-bottom: 20px;
  }

  #portfolio + .section.alt {
    padding-top: 20px;
  }
  #faq {
    padding-bottom: 20px;
  }
  #faq + .section {
    padding-top: 20px;
  }
  .section.cta {
    padding-bottom: 16px;
  }
}

@media (max-width: 560px) {
  .topbar-inner {
    min-height: 64px;
  }

  .nav-cta {
    display: none;
  }

  .hero-actions {
    gap: 8px;
  }

  .btn {
    width: 100%;
  }

  .steps,
  .region-links {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    flex-direction: column;
  }
}
