/* Forside */
.page-forside .content {
  overflow: hidden;
  background: #fff;
}

#forside,
#forside * {
  box-sizing: border-box;
}

#forside {
  --home-ink: #153d60;
  --home-copy: #506b82;
  --home-green: #2f9437;
  --home-green-dark: #26792e;
  --home-green-soft: #edf8ef;
  --home-blue: #2f6fe4;
  --home-line: rgba(21, 61, 96, 0.11);
  padding: 0;
  color: var(--home-ink);
}

#forside h1,
#forside h2,
#forside h3,
#forside p {
  margin-top: 0;
}

#forside a:focus-visible {
  outline: 3px solid rgba(47, 148, 55, 0.3);
  outline-offset: 3px;
}

.home-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 124px) 0 clamp(74px, 9vw, 118px);
  background:
    radial-gradient(circle at 87% 20%, rgba(78, 169, 90, 0.17), transparent 30%),
    radial-gradient(circle at 4% 82%, rgba(47, 111, 228, 0.08), transparent 25%),
    linear-gradient(135deg, #fbfdfb 0%, #f7fbf8 52%, #eef7f1 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(21, 61, 96, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 61, 96, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, transparent 4%, #000 55%, transparent);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 7vw, 94px);
}

.home-eyebrow,
.home-section-eyebrow {
  color: var(--home-green-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.home-eyebrow > span {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-green);
}

.home-hero h1 {
  max-width: 680px;
  margin-bottom: 24px;
  color: #133954;
  font-size: clamp(2.65rem, 5vw, 4.65rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.home-hero h1 em {
  color: var(--home-green);
  font-style: normal;
}

.home-hero-intro {
  max-width: 630px;
  margin-bottom: 30px;
  color: var(--home-copy);
  font-size: clamp(1.03rem, 1.5vw, 1.2rem);
  line-height: 1.72;
}

.home-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.home-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.8rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-button:hover {
  transform: translateY(-2px);
}

.home-button-primary {
  color: #fff;
  background: var(--home-green);
  box-shadow: 0 12px 26px rgba(47, 148, 55, 0.22);
}

.home-button-primary:hover {
  color: #fff;
  background: var(--home-green-dark);
  box-shadow: 0 16px 30px rgba(47, 148, 55, 0.28);
}

.home-button-secondary {
  color: var(--home-ink);
  border-color: rgba(21, 61, 96, 0.15);
  background: rgba(255, 255, 255, 0.8);
}

.home-button-secondary:hover {
  color: var(--home-ink);
  border-color: rgba(21, 61, 96, 0.25);
  background: #fff;
}

.home-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 25px 0 0;
  padding: 0;
  color: #647c8f;
  font-size: 0.87rem;
  list-style: none;
}

.home-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.home-trust-list svg {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  fill: none;
  stroke: var(--home-green);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: var(--home-green-soft);
}

.home-preview-wrap {
  position: relative;
  min-width: 0;
}

.home-orbit {
  position: absolute;
  border: 1px solid rgba(47, 148, 55, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.home-orbit-one {
  width: 540px;
  height: 540px;
  top: -72px;
  right: -115px;
}

.home-orbit-two {
  width: 410px;
  height: 410px;
  top: -6px;
  right: -48px;
}

.home-preview {
  position: relative;
  z-index: 1;
  padding: clamp(18px, 2.5vw, 28px);
  border: 1px solid rgba(21, 61, 96, 0.11);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 32px 70px rgba(21, 61, 96, 0.15);
  transform: rotate(1deg);
}

.home-preview::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 72%;
  height: 85%;
  right: -28px;
  bottom: -28px;
  border-radius: 28px;
  background: #dfeee3;
  opacity: 0.7;
}

.home-preview-head,
.home-chart-head,
.home-preview-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.home-preview-head > div,
.home-chart-head > div {
  display: flex;
  flex-direction: column;
}

.home-preview-kicker {
  margin-bottom: 3px;
  color: #7a91a3;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-preview-head strong {
  color: var(--home-ink);
  font-size: 1.08rem;
}

.home-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0.45rem 0.66rem;
  border-radius: 999px;
  color: var(--home-green-dark);
  background: var(--home-green-soft);
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
}

.home-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 0 4px rgba(47, 148, 55, 0.11);
}

.home-preview-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 21px 0 13px;
}

