/*
Theme Name: Roofpage 2026
Theme URI: https://roofpage.at/
Author: AHK Softwaregutachten.at e.U.
Description: Schlankes Full-Service-Theme fuer Roofpage.at mit eCockpit-Integration.
Version: 1.0.4
Requires at least: 6.8
Requires PHP: 8.0
Text Domain: roofpage
*/
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #111410;
  --ink-soft: #20251f;
  --paper: #f3efe7;
  --paper-bright: #fbf8f2;
  --red: #e63b35;
  --red-dark: #b72420;
  --acid: #dfff57;
  --line: rgba(17, 20, 16, 0.18);
  --muted: #666b63;
  --white: #fffdf8;
  --shell: min(1240px, calc(100vw - 64px));
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", "Trebuchet MS", sans-serif;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(24, 23, 17, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
summary {
  cursor: pointer;
}

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

h1,
h2,
h3 {
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h1,
h2 {
  font-family: var(--sans);
  font-weight: 600;
}

h1 em,
h2 em {
  font-family: var(--serif);
  font-weight: 700;
}

em {
  color: var(--red);
  font-style: italic;
}

.section-dark em,
.section-red em,
.price-card em {
  color: var(--acid);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: clamp(90px, 10vw, 156px);
}

.section-dark {
  color: var(--paper-bright);
  background: var(--ink);
}

.sr-only {
  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 {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.preview-bar {
  position: sticky;
  z-index: 100;
  top: 0;
  padding: 7px 24px;
  color: var(--paper-bright);
  background: var(--red);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-align: center;
  white-space: nowrap;
}

.preview-bar span {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 8px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  left: 0;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.preview-bar + .site-header {
  top: 33px;
}

.site-header.is-scrolled {
  background: rgba(243, 239, 231, 0.92);
  box-shadow: 0 1px 0 rgba(17, 20, 16, 0.12);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.brand img {
  width: 174px;
  height: auto;
  padding: 5px 8px 3px;
  background: var(--ink);
  border-radius: 4px;
}

.brand span {
  padding-left: 16px;
  border-left: 1px solid var(--line);
  color: #52584f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 650;
}

.main-nav > a {
  text-decoration: none;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
}

.main-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav > a:hover::after,
.main-nav > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  display: inline-flex;
  padding: 13px 18px;
  align-items: center;
  gap: 20px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
}

.nav-cta span {
  color: var(--acid);
  font-size: 17px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0 12px;
  border: 1px solid var(--ink);
  background: transparent;
  border-radius: 50%;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 820px;
  padding-top: 168px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 20, 16, 0.045) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(rgba(17, 20, 16, 0.045) 1px, transparent 1px) 0 0 / 76px 76px,
    radial-gradient(circle at 78% 22%, rgba(230, 59, 53, 0.14), transparent 34%),
    var(--paper);
}

.hero::before {
  position: absolute;
  top: 30%;
  left: -140px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(17, 20, 16, 0.16);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  min-height: 610px;
  align-items: center;
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 1.06fr);
  gap: clamp(48px, 7vw, 108px);
}

.eyebrow {
  display: flex;
  margin-bottom: 26px;
  align-items: center;
  gap: 12px;
  color: #4f554d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  display: block;
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--red);
}

.eyebrow-light {
  color: rgba(255, 253, 248, 0.68);
}

.eyebrow-light > span {
  background: var(--acid);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 34px;
  font-size: clamp(64px, 7.4vw, 116px);
  line-height: 0.84;
}

.hero h1 em {
  display: inline-block;
  letter-spacing: -0.06em;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 36px;
  color: #474c45;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  gap: 28px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 10px 26px rgba(183, 36, 32, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.button-acid {
  color: var(--ink);
  background: var(--acid);
}

.button-full {
  width: 100%;
  border: 0;
}

.text-link {
  font-weight: 700;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
}

.hero-checks {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: #575c54;
  font-size: 13px;
  list-style: none;
}

.hero-checks li::before {
  margin-right: 7px;
  color: var(--red);
  content: "✓";
  font-weight: 800;
}

.hero-stage {
  position: relative;
  min-height: 560px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(17, 20, 16, 0.14);
  border-radius: 50%;
}

.orbit-one {
  inset: 0 20px 60px 30px;
}

.orbit-two {
  inset: 70px -60px 0 100px;
}

.browser-card {
  position: absolute;
  z-index: 2;
  top: 72px;
  right: 8px;
  width: min(610px, 92%);
  padding: 10px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(17, 20, 16, 0.18);
  border-radius: 18px;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.browser-top {
  display: flex;
  height: 38px;
  padding-inline: 8px;
  align-items: center;
  gap: 6px;
  color: #7b7e78;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.browser-top i {
  width: 8px;
  height: 8px;
  background: #d1cec7;
  border-radius: 50%;
}

.browser-top i:first-child {
  background: var(--red);
}

.browser-top span {
  margin-left: 8px;
}

.browser-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}

.float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 18px 50px rgba(17, 20, 16, 0.24);
}

