/*
Theme Name: Alpha Insight
Author: Alpha Insight
Description: A modern, editable full-site editing WordPress theme for marketing agencies and professional service companies. Includes a complete homepage, reusable patterns, stock photography, dynamic blog templates, and a secure built-in contact form.
Requires at least: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alpha-insight
Tags: block-patterns, block-styles, blog, custom-logo, custom-menu, featured-images, full-site-editing, one-column, portfolio, wide-blocks
*/

:root {
  --navy: #081a2b;
  --navy-2: #102b42;
  --ink: #13273a;
  --lime: #bdf33d;
  --lime-soft: #e7ffad;
  --aqua: #3cd7c4;
  --cream: #f4f2eb;
  --paper: #ffffff;
  --muted: #647486;
  --line: #dfe5e7;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(7, 25, 43, .16);
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 112px 0; }

.skip-link { position: fixed; left: 12px; top: -50px; z-index: 9999; background: var(--lime); color: var(--navy); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; height: 82px; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,.08); transition: .3s ease; }
.site-header.scrolled { height: 70px; background: rgba(8,26,43,.94); backdrop-filter: blur(14px); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 190px; }
.primary-nav { display: flex; align-items: center; gap: 31px; color: #fff; font-size: .92rem; font-weight: 650; }
.primary-nav > a:not(.button) { opacity: .82; transition: .2s ease; }
.primary-nav > a:not(.button):hover { opacity: 1; color: var(--lime); }
.nav-toggle { display: none; border: 0; padding: 8px; background: transparent; }
.nav-toggle span { width: 25px; height: 2px; display: block; margin: 5px; background: #fff; transition: .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--lime); color: var(--navy); font-weight: 850; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(189,243,61,.22); background: #caff4c; }
.button-small { min-height: 42px; padding-inline: 19px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: #fff; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.dark-link { color: var(--ink); }

.hero { position: relative; min-height: 820px; padding-top: 165px; padding-bottom: 100px; background: var(--navy); color: white; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -250px; top: -250px; box-shadow: 0 0 0 115px rgba(255,255,255,.018), 0 0 0 230px rgba(255,255,255,.015); z-index: -1; }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(60,215,196,.12); filter: blur(80px); left: 35%; bottom: -330px; z-index: -1; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--lime); text-transform: uppercase; letter-spacing: .17em; font-size: .73rem; font-weight: 850; }
.eyebrow span { width: 29px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #267b74; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { margin-top: 23px; max-width: 680px; font-size: clamp(3.15rem, 5.7vw, 6.05rem); font-weight: 800; }
h1 em { display: block; color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 590px; margin: 26px 0 31px; color: rgba(255,255,255,.72); font-size: 1.11rem; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.hero-proof { display: flex; gap: 30px; margin-top: 56px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof div { display: grid; gap: 0; }
.hero-proof strong { color: #fff; font-size: .98rem; }
.hero-proof span { color: rgba(255,255,255,.48); font-size: .76rem; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { position: relative; height: 565px; border-radius: 44px 44px 44px 135px; overflow: hidden; box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(8,26,43,.28)); }
.floating-card { position: absolute; border: 1px solid rgba(255,255,255,.28); background: rgba(12,35,54,.86); backdrop-filter: blur(16px); box-shadow: 0 22px 55px rgba(0,0,0,.25); }
.performance-card { width: 268px; left: -42px; bottom: 34px; padding: 19px 20px 11px; border-radius: 18px; }
.card-label { color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; }
.performance-top { display: flex; align-items: baseline; gap: 10px; margin-top: 7px; }
.performance-top strong { color: var(--lime); font-size: 1.65rem; }
.performance-top span { color: #fff; font-size: .76rem; }
.performance-card svg { width: 100%; margin-top: 6px; }
.insight-card { top: 28px; right: -27px; border-radius: 16px; padding: 13px 16px; display: flex; align-items: center; gap: 11px; }
.insight-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--lime); color: var(--navy); font-weight: 900; font-size: .8rem; }
.insight-card > div:last-child { display: grid; }
.insight-card strong { font-size: .8rem; }
.insight-card span { color: rgba(255,255,255,.5); font-size: .67rem; }

.trust-strip { padding: 25px 0; background: var(--lime); color: var(--navy); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.trust-inner > span { font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; }
.industry-list { display: flex; align-items: center; justify-content: flex-end; gap: 20px; width: 100%; font-weight: 800; font-size: .88rem; }
.industry-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--navy); opacity: .4; }

.about { background: var(--cream); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.about-visual { position: relative; }
.about-visual img { width: 100%; height: 560px; object-fit: cover; border-radius: 24px 120px 24px 24px; box-shadow: var(--shadow); }
.about-stamp { position: absolute; right: -38px; bottom: 35px; width: 155px; height: 155px; border-radius: 50%; background: var(--navy); color: white; display: grid; place-content: center; text-align: center; box-shadow: 0 24px 45px rgba(8,26,43,.22); transform: rotate(-7deg); }
.about-stamp::before { content: ""; position: absolute; inset: 10px; border: 1px dashed rgba(189,243,61,.6); border-radius: inherit; }
.about-stamp strong { color: var(--lime); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.about-stamp span { font-family: Georgia, serif; font-style: italic; font-size: 1.35rem; }
.section-copy h2, .section-head h2 { margin-top: 18px; font-size: clamp(2.4rem, 4.1vw, 4.25rem); }
.section-copy > p { color: var(--muted); font-size: 1.02rem; max-width: 590px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 24px; margin: 30px 0 31px; padding-top: 27px; border-top: 1px solid #d5dad9; font-weight: 750; font-size: .9rem; }
.check-grid span { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; margin-right: 8px; background: var(--lime); font-size: .72rem; }

.services { background: var(--navy); color: white; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 56px; }
.section-head > div { max-width: 720px; }
.section-head > p { max-width: 390px; margin: 0 0 6px; color: rgba(255,255,255,.58); }
.section-head.compact { align-items: center; }
.section-head.compact > p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.service-card { min-height: 330px; padding: 31px; position: relative; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: rgba(255,255,255,.045); transform: translateY(-4px); }
.service-number { position: absolute; top: 25px; right: 26px; color: rgba(255,255,255,.24); font-size: .75rem; }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--lime); color: var(--navy); font-size: 1.35rem; font-weight: 900; }
.service-card h3 { margin-top: 44px; font-size: 1.42rem; }
.service-card p { color: rgba(255,255,255,.55); font-size: .91rem; }
.service-card a { position: absolute; left: 31px; bottom: 28px; display: flex; gap: 8px; color: var(--lime); font-size: .82rem; font-weight: 800; }

.process { background: #fff; }
.process-line { display: grid; grid-template-columns: repeat(5,1fr); position: relative; margin-top: 65px; }
.process-line::before { content: ""; position: absolute; left: 2%; right: 2%; top: 22px; height: 1px; background: var(--line); }
.process-step { position: relative; padding-right: 24px; }
.process-step > span { position: relative; z-index: 1; display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--navy); color: var(--lime); border: 7px solid #fff; outline: 1px solid var(--line); font-size: .68rem; font-weight: 850; }
.process-step h3 { margin: 25px 0 10px; font-size: 1.22rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .86rem; }

.work { background: var(--navy); color: #fff; }
.case-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 22px; }
.case-card { overflow: hidden; border-radius: var(--radius); background: #102b42; border: 1px solid rgba(255,255,255,.1); transition: transform .25s ease; }
.case-card:hover { transform: translateY(-6px); }
.case-image { height: 250px; background-size: cover; background-position: center; }
.case-image-one { background-image: linear-gradient(rgba(8,26,43,.15), rgba(8,26,43,.18)), url('assets/images/hero-team.jpg'); }
.case-abstract { height: 250px; position: relative; overflow: hidden; }
.abstract-one { background: linear-gradient(135deg, #1b4f59, #0d2439); }
.abstract-two { background: linear-gradient(135deg, #a4db2d, #d9ff7d); }
.mini-chart { position: absolute; left: 30px; right: 30px; bottom: 35px; height: 95px; border-left: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.mini-chart::before { content: ""; position: absolute; inset: 0 0 10px 10px; background: linear-gradient(145deg, transparent 0 10%, rgba(189,243,61,.2) 10% 27%, transparent 27% 38%, rgba(189,243,61,.35) 38% 55%, transparent 55% 67%, rgba(189,243,61,.55) 67% 100%); clip-path: polygon(0 88%, 22% 65%, 40% 73%, 62% 35%, 78% 43%, 100% 0, 100% 100%, 0 100%); }
.mini-ring { position: absolute; width: 78px; height: 78px; right: 22px; top: 22px; border: 15px solid rgba(255,255,255,.12); border-top-color: var(--lime); border-radius: 50%; transform: rotate(25deg); }
.dot-grid { position: absolute; inset: 0; background-image: radial-gradient(rgba(8,26,43,.32) 1.5px, transparent 1.5px); background-size: 18px 18px; opacity: .7; }
.growth-arrow { position: absolute; right: 30px; bottom: 10px; font-size: 9rem; line-height: 1; color: var(--navy); font-family: Georgia, serif; }
.case-content { padding: 28px; }
.case-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.case-meta span { padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.65); font-size: .66rem; }
.case-content h3 { margin: 19px 0 25px; font-size: 1.42rem; }
.case-stats { display: flex; gap: 30px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.1); }
.case-stats div { display: grid; }
.case-stats strong { color: var(--lime); font-size: 1.45rem; }
.case-stats span { color: rgba(255,255,255,.46); font-size: .7rem; }
.case-content > a { display: inline-flex; gap: 7px; margin-top: 5px; color: var(--lime); font-size: .82rem; font-weight: 800; }

.testimonial-section { padding: 90px 0; background: var(--lime); color: var(--navy); }
.testimonial-grid { display: grid; grid-template-columns: 110px 1fr 130px; gap: 34px; align-items: center; }
.quote-mark { font-family: Georgia, serif; font-size: 9rem; line-height: .6; opacity: .35; }
blockquote { margin: 0; }
blockquote p { margin: 0; max-width: 850px; font-family: Georgia, serif; font-size: clamp(1.75rem,3.3vw,3rem); font-style: italic; line-height: 1.18; letter-spacing: -.025em; }
blockquote footer { display: grid; margin-top: 27px; font-size: .81rem; }
blockquote footer span { opacity: .62; }
.testimonial-control { display: flex; align-items: center; gap: 8px; font-size: .7rem; font-weight: 900; }
.testimonial-control div { flex: 1; height: 2px; background: rgba(8,26,43,.25); }

.insights { background: var(--cream); }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.article-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 50px rgba(10,35,53,.07); transition: transform .25s ease; }
.article-card:hover { transform: translateY(-5px); }
.article-visual { height: 220px; position: relative; overflow: hidden; display: grid; place-items: center; }
.article-visual span { position: relative; z-index: 1; font-size: 2.35rem; font-weight: 950; letter-spacing: -.04em; }
.visual-strategy { background: var(--navy); color: var(--lime); }
.visual-strategy::before { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(189,243,61,.26); border-radius: 50%; box-shadow: 0 0 0 45px rgba(189,243,61,.05), 0 0 0 90px rgba(189,243,61,.035); }
.visual-brand { background: #3cd7c4; color: var(--navy); }
.visual-brand::before { content: "A"; position: absolute; font-family: Georgia, serif; font-size: 15rem; font-style: italic; color: rgba(255,255,255,.2); transform: rotate(-8deg); }
.visual-data { color: white; background: linear-gradient(135deg,#183d5a,#13273a); }
.visual-data::before { content: ""; position: absolute; inset: 24px; background: repeating-linear-gradient(90deg, transparent 0 22px, rgba(255,255,255,.08) 23px), repeating-linear-gradient(0deg, transparent 0 22px, rgba(255,255,255,.08) 23px); }
.visual-data::after { content: ""; position: absolute; width: 210px; height: 70px; border-top: 7px solid var(--lime); border-radius: 50%; transform: rotate(-13deg); }
.article-copy { padding: 25px 26px 29px; }
.article-copy > span { color: #2e827b; font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.article-copy h3 { margin: 13px 0 24px; font-size: 1.25rem; line-height: 1.25; }
.article-copy a { color: var(--ink); font-size: .8rem; font-weight: 850; }

.contact-section { padding: 110px 0; background: var(--navy); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy h2 { margin: 22px 0; max-width: 520px; font-size: clamp(2.8rem,5vw,5rem); }
.contact-copy > p { max-width: 500px; color: rgba(255,255,255,.58); font-size: 1.04rem; }
.contact-details { display: grid; gap: 6px; margin-top: 40px; }
.contact-details a { color: var(--lime); font-weight: 800; }
.contact-details span { color: rgba(255,255,255,.5); font-size: .88rem; }
.contact-form { padding: 34px; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; font-size: .73rem; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #dbe1e4; border-radius: 10px; background: #f9faf8; padding: 13px 14px; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #67aca4; box-shadow: 0 0 0 3px rgba(60,215,196,.15); }
.contact-form textarea { resize: vertical; }
.form-message { min-height: 20px; margin: 12px 0 0; color: #23776f; text-align: center; font-size: .82rem; font-weight: 800; }

.site-footer { background: #061522; color: white; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: 185px; }
.footer-brand p { max-width: 270px; color: rgba(255,255,255,.45); font-size: .86rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { margin-bottom: 7px; color: var(--lime); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { color: rgba(255,255,255,.52); font-size: .82rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.32); font-size: .72rem; }
.footer-bottom div { display: flex; gap: 20px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-image-wrap { height: 500px; }
  .performance-card { left: -10px; }
  .insight-card { right: -6px; }
  .split-grid { gap: 55px; }
  .about-stamp { right: -18px; }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .case-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .case-featured .case-image { height: 100%; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 30px, 700px); }
  .section-pad { padding: 82px 0; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; top: 70px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: #102b42; border-radius: 16px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 12px 14px; }
  .primary-nav .button { margin-top: 8px; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(3.1rem,11vw,5.1rem); }
  .hero-copy { max-width: 690px; }
  .hero-visual { margin-top: 30px; }
  .hero-image-wrap { height: 520px; }
  .trust-inner { display: grid; justify-items: center; }
  .industry-list { flex-wrap: wrap; justify-content: center; }
  .split-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 620px; }
  .section-head { display: grid; gap: 20px; align-items: start; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .process-line::before { display: none; }
  .case-grid { grid-template-columns: 1fr; }
  .case-featured { grid-column: auto; display: block; }
  .case-featured .case-image { height: 250px; }
  .testimonial-grid { grid-template-columns: 70px 1fr; }
  .testimonial-control { display: none; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .article-visual { height: 100%; min-height: 220px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .section-pad { padding: 70px 0; }
  .site-header { height: 70px; background: rgba(8,26,43,.72); backdrop-filter: blur(12px); }
  .brand img { width: 168px; }
  .hero { padding-top: 112px; padding-bottom: 75px; }
  h1 { font-size: 3.1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-proof { gap: 18px; }
  .hero-proof div { flex: 1; }
  .hero-image-wrap { height: 410px; border-radius: 30px 30px 30px 80px; }
  .performance-card { width: 215px; left: -5px; bottom: 18px; }
  .insight-card { display: none; }
  .industry-list { gap: 9px 13px; }
  .industry-list span { font-size: .76rem; }
  .about-visual img { height: 420px; border-radius: 22px 70px 22px 22px; }
  .about-stamp { width: 125px; height: 125px; right: -4px; bottom: 18px; }
  .check-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 305px; }
  .process-line { grid-template-columns: 1fr; }
  .process-step { display: grid; grid-template-columns: 48px 1fr; column-gap: 15px; padding-right: 0; }
  .process-step > span { grid-row: 1 / 3; }
  .process-step h3 { margin: 3px 0 5px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 0; }
  .quote-mark { font-size: 6rem; }
  .article-card { display: block; }
  .article-visual { height: 190px; min-height: 0; }
  .contact-form { padding: 24px 19px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

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


/* WordPress block-theme compatibility */
body.admin-bar .site-header { top: 32px; }
.wp-site-blocks { overflow: clip; }
.wp-site-blocks > * { margin-block-start: 0; }
main.wp-block-group { margin: 0; }
.wp-block-group.container { width: var(--container); max-width: none; margin-inline: auto; }
.wp-block-image { margin: 0; }
.wp-block-image img { width: 100%; }
.wp-block-buttons { margin: 0; }
.wp-block-button__link { text-decoration: none; }
.wp-block-button .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--lime); color: var(--navy); font-weight: 850; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.wp-block-button .wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(189,243,61,.22); background: #caff4c; }
.wp-block-button.is-style-outline .wp-block-button__link { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.38); }

.site-header { margin: 0; }
.site-header .nav-wrap { width: var(--container); max-width: none; margin-inline: auto; }
.header-brand { flex-shrink: 0; }
.header-brand .wp-block-image { width: 190px; }
.header-brand img { width: 190px; height: auto; }
.site-header .wp-block-navigation { color: #fff; font-size: .92rem; font-weight: 650; }
.site-header .wp-block-navigation__container { gap: 31px; }
.site-header .wp-block-navigation-item__content { color: rgba(255,255,255,.82); }
.site-header .wp-block-navigation-item__content:hover { color: var(--lime); }
.site-header .header-cta .wp-block-navigation-item__content { min-height: 42px; padding: 0 19px; display: inline-flex; align-items: center; border-radius: 999px; background: var(--lime); color: var(--navy); font-weight: 850; }
.site-header .wp-block-navigation__responsive-container.is-menu-open { background: var(--navy-2); color: #fff; padding: 30px; }
.site-header .wp-block-navigation__responsive-container-open,
.site-header .wp-block-navigation__responsive-container-close { color: white; }

.hero-copy p, .section-copy p, .contact-copy p { margin-top: 0; }
.hero-copy .eyebrow, .section-copy .eyebrow, .section-head .eyebrow, .contact-copy .eyebrow { margin-bottom: 0; }
.hero-copy h1 { margin-bottom: 0; }
.hero-actions .wp-block-buttons { display: flex; align-items: center; gap: 27px; }
.hero-image-wrap > .wp-block-image { height: 100%; }
.hero-image-wrap figure, .hero-image-wrap img { height: 100%; }
.hero-image-wrap figure { margin: 0; }
.performance-card p, .insight-card p { margin: 0; }
.performance-card .performance-top { margin-bottom: 0; }

.trust-strip p { margin: 0; }
.industry-list p { margin: 0; }
.about-visual > .wp-block-image { height: 100%; }
.about-visual > .wp-block-image img { height: 100%; object-fit: cover; }
.about-stamp p { margin: 0; }
.check-grid p { margin: 0; }
.service-card p, .service-card h3, .service-card .service-number, .service-card .service-icon { margin-top: 0; }
.service-card .service-link { margin-top: auto; }
.process-step p { margin-top: 0; }
.case-card .wp-block-image.case-image { height: 250px; overflow: hidden; }
.case-card .wp-block-image.case-image img { height: 100%; object-fit: cover; }
.case-content p, .case-content h3 { margin-top: 0; }
.case-meta p, .case-stats p { margin: 0; }
.testimonial-section blockquote { margin: 0; }
.testimonial-section blockquote p { margin-top: 0; }

.alpha-insights-query .wp-block-post-template { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.alpha-insights-query .wp-block-post { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 16px 50px rgba(10,35,53,.07); transition: transform .25s ease; }
.alpha-insights-query .wp-block-post:hover { transform: translateY(-5px); }
.alpha-insights-query .wp-block-post-featured-image { height: 220px; margin: 0; background: var(--navy); }
.alpha-insights-query .wp-block-post-featured-image img { height: 100%; object-fit: cover; }
.alpha-insights-query .post-card-copy { padding: 25px 26px 29px; }
.alpha-insights-query .wp-block-post-date { color: #2e827b; font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.alpha-insights-query .wp-block-post-title { margin: 13px 0 18px; font-size: 1.25rem; line-height: 1.25; }
.alpha-insights-query .wp-block-post-title a { color: var(--ink); }
.alpha-insights-query .wp-block-post-excerpt { color: var(--muted); font-size: .88rem; }
.alpha-insights-query .wp-block-post-excerpt__more-link { color: var(--ink); font-weight: 850; }
.alpha-insights-query .wp-block-query-pagination { margin-top: 40px; }
.alpha-insights-query .wp-block-query-no-results { padding: 30px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); }

.alpha-contact-shortcode { width: 100%; }
.contact-form .form-status { margin: 0 0 18px; padding: 12px 14px; border-radius: 10px; font-size: .84rem; font-weight: 750; }
.contact-form .form-status.success { background: #e7f8ef; color: #176643; }
.contact-form .form-status.error { background: #fff1f1; color: #8b2c2c; }
.contact-form .required { color: #a83b3b; }
.contact-form .hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer .footer-grid, .site-footer .footer-bottom { width: var(--container); max-width: none; margin-inline: auto; }
.site-footer .footer-brand .wp-block-image { width: 185px; }
.site-footer .footer-brand img { width: 185px; height: auto; }
.footer-grid p, .footer-grid h3 { margin: 0; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.52); font-size: .82rem; }
.footer-links a:hover { color: #fff; }
.footer-heading { margin-bottom: 7px !important; color: var(--lime); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom p { margin: 0; }

.inner-hero { padding: 160px 0 85px; background: var(--navy); color: #fff; }
.inner-hero h1 { max-width: 850px; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.content-shell { width: min(860px, calc(100% - 40px)); margin-inline: auto; padding: 90px 0; }
.content-shell.is-wide { width: var(--container); }
.entry-content > * { max-width: 760px; margin-inline: auto; }
.entry-content > .alignwide { max-width: 1160px; }
.entry-content > .alignfull { max-width: none; }
.entry-content p, .entry-content li { font-size: 1.05rem; }
.entry-content a { color: #267b74; text-decoration: underline; }
.post-meta { color: rgba(255,255,255,.58); }
.post-featured { margin: -48px auto 60px; width: min(1060px, calc(100% - 40px)); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.post-featured img { width: 100%; max-height: 620px; object-fit: cover; }
.post-grid .wp-block-post-template { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-grid .wp-block-post { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; }
.post-grid .wp-block-post-featured-image { height: 220px; margin: 0; }
.post-grid .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.post-grid .archive-card-copy { padding: 24px; }
.post-grid .wp-block-post-title { font-size: 1.35rem; }
.wp-block-comments { margin-top: 80px; }
.error-404 { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 140px 20px 80px; }
.error-404 h1 { color: var(--navy); }

/* Editor improvements */
.editor-styles-wrapper { color: var(--ink); }
.editor-styles-wrapper .hero, .editor-styles-wrapper .contact-section, .editor-styles-wrapper .site-footer, .editor-styles-wrapper .site-header { color: #fff; }

@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header .wp-block-navigation__container { gap: 18px; }
  .alpha-insights-query .wp-block-post-template, .post-grid .wp-block-post-template { grid-template-columns: 1fr; }
}
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 560px) {
  .header-brand .wp-block-image, .header-brand img { width: 168px; }
  .site-header .nav-wrap { width: min(100% - 24px, 700px); }
}

/* Serialized block markup adjustments */
.trust-inner > p { margin: 0; font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; }
.process-step > p:first-child { position: relative; z-index: 1; margin: 0; color: inherit; font-size: inherit; }
.process-step > p:first-child span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--navy); color: var(--lime); border: 7px solid #fff; outline: 1px solid var(--line); font-size: .68rem; font-weight: 850; }
.process-step > p:last-child { color: var(--muted); font-size: .86rem; }
.case-content > p:last-child a { display: inline-flex; gap: 7px; margin-top: 5px; color: var(--lime); font-size: .82rem; font-weight: 800; }
.case-stats.wp-block-group > p, p.case-stats { margin: 0; }
.testimonial-section blockquote cite { display: grid; margin-top: 27px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .81rem; font-style: normal; }
.testimonial-section blockquote cite span { opacity: .62; }
.insight-card > p:last-child { display: grid; }
.insight-card > p:last-child strong { font-size: .8rem; }
.insight-card > p:last-child span { color: rgba(255,255,255,.5); font-size: .67rem; }

@media (max-width: 560px) {
  .process-step > p:first-child { grid-row: 1 / 3; }
}