.home-preview-metrics > div {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(21, 61, 96, 0.08);
  border-radius: 15px;
  background: #fbfcfc;
}

.home-preview-metrics span,
.home-preview-metrics strong,
.home-preview-metrics small {
  display: block;
}

.home-preview-metrics span {
  color: #71889b;
  font-size: 0.69rem;
  font-weight: 700;
}

.home-preview-metrics strong {
  overflow: hidden;
  margin: 4px 0 1px;
  color: var(--home-ink);
  font-size: clamp(0.88rem, 1.4vw, 1.06rem);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-preview-metrics small {
  font-size: 0.66rem;
}

.home-preview-metrics .is-green {
  color: var(--home-green-dark);
}

.home-preview-metrics .is-blue {
  color: var(--home-blue);
}

.home-chart {
  padding: 17px 17px 12px;
  border: 1px solid rgba(21, 61, 96, 0.08);
  border-radius: 17px;
  background: #fff;
}

.home-chart-head span {
  color: #71889b;
  font-size: 0.67rem;
}

.home-chart-head strong {
  color: var(--home-ink);
  font-size: 0.88rem;
}

.home-chart-tag {
  padding: 0.25rem 0.5rem;
  border-radius: 7px;
  color: var(--home-green-dark) !important;
  font-weight: 800;
  background: var(--home-green-soft);
}

.home-chart-plot {
  position: relative;
  height: 160px;
  margin-top: 11px;
}

.home-chart-plot > svg {
  position: absolute;
  z-index: 2;
  inset: 0 0 20px;
  width: 100%;
  height: calc(100% - 20px);
  overflow: visible;
}

.home-chart-area {
  fill: url("#homeChartFill");
}

.home-chart-line {
  fill: none;
  stroke: var(--home-green);
  stroke-width: 3;
  stroke-linecap: round;
}

.home-chart-plot circle {
  fill: #fff;
  stroke: var(--home-green);
  stroke-width: 3;
}

.home-grid-line {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(21, 61, 96, 0.07);
}

.home-grid-line.line-one {
  top: 18%;
}

.home-grid-line.line-two {
  top: 45%;
}

.home-grid-line.line-three {
  top: 72%;
}

.home-chart-labels {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #8295a5;
  font-size: 0.62rem;
}

.home-preview-note {
  justify-content: flex-start;
  margin-top: 13px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(90deg, #eff8f1, #f6fbf7);
}

.home-note-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--home-green);
}

.home-note-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-preview-note > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.home-preview-note strong {
  color: var(--home-ink);
  font-size: 0.76rem;
}

.home-preview-note div span {
  color: #6c8192;
  font-size: 0.64rem;
}

.home-section {
  padding: clamp(72px, 9vw, 112px) 0;
}

.home-section-head {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}

.home-section-eyebrow {
  margin-bottom: 12px;
}

.home-section h2 {
  margin-bottom: 16px;
  color: var(--home-ink);
  font-size: clamp(2rem, 3.7vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.home-section-head > p:last-child,
.home-steps-copy > p:not(.home-section-eyebrow),
.home-control-copy > p:last-child,
.home-final-card > div > p:last-child {
  color: var(--home-copy);
  font-size: 1.02rem;
  line-height: 1.72;
}

.home-features-section {
  background: #fff;
}

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

.home-feature-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(21, 61, 96, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-feature-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -65px;
  right: -55px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.045;
}

.home-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(47, 148, 55, 0.2);
  box-shadow: 0 20px 42px rgba(21, 61, 96, 0.09);
}

.home-feature-card.is-consumption,
.home-feature-card.is-sync {
  color: var(--home-green);
}

.home-feature-card.is-price {
  color: var(--home-blue);
}

.home-feature-card.is-analysis {
  color: var(--data-cost);
}

.home-feature-card.is-solar {
  color: var(--data-solar);
}

.home-feature-card.is-privacy {
  color: var(--data-grid-tariff);
}

.home-feature-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  margin-bottom: 23px;
  border-radius: 14px;
  background: color-mix(in srgb, currentColor 11%, white);
}

