/*
Theme Name: Soravo Landingpage
Theme URI: https://soravo.app
Author: Soravo
Description: Moderne, responsive Landingpage für die Soravo Wohnungs-App.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: soravo
*/

:root {
  --cream: #f5f6ee;
  --cream-deep: #ecefe2;
  --paper: #fcfdf9;
  --ink: #17261c;
  --muted: #647067;
  --green: #237044;
  --green-dark: #174d30;
  --green-soft: #dcebdc;
  --lime: #dff37a;
  --line: rgba(23, 38, 28, 0.12);
  --shadow: 0 24px 80px rgba(31, 65, 43, 0.12);
  --radius: 26px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  margin: 0;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 14px 0;
  transition: padding 180ms ease;
}

.site-header.is-scrolled {
  padding: 8px 0;
}

.header-inner {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 10px 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  background: rgba(250, 251, 245, 0.82);
  box-shadow: 0 12px 34px rgba(23, 38, 28, 0.07);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
  font-size: 19px;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border-radius: 11px;
  background: var(--green);
  box-shadow: 0 6px 14px rgba(35, 112, 68, 0.2);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-mark svg {
  width: 23px;
  color: white;
}

.primary-nav,
.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav a {
  color: #536158;
  font-size: 14px;
  font-weight: 620;
  transition: color 160ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--green);
}

.button,
.wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: var(--green);
  color: #fff;
  font-size: 14px;
  font-weight: 720;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(35, 112, 68, 0.18);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: var(--green-dark);
  box-shadow: 0 12px 26px rgba(35, 112, 68, 0.24);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #fff;
  color: var(--green-dark);
  box-shadow: 0 10px 24px rgba(23, 38, 28, 0.08);
}

.button-light {
  background: #fff;
  color: var(--green-dark);
}

.button-small {
  min-height: 42px;
  padding-inline: 17px;
}

.button svg {
  width: 17px;
  height: 17px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: var(--green-soft);
  color: var(--green-dark);
  cursor: pointer;
}

.menu-toggle svg {
  width: 22px;
}

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  padding: 170px 0 90px;
}

.hero::before {
  position: absolute;
  inset: -15% -20% auto auto;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(193, 224, 189, 0.82) 0, rgba(223, 243, 122, 0.18) 44%, transparent 70%);
  content: "";
}

