/*
Theme Name: KubeInfra
Theme URI: https://kubeinfra.cloud/
Author: KubeInfra
Description: A clean WordPress theme for KubeInfra cloud and platform engineering.
Version: 2.0.0
Requires at least: 6.2
Requires PHP: 8.0
Text Domain: kubeinfra
*/

:root {
    --ink: #122033;
    --muted: #607086;
    --line: #dce5ec;
    --paper: #f4f8fa;
    --white: #fff;
    --navy: #071b30;
    --navy-2: #0d2d4c;
    --blue: #1769e0;
    --green: #3bd19d;
    --green-dark: #087c59;
    --radius: 20px;
    --radius-lg: 30px;
    --shadow: 0 25px 65px rgba(7, 27, 48, .14);
    --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
a { color: var(--blue); text-decoration: none; }
img { max-width: 100%; height: auto; }
.site-shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: -80px; left: 16px; padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }
::selection { color: var(--navy); background: #aef1da; }

h1, h2, h3 { margin: 0; color: var(--ink); font-weight: 780; line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 6vw, 5.9rem); }
h2 { font-size: clamp(2.25rem, 4.4vw, 3.7rem); }
h3 { font-size: 1.34rem; }
p { margin-top: 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--green-dark); font-size: .74rem; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 2px; background: currentColor; }
.eyebrow-light { color: #69ddb5; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 229, 236, .9); background: rgba(255, 255, 255, .93); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 1.27rem; font-weight: 850; letter-spacing: -.055em; }
.brand > span:last-child > span { color: var(--blue); }
.brand-mark { position: relative; display: block; width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(145deg, var(--blue), #1698ba); box-shadow: 0 8px 18px rgba(23, 105, 224, .25); transform: rotate(30deg); }
.brand-mark i { position: absolute; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 2px; transform: rotate(-30deg); }
.brand-mark i:nth-child(1) { left: 8px; top: 7px; }
.brand-mark i:nth-child(2) { right: 6px; top: 13px; }
.brand-mark i:nth-child(3) { left: 8px; bottom: 5px; }
.desktop-nav { margin-left: auto; }
.desktop-nav ul { display: flex; gap: 29px; margin: 0; padding: 0; list-style: none; }
.desktop-nav a { color: #33445a; font-size: .9rem; font-weight: 680; }
.desktop-nav a:hover, .desktop-nav .current-menu-item > a { color: var(--blue); }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 11px; padding: 0 23px; color: #fff; background: var(--blue); border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 780; box-shadow: 0 10px 24px rgba(23, 105, 224, .2); transition: transform .2s ease, background .2s ease; }
.button:hover { color: #fff; background: #0b54bd; transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 19px; }
.mobile-nav { display: none; margin-left: auto; }
.mobile-nav summary { display: grid; width: 43px; height: 43px; place-content: center; gap: 5px; cursor: pointer; list-style: none; border: 1px solid var(--line); border-radius: 50%; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 19px; height: 2px; background: var(--ink); }
.mobile-nav nav { position: absolute; top: 67px; right: 18px; left: 18px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.mobile-nav ul { display: grid; gap: 4px; margin: 0 0 16px; padding: 0; list-style: none; }
.mobile-nav li a { display: block; padding: 9px 5px; color: var(--ink); font-weight: 700; }
.mobile-nav .button { width: 100%; color: #fff; }

.hero { position: relative; overflow: hidden; padding: 108px 0 104px; background: radial-gradient(circle at 7% 12%, rgba(59, 209, 157, .11), transparent 27%), radial-gradient(circle at 82% 0, rgba(23, 105, 224, .12), transparent 27%), linear-gradient(180deg, #fcfeff, #f2f7fa); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .38; pointer-events: none; background-image: linear-gradient(rgba(31, 73, 107, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 73, 107, .055) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(#000, transparent 90%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 660px; margin: 26px 0 32px; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.23rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-secondary { color: var(--ink); background: transparent; border-color: #9eafbf; box-shadow: none; }
.button-secondary:hover { color: var(--blue); background: #fff; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #55677c; font-size: .79rem; font-weight: 700; }
.hero-notes span { display: flex; align-items: center; gap: 7px; }
.hero-notes i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(59, 209, 157, .13); }

.platform-card { position: relative; min-height: 495px; overflow: hidden; padding: 28px; color: #d8e7f4; border: 1px solid rgba(104, 173, 219, .25); border-radius: var(--radius-lg); background: linear-gradient(145deg, #071a2d, #0d3153); box-shadow: var(--shadow); }
.platform-card::before { position: absolute; inset: 0; content: ""; opacity: .2; background-image: linear-gradient(rgba(116, 201, 241, .35) 1px, transparent 1px), linear-gradient(90deg, rgba(116, 201, 241, .35) 1px, transparent 1px); background-size: 38px 38px; transform: perspective(500px) rotateX(55deg) scale(1.5) translateY(30%); }
.card-top { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(198, 224, 244, .13); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-top span { display: flex; align-items: center; gap: 8px; }
.card-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px var(--green); }
.card-top small { padding: 5px 9px; color: var(--green); border: 1px solid rgba(59, 209, 157, .3); border-radius: 999px; font-size: .56rem; }
.platform-center { position: relative; display: grid; justify-items: center; padding: 53px 0 45px; text-align: center; }
.core-ring { display: grid; width: 122px; height: 122px; margin-bottom: 20px; place-items: center; border: 1px solid rgba(80, 181, 223, .34); border-radius: 50%; box-shadow: 0 0 0 15px rgba(42, 132, 179, .07), 0 0 0 31px rgba(42, 132, 179, .035); }
.core { display: grid; width: 68px; height: 68px; place-items: center; color: #fff; border: 1px solid rgba(255, 255, 255, .24); border-radius: 18px; background: linear-gradient(145deg, var(--blue), #109c95); box-shadow: 0 15px 35px rgba(23, 105, 224, .35); transform: rotate(30deg); }
.core span { font-size: 1.5rem; font-weight: 850; transform: rotate(-30deg); }
.platform-center strong { color: #fff; font-size: 1.15rem; }
.platform-center p { margin: 4px 0 0; color: #8eadc8; font-size: .73rem; }
.platform-modules { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.platform-modules > div { padding: 13px; border: 1px solid rgba(189, 220, 242, .13); border-radius: 12px; background: rgba(7, 28, 47, .72); }
.platform-modules > div > span { float: left; margin-right: 9px; color: var(--green); }
.platform-modules small, .platform-modules strong { display: block; }
.platform-modules small { color: #7799b6; font-size: .54rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.platform-modules strong { color: #ddecf7; font-size: .68rem; }

.tech-strip { padding: 22px 0; color: #adc3d7; background: var(--navy); }
.tech-strip .site-shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; white-space: nowrap; }
.tech-strip span { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tech-strip i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--green); }

.section { padding: 105px 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.section-heading { max-width: 710px; }
.section-heading > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }
.large-copy { padding-top: 41px; }
.large-copy p { color: var(--muted); font-size: 1.08rem; }
.large-copy p:first-child { color: #34475d; font-size: 1.22rem; }
.centered { margin: 0 auto 52px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:not(.eyebrow) { max-width: 600px; margin-inline: auto; }

.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.service-card { position: relative; min-height: 365px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { box-shadow: 0 18px 38px rgba(18, 45, 70, .08); transform: translateY(-3px); }
.service-icon { display: grid; width: 48px; height: 48px; margin-bottom: 46px; place-items: center; color: var(--blue); border-radius: 14px; background: #eaf3ff; font-size: 1.3rem; }
.card-number { position: absolute; top: 32px; right: 32px; color: #a0afbe; font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.service-card > p:not(.card-number) { max-width: 485px; margin: 13px 0 22px; color: var(--muted); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.service-card li { padding: 6px 10px; color: #40546b; border: 1px solid var(--line); border-radius: 999px; background: #f9fbfc; font-size: .7rem; font-weight: 700; }

.dark-section { position: relative; overflow: hidden; color: #b6cbdd; background: var(--navy); }
.dark-section::after { position: absolute; right: -190px; bottom: -350px; width: 600px; height: 600px; content: ""; border: 1px solid rgba(78, 179, 221, .15); border-radius: 50%; box-shadow: 0 0 0 65px rgba(78, 179, 221, .025), 0 0 0 130px rgba(78, 179, 221, .018); }
.dark-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 90px; margin-bottom: 62px; }
.dark-intro h2, .dark-section h3 { color: #fff; }
.dark-intro > p { margin: 0 0 5px; font-size: 1.04rem; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-grid li { padding: 27px; border: 1px solid rgba(184, 215, 238, .15); border-radius: var(--radius); background: rgba(13, 45, 76, .52); }
.process-grid li > span { display: block; margin-bottom: 51px; color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.process-grid h3 { margin-bottom: 11px; }
.process-grid p { margin: 0; color: #9db5c9; font-size: .88rem; }

.global-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.global-grid > div:last-child > p:not(.eyebrow) { margin: 23px 0 27px; color: var(--muted); font-size: 1.06rem; }
.world-graphic { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius-lg); background: radial-gradient(circle at center, #e4f8f1, #edf5fa 49%, #f8fbfc 70%); }
.world-graphic::after { position: absolute; inset: 40px; content: ""; opacity: .2; border-radius: 50%; background-image: radial-gradient(circle, #1769e0 1px, transparent 1.5px); background-size: 13px 13px; mask-image: radial-gradient(ellipse, #000 30%, transparent 70%); }
.orbit { position: absolute; z-index: 2; left: 50%; top: 50%; border: 1px solid rgba(23, 105, 224, .25); border-radius: 50%; transform: translate(-50%, -50%) rotate(-18deg); }
.orbit-one { width: 76%; height: 40%; }
.orbit-two { width: 47%; height: 78%; transform: translate(-50%, -50%) rotate(55deg); }
.point { position: absolute; z-index: 4; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(59, 209, 157, .18), 0 0 15px var(--green); }
.point-one { right: 18%; top: 43%; }
.point-two { left: 24%; top: 35%; }
.point-three { left: 43%; bottom: 16%; }
.globe-label { position: absolute; z-index: 5; left: 50%; top: 50%; display: grid; width: 74px; height: 74px; place-items: center; color: #fff; border-radius: 22px; background: linear-gradient(145deg, var(--blue), #169e98); box-shadow: 0 16px 35px rgba(23, 105, 224, .24); font-weight: 850; transform: translate(-50%, -50%) rotate(8deg); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 780; }
.text-link span { color: var(--blue); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.cta-section { padding-top: 0; }
.cta-card { display: grid; grid-template-columns: 1.15fr .55fr; align-items: end; gap: 80px; padding: 64px; color: #d4e3ef; border-radius: var(--radius-lg); background: linear-gradient(120deg, #1257bd, #0b7790); }
.cta-card h2 { color: #fff; }
.cta-card p:not(.eyebrow) { max-width: 670px; margin: 19px 0 0; }
.cta-actions { display: grid; gap: 17px; justify-items: start; }
.cta-actions > a:last-child { color: #fff; font-size: .84rem; font-weight: 720; }
.button-white { color: var(--blue); background: #fff; box-shadow: none; }
.button-white:hover { color: var(--blue); background: #edf5ff; }

.page-hero { padding: 88px 0 70px; background: linear-gradient(180deg, var(--paper), #fff); border-bottom: 1px solid var(--line); }
.page-hero-inner { max-width: 820px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.2rem); }
.page-hero p:not(.eyebrow) { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 1.16rem; }
.entry-shell { width: min(800px, calc(100% - 48px)); margin-inline: auto; padding: 82px 0; }
.entry-title { font-size: clamp(2.6rem, 5vw, 4.5rem); }
.entry-meta { margin: 17px 0 0; color: var(--muted); font-size: .8rem; }
.entry-content { margin-top: 34px; color: #35475c; font-size: 1.04rem; }
.entry-content h2 { margin: 1.8em 0 .6em; font-size: 2.25rem; }
.entry-content h3 { margin: 1.7em 0 .5em; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.archive-shell { padding: 84px 0; }
.archive-head { max-width: 720px; margin-bottom: 45px; }
.archive-head h1 { font-size: clamp(2.7rem, 5vw, 4.5rem); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { display: flex; min-height: 275px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.post-card h2 { font-size: 1.45rem; }
.post-card h2 a { color: var(--ink); }
.post-card p { color: var(--muted); }
.post-card .text-link { margin-top: auto; font-size: .84rem; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-grid article { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.value-grid article > span { display: block; margin-bottom: 46px; color: var(--blue); font-size: .68rem; font-weight: 820; letter-spacing: .1em; }
.value-grid h3 { margin-bottom: 12px; }
.value-grid p { margin: 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; align-items: start; }
.contact-copy h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.contact-copy > p:not(.eyebrow) { margin: 21px 0; color: var(--muted); font-size: 1.05rem; }
.contact-email { display: inline-flex; align-items: center; gap: 12px; margin-top: 11px; color: var(--blue); font-size: clamp(1.25rem, 2.6vw, 1.9rem); font-weight: 820; letter-spacing: -.035em; }
.contact-email span { transition: transform .2s ease; }
.contact-email:hover span { transform: translateX(4px); }
.contact-reassurance { max-width: 290px; margin-top: 38px !important; padding-top: 22px; border-top: 1px solid var(--line); color: #41566d !important; font-size: .77rem !important; font-weight: 750; letter-spacing: .015em; }
.contact-form-wrap { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 18px 45px rgba(18, 45, 70, .07); }
.contact-form-intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.contact-form-intro h2 { font-size: clamp(1.8rem, 3.4vw, 2.55rem); }
.contact-form-intro p { max-width: 220px; margin: 0; color: var(--muted); font-size: .86rem; }
.form-note { margin: -7px 0 21px; color: var(--muted); font-size: .76rem; }
.form-note span, .contact-form label > span { color: #c13d4b; }
.contact-form p { margin: 0 0 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 7px; color: #33485f; font-size: .77rem; font-weight: 800; letter-spacing: .01em; }
.contact-form label small { color: var(--muted); font-size: .71rem; font-weight: 650; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #cbd8e2; border-radius: 10px; outline: 0; background: #fbfdfe; font: inherit; font-size: .92rem; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.contact-form textarea { min-height: 145px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8d9cad; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(23, 105, 224, .12); }
.contact-submit { margin-top: 4px; cursor: pointer; font-family: inherit; }
.contact-submit span { font-size: 1.05rem; transition: transform .2s ease; }
.contact-submit:hover span { transform: translateX(3px); }
.form-notice { display: grid; gap: 3px; margin: 0 0 22px; padding: 15px 17px; border: 1px solid; border-radius: 12px; font-size: .85rem; }
.form-notice strong { font-size: .88rem; }
.form-notice-success { color: #086444; border-color: #a9dfc9; background: #edfbf4; }
.form-notice-error { color: #9a2634; border-color: #edb7bf; background: #fff4f5; }
.form-notice a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-panel { padding: 39px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.contact-panel h3 { margin-bottom: 22px; }
.contact-panel ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.contact-panel li { position: relative; padding-left: 27px; color: #42566d; }
.contact-panel li::before { position: absolute; left: 0; content: "✓"; color: var(--green-dark); font-weight: 900; }
.contact-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-meta span { color: var(--ink); font-size: .78rem; font-weight: 750; }
.contact-meta small { display: block; color: var(--muted); font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { margin-top: 95px; padding-top: 69px; color: #9fb5c8; background: #061625; }
.home .site-footer, .page-template-page-about .site-footer, .page-template-page-contact .site-footer { margin-top: 0; }
.footer-main { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; padding-bottom: 55px; }
.brand-light { color: #fff; }
.footer-intro p { max-width: 430px; margin: 21px 0 12px; }
.footer-email { color: #fff; font-weight: 750; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 38px; }
.footer-nav div { display: grid; align-content: start; gap: 8px; }
.footer-nav strong { margin-bottom: 9px; color: #fff; font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-nav a { color: #9fb5c8; font-size: .85rem; }
.footer-nav a:hover, .footer-email:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; padding: 21px 0; border-top: 1px solid rgba(192, 218, 238, .13); font-size: .72rem; }

@media (max-width: 980px) {
    .desktop-nav, .header-cta { display: none; }
    .mobile-nav { display: block; }
    .hero-grid, .global-grid, .cta-card { grid-template-columns: 1fr; }
    .hero-grid { gap: 52px; }
    .dark-intro { grid-template-columns: 1fr; gap: 24px; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .value-grid { grid-template-columns: 1fr; }
    .global-grid { gap: 45px; }
    .world-graphic { min-height: 330px; }
    .cta-card { gap: 34px; }
}

@media (max-width: 700px) {
    body.admin-bar .site-header { top: 46px; }
    .site-shell { width: min(100% - 32px, var(--shell)); }
    .header-inner { min-height: 68px; }
    .hero { padding: 76px 0 72px; }
    h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
    .hero-actions .button { width: 100%; }
    .hero-notes { gap: 12px; }
    .platform-card { min-height: 450px; padding: 22px; }
    .platform-modules { grid-template-columns: 1fr; }
    .platform-center { padding: 45px 0 38px; }
    .tech-strip .site-shell { justify-content: flex-start; overflow-x: auto; }
    .section { padding: 76px 0; }
    .split-grid, .service-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
    .large-copy { padding-top: 0; }
    .service-card { min-height: 340px; padding: 28px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid li > span { margin-bottom: 32px; }
    .world-graphic { min-height: 285px; }
    .cta-card { padding: 38px 27px; }
    .footer-main { grid-template-columns: 1fr; gap: 43px; }
    .footer-bottom { display: grid; gap: 3px; }
    .post-grid { grid-template-columns: 1fr; }
    .contact-form-wrap { padding: 28px 22px; }
    .contact-form-intro { display: block; }
    .contact-form-intro p { margin-top: 10px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 430px) {
    .footer-nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}
