:root {
  --ink: #1e2a38;
  --muted: #637085;
  --line: #e7edf4;
  --blue: #3b82f6;
  --blue-dark: #225f99;
  --green: #2f7d57;
  --green-soft: #edf8f2;
  --white: #ffffff;
  --bg: #fbfcfe;
  --shadow: 0 18px 50px rgba(30, 42, 56, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Inter", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(231, 237, 244, 0.9);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-size: 34px;
  font-weight: 740;
  line-height: 1;
}

.brand-mark,
.mini-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand-mark {
  width: 70px;
  height: 58px;
}

.brand-mark svg,
.mini-mark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.brand-mark line,
.mini-mark line {
  stroke: var(--blue-dark);
  stroke-width: 4;
  stroke-linecap: round;
}

.brand-mark circle,
.mini-mark circle {
  fill: var(--blue);
}

.brand-mark circle:nth-of-type(3),
.brand-mark circle:nth-of-type(4),
.mini-mark circle:nth-of-type(3),
.mini-mark circle:nth-of-type(4) {
  fill: var(--ink);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 650;
}

.language-switcher a:not(.active) {
  color: #6f7a8c;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 56%, rgba(59, 130, 246, 0.07), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.hero-inner {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(340px, 0.85fr) minmax(520px, 1.15fr);
  align-items: center;
  gap: 72px;
  padding: 92px 0 80px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 14px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-copy h1 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: 56px;
  line-height: 1.13;
  font-weight: 760;
}

.hero-text {
  max-width: 465px;
  margin: 22px 0 0;
  color: #435068;
  font-size: 23px;
  line-height: 1.58;
  font-weight: 430;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-size: 16px;
  font-weight: 760;
  box-shadow: 0 10px 20px rgba(47, 125, 87, 0.18);
}

.button-link {
  color: #1263a4;
  font-size: 17px;
  font-weight: 680;
}

.product-preview {
  min-width: 0;
}

.preview-window {
  width: 760px;
  max-width: 76vw;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.preview-topbar {
  height: 82px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  border-bottom: 1px solid var(--line);
}

.mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 25px;
  font-weight: 740;
}

.mini-mark {
  width: 42px;
  height: 36px;
}

.meeting {
  padding: 26px 26px 24px;
}

.meeting h2 {
  margin: 0 0 24px;
  font-size: 22px;
  line-height: 1.2;
}

.advisor-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 10px;
}

.advisor-card {
  min-height: 150px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(30, 42, 56, 0.06);
}

.advisor-title {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.advisor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: #eff6ff;
  color: #225f99;
  font-size: 12px;
  font-weight: 800;
}

.advisor-card p {
  margin: 0;
  color: #172033;
  font-size: 14px;
  line-height: 1.55;
}

.recommendation-box {
  margin-top: 26px;
  padding: 18px 22px;
  border: 1px solid rgba(47, 125, 87, 0.65);
  border-radius: 8px;
  background: var(--green-soft);
}

.recommendation-title {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--green);
  font-size: 17px;
  font-weight: 780;
}

.check-dot {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 19px;
}

.recommendation-box p {
  margin: 18px 0 0 48px;
  color: #1f2b3d;
  font-size: 15px;
  line-height: 1.6;
}

.preview-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 26px;
}

.preview-actions button {
  min-height: 42px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: white;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
}

.preview-actions a {
  color: #1263a4;
  font-size: 14px;
  font-weight: 680;
}

.problem-section {
  padding: 110px 0 120px;
  background:
    radial-gradient(ellipse at 55% 100%, rgba(59, 130, 246, 0.06), transparent 36%),
    #ffffff;
}

.problem-inner {
  max-width: 920px;
}

.problem-inner h2 {
  margin: 0 0 34px;
  font-size: 29px;
  line-height: 1.28;
  font-weight: 760;
}

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

.problem-list li {
  position: relative;
  padding-left: 34px;
  color: #273447;
  font-size: 21px;
  line-height: 1.4;
}

.problem-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.problem-close {
  margin: 52px 0 0;
  color: #435068;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}

.council-section {
  padding: 96px 0;
  background: var(--bg);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

.section-heading h2,
.pricing-card h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.18;
}

.council-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.council-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 30px rgba(30, 42, 56, 0.05);
}

.council-grid span {
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.council-grid h3 {
  margin: 22px 0 10px;
  font-size: 22px;
}

.council-grid p,
.pricing-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.pricing-section {
  padding: 48px 0 96px;
}

.pricing-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.pricing-card div {
  max-width: 620px;
}

.pricing-card p:not(.eyebrow) {
  margin-top: 14px;
}

@media (max-width: 920px) {
  .brand {
    font-size: 26px;
  }

  .brand-mark {
    width: 54px;
    height: 46px;
  }

  .language-switcher {
    gap: 18px;
    font-size: 15px;
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 76px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .hero-text {
    font-size: 20px;
  }

  .preview-window {
    width: 100%;
    max-width: 100%;
  }

  .council-grid,
  .advisor-row {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 32px, 1120px);
  }

  .nav {
    min-height: 74px;
  }

  .brand {
    gap: 8px;
    font-size: 21px;
  }

  .brand-mark {
    width: 40px;
    height: 36px;
  }

  .language-switcher {
    gap: 12px;
    font-size: 13px;
  }

  .hero-inner {
    padding: 54px 0 64px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-text {
    font-size: 18px;
  }

  .button-primary {
    width: 100%;
  }

  .preview-topbar {
    height: 66px;
    padding: 0 18px;
  }

  .mini-brand {
    font-size: 20px;
  }

  .meeting {
    padding: 20px 16px;
  }

  .recommendation-box p {
    margin-left: 0;
  }

  .preview-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .problem-section {
    padding: 76px 0 84px;
  }

  .problem-inner h2,
  .section-heading h2,
  .pricing-card h2 {
    font-size: 29px;
  }

  .problem-list li {
    font-size: 18px;
  }

  .problem-close {
    font-size: 19px;
  }

  .pricing-card {
    padding: 28px;
  }
}
