/*
Theme Name: ICE MENA Group
Theme URI: https://ice-mena.com/
Author: ICE MENA Group
Author URI: https://ice-mena.com/
Description: A modern, responsive group website theme for ICE MENA Group and its four specialist companies.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ice-mena-group
Tags: business, corporate, one-page, accessibility-ready, custom-logo, custom-menu, featured-images, translation-ready
*/

:root {
  --ice-ink: #0b1733;
  --ice-ink-2: #10234c;
  --ice-navy: #152a57;
  --ice-blue: #1b64d8;
  --ice-cyan: #3dd9d0;
  --ice-aqua: #b9fff5;
  --ice-orange: #ff9c5b;
  --ice-gold: #ffcf75;
  --ice-paper: #f7f9fc;
  --ice-white: #ffffff;
  --ice-muted: #6f7d96;
  --ice-line: #dfe6f1;
  --ice-shadow: 0 24px 60px rgba(16, 35, 76, 0.12);
  --ice-radius: 26px;
  --ice-radius-sm: 16px;
  --ice-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ice-ink);
  background: var(--ice-paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body, button, input, textarea, select { font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ice-blue); }
button, input, textarea, select { font: inherit; }
button, .button { cursor: pointer; }
::selection { background: var(--ice-cyan); color: var(--ice-ink); }

.skip-link {
  position: absolute; left: -9999px; top: 12px; z-index: 10000;
  padding: 10px 16px; background: var(--ice-white); color: var(--ice-ink);
}
.skip-link:focus { left: 12px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; overflow: hidden; position: absolute !important; word-wrap: normal !important; }
.screen-reader-text:focus { clip: auto !important; clip-path: none; height: auto; width: auto; left: 5px; top: 5px; padding: 15px 23px 14px; background: var(--ice-white); color: var(--ice-ink); z-index: 100000; }

