:root {
  --ideora-ink: #0c1625;
  --ideora-ink-2: #142238;
  --ideora-blue: #195ee6;
  --ideora-blue-dark: #1047b5;
  --ideora-lime: #c9f54a;
  --ideora-mist: #f2f5f8;
  --ideora-line: #dce3ea;
  --ideora-muted: #526071;
  --ideora-white: #fff;
  --ideora-shell: min(1240px, calc(100% - 48px));
  --ideora-display: 'Aptos Display', 'Segoe UI', Arial, sans-serif;
  --ideora-body: 'Aptos', 'Segoe UI', Arial, sans-serif;
  --ideora-shadow: 0 24px 70px rgba(12, 22, 37, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ideora-site { margin: 0; color: var(--ideora-ink); background: var(--ideora-white); font-family: var(--ideora-body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--ideora-lime); outline-offset: 3px; }
img { max-width: 100%; height: auto; }
.site-main { overflow: hidden; }
.site-main p:empty { display: none; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; padding: 10px 16px; color: #fff; background: var(--ideora-blue); }
.skip-link:focus { top: 16px; }
.ideora-shell, .elementor .ideora-shell { width: var(--ideora-shell); margin-inline: auto; }
.ideora-prose { max-width: 820px; }

h1, h2, h3, h4, .brand-copy strong { margin: 0; font-family: var(--ideora-display); letter-spacing: -.035em; line-height: 1.08; }
h1, h2, h3, h4, .ideora-prose, .contact-points { overflow-wrap: anywhere; }
h1 { font-size: clamp(3.1rem, 6.5vw, 6.7rem); font-weight: 600; }
h2 { font-size: clamp(2.2rem, 4.3vw, 4.8rem); font-weight: 600; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 600; }
p { margin: 0 0 1.1em; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--ideora-blue); font-size: .76rem; font-weight: 600; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--ideora-lime); }
.lead { max-width: 750px; color: var(--ideora-muted); font-size: clamp(1.1rem, 1.8vw, 1.42rem); line-height: 1.55; }
.lead.light { color: rgba(255,255,255,.75); }
.accent { color: var(--ideora-blue); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .25s, border .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--ideora-line); background: rgba(255,255,255,.94); box-shadow: 0 8px 30px rgba(12,22,37,.06); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.ideora-dark-hero .site-header:not(.is-scrolled) .brand, .ideora-dark-hero .site-header:not(.is-scrolled) .ideora-menu > li > a { color: #fff; }
.ideora-dark-hero .site-header:not(.is-scrolled) .brand-logo { filter: brightness(0) invert(1); }
.ideora-dark-hero .site-header:not(.is-scrolled) .menu-toggle span { background: #fff; }
.ideora-dark-hero .site-header:not(.is-scrolled) .menu-toggle b { color: #fff; }
.ideora-dark-hero .site-header:not(.is-scrolled) .header-cta { color: var(--ideora-ink); background: var(--ideora-lime); }
.header-inner { display: flex; align-items: center; width: var(--ideora-shell); height: 86px; margin: auto; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ideora-ink); text-decoration: none; }
.brand-logo { display: block; width: 190px; height: auto; transition: filter .25s; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 8px); align-items: end; gap: 3px; width: 31px; height: 31px; padding: 4px; border-radius: 2px; background: var(--ideora-blue); transform: skew(-5deg); }
.brand-mark i { display: block; background: var(--ideora-lime); }
.brand-mark i:nth-child(1) { height: 38%; }
.brand-mark i:nth-child(2) { height: 67%; }
.brand-mark i:nth-child(3) { height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: -.03em; }
.brand-copy small { margin-top: 5px; color: var(--ideora-muted); font-size: .57rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.primary-nav { margin-left: auto; }
.ideora-menu { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.ideora-menu li { position: relative; }
.ideora-menu a { position: relative; display: block; padding: 30px 0; font-size: .89rem; font-weight: 500; text-decoration: none; }
.ideora-menu > li > a::after { content: ''; position: absolute; left: 0; bottom: 23px; width: 100%; height: 2px; background: var(--ideora-blue); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.ideora-menu a:hover::after, .ideora-menu .current-menu-item > a::after, .ideora-menu .current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }
.ideora-menu .sub-menu { position: absolute; top: calc(100% - 12px); left: -22px; min-width: 280px; margin: 0; padding: 14px; visibility: hidden; opacity: 0; list-style: none; border: 1px solid var(--ideora-line); background: #fff; box-shadow: var(--ideora-shadow); transform: translateY(8px); transition: .2s; }
.ideora-menu li:hover > .sub-menu, .ideora-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.ideora-menu .sub-menu a { padding: 10px 12px; }
.header-cta { display: inline-flex; align-items: center; gap: 18px; margin-left: 32px; padding: 12px 18px; color: #fff; background: var(--ideora-ink); font-size: .86rem; font-weight: 600; text-decoration: none; transition: background .2s, transform .2s; }
.header-cta:hover { background: var(--ideora-blue); transform: translateY(-2px); }
.lang-switch { display: inline-flex; align-items: center; gap: 6px; margin-left: 28px; font-size: .82rem; font-weight: 600; letter-spacing: .04em; }
.lang-switch a { padding: 6px 2px; color: inherit; text-decoration: none; opacity: .5; border-bottom: 2px solid transparent; transition: opacity .2s; }
.lang-switch a:hover { opacity: 1; }
.lang-switch a.active { opacity: 1; border-bottom-color: var(--ideora-blue); }
.lang-switch span { opacity: .35; }
.ideora-dark-hero .site-header:not(.is-scrolled) .lang-switch a { color: #fff; }
.menu-toggle { display: none; }

.ideora-hero { position: relative; min-height: 780px; padding: 190px 0 105px; background: linear-gradient(110deg, #fff 0%, #fff 54%, #edf3ff 54%, #f7f9fc 100%); }
.ideora-hero::after { content: ''; position: absolute; top: 86px; right: 0; width: 42%; height: calc(100% - 86px); opacity: .75; background-image: linear-gradient(rgba(25,94,230,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(25,94,230,.08) 1px, transparent 1px); background-size: 44px 44px; -webkit-mask-image: linear-gradient(110deg, transparent, #000 40%); mask-image: linear-gradient(110deg, transparent, #000 40%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: end; gap: 8vw; }
.ideora-hero h1 { max-width: 960px; }
.hero-side { padding: 0 0 12px 34px; border-left: 1px solid var(--ideora-line); }
.hero-side p { color: var(--ideora-muted); font-size: 1.05rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.ideora-btn { display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; gap: 28px; padding: 16px 20px; border: 1px solid var(--ideora-blue); color: #fff; background: var(--ideora-blue); font-size: .9rem; font-weight: 600; text-decoration: none; transition: .22s; }
.ideora-btn:hover { border-color: var(--ideora-ink); background: var(--ideora-ink); transform: translateY(-2px); }
.ideora-btn.ghost { color: var(--ideora-ink); background: transparent; border-color: var(--ideora-line); }
.ideora-btn.ghost:hover { color: #fff; background: var(--ideora-ink); }
.ideora-btn.light { color: var(--ideora-ink); background: var(--ideora-lime); border-color: var(--ideora-lime); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 4px 0 7px; border-bottom: 1px solid currentColor; color: var(--ideora-blue); font-size: .92rem; font-weight: 600; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 80px; border-top: 1px solid var(--ideora-line); border-bottom: 1px solid var(--ideora-line); background: var(--ideora-line); }
.proof-item { padding: 21px 24px; background: rgba(255,255,255,.85); }
.proof-item strong { display: block; color: var(--ideora-blue); font-family: var(--ideora-display); font-size: 1.25rem; }
.proof-item span { color: var(--ideora-muted); font-size: .82rem; }

.ideora-section { padding: clamp(90px, 10vw, 150px) 0; }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; margin-bottom: 72px; }
.section-head h2 { max-width: 850px; }
.section-head .lead { margin-top: 28px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ideora-line); border-left: 1px solid var(--ideora-line); }
.service-card { position: relative; min-height: 420px; padding: 48px; overflow: hidden; border-right: 1px solid var(--ideora-line); border-bottom: 1px solid var(--ideora-line); text-decoration: none; transition: color .3s, background .3s; }
.service-card::after { content: ''; position: absolute; width: 190px; height: 190px; right: -95px; bottom: -95px; border-radius: 50%; background: var(--ideora-lime); transition: transform .4s; }
.service-card:hover { color: #fff; background: var(--ideora-ink); }
.service-card:hover::after { transform: scale(2.1); opacity: .12; }
.service-index { display: flex; justify-content: space-between; color: var(--ideora-blue); font-family: var(--ideora-display); font-size: .8rem; font-weight: 600; letter-spacing: .1em; }
.service-card:hover .service-index { color: var(--ideora-lime); }
.service-card h3 { max-width: 440px; margin-top: 70px; font-size: clamp(1.8rem, 3vw, 2.9rem); }
.service-card p { max-width: 480px; margin: 20px 0 0; color: var(--ideora-muted); }
.service-card:hover p { color: rgba(255,255,255,.7); }

.ideora-dark { color: #fff; background: var(--ideora-ink); }
.ideora-dark .eyebrow { color: var(--ideora-lime); }
.ideora-dark .lead { color: rgba(255,255,255,.68); }
.method-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: start; }
.method-steps { border-top: 1px solid rgba(255,255,255,.18); }
.method-step { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.method-step b { color: var(--ideora-lime); font-family: var(--ideora-display); font-size: .82rem; }
.method-step p { margin: 9px 0 0; color: rgba(255,255,255,.62); font-size: .95rem; }
.method-visual { position: relative; min-height: 520px; padding: 50px; background: var(--ideora-blue); }
.method-visual::before, .method-visual::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.method-visual::before { width: 350px; height: 350px; right: -90px; bottom: -90px; }
.method-visual::after { width: 210px; height: 210px; right: -20px; bottom: -20px; }
.visual-label { color: rgba(255,255,255,.6); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.method-visual strong { position: absolute; bottom: 44px; left: 50px; max-width: 360px; font-family: var(--ideora-display); font-size: clamp(2.1rem, 3.6vw, 3.8rem); line-height: 1.05; letter-spacing: -.04em; }

.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.outcome { padding: 34px; border: 1px solid var(--ideora-line); background: #fff; }
.outcome-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 50px; color: var(--ideora-blue); background: #eaf0ff; font-family: var(--ideora-display); font-weight: 700; }
.outcome p { margin: 14px 0 0; color: var(--ideora-muted); font-size: .95rem; }
.ideora-quote { display: grid; grid-template-columns: .6fr 1.4fr; gap: 8vw; padding: 95px 0; border-top: 1px solid var(--ideora-line); }
.ideora-quote blockquote { margin: 0; font-family: var(--ideora-display); font-size: clamp(1.8rem, 3.4vw, 3.5rem); line-height: 1.22; letter-spacing: -.035em; }
.tech-strip { padding: 36px 0; background: var(--ideora-mist); }
.tech-items { display: flex; justify-content: space-between; gap: 30px; color: var(--ideora-muted); font-family: var(--ideora-display); font-size: clamp(.92rem, 1.7vw, 1.2rem); font-weight: 600; }

.ideora-page-hero { position: relative; min-height: 660px; padding: 190px 0 100px; color: #fff; background: var(--ideora-ink); }
.ideora-page-hero::after { content: ''; position: absolute; right: -12vw; bottom: -28vw; width: 60vw; height: 60vw; border: 1px solid rgba(201,245,74,.28); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(25,94,230,.12), 0 0 0 16vw rgba(25,94,230,.08); }
.ideora-page-hero .ideora-shell { position: relative; z-index: 2; }
.ideora-page-hero h1 { max-width: 1030px; font-size: clamp(3.2rem, 6vw, 6rem); }
.ideora-page-hero .lead { margin-top: 34px; }
.breadcrumb { margin-bottom: 52px; color: rgba(255,255,255,.5); font-size: .78rem; }
.breadcrumb a { text-decoration: none; }
.breadcrumb span { margin: 0 10px; }
.split-content { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }
.split-content h2 { position: sticky; top: 130px; font-size: clamp(2.2rem, 4vw, 4rem); }
.content-stack > * + * { margin-top: 48px; }
.content-stack p, .content-stack li { color: var(--ideora-muted); }
.content-stack ul { padding-left: 20px; }
.feature-list { border-top: 1px solid var(--ideora-line); }
.feature-item { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--ideora-line); }
.feature-item > b { color: var(--ideora-blue); font-family: var(--ideora-display); }
.feature-item p { margin: 8px 0 0; font-size: .96rem; }
.process-timeline { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.timeline-step { counter-increment: steps; padding: 34px 28px 20px 0; border-right: 1px solid rgba(255,255,255,.2); }
.timeline-step::before { content: '0' counter(steps); display: block; margin-bottom: 70px; color: var(--ideora-lime); font-family: var(--ideora-display); font-size: .8rem; }
.timeline-step:not(:first-child) { padding-left: 28px; }
.timeline-step:last-child { border: 0; }
.timeline-step p { color: rgba(255,255,255,.62); font-size: .91rem; }
.ideora-faq { border-top: 1px solid var(--ideora-line); }
.ideora-faq details { border-bottom: 1px solid var(--ideora-line); }
.ideora-faq summary { display: flex; justify-content: space-between; gap: 30px; padding: 26px 0; cursor: pointer; font-family: var(--ideora-display); font-size: 1.15rem; font-weight: 600; list-style: none; }
.ideora-faq summary::after { content: '+'; color: var(--ideora-blue); font-size: 1.5rem; }
.ideora-faq details[open] summary::after { content: '−'; }
.ideora-faq details p { max-width: 820px; padding: 0 0 28px; color: var(--ideora-muted); }

.ideora-contact-hero { padding: 180px 0 110px; background: var(--ideora-mist); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
.contact-copy h1 { font-size: clamp(3.2rem, 5.8vw, 5.8rem); }
.contact-points { margin-top: 54px; padding-top: 28px; border-top: 1px solid var(--ideora-line); }
.contact-points p { color: var(--ideora-muted); }
.ideora-form-wrap { padding: clamp(28px, 5vw, 56px); background: #fff; box-shadow: var(--ideora-shadow); }
.ideora-form { display: grid; gap: 22px; }
.ideora-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ideora-field label { display: block; margin-bottom: 7px; font-size: .82rem; font-weight: 600; }
.ideora-field input, .ideora-field textarea, .ideora-field select { width: 100%; padding: 14px 2px; border: 0; border-bottom: 1px solid #aeb8c3; border-radius: 0; outline: none; color: var(--ideora-ink); background: transparent; font: inherit; font-size: .95rem; }
.ideora-field input:focus, .ideora-field textarea:focus, .ideora-field select:focus { border-color: var(--ideora-blue); box-shadow: 0 1px var(--ideora-blue); }
.ideora-field textarea { min-height: 120px; resize: vertical; }
.ideora-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: var(--ideora-muted); font-size: .8rem; }
.ideora-consent input { margin-top: 5px; }
.ideora-consent a { color: var(--ideora-blue); }
.ideora-form-status { padding: 13px 16px; border-left: 3px solid var(--ideora-blue); background: #eaf0ff; font-size: .9rem; }
.ideora-form-status.error { border-color: #c93535; background: #fff0f0; }
.ideora-honeypot { position: absolute !important; left: -9999px !important; }

.ideora-legal-hero { padding: 180px 0 90px; background: var(--ideora-mist); }
.ideora-legal-hero h1 { max-width: 900px; font-size: clamp(3rem, 5vw, 5.4rem); }
.ideora-legal { padding: 80px 0 130px; }
.ideora-legal .ideora-prose h2 { margin: 2.1em 0 .6em; font-size: 2rem; }
.ideora-legal .ideora-prose h3 { margin: 1.8em 0 .55em; font-size: 1.3rem; }
.ideora-legal .ideora-prose p, .ideora-legal .ideora-prose li { color: var(--ideora-muted); }
.legal-alert { padding: 22px 24px; border-left: 3px solid var(--ideora-blue); background: #eaf0ff; }

/* Power-Automate-Beispiele */
.pa-flow-anchor { scroll-margin-top: 110px; }
.pa-flow-benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 58px; }
.pa-flow-benefit { min-height: 250px; padding: 28px 24px; border: 1px solid var(--ideora-line); background: #fff; }
.pa-flow-benefit-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 46px; color: var(--ideora-blue); background: #eaf0ff; font-family: var(--ideora-display); font-size: 1.1rem; font-weight: 700; }
.pa-flow-benefit h3 { font-size: 1.12rem; line-height: 1.25; }
.pa-flow-benefit p { margin-top: 12px; color: var(--ideora-muted); font-size: .88rem; }
.pa-flow-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pa-flow-card { position: relative; display: flex; min-height: 390px; flex-direction: column; padding: 34px; overflow: hidden; border: 1px solid var(--ideora-line); background: #fff; text-decoration: none; }
.pa-flow-card-live { transition: color .25s, background .25s, transform .25s; }
.pa-flow-card-live::after { content: ''; position: absolute; right: -70px; bottom: -70px; width: 170px; height: 170px; border-radius: 50%; background: var(--ideora-lime); opacity: .2; transition: transform .3s; }
.pa-flow-card-live:hover { color: #fff; background: var(--ideora-ink); transform: translateY(-5px); }
.pa-flow-card-live:hover::after { transform: scale(1.7); }
.pa-flow-card-live:hover p { color: rgba(255,255,255,.68); }
.pa-flow-card-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 66px; color: #fff; background: var(--ideora-blue); font-family: var(--ideora-display); font-weight: 700; }
.pa-flow-card h3 { max-width: 430px; font-size: clamp(1.45rem, 2.2vw, 2.15rem); }
.pa-flow-card p { margin-top: 16px; color: var(--ideora-muted); font-size: .94rem; transition: color .25s; }
.pa-flow-card-link { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 30px; color: var(--ideora-blue); font-size: .86rem; font-weight: 600; }
.pa-flow-card-live:hover .pa-flow-card-link { color: var(--ideora-lime); }
.pa-flow-card-soon { background: var(--ideora-mist); }
.pa-flow-card-soon .pa-flow-card-icon { color: var(--ideora-muted); background: #dfe5eb; }
.pa-flow-badge { display: inline-flex; align-self: flex-start; margin-bottom: 18px; padding: 6px 10px; color: var(--ideora-muted); background: #e3e8ed; font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.pa-flow-tech-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 36px; }
.pa-flow-tech-badges span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.84); font-size: .75rem; font-weight: 600; }
.pa-flow-challenge { padding: 38px; border-left: 4px solid var(--ideora-blue); background: var(--ideora-mist); }
.pa-flow-challenge p { color: var(--ideora-muted); }
.pa-flow-challenge p:last-child { margin-bottom: 0; }
.pa-flow-diagram-shell { margin-top: 56px; padding: 36px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #101e31; }
.pa-flow-diagram { display: block; width: 100%; height: auto; }
.pa-flow-svg-line { fill: none; stroke: #8292a6; stroke-width: 3; }
.pa-flow-svg-node { fill: #172b45; stroke: #56708d; stroke-width: 2; }
.pa-flow-svg-dashboard { fill: var(--ideora-blue); stroke: #78a2ff; stroke-width: 2; }
.pa-flow-svg-reject { fill: #492733; stroke: #c8657f; stroke-width: 2; }
.pa-flow-svg-feedback { fill: #173c47; stroke: #45a6b4; stroke-width: 2; }
.pa-flow-svg-invite { fill: #33421c; stroke: var(--ideora-lime); stroke-width: 2; }
.pa-flow-diagram text { fill: #fff; font-family: var(--ideora-body); font-size: 17px; font-weight: 600; }
.pa-flow-diagram .pa-flow-svg-small { fill: #b7c2cf; font-size: 13px; font-weight: 400; }
.pa-flow-mobile-diagram { display: none; }
.pa-flow-mobile-step { position: relative; padding: 20px 20px 20px 52px; border-left: 2px solid #66778b; background: #172b45; }
.pa-flow-mobile-step + .pa-flow-mobile-step { margin-top: 14px; }
.pa-flow-mobile-step::before { content: attr(data-step); position: absolute; top: 21px; left: 16px; color: var(--ideora-lime); font-family: var(--ideora-display); font-size: .75rem; font-weight: 700; }
.pa-flow-mobile-step b { display: block; }
.pa-flow-mobile-step span { display: block; margin-top: 4px; color: rgba(255,255,255,.62); font-size: .84rem; }
.pa-flow-mobile-branches { display: grid; gap: 12px; margin-top: 16px; }
.pa-flow-mobile-branch { padding: 18px; border: 1px solid rgba(255,255,255,.2); }
.pa-flow-mobile-branch.reject { border-color: #c8657f; }
.pa-flow-mobile-branch.feedback { border-color: #45a6b4; }
.pa-flow-mobile-branch.invite { border-color: var(--ideora-lime); }
.pa-flow-mobile-branch b { display: block; margin-bottom: 5px; }
.pa-flow-mobile-branch span { color: rgba(255,255,255,.62); font-size: .82rem; }
.pa-flow-feature-list { margin-top: 58px; border-top: 1px solid rgba(255,255,255,.18); }
.pa-flow-feature-list details { border-bottom: 1px solid rgba(255,255,255,.18); }
.pa-flow-feature-list summary { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 18px; padding: 25px 0; cursor: pointer; list-style: none; }
.pa-flow-feature-list summary::after { content: '+'; color: var(--ideora-lime); font-size: 1.5rem; }
.pa-flow-feature-list details[open] summary::after { content: '−'; }
.pa-flow-feature-list summary span { color: var(--ideora-lime); font-family: var(--ideora-display); font-size: .78rem; font-weight: 700; }
.pa-flow-feature-list summary h3 { font-size: 1.18rem; }
.pa-flow-feature-list details p { max-width: 850px; margin: 0 0 26px 66px; color: rgba(255,255,255,.66); }
.pa-flow-result-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; }
.pa-flow-result-points { display: grid; gap: 1px; background: var(--ideora-line); }
.pa-flow-result-point { padding: 24px; background: var(--ideora-mist); }
.pa-flow-result-point strong { display: block; color: var(--ideora-blue); font-family: var(--ideora-display); }
.pa-flow-result-point span { color: var(--ideora-muted); font-size: .87rem; }

.site-footer { padding: 100px max(24px, calc((100% - 1240px)/2)); color: #fff; background: #07101c; }
.footer-lead { display: grid; grid-template-columns: .6fr 1.4fr; gap: 8vw; padding-bottom: 90px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-lead .eyebrow { color: var(--ideora-lime); }
.footer-lead h2 { max-width: 850px; }
.text-link.light { margin-top: 32px; color: var(--ideora-lime); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 8vw; padding: 70px 0; }
.brand-light { color: #fff; }
.brand-light .brand-logo { width: 220px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 380px; margin-top: 28px; color: rgba(255,255,255,.55); font-size: .9rem; }
.footer-grid > div > strong { display: block; margin-bottom: 18px; color: rgba(255,255,255,.45); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: flex; align-items: center; width: max-content; min-height: 44px; color: rgba(255,255,255,.78); font-size: .88rem; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--ideora-lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.42); font-size: .72rem; }

.ideora-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s, transform .7s; }
.ideora-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ideora-reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; } }

@media (max-width: 1080px) {
  .primary-nav, .header-cta { display: none; }
  .lang-switch { margin-left: 14px; }
  .menu-toggle { display: grid; grid-template-columns: 24px auto; align-items: center; min-width: 82px; min-height: 44px; column-gap: 10px; margin-left: auto; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { grid-column: 1; display: block; width: 24px; height: 2px; margin: 2px 0; background: var(--ideora-ink); }
  .menu-toggle b { grid-column: 2; grid-row: 1 / span 3; font-size: .75rem; text-transform: uppercase; }
  .primary-nav.is-open { position: fixed; top: 86px; right: 0; display: block; width: min(480px, 100%); height: calc(100vh - 86px); height: calc(100dvh - 86px); padding: 30px; overflow: auto; background: #fff; box-shadow: -20px 30px 50px rgba(12,22,37,.15); }
  .primary-nav.is-open .ideora-menu { display: block; }
  .ideora-menu a { display: flex; align-items: center; min-height: 48px; padding: 11px 0; font-size: 1.05rem; }
  .ideora-menu > li > a::after { display: none; }
  .ideora-menu .current-menu-item > a, .ideora-menu .current-menu-ancestor > a { color: var(--ideora-blue); font-weight: 600; }
  .ideora-menu .sub-menu { position: static; min-width: 0; padding: 0 0 8px 18px; visibility: visible; opacity: 1; border: 0; box-shadow: none; transform: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-side { max-width: 680px; margin-top: 20px; }
  .method-grid, .contact-layout { gap: 5vw; }
  .pa-flow-benefit-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  :root { --ideora-shell: min(100% - 36px, 1240px); }
  body.ideora-site { font-size: 16px; }
  .ideora-hero { min-height: 0; padding-top: 150px; background: linear-gradient(145deg,#fff 0%,#fff 65%,#edf3ff 65%); }
  .ideora-hero h1, .ideora-page-hero h1, .ideora-contact-hero h1 { font-size: clamp(2.75rem, 12vw, 4.7rem); }
  .hero-proof { grid-template-columns: 1fr; }
  .section-head, .method-grid, .split-content, .contact-layout, .footer-lead { grid-template-columns: 1fr; gap: 42px; }
  .section-head { margin-bottom: 46px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; padding: 34px; }
  .service-card h3 { margin-top: 45px; }
  .method-visual { min-height: 390px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-icon { margin-bottom: 30px; }
  .ideora-quote { grid-template-columns: 1fr; gap: 34px; }
  .process-timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline-step:nth-child(2) { border-right: 0; }
  .timeline-step::before { margin-bottom: 35px; }
  .split-content h2 { position: static; }
  .tech-items { flex-wrap: wrap; justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .pa-flow-benefit-grid, .pa-flow-card-grid { grid-template-columns: repeat(2, 1fr); }
  .pa-flow-result-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 540px) {
  .header-inner { height: 74px; }
  .header-inner .brand-logo { width: 154px; }
  .primary-nav.is-open { top: 74px; height: calc(100vh - 74px); height: calc(100dvh - 74px); }
  .ideora-hero { padding: 130px 0 75px; }
  .hero-side { padding-left: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .ideora-btn { width: 100%; }
  .ideora-section { padding: 75px 0; }
  .method-visual { min-height: 340px; padding: 30px; }
  .method-visual strong { left: 30px; bottom: 30px; }
  .process-timeline { grid-template-columns: 1fr; }
  .timeline-step, .timeline-step:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .timeline-step::before { margin-bottom: 22px; }
  .ideora-form-row { grid-template-columns: 1fr; }
  .ideora-form-wrap { padding: 24px 20px; }
  .site-footer { padding-top: 75px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .pa-flow-benefit-grid, .pa-flow-card-grid { grid-template-columns: 1fr; }
  .pa-flow-benefit { min-height: 0; }
  .pa-flow-benefit-icon { margin-bottom: 28px; }
  .pa-flow-card { min-height: 340px; padding: 28px 24px; }
  .pa-flow-card-icon { margin-bottom: 45px; }
  .pa-flow-diagram-shell { padding: 20px; }
  .pa-flow-diagram { display: none; }
  .pa-flow-mobile-diagram { display: block; }
  .pa-flow-feature-list summary { grid-template-columns: 36px 1fr auto; gap: 10px; }
  .pa-flow-feature-list summary h3 { font-size: 1.02rem; }
  .pa-flow-feature-list details p { margin-left: 46px; }
  .pa-flow-challenge { padding: 26px 22px; }
}

@media (max-width: 360px) {
  :root { --ideora-shell: min(100% - 28px, 1240px); }
  .ideora-hero h1, .ideora-page-hero h1, .ideora-contact-hero h1 { font-size: clamp(2.35rem, 12vw, 2.75rem); }
  .eyebrow { gap: 9px; font-size: .68rem; letter-spacing: .13em; }
  .eyebrow::before { width: 22px; }
  .hero-side { padding-left: 16px; }
  .service-card { padding: 28px 24px; }
  .feature-item { grid-template-columns: 42px 1fr; gap: 14px; }
  .ideora-faq summary { gap: 16px; font-size: 1.05rem; }
  .site-footer { padding-inline: 18px; }
}

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

/* Elementor editor compatibility */
.elementor-editor-active .ideora-reveal { opacity: 1; transform: none; }
.elementor-page .elementor-widget-html > .elementor-widget-container { line-height: inherit; }
.elementor-page .elementor-section-wrap, .elementor-page .elementor { width: 100%; }
