:root {
  --ez-navy: #03142b;
  --ez-ink: #0a1935;
  --ez-muted: #5c6678;
  --ez-paper: #fbfaf7;
  --ez-white: #ffffff;
  --ez-blue: #2563f4;
  --ez-cyan: #1dc7d2;
  --ez-coral: #ff7557;
  --ez-line: rgba(10, 25, 53, .12);
  --ez-max: 1180px;
  --ez-radius: 16px;
  --ez-shadow: 0 18px 50px rgba(16, 32, 60, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ez-paper);
  color: var(--ez-ink);
  font-family: Inter, Aptos, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 4px; }
img { display: block; width: 100%; height: auto; }
.ez-skip { position: fixed; z-index: 999; left: 12px; top: 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; background: #fff; }
.ez-skip:focus { transform: none; }

.ez-hero-stage {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background: var(--ez-navy);
  color: #fff;
  border-radius: 0 0 50% 4% / 0 0 8% 4%;
}
.ez-hero-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,20,43,.98) 0%, rgba(3,20,43,.94) 36%, rgba(3,20,43,.35) 64%, rgba(3,20,43,.08) 100%);
}
.ez-hero-visual { position: absolute; z-index: -2; inset: 0; }
.ez-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: ez-fade .7s ease both; }
@keyframes ez-fade { from { opacity: 0; transform: scale(1.01); } to { opacity: 1; transform: none; } }

.ez-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(calc(100% - 48px), var(--ez-max));
  margin: 0 auto;
  padding: 24px 0;
  border-bottom: 1px solid var(--ez-line);
}
.ez-header-home { border-color: rgba(255,255,255,.16); }
.ez-brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.ez-logo { width: 212px; height: auto; }
.ez-logo-on-dark { width: 210px; }
.ez-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.ez-nav a { text-decoration: none; }
.ez-nav a:hover { color: var(--ez-cyan); }
.ez-nav-cta { color: var(--ez-cyan); }

