*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.inline {
  display: inline;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* ===== Corrently Brand: Local Fonts ===== */

@font-face {
  font-family: 'Inter';

  src: url('/assets/fonts/inter-400.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('/assets/fonts/inter-600.woff2') format('woff2');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('/assets/fonts/inter-700.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

/* ===== Corrently Brand: Color System ===== */

:root {
  /* Primary Green */
  --primary: #147a50;
  --primary-accent: #28aa6e;
  --primary-light: #a0d0a0;
  /* Secondary Orange/Yellow */
  --secondary: #ee7f4b;
  --secondary-accent: #e6b41e;
  --secondary-light: #f9e1b7;
  /* Neutrals */
  --text-primary: #1a1a1a;
  --text-secondary: #4a5568;
  --text-light: #718096;
  --bg-cream: #fffbf5;
  --bg-green-subtle: #f0f7f4;
  --border-light: #e2e8f0;
  /* Spacing & Layout */
  --site-gutter: 1.5rem;
  --max-width: 1280px;
  --header-height: 80px;
}

/* ===== Global Styles ===== */

* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text-primary);
  background: var(--bg-cream);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  flex: 1;
  position: relative;
}

/* Decorative Background Elements */

.site-main::before {
  content: '';
  position: fixed;
  top: -200px;
  right: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-light) 0%, transparent 70%);
  opacity: 0.15;
  z-index: -1;
  pointer-events: none;
}

.site-main::after {
  content: '';
  position: fixed;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--secondary-light) 0%, transparent 70%);
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}

/* ===== Navigation ===== */

.site-nav {
  background: rgba(255, 251, 245, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 3px solid var(--secondary-accent);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-nav__container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1rem var(--site-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-nav__brand {
  flex-shrink: 0;
}

.site-nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  transition: transform 0.2s ease;
}

.site-nav__logo:hover {
  transform: translateY(-2px);
}

.site-nav__logo-image {
  height: 40px;
  width: auto;
}

.site-nav__menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .site-nav__menu {
    display: flex;
  }
}

.site-nav__item {
  position: relative;
}

.site-nav__link {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-nav__link:hover {
  color: var(--primary);
}

.site-nav__submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  min-width: 280px;
  padding: 0.5rem 0;
  list-style: none;
  margin: 0.5rem 0 0 0;
  display: none;
  z-index: 1001;
}

.site-nav__item--has-children:hover .site-nav__submenu {
  display: block;
}

.site-nav__submenu-link {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.site-nav__submenu-link:hover {
  background-color: var(--bg-green-subtle);
  color: var(--primary);
}

.site-nav__cta {
  margin-left: auto;
}

.site-nav__cta-link {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-accent) 100%);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(20, 122, 80, 0.3);
}

.site-nav__cta-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(20, 122, 80, 0.4);
}

/* ===== Footer ===== */

.site-footer {
  background: linear-gradient(to bottom, var(--bg-green-subtle) 0%, white 50%);
  border-top: 3px solid var(--primary-light);
  margin-top: 4rem;
  padding: 3rem 0 1rem;
}

.site-footer__container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--site-gutter);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.site-footer__heading {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.site-footer__link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.site-footer__link:hover {
  color: var(--primary);
}

.site-footer__legal {
  max-width: var(--max-width);
  margin: 2rem auto 0;
  padding: 2rem var(--site-gutter) 1rem;
  border-top: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .site-footer__legal {
    flex-direction: row;
    justify-content: space-between;
  }
}

.site-footer__legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.site-footer__legal-link {
  color: var(--text-light);
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.2s ease;
}

.site-footer__legal-link:hover {
  color: var(--primary);
}

.site-footer__copyright {
  font-size: 0.8rem;
  color: var(--text-light);
}

/* ===== Scenario Pages ===== */

.scenario {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem var(--site-gutter);
}

.scenario__header {
  margin-bottom: 3rem;
}

.scenario__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .scenario__title {
    font-size: 3rem;
  }
}

.scenario__persona {
  background: linear-gradient(135deg, var(--bg-green-subtle) 0%, white 100%);
  border-left: 4px solid var(--primary);
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 12px 12px 0;
}