.hero::after {
  position: absolute;
  right: 8%;
  bottom: 3%;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(35, 112, 68, 0.12);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 72px;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: var(--green);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 27px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

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

h1 {
  max-width: 690px;
  margin-bottom: 25px;
  font-size: clamp(50px, 5.25vw, 76px);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.hero h1 em {
  position: relative;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.hero-lead {
  max-width: 570px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

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

.hero-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 28px 0 0;
  color: #6a756d;
  font-size: 12px;
}

.hero-note span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-note svg {
  width: 15px;
  color: var(--green);
}

.app-stage {
  position: relative;
  min-height: 570px;
}

.app-window {
  position: absolute;
  top: 15px;
  right: -65px;
  width: 675px;
  overflow: hidden;
  border: 1px solid rgba(23, 38, 28, 0.13);
  border-radius: 24px;
  background: #f8f9f4;
  box-shadow: 0 46px 100px rgba(27, 69, 41, 0.2);
  transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
}

.app-topbar {
  display: flex;
  height: 39px;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border-bottom: 1px solid #e5e9df;
  background: #fff;
}

.app-topbar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dce2d8;
}

.app-ui {
  display: grid;
  min-height: 475px;
  grid-template-columns: 142px 1fr;
}

.map-window {
  background: #e9eee5;
}

.map-canvas {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background:
    linear-gradient(25deg, transparent 48%, rgba(255, 255, 255, 0.42) 49%, rgba(255, 255, 255, 0.42) 51%, transparent 52%) 0 0 / 155px 130px,
    linear-gradient(120deg, #e6ebdf, #eef1e9 58%, #e4eadd);
}

.map-streets {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.map-streets path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-streets path::after {
  stroke: #d6ddd2;
  stroke-width: 1;
}

.map-streets .minor {
  stroke-width: 7;
}

.map-streets .map-river {
  stroke: #b9d6d7;
  stroke-width: 34;
}

.map-park {
  position: absolute;
  border-radius: 48% 52% 58% 42%;
  background: rgba(150, 187, 135, 0.38);
}

.map-park-one {
  top: 72px;
  right: 72px;
  width: 150px;
  height: 110px;
  transform: rotate(-12deg);
}

.map-park-two {
  bottom: 46px;
  left: 260px;
  width: 120px;
  height: 78px;
  transform: rotate(17deg);
}

.map-search {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  width: 330px;
  min-height: 45px;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid rgba(23, 38, 28, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  color: #536158;
  box-shadow: 0 10px 25px rgba(23, 38, 28, 0.1);
  font-size: 10px;
}

.map-search svg,
.map-chip svg {
  width: 15px;
  color: var(--green);
}

.map-search span {
  flex: 1;
}

.map-search b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 9px;
}

.map-chip {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(23, 38, 28, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.92);
  color: #526057;
  box-shadow: 0 8px 20px rgba(23, 38, 28, 0.08);
  font-size: 8px;
  font-weight: 700;
}

.map-pin {
  position: absolute;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 10%;
  background: var(--green);
  color: white;
  box-shadow: 0 8px 18px rgba(23, 77, 48, 0.3);
  cursor: default;
  transform: rotate(-45deg);
}

.map-pin::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.map-pin span {
  position: absolute;
  bottom: 35px;
  left: 14px;
  width: max-content;
  padding: 4px 7px;
  border-radius: 6px;
  background: var(--green-dark);
  color: #fff;
  font-size: 7px;
  font-weight: 750;
  transform: rotate(45deg) translateX(-50%);
  transform-origin: left center;
}

.map-pin-one {
  top: 165px;
  left: 322px;
}

.map-pin-two {
  top: 116px;
  right: 106px;
}

.map-pin-three {
  right: 185px;
  bottom: 115px;
}

.map-pin-four {
  top: 235px;
  left: 170px;
}

.map-property-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 335px;
  min-height: 116px;
  gap: 13px;
  padding: 11px;
  border: 1px solid rgba(23, 38, 28, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(23, 38, 28, 0.18);
  grid-template-columns: 112px 1fr;
}

.map-property-image {
  position: relative;
  min-height: 94px;
  overflow: hidden;
  border-radius: 11px;
  background:
    linear-gradient(180deg, transparent 55%, rgba(14, 42, 24, 0.24)),
    linear-gradient(135deg, #c6d2bc, #78937d);
}

.map-property-image::before,
.map-property-image::after {
  position: absolute;
  bottom: 0;
  background: rgba(248, 245, 230, 0.75);
  content: "";
}

.map-property-image::before {
  left: 14px;
  width: 35px;
  height: 63px;
  clip-path: polygon(50% 0, 100% 25%, 100% 100%, 0 100%, 0 25%);
}

.map-property-image::after {
  right: 10px;
  width: 46px;
  height: 48px;
}

.map-property-image span {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 7px;
  padding: 3px 6px;
  border-radius: 99px;
  background: var(--lime);
  color: var(--green-dark);
  font-size: 6px;
  font-weight: 750;
}

.map-property-copy {
  min-width: 0;
  padding: 5px 4px 2px 0;
}

.map-property-copy small {
  display: block;
  overflow: hidden;
  color: #78827a;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-property-copy > strong {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: -0.025em;
}

.map-property-copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
}

.map-property-copy b {
  font-size: 11px;
}

.map-property-copy span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--green);
  font-size: 7px;
  font-weight: 700;
}

.map-property-copy span svg {
  width: 10px;
}

.map-controls {
  position: absolute;
  bottom: 22px;
  left: 20px;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(23, 38, 28, 0.12);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(23, 38, 28, 0.1);
}

.map-controls button {
  width: 31px;
  height: 29px;
  padding: 0;
  border: 0;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
}

.map-controls button + button {
  border-top: 1px solid var(--line);
}

.app-sidebar {
  padding: 20px 12px;
  border-right: 1px solid #e2e7dd;
  background: #eff3e9;
}

.app-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 7px 18px;
  font-size: 11px;
  font-weight: 780;
}

.app-brand b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 7px;
  background: var(--green);
  color: #fff;
}