.home-feature-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-feature-card > div {
  flex: 1;
}

.home-feature-label {
  color: currentColor;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.home-feature-card h3 {
  margin: 6px 0 10px;
  color: var(--home-ink);
  font-size: 1.18rem;
  line-height: 1.3;
}

.home-feature-card p {
  margin-bottom: 20px;
  color: var(--home-copy);
  font-size: 0.9rem;
  line-height: 1.65;
}

.home-feature-card > a {
  align-self: flex-start;
  color: var(--home-ink);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.home-feature-card > a span {
  display: inline-block;
  margin-left: 5px;
  color: currentColor;
  transition: transform 0.2s ease;
}

.home-feature-card > a:hover span {
  transform: translateX(4px);
}

.home-knowledge-section {
  padding-top: clamp(62px, 7vw, 88px);
  padding-bottom: clamp(62px, 7vw, 88px);
  background: #f7faf8;
}

.home-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-knowledge-grid a {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px 15px;
  min-height: 145px;
  padding: 22px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 61, 96, 0.045);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-knowledge-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 148, 55, 0.28);
  box-shadow: 0 16px 32px rgba(21, 61, 96, 0.075);
}

.home-knowledge-grid a > span {
  grid-column: 1 / -1;
  align-self: start;
  color: var(--home-green-dark);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.home-knowledge-grid strong {
  font-size: 0.98rem;
  line-height: 1.35;
}

.home-knowledge-grid i {
  color: var(--home-green-dark);
  font-size: 1.1rem;
  font-style: normal;
  transition: transform 0.2s ease;
}

.home-knowledge-grid a:hover i {
  transform: translateX(4px);
}

.home-knowledge-all {
  width: max-content;
  margin: 28px auto 0;
}

.home-sharing-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(47, 111, 228, 0.08), transparent 27%),
    linear-gradient(180deg, #f7faf8, #f2f8f4);
}

.home-sharing-card {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(44px, 8vw, 100px);
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(47, 148, 55, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 58px rgba(21, 61, 96, 0.075);
}

.home-sharing-visual {
  display: grid;
  grid-template-columns: 76px minmax(32px, 1fr) 88px minmax(32px, 1fr) 76px;
  align-items: center;
}

.home-sharing-person,
.home-sharing-data {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 24px;
}

.home-sharing-person {
  color: var(--home-ink);
  background: #f4f8fb;
  border: 1px solid rgba(21, 61, 96, 0.12);
}

.home-sharing-data {
  color: #fff;
  background: linear-gradient(145deg, var(--home-green), var(--home-green-dark));
  box-shadow: 0 16px 32px rgba(47, 148, 55, 0.23);
}

.home-sharing-person svg,
.home-sharing-data svg {
  width: 38%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-sharing-line {
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(47, 148, 55, 0.65) 0 7px, transparent 7px 12px);
}

.home-sharing-copy > p:not(.home-section-eyebrow) {
  max-width: 670px;
  margin-bottom: 20px;
  color: var(--home-copy);
  font-size: 1.02rem;
  line-height: 1.72;
}

.home-sharing-copy ul {
  display: grid;
  gap: 10px;
  margin: 0 0 27px;
  padding: 0;
  color: var(--home-ink);
  list-style: none;
}

.home-sharing-copy li {
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

.home-sharing-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--home-green);
  font-weight: 900;
}

.home-steps-section {
  background:
    radial-gradient(circle at 5% 10%, rgba(78, 169, 90, 0.13), transparent 26%),
    #f7faf8;
}

.home-steps-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: clamp(55px, 9vw, 120px);
}

.home-steps-copy h2 {
  max-width: 470px;
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--home-green-dark);
  font-weight: 750;
  text-decoration: none;
}

.home-text-link span {
  transition: transform 0.2s ease;
}

