/*
Theme Name: SYNODIA Webs
Theme URI: https://synodia.es
Author: SYNODIA
Description: Tema corporativo local para SYNODIA Webs.
Version: 1.4.5
Text Domain: synodia-webs
*/

:root {
  --ink: #111210;
  --ink-soft: #181a17;
  --paper: #f4f4f0;
  --white: #fff;
  --muted: #a8aaa4;
  --line: rgba(255, 255, 255, .14);
  --line-dark: rgba(17, 18, 16, .15);
  --orange: #ff6a1a;
  --orange-soft: #d79766;
  --max: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 16px; color: var(--ink); background: var(--orange); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.eyebrow { margin: 0 0 24px; color: #666a63; font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow--light { color: #9ea29a; }

.site-top { position: relative; overflow: hidden; min-height: 820px; color: var(--white); background: radial-gradient(circle at 79% 17%, rgba(255,106,26,.15), transparent 30%), linear-gradient(125deg, #0c0e0c, #171916 58%, #0b0d0b); }
.site-top::before { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.site-header { position: relative; z-index: 10; display: grid; grid-template-columns: 270px 1fr auto; align-items: center; gap: 32px; min-height: 116px; border-bottom: 1px solid var(--line); }
.brand { display: flex; width: 260px; align-items: center; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 2.3vw, 40px); }
.site-nav a { color: #d6d9d3; font-size: 14px; transition: color .2s; }
.site-nav a:hover { color: var(--orange); }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid #c6c9c3; color: #f1f2ef; font-size: 13px; }
.header-cta span { color: var(--orange); font-size: 20px; transition: transform .2s; }
.header-cta:hover span { transform: translate(4px,-4px); }
.menu-toggle { display: none; border: 0; color: white; background: transparent; cursor: pointer; }

.hero { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(500px, .95fr) minmax(460px, 1.05fr); align-items: center; gap: 86px; min-height: 610px; padding: 72px 0 76px; }
.hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(62px, 6.1vw, 98px); font-weight: 380; letter-spacing: -.062em; line-height: .96; }
.hero-copy h1 span { display: block; color: var(--orange); }
.hero-lead { max-width: 620px; margin: 34px 0 42px; color: #b7bbb4; font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 56px; padding: 0 30px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 700; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button--orange { color: #111; background: var(--orange); }
.button--orange:hover { background: #ff8544; }
.button--outline { border-color: rgba(255,255,255,.55); color: white; }
.button--outline:hover { border-color: var(--orange); color: #111; background: var(--orange); }
.button--dark { color: white; background: var(--ink); }
.button--dark:hover { background: #2b2e29; }
.text-link, .section-link { display: inline-flex; align-items: center; gap: 42px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 14px; }
.text-link span, .section-link span { color: var(--orange); font-size: 24px; transition: transform .2s; }
.text-link:hover span, .section-link:hover span { transform: translateX(6px); }

.browser-mockup { position: relative; overflow: visible; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: #f3f0e9; box-shadow: 0 45px 110px rgba(0,0,0,.42); transform: rotate(1.2deg); }
.browser-bar { display: flex; height: 42px; padding: 0 16px; align-items: center; gap: 7px; border-bottom: 1px solid #dad7d0; color: #777; background: #e7e5df; font-size: 9px; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c2beb5; }
.browser-bar i:first-child { background: var(--orange); }
.browser-bar span { margin-left: 12px; padding: 5px 18px; border-radius: 4px; background: #f7f6f2; }
.mock-site { position: relative; min-height: 410px; padding: 28px; color: #181713; background: linear-gradient(115deg, #f2eee5 0 55%, #d8c7ad 55%); }
.mock-site::after { position: absolute; right: 0; bottom: 0; width: 45%; height: 76%; content: ""; opacity: .9; background: linear-gradient(145deg, transparent 0 30%, rgba(17,18,16,.17) 30% 31%, transparent 31% 46%, rgba(255,106,26,.9) 46% 47%, transparent 47%), linear-gradient(35deg, #bca785, #eee2d0); clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); }
.mock-nav { position: relative; z-index: 2; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .08em; }
.mock-nav b { font-size: 12px; }
.mock-copy { position: relative; z-index: 2; display: grid; max-width: 360px; gap: 20px; padding: 72px 0 40px; }
.mock-copy small { color: #7a756a; font-size: 8px; letter-spacing: .18em; }
.mock-copy strong { font-size: clamp(34px, 3.4vw, 54px); font-weight: 420; letter-spacing: -.055em; line-height: .98; }
.mock-copy em { width: fit-content; padding-bottom: 5px; border-bottom: 1px solid; color: #4f4b43; font-size: 10px; font-style: normal; }
.mock-card { position: absolute; right: 24px; bottom: 24px; z-index: 2; display: grid; width: 205px; padding: 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 5px; color: white; background: rgba(19,18,15,.82); backdrop-filter: blur(12px); }
.mock-card span { color: var(--orange); font-size: 7px; letter-spacing: .13em; }
.mock-card strong { margin-top: 7px; font-size: 10px; }
.mock-card i { width: 100%; height: 2px; margin-top: 13px; background: linear-gradient(90deg, var(--orange) 58%, rgba(255,255,255,.15) 58%); }
.floating-note { position: absolute; right: -26px; bottom: -36px; z-index: 4; display: grid; width: 260px; padding: 17px 20px; border: 1px solid rgba(255,106,26,.38); border-radius: 6px; color: white; background: rgba(12,14,12,.92); box-shadow: 0 16px 40px rgba(0,0,0,.35); transform: rotate(-2.4deg); }
.floating-note b { color: var(--orange); font-size: 11px; }
.floating-note span { margin-top: 4px; color: #aeb2aa; font-size: 9px; }
.signal-row { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.signal-row div { padding: 24px 12px; color: #878c84; font-size: 10px; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.signal-row div + div { border-left: 1px solid var(--line); }

.intro { background: #f6f6f2; }
.split-head { display: grid; grid-template-columns: 1.15fr .75fr; align-items: end; gap: 100px; }
.split-head h2, .plans-head h2, .process h2, .contact-copy h2 { margin: 0; font-size: clamp(50px, 6.2vw, 92px); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.split-head h2 span { color: var(--orange); }
.intro-copy > p { margin: 0 0 34px; color: #646861; font-size: 18px; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 78px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.value-grid article { min-height: 370px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.32); transition: transform .25s, background .25s, box-shadow .25s; }
.value-grid article:hover { position: relative; z-index: 2; transform: translateY(-6px); background: white; box-shadow: 0 24px 60px rgba(21,24,20,.08); }
.value-grid article > span { color: var(--orange); font-size: 10px; letter-spacing: .13em; }
.value-icon { position: relative; width: 94px; height: 94px; margin: 60px 0 44px; }
.value-icon::before, .value-icon::after { position: absolute; content: ""; }
.value-icon--target { border: 2px solid var(--ink); border-radius: 50%; }
.value-icon--target::before { inset: 20px; border: 8px solid var(--orange); border-radius: 50%; }
.value-icon--target::after { top: 42px; left: 42px; width: 10px; height: 10px; border-radius: 50%; background: var(--ink); }
.value-icon--search::before { top: 8px; left: 8px; width: 54px; height: 54px; border: 8px solid var(--ink); border-radius: 50%; }
.value-icon--search::after { right: 5px; bottom: 11px; width: 45px; height: 9px; background: var(--orange); transform: rotate(45deg); }
.value-icon--contact { border: 2px solid var(--ink); border-radius: 6px; }
.value-icon--contact::before { inset: 17px 14px; border-top: 6px solid var(--orange); border-bottom: 6px solid var(--ink); box-shadow: 0 17px 0 var(--ink); }
.value-icon--care::before { inset: 8px; border: 8px solid var(--ink); border-top-color: var(--orange); border-radius: 50%; }
.value-icon--care::after { top: 39px; left: 39px; width: 16px; height: 16px; border-radius: 50%; background: var(--orange); }
.value-grid h3 { margin: 0 0 12px; font-size: 22px; font-weight: 520; }
.value-grid p { margin: 0; color: #686c65; font-size: 13px; }

.feature { color: white; background: #101210; }
.feature-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.feature-copy h2 { max-width: 610px; margin: 0; font-size: clamp(52px, 5vw, 78px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.feature-copy h2 span { color: var(--orange); }
.feature-copy > p:not(.eyebrow) { max-width: 520px; margin: 32px 0 40px; color: #aeb2aa; font-size: 17px; }
.feature-list { border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 48px 1fr auto; gap: 26px; min-height: 132px; padding: 28px 0; align-items: center; border-bottom: 1px solid var(--line); }
.feature-list article > span { color: var(--orange); font-size: 10px; letter-spacing: .12em; }
.feature-list h3 { margin: 0 0 5px; font-size: 21px; font-weight: 500; }
.feature-list p { margin: 0; color: #8f948c; font-size: 13px; }
.feature-list b { color: var(--orange); font-size: 23px; font-weight: 400; }

.sectors { background: #f5f5f1; }
.sector-head { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 100px; margin-bottom: 62px; }
.sector-head h2 { margin: 0; font-size: clamp(50px, 5.8vw, 86px); font-weight: 400; letter-spacing: -.058em; line-height: .98; }
.sector-head > p { margin: 0; color: #676b64; font-size: 17px; }
.sector-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.sector-card { display: flex; min-height: 470px; padding: 32px; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.38); transition: transform .25s, background .25s, box-shadow .25s; }
.sector-card:hover { position: relative; z-index: 2; transform: translateY(-7px); background: white; box-shadow: 0 25px 60px rgba(20,23,19,.09); }
.sector-card > span { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.sector-visual { display: flex; height: 110px; margin: 60px 0 42px; align-items: flex-end; gap: 10px; }
.sector-visual i { width: 22px; background: var(--ink); }
.sector-visual i:nth-child(1) { height: 58px; }
.sector-visual i:nth-child(2) { height: 93px; }
.sector-visual i:nth-child(3) { height: 37px; background: var(--orange); }
.sector-card--build .sector-visual { align-items: center; transform: rotate(-24deg); }
.sector-card--build .sector-visual i { width: 78px; height: 10px; }
.sector-card--build .sector-visual i:nth-child(2) { width: 54px; height: 10px; }
.sector-card--build .sector-visual i:nth-child(3) { width: 30px; height: 10px; }
.sector-card--clinic .sector-visual { align-items: center; }
.sector-card--clinic .sector-visual i { width: 44px; height: 44px; border: 3px solid var(--ink); border-radius: 50%; background: transparent; }
.sector-card--clinic .sector-visual i:nth-child(2) { width: 66px; height: 66px; }
.sector-card--clinic .sector-visual i:nth-child(3) { width: 32px; height: 32px; border-color: var(--orange); background: var(--orange); }
.sector-card h3 { margin: auto 0 12px; font-size: 30px; font-weight: 480; }
.sector-card p { min-height: 50px; margin: 0; color: #666a63; font-size: 13px; }
.sector-card b { display: flex; margin-top: 28px; padding-top: 18px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line-dark); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.sector-card b em { color: var(--orange); font-size: 22px; font-style: normal; }
.demo-note { margin-top: 24px; color: #7a7e77; font-size: 11px; }

.plans { color: white; background: #101210; }
.plans-head { max-width: 1040px; }
.plans-head h2 span { color: var(--orange); }
.plans-head > p:last-child { max-width: 700px; margin: 34px 0 0; color: #aeb2aa; font-size: 18px; }
.plans-head > p strong { color: white; }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.plan-grid article { display: flex; min-height: 520px; padding: 32px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.plan-grid article.is-featured { border-color: rgba(255,106,26,.62); background: linear-gradient(160deg, rgba(255,106,26,.13), rgba(255,255,255,.02)); }
.plan-grid article > span { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.plan-grid small { margin-top: 55px; color: #c9cdc5; font-size: 11px; letter-spacing: .17em; }
.plan-grid strong { display: flex; margin-top: 14px; align-items: baseline; gap: 8px; font-weight: 400; }
.plan-grid strong b { font-size: 76px; font-weight: 380; letter-spacing: -.07em; }
.plan-grid strong em { color: #898e86; font-size: 13px; font-style: normal; }
.plan-grid p { max-width: 330px; margin: 25px 0; color: #9ba097; font-size: 14px; }
.plan-annual { display: grid; gap: 4px; margin: 8px 0 28px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-annual b { color: white; font-size: 15px; font-weight: 650; }
.plan-annual span { color: #898e86; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.plan-grid a { display: flex; margin-top: auto; padding-top: 18px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.plan-grid a i { color: var(--orange); font-size: 23px; font-style: normal; font-weight: 400; }
.validation-note { display: grid; grid-template-columns: 120px 1fr; gap: 30px; margin-top: 28px; padding: 24px 0; border-top: 1px solid var(--line); color: #888d84; font-size: 11px; }
.validation-note b { color: var(--orange); letter-spacing: .1em; text-transform: uppercase; }
.validation-note p { margin: 0; }
.setup-strip { display: grid; grid-template-columns: 1fr 1fr auto; margin-top: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.setup-strip > div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 4px 16px; padding: 24px 28px 24px 0; }
.setup-strip > div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.setup-strip span { grid-column: 1 / -1; color: #898e86; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.setup-strip strong { color: white; font-size: 30px; font-weight: 450; }
.setup-strip p { margin: 0; color: #8f948c; font-size: 11px; }
.setup-strip > a { display: flex; min-width: 230px; padding: 24px 0 24px 28px; align-items: center; justify-content: space-between; border-left: 1px solid var(--line); color: white; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.setup-strip > a i { color: var(--orange); font-size: 22px; font-style: normal; }
.price-tax-note { margin-top: 18px; color: #777c74; font-size: 10px; text-align: right; text-transform: uppercase; }
.workspace-note { display: grid; grid-template-columns: .85fr 1.3fr auto; align-items: center; gap: 34px; margin-top: 20px; padding: 24px 28px; border: 1px solid rgba(255,106,26,.35); background: rgba(255,106,26,.07); }
.workspace-note > div { display: grid; gap: 5px; }
.workspace-note > div span { color: var(--orange); font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.workspace-note > div strong { color: white; font-size: 16px; font-weight: 550; }
.workspace-note p { margin: 0; color: #aeb2aa; font-size: 12px; }
.workspace-note p b { color: white; font-weight: 650; }
.workspace-note > a { display: flex; align-items: center; gap: 18px; color: white; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.workspace-note > a i { color: var(--orange); font-size: 18px; font-style: normal; }

/* Pricing page */
.pricing-hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 82% 34%,rgba(255,106,26,.18),transparent 30%),linear-gradient(125deg,#0c0e0c,#171916 58%,#0b0d0b); }
.pricing-hero::before { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom,#000,transparent 92%); }
.pricing-hero__copy { position: relative; z-index: 2; padding-top: 105px; padding-bottom: 110px; }
.pricing-hero__copy h1 { max-width: 1220px; margin: 0; font-size: clamp(56px,7.1vw,108px); font-weight: 380; letter-spacing: -.068em; line-height: .96; }
.pricing-hero__copy h1 span { color: var(--orange); }
.pricing-hero__copy > p:not(.eyebrow) { max-width: 720px; margin: 34px 0 38px; color: #aeb2aa; font-size: 18px; }
.pricing-section { background: #f5f5f1; }
.pricing-intro, .setup-pricing__head { display: grid; grid-template-columns: 1.15fr .7fr; align-items: end; gap: 100px; }
.pricing-intro h2, .setup-pricing__head h2, .scope-head h2 { margin: 0; font-size: clamp(50px,6vw,90px); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.pricing-intro h2 span, .setup-pricing__head h2 span, .scope-head h2 span { color: var(--orange); }
.pricing-intro > p, .setup-pricing__head > p { margin: 0; color: #62665f; font-size: 17px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.pricing-card { position: relative; display: flex; min-height: 610px; padding: 34px; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.5); }
.pricing-card--featured { z-index: 1; color: white; border-color: transparent; background: linear-gradient(155deg,#1a1c19,#0d0f0d); box-shadow: 0 25px 70px rgba(18,20,17,.18); transform: translateY(-14px); }
.pricing-card__top { display: flex; min-height: 26px; align-items: center; gap: 14px; color: #6f736c; font-size: 9px; font-weight: 750; letter-spacing: .14em; }
.pricing-card__top small { color: var(--ink); font-size: 11px; }
.pricing-card--featured .pricing-card__top, .pricing-card--featured .pricing-card__top small { color: #b7bbb4; }
.pricing-card__top b { margin-left: auto; padding: 7px 9px; color: #111; background: var(--orange); font-size: 8px; text-transform: uppercase; }
.pricing-card__price { display: flex; margin-top: 64px; align-items: flex-start; gap: 10px; }
.pricing-card__price > strong { font-size: clamp(78px,8vw,118px); font-weight: 370; letter-spacing: -.085em; line-height: .75; }
.pricing-card__price > span { display: grid; color: #656a62; font-size: 25px; }
.pricing-card__price small { font-size: 11px; font-weight: 500; }
.pricing-card--featured .pricing-card__price > span { color: #a2a79f; }
.pricing-card > p { max-width: 360px; margin: 38px 0; color: #686c65; font-size: 14px; }
.pricing-card--featured > p { color: #a4a9a1; }
.pricing-card__annual { display: grid; grid-template-columns: 1fr auto; gap: 3px 18px; margin-top: auto; padding: 18px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.pricing-card--featured .pricing-card__annual { border-color: var(--line); }
.pricing-card__annual span { color: #777b74; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pricing-card__annual strong { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-size: 22px; font-weight: 500; }
.pricing-card__annual small { color: #777b74; font-size: 10px; }
.pricing-card .button { width: 100%; margin-top: 24px; }
.pricing-vat { margin-top: 18px; color: #777b74; font-size: 10px; text-align: right; text-transform: uppercase; }
.setup-pricing { color: white; background: #101210; }
.setup-pricing__head > p { color: #aeb2aa; }
.setup-options { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.setup-options article { min-height: 300px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.setup-options article:first-child { background: linear-gradient(145deg,rgba(255,106,26,.15),transparent); }
.setup-options span { color: var(--orange); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.setup-options strong { display: block; margin: 52px 0 16px; font-size: clamp(64px,7vw,94px); font-weight: 380; letter-spacing: -.07em; line-height: .85; }
.setup-options p { max-width: 440px; margin: 0; color: #9ba097; font-size: 14px; }
.scope-section { background: #f5f5f1; }
.scope-head { max-width: 1000px; }
.scope-grid { display: grid; grid-template-columns: 1.3fr .7fr; margin-top: 70px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.scope-column { padding: 38px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.42); }
.scope-column--included { background: linear-gradient(145deg,rgba(255,106,26,.08),rgba(255,255,255,.5)); }
.scope-column h3 { margin: 0 0 32px; font-size: 30px; font-weight: 480; }
.scope-column ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.scope-column li { position: relative; padding: 17px 10px 17px 38px; border-top: 1px solid var(--line-dark); color: #555951; font-size: 14px; }
.scope-column li::before { position: absolute; top: 15px; left: 4px; color: var(--orange); content: "↗"; font-size: 18px; }
.scope-column--excluded li::before { content: "—"; color: #858981; }
.workspace-pricing { display: grid; grid-template-columns: .8fr .55fr 1.25fr; align-items: center; gap: 45px; margin-top: 28px; padding: 38px; color: white; background: radial-gradient(circle at 18% 30%,rgba(255,106,26,.15),transparent 34%),#111310; }
.workspace-pricing__label span { color: var(--orange); font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.workspace-pricing__label h3 { max-width: 300px; margin: 15px 0 0; font-size: 27px; font-weight: 480; letter-spacing: -.035em; line-height: 1.08; }
.workspace-pricing__price { display: grid; padding-left: 38px; border-left: 1px solid var(--line); }
.workspace-pricing__price small { color: #949990; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.workspace-pricing__price strong { margin: 8px 0 2px; color: var(--orange); font-size: 46px; font-weight: 420; letter-spacing: -.055em; line-height: 1; }
.workspace-pricing__price span { color: #949990; font-size: 10px; }
.workspace-pricing__copy { padding-left: 38px; border-left: 1px solid var(--line); }
.workspace-pricing__copy p { margin: 0; color: #b2b6af; font-size: 13px; }
.workspace-pricing__copy p strong { color: white; }
.workspace-pricing__copy .workspace-pricing__terms { margin-top: 12px; color: #7f847b; font-size: 10px; }
.workspace-pricing__copy a { display: inline-flex; gap: 15px; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid #62675e; color: white; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.workspace-pricing__copy a span { color: var(--orange); }
.scope-note { display: grid; grid-template-columns: 120px 1fr; gap: 30px; margin-top: 28px; padding: 24px 0; border-top: 1px solid var(--line-dark); color: #6b6f68; font-size: 12px; }
.scope-note b { color: var(--orange); letter-spacing: .1em; text-transform: uppercase; }
.scope-note p { margin: 0; }

.process { background: #f4f4f0; }
.process h2 { max-width: 1100px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 72px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.process-grid article { min-height: 360px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.process-grid article > span { color: #6f736c; font-size: 9px; letter-spacing: .13em; }
.process-mark { display: grid; width: 92px; height: 92px; margin: 52px 0 42px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; color: var(--orange); font-size: 44px; font-weight: 300; }
.process-grid h3 { margin: 0 0 10px; font-size: 20px; font-weight: 520; }
.process-grid p { margin: 0; color: #686c65; font-size: 13px; }

.contact { color: white; background: radial-gradient(circle at 16% 25%, rgba(255,106,26,.12), transparent 28%), #101210; }
.contact-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 110px; }
.contact-copy h2 { max-width: 800px; }
.contact-copy > p:not(.eyebrow) { max-width: 620px; margin: 34px 0; color: #aeb2aa; font-size: 17px; }
.contact-channels { display: grid; width: fit-content; gap: 9px; }
.contact-email, .contact-phone { display: inline-block; width: fit-content; color: white; font-size: clamp(22px, 2.4vw, 34px); text-decoration-color: var(--orange); text-underline-offset: 7px; }
.contact-email:hover, .contact-phone:hover { color: var(--orange); }
.contact-phone { font-size: clamp(20px, 2vw, 29px); }
.contact-whatsapp { display: inline-flex; width: fit-content; margin-top: 12px; align-items: center; gap: 24px; padding-bottom: 7px; border-bottom: 1px solid #62675e; color: #dce0d8; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.contact-whatsapp span { color: var(--orange); font-size: 19px; transition: transform .2s; }
.contact-whatsapp:hover { color: white; }
.contact-whatsapp:hover span { transform: translate(4px,-4px); }
.contact-points { display: grid; gap: 0; margin-top: 50px; border-top: 1px solid var(--line); }
.contact-points span { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); color: #aeb2aa; font-size: 12px; }
.contact-points b { color: var(--orange); }
.contact-form { display: grid; gap: 22px; align-content: start; padding: 38px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.contact-form label { display: grid; gap: 9px; color: #d3d6d0; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-form label em { color: #777c74; font-size: 8px; font-style: normal; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #565b54; border-radius: 0; outline: 0; color: white; background: transparent; }
.contact-form select { color-scheme: dark; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); }
.contact-form textarea { resize: vertical; }
.contact-form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form .button { width: fit-content; margin-top: 6px; border-bottom: 0; }
.form-status { margin: 0; color: #d3d6d0; }
.form-status--error, .form-status--error a { color: #ffb18a; }
.contact-form small { color: #777c74; font-size: 9px; }
.privacy-first-layer { display: grid; gap: 5px; padding: 15px 0 0; border-top: 1px solid var(--line); color: #777c74; font-size: 9px; }
.privacy-first-layer strong { color: #aeb2aa; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.privacy-first-layer a { color: #d3d6d0; text-decoration: underline; text-underline-offset: 2px; }
.form-status { margin: 0; padding: 14px; border: 1px solid rgba(255,106,26,.4); color: #f0c3a3; font-size: 12px; }

.site-footer { padding: 78px 0 28px; background: #f7f7f3; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .55fr .8fr; gap: 80px; padding-bottom: 70px; }
.footer-brand-group { align-self: start; }
.footer-brand { display: block; width: min(320px,100%); }
.footer-brand img { width: 100%; height: auto; }
.synodia-parent-link { display: flex; width: fit-content; flex-direction: column; align-items: flex-start; color: #777b74; }
.synodia-parent-link span { font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.synodia-parent-link img { height: auto; mix-blend-mode: multiply; transition: opacity .2s, transform .2s; }
.synodia-parent-link:hover img { opacity: .72; transform: translateY(-2px); }
.synodia-parent-link--footer { margin-top: 34px; padding-top: 23px; border-top: 1px solid var(--line-dark); }
.synodia-parent-link--footer img { width: 154px; margin-top: 11px; }
.footer-grid > div { display: grid; align-content: start; gap: 11px; color: #6b6f68; font-size: 12px; }
.footer-grid strong { margin-bottom: 8px; color: var(--ink); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { display: flex; padding-top: 24px; justify-content: space-between; border-top: 1px solid var(--line-dark); color: #858981; font-size: 10px; }
.footer-legal { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.footer-legal a:hover, .footer-consent:hover { color: var(--orange); }
.footer-consent { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.whatsapp-float { display: none; }
.simple-page { min-height: 60vh; padding: 100px 0; }
.simple-page h1 { font-size: clamp(48px,7vw,96px); letter-spacing: -.06em; }

/* Internal pages and editorial content */
.inner-site-top, .article-header { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 84% 28%, rgba(255,106,26,.14), transparent 28%), linear-gradient(125deg, #0c0e0c, #171916 58%, #0b0d0b); }
.inner-site-top::before, .article-header::before { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom,#000,transparent 92%); }
.inner-site-top .site-header, .article-header .site-header { position: relative; }
.inner-hero { position: relative; z-index: 2; min-height: 450px; padding: 105px 0 78px; }
.inner-hero h1 { max-width: 1120px; margin: 0; font-size: clamp(72px,10vw,150px); font-weight: 380; letter-spacing: -.075em; line-height: .88; }
.inner-hero-mark { position: absolute; right: 0; bottom: 72px; color: var(--orange); font-size: 48px; font-weight: 300; }
.inner-hero-lead { max-width: 640px; margin: 30px 0 0; color: #aeb2aa; font-size: 18px; }
.blog-top .inner-hero { min-height: 500px; }

.page-content { background: #f6f6f2; }
.content-shell { max-width: 1120px; }
.content-shell > * { margin-top: 0; margin-bottom: 30px; }
.content-shell > .content-lead { max-width: 930px; margin-bottom: 105px; color: #4f534d; font-size: clamp(26px,3vw,42px); font-weight: 400; letter-spacing: -.035em; line-height: 1.22; }
.content-shell > h2, .content-shell > .wp-block-heading { max-width: 900px; margin-top: 110px; margin-bottom: 45px; font-size: clamp(44px,5vw,72px); font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.content-shell > p:not(.content-lead):not(.content-note), .content-shell > ul { max-width: 780px; color: #5f635c; font-size: 18px; }
.content-cards { display: grid !important; grid-template-columns: repeat(3,1fr); gap: 0 !important; margin: 60px 0 110px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.content-cards > .wp-block-column { min-height: 300px; padding: 34px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.36); }
.content-cards > .wp-block-column.is-featured { background: linear-gradient(155deg,rgba(255,106,26,.13),rgba(255,255,255,.5)); box-shadow: inset 0 0 0 1px rgba(255,106,26,.55); }
.content-cards h3 { margin: 70px 0 15px; font-size: 29px; font-weight: 480; letter-spacing: -.03em; line-height: 1.05; }
.content-cards h3 small { color: #777b74; font-size: 12px; font-weight: 500; letter-spacing: 0; }
.content-cards p { color: #666a63; font-size: 14px; }
.content-cards .card-label { margin: 0; color: var(--orange); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.demo-cards > .wp-block-column, .pricing-cards > .wp-block-column { min-height: 390px; }
.pricing-cards h3 { margin-top: 90px; font-size: 52px; }
.process-cards { grid-template-columns: repeat(4,1fr); }
.process-cards > .wp-block-column { min-height: 360px; }
.process-cards h3 { margin-top: 85px; font-size: 23px; }
.feature-checklist { padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.feature-checklist li { position: relative; padding: 20px 20px 20px 48px; border-bottom: 1px solid var(--line-dark); }
.feature-checklist li::before { position: absolute; top: 20px; left: 10px; color: var(--orange); content: "↗"; }
.content-note { margin-top: 55px !important; padding: 24px 28px; border-left: 3px solid var(--orange); color: #666a63; background: rgba(255,255,255,.55); font-size: 14px; }
.content-shell .faq-title { margin-bottom: 30px; }
.content-shell details { margin: 0; border-top: 1px solid var(--line-dark); }
.content-shell details:last-of-type { border-bottom: 1px solid var(--line-dark); }
.content-shell details summary { position: relative; padding: 28px 60px 28px 0; cursor: pointer; font-size: 20px; font-weight: 520; list-style: none; }
.content-shell details summary::-webkit-details-marker { display: none; }
.content-shell details summary::after { position: absolute; top: 21px; right: 10px; color: var(--orange); content: "+"; font-size: 28px; font-weight: 300; }
.content-shell details[open] summary::after { content: "−"; }
.content-shell details > p { max-width: 760px; margin: 0; padding: 0 60px 30px 0; color: #62665f; font-size: 16px; }

.inner-cta { color: white; background: radial-gradient(circle at 15% 30%,rgba(255,106,26,.12),transparent 28%),#101210; }
.inner-cta-layout { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 100px; }
.inner-cta h2 { max-width: 800px; margin: 0; font-size: clamp(52px,6vw,90px); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.inner-cta-layout > div:last-child p { margin: 0 0 34px; color: #aeb2aa; font-size: 17px; }

/* About page */
.about-page { background: #f6f6f2; }
.about-profile { display: grid; grid-template-columns: minmax(360px,.78fr) minmax(520px,1.22fr); align-items: center; gap: clamp(65px,8vw,130px); }
.about-portrait { position: relative; margin: 0; }
.about-portrait::before { position: absolute; top: -18px; right: -18px; width: 42%; height: 42%; content: ""; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange); }
.about-portrait img { position: relative; width: 100%; aspect-ratio: 1 / 1.02; object-fit: cover; filter: saturate(.9) contrast(1.02); }
.about-portrait figcaption { display: flex; margin-top: 15px; justify-content: space-between; color: #72766f; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-portrait figcaption span:last-child { color: var(--orange); }
.about-copy h2 { max-width: 760px; margin: 0; font-size: clamp(48px,5.8vw,86px); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.about-copy h2 span { color: var(--orange); }
.about-lead { max-width: 720px; margin: 38px 0 25px; color: #42463f; font-size: clamp(23px,2.1vw,31px); letter-spacing: -.025em; line-height: 1.28; }
.about-copy > p:not(.eyebrow):not(.about-lead) { max-width: 680px; color: #646860; font-size: 17px; }
.about-linkedin { display: inline-flex; margin-top: 24px; align-items: center; gap: 34px; padding-bottom: 9px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.about-linkedin span { color: var(--orange); font-size: 23px; transition: transform .2s; }
.about-linkedin:hover span { transform: translate(4px,-4px); }
.synodia-parent-link--about { margin-top: 40px; padding: 22px 26px 20px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.42); }
.synodia-parent-link--about img { width: 190px; margin-top: 13px; }
.about-facts { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 90px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.about-fact { min-height: 190px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.about-fact strong { display: block; color: var(--orange); font-size: clamp(45px,5vw,72px); font-weight: 380; letter-spacing: -.06em; line-height: 1; }
.about-fact span { display: block; max-width: 220px; margin-top: 28px; color: #555950; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-page { background: #101210; }

.blog-index { background: #f6f6f2; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 56px 28px; }
.post-card { min-width: 0; }
.post-card-media { position: relative; display: grid; overflow: hidden; aspect-ratio: 16/10; place-items: center; color: white; background: linear-gradient(145deg,#151815,#282c26); }
.post-card-media::after { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 36px 36px; }
.post-card-media > span { position: relative; z-index: 1; font-size: clamp(34px,4vw,58px); font-weight: 700; letter-spacing: -.08em; }
.post-card-media > span span { color: var(--orange); }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-card-media img { transform: scale(1.025); }
.post-card-media b { position: absolute; right: 16px; bottom: 16px; z-index: 2; padding: 8px 10px; color: #111; background: var(--orange); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.post-card-copy { padding-top: 24px; }
.post-meta { margin: 0 0 15px; color: #777b74; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.post-card h2 { margin: 0 0 14px; font-size: clamp(25px,2.3vw,34px); font-weight: 480; letter-spacing: -.04em; line-height: 1.08; }
.post-card h2 a:hover { color: #9a420f; }
.post-card-copy > p:not(.post-meta) { margin: 0 0 24px; color: #666a63; font-size: 14px; }
.post-card .section-link { gap: 25px; font-size: 12px; }
.empty-blog { max-width: 800px; min-height: 280px; }
.empty-blog h2 { margin: 0 0 22px; font-size: clamp(45px,6vw,78px); font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.empty-blog > p:last-child { color: #666a63; font-size: 18px; }
.pagination { margin-top: 75px; padding-top: 25px; border-top: 1px solid var(--line-dark); }
.pagination .nav-links { display: flex; gap: 8px; align-items: center; }
.pagination .page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 12px; place-items: center; border: 1px solid var(--line-dark); font-size: 12px; }
.pagination .page-numbers.current { color: #111; background: var(--orange); }

.article-header { min-height: 640px; }
.article-head-copy { position: relative; z-index: 2; padding: 95px 0 105px; }
.article-head-copy h1 { max-width: 1120px; margin: 0; font-size: clamp(58px,7.2vw,106px); font-weight: 380; letter-spacing: -.065em; line-height: .96; }
.article-byline { display: flex; gap: 34px; margin-top: 42px; color: #9da199; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-body { background: #f7f7f3; }
.article-shell { max-width: 980px; }
.article-cover { width: min(1200px,calc(100vw - 64px)); margin: -30px 50% 70px; transform: translateX(-50%); }
.article-cover img { width: 100%; max-height: 650px; object-fit: cover; }
.article-video { position: relative; overflow: hidden; width: min(1200px,calc(100vw - 64px)); aspect-ratio: 16/9; margin: 0 50% 75px; background: #111; transform: translateX(-50%); }
.article-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-content { color: #343732; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.78; }
.article-content > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.article-content h2, .article-content h3 { color: var(--ink); font-family: Inter,ui-sans-serif,sans-serif; letter-spacing: -.04em; line-height: 1.1; }
.article-content h2 { margin-top: 75px; font-size: clamp(36px,4vw,54px); font-weight: 450; }
.article-content h3 { margin-top: 50px; font-size: 29px; font-weight: 520; }
.article-content a { color: #a64512; text-decoration: underline; text-underline-offset: 3px; }
.article-content blockquote { padding: 8px 0 8px 28px; border-left: 3px solid var(--orange); color: #555951; font-size: 24px; font-style: italic; }
.article-content img { width: 100%; height: auto; }
.article-footer { display: flex; margin-top: 85px; padding-top: 25px; justify-content: space-between; border-top: 1px solid var(--line-dark); color: #747870; font-size: 11px; }
.article-footer a { color: var(--ink); font-weight: 650; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 230px 1fr auto; }
  .brand { width: 220px; }
  .hero { grid-template-columns: 1fr; gap: 60px; padding-top: 70px; }
  .hero-copy { max-width: 800px; }
  .browser-mockup { width: min(780px, 92%); margin: 0 auto 35px; }
  .split-head, .feature-layout, .sector-head, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .value-grid, .process-grid { grid-template-columns: repeat(2,1fr); }
  .sector-grid, .plan-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 400px; }
  .contact-copy { max-width: 850px; }
  .content-cards, .process-cards { grid-template-columns: repeat(2,1fr); }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .inner-cta-layout { grid-template-columns: 1fr; gap: 45px; }
  .setup-strip { grid-template-columns: repeat(2,1fr); }
  .setup-strip > a { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }
  .workspace-note { grid-template-columns: 1fr 1.3fr; }
  .workspace-note > a { grid-column: 1 / -1; }
  .pricing-intro, .setup-pricing__head { grid-template-columns: 1fr; gap: 42px; }
  .about-profile { grid-template-columns: .8fr 1.2fr; gap: 58px; }
  .workspace-pricing { grid-template-columns: 1fr 1fr; }
  .workspace-pricing__copy { grid-column: 1 / -1; padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 96px; }
  .brand { width: 205px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 96px; right: 0; left: 0; display: none; padding: 24px; flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--line); background: #101210; }
  .site-nav.is-open { display: flex; }
  .header-cta { display: none; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 36px), var(--max)); }
  .section { padding: 82px 0; }
  .site-header { grid-template-columns: 1fr auto; min-height: 96px; }
  .brand { width: 205px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 96px; right: 0; left: 0; display: none; padding: 24px; flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--line); background: #101210; }
  .site-nav.is-open { display: flex; }
  .header-cta { display: none; }
  .hero { grid-template-columns: minmax(0,1fr); min-height: auto; padding: 70px 0 84px; }
  .hero-copy h1 { font-size: clamp(53px,15vw,74px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .browser-mockup { width: 100%; transform: none; }
  .mock-site { min-height: 330px; padding: 18px; }
  .mock-nav span { display: none; }
  .mock-copy { padding-top: 58px; }
  .mock-card { display: none; }
  .floating-note { right: 12px; width: 230px; }
  .signal-row { grid-template-columns: 1fr; }
  .signal-row div + div { border-top: 1px solid var(--line); border-left: 0; }
  .split-head h2, .plans-head h2, .process h2, .contact-copy h2 { font-size: clamp(45px,13vw,68px); }
  .value-grid, .process-grid { grid-template-columns: 1fr; }
  .value-grid article, .process-grid article { min-height: 310px; }
  .feature-list article { grid-template-columns: 34px 1fr auto; gap: 16px; }
  .sector-head h2 { font-size: clamp(46px,13vw,68px); }
  .plan-grid strong b { font-size: 66px; }
  .validation-note { grid-template-columns: 1fr; gap: 10px; }
  .setup-strip, .pricing-grid, .setup-options, .scope-grid { grid-template-columns: 1fr; }
  .setup-strip > div { padding: 24px 0; }
  .setup-strip > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .setup-strip > a { min-width: 0; padding-left: 0; }
  .workspace-note { grid-template-columns: 1fr; padding: 24px 20px; }
  .workspace-note > a { grid-column: auto; }
  .about-profile { grid-template-columns: 1fr; gap: 55px; }
  .about-portrait { max-width: 520px; }
  .about-facts { grid-template-columns: 1fr; margin-top: 60px; }
  .about-fact { min-height: 145px; }
  .whatsapp-float { position: fixed; right: 16px; bottom: 16px; z-index: 30; display: inline-flex; min-height: 48px; padding: 0 17px 0 10px; align-items: center; gap: 9px; border: 1px solid rgba(255,106,26,.55); border-radius: 999px; color: white; background: rgba(16,18,16,.96); box-shadow: 0 12px 32px rgba(0,0,0,.26); font-size: 11px; font-weight: 750; letter-spacing: .04em; }
  .whatsapp-float span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #111; background: var(--orange); font-size: 9px; letter-spacing: 0; }
  .pricing-hero__copy { padding-top: 78px; padding-bottom: 82px; }
  .pricing-hero__copy h1 { font-size: clamp(50px,14vw,72px); }
  .pricing-card { min-height: 540px; }
  .pricing-card--featured { transform: none; }
  .pricing-card__price { margin-top: 50px; }
  .pricing-vat { text-align: left; }
  .setup-options article { min-height: 270px; }
  .scope-column { padding: 28px 22px; }
  .workspace-pricing { grid-template-columns: 1fr; gap: 28px; padding: 28px 22px; }
  .workspace-pricing__price, .workspace-pricing__copy { grid-column: auto; padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .scope-note { grid-template-columns: 1fr; gap: 10px; }
  .contact-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-bottom { gap: 14px; flex-direction: column; }
  .inner-hero { min-height: 360px; padding: 80px 0 65px; }
  .inner-hero h1 { font-size: clamp(66px,21vw,108px); }
  .inner-hero-mark { display: none; }
  .content-shell > .content-lead { margin-bottom: 70px; font-size: 27px; }
  .content-shell > h2, .content-shell > .wp-block-heading { margin-top: 78px; }
  .content-cards, .process-cards, .blog-grid { grid-template-columns: 1fr; }
  .content-cards > .wp-block-column { min-height: 280px; }
  .content-cards h3, .process-cards h3 { margin-top: 55px; }
  .article-header { min-height: auto; }
  .article-head-copy { padding: 75px 0 80px; }
  .article-head-copy h1 { font-size: clamp(48px,13vw,72px); }
  .article-byline { flex-direction: column; gap: 8px; }
  .article-cover, .article-video { width: calc(100vw - 36px); margin-bottom: 50px; }
  .article-content { font-size: 18px; }
  .article-footer { gap: 20px; flex-direction: column; }
}