.app-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  padding: 7px 9px;
  border-radius: 7px;
  color: #6c756e;
  font-size: 8px;
  font-weight: 650;
}

.app-nav-item.active {
  background: #dcead7;
  color: #265b38;
}

.app-nav-item svg {
  width: 11px;
  height: 11px;
}

.app-main {
  padding: 28px 25px;
}

.app-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.app-heading small {
  display: block;
  margin-bottom: 3px;
  color: var(--green);
  font-size: 7px;
  font-weight: 700;
}

.app-heading strong {
  font-size: 19px;
  letter-spacing: -0.045em;
}

.app-add {
  padding: 8px 10px;
  border-radius: 7px;
  background: var(--green);
  color: white;
  font-size: 7px;
  font-weight: 700;
}

.app-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}

.app-stat {
  padding: 11px;
  border: 1px solid #e2e6dd;
  border-radius: 10px;
  background: #fff;
}

.app-stat span {
  display: block;
  color: #778079;
  font-size: 6px;
}

.app-stat strong {
  display: block;
  margin-top: 6px;
  font-size: 16px;
}

.app-pipeline {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid #e2e6dd;
  border-radius: 11px;
  background: white;
}

.app-pipeline > strong {
  display: block;
  margin-bottom: 11px;
  font-size: 9px;
}

.pipeline-row {
  display: flex;
  gap: 5px;
}

.pipeline-step {
  flex: 1;
  padding: 8px 6px;
  border-radius: 7px;
  background: #f1f3ee;
}

.pipeline-step i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  border-radius: 50%;
  background: #809083;
}

.pipeline-step:nth-child(2) i {
  background: #5282db;
}

.pipeline-step:nth-child(3) i {
  background: #be8a31;
}

.pipeline-step:nth-child(4) i {
  background: #36a164;
}

.pipeline-step span {
  color: #687269;
  font-size: 5px;
}

.pipeline-step strong {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}

.app-cards {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  grid-template-columns: 1fr 1fr;
}

.app-property {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e2e6dd;
  border-radius: 10px;
  background: #fff;
  grid-template-columns: 58px 1fr;
}