.home-text-link:hover span {
  transform: translateX(4px);
}

.home-steps {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-steps::before {
  content: "";
  position: absolute;
  top: 52px;
  bottom: 52px;
  left: 30px;
  width: 1px;
  background: linear-gradient(var(--home-green), rgba(47, 148, 55, 0.12));
}

.home-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 21px;
  align-items: center;
  padding: 20px 22px 20px 0;
  border-bottom: 1px solid rgba(21, 61, 96, 0.09);
}

.home-steps li:last-child {
  border-bottom: 0;
}

.home-step-number {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 7px solid #f7faf8;
  border-radius: 50%;
  color: var(--home-green-dark);
  background: #e1f2e4;
  font-size: 0.74rem;
  font-weight: 850;
}

.home-steps h3 {
  margin-bottom: 4px;
  color: var(--home-ink);
  font-size: 1.08rem;
}

.home-steps p {
  margin-bottom: 0;
  color: var(--home-copy);
  font-size: 0.9rem;
  line-height: 1.6;
}

.home-news-section {
  background: #fff;
}

.home-news-heading {
  max-width: 680px;
}

.home-news-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(21, 61, 96, 0.11);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(21, 61, 96, 0.09);
}

.home-news-visual {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.16), transparent 25%),
    linear-gradient(145deg, #173e51, #24645e);
}

.home-news-visual::before,
.home-news-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.home-news-visual::before {
  width: 360px;
  height: 360px;
  right: -130px;
  bottom: -90px;
}

.home-news-visual::after {
  width: 220px;
  height: 220px;
  top: -80px;
  left: -75px;
}

.home-news-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: flex;
  justify-content: space-around;
  opacity: 0.3;
}

.home-news-grid span {
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.18), transparent);
}

.home-news-pylon {
  width: min(275px, 74%);
  color: rgba(255, 255, 255, 0.88);
  filter: drop-shadow(0 22px 18px rgba(0, 0, 0, 0.16));
}

.home-news-pylon svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-news-pylon .home-news-wire {
  stroke: #8fd99a;
  stroke-width: 2;
}

.home-news-topic {
  position: absolute;
  bottom: 25px;
  left: 27px;
  padding: 0.48rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #e9ffec;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  backdrop-filter: blur(8px);
}

.home-news-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 58px);
}

.home-news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
  color: #6f8799;
  font-size: 0.74rem;
  font-weight: 700;
}

.home-news-meta > span:first-child {
  color: var(--home-green-dark);
}

.home-news-source {
  margin-left: 3px;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  color: #60768a;
  background: #f0f4f6;
  font-size: 0.64rem;
  font-weight: 800;
}

.home-news-content h3 {
  max-width: 680px;
  margin-bottom: 17px;
  color: var(--home-ink);
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  letter-spacing: -0.035em;
  line-height: 1.14;
}

.home-news-content > p {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--home-copy);
  font-size: 0.95rem;
  line-height: 1.72;
}

.home-news-relevance {
  width: 100%;
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 13px;
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(47, 148, 55, 0.12);
  border-radius: 14px;
  background: #f3faf4;
}

.home-news-relevance > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--home-green-dark);
  background: #e2f3e5;
}

.home-news-relevance svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-news-relevance strong {
  display: block;
  margin-bottom: 2px;
  color: var(--home-ink);
  font-size: 0.8rem;
}

.home-news-relevance p {
  margin: 0;
  color: #5f778a;
  font-size: 0.76rem;
  line-height: 1.5;
}

.home-news-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--home-green-dark);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.home-news-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.home-news-link:hover svg {
  transform: translate(2px, -2px);
}

.home-control-section {
  padding-top: clamp(62px, 7vw, 90px);
  padding-bottom: clamp(62px, 7vw, 90px);
  background: #fff;
}

.home-control-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #143d34, #1f5542);
  box-shadow: 0 25px 55px rgba(21, 61, 52, 0.18);
}

.home-control-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
}

.home-control-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #9be2a4;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-control-copy .home-section-eyebrow {
  margin-bottom: 8px;
  color: #9be2a4;
}

