:root {
  --ee-navy: #183B56;
  --ee-teal: #2CBFC7;
  --ee-violet: #7B61FF;
  --ee-mint: #B9F3E4;
  --ee-bg: #F7FAFC;
  --ee-text: #1F2937;
  --ee-alert: #FFB86B;
  --ee-white: #FFFFFF;
  --ee-soft: #EFF6F8;
  --ee-line: #DCE7EE;
  --ee-muted: #5F6F83;
  --ee-shadow: 0 18px 48px rgba(24, 59, 86, .12);
  --ee-radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.ee-site,
.ee-dashboard-page {
  color: var(--ee-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.ee-site {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #FFFFFF 0%, var(--ee-bg) 40%, #FFFFFF 100%);
}

.ee-site * ,
.ee-dashboard-page * {
  box-sizing: border-box;
}

.ee-site a,
.ee-dashboard-page a {
  color: var(--ee-navy);
}

.ee-site a:hover,
.ee-dashboard-page a:hover {
  color: #0C7E87;
}

.ee-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ee-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(220, 231, 238, .82);
  box-shadow: 0 1px 0 rgba(24, 59, 86, .02);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, border-color .2s ease;
}

.ee-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.ee-site-header.is-scrolled {
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(24, 59, 86, .10);
}

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

.ee-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ee-navy);
  text-decoration: none;
  font-weight: 850;
  white-space: nowrap;
}

.ee-logo-mark {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--ee-teal), var(--ee-violet));
  color: var(--ee-white);
  font-size: 14px;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(44, 191, 199, .22);
}

.ee-logo-text {
  font-size: 19px;
  letter-spacing: 0;
}

.ee-site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ee-nav {
  display: flex;
}

.ee-site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #25475F;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.ee-site-nav a:hover {
  background: rgba(44, 191, 199, .10);
  color: #0C7E87;
}

.ee-site-nav .ee-nav-cta {
  margin-left: 4px;
  padding-inline: 16px;
  background: linear-gradient(135deg, var(--ee-navy), #24627D);
  color: var(--ee-white);
  box-shadow: 0 12px 26px rgba(24, 59, 86, .18);
}

.ee-site-nav .ee-nav-cta:hover {
  color: var(--ee-white);
  background: linear-gradient(135deg, #102D43, #167B86);
}

.ee-menu-toggle {
  display: none;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--ee-line);
  border-radius: 999px;
  background: var(--ee-white);
  color: var(--ee-navy);
  font-weight: 800;
}

.ee-highlighted,
.ee-breadcrumb {
  display: none;
}

.ee-main {
  min-height: 64vh;
}

.ee-main-layout {
  display: block;
  padding: 34px 0 62px;
}

.ee-home {
  margin-top: -34px;
}

.ee-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 62px);
  margin-inline: calc(50% - 50vw);
  padding: clamp(64px, 8vw, 104px) max(20px, calc((100vw - 1180px) / 2)) clamp(58px, 7vw, 86px);
  background:
    radial-gradient(circle at 86% 12%, rgba(123, 97, 255, .18), transparent 28%),
    radial-gradient(circle at 8% 86%, rgba(44, 191, 199, .18), transparent 30%),
    linear-gradient(135deg, #FFFFFF 0%, #F2FCFA 44%, #F7F4FF 100%);
  border-bottom: 1px solid var(--ee-line);
}

.ee-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ee-navy);
  font-size: clamp(42px, 6.2vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
}

.ee-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #405269;
  font-size: clamp(18px, 2vw, 22px);
}

.ee-hero-note {
  max-width: 720px;
  margin: 22px 0 0;
  color: #607388;
  font-size: 15px;
}

.ee-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid rgba(44, 191, 199, .34);
  border-radius: 999px;
  background: rgba(185, 243, 228, .45);
  color: #0E6F78;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ee-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ee-button,
.ee-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 21px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.1;
}