.scenario__persona-label {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.scenario__persona-situation {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== Characteristics ===== */

.characteristics {
  margin: 2rem 0;
}

.characteristics__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.characteristics__item {
  background: white;
  border: 2px solid var(--border-light);
  border-radius: 10px;
  padding: 1rem;
  transition: all 0.3s ease;
}

.characteristics__item:hover {
  border-color: var(--primary-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.characteristics__item--highlight {
  border-color: var(--secondary-accent);
  background: linear-gradient(135deg, var(--secondary-light) 0%, white 100%);
}

.characteristics__key {
  font-weight: 600;
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}

.characteristics__value {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.1rem;
}

/* ===== Summary ===== */

.scenario__summary {
  background: white;
  border-left: 5px solid var(--secondary-accent);
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 0 16px 16px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.scenario__summary-headline {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
}

.scenario__summary-text {
  color: var(--text-secondary);
  margin-bottom: 1rem;
  line-height: 1.7;
}

.scenario__verdict {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.scenario__verdict--optimization-possible {
  background: var(--secondary-light);
  color: #8b5a00;
}

.scenario__verdict--recommended {
  background: var(--primary-light);
  color: var(--primary);
}

.scenario__verdict--not-recommended {
  background: #fecaca;
  color: #991b1b;
}

/* ===== Content Sections ===== */

.scenario__content {
  margin-bottom: 3rem;
}

.scenario__section {
  margin-bottom: 2.5rem;
}

.section__headline {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.section__headline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--secondary-accent) 0%, transparent 100%);
}

.section__content {
  color: var(--text-secondary);
  line-height: 1.8;
}

.section__content p {
  margin-bottom: 1rem;
}

.section__content strong {
  font-weight: 600;
  color: var(--text-primary);
}

.section--callout {
  border-left: 4px solid;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 12px 12px 0;
}

.section--callout-success {
  border-color: var(--primary);
  background: linear-gradient(135deg, var(--bg-green-subtle) 0%, white 100%);
}

.section--callout-warning {
  border-color: var(--secondary);
  background: linear-gradient(135deg, var(--secondary-light) 0%, white 100%);
}

.section--callout-info {
  border-color: var(--secondary-accent);
  background: linear-gradient(135deg, #fef3c7 0%, white 100%);
}

.section__callout-headline {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

/* Q&A Sections */

.section--qa {
  margin-bottom: 1rem;
}

.section__qa-item {
  background: white;
  border: 2px solid var(--border-light);
  border-radius: 10px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.section__qa-item:hover {
  border-color: var(--primary-light);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.section__qa-question {
  font-weight: 600;
  color: var(--primary);
  cursor: pointer;
  font-size: 1.05rem;
}

.section__qa-answer {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 3px solid var(--primary-light);
  color: var(--text-secondary);
  line-height: 1.7;
}

.section__qa-answer p {
  margin-bottom: 0.5rem;
}

/* ===== Handoffs ===== */

.handoff {
  margin: 2rem 0;
}

.handoff--header {
  background: var(--bg-green-subtle);
  border: 2px solid var(--primary-light);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
}

.handoff--inline {
  background: linear-gradient(135deg, var(--secondary-light) 0%, white 100%);
  border: 3px solid var(--secondary-accent);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
}

.handoff__headline {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.handoff__description {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.handoff__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .handoff__form {
    flex-direction: row;
  }
}

.handoff__input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 2px solid var(--border-light);
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.handoff__input:focus {
  outline: none;
  border-color: var(--primary);
}

.handoff__button {
  padding: 0.75rem 2rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-accent) 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.handoff__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(20, 122, 80, 0.3);
}

/* ===== Conclusions ===== */

.conclusions {
  margin: 3rem 0;
  padding-top: 2rem;
  border-top: 2px solid var(--border-light);
}

.conclusions__headline {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 2rem;
}

.conclusions__options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.conclusions__option {
  background: white;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.conclusions__option:hover {
  border-color: var(--primary-light);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.conclusions__option-label {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.conclusions__option-description {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.conclusions__option-link {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.conclusions__option-link--primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-accent) 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(20, 122, 80, 0.3);
}

.conclusions__option-link--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(20, 122, 80, 0.4);
}

.conclusions__option-link--secondary {
  background: var(--secondary-light);
  color: var(--text-primary);
}

.conclusions__option-link--secondary:hover {
  background: var(--secondary);
  color: white;
}

.conclusions__option-link--tertiary {
  background: var(--bg-green-subtle);
  color: var(--primary);
}

.conclusions__option-link--tertiary:hover {
  background: var(--primary-light);
}

/* ===== Scenario Cards ===== */

.scenario-card {
  background: white;
  border: 2px solid var(--border-light);
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.scenario-card:hover {
  border-color: var(--primary);
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(20, 122, 80, 0.15);
}

.scenario-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.scenario-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.scenario-card__tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--bg-green-subtle);
  color: var(--primary);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.scenario-card__summary {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.scenario-card__verdict {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.scenario-card__verdict--optimization-possible {
  background: var(--secondary-light);
  color: #8b5a00;
}

.scenario-card__verdict--recommended {
  background: var(--primary-light);
  color: var(--primary);
}

.scenario-card__link {
  display: inline-block;
  margin-top: auto;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.scenario-card__link:hover {
  color: var(--primary-accent);
}

.scenario-card__link::after {
  content: ' →';
  transition: transform 0.2s ease;
  display: inline-block;
}

.scenario-card__link:hover::after {
  transform: translateX(4px);
}

/* ===== Scenario Grid ===== */

.scenarios-grid {
  margin: 3rem 0;
}

.scenarios-grid__container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--site-gutter);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

/* ===== Index Pages ===== */

.index-page {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 3rem var(--site-gutter);
  text-align: center;
}

.index-page__title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .index-page__title {
    font-size: 3.5rem;
  }
}

.index-page__subtitle {
  font-size: 1.25rem;
  color: var(--text-secondary);
  margin-bottom: 3rem;
  line-height: 1.6;
}

/* ===== Glossary ===== */

.scenario__glossary {
  margin: 2rem 0;
  background: linear-gradient(135deg, #fef3c7 0%, white 100%);
  border-left: 4px solid var(--secondary-accent);
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}

.scenario__glossary-container {
  padding: 1.5rem;
}

.scenario__glossary-headline {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 1.5rem 0;
}

.scenario__glossary-entries {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

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

.glossary-entry__item::-webkit-details-marker {
  display: none;
}

.glossary-entry__term {
  display: block;
  padding: 1rem;
  background: white;
  border: 2px solid var(--secondary-light);
  border-radius: 8px;
  font-weight: 600;
  color: var(--text-primary);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}

.glossary-entry__term::before {
  content: '▶';
  display: inline-block;
  margin-right: 0.75rem;
  transition: transform 0.2s ease;
  color: var(--secondary-accent);
}

.glossary-entry__item[open] .glossary-entry__term::before {
  transform: rotate(90deg);
}

.glossary-entry__item[open] .glossary-entry__term {
  background: var(--secondary-light);
  border-color: var(--secondary-accent);
}

.glossary-entry__term:hover {
  background: var(--secondary-light);
  border-color: var(--secondary-accent);
}

.glossary-entry__explanation {
  padding: 1rem;
  background: white;
  color: var(--text-secondary);
  font-size: 0.9rem;
  border-top: 1px solid var(--secondary-light);
  line-height: 1.7;
}

.glossary-entry__explanation p {
  margin: 0;
}

/* ===== Static Pages ===== */

.static-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem var(--site-gutter);
}

.static-page__header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid var(--primary-light);
}

.static-page__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .static-page__title {
    font-size: 3rem;
  }
}

.static-page__description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin: 0;
}

.static-page__content {
  color: var(--text-secondary);
  line-height: 1.8;
}

.static-page__content h1 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin: 2rem 0 1rem;
}

.static-page__content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin: 1.5rem 0 0.75rem;
}

.static-page__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 1rem 0 0.5rem;
}

.static-page__content p {
  margin-bottom: 1rem;
}

.static-page__content a {
  color: var(--primary);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.static-page__content a:hover {
  color: var(--primary-accent);
}

.static-page__content ul,
.static-page__content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.static-page__content li {
  margin-bottom: 0.5rem;
}

.static-page__content strong {
  font-weight: 600;
  color: var(--text-primary);
}

/* ===== Utilities ===== */

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Energy Icon Animation */

@keyframes pulse-energy {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

.energy-icon {
  animation: pulse-energy 2s ease-in-out infinite;
}
