/*
Theme Name: Saldoera Elementor
Theme URI: https://saldoera.com
Author: Saldoera
Description: Responsive Elementor-first WordPress theme for the Saldoera homepage.
Version: 3.1.3
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: saldoera
*/

:root {
  --black: #020706;
  --dark: #07110e;
  --green: #1f3b2b;
  --green-deep: #10261d;
  --gold: #b28a4e;
  --gold-light: #d8b779;
  --paper: #f4f4f1;
  --white: #ffffff;
  --ink: #121614;
  --muted: #626863;
  --line: #deded7;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(0,0,0,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Nunito Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
/* Elementor containers ship with 10px default padding. The approved layout
   defines spacing per component below, so its neutral base must be zero. */
.e-con { padding: 0; }

.announcement {
  position: relative;
  z-index: 30;
  display: flex;
  height: 40px;
  overflow: hidden;
  color: rgba(255,255,255,.82);
  background: #45503f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .085em;
  line-height: 40px;
  white-space: nowrap;
}
.announcement-viewport { min-width: 0; flex: 1; overflow: hidden; }
.ticker {
  display: flex;
  width: max-content;
  min-width: max-content;
  align-items: center;
  gap: 24px;
  padding-left: 14px;
  animation: ticker-slide 32s linear infinite;
}
.ticker b { color: #c2a058; font-size: 10px; }
.announcement-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 192px;
  flex: 0 0 192px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #fff;
  background: #b7934d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@keyframes ticker-slide { to { transform: translateX(-50%); } }

.site-header {
  position: absolute;
  z-index: 20;
  top: 40px;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 96px;
  align-items: center;
  gap: clamp(24px,1.8vw,34px);
  padding: 0 28px 0 clamp(28px,4vw,72px);
  color: #fff;
  background: rgba(143,142,140,.96);
  box-shadow: 0 10px 26px rgba(0,0,0,.13);
  transition: min-height .28s ease, padding .28s ease, background .28s ease, box-shadow .28s ease;
}
.brand {
  display: flex;
  width: 132px;
  flex: 0 0 132px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  overflow: hidden;
}
.mavimorra-logo { width: 124px; height: 83px; object-fit: contain; mix-blend-mode: screen; }
.custom-logo-link { display: flex; align-items: center; justify-content: center; }
.custom-logo { width: 124px; height: 83px; object-fit: contain; mix-blend-mode: screen; }
.main-nav { display: flex; min-width: 0; flex: 1; align-items: center; justify-content: center; gap: clamp(32px,2.6vw,52px); }
.main-nav-list { display: contents; margin: 0; padding: 0; list-style: none; }
.main-nav li { margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; color: rgba(255,255,255,.94); font-size: clamp(12px,.82vw,15px); font-weight: 500; white-space: nowrap; }
.main-nav a.has-submenu { padding-right: 15px; }
.main-nav a.has-submenu::after { position: absolute; top: 50%; right: 0; content: "▾"; font-size: 10px; transform: translateY(-45%); }
.main-nav a:hover { color: #fff; }
.header-tools { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.phone-link, .account-link { color: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; }
.phone-link span { margin-right: 3px; color: #fff; font-size: 11px; }
.search-button {
  width: 30px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 5px;
  color: #777;
  background: #fff;
  font-size: 12px;
}
.language-switcher { display: flex; gap: 4px; margin-left: 2px; font-size: 20px; white-space: nowrap; }
.header-cta { display: inline-flex; min-height: 43px; align-items: center; padding: 11px 17px; border-radius: 10px; color: #fff; background: #b7934d; font-size: 13px; font-weight: 900; white-space: nowrap; }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; padding: 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 5px; background: rgba(0,0,0,.1); }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.site-header.is-scrolled {
  position: fixed;
  top: 0;
  min-height: 64px;
  gap: 24px;
  padding: 0 16px 0 34px;
  background: rgba(54,53,50,.98);
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}
.site-header.is-scrolled .brand { width: 96px; flex-basis: 96px; }
.site-header.is-scrolled .mavimorra-logo { width: 82px; height: 54px; }
.site-header.is-scrolled .custom-logo { width: 82px; height: 54px; }
.site-header.is-scrolled .main-nav { gap: clamp(20px,1.45vw,28px); }
.site-header.is-scrolled .main-nav a { font-size: clamp(9px,.68vw,12px); }
.site-header.is-scrolled .phone-link,
.site-header.is-scrolled .account-link { font-size: 10px; }
.site-header.is-scrolled .language-switcher { font-size: 16px; }
.site-header.is-scrolled .search-button { width: 86px; height: 32px; text-align: left; padding-left: 10px; }
.site-header.is-scrolled .search-button { font-size: 0; }
.site-header.is-scrolled .search-button::after { content: "SUCHEN…"; color: #999; font-size: 8px; letter-spacing: .08em; }
.site-header.is-scrolled .header-cta { min-height: 34px; padding: 8px 13px; border-radius: 5px; font-size: 10px; }
body.admin-bar .site-header.is-scrolled { top: 32px; }

.hero {
  position: relative;
  height: auto;
  min-height: 1160px;
  max-height: none;
  display: grid;
  place-items: start center;
  padding: 170px 24px 66px;
  overflow: hidden;
  color: #fff;
  background: #999;
}
.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("images/saldoera-hero.png") center / cover no-repeat;
  opacity: .58;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(30,30,30,.02), rgba(10,16,14,.2));
}
.hero-content { position: relative; z-index: 2; width: min(900px,100%); text-align: center; }
.hero-ornament {
  display: block;
  width: 68px;
  height: 4px;
  margin: 0 auto 18px;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.9) 0 2px, transparent 2px 4px);
}
.hero-logo { width: 730px; height: 500px; margin: 0 auto 48px; object-fit: contain; mix-blend-mode: screen; }
.overline { margin: 0 0 16px; color: #304637; font-size: 13px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .overline.light { margin-bottom: 18px; color: #fff; font-size: 28px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.hero h1 { margin: 0 auto; font-size: 38px; font-weight: 400; letter-spacing: 0; line-height: 1.08; text-transform: uppercase; }
.hero h1 span { display: block; margin-bottom: 1px; color: #fff; font-size: 1em; font-weight: 400; letter-spacing: 0; }
.hero-copy { max-width: 790px; margin: 20px auto 0; color: rgba(255,255,255,.92); font-size: 19px; line-height: 1.2; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 15px 26px; border-radius: 5px; font-size: 15px; font-weight: 900; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: #fff; background: var(--gold); box-shadow: 0 16px 35px rgba(178,138,78,.24); }
.button-gold:hover { background: #c0995f; box-shadow: 0 20px 44px rgba(178,138,78,.35); }
.button-outline { border: 1px solid rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.07); }
.button-outline:hover { background: rgba(255,255,255,.13); }
.hero .button { min-height: 56px; padding: 14px 32px; border-radius: 6px; font-size: 18px; box-shadow: none; }
.hero-secondary { background: #ae8a45; }
.hero-proof { display: flex; max-width: 760px; justify-content: center; flex-wrap: wrap; gap: 5px 18px; margin: 24px auto 0; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.25; }
.hero-proof span:last-child { flex-basis: 100%; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: auto; }
.narrow { width: min(900px, calc(100% - 48px)); margin: auto; text-align: center; }
.section-white, .section-soft { padding: 115px 0; }
.section-soft { background: var(--paper); }
.section-intro { max-width: 820px; margin-bottom: 58px; }
.section-intro h2, .narrow h2, .security h2 {
  margin: 0;
  font-size: clamp(38px,4.5vw,62px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.05;
  text-transform: uppercase;
}
.section-intro > p:not(.overline), .narrow > p:not(.overline), .large-copy { color: var(--muted); font-size: 18px; line-height: 1.75; }

.dark-pattern {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0, rgba(178,138,78,.11), transparent 28%),
    repeating-radial-gradient(circle at 0 0, transparent 0 40px, rgba(255,255,255,.025) 41px 42px),
    var(--black);
}
.workflow { padding: 115px 0; }
.workflow-heading { max-width: 900px; margin: 0 auto 55px; text-align: center; }
.gold-line { display: block; width: 85px; height: 4px; margin: 0 auto 25px; background: repeating-linear-gradient(120deg,var(--gold) 0 7px,transparent 7px 10px); transform: skewX(-22deg); }
.workflow h2 { margin: 0; color: var(--gold-light); font-size: clamp(38px,4.5vw,62px); font-weight: 900; letter-spacing: -.035em; line-height: 1.05; }
.workflow-heading p { color: rgba(255,255,255,.58); font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; }
.step-card {
  min-height: 285px;
  padding: 24px 20px 28px;
  border-bottom: 6px solid var(--gold);
  border-radius: var(--radius);
  color: #050806;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.step-card:hover { transform: translateY(-8px); box-shadow: 0 28px 58px rgba(0,0,0,.38); }
.step-card img { width: 62px; height: 62px; margin: 0 auto 14px; object-fit: contain; }
.step-label { display: inline-flex; min-width: 90px; min-height: 42px; align-items: center; justify-content: center; padding: 8px 14px; border-radius: 999px; color: #fff; background: var(--gold); font-size: 13px; }
.step-card h3 { margin: 20px 0 0; font-size: 18px; line-height: 1.14; }
.center-action { margin-top: 48px; text-align: center; }

.trust .narrow { max-width: 760px; }
.trust h2 { font-size: clamp(36px,4vw,55px); }
.trust-list { display: grid; gap: 16px; margin-top: 38px; }
.trust-list span { font-size: 21px; font-weight: 700; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.editorial-card { min-height: 590px; padding: 55px 48px; border-radius: var(--radius); }
.light-card { border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.solution-card { color: #fff; background: linear-gradient(145deg,#0e281d,#020806); box-shadow: var(--shadow); }
.editorial-card h2 { margin: 0 0 26px; font-size: clamp(34px,3.5vw,48px); font-weight: 900; letter-spacing: -.04em; line-height: 1.06; text-transform: uppercase; }
.editorial-card > p:not(.overline) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.solution-card > p:not(.overline) { color: rgba(255,255,255,.68); }
.check-list { display: grid; gap: 13px; padding: 0; margin: 28px 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: rgba(255,255,255,.76); }
.check-list li::before { position: absolute; left: 0; color: var(--gold-light); content: "✓"; font-weight: 900; }
.dark-checks li { color: var(--muted); }
.dark-checks li::before { color: #2c7252; }
.closing-line { color: var(--ink) !important; font-weight: 900; }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature-card { min-height: 340px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 45px rgba(0,0,0,.06); transition: transform .25s ease; }
.feature-card:hover { transform: translateY(-7px); }
.feature-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 4px; color: #fff; background: var(--gold); font-size: 14px; font-weight: 900; }
.feature-card h3 { margin: 28px 0 15px; font-size: 24px; line-height: 1.1; }
.feature-card p { color: var(--muted); line-height: 1.65; }
.tags { margin-top: auto; color: #758078; font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.dark-feature { color: #fff; background: var(--green-deep); }
.dark-feature p, .dark-feature .tags { color: rgba(255,255,255,.6); }

.dark-image-section { padding: 105px 0; color: #fff; background: #020706; }
.audience-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.audience-art img { border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.audience-copy h2 { margin: 0; font-size: clamp(38px,4.3vw,58px); font-weight: 900; letter-spacing: -.045em; line-height: 1.05; text-transform: uppercase; }
.large-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 20px; padding: 0; margin: 38px 0 0; list-style: none; }
.large-check-list li { color: rgba(255,255,255,.74); }
.large-check-list li::before { margin-right: 9px; color: var(--gold-light); content: "✓"; font-weight: 900; }

.benefit-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; margin-top: 60px; }
.big-stat { padding: 50px; border-radius: var(--radius); color: #fff; background: var(--green-deep); }
.big-stat strong { display: block; color: var(--gold-light); font-size: clamp(70px,8vw,112px); line-height: .9; }
.big-stat p { margin: 25px 0 0; font-size: 22px; line-height: 1.25; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 34px; border: 1px solid var(--line); background: #fff; }
.benefit-list span { padding: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 700; }

.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.security-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mini-card { min-height: 165px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.mini-card strong { color: var(--gold); font-size: 15px; }
.mini-card span { font-size: 17px; font-weight: 900; line-height: 1.25; }

.pricing { padding: 110px 0; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.pricing-copy h2 { margin: 0; color: #fff; font-size: clamp(42px,4.5vw,62px); font-weight: 900; letter-spacing: -.05em; line-height: 1.05; text-transform: uppercase; }
.pricing-copy > p:not(.overline) { color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.7; }
.price-card { padding: 48px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.06); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.price-card > span { color: rgba(255,255,255,.6); }
.price-card > strong { display: block; margin: 10px 0 25px; color: #fff; font-size: 68px; letter-spacing: -.05em; }
.price-card strong small { color: rgba(255,255,255,.55); font-size: 17px; letter-spacing: 0; }
.price-card ul { display: grid; gap: 14px; padding: 0; margin: 0 0 30px; color: rgba(255,255,255,.72); list-style: none; }

.about .narrow { max-width: 850px; }
.about .narrow p { font-size: 19px; }

.final-cta { padding: 100px 24px; color: #fff; background: linear-gradient(135deg,#17392a,#040807 65%); }
.final-cta-inner { width: min(950px,100%); margin: auto; text-align: center; }
.final-cta h2 { margin: 0; font-size: clamp(44px,5vw,70px); font-weight: 900; letter-spacing: -.05em; line-height: 1.04; text-transform: uppercase; }
.final-cta p:not(.overline) { color: rgba(255,255,255,.68); font-size: 19px; }
.final-cta .button { margin-top: 22px; }

footer { padding: 64px 24px 30px; color: rgba(255,255,255,.68); background: linear-gradient(135deg,#071713 0%,#010504 62%,#020807 100%); border-top: 1px solid rgba(194,160,88,.22); }
.footer-inner { width: min(1180px,100%); margin: auto; display: grid; grid-template-columns: minmax(280px,auto) 1fr; gap: 48px; align-items: center; }
.footer-inner nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px 28px; }
.footer-inner nav a { color: rgba(255,255,255,.68); font-size: 13px; font-weight: 600; }
.footer-inner nav a:hover { color: #fff; }
.footer-inner > p { grid-column: 1/-1; margin: 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
/* Elementor's editor iframe does not always execute front-end observers. Keep
   every block visible there so content can always be selected and edited. */
.elementor-editor-active .reveal { opacity: 1; transform: none; }

/* Inner pages -------------------------------------------------------------- */
.page-hero {
  position: relative;
  display: grid;
  min-height: 680px;
  place-items: center;
  padding: 210px 24px 120px;
  overflow: hidden;
  color: #fff;
  background: #7f807f;
}
.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("images/saldoera-hero.png") center / cover no-repeat;
  opacity: .46;
}
.page-hero-content { position: relative; z-index: 2; width: min(1000px,100%); margin: auto; text-align: center; }
.page-hero .overline.light { margin-bottom: 22px; color: var(--gold-light); }
.page-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(48px,5.5vw,82px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
  text-transform: uppercase;
}
.page-hero-copy { width: min(780px,100%); margin: 28px auto 0; color: rgba(255,255,255,.8); font-size: 19px; line-height: 1.6; }
.page-hero-actions { margin-top: 32px; text-align: center; }
.page-hero-actions .button { margin: auto; }

.page-intro { max-width: 850px; margin-bottom: 58px; }
.page-intro h2,
.copy-panel h2,
.contact-details h2,
.contact-form-box h2 {
  margin: 0;
  font-size: clamp(38px,4.5vw,62px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-transform: uppercase;
}
.page-intro p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.placeholder-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 45px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.placeholder-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(0,0,0,.1); }
.placeholder-number { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 4px; color: #fff; background: var(--gold); }
.placeholder-number .elementor-heading-title { color: inherit; font-size: 14px; font-weight: 900; }
.placeholder-card h3 { margin: 30px 0 16px; font-size: 25px; line-height: 1.12; }
.placeholder-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.dark-placeholder-card { color: #fff; background: var(--green-deep); }
.dark-placeholder-card p { color: rgba(255,255,255,.62); }

.page-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; align-items: center; }
.copy-panel { display: flex; flex-direction: column; align-items: stretch; }
.copy-panel .button { align-self: flex-start; margin-top: 24px; }
.highlight-panel {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 52px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(145deg,#17392a,#020706 72%);
  box-shadow: var(--shadow);
}
.highlight-number .elementor-heading-title { color: var(--gold-light); font-size: clamp(76px,8vw,120px); font-weight: 900; letter-spacing: -.07em; line-height: .85; }
.highlight-panel h3 { margin: 32px 0 12px; font-size: 28px; }
.highlight-panel p { color: rgba(255,255,255,.66); line-height: 1.65; }

.pricing-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plan-card {
  min-height: 610px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 42px 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.07);
}
.featured-plan { color: #fff; background: linear-gradient(150deg,#163a29,#020706); transform: translateY(-18px); }
.plan-badge { align-self: flex-start; padding: 8px 12px; border-radius: 999px; color: #fff; background: var(--gold); }
.plan-badge .elementor-heading-title { color: inherit; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plan-name .elementor-heading-title { margin: 30px 0 15px; color: inherit; font-size: 34px; font-weight: 900; }
.plan-price strong { display: block; color: var(--ink); font-size: 38px; letter-spacing: -.04em; }
.plan-price small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.featured-plan .plan-price strong { color: #fff; }
.featured-plan .plan-price small,
.featured-plan .plan-copy p { color: rgba(255,255,255,.62); }
.plan-copy p { margin: 24px 0; color: var(--muted); line-height: 1.65; }
.plan-list { display: grid; gap: 13px; padding: 0; margin: 0 0 30px; list-style: none; }
.plan-list li { position: relative; padding-left: 25px; color: var(--muted); }
.plan-list li::before { position: absolute; left: 0; content: "✓"; color: var(--gold); font-weight: 900; }
.featured-plan .plan-list li { color: rgba(255,255,255,.72); }
.plan-card > .button { margin-top: auto; align-self: flex-start; }

.process-panel { padding: 46px; border-radius: var(--radius); color: #fff; background: var(--green-deep); }
.process-panel h3 { margin: 0 0 8px; color: var(--gold-light); font-size: 22px; }
.process-panel p { margin: 0 0 30px; color: rgba(255,255,255,.62); line-height: 1.65; }
.process-panel > :last-child p { margin-bottom: 0; }
.media-panel img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about-story-grid { grid-template-columns: .95fr 1.05fr; }

.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.team-card { min-height: 300px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); text-align: center; }
.team-avatar { display: grid; width: 104px; height: 104px; place-items: center; margin: 0 auto 30px; border-radius: 50%; color: #fff; background: linear-gradient(145deg,var(--gold),var(--green-deep)); }
.team-avatar .elementor-heading-title { color: inherit; font-size: 25px; font-weight: 900; }
.team-card h3 { margin: 0 0 10px; font-size: 24px; }
.team-role .elementor-heading-title { color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.contact-details { display: flex; flex-direction: column; gap: 0; }
.contact-detail-card { margin-top: 16px; padding: 24px 26px; border: 1px solid var(--line); background: var(--paper); }
.contact-label .elementor-heading-title { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-detail-card h3 { margin: 8px 0 0; font-size: 19px; overflow-wrap: anywhere; }
.contact-form-box { padding: 46px; border-radius: var(--radius); color: #fff; background: linear-gradient(145deg,#17392a,#020706); box-shadow: var(--shadow); }
.contact-form-box > .elementor-widget-text-editor p { margin: 14px 0 28px; color: rgba(255,255,255,.62); line-height: 1.65; }
.placeholder-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.placeholder-form label { display: grid; gap: 8px; color: rgba(255,255,255,.8); font-size: 13px; font-weight: 800; }
.placeholder-form label:nth-of-type(4),
.placeholder-form button,
.placeholder-form .form-note { grid-column: 1/-1; }
.placeholder-form input,
.placeholder-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 4px;
  outline: none;
  color: #fff;
  background: rgba(255,255,255,.08);
  font: inherit;
}
.placeholder-form input:focus,
.placeholder-form textarea:focus { border-color: var(--gold-light); }
.placeholder-form button { min-height: 54px; border: 0; border-radius: 5px; color: #fff; background: var(--gold); font-size: 15px; font-weight: 900; cursor: pointer; }
.placeholder-form .form-note { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.5; }

@media (max-width: 1700px) {
  .account-link { display: none; }
  .site-header { gap: 24px; padding-left: 36px; }
  .main-nav { gap: 30px; }
}

@media (max-width: 1520px) {
  .phone-link { display: none; }
}

@media (max-width: 1280px) {
  .main-nav { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .header-tools { margin-left: auto; }
  .main-nav.open { position: absolute; top: 100%; right: 0; left: 0; display: grid; gap: 0; padding: 15px 28px; border-top: 1px solid rgba(255,255,255,.18); background: #45503f; box-shadow: var(--shadow); }
  .main-nav.open a { padding: 14px; }
  .steps-grid { grid-template-columns: repeat(3,1fr); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .content-grid, .team-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1000px) {
  .page-split, .contact-layout { grid-template-columns: 1fr; }
  .pricing-options { grid-template-columns: 1fr; }
  .featured-plan { transform: none; }
  .plan-card { min-height: 0; }
  .media-panel { order: 2; }
}

@media (max-width: 760px) {
  .announcement { display: none; }
  .site-header { top: 0; min-height: 70px; padding: 8px 15px; }
  .brand { width: 108px; flex-basis: 108px; }
  .mavimorra-logo { width: 98px; height: 58px; }
  .custom-logo { width: 98px; height: 58px; }
  .header-tools { display: none; }
  .hero { height: auto; min-height: 760px; max-height: none; padding: 108px 20px 48px; }
  .hero::before { background-position: 66% center; }
  .hero-logo { width: 310px; height: 232px; margin: -20px auto 28px; }
  .hero-ornament { transform: translateY(-8px); }
  .hero .overline.light { margin-bottom: 14px; font-size: 18px; }
  .hero h1 { font-size: 30px; }
  .hero-copy { font-size: 15px; line-height: 1.35; }
  .hero-actions { display: grid; }
  .hero .button { min-height: 48px; padding: 12px 18px; font-size: 14px; }
  .button { width: 100%; }
  .hero-proof { display: grid; gap: 7px; font-size: 11px; text-align: center; }
  .hero-proof span:last-child { flex-basis: auto; }
  .hero .overline, .hero h1, .hero-copy, .hero-actions, .hero-proof { top: 0; }
  .section-shell, .narrow { width: calc(100% - 34px); }
  h1, h2, h3 { overflow-wrap: anywhere; hyphens: auto; }
  .section-white, .section-soft, .workflow, .dark-image-section, .pricing { padding: 78px 0; }
  .steps-grid, .feature-grid, .split-grid, .audience-grid, .benefit-layout, .security-grid, .pricing-grid { grid-template-columns: 1fr; }
  .steps-grid { gap: 16px; }
  .step-card { min-height: 230px; }
  .editorial-card { min-height: 0; padding: 34px 26px; }
  .feature-card { min-height: 300px; padding: 28px; }
  .audience-grid, .security-grid, .pricing-grid { gap: 40px; }
  .pricing-grid > *, .pricing-copy, .price-card { min-width: 0; max-width: 100%; }
  .large-check-list, .benefit-list, .security-cards { grid-template-columns: 1fr; }
  .big-stat { padding: 36px 28px; }
  .price-card { padding: 36px 26px; }
  .price-card > strong { font-size: 46px; overflow-wrap: anywhere; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-inner nav { justify-content: flex-start; }
  .page-hero { min-height: 590px; padding: 140px 20px 72px; }
  .page-hero h1 { font-size: 39px; line-height: 1.02; }
  .page-hero-copy { margin-top: 22px; font-size: 15px; line-height: 1.5; }
  .page-hero-actions { width: 100%; margin-top: 26px; }
  .page-intro { margin-bottom: 38px; }
  .page-intro h2, .copy-panel h2, .contact-details h2, .contact-form-box h2 { font-size: 36px; }
  .content-grid, .team-grid, .pricing-options { grid-template-columns: 1fr; }
  .placeholder-card { min-height: 0; padding: 30px 26px; }
  .highlight-panel, .process-panel, .contact-form-box { min-height: 0; padding: 34px 26px; }
  .highlight-number .elementor-heading-title { font-size: 72px; }
  .team-card { min-height: 0; padding: 32px 24px; }
  .placeholder-form { grid-template-columns: 1fr; }
  .placeholder-form label, .placeholder-form button, .placeholder-form .form-note { grid-column: 1; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header.is-scrolled { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition: none !important; }
}

/* Elementor structure bridge -------------------------------------------------
   The visual system above is shared with the approved HTML prototype. These
   rules map Elementor's editable widget wrappers to the same class structure. */
body.elementor-page { margin: 0; padding: 0; }
.saldoera-page.e-con,
.saldoera-page > .e-con { width: 100%; max-width: none; gap: 0; }
.saldoera-page.e-con { padding: 0; }
.saldoera-page .elementor-widget-heading .elementor-heading-title,
.saldoera-page .elementor-widget-button .elementor-button,
.saldoera-page .elementor-widget-text-editor { color: inherit; font-family: inherit; }
.saldoera-page .elementor-widget-text-editor p { margin: 0; }
.saldoera-page .section-shell.e-con,
.saldoera-page .narrow.e-con { max-width: none; }

.announcement.e-con { flex-direction: row; align-items: stretch; padding: 0; }
.announcement > .announcement-viewport { min-width: 0; flex: 1 1 auto; }
.announcement-viewport > .elementor-widget-container { height: 100%; overflow: hidden; }
.announcement > .announcement-cta.elementor-widget { width: 192px; height: 40px; flex: 0 0 192px; padding: 0; }
.announcement-cta .elementor-widget-container,
.announcement-cta .elementor-button-wrapper { width: 100%; height: 100%; }
.announcement-cta .elementor-button {
  width: 100%; height: 100%; justify-content: center; padding: 0;
  border-radius: 0; color: #fff; background: #b7934d;
  font-size: 12px; font-weight: 900; letter-spacing: .1em; line-height: 40px; text-transform: uppercase;
}

.site-header.e-con { flex-direction: row; align-items: center; flex-wrap: nowrap; gap: clamp(24px,1.8vw,34px); }
.site-header > .brand.elementor-widget { width: 132px; height: auto; flex: 0 0 132px; align-self: stretch; }
.brand .elementor-widget-container,
.brand .elementor-image { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.brand a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.site-header .mavimorra-logo img { width: 124px; height: 83px; object-fit: contain; mix-blend-mode: screen; }
.main-nav.e-con { min-width: 0; flex: 1 1 auto; flex-direction: row; align-items: center; justify-content: center; flex-wrap: nowrap; gap: clamp(32px,2.6vw,52px); }
.main-nav > .elementor-widget-button { width: auto; max-width: none; flex: 0 0 auto; }
.main-nav .elementor-button-wrapper { display: flex; }
.main-nav .elementor-button {
  position: relative; padding: 0; border: 0; border-radius: 0;
  color: rgba(255,255,255,.94); background: transparent;
  font-size: clamp(12px,.82vw,15px); font-weight: 500; line-height: 1.2; white-space: nowrap;
}
.main-nav .has-submenu .elementor-button { padding-right: 15px; }
.main-nav .has-submenu .elementor-button::after {
  position: absolute; top: 50%; right: 0; content: "▾"; font-size: 10px; transform: translateY(-45%);
}
.main-nav .elementor-button:hover { color: #fff; background: transparent; }
.header-tools.e-con { width: auto; max-width: none; flex: 0 0 auto; flex-direction: row; align-items: center; flex-wrap: nowrap; gap: 12px; }
.header-tools > .elementor-widget { width: auto; max-width: none; flex: 0 0 auto; }
.header-tools .phone-link .elementor-button,
.header-tools .account-link .elementor-button {
  padding: 0; border-radius: 0; color: #fff; background: transparent;
  font-size: 13px; font-weight: 700; white-space: nowrap;
}
.search-button.elementor-widget { width: 34px; height: 38px; margin: 0 3px; padding: 0; border: 0; background: transparent; }
.search-button .elementor-widget-container { width: 100%; height: 100%; }
.search-button button { width: 100%; height: 100%; padding: 0; border: 1px solid rgba(0,0,0,.08); border-radius: 5px; color: #777; background: #fff; font-size: 12px; }
.header-tools .account-link .elementor-button { padding-right: 3px; padding-left: 3px; }
.language-switcher.elementor-widget { margin-left: 2px; font-size: 20px; }
.language-switcher .elementor-widget-container { display: flex; gap: 4px; }
.header-tools .header-cta .elementor-button { min-height: 43px; padding: 11px 17px; border-radius: 10px; color: #fff; background: #b7934d; font-size: 13px; font-weight: 900; white-space: nowrap; }
.header-tools > .header-cta.elementor-widget { min-height: 0; padding: 0; border-radius: 0; background: transparent; }
.menu-button.elementor-widget { width: 44px; height: 44px; flex: 0 0 44px; padding: 0; background: transparent; }
.menu-button .elementor-widget-container,
.menu-button button { width: 100%; height: 100%; }
.menu-button button { padding: 8px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 5px; background: rgba(0,0,0,.1); }
.site-header.is-scrolled > .brand.elementor-widget { width: 96px; height: auto; flex-basis: 96px; }
.site-header.is-scrolled .mavimorra-logo img { width: 82px; height: 54px; }
.site-header.is-scrolled .main-nav .elementor-button { font-size: clamp(9px,.68vw,12px); }
.site-header.is-scrolled .phone-link .elementor-button,
.site-header.is-scrolled .account-link .elementor-button { font-size: 10px; }
.site-header.is-scrolled .language-switcher.elementor-widget { font-size: 16px; }
.site-header.is-scrolled .search-button.elementor-widget { width: 86px; height: 32px; }
.site-header.is-scrolled .search-button.elementor-widget::after { content: none; }
.site-header.is-scrolled .search-button button { padding-left: 10px; color: transparent; font-size: 0; text-align: left; }
.site-header.is-scrolled .search-button button::after { content: "SUCHEN…"; color: #999; font-size: 8px; letter-spacing: .08em; }
.site-header.is-scrolled .header-cta .elementor-button { min-height: 34px; padding: 8px 13px; border-radius: 5px; font-size: 10px; }

.hero.e-con { display: grid; place-items: start center; }
.hero-overlay-wrap.elementor-widget { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; }
.hero-overlay-wrap .elementor-widget-container { width: 100%; height: 100%; }
.hero-content.e-con { align-items: stretch; }
.hero-ornament-wrap .elementor-widget-container { display: flex; justify-content: center; }
.hero-logo.elementor-widget { width: 730px; height: 500px; margin: 0 auto 48px; margin-block-end: 48px !important; }
.hero-logo .elementor-widget-container,
.hero-logo .elementor-image { width: 100%; height: 100%; }
.hero-logo img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: screen; }
.overline .elementor-heading-title { color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.hero-title .elementor-heading-title { margin: 0 auto; color: #fff; font: inherit; font-size: 38px; font-weight: 400; letter-spacing: 0; line-height: 1.08; text-transform: uppercase; }
.hero-title .elementor-heading-title span { display: block; }
.hero-copy.elementor-widget { width: min(790px,100%); }
.hero-copy .elementor-widget-container { color: inherit; font: inherit; }
.hero-actions.e-con { width: auto; max-width: none; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap; }
.button.elementor-widget { width: auto; min-height: 0; padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.button .elementor-button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: 5px; font-size: 15px; font-weight: 900;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button .elementor-button:hover { transform: translateY(-3px); }
.button-gold .elementor-button { color: #fff; background: var(--gold); box-shadow: 0 16px 35px rgba(178,138,78,.24); }
.button-gold .elementor-button:hover { color: #fff; background: #c0995f; box-shadow: 0 20px 44px rgba(178,138,78,.35); }
.hero .button .elementor-button { min-height: 56px; padding: 14px 32px; border-radius: 6px; font-size: 18px; box-shadow: none; }
.hero .hero-secondary .elementor-button { background: #ae8a45; }
.hero-proof.elementor-widget { width: min(760px,100%); }
.hero-proof > .elementor-widget-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 5px 18px; }

.workflow-heading.e-con { align-items: center; }
.gold-line-wrap .elementor-widget-container { display: flex; justify-content: center; }
.steps-grid.e-con { display: grid; grid-template-columns: repeat(5,1fr); }
.step-card.e-con { display: flex; flex-direction: column; align-items: center; }
.step-image.elementor-widget { width: 62px; height: 62px; margin: 0 auto 14px; }
.step-image .elementor-widget-container,
.step-image .elementor-image,
.step-image img { width: 100%; height: 100%; object-fit: contain; }
.step-label.elementor-widget { width: auto; min-width: 90px; min-height: 42px; align-self: center; padding: 0; }
.step-label .elementor-widget-container { display: flex; min-height: 42px; align-items: center; justify-content: center; }
.step-label .elementor-heading-title { color: #fff; font-size: 13px; font-weight: 700; }
.step-title .elementor-heading-title { color: inherit; font: inherit; }
.center-action.e-con { align-items: center; }

.trust-list.e-con { display: grid; grid-template-columns: 1fr; }
.trust-list .elementor-heading-title { color: inherit; font-size: 21px; font-weight: 700; }
.editorial-card.e-con { display: flex; flex-direction: column; align-items: stretch; }
.editorial-card .elementor-widget-text-editor p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.solution-card .elementor-widget-text-editor p { color: rgba(255,255,255,.68); }
.closing-line .elementor-widget-container p { color: var(--ink); font-weight: 900; }
.list-widget .elementor-widget-container { width: 100%; }

.feature-grid.e-con { display: grid; grid-template-columns: repeat(3,1fr); }
.feature-card.e-con { display: flex; flex-direction: column; align-items: stretch; }
.feature-icon.elementor-widget { width: 50px; height: 50px; }
.feature-icon .elementor-widget-container { display: grid; width: 50px; height: 50px; place-items: center; }
.feature-icon .elementor-heading-title { color: #fff; font-size: 14px; font-weight: 900; }
.feature-title .elementor-heading-title { color: inherit; font: inherit; }
.feature-card .feature-copy p { color: var(--muted); line-height: 1.65; }
.dark-feature .feature-copy p { color: rgba(255,255,255,.6); }
.tags.elementor-widget { margin-top: auto; }
.tags .elementor-heading-title { color: inherit; font: inherit; }
.audience-art.e-con { display: flex; justify-content: center; }
.audience-copy.e-con { display: flex; flex-direction: column; align-items: stretch; }

.benefit-layout.e-con { display: grid; grid-template-columns: .8fr 1.2fr; }
.big-stat.e-con { display: flex; flex-direction: column; }
.benefit-list.e-con { display: grid; grid-template-columns: 1fr 1fr; }
.benefit-list > .elementor-widget { padding: 16px; border-bottom: 1px solid var(--line); }
.benefit-list .elementor-heading-title { color: var(--muted); font-size: 16px; font-weight: 700; }
.security-cards.e-con { display: grid; grid-template-columns: 1fr 1fr; }
.mini-card.e-con { display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; }
.mini-number .elementor-heading-title { color: var(--gold); font-size: 15px; font-weight: 900; }
.mini-label .elementor-heading-title { color: var(--ink); font-size: 17px; font-weight: 900; line-height: 1.25; }

.pricing-copy.e-con { display: flex; flex-direction: column; align-items: stretch; }
.price-card.e-con { display: flex; flex-direction: column; align-items: stretch; }
.price-kicker .elementor-heading-title { color: rgba(255,255,255,.6); font-size: 16px; }
.price-number strong { display: block; margin: 10px 0 25px; color: #fff; font-size: 68px; letter-spacing: -.05em; }
.price-number strong small { color: rgba(255,255,255,.55); font-size: 17px; letter-spacing: 0; }
.price-card > .button { align-self: flex-start; }

.page-hero.e-con { display: grid; place-items: center; }
.page-hero-content.e-con { align-items: center; }
.page-hero-title .elementor-heading-title { color: inherit; font: inherit; }
.page-hero-copy.elementor-widget { width: min(780px,100%); }
.page-hero-copy .elementor-widget-container { color: inherit; font: inherit; }
.page-hero-actions.e-con { width: auto; align-items: center; }
.page-intro.e-con,
.copy-panel.e-con,
.contact-details.e-con,
.contact-form-box.e-con { align-items: stretch; }
.content-grid.e-con { display: grid; grid-template-columns: repeat(3,1fr); }
.placeholder-card.e-con,
.highlight-panel.e-con,
.plan-card.e-con,
.process-panel.e-con,
.team-card.e-con,
.contact-detail-card.e-con,
.contact-form-box.e-con { display: flex; flex-direction: column; align-items: stretch; }
.page-split.e-con { display: grid; grid-template-columns: 1.05fr .95fr; }
.about-story-grid.e-con { grid-template-columns: .95fr 1.05fr; }
.pricing-options.e-con { display: grid; grid-template-columns: repeat(3,1fr); }
.team-grid.e-con { display: grid; grid-template-columns: repeat(3,1fr); }
.contact-layout.e-con { display: grid; grid-template-columns: .85fr 1.15fr; }
.team-avatar.elementor-widget { align-self: center; }

.final-cta-inner.e-con { align-items: center; }
.footer-inner.e-con { display: grid; grid-template-columns: auto 1fr; }
.footer-nav.e-con { width: auto; max-width: none; flex-direction: row; justify-content: flex-end; flex-wrap: wrap; }
.footer-nav > .elementor-widget { width: auto; }
.footer-link .elementor-button { padding: 0; border-radius: 0; color: inherit; background: transparent; font-size: 13px; }
.footer-link .elementor-button:hover { color: #fff; background: transparent; }
.footer-copyright.elementor-widget { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-copyright p { color: rgba(255,255,255,.58); font-size: 12px; }

/* The header and footer both use `.brand`; keep footer sizing independent. */
.site-footer .footer-inner.e-con { grid-template-columns: minmax(240px,auto) 1fr; }
.site-footer .footer-brand.elementor-widget { width: auto; min-width: 0; }
.site-footer .footer-brand .brand {
  display: inline-flex;
  width: 210px;
  max-width: 100%;
  min-width: 0;
  height: auto;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  align-self: auto;
  overflow: visible;
  color: #fff;
}
.site-footer .footer-site-logo img { display: block; width: 100%; height: auto; object-fit: contain; object-position: left center; mix-blend-mode: screen; }
.site-footer .footer-copyright p { margin: 0; }

@media (max-width: 1700px) {
  .header-tools > .account-link.elementor-widget { display: none; }
  .site-header.e-con { gap: 24px; }
  .main-nav.e-con { gap: 30px; }
}

@media (max-width: 1520px) {
  .header-tools > .phone-link.elementor-widget { display: none; }
}

@media (max-width: 1280px) {
  .main-nav.e-con { display: none; }
  .menu-button.elementor-widget { display: block; margin-left: auto; }
  .main-nav.open.e-con { display: grid; grid-template-columns: 1fr; gap: 0; }
  .main-nav.open > .elementor-widget-button { width: 100%; }
  .main-nav.open .elementor-button { width: 100%; justify-content: flex-start; padding: 14px; }
  .steps-grid.e-con { grid-template-columns: repeat(3,1fr); }
  .feature-grid.e-con { grid-template-columns: repeat(2,1fr); }
  .content-grid.e-con,
  .team-grid.e-con { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1000px) {
  .page-split.e-con,
  .about-story-grid.e-con,
  .contact-layout.e-con,
  .pricing-options.e-con { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header > .brand.elementor-widget { width: 108px; height: auto; flex-basis: 108px; }
  .site-header .mavimorra-logo img { width: 98px; height: 58px; }
  .header-tools.e-con { display: none; }
  .hero-logo.elementor-widget { width: 310px; height: 232px; margin: -20px auto 28px; margin-block-end: 28px !important; }
  .hero-title .elementor-heading-title { font-size: 30px; }
  .hero-actions.e-con { display: grid; width: 100%; grid-template-columns: 1fr; }
  .button.elementor-widget { width: 100%; }
  .button .elementor-button { width: 100%; }
  .hero-proof > .elementor-widget-container { display: grid; gap: 7px; }
  .steps-grid.e-con,
  .feature-grid.e-con,
  .benefit-layout.e-con,
  .benefit-list.e-con,
  .security-cards.e-con,
  .content-grid.e-con,
  .team-grid.e-con,
  .pricing-options.e-con { grid-template-columns: 1fr; }
  .page-hero-actions.e-con { width: 100%; }
  .footer-inner.e-con,
  .site-footer .footer-inner.e-con { grid-template-columns: 1fr; }
  .footer-nav.e-con { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .site-footer { padding: 48px 20px 24px; }
  .site-footer .footer-inner.e-con { gap: 30px; }
  .site-footer .footer-brand .brand { width: 180px; }
  .site-footer .footer-nav.e-con { gap: 14px 22px; }
  .site-footer .footer-copyright.elementor-widget { padding-top: 22px; }
}