.ee-button {
  border: 0;
  background: linear-gradient(135deg, var(--ee-navy), #24627D);
  color: var(--ee-white);
  box-shadow: 0 14px 28px rgba(24, 59, 86, .20);
}

.ee-button:hover {
  color: var(--ee-white);
  background: linear-gradient(135deg, #102D43, #167B86);
  transform: translateY(-1px);
}

.ee-button-secondary {
  border: 1px solid rgba(24, 59, 86, .20);
  background: rgba(255, 255, 255, .84);
  color: var(--ee-navy);
}

.ee-button-secondary:hover {
  border-color: rgba(44, 191, 199, .72);
  color: #0C7E87;
  background: var(--ee-white);
}

.ee-product-panel {
  padding: 18px;
  border: 1px solid rgba(220, 231, 238, .92);
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 30px 70px rgba(24, 59, 86, .18);
  backdrop-filter: blur(18px);
}

.ee-product-topbar {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.ee-product-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ee-line);
}

.ee-product-topbar span:nth-child(1) {
  background: var(--ee-alert);
}

.ee-product-topbar span:nth-child(2) {
  background: var(--ee-teal);
}

.ee-product-topbar span:nth-child(3) {
  background: var(--ee-violet);
}

.ee-product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--ee-navy), #244E71);
  color: var(--ee-white);
}

.ee-product-header strong {
  font-size: 19px;
}

.ee-product-header em {
  color: var(--ee-mint);
  font-style: normal;
  font-size: 14px;
}

.ee-product-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 14px 0;
}

.ee-product-metrics div {
  padding: 16px 12px;
  border: 1px solid var(--ee-line);
  border-radius: 18px;
  background: var(--ee-white);
}

.ee-product-metrics strong,
.ee-product-metrics span {
  display: block;
}

.ee-product-metrics strong {
  color: var(--ee-navy);
  font-size: 24px;
  line-height: 1;
}

.ee-product-metrics span {
  margin-top: 6px;
  color: var(--ee-muted);
  font-size: 13px;
}

.ee-product-list {
  display: grid;
  gap: 10px;
}

.ee-product-list p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--ee-line);
  border-radius: 16px;
  background: var(--ee-white);
  color: #35485C;
  font-weight: 650;
}

.ee-product-list span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--ee-teal);
  box-shadow: 0 0 0 5px rgba(44, 191, 199, .13);
}

.ee-section {
  padding: clamp(54px, 7vw, 84px) 0;
}

.ee-section-muted {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
  background: var(--ee-soft);
}

.ee-page-hero {
  margin: -34px calc(50% - 50vw) 0;
  padding: clamp(58px, 8vw, 96px) max(20px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 88% 18%, rgba(123, 97, 255, .14), transparent 28%),
    linear-gradient(135deg, #FFFFFF 0%, #F3FCFB 54%, #F7F4FF 100%);
  border-bottom: 1px solid var(--ee-line);
}

.ee-page-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: var(--ee-navy);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0;
}

.ee-page-hero p:not(.ee-badge) {
  max-width: 780px;
  margin: 0;
  color: var(--ee-muted);
  font-size: clamp(18px, 2vw, 22px);
}

.ee-section + .ee-section {
  border-top: 1px solid rgba(220, 231, 238, .70);
}

.ee-section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.ee-section h2,
.ee-card-feature h2,
.ee-dashboard-hero h1 {
  margin: 0 0 14px;
  color: var(--ee-navy);
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

.ee-section-intro {
  max-width: 780px;
  margin: 0;
  color: var(--ee-muted);
  font-size: 18px;
}

.ee-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 24px 0;
}

.ee-trust-strip div {
  padding: 18px;
  border: 1px solid var(--ee-line);
  border-radius: 18px;
  background: var(--ee-white);
  box-shadow: 0 10px 28px rgba(24, 59, 86, .05);
}

.ee-trust-strip strong,
.ee-trust-strip span {
  display: block;
}

.ee-trust-strip strong {
  color: var(--ee-navy);
  font-size: 18px;
}

.ee-trust-strip span {
  margin-top: 3px;
  color: var(--ee-muted);
  font-size: 14px;
}

.ee-card-grid,
.ee-dashboard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.ee-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ee-card,
.ee-dashboard .ee-card {
  position: relative;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--ee-line);
  border-radius: var(--ee-radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(24, 59, 86, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ee-dashboard-card {
  border: 1px solid var(--ee-line);
  border-radius: var(--ee-radius);
  background: var(--ee-white);
  box-shadow: var(--ee-shadow);
}

.ee-card:hover,
.ee-dashboard .ee-card:hover {
  transform: translateY(-3px);
  border-color: rgba(44, 191, 199, .45);
  box-shadow: var(--ee-shadow);
}

.ee-card:before {
  content: "";
  display: block;
  width: 44px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ee-teal), var(--ee-violet));
}

.ee-card h3,
.ee-dashboard .ee-card h3 {
  margin: 0 0 10px;
  color: var(--ee-navy);
  font-size: 22px;
  line-height: 1.2;
}

.ee-card p,
.ee-dashboard .ee-card p {
  margin: 0;
  color: var(--ee-muted);
}