.float-card-time {
  bottom: 58px;
  left: -12px;
  min-width: 200px;
  padding: 22px 24px;
  gap: 12px;
  border-radius: 18px;
  transform: rotate(-5deg);
}

.float-card-time strong {
  color: var(--acid);
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1;
}

.float-card-time span {
  max-width: 82px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.3;
}

.float-card-care {
  top: 30px;
  right: 0;
  padding: 15px 18px;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.float-card-care strong {
  font-size: 13px;
}

.float-card-care small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.pulse {
  width: 11px;
  height: 11px;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(223, 255, 87, 0.12);
}

.hero-stamp {
  position: absolute;
  z-index: 3;
  right: 2px;
  bottom: 26px;
  display: flex;
  width: 132px;
  height: 132px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 700;
  line-height: 0.9;
  transform: rotate(8deg);
}

.hero-stamp span {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-ticker {
  margin-top: 42px;
  overflow: hidden;
  color: var(--white);
  background: var(--red);
  border-block: 1px solid var(--ink);
  transform: rotate(-1deg) scale(1.01);
}

.service-ticker > div {
  display: flex;
  width: max-content;
  padding-block: 16px;
  align-items: center;
  gap: 26px;
  animation: ticker 34s linear infinite;
}

.service-ticker span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-ticker b {
  color: var(--acid);
  font-size: 13px;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.proof {
  padding-block: clamp(90px, 9vw, 140px);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 0.72fr);
  gap: 0;
}

.proof-intro {
  padding-right: clamp(30px, 5vw, 80px);
}

.proof h2,
.section-heading h2,
.offer h2,
.process h2,
.ai-section h2,
.faq h2,
.contact h2,
.legal-hero h1 {
  margin-bottom: 0;
  font-size: clamp(48px, 5.5vw, 82px);
}

.stat {
  padding: 12px 26px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.stat strong {
  display: block;
  margin-bottom: 24px;
  color: var(--paper-bright);
  font-family: var(--serif);
  font-size: clamp(64px, 6vw, 90px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.stat strong span {
  color: var(--acid);
  font-size: 0.48em;
}

.stat p {
  max-width: 190px;
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
  line-height: 1.5;
}

.section-heading {
  max-width: 940px;
  margin-bottom: clamp(54px, 7vw, 90px);
}

.section-heading > p:last-child {
  max-width: 720px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 23px);
}

.relief {
  background:
    radial-gradient(circle at 10% 90%, rgba(223, 255, 87, 0.3), transparent 26%),
    var(--paper-bright);
}

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

.pain-card {
  position: relative;
  min-height: 410px;
  padding: 32px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.pain-card::after {
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(17, 20, 16, 0.15);
  border-radius: 50%;
  content: "";
}

.pain-card-accent {
  background: var(--acid);
  transform: rotate(1.5deg);
}

.card-index {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #858a81;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pain-icon {
  display: grid;
  width: 74px;
  height: 74px;
  margin-bottom: 98px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 700;
}

.pain-card h3 {
  max-width: 320px;
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(29px, 2.5vw, 38px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.pain-card p {
  position: relative;
  z-index: 1;
  max-width: 335px;
  margin-bottom: 0;
  color: #5e635b;
  font-size: 15px;
}

.pain-card-accent p {
  color: #3f443c;
}

.section-red {
  color: var(--white);
  background: var(--red);
}

.offer-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(60px, 9vw, 140px);
}

.offer-title {
  position: sticky;
  top: 140px;
  align-self: start;
}

.offer-title > p:not(.eyebrow) {
  max-width: 450px;
  margin: 30px 0 36px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

.offer-list {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.offer-row {
  display: grid;
  padding: 30px 0;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  grid-template-columns: 52px 1fr 30px;
  gap: 20px;
}

.offer-row > span {
  padding-top: 7px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.offer-row h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
}

.offer-row p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.offer-row > b {
  color: var(--acid);
  font-size: 24px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.offer-row:hover > b {
  transform: translate(4px, -4px);
}

.process {
  background: var(--paper);
}

.split-heading {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 80px;
}

.split-heading > p:last-child {
  margin: 0 0 8px;
  font-size: 17px;
}

.steps {
  display: grid;
  padding: 0;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.steps li {
  position: relative;
  min-height: 370px;
  padding: 30px 28px 26px;
  border-right: 1px solid var(--line);
}

.steps li:first-child {
  border-left: 1px solid var(--line);
}

.steps li::after {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 12px;
  height: 12px;
  background: var(--red);
  border-radius: 50%;
  content: "";
}

.steps li > span {
  display: block;
  margin-bottom: 88px;
  color: var(--red);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
}

.steps h3 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 700;
}

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

.steps small {
  position: absolute;
  bottom: 22px;
  left: 28px;
  color: #7c8179;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-section {
  padding-block: clamp(100px, 11vw, 170px);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 30%, rgba(223, 255, 87, 0.12), transparent 30%),
    var(--ink);
}

.ai-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(60px, 8vw, 130px);
}

.ai-copy > p:not(.eyebrow, .fineprint) {
  max-width: 650px;
  margin: 32px 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 19px;
}

.feature-list {
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  padding: 15px 0;
  align-items: flex-start;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.feature-list i {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.feature-list strong {
  color: var(--white);
}

.fineprint {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
}

.answer-demo {
  position: relative;
  padding: 12px;
  color: var(--ink);
  background: var(--paper-bright);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  transform: rotate(2deg);
}

.answer-demo::before {
  position: absolute;
  z-index: -1;
  inset: 30px -24px -26px 36px;
  background: var(--red);
  border-radius: 24px;
  content: "";
  transform: rotate(-5deg);
}

.answer-top {
  display: flex;
  height: 48px;
  padding-inline: 10px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--line);
}

.answer-top > span {
  width: 8px;
  height: 8px;
  background: #d7d3ca;
  border-radius: 50%;
}

.answer-top > span:first-child {
  background: var(--red);
}

.answer-top b {
  margin-left: 8px;
  color: #777b74;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.question,
.answer {
  display: grid;
  padding: 28px 22px;
  grid-template-columns: 38px 1fr;
  gap: 15px;
}

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

.question > span,
.answer > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  font-family: var(--serif);
  font-weight: 700;
}

.question > span {
  border: 1px solid var(--line);
}

.answer > span {
  color: var(--white);
  background: var(--red);
}

.question p {
  margin: 2px 0 0;
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.24;
}

.answer > div {
  color: #555a52;
  font-size: 15px;
}

.answer > div strong {
  color: var(--ink);
}

.answer-sources {
  display: flex;
  padding: 0 22px 22px 75px;
  flex-wrap: wrap;
  gap: 8px;
}

.answer-sources span {
  padding: 5px 9px;
  background: #ece8df;
  border-radius: 999px;
  color: #666a63;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.work {
  overflow: hidden;
  background: var(--paper-bright);
}

.work-heading {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 80px;
}

.work-heading > p:last-child {
  margin: 0 0 8px;
  font-size: 17px;
}

.work-track {
  display: grid;
  width: min(1680px, calc(100vw - 32px));
  margin: 0 auto;
  padding-bottom: 20px;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.work-card {
  min-width: 0;
  margin: 0;
  grid-column: span 4;
}

.work-card:nth-child(4),
.work-card:nth-child(5),
.work-card:nth-child(6) {
  grid-column: span 4;
}

.work-card > div {
  padding: 10px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.work-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  filter: saturate(0.9);
  transition: transform 500ms cubic-bezier(.2, .7, .2, 1), filter 300ms ease;
}

.work-card:hover img {
  filter: saturate(1.05);
  transform: scale(1.035);
}

.work-card figcaption {
  display: flex;
  padding: 16px 6px 22px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.work-card figcaption strong {
  font-family: var(--serif);
  font-size: 21px;
}

.work-card figcaption span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-section {
  padding-top: 0;
  background: var(--paper-bright);
}

.price-card {
  display: grid;
  padding: clamp(45px, 7vw, 90px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 60px 60px,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 60px 60px,
    var(--ink);
  border-radius: 36px;
  grid-template-columns: 1.18fr 0.82fr;
  gap: clamp(50px, 8vw, 120px);
}

.price-copy p:not(.eyebrow) {
  max-width: 580px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
}

.price-details ul {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}

.price-details li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.price-details li::before {
  margin-right: 10px;
  color: var(--acid);
  content: "✓";
  font-weight: 800;
}

.price-details small {
  display: block;
  max-width: 480px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  line-height: 1.5;
}

.faq {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(60px, 9vw, 140px);
}

.faq-title {
  align-self: start;
}

.faq-title > p:not(.eyebrow) {
  max-width: 440px;
  margin: 30px 0 22px;
  color: var(--muted);
}

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

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  display: flex;
  padding: 25px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.accordion summary span::before,
.accordion summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
}

.accordion summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.accordion details[open] summary span {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.accordion details[open] summary span::before,
.accordion details[open] summary span::after {
  background: var(--white);
}

.accordion details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion details p {
  max-width: 710px;
  padding: 0 62px 28px 0;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.contact {
  padding-block: clamp(100px, 11vw, 170px);
  background:
    radial-gradient(circle at 12% 85%, rgba(230, 59, 53, 0.24), transparent 30%),
    var(--ink);
}

.contact-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.84fr 1.16fr;
  gap: clamp(60px, 9vw, 140px);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 32px 0 40px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
}

.contact-direct {
  display: grid;
  max-width: 560px;
  margin-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  grid-template-columns: 1fr 1fr;
}

.contact-direct a {
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  text-decoration: none;
}

.contact-direct a + a {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.contact-direct small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-direct strong {
  color: var(--white);
  font-size: 14px;
}

.contact-address {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
}

.form-card {
  padding: clamp(28px, 4vw, 48px);
  color: var(--ink);
  background: var(--paper-bright);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.form-heading {
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.form-heading span {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
}

.form-heading b {
  padding: 5px 9px;
  background: var(--acid);
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-card label {
  display: block;
  margin-bottom: 18px;
}

.form-card label > span:first-child {
  display: block;
  margin-bottom: 7px;
  color: #62675f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 13px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #bdb9b0;
  border-radius: 0;
  outline: none;
}

.form-card textarea {
  padding: 13px;
  border: 1px solid #bdb9b0;
  resize: vertical;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: var(--red);
  box-shadow: 0 2px 0 var(--red);
}

.form-card .privacy-check {
  display: grid;
  margin: 24px 0;
  align-items: start;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--red);
}

.privacy-check span {
  color: #656a62;
  font-size: 11px;
  line-height: 1.55;
  text-transform: none;
}

.honey {
  position: absolute;
  left: -10000px;
}

.form-message {
  margin-bottom: 25px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 13px;
}

.form-message.success {
  background: rgba(109, 154, 43, 0.16);
  border: 1px solid rgba(109, 154, 43, 0.35);
}

.form-message.error {
  background: rgba(230, 59, 53, 0.12);
  border: 1px solid rgba(230, 59, 53, 0.3);
}

.site-footer {
  color: rgba(255, 255, 255, 0.7);
  background: #090b08;
}

.footer-top {
  display: grid;
  padding-block: 72px;
  grid-template-columns: 1.5fr repeat(3, 0.7fr);
  gap: 50px;
}

.footer-brand {
  align-self: start;
  text-decoration: none;
}

.footer-brand img {
  width: 205px;
  height: auto;
  margin-bottom: 18px;
}

.footer-brand span {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--serif);
  font-size: 17px;
}

.footer-top > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
}

.footer-top small {
  margin-bottom: 8px;
  color: var(--acid);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-top a:not(.footer-brand) {
  text-decoration: none;
}

.footer-top a:hover,
.footer-top a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  padding-block: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.35);
  font-size: 10px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2, .7, .2, 1);
}

.reveal-delay {
  transition-delay: 120ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Legal pages */
.legal-page {
  background: var(--paper-bright);
}

.legal-page .site-header {
  background: rgba(243, 239, 231, 0.96);
  box-shadow: 0 1px 0 var(--line);
}

.legal-hero {
  padding: 190px 0 90px;
  background:
    linear-gradient(90deg, rgba(17, 20, 16, 0.045) 1px, transparent 1px) 0 0 / 76px 76px,
    var(--paper);
}

.legal-hero h1 {
  max-width: 900px;
  margin-bottom: 24px;
}

.legal-hero p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.legal-content {
  display: grid;
  padding-block: 90px 130px;
  grid-template-columns: 0.42fr 1fr;
  gap: 90px;
}

.legal-aside {
  position: sticky;
  top: 130px;
  align-self: start;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.legal-aside strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 22px;
}

.legal-aside p,
.legal-aside a {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
}

.legal-copy {
  max-width: 800px;
}

.legal-copy h2 {
  margin: 62px 0 18px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy h3 {
  margin: 34px 0 12px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
}

.legal-copy p,
.legal-copy li {
  color: #51564e;
  font-size: 15px;
}

.legal-copy li + li {
  margin-top: 8px;
}

@media (max-width: 1120px) {
  :root { --shell: min(100% - 44px, 1100px); }

  .main-nav { gap: 20px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr 0.9fr; gap: 40px; }
  .hero-stage { min-height: 500px; }
  .proof-grid { grid-template-columns: 1.2fr repeat(3, 0.7fr); }
  .stat { padding-inline: 18px; }
  .work-track { width: min(1460px, calc(100vw - 22px)); }
  .work-card { grid-column: span 6; }
  .work-card:nth-child(4), .work-card:nth-child(5), .work-card:nth-child(6) { grid-column: span 6; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 82px; }
  .brand span { display: none; }
  .brand img { width: 160px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 48px 24px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .preview-bar + .site-header .main-nav { top: 115px; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a:not(.nav-cta) {
    display: block;
    padding: 18px 4px;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 28px;
  }
  .nav-cta { margin-top: 28px; justify-content: space-between; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { padding-top: 135px; }
  .preview-bar ~ main .hero { padding-top: 160px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { position: relative; z-index: 4; }
  .hero-stage { min-height: 540px; }
  .browser-card { width: min(680px, 88%); right: 4%; }
  .float-card-time { left: 3%; }
  .proof-grid { grid-template-columns: 1fr 1fr; row-gap: 60px; }
  .proof-intro { grid-column: 1 / -1; }
  .stat { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.18); padding: 26px 0 0; }
  .stat:nth-child(3) { padding-left: 24px; border-left: 1px solid rgba(255, 255, 255, 0.18); }
  .stat:nth-child(4) { grid-column: 1 / -1; }
  .relief-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 330px; }
  .pain-card-accent { transform: none; }
  .pain-icon { margin-bottom: 55px; }
  .offer-layout, .ai-grid, .faq-layout, .contact-grid, .price-card { grid-template-columns: 1fr; }
  .offer-title { position: static; }
  .split-heading, .work-heading { grid-template-columns: 1fr; gap: 28px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(3) { border-left: 1px solid var(--line); }
  .ai-grid { gap: 80px; }
  .answer-demo { max-width: 680px; }
  .price-card { gap: 50px; }
  .contact-grid { gap: 70px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2; }
  .legal-content { grid-template-columns: 1fr; gap: 45px; }
  .legal-aside { position: static; }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 32px);
    --radius: 20px;
  }
  body { font-size: 16px; }
  .preview-bar { padding-inline: 12px; font-size: 10px; }
  .header-inner { min-height: 76px; }
  .brand img { width: 142px; }
  .main-nav { top: 76px; }
  .preview-bar + .site-header .main-nav { top: 109px; }
  .hero { min-height: 0; padding-top: 132px; }
  .preview-bar ~ main .hero { padding-top: 154px; }
  .hero h1 { font-size: clamp(58px, 19vw, 78px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .text-link { padding-left: 4px; }
  .button { justify-content: space-between; }
  .hero-checks { align-items: flex-start; flex-direction: column; }
  .hero-stage { min-height: 405px; margin-top: -20px; }
  .browser-card { top: 62px; right: 0; width: 95%; padding: 7px; transform: rotate(2deg); }
  .browser-top { height: 30px; }
  .float-card-care { top: 20px; right: 0; }
  .float-card-time { bottom: 28px; left: 0; min-width: 158px; padding: 16px; }
  .float-card-time strong { font-size: 32px; }
  .hero-stamp { right: -8px; bottom: 5px; width: 100px; height: 100px; font-size: 36px; }
  .service-ticker { margin-top: 20px; }
  .proof-grid { grid-template-columns: 1fr; }
  .stat, .stat:nth-child(3), .stat:nth-child(4) { grid-column: auto; padding-left: 0; border-left: 0; }
  .stat p { max-width: 280px; }
  .section { padding-block: 84px; }
  .proof { padding-block: 84px; }
  .proof h2, .section-heading h2, .offer h2, .process h2, .ai-section h2, .faq h2, .contact h2, .legal-hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .pain-card { min-height: 360px; padding: 26px; }
  .offer-row { grid-template-columns: 36px 1fr 22px; gap: 12px; }
  .offer-row p { font-size: 13px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:nth-child(3) { min-height: 315px; border-left: 1px solid var(--line); }
  .steps li > span { margin-bottom: 55px; }
  .ai-grid { grid-template-columns: 1fr; }
  .answer-demo { margin-inline: 6px; }
  .question, .answer { padding: 22px 12px; grid-template-columns: 32px 1fr; gap: 10px; }
  .question > span, .answer > span { width: 30px; height: 30px; }
  .answer-sources { padding-left: 54px; }
  .work-track {
    display: flex;
    width: auto;
    padding: 0 16px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .work-card { width: 86vw; flex: 0 0 86vw; scroll-snap-align: center; }
  .work-card figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .price-section { padding-top: 0; }
  .price-card { width: calc(100% - 20px); padding: 38px 24px; border-radius: 24px; }
  .accordion summary { font-size: 21px; }
  .accordion details p { padding-right: 0; }
  .contact-direct, .form-row { grid-template-columns: 1fr; }
  .contact-direct a + a { padding-left: 0; border-left: 0; }
  .form-card { padding: 26px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .legal-hero { padding: 150px 0 70px; }
  .legal-content { padding-block: 60px 90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Hero reference: crop the consent area while retaining the real eCockpit page. */
.browser-card img.hero-shot {
  aspect-ratio: 16 / 8.3;
  object-fit: cover;
  object-position: top;
}

/* Refined hero: calmer hierarchy and an unmistakable website preview. */
.hero-grid {
  gap: clamp(56px, 6vw, 96px);
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 38px;
  font-size: clamp(62px, 6.7vw, 104px);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  margin-top: 0.1em;
  font-size: 0.9em;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.orbit {
  border-color: rgba(17, 20, 16, 0.09);
}

.browser-card {
  top: 54px;
  right: 0;
  width: min(660px, 100%);
  padding: 8px;
  border-color: rgba(17, 20, 16, 0.14);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(17, 20, 16, 0.14);
  transform: none;
}

.browser-top {
  height: 42px;
  padding-inline: 10px;
  color: #61665f;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: none;
}

.browser-top span {
  min-width: 0;
  padding: 6px 12px;
  overflow: hidden;
  background: #f1f0eb;
  border-radius: 999px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-card img.hero-shot {
  aspect-ratio: 1440 / 646;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}

.float-card {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.97);
  border: 1px solid rgba(17, 20, 16, 0.15);
  box-shadow: 0 12px 34px rgba(17, 20, 16, 0.12);
}

.float-card-time {
  bottom: 22px;
  left: 24px;
  min-width: 0;
  padding: 13px 16px;
  gap: 10px;
  border-radius: 10px;
  transform: none;
}

.float-card-time strong {
  color: var(--red-dark);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.float-card-time span {
  max-width: none;
  color: #555a53;
  font-size: 11px;
  line-height: 1.25;
}

.float-card-care {
  top: 24px;
  right: 14px;
  padding: 10px 14px;
  gap: 10px;
  border-color: rgba(17, 20, 16, 0.15);
  border-radius: 10px;
}

.float-card-care strong {
  font-size: 12px;
}

.float-card-care small {
  color: #62675f;
  font-size: 10px;
}

.pulse {
  width: 8px;
  height: 8px;
  background: #5f8b55;
  box-shadow: 0 0 0 4px rgba(95, 139, 85, 0.12);
}

.hero-stamp {
  right: 18px;
  bottom: 18px;
  width: auto;
  height: auto;
  padding: 12px 15px;
  gap: 8px;
  background: rgba(255, 253, 248, 0.97);
  border: 1px solid rgba(17, 20, 16, 0.15);
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(17, 20, 16, 0.1);
  font-family: var(--sans);
  font-size: 21px;
  line-height: 1;
  transform: none;
}

.hero-stamp span {
  font-size: 8px;
  letter-spacing: 0.07em;
}

@media (max-width: 1120px) {
  .hero h1 {
    font-size: clamp(60px, 7.4vw, 88px);
  }
}

@media (max-width: 900px) {
  .hero h1 {
    max-width: 720px;
    font-size: clamp(62px, 11vw, 88px);
  }
  .hero-stage {
    min-height: 500px;
    margin-top: 16px;
  }
  .browser-card {
    top: 36px;
    right: 0;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .hero h1 {
    margin-bottom: 30px;
    font-size: clamp(52px, 15.5vw, 68px);
    line-height: 0.96;
  }
  .hero h1 em {
    margin-top: 0.12em;
  }
  .hero-stage {
    min-height: 340px;
    margin-top: 24px;
  }
  .browser-card {
    top: 16px;
    width: 100%;
    padding: 6px;
    border-radius: 12px;
  }
  .browser-top {
    height: 34px;
  }
  .float-card-care {
    display: none;
  }
  .float-card-time {
    bottom: 12px;
    left: 8px;
    padding: 10px 12px;
  }
  .float-card-time strong {
    font-size: 13px;
  }
  .float-card-time span {
    font-size: 9px;
  }
  .hero-stamp {
    right: 8px;
    bottom: 12px;
    padding: 10px 12px;
    font-size: 17px;
  }
}

/* Preserve the full website screenshot instead of honoring the HTML height hint. */
.browser-card img.hero-shot {
  display: block;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.hero-stage {
  min-height: 500px;
}

@media (max-width: 900px) {
  .hero-stage { min-height: 440px; }
}

@media (max-width: 620px) {
  .hero-stage { min-height: 290px; }
}