.property-image {
  min-height: 54px;
  border-radius: 7px;
  background: linear-gradient(145deg, #b7c6b2, #7d967d);
}

.app-property:nth-child(2) .property-image {
  background: linear-gradient(145deg, #d5c5ab, #96816a);
}

.app-property span {
  color: #7b827d;
  font-size: 6px;
}

.app-property strong {
  display: block;
  font-size: 8px;
}

.app-property b {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 5px;
  border-radius: 4px;
  background: #e3efde;
  color: #307047;
  font-size: 5px;
}

.floating-card {
  position: absolute;
  z-index: 3;
  padding: 16px 18px;
  border: 1px solid rgba(23, 38, 28, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(23, 38, 28, 0.14);
  backdrop-filter: blur(12px);
}

.floating-card-one {
  top: -12px;
  right: -27px;
}

.floating-card-two {
  right: 16px;
  bottom: 5px;
}

.floating-card small {
  display: block;
  color: #7b857d;
  font-size: 10px;
}

.floating-card strong {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}

.floating-card .status {
  color: var(--green);
}

.trust-bar {
  position: relative;
  z-index: 3;
  margin-top: -38px;
}

.trust-inner {
  display: grid;
  align-items: center;
  gap: 24px;
  padding: 25px 30px;
  border: 1px solid rgba(23, 38, 28, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 15px 40px rgba(23, 38, 28, 0.05);
  grid-template-columns: 1.2fr repeat(3, 1fr);
  backdrop-filter: blur(8px);
}

.trust-inner > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}

.trust-item svg {
  width: 20px;
  color: var(--green);
}

.section {
  padding: 115px 0;
}

.section-muted {
  background: var(--cream-deep);
}

.section-dark {
  overflow: hidden;
  background: var(--green-dark);
  color: #fff;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}

.section-heading > div {
  max-width: 670px;
}

.section-heading h2,
.story-copy h2,
.privacy-copy h2,
.cta-panel h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 740;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.section-heading > p {
  max-width: 390px;
  margin-bottom: 4px;
  color: var(--muted);
}

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

.feature-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.feature-card:first-child {
  background: var(--green);
  color: #fff;
}

.feature-card:first-child p {
  color: rgba(255, 255, 255, 0.72);
}

.feature-number {
  display: block;
  margin-bottom: 58px;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
}

.feature-card:first-child .feature-number {
  color: var(--lime);
}

.feature-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 23px;
  border-radius: 14px;
  background: var(--green-soft);
  color: var(--green);
}

.feature-card:first-child .feature-icon {
  background: rgba(255, 255, 255, 0.14);
  color: var(--lime);
}

.feature-icon svg {
  width: 23px;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.story-grid,
.privacy-grid {
  display: grid;
  align-items: center;
  gap: 90px;
  grid-template-columns: 1fr 1fr;
}

.story-copy > p:not(.eyebrow),
.privacy-copy > p:not(.eyebrow) {
  margin: 26px 0 32px;
  color: var(--muted);
  font-size: 17px;
}

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

.steps li {
  display: grid;
  gap: 15px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 38px 1fr;
}

.steps b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 12px;
}

.steps strong {
  display: block;
  margin-bottom: 4px;
}

.steps span {
  color: var(--muted);
  font-size: 14px;
}

.focus-card {
  position: relative;
  min-height: 570px;
  padding: 42px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--green);
  color: white;
  box-shadow: 0 34px 90px rgba(35, 112, 68, 0.24);
}

.focus-card::after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 330px;
  height: 330px;
  border: 65px solid rgba(223, 243, 122, 0.13);
  border-radius: 50%;
  content: "";
}

.focus-card > span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.focus-card > strong {
  display: block;
  max-width: 400px;
  margin-top: 18px;
  font-size: 36px;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.mini-agenda {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  padding: 20px;
  border-radius: 20px;
  background: #f9fbf5;
  color: var(--ink);
  box-shadow: 0 20px 50px rgba(20, 55, 33, 0.24);
}

.mini-agenda-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 12px;
}

.mini-agenda-head span {
  color: var(--muted);
}

.agenda-item {
  display: grid;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #e5e8e1;
  grid-template-columns: 38px 1fr auto;
}

.agenda-item b {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 10px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 10px;
}

.agenda-item strong {
  display: block;
  font-size: 10px;
}

.agenda-item span {
  color: var(--muted);
  font-size: 8px;
}

.agenda-item em {
  padding: 4px 7px;
  border-radius: 99px;
  background: #f1ebd5;
  color: #7c641d;
  font-size: 7px;
  font-style: normal;
}

.privacy-grid {
  position: relative;
  z-index: 1;
}

.section-dark .eyebrow {
  color: var(--lime);
}

.privacy-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.privacy-points {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.privacy-point {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.privacy-point strong {
  display: block;
  margin-bottom: 6px;
}

.privacy-point span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.vault-visual {
  position: relative;
  display: grid;
  min-height: 490px;
  place-items: center;
}

.vault-ring {
  position: absolute;
  border: 1px solid rgba(223, 243, 122, 0.18);
  border-radius: 50%;
}

.vault-ring-one {
  width: 450px;
  height: 450px;
}

.vault-ring-two {
  width: 330px;
  height: 330px;
}

.vault {
  position: relative;
  z-index: 2;
  display: grid;
  width: 215px;
  height: 260px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.04), 0 35px 70px rgba(7, 35, 18, 0.3);
  backdrop-filter: blur(12px);
}

.vault::before {
  position: absolute;
  top: 48px;
  width: 74px;
  height: 66px;
  border: 9px solid var(--lime);
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  content: "";
}

.vault-lock {
  display: grid;
  width: 112px;
  height: 92px;
  place-items: center;
  margin-top: 45px;
  border-radius: 20px;
  background: var(--lime);
  color: var(--green-dark);
}

.vault-lock svg {
  width: 35px;
}

.vault-caption {
  position: absolute;
  right: -45px;
  bottom: 70px;
  z-index: 3;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.vault-caption b {
  color: var(--lime);
}

.faq-wrap {
  display: grid;
  gap: 90px;
  grid-template-columns: 0.72fr 1.28fr;
}

.faq-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4.5vw, 58px);
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.faq-intro p {
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 720;
  text-align: left;
  cursor: pointer;
}

.faq-question span:last-child {
  display: grid;
  width: 30px;
  height: 30px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  transition: transform 180ms ease;
}

.faq-question[aria-expanded="true"] span:last-child {
  transform: rotate(45deg);
}

.faq-answer {
  max-width: 650px;
  overflow: hidden;
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer p {
  margin: -6px 40px 25px 0;
  color: var(--muted);
  font-size: 14px;
}

.cta-section {
  padding: 50px 0 110px;
}

.cta-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  gap: 40px;
  padding: 65px;
  border-radius: 34px;
  background: var(--green);
  color: white;
  grid-template-columns: 1.2fr 0.8fr;
}

.cta-panel::after {
  position: absolute;
  right: -80px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border: 75px solid rgba(223, 243, 122, 0.13);
  border-radius: 50%;
  content: "";
}

.cta-panel p {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-footer {
  padding: 40px 0;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  align-items: end;
  gap: 36px;
  grid-template-columns: 1fr auto;
}

.footer-copy {
  max-width: 390px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  color: var(--muted);
  font-size: 13px;
}

.footer-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a:hover {
  color: var(--green);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #7e8880;
  font-size: 11px;
}

.content-page {
  min-height: 70vh;
  padding: 150px 0 90px;
}

.content-page article {
  max-width: 760px;
}

.content-page h1 {
  font-size: clamp(44px, 7vw, 72px);
}

.entry-content a {
  color: var(--green);
  text-decoration: underline;
}

@media (max-width: 1050px) {
  .hero {
    padding-top: 145px;
  }

  .hero-grid {
    gap: 40px;
    grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  }

  .app-window {
    right: -125px;
  }

  .primary-nav {
    gap: 17px;
  }

  .primary-nav ul {
    gap: 18px;
  }

  .story-grid,
  .privacy-grid {
    gap: 55px;
  }
}

@media (max-width: 860px) {
  .header-inner {
    position: relative;
  }

  .menu-toggle {
    display: grid;
  }

  .header-cta {
    margin-left: auto;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .primary-nav a {
    display: block;
    padding: 11px 8px;
  }

  .primary-nav .button {
    margin-top: 10px;
  }

  .hero {
    padding-bottom: 65px;
  }

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

  .hero-copy {
    max-width: 720px;
  }

  .app-stage {
    min-height: 540px;
  }

  .app-window {
    right: auto;
    left: 3%;
    width: 700px;
  }

  .trust-inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-inner > p {
    grid-column: 1 / -1;
  }

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

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .story-grid,
  .privacy-grid,
  .faq-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .story-visual {
    order: 2;
  }

  .faq-intro {
    position: static;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    padding-top: 8px;
  }

  .header-inner {
    min-height: 58px;
    padding-left: 11px;
  }

  .brand-mark {
    width: 35px;
    height: 35px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 0;
    padding: 130px 0 70px;
  }

  h1 {
    font-size: 49px;
  }

  .hero-lead {
    font-size: 17px;
  }

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

  .hero-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .app-stage {
    min-height: 380px;
    margin-top: 10px;
  }

  .app-window {
    left: 0;
    width: 575px;
    transform: scale(0.66);
    transform-origin: left top;
  }

  .floating-card {
    display: none;
  }

  .trust-bar {
    margin-top: -20px;
  }

  .trust-inner {
    gap: 18px;
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .trust-inner > p {
    grid-column: auto;
  }

  .section {
    padding: 80px 0;
  }

  .section-heading {
    gap: 18px;
    margin-bottom: 34px;
  }

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

  .feature-card {
    min-height: 270px;
  }

  .focus-card {
    min-height: 510px;
    padding: 28px;
  }

  .focus-card > strong {
    font-size: 30px;
  }

  .mini-agenda {
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .privacy-points {
    grid-template-columns: 1fr;
  }

  .vault-visual {
    min-height: 400px;
    transform: scale(0.82);
  }

  .cta-panel {
    padding: 38px 26px;
  }

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

  .footer-grid {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-links ul {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