.ee-card a,
.ee-dashboard .ee-card a {
  color: inherit;
  text-decoration: none;
}

.ee-card-feature {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 86% 12%, rgba(185, 243, 228, .40), transparent 34%),
    var(--ee-white);
}

.ee-split-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 58px);
}

.ee-feature-stack {
  display: grid;
  gap: 14px;
}

.ee-feature-stack div {
  padding: 20px 22px;
  border: 1px solid var(--ee-line);
  border-radius: 18px;
  background: var(--ee-white);
  color: #35485C;
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(24, 59, 86, .06);
}

.ee-feature-stack div:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 12px;
  border-radius: 999px;
  background: var(--ee-teal);
  box-shadow: 0 0 0 5px rgba(44, 191, 199, .12);
}

.ee-security-section {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F8F9 100%);
}

.ee-final-cta {
  margin-top: 24px;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 16%, rgba(185, 243, 228, .24), transparent 26%),
    linear-gradient(135deg, var(--ee-navy), #244E71);
  color: var(--ee-white);
  box-shadow: var(--ee-shadow);
}

.ee-final-cta h2,
.ee-final-cta .ee-section-intro {
  color: var(--ee-white);
}

.ee-final-cta .ee-badge {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .28);
  color: var(--ee-mint);
}

.ee-final-cta .ee-button {
  background: var(--ee-white);
  color: var(--ee-navy);
}

.ee-final-cta .ee-button-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, .55);
  color: var(--ee-white);
}

.ee-alert {
  margin: 26px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 184, 107, .42);
  border-radius: 16px;
  background: rgba(255, 184, 107, .14);
  color: #6C4A19;
}

.ee-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.ee-pricing-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--ee-line);
  border-radius: var(--ee-radius);
  background: var(--ee-white);
  box-shadow: 0 12px 34px rgba(24, 59, 86, .07);
}

.ee-pricing-card h2 {
  margin: 0 0 12px;
  color: var(--ee-navy);
  font-size: 24px;
}

.ee-pricing-card strong {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(185, 243, 228, .55);
  color: #0E6F78;
}

.ee-testimonial,
.ee-resource-list {
  padding: 22px;
  border: 1px solid var(--ee-line);
  border-radius: var(--ee-radius);
  background: var(--ee-white);
}

.ee-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}

.ee-kpi {
  padding: 18px;
  border: 1px solid var(--ee-line);
  border-radius: 18px;
  background: var(--ee-white);
}

.ee-form {
  max-width: 860px;
}

.ee-form-card,
.ee-site form,
.ee-dashboard-page form {
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--ee-line);
  border-radius: var(--ee-radius);
  background: var(--ee-white);
  box-shadow: 0 12px 34px rgba(24, 59, 86, .07);
}

.ee-login-form {
  max-width: 560px;
  margin: 0 auto;
}

.user-register-form,
.user-pass {
  max-width: 720px;
  margin: 0 auto;
}

.ee-login-intro {
  margin-bottom: 22px;
}

.ee-login-intro h1 {
  margin: 0 0 10px;
  color: var(--ee-navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

.ee-login-intro p:not(.ee-badge) {
  margin: 0;
  color: var(--ee-muted);
}

.ee-login-form .form-item {
  margin-bottom: 18px;
}

.ee-login-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--ee-navy);
  font-weight: 800;
}

.ee-login-form input[type="text"],
.ee-login-form input[type="password"],
.user-register-form input[type="text"],
.user-register-form input[type="email"],
.user-register-form input[type="password"],
.user-register-form input[type="date"],
.user-register-form select,
.user-pass input[type="text"],
.user-pass input[type="email"] {
  width: 100%;
  min-height: 48px;
}

.ee-login-form .form-submit {
  min-height: 50px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ee-navy), #24627D);
  color: var(--ee-white);
  font-weight: 850;
  cursor: pointer;
}

.user-register-form .form-submit,
.user-pass .form-submit {
  min-height: 50px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ee-navy), #24627D);
  color: var(--ee-white);
  font-weight: 850;
  cursor: pointer;
}

.user-register-form .form-item,
.user-pass .form-item {
  margin-bottom: 18px;
}

.user-register-form label,
.user-pass label {
  display: block;
  margin-bottom: 7px;
  color: var(--ee-navy);
  font-weight: 800;
}

.description {
  margin-top: 6px;
  color: var(--ee-muted);
  font-size: 14px;
}

.ee-login-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.ee-login-links a {
  font-weight: 750;
  text-decoration: none;
}