.container { width: min(var(--ice-max), calc(100% - 48px)); margin-inline: auto; }
.site-main { overflow: clip; }
.section { padding: 112px 0; position: relative; }
.section--tight { padding: 74px 0; }
.section--dark { color: var(--ice-white); background: var(--ice-ink); }
.section--blue { color: var(--ice-white); background: linear-gradient(135deg, var(--ice-ink) 0%, #183f8c 100%); }
.section__intro { max-width: 720px; margin-bottom: 48px; }
.section__intro--center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px;
  color: var(--ice-blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; border-radius: 99px; }
.section--dark .eyebrow, .section--blue .eyebrow { color: var(--ice-cyan); }
.section-title { margin: 0 0 18px; max-width: 760px; font-size: clamp(2.2rem, 4.7vw, 4.4rem); line-height: 1.02; letter-spacing: -.055em; }
.section-title--small { font-size: clamp(2rem, 3.5vw, 3.2rem); }
.section-copy { margin: 0; color: var(--ice-muted); font-size: 18px; }
.section--dark .section-copy, .section--blue .section-copy { color: rgba(255,255,255,.72); }

.site-header { position: relative; z-index: 30; background: var(--ice-white); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-branding { display: flex; align-items: center; gap: 12px; min-width: 0; }
.custom-logo-link { display: block; max-width: 152px; }
.custom-logo { max-height: 48px; width: auto; }
.wordmark { display: inline-flex; flex-direction: column; line-height: 1; }
.wordmark__main { color: var(--ice-ink); font-size: 24px; font-weight: 900; letter-spacing: -.06em; }
.wordmark__sub { margin-top: 5px; color: var(--ice-blue); font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.main-navigation ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.main-navigation a { color: var(--ice-ink); font-size: 14px; font-weight: 700; }
.main-navigation a:hover { color: var(--ice-blue); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; padding: 10px; border: 0; border-radius: 12px; background: transparent; color: var(--ice-ink); }
.menu-toggle svg { width: 25px; height: 25px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; letter-spacing: -.015em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { color: inherit; transform: translateY(-2px); }
.button--primary { color: var(--ice-ink); background: var(--ice-cyan); box-shadow: 0 12px 25px rgba(61,217,208,.2); }
.button--primary:hover { color: var(--ice-ink); background: var(--ice-aqua); box-shadow: 0 16px 32px rgba(61,217,208,.28); }
.button--light { color: var(--ice-ink); background: var(--ice-white); }
.button--light:hover { color: var(--ice-ink); background: var(--ice-aqua); }
.button--outline { color: var(--ice-ink); border-color: var(--ice-line); background: transparent; }
.button--outline:hover { color: var(--ice-ink); border-color: var(--ice-blue); background: rgba(27,100,216,.04); }
.button--outline-light { color: var(--ice-white); border-color: rgba(255,255,255,.28); background: transparent; }
.button--outline-light:hover { color: var(--ice-white); border-color: var(--ice-cyan); background: rgba(255,255,255,.08); }
.button--small { min-height: 42px; padding-inline: 17px; font-size: 14px; }
.button__arrow { font-size: 18px; line-height: 1; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; color: var(--ice-white); background: radial-gradient(circle at 76% 20%, rgba(61,217,208,.26), transparent 31%), radial-gradient(circle at 20% 80%, rgba(255,156,91,.14), transparent 28%), linear-gradient(128deg, #071229 0%, #0c1e43 48%, #1a3f87 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero::after { content: ""; position: absolute; width: 46vw; height: 46vw; right: -15vw; bottom: -25vw; border: 1px solid rgba(61,217,208,.3); border-radius: 50%; box-shadow: 0 0 0 58px rgba(61,217,208,.04), 0 0 0 118px rgba(61,217,208,.03); }
.hero .container { position: relative; z-index: 1; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 80px; }
.hero__copy { max-width: 690px; }
.hero .eyebrow { color: var(--ice-cyan); }
.hero__title { margin: 0 0 24px; max-width: 780px; font-size: clamp(3.25rem, 7vw, 7.2rem); line-height: .91; letter-spacing: -.075em; }
.hero__title em { color: var(--ice-cyan); font-style: normal; }
.hero__copy > p:not(.eyebrow) { max-width: 580px; margin: 0 0 32px; color: rgba(255,255,255,.76); font-size: 19px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__visual { position: relative; min-height: 420px; }
.hero-orbit { position: absolute; inset: 20px 0 0 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: rotate(-15deg); }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(61,217,208,.34); border-radius: 50%; }
.hero-orbit::before { inset: 12% -6%; transform: rotate(63deg); }
.hero-orbit::after { inset: -3% 13%; transform: rotate(-52deg); }
.hero-card { position: absolute; display: flex; align-items: flex-start; gap: 14px; width: 205px; padding: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; color: var(--ice-white); background: rgba(255,255,255,.095); box-shadow: 0 30px 80px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.hero-card svg { flex: 0 0 auto; width: 25px; height: 25px; color: var(--ice-cyan); }
.hero-card strong { display: block; font-size: 15px; line-height: 1.1; }
.hero-card span { display: block; margin-top: 5px; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.3; }
.hero-card--tech { top: 13%; right: 6%; }
.hero-card--marketing { top: 48%; left: 0; }
.hero-card--training { right: 0; bottom: 1%; }
.hero-card--hr { left: 20%; bottom: 20%; }
.hero-stat-bar { position: absolute; right: 0; bottom: -7px; left: 0; display: flex; gap: 34px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-stat strong { display: block; color: var(--ice-white); font-size: 24px; line-height: 1; }
.hero-stat span { display: block; margin-top: 7px; color: rgba(255,255,255,.55); font-size: 12px; }

.trust-strip { background: var(--ice-white); border-bottom: 1px solid var(--ice-line); }
.trust-strip__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 0; }
.trust-strip__label { color: var(--ice-muted); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.trust-strip__items { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; border: 1px solid var(--ice-line); border-radius: 99px; color: var(--ice-navy); background: var(--ice-paper); font-size: 12px; font-weight: 800; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat-card { padding: 25px; border: 1px solid var(--ice-line); border-radius: var(--ice-radius-sm); background: var(--ice-white); }
.stat-card__number { color: var(--ice-blue); font-size: 42px; font-weight: 900; line-height: 1; letter-spacing: -.07em; }
.stat-card__label { margin-top: 10px; color: var(--ice-muted); font-size: 13px; }

.split { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.split__visual { position: relative; min-height: 460px; }
.visual-panel { position: absolute; overflow: hidden; border-radius: var(--ice-radius); background: var(--ice-ink); box-shadow: var(--ice-shadow); }
.visual-panel--main { inset: 0 12% 15% 0; background: radial-gradient(circle at 80% 20%, rgba(61,217,208,.5), transparent 31%), linear-gradient(135deg, #122653, #09152f); }
.visual-panel--main::before { content: ""; position: absolute; inset: 18% 14%; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transform: rotate(20deg); box-shadow: 0 0 0 38px rgba(61,217,208,.06), 0 0 0 79px rgba(61,217,208,.04); }
.visual-panel--main::after { content: ""; position: absolute; right: 17%; bottom: 19%; width: 86px; height: 86px; border-radius: 24px; background: linear-gradient(135deg, var(--ice-cyan), var(--ice-blue)); transform: rotate(16deg); box-shadow: 0 18px 50px rgba(61,217,208,.27); }
.visual-panel--small { right: 0; bottom: 0; width: 54%; min-height: 190px; padding: 23px; color: var(--ice-white); background: linear-gradient(135deg, var(--ice-orange), #df5f56); }
.visual-panel--small strong { display: block; max-width: 160px; font-size: 22px; line-height: 1.05; letter-spacing: -.04em; }
.visual-panel--small span { display: block; max-width: 170px; margin-top: 12px; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.35; }
.visual-panel__tag { position: absolute; top: 24px; left: 24px; padding: 8px 11px; border-radius: 99px; color: var(--ice-ink); background: var(--ice-cyan); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; margin-bottom: 16px; color: var(--ice-ink-2); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; top: 0; left: 0; width: 20px; height: 20px; border-radius: 50%; color: var(--ice-ink); background: var(--ice-cyan); font-size: 12px; font-weight: 900; line-height: 20px; text-align: center; }

.company-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.company-card { position: relative; overflow: hidden; min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border-radius: var(--ice-radius); color: var(--ice-white); background: var(--ice-ink); box-shadow: 0 18px 40px rgba(11,23,51,.12); }
.company-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; top: -80px; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.035), 0 0 0 68px rgba(255,255,255,.025); }
.company-card--tech { background: linear-gradient(145deg, #0b1733, #0f4e93); }
.company-card--marketing { background: linear-gradient(145deg, #40214d, #c64d70); }
.company-card--training { background: linear-gradient(145deg, #123e49, #159f9c); }
.company-card--hr { background: linear-gradient(145deg, #5d3027, #e27b4c); }
.company-card__head, .company-card__foot { position: relative; z-index: 1; }
.company-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; background: rgba(255,255,255,.13); }
.company-card__icon svg { width: 26px; height: 26px; }
.company-card h3 { margin: 0 0 12px; color: var(--ice-white); font-size: 32px; line-height: 1; letter-spacing: -.055em; }
.company-card p { max-width: 390px; margin: 0; color: rgba(255,255,255,.78); font-size: 15px; }
.company-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 34px; }
.company-card__link { display: inline-flex; align-items: center; gap: 9px; color: var(--ice-white); font-size: 13px; font-weight: 800; }
.company-card__link:hover { color: var(--ice-cyan); }
.company-card__link span { font-size: 19px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 220px; padding: 26px; border: 1px solid var(--ice-line); border-radius: var(--ice-radius-sm); background: var(--ice-white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { border-color: rgba(27,100,216,.25); box-shadow: var(--ice-shadow); transform: translateY(-5px); }
.service-card__number { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-bottom: 28px; border-radius: 10px; color: var(--ice-blue); background: #e9f1ff; font-size: 12px; font-weight: 900; }
.service-card h3 { margin: 0 0 9px; font-size: 20px; line-height: 1.1; letter-spacing: -.04em; }
.service-card p { margin: 0; color: var(--ice-muted); font-size: 14px; }

.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.outcome { padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--ice-radius-sm); background: rgba(255,255,255,.07); }
.outcome strong { display: block; margin-bottom: 7px; color: var(--ice-white); font-size: 18px; }
.outcome span { display: block; color: rgba(255,255,255,.67); font-size: 13px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.process-item { position: relative; }
.process-item:not(:last-child)::after { content: "→"; position: absolute; top: 18px; right: -19px; color: var(--ice-cyan); font-size: 23px; }
.process-item__number { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 22px; border: 1px solid rgba(61,217,208,.4); border-radius: 50%; color: var(--ice-cyan); font-weight: 900; }
.process-item h3 { margin: 0 0 9px; color: var(--ice-white); font-size: 19px; }
.process-item p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }

.cta-panel { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 52px 58px; border-radius: var(--ice-radius); color: var(--ice-white); background: radial-gradient(circle at 82% 20%, rgba(61,217,208,.3), transparent 32%), linear-gradient(120deg, #0b1733, #1c56a7); box-shadow: var(--ice-shadow); }
.cta-panel::after { content: ""; position: absolute; right: -80px; bottom: -180px; width: 450px; height: 450px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.035); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 660px; margin: 0; color: var(--ice-white); font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.06em; }
.cta-panel p { max-width: 600px; margin: 14px 0 0; color: rgba(255,255,255,.7); }
.cta-panel__actions { flex: 0 0 auto; display: flex; flex-wrap: wrap; gap: 10px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-list { margin: 30px 0 0; padding: 0; list-style: none; }
.contact-list li { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-list svg { flex: 0 0 auto; width: 21px; height: 21px; color: var(--ice-blue); }
.contact-list strong { display: block; font-size: 14px; }
.contact-list span, .contact-list a { display: block; color: var(--ice-muted); font-size: 14px; }
.contact-form { padding: 34px; border: 1px solid var(--ice-line); border-radius: var(--ice-radius); background: var(--ice-white); box-shadow: var(--ice-shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-field { margin-bottom: 17px; }
.form-field label { display: block; margin-bottom: 7px; color: var(--ice-ink); font-size: 13px; font-weight: 800; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid var(--ice-line); border-radius: 12px; padding: 13px 14px; color: var(--ice-ink); background: #fbfcfe; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--ice-blue); box-shadow: 0 0 0 4px rgba(27,100,216,.1); }
.form-message { margin: 0 0 18px; padding: 12px 14px; border-radius: 12px; color: #165b35; background: #e8f8ed; font-size: 14px; }
.form-error { color: #9d2727; background: #fff0f0; }

.page-hero { padding: 100px 0 82px; color: var(--ice-white); background: linear-gradient(120deg, var(--ice-ink), #2150a2); }
.page-hero .section-title { max-width: 900px; }
.breadcrumbs { margin-bottom: 24px; color: rgba(255,255,255,.6); font-size: 13px; }
.breadcrumbs a { color: var(--ice-cyan); }
.entry-content { max-width: 840px; margin-inline: auto; }
.entry-content h2, .entry-content h3 { color: var(--ice-ink); line-height: 1.1; letter-spacing: -.04em; }
.entry-content h2 { margin-top: 48px; font-size: 34px; }
.entry-content h3 { margin-top: 32px; font-size: 24px; }
.entry-content p, .entry-content li { color: var(--ice-muted); }
.entry-content a { color: var(--ice-blue); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { margin: 26px 0; border-radius: var(--ice-radius-sm); }

.site-footer { color: rgba(255,255,255,.66); background: var(--ice-ink); }
.footer-main { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 50px; padding: 76px 0 60px; }
.site-footer .wordmark__main { color: var(--ice-white); }
.site-footer .wordmark__sub { color: var(--ice-cyan); }
.footer-brand p { max-width: 320px; margin: 18px 0 0; font-size: 14px; }
.footer-title { margin: 0 0 18px; color: var(--ice-white); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-menu, .footer-contact { margin: 0; padding: 0; list-style: none; }
.footer-menu li, .footer-contact li { margin-bottom: 10px; font-size: 14px; }
.footer-contact li { line-height: 1.45; }
.footer-contact strong { display: inline-block; margin-bottom: 2px; color: var(--ice-white); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.footer-menu a:hover, .footer-contact a:hover { color: var(--ice-cyan); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.footer-bottom p { margin: 0; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: var(--ice-white); font-size: 12px; font-weight: 800; }
.social-links a:hover { border-color: var(--ice-cyan); color: var(--ice-cyan); }

.alignwide { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.alignfull { width: 100%; }
.wp-block-button__link { border-radius: 999px; }
.wp-caption { max-width: 100%; }
.gallery-caption { display: block; }
.sticky { display: block; }
.bypostauthor { display: block; }

@media (max-width: 1100px) {
  .hero__grid { gap: 40px; }
  .hero__title { font-size: clamp(3.2rem, 8vw, 5.7rem); }
  .footer-main { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .main-navigation { display: none; position: absolute; top: 82px; right: 0; left: 0; padding: 18px 24px 24px; border-top: 1px solid var(--ice-line); background: var(--ice-white); box-shadow: var(--ice-shadow); }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { align-items: stretch; flex-direction: column; gap: 0; }
  .main-navigation a { display: block; padding: 12px 0; }
  .menu-toggle { display: inline-flex; }
  .header-actions .button { display: none; }
  .hero { min-height: auto; padding: 90px 0 110px; }
  .hero__grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero__visual { max-width: 600px; width: 100%; margin-inline: auto; }
  .split__visual { max-width: 600px; width: 100%; margin-inline: auto; order: 2; }
  .split__copy { order: 1; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 26px; }
  .process-item:nth-child(2)::after { display: none; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 42px 32px; }
}

@media (max-width: 620px) {
  .container, .alignwide { width: min(100% - 32px, var(--ice-max)); }
  .header-inner { min-height: 72px; }
  .main-navigation { top: 72px; }
  .wordmark__main { font-size: 21px; }
  .wordmark__sub { font-size: 8px; }
  .hero { padding: 72px 0 92px; }
  .hero__title { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero__copy > p:not(.eyebrow) { font-size: 17px; }
  .hero__visual { min-height: 355px; transform: scale(.88); transform-origin: center left; margin-bottom: -48px; }
  .hero-card { width: 170px; padding: 15px; }
  .hero-card--tech { right: 0; }
  .hero-card--marketing { left: 0; }
  .hero-card--training { right: 0; }
  .hero-card--hr { left: 13%; }
  .hero-stat-bar { gap: 17px; }
  .hero-stat strong { font-size: 19px; }
  .hero-stat span { font-size: 10px; }
  .trust-strip__inner { align-items: flex-start; flex-direction: column; }
  .company-grid, .service-grid, .form-row { grid-template-columns: 1fr; }
  .company-card { min-height: 300px; padding: 26px; }
  .company-card h3 { font-size: 28px; }
  .stats-grid, .outcome-grid, .process-grid { grid-template-columns: 1fr; }
  .process-item:not(:last-child)::after { display: none; }
  .contact-form { padding: 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px 22px; padding: 56px 0 42px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}


/* Floating WhatsApp contact button. */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 3px solid var(--ice-white);
  border-radius: 50%;
  color: var(--ice-white);
  background: #25d366;
  box-shadow: 0 14px 32px rgba(10, 54, 29, .28), 0 0 0 5px rgba(37, 211, 102, .14);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: var(--ice-white);
  background: #1fbd5b;
  box-shadow: 0 18px 38px rgba(10, 54, 29, .34), 0 0 0 7px rgba(37, 211, 102, .18);
  transform: translateY(-4px) scale(1.04);
}
.whatsapp-float__icon { width: 31px; height: 31px; }

.contact-list .contact-premises span { margin-top: 5px; }

@media (max-width: 620px) {
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .whatsapp-float__icon { width: 28px; height: 28px; }
}