.home-control-copy h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.home-control-copy > p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.home-button-light {
  color: #174233;
  background: #fff;
  white-space: nowrap;
}

.home-button-light:hover {
  color: #174233;
  background: #f3faf5;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.home-final-section {
  padding-top: clamp(72px, 8vw, 104px);
  padding-bottom: clamp(76px, 9vw, 116px);
  background:
    linear-gradient(180deg, #f8fbf9, #fff);
}

.home-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(47, 148, 55, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 169, 90, 0.16), transparent 35%),
    #fff;
  box-shadow: 0 18px 48px rgba(21, 61, 96, 0.07);
}

.home-final-card h2 {
  margin-bottom: 10px;
  font-size: clamp(1.85rem, 3.5vw, 2.8rem);
}

.home-final-card > div:first-child {
  max-width: 620px;
}

.home-final-card > div > p:last-child {
  margin-bottom: 0;
}

.home-final-card .home-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
}

@media (max-width: 1040px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .home-hero-copy {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
  }

  .home-eyebrow,
  .home-actions,
  .home-trust-list {
    justify-content: center;
  }

  .home-preview-wrap {
    width: min(680px, 100%);
    margin: 0 auto;
  }

  .home-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-sharing-card {
    grid-template-columns: 1fr;
  }

  .home-sharing-visual {
    width: min(470px, 100%);
  }

  .home-steps-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .home-steps-copy {
    max-width: 680px;
  }

  .home-news-card {
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  }

  .home-control-card {
    grid-template-columns: auto 1fr;
  }

  .home-control-card .home-button {
    grid-column: 2;
    justify-self: start;
  }

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

  .home-final-card .home-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .home-shell {
    width: min(100% - 30px, 1180px);
  }

  .home-hero {
    padding: 56px 0 72px;
  }

  .home-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .home-hero-intro {
    font-size: 1rem;
  }

  .home-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .home-actions .home-button {
    width: 100%;
  }

  .home-trust-list {
    align-items: center;
    flex-direction: column;
    gap: 9px;
  }

  .home-preview {
    padding: 15px;
    border-radius: 20px;
    transform: none;
  }

  .home-preview::before,
  .home-orbit {
    display: none;
  }

  .home-preview-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .home-preview-metrics {
    grid-template-columns: 1fr;
  }

  .home-chart-plot {
    height: 135px;
  }

  .home-preview-note {
    align-items: flex-start;
  }

  .home-section {
    padding: 66px 0;
  }

  .home-section-head {
    margin-bottom: 32px;
  }

  .home-feature-grid {
    grid-template-columns: 1fr;
  }

  .home-knowledge-grid {
    grid-template-columns: 1fr;
  }

  .home-knowledge-grid a {
    min-height: 116px;
  }

  .home-feature-card {
    min-height: 0;
    padding: 24px;
  }

  .home-sharing-card {
    gap: 32px;
    padding: 27px 22px;
    border-radius: 22px;
  }

  .home-sharing-visual {
    grid-template-columns: 58px minmax(20px, 1fr) 68px minmax(20px, 1fr) 58px;
  }

  .home-sharing-person,
  .home-sharing-data {
    border-radius: 18px;
  }

  .home-steps li {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding-right: 0;
  }

  .home-step-number {
    width: 56px;
    height: 56px;
  }

  .home-steps::before {
    left: 27px;
  }

  .home-news-card {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .home-news-visual {
    min-height: 310px;
  }

  .home-news-pylon {
    width: min(230px, 68%);
  }

  .home-news-content {
    padding: 28px 23px 32px;
  }

  .home-news-meta {
    align-items: flex-start;
  }

  .home-news-content h3 {
    font-size: clamp(1.55rem, 7.5vw, 2rem);
  }

  .home-control-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    border-radius: 22px;
  }

  .home-control-icon {
    width: 62px;
    height: 62px;
  }

  .home-control-card .home-button {
    width: 100%;
  }

  .home-final-card {
    gap: 28px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #forside *,
  #forside *::before,
  #forside *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