.ee-account-page {
  max-width: 1040px;
  margin: 0 auto;
}

.ee-footer {
  background: var(--ee-navy);
}

.ee-mobile-menu {
  display: none;
}

.ee-site-footer {
  padding: 54px 0 48px;
  background:
    radial-gradient(circle at 85% 20%, rgba(44, 191, 199, .14), transparent 30%),
    var(--ee-navy);
  color: #DCE8EE;
}

.ee-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 30px;
}

.ee-footer-brand {
  margin-bottom: 10px;
  color: var(--ee-white);
  font-size: 23px;
  font-weight: 900;
}

.ee-site-footer h2 {
  margin: 0 0 12px;
  color: var(--ee-white);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.ee-site-footer p {
  margin: 0;
  color: #DCE8EE;
}

.ee-site-footer a {
  display: block;
  margin: 8px 0;
  color: #DCE8EE;
  text-decoration: none;
}

.ee-site-footer a:hover {
  color: var(--ee-mint);
}

.ee-node {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--ee-line);
  border-radius: var(--ee-radius);
  background: var(--ee-white);
  box-shadow: 0 12px 34px rgba(24, 59, 86, .07);
}

.ee-node-title {
  margin: 0 0 18px;
  color: var(--ee-navy);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
}

.ee-node-title a {
  color: inherit;
  text-decoration: none;
}

.ee-node-meta {
  margin-bottom: 18px;
  color: var(--ee-muted);
  font-size: 14px;
}

.ee-block {
  margin-bottom: 22px;
}

.ee-block-title {
  margin: 0 0 12px;
  color: var(--ee-navy);
}

.ee-site input,
.ee-site select,
.ee-site textarea,
.ee-dashboard-page input,
.ee-dashboard-page select,
.ee-dashboard-page textarea {
  max-width: 100%;
  border: 1px solid var(--ee-line);
  border-radius: 13px;
  padding: 10px 12px;
}

.ee-site input:focus,
.ee-site select:focus,
.ee-site textarea:focus,
.ee-dashboard-page input:focus,
.ee-dashboard-page select:focus,
.ee-dashboard-page textarea:focus {
  outline: 3px solid rgba(44, 191, 199, .22);
  border-color: var(--ee-teal);
}

.ee-dashboard-page {
  padding: clamp(18px, 3vw, 34px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(123, 97, 255, .12), transparent 26%),
    linear-gradient(135deg, #FFFFFF, #F2FAFA);
}

.ee-dashboard-hero {
  max-width: 840px;
  margin-bottom: 24px;
}

.ee-dashboard-hero p {
  margin: 0;
  color: var(--ee-muted);
  font-size: 17px;
}

.ee-dashboard {
  margin-top: 24px;
}

.ee-dashboard .ee-card {
  min-height: 170px;
}

.ee-dashboard .ee-card a {
  display: block;
  margin-bottom: 10px;
  color: var(--ee-navy);
  font-size: 22px;
  font-weight: 850;
}

@media (max-width: 1080px) {
  .ee-site-nav a {
    padding-inline: 8px;
    font-size: 13px;
  }

  .ee-card-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .ee-menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .ee-site-nav {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--ee-line);
    border-radius: 20px;
    background: var(--ee-white);
    box-shadow: var(--ee-shadow);
  }

  .ee-site-nav.is-open {
    display: flex;
  }

  .ee-site-nav a {
    justify-content: center;
    border-radius: 14px;
    font-size: 15px;
  }

  .ee-site-nav .ee-nav-cta {
    margin-left: 0;
  }

  .ee-hero,
  .ee-split-section {
    grid-template-columns: 1fr;
  }

  .ee-product-panel {
    max-width: 560px;
  }

  .ee-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .ee-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ee-container {
    width: min(100% - 28px, 1180px);
  }

  .ee-header-inner {
    min-height: 68px;
  }

  .ee-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .ee-logo-text {
    font-size: 16px;
  }

  .ee-site-nav {
    top: 68px;
    left: 14px;
    right: 14px;
  }

  .ee-hero {
    padding-top: 46px;
  }

  .ee-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .ee-actions {
    display: grid;
  }

  .ee-button,
  .ee-button-secondary {
    width: 100%;
  }

  .ee-product-metrics,
  .ee-trust-strip,
  .ee-card-grid-four,
  .ee-footer-grid {
    grid-template-columns: 1fr;
  }

  .ee-card,
  .ee-dashboard .ee-card {
    min-height: auto;
  }
}