.ez-hero { display: flex; align-items: center; width: min(calc(100% - 48px), var(--ez-max)); min-height: 590px; margin: 0 auto; padding: 64px 0 110px; }
.ez-hero-copy { width: min(620px, 54%); }
.ez-kicker, .ez-index { margin: 0 0 20px; color: var(--ez-cyan); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ez-hero h1 { margin: 0; font-size: clamp(48px, 5vw, 72px); line-height: 1.04; letter-spacing: -.048em; text-wrap: balance; }
.ez-lead { max-width: 570px; margin: 26px 0 0; color: #d7dfec; font-size: 19px; line-height: 1.55; }
.ez-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.ez-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 12px 24px; border: 1px solid var(--ez-blue); border-radius: 8px; background: var(--ez-blue); color: #fff; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.ez-button:hover { transform: translateY(-2px); background: #164cce; border-color: #164cce; }
.ez-button-ghost { border-color: rgba(255,255,255,.7); background: rgba(3,20,43,.22); }
.ez-button-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }

.ez-main { margin-top: -22px; padding-top: 36px; background: radial-gradient(circle at 78% 12%, rgba(37,99,244,.04), transparent 24%), var(--ez-paper); }
.ez-section { width: min(calc(100% - 48px), var(--ez-max)); margin: 0 auto; padding: 88px 0; }
.ez-section + .ez-section { border-top: 1px solid var(--ez-line); }
.ez-section-title { max-width: 790px; margin-bottom: 36px; }
.ez-section-title h2, .ez-about h2, .ez-case h2, .ez-contact h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.ez-section-title > p:last-child { margin: 18px 0 0; color: var(--ez-muted); font-size: 17px; }
.ez-services { padding-top: 74px; }
.ez-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ez-card { position: relative; min-height: 400px; padding: 28px; overflow: hidden; border: 1px solid rgba(10,25,53,.09); border-radius: var(--ez-radius); background: rgba(255,255,255,.84); box-shadow: var(--ez-shadow); }
.ez-card::after { content: ""; position: absolute; right: -36px; bottom: -46px; width: 140px; height: 140px; border-radius: 50%; background: rgba(37,99,244,.035); }
.ez-icon { display: grid!important; place-items: center; width: 54px; height: 54px; border-radius: 14px; font-size: 27px!important; }
.ez-icon-blue { background: #e8edff; color: var(--ez-blue); }
.ez-icon-cyan { background: #dff6f5; color: #059aaa; }
.ez-icon-coral { background: #fff0ea; color: var(--ez-coral); }
.ez-card h3 { margin: 46px 0 14px; font-size: 25px; line-height: 1.16; letter-spacing: -.025em; }
.ez-card p { color: var(--ez-muted); }
.ez-card ul { margin: 24px 0 0; padding: 18px 0 0; border-top: 1px solid var(--ez-line); list-style: none; }
.ez-card li { padding: 4px 0; font-size: 13px; font-weight: 650; }
.ez-card li::before { content: "—"; margin-right: 8px; color: var(--ez-blue); }

.ez-process .ez-section-title { max-width: 760px; }
.ez-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin: 54px 0 0; padding: 0; list-style: none; }
.ez-steps::before { content: ""; position: absolute; top: 35px; left: 8%; right: 8%; height: 1px; background: linear-gradient(90deg, var(--ez-blue), rgba(10,25,53,.16), var(--ez-coral), rgba(10,25,53,.16), var(--ez-blue)); }
.ez-steps li { position: relative; z-index: 1; text-align: center; }
.ez-step-icon { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 18px; border: 1px solid #ccdafd; border-radius: 50%; background: #eef3ff; color: var(--ez-blue); }
.ez-step-icon .dashicons { width: auto; height: auto; font-size: 30px; }
.ez-step-coral { border-color: #ffd7cd; background: #fff0ea; color: var(--ez-coral); }
.ez-steps strong { display: inline-block; margin-right: 6px; color: var(--ez-blue); font-size: 23px; }
.ez-steps h3 { display: inline; margin: 0; font-size: 17px; }
.ez-steps p { max-width: 230px; margin: 10px auto 0; color: var(--ez-muted); font-size: 14px; }

.ez-case-section { border-top: 0!important; padding-top: 52px; }
.ez-case { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 590px; overflow: hidden; border: 0; border-radius: 24px; background: var(--ez-navy); color: #fff; box-shadow: 0 28px 70px rgba(3,20,43,.18); }
.ez-case-image { position: relative; min-height: 590px; margin: 0; overflow: hidden; background: #061b39; }
.ez-case-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset -80px 0 80px -70px var(--ez-navy); pointer-events: none; }
.ez-case-image img { height: 100%; object-fit: cover; opacity: .88; transform: scale(1.035); transition: transform 1.4s cubic-bezier(.2,.8,.2,1), opacity .8s; }
.ez-case.is-visible .ez-case-image img, .ez-case:hover .ez-case-image img { opacity: 1; transform: scale(1); }
.ez-case-image figcaption { position: absolute; z-index: 1; right: 24px; bottom: 20px; left: 24px; color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .03em; }
.ez-case-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px 52px 52px 38px; }
.ez-case-copy h2 { font-size: clamp(36px, 3.6vw, 52px); }
.ez-case-copy > p:not(.ez-index) { margin: 18px 0 0; color: #cbd5e5; }
.ez-case-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 34px 0 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.ez-case-outcomes div { display: flex; flex-direction: column; gap: 6px; }
.ez-case-outcomes strong { color: var(--ez-cyan); font-size: 26px; line-height: 1; }
.ez-case-outcomes small { color: #afbbcd; font-size: 11px; line-height: 1.4; }
.ez-case .ez-text-link { color: #fff; }
.ez-text-link { color: var(--ez-blue); font-size: 14px; font-weight: 750; text-decoration: none; }
.ez-text-link:hover { text-decoration: underline; }

.ez-about { display: grid; grid-template-columns: .82fr 1.18fr; gap: 0; align-items: stretch; overflow: hidden; padding: 0; border: 0!important; border-radius: 24px; background: var(--ez-navy); color: #fff; box-shadow: 0 28px 70px rgba(3,20,43,.15); }
.ez-portrait { position: relative; min-height: 610px; margin: 0; overflow: hidden; background: #d7e8e5; }
.ez-portrait::after { content: ""; position: absolute; inset: 0; box-shadow: inset -70px 0 80px -70px var(--ez-navy); pointer-events: none; }
.ez-portrait img { height: 100%; min-height: 610px; object-fit: cover; object-position: center 12%; transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.ez-about.is-visible .ez-portrait img { transform: scale(1.018); }
.ez-portrait figcaption { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(3,20,43,.84); color: #fff; backdrop-filter: blur(10px); }
.ez-portrait figcaption strong { color: var(--ez-cyan); font-size: 25px; white-space: nowrap; }
.ez-portrait figcaption span { font-size: 12px; line-height: 1.4; }
.ez-about-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px 64px; }
.ez-about-copy > p:not(.ez-index) { color: #cbd5e5; font-size: 18px; }
.ez-about-copy h2 { margin-bottom: 24px; }
.ez-about-copy blockquote { margin: 28px 0 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--ez-coral); color: #fff; font-size: 19px; line-height: 1.55; }
.ez-signature { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); }
.ez-signature > div { display: flex; flex-direction: column; }
.ez-signature span { color: #9faec3; font-size: 12px; }
.ez-signature .ez-text-link { color: var(--ez-cyan); white-space: nowrap; }

.ez-writing { width: auto; max-width: none; padding-right: max(24px, calc((100vw - var(--ez-max))/2)); padding-left: max(24px, calc((100vw - var(--ez-max))/2)); background: #f5f5f1; }
.ez-title-row { display: grid; grid-template-columns: 1fr 340px; gap: 70px; align-items: end; max-width: none; }
.ez-title-row > div:last-child { color: var(--ez-muted); }
.ez-posts .wp-block-post-template { display: grid!important; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.ez-posts .wp-block-post-template > li { width: auto!important; margin: 0!important; }
.ez-post { height: 100%; overflow: hidden; border: 1px solid rgba(10,25,53,.1); border-radius: 14px; background: #fff; transition: transform .2s, box-shadow .2s; }
.ez-post:hover { transform: translateY(-4px); box-shadow: var(--ez-shadow); }
.ez-post-image { margin: 0!important; overflow: hidden; background: #e8ebef; }
.ez-post-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .35s; }
.ez-post:hover .ez-post-image img { transform: scale(1.025); }
.ez-post-body { padding: 18px 18px 20px; }
.ez-post .wp-block-post-date { margin: 0 0 10px; color: var(--ez-cyan); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ez-post h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.24; letter-spacing: -.018em; }
.ez-post h3 a { text-decoration: none; }
.ez-post h3 a:hover { color: var(--ez-blue); }
.ez-post .wp-block-post-excerpt { margin: 0; color: var(--ez-muted); font-size: 13px; }
.ez-post .wp-block-post-excerpt__excerpt { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.ez-post .wp-block-post-excerpt__more-text { margin: 12px 0 0; }
.ez-post .wp-block-post-excerpt__more-link { color: var(--ez-blue); font-weight: 700; text-decoration: none; }

.ez-contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; margin-top: 70px; margin-bottom: 70px; padding: 56px; border: 1px solid var(--ez-line)!important; border-radius: 24px; background: #fff; box-shadow: var(--ez-shadow); }
.ez-contact h2 { margin: 0 0 20px; font-size: clamp(34px, 3.8vw, 50px); }
.ez-contact-intro > p:not(.ez-index) { color: var(--ez-muted); font-size: 17px; }
.ez-contact-direct { margin-top: 30px!important; padding-top: 20px; border-top: 1px solid var(--ez-line); font-size: 14px!important; }
.ez-contact-direct a { color: var(--ez-blue); font-weight: 700; }
.ez-contact-form { display: flex; flex-direction: column; gap: 20px; }
.ez-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ez-contact-form label { display: flex; flex-direction: column; gap: 8px; color: var(--ez-ink); font-size: 13px; font-weight: 750; }
.ez-contact-form input[type="text"], .ez-contact-form input[type="email"], .ez-contact-form textarea { width: 100%; border: 1px solid rgba(10,25,53,.18); border-radius: 10px; background: #fbfcff; color: var(--ez-ink); font: inherit; font-size: 15px; font-weight: 450; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.ez-contact-form input[type="text"], .ez-contact-form input[type="email"] { height: 48px; padding: 0 14px; }
.ez-contact-form textarea { min-height: 142px; padding: 13px 14px; resize: vertical; }
.ez-contact-form input:focus, .ez-contact-form textarea:focus { border-color: var(--ez-blue); background: #fff; box-shadow: 0 0 0 4px rgba(37,99,244,.1); }
.ez-contact-form .ez-consent { flex-direction: row; align-items: flex-start; gap: 10px; color: var(--ez-muted); font-size: 12px; font-weight: 500; }
.ez-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ez-blue); }
.ez-consent a { color: var(--ez-blue); }
.ez-contact-form .ez-button { align-self: flex-start; border: 0; cursor: pointer; }
.ez-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.ez-form-status { margin: 0; padding: 12px 14px; border-radius: 9px; background: #e9f7f3; color: #11624f; font-size: 13px; }
.ez-form-status[data-state="invalid"], .ez-form-status[data-state="mail"], .ez-form-status[data-state="rate"] { background: #fff1ed; color: #923b29; }

.ez-footer { display: grid; grid-template-columns: 1.5fr .65fr .85fr; gap: 54px; padding: 48px max(24px, calc((100vw - var(--ez-max))/2)) 28px; border-top: 1px solid var(--ez-line); background: var(--ez-paper); }
.ez-brand-footer .ez-logo { width: 204px; }
.ez-footer p { max-width: 330px; color: var(--ez-muted); font-size: 12px; }
.ez-footer-links { display: flex; flex-direction: column; gap: 8px; }
.ez-footer-links a, .ez-footer-links button { padding: 0; border: 0; background: none; color: var(--ez-muted); font: inherit; font-size: 13px; text-align: left; text-decoration: none; cursor: pointer; }
.ez-footer-links a:hover, .ez-footer-links button:hover { color: var(--ez-blue); }
.ez-copyright { grid-column: 1 / -1; margin: 18px 0 0; padding-top: 18px; border-top: 1px solid var(--ez-line); }
.ez-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.ez-socials a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ez-line); border-radius: 50%; color: var(--ez-ink); text-decoration: none; transition: transform .2s, color .2s, border-color .2s, background .2s; }
.ez-socials a:hover { transform: translateY(-2px); border-color: var(--ez-blue); background: #edf2ff; color: var(--ez-blue); }
.ez-socials .dashicons { width: auto; height: auto; font-size: 20px; }

.ez-entry { padding: 90px 24px 120px; }
.ez-entry > h1 { font-size: clamp(45px, 6vw, 76px); line-height: 1; letter-spacing: -.05em; }
.ez-entry p, .ez-entry li { font-size: 18px; }
.ez-entry a { color: var(--ez-blue); }
.ez-article > .wp-block-post-date { color: var(--ez-blue); font-size: 13px; font-weight: 750; text-transform: uppercase; }
.ez-article > .wp-block-post-featured-image { width: 100vw; margin: 42px calc(50% - 50vw); }
.ez-article > .wp-block-post-featured-image img { width: min(calc(100% - 48px), var(--ez-max)); max-height: 680px; margin: auto; border-radius: var(--ez-radius); object-fit: cover; }
.ez-list-post { margin: 0; padding: 42px 0; border-bottom: 1px solid var(--ez-line); }
.ez-list-post h2 { margin: 8px 0; font-size: clamp(27px, 4vw, 42px); line-height: 1.15; }
.ez-list-post h2 a { text-decoration: none; }
.ez-list-post .wp-block-post-excerpt { color: var(--ez-muted); }

.ez-blog-shell { margin: 0; }
.ez-blog-hero { position: relative; width: min(calc(100% - 48px), var(--ez-max)); margin: 46px auto 0; padding: 84px 70px 90px; overflow: hidden; border-radius: 24px; background-color: rgba(3,20,43,.9); background-image: url("../images/hero-system-flow.jpg"); background-position: center; background-size: cover; background-blend-mode: multiply; color: #fff; box-shadow: 0 28px 70px rgba(3,20,43,.17); }
.ez-blog-hero > * { max-width: 760px; margin-right: 0; margin-left: 0; }
.ez-blog-hero h1 { margin: 0; font-size: clamp(52px, 6.2vw, 82px); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.ez-blog-hero .ez-index { color: var(--ez-cyan); }
.ez-blog-lead { margin-top: 26px!important; color: #d7dfec; font-size: 19px; }
.ez-blog-feed { width: min(calc(100% - 48px), var(--ez-max)); margin: 0 auto; padding: 88px 0 120px; }
.ez-blog-grid .wp-block-post-template { display: grid!important; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.ez-blog-grid .wp-block-post-template > li { width: auto!important; margin: 0!important; }
.ez-blog-grid .wp-block-post-template > li:first-child { grid-column: span 2; }
.ez-blog-card { height: 100%; overflow: hidden; border: 1px solid rgba(10,25,53,.1); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(16,32,60,.065); transition: transform .25s, box-shadow .25s, border-color .25s; }
.ez-blog-card:hover { transform: translateY(-5px); border-color: rgba(37,99,244,.3); box-shadow: 0 22px 54px rgba(16,32,60,.13); }
.ez-blog-card-image { margin: 0!important; overflow: hidden; background: #dce4ef; }
.ez-blog-card-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .5s; }
.ez-blog-card:hover .ez-blog-card-image img { transform: scale(1.035); filter: saturate(1.08); }
.ez-blog-card-body { padding: 24px 24px 28px; }
.ez-blog-card .wp-block-post-date { margin: 0 0 12px; color: #0798a8; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ez-blog-card h2 { margin: 0 0 14px; font-size: 25px; line-height: 1.1; letter-spacing: -.028em; }
.ez-blog-card h2 a { text-decoration: none; }
.ez-blog-card .wp-block-post-excerpt { margin: 0; color: var(--ez-muted); font-size: 14px; }
.ez-blog-card .wp-block-post-excerpt__excerpt { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.ez-blog-card .wp-block-post-excerpt__more-text { margin: 18px 0 0; }
.ez-blog-card .wp-block-post-excerpt__more-link { color: var(--ez-blue); font-weight: 750; text-decoration: none; }
.ez-blog-grid .wp-block-post-template > li:first-child .ez-blog-card { display: grid; grid-template-columns: 1.12fr .88fr; background: var(--ez-navy); color: #fff; }
.ez-blog-grid .wp-block-post-template > li:first-child .ez-blog-card-image img { height: 100%; aspect-ratio: auto; }
.ez-blog-grid .wp-block-post-template > li:first-child .ez-blog-card-body { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.ez-blog-grid .wp-block-post-template > li:first-child h2 { font-size: 34px; }
.ez-blog-grid .wp-block-post-template > li:first-child .wp-block-post-excerpt { color: #c7d1df; }
.ez-blog-grid .wp-block-post-template > li:first-child .wp-block-post-excerpt__more-link { color: var(--ez-cyan); }
.ez-pagination { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--ez-line); }
.ez-pagination a { color: var(--ez-blue); font-weight: 700; text-decoration: none; }

.ez-article { max-width: none!important; padding-top: 56px; }
.ez-article-heading { width: min(calc(100% - 48px), 940px); margin: 0 auto; padding: 68px 72px 76px; border-radius: 24px; background: var(--ez-navy); color: #fff; }
.ez-article-heading .ez-index a { color: var(--ez-cyan); text-decoration: none; }
.ez-article-heading h1 { margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: 1; letter-spacing: -.055em; }
.ez-article-heading .wp-block-post-date { margin-top: 26px; color: #b9c5d5; font-size: 13px; }
.ez-article > .ez-article-image { width: min(calc(100% - 48px), 1120px); margin: -34px auto 58px; }
.ez-article > .ez-article-image img { max-height: 650px; border: 8px solid var(--ez-paper); border-radius: 24px; object-fit: cover; box-shadow: var(--ez-shadow); }
.ez-article-content { width: min(calc(100% - 48px), 760px); margin: 0 auto; }
.ez-article-content p, .ez-article-content li { font-size: 18px; line-height: 1.75; }
.ez-article-content h2 { margin-top: 1.8em; font-size: clamp(31px, 4vw, 46px); line-height: 1.1; letter-spacing: -.035em; }
.ez-article-content img { border-radius: 16px; }
.ez-article-back { margin-top: 64px; padding-top: 26px; border-top: 1px solid var(--ez-line); }

.ez-trajectory { width: min(calc(100% - 48px), var(--ez-max)); margin: 0 auto; padding: 54px 0 110px; }
.ez-trajectory-hero { display: grid; grid-template-columns: 1fr 280px; gap: 80px; align-items: end; padding: 74px; border-radius: 24px; background: var(--ez-navy); color: #fff; }
.ez-trajectory-hero h1 { max-width: 820px; margin: 0; font-size: clamp(52px, 6vw, 78px); line-height: 1; letter-spacing: -.055em; }
.ez-trajectory-hero > div > p:last-child { max-width: 760px; margin: 26px 0 0; color: #cbd5e5; font-size: 18px; }
.ez-trajectory-hero aside { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ez-trajectory-hero aside strong, .ez-trajectory-hero aside span { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #dbe5f3; font-size: 12px; }
.ez-trajectory-hero aside strong:nth-child(1) { color: var(--ez-cyan); }
.ez-trajectory-hero aside span:nth-child(2) { color: #8eaaff; }
.ez-trajectory-hero aside strong:nth-child(3) { color: var(--ez-coral); }
.ez-trajectory-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 54px 0 100px; overflow: hidden; border: 1px solid var(--ez-line); border-radius: 18px; background: var(--ez-line); }
.ez-trajectory-metrics div { padding: 30px; background: #fff; }
.ez-trajectory-metrics strong { display: block; margin-bottom: 10px; color: var(--ez-blue); font-size: 40px; line-height: 1; }
.ez-trajectory-metrics span { color: var(--ez-muted); font-size: 13px; }
.ez-trajectory-chapter { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; padding: 90px 0; border-top: 1px solid var(--ez-line); }
.ez-chapter-intro { position: sticky; top: 40px; align-self: start; }
.ez-chapter-intro h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.05; letter-spacing: -.045em; }
.ez-chapter-intro > p:last-child { color: var(--ez-muted); }
.ez-project-list { display: flex; flex-direction: column; gap: 18px; }
.ez-project-list article { padding: 30px; border: 1px solid var(--ez-line); border-radius: 16px; background: rgba(255,255,255,.74); }
.ez-project-meta { margin: 0 0 12px; color: #0798a8; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ez-project-list h3 { margin: 0 0 12px; font-size: 27px; letter-spacing: -.025em; }
.ez-project-list article > p:not(.ez-project-meta) { color: var(--ez-muted); }
.ez-project-list small { color: var(--ez-blue); font-weight: 650; }
.ez-chapter-dark { width: calc(100% + 96px); margin-left: -48px; padding: 90px 48px; border: 0; border-radius: 24px; background: var(--ez-navy); color: #fff; }
.ez-chapter-dark .ez-chapter-intro > p:last-child, .ez-chapter-dark .ez-project-list article > p:not(.ez-project-meta) { color: #becadc; }
.ez-chapter-dark .ez-project-list article { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.ez-trajectory-origin { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 100px 0; border-top: 1px solid var(--ez-line); }
.ez-trajectory-origin h2 { margin: 0; font-size: clamp(38px, 4.6vw, 60px); line-height: 1.04; letter-spacing: -.045em; }
.ez-trajectory-origin > div > p:not(.ez-index) { color: var(--ez-muted); font-size: 17px; }
.ez-trajectory-origin figure { margin: 0; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: var(--ez-shadow); }
.ez-trajectory-origin figure img { aspect-ratio: 4/3; object-fit: cover; }
.ez-trajectory-origin figcaption { padding: 12px 16px; color: var(--ez-muted); font-size: 11px; }
.ez-trajectory-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px 40px; border: 1px solid var(--ez-line); border-radius: 18px; background: #fff; box-shadow: var(--ez-shadow); }
.ez-trajectory-cta p { margin: 0; font-size: 24px; font-weight: 700; letter-spacing: -.02em; }

.ez-motion-ready [data-ez-animate] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .85s cubic-bezier(.2,.8,.2,1); }
.ez-motion-ready [data-ez-animate].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .ez-hero-copy { width: 62%; }
  .ez-hero h1 { font-size: clamp(46px, 6.2vw, 62px); }
  .ez-nav { gap: 18px; }
  .ez-card { min-height: 430px; }
  .ez-case { grid-template-columns: 1fr; }
  .ez-case-image { min-height: 420px; }
  .ez-case-image::after { box-shadow: inset 0 -90px 90px -80px var(--ez-navy); }
  .ez-case-copy { padding: 46px; }
  .ez-about-copy { padding: 46px 42px; }
  .ez-posts .wp-block-post-template { grid-template-columns: repeat(2, 1fr); }
  .ez-contact { gap: 36px; padding: 42px; }
  .ez-blog-grid .wp-block-post-template { grid-template-columns: repeat(2, 1fr); }
  .ez-blog-grid .wp-block-post-template > li:first-child { grid-column: span 2; }
  .ez-trajectory-hero { grid-template-columns: 1fr 210px; gap: 42px; padding: 54px; }
  .ez-trajectory-metrics { grid-template-columns: repeat(2, 1fr); }
  .ez-trajectory-chapter { gap: 40px; }
  .ez-chapter-dark { width: calc(100% + 48px); margin-left: -24px; padding-right: 24px; padding-left: 24px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 72px; }
  .ez-hero-stage { min-height: 720px; border-radius: 0 0 45% 2% / 0 0 4% 2%; }
  .ez-hero-stage::after { background: linear-gradient(180deg, rgba(3,20,43,.92) 0%, rgba(3,20,43,.92) 56%, rgba(3,20,43,.5) 100%); }
  .ez-hero-visual img { object-position: 67% center; opacity: .72; }
  .ez-header { width: calc(100% - 32px); gap: 12px; padding: 17px 0; }
  .ez-logo, .ez-logo-on-dark { width: 184px; }
  .ez-nav { flex: 0 0 auto; margin-left: auto; }
  .ez-nav a:not(.ez-nav-cta) { display: none; }
  .ez-nav-cta { padding: 8px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }
  .ez-hero { width: calc(100% - 32px); min-height: 620px; padding: 50px 0 100px; }
  .ez-hero-copy { width: 100%; }
  .ez-hero h1 { font-size: clamp(42px, 12.3vw, 58px); overflow-wrap: anywhere; }
  .ez-kicker { max-width: 330px; overflow-wrap: anywhere; }
  .ez-lead { font-size: 17px; }
  .ez-actions { align-items: flex-start; flex-direction: column; }
  .ez-main { margin-top: -14px; }
  .ez-section { width: calc(100% - 32px); padding: 68px 0; }
  .ez-card-grid { grid-template-columns: 1fr; }
  .ez-card { min-height: 0; }
  .ez-card h3 { margin-top: 30px; }
  .ez-steps { grid-template-columns: 1fr; gap: 28px; }
  .ez-steps::before { top: 34px; bottom: 34px; left: 34px; right: auto; width: 1px; height: auto; background: linear-gradient(var(--ez-blue), var(--ez-coral), var(--ez-blue)); }
  .ez-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; text-align: left; }
  .ez-step-icon { margin: 0; }
  .ez-steps p { max-width: none; margin-left: 0; }
  .ez-case { min-height: 0; border-radius: 18px; }
  .ez-case-image { min-height: 310px; }
  .ez-case-copy { padding: 30px 24px; }
  .ez-case-copy h2 { font-size: 36px; }
  .ez-case-outcomes { grid-template-columns: 1fr; gap: 18px; }
  .ez-about { grid-template-columns: 1fr; }
  .ez-portrait, .ez-portrait img { min-height: 430px; }
  .ez-portrait::after { box-shadow: inset 0 -70px 70px -65px var(--ez-navy); }
  .ez-portrait figcaption { right: 16px; bottom: 16px; left: 16px; }
  .ez-about-copy { padding: 36px 26px 40px; }
  .ez-about-copy blockquote { font-size: 17px; }
  .ez-signature { align-items: flex-start; flex-direction: column; }
  .ez-writing { width: auto; padding-right: 16px; padding-left: 16px; }
  .ez-title-row { grid-template-columns: 1fr; gap: 20px; }
  .ez-posts .wp-block-post-template { grid-template-columns: 1fr; }
  .ez-contact { grid-template-columns: 1fr; gap: 32px; margin-top: 50px; margin-bottom: 50px; padding: 32px 22px; }
  .ez-form-grid { grid-template-columns: 1fr; }
  .ez-footer { grid-template-columns: 1fr 1fr; padding: 42px 20px 24px; }
  .ez-footer > div:first-child { grid-column: 1 / -1; }
  .ez-copyright { grid-column: 1 / -1; }
  .ez-entry { padding: 64px 20px 90px; }
  .ez-blog-hero { width: calc(100% - 32px); margin-top: 24px; padding: 60px 24px 64px; border-radius: 18px; }
  .ez-blog-hero h1 { font-size: 47px; }
  .ez-blog-feed { width: calc(100% - 32px); padding: 58px 0 90px; }
  .ez-blog-grid .wp-block-post-template { grid-template-columns: 1fr; }
  .ez-blog-grid .wp-block-post-template > li:first-child { grid-column: auto; }
  .ez-blog-grid .wp-block-post-template > li:first-child .ez-blog-card { grid-template-columns: 1fr; }
  .ez-blog-grid .wp-block-post-template > li:first-child .ez-blog-card-image img { height: auto; aspect-ratio: 16/9; }
  .ez-blog-grid .wp-block-post-template > li:first-child h2 { font-size: 28px; }
  .ez-article { padding: 42px 0 90px; }
  .ez-article-heading { width: calc(100% - 32px); padding: 48px 24px 58px; border-radius: 18px; }
  .ez-article-heading h1 { font-size: 45px; overflow-wrap: anywhere; }
  .ez-article > .ez-article-image { width: calc(100% - 32px); margin-bottom: 38px; }
  .ez-article > .ez-article-image img { border-width: 5px; border-radius: 16px; }
  .ez-article-content { width: calc(100% - 40px); }
  .ez-trajectory { width: calc(100% - 32px); padding-top: 30px; }
  .ez-trajectory-hero { grid-template-columns: 1fr; gap: 36px; padding: 46px 24px; border-radius: 18px; }
  .ez-trajectory-hero h1 { font-size: 46px; overflow-wrap: anywhere; }
  .ez-trajectory-hero aside { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .ez-trajectory-hero aside strong, .ez-trajectory-hero aside span { font-size: 9px; }
  .ez-trajectory-metrics { grid-template-columns: 1fr; margin-bottom: 70px; }
  .ez-trajectory-chapter { grid-template-columns: 1fr; gap: 30px; padding: 68px 0; }
  .ez-chapter-intro { position: static; }
  .ez-project-list article { padding: 24px 20px; }
  .ez-chapter-dark { width: calc(100% + 24px); margin-left: -12px; padding: 58px 12px; }
  .ez-trajectory-origin { grid-template-columns: 1fr; gap: 36px; padding: 70px 0; }
  .ez-trajectory-cta { align-items: flex-start; flex-direction: column; padding: 28px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .ez-motion-ready [data-ez-animate] { opacity: 1; transform: none; }
}
