:root {
    --red: #ee1b24;
    --red-dark: #c70e17;
    --ink: #111;
    --paper: #f5f2ed;
    --white: #fff;
    --muted: #595959;
    --line: rgba(17, 17, 17, .13);
    --shadow: 0 24px 70px rgba(0, 0, 0, .13);
    --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font-family: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .hero-card strong, .price { font-family: "Oswald", sans-serif; }
h2 { margin-bottom: 0; font-size: clamp(2.55rem, 5vw, 4.8rem); font-weight: 600; line-height: 1.02; letter-spacing: -.035em; text-transform: uppercase; }
h3 { line-height: 1.15; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.nav-wrap { display: flex; min-height: 88px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand-logo-frame { position: relative; display: block; width: 150px; height: 68px; overflow: hidden; }
.brand-logo { position: absolute; top: 50%; left: 50%; width: 440px; max-width: none; height: auto; transform: translate(-50%, -50%); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { padding: 32px 0 27px; border-bottom: 3px solid transparent; }
.site-nav > a:not(.nav-cta):hover, .site-nav > a:not(.nav-cta):focus-visible { border-color: var(--red); }
.nav-cta { padding: 12px 20px; background: var(--red); border-radius: var(--radius); }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--red-dark); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; color: inherit; background: transparent; border: 1px solid rgba(255, 255, 255, .35); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; }

.hero { position: relative; min-height: 820px; color: #fff; background: #0e0e0e url("../images/vila-corporate-hero.webp") center/cover no-repeat; overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 5, 5, .94), rgba(5, 5, 5, .78) 46%, rgba(5, 5, 5, .28) 78%, rgba(5, 5, 5, .62)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 70px; align-items: end; min-height: 820px; padding: 155px 0 135px; }
.hero-copy { max-width: 850px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--red); font-size: .77rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ff5a61; }
.hero h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.6rem, 6.4vw, 6.5rem); font-weight: 600; line-height: .92; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px #fff; }
.hero-lead { max-width: 680px; margin-bottom: 34px; color: rgba(255, 255, 255, .82); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 55px; align-items: center; justify-content: center; gap: 12px; padding: 14px 24px; border: 0; border-radius: var(--radius); cursor: pointer; font-size: .92rem; font-weight: 700; line-height: 1.2; transition: transform .18s, background .18s, color .18s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover, .button-primary:focus-visible { background: var(--red-dark); }
.button-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .55); background: rgba(0, 0, 0, .22); }
.button-ghost:hover, .button-ghost:focus-visible { color: #111; background: #fff; }
.button-light { color: #111; background: #fff; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 31px 0 0; color: rgba(255, 255, 255, .84); font-size: .92rem; list-style: none; }
.hero-points i { margin-right: 6px; color: var(--red); }
.hero-card { align-self: center; padding: 30px; margin-top: 90px; color: #fff; background: rgba(15, 15, 15, .85); border-top: 4px solid var(--red); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-card-label { display: block; color: rgba(255, 255, 255, .65); font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-card strong { display: block; margin: 20px 0 -5px; color: var(--red); font-size: 6.5rem; line-height: .85; }
.hero-card-unit { font: 1.35rem "Oswald", sans-serif; text-transform: uppercase; }
.hero-card p { margin: 20px 0; color: rgba(255, 255, 255, .76); font-size: .94rem; }
.hero-card a { font-size: .9rem; font-weight: 700; }
.hero-card a i { margin-left: 6px; color: var(--red); }
.branch-strip { padding: 28px 0; color: #fff; background: #111; }
.branch-inner { display: flex; align-items: center; gap: 22px; }
.branch-inner > span { color: rgba(255, 255, 255, .46); font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.branch-inner strong { font-size: .96rem; }
.branch-inner i { width: 5px; height: 5px; background: var(--red); border-radius: 50%; }
.branch-inner p { margin: 0 0 0 auto; color: rgba(255, 255, 255, .66); font-size: .88rem; }

.section-heading > p:last-child, .programmes .section-heading > p:last-child { max-width: 680px; margin: 23px auto 0; color: var(--muted); }
.intro { background: linear-gradient(180deg, #fff 0%, #faf9f7 100%); }
.intro-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 110px); align-items: end; margin-bottom: 52px; }
.intro-head .section-heading { max-width: 690px; }
.intro-head h2 { font-size: clamp(2.8rem, 4.5vw, 4.4rem); }
.intro-summary { padding-bottom: 5px; }
.intro-summary p { margin-bottom: 21px; color: var(--muted); font-size: 1.05rem; }
.intro-summary a { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; font-size: .84rem; font-weight: 700; border-bottom: 2px solid var(--red); }
.intro-summary a i { color: var(--red); transition: transform .2s ease; }
.intro-summary a:hover i { transform: translateX(4px); }
.intro-showcase { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.intro-photo { position: relative; min-height: 530px; color: #fff; background: linear-gradient(180deg, rgba(0, 0, 0, .05) 30%, rgba(0, 0, 0, .88) 100%), url("../images/vila-team-building.webp") center/cover no-repeat; overflow: hidden; }
.intro-photo-badge { position: absolute; top: 25px; left: 25px; padding: 9px 13px; color: #fff; background: rgba(17, 17, 17, .82); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.intro-photo-copy { position: absolute; right: 34px; bottom: 34px; left: 34px; z-index: 1; }
.intro-photo-copy span { display: block; margin-bottom: 9px; color: #ff6e74; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.intro-photo-copy strong { font: 600 clamp(1.8rem, 3.1vw, 3rem)/1.08 "Oswald", sans-serif; text-transform: uppercase; }
.benefit-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.benefit-grid article { display: grid; grid-template: "meta title" auto "meta description" auto / 48px minmax(0, 1fr); min-height: 125px; align-content: center; column-gap: 20px; padding: 22px 26px; background: #fff; box-shadow: 0 8px 26px rgba(0, 0, 0, .055); transition: transform .22s ease, box-shadow .22s ease; }
.benefit-grid article:hover { box-shadow: 0 14px 32px rgba(0, 0, 0, .085); transform: translateX(3px); }
.benefit-meta { grid-area: meta; display: grid; align-content: center; gap: 9px; margin: 0; }
.benefit-meta span { color: var(--red); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-align: center; }
.benefit-meta i { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: .95rem; }
.benefit-grid h3 { grid-area: title; align-self: end; margin: 0 0 5px; font: 700 1.12rem/1.3 "DM Sans", sans-serif; }
.benefit-grid p { grid-area: description; align-self: start; max-width: 440px; margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }

.programmes { background: var(--paper); }
.centered { max-width: 820px; margin: 0 auto 50px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.programme-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; perspective: 1200px; }
.programme-card { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; display: flex; min-height: 440px; align-items: flex-end; padding: 36px; color: #fff; background: #111; box-shadow: 0 12px 30px rgba(0, 0, 0, .08); isolation: isolate; overflow: hidden; transform-origin: center; }
.programme-card::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(180deg, transparent 15%, rgba(0, 0, 0, .9) 90%); pointer-events: none; }
.programme-card-image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.programme-number { position: absolute; top: 26px; right: 28px; z-index: 2; color: transparent; font: 3rem "Oswald", sans-serif; -webkit-text-stroke: 1px rgba(255, 255, 255, .75); }
.programme-card > div { position: relative; z-index: 2; max-width: 430px; }
.programme-card p { margin-bottom: 8px; color: #ff6e74; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.programme-card h3 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.7rem); text-transform: uppercase; }
.programme-card div > span { display: block; color: rgba(255, 255, 255, .82); font-size: .95rem; line-height: 1.6; }

@media (hover: hover) and (pointer: fine) {
    .programme-card.reveal.visible:hover { z-index: 2; box-shadow: 0 22px 46px rgba(0, 0, 0, .18); transform: perspective(950px) translateY(-5px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.008); }
}

.packages { color: #fff; background: #111; }
.packages-top { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.packages-top > p { margin: 0; color: rgba(255, 255, 255, .72); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { position: relative; padding: 38px 32px 34px; color: #111; background: #fff; border-top: 5px solid #dedbd6; }
.price-card.featured { border-color: var(--red); }
.popular { position: absolute; top: 0; right: 22px; padding: 7px 12px; color: #fff; background: var(--red); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.price-head p { margin-bottom: 3px; color: var(--red); font-size: .68rem; font-weight: 700; letter-spacing: .18em; }
.price-head h3 { margin-bottom: 8px; font-size: 2rem; text-transform: uppercase; }
.price-head > span { display: block; min-height: 45px; color: var(--muted); font-size: .9rem; }
.price { padding: 25px 0; margin: 25px 0; font-size: 2.1rem; line-height: 1; border-block: 1px solid var(--line); }
.price small, .price span { font-family: "DM Sans", sans-serif; font-size: .72rem; }
.price span { color: var(--muted); font-weight: 400; }
.price-card ul { min-height: 138px; padding: 0; margin: 0 0 27px; list-style: none; }
.price-card li { display: flex; gap: 9px; margin-bottom: 12px; color: #4f4f4f; font-size: .9rem; }
.price-card li i { margin-top: 5px; color: var(--red); }
.price-card > a { font-size: .88rem; font-weight: 700; }
.price-card > a i { margin-left: 7px; color: var(--red); }
.team-package { display: grid; grid-template-columns: 1fr auto auto; gap: 45px; align-items: center; padding: 38px 42px; margin-top: 22px; background: var(--red); }
.team-package .eyebrow { margin-bottom: 10px; color: rgba(255, 255, 255, .7); }
.team-package h3 { margin-bottom: 8px; font-size: 2rem; text-transform: uppercase; }
.team-package p:last-child { max-width: 660px; margin: 0; color: rgba(255, 255, 255, .84); font-size: .94rem; }
.team-price { display: grid; min-width: 145px; line-height: 1.1; }
.team-price span, .team-price small { color: rgba(255, 255, 255, .7); font-size: .68rem; text-transform: uppercase; }
.team-price strong { margin: 5px 0; font: 1.8rem "Oswald", sans-serif; }
.package-note { margin: 17px 0 0; color: rgba(255, 255, 255, .62); font-size: .82rem; text-align: center; }

.process .section-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.process .section-heading .eyebrow { margin-bottom: 8px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { position: relative; min-height: 300px; padding: 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article > span { position: absolute; top: 18px; right: 24px; color: #dedede; font: 3.2rem "Oswald", sans-serif; }
.process-grid article > i { display: grid; width: 58px; height: 58px; margin-bottom: 48px; place-items: center; color: #fff; background: var(--red); font-size: 1.2rem; }
.process-grid h3 { margin-bottom: 9px; font-size: 1.65rem; text-transform: uppercase; }
.process-grid p { margin: 0; color: var(--muted); font-size: .95rem; }

.why-vila { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.why-image { position: relative; min-height: 570px; background: linear-gradient(145deg, #1c1c1c, #050505); overflow: hidden; }
.why-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.why-stamp { position: absolute; bottom: 0; left: 0; display: flex; align-items: center; gap: 14px; padding: 22px 26px; color: #fff; background: var(--red); }
.why-stamp strong { font: 3.2rem/.8 "Oswald", sans-serif; }
.why-stamp span { font-size: .67rem; font-weight: 700; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.why-copy > p:not(.eyebrow) { margin: 25px 0 34px; color: var(--muted); }
.why-copy ul { padding: 0; margin: 0; list-style: none; }
.why-copy li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 19px 0; border-top: 1px solid var(--line); }
.why-copy li > i { display: grid; width: 45px; height: 45px; place-items: center; color: var(--red); background: #fff; }
.why-copy li div { display: grid; gap: 3px; }
.why-copy li strong { font-size: .95rem; }
.why-copy li span { color: var(--muted); font-size: .9rem; }

.contact-section { position: relative; color: #fff; background: #090909; overflow: hidden; }
.contact-section::before { position: absolute; top: -240px; left: -170px; width: 540px; height: 540px; content: ""; border: 100px solid rgba(238, 27, 36, .14); border-radius: 50%; }
.contact-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.contact-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: rgba(255, 255, 255, .74); }
.contact-copy ul { padding: 0; margin: 0; list-style: none; }
.contact-copy li { margin-bottom: 10px; color: rgba(255, 255, 255, .86); font-size: .92rem; }
.contact-copy li i { margin-right: 9px; color: var(--red); }
.demo-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 38px; color: #111; background: #fff; box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; }
.field.wide, .demo-form .wide { grid-column: 1/-1; }
.field label { font-size: .75rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 12px; color: #111; background: #f7f7f7; border: 1px solid #d9d9d9; border-radius: 0; outline: none; }
.field textarea { min-height: 82px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: #fff; border-color: var(--red); box-shadow: 0 0 0 3px rgba(238, 27, 36, .12); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--red); }
.errorlist { padding: 0; margin: 0; color: #b20d15; font-size: .76rem; list-style: none; }
.form-status { margin: -4px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; text-align: center; }
.form-error { padding: 11px 14px; color: #9f1017; background: #fff0f1; }
.form-confirmation { display: flex; min-height: 480px; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(38px, 6vw, 70px); color: #111; background: #fff; box-shadow: var(--shadow); }
.confirmation-icon { display: grid; width: 68px; height: 68px; margin-bottom: 28px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 1.35rem; }
.form-confirmation .eyebrow { margin-bottom: 14px; }
.form-confirmation h3 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.25rem); text-transform: uppercase; }
.form-confirmation > p:not(.eyebrow) { max-width: 580px; margin-bottom: 28px; color: var(--muted); font-size: 1rem; }

.scroll-top { position: fixed; right: 24px; bottom: 24px; z-index: 30; display: grid; width: 48px; height: 48px; padding: 0; place-items: center; color: #fff; background: var(--red); border: 0; border-radius: 50%; box-shadow: 0 12px 30px rgba(0, 0, 0, .24); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.scroll-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.scroll-top:hover, .scroll-top:focus-visible { background: var(--red-dark); transform: translateY(-3px); }
.scroll-top:focus-visible { outline: 3px solid rgba(238, 27, 36, .3); outline-offset: 3px; }

.site-footer { padding: 55px 0 25px; color: #fff; background: #030303; border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 40px; align-items: center; padding-bottom: 42px; }
.footer-grid > p { max-width: 420px; margin: 0; color: rgba(255, 255, 255, .62); font-size: .88rem; }
.footer-grid nav { display: flex; justify-content: flex-end; gap: 22px; font-size: .78rem; }
.footer-grid nav a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: rgba(255, 255, 255, .52); border-top: 1px solid rgba(255, 255, 255, .08); font-size: .78rem; }
.footer-bottom b { margin: 0 6px; color: var(--red); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s, transform .6s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.programme-card.reveal { transition: opacity .6s ease, transform .4s cubic-bezier(.2, .75, .2, 1), box-shadow .4s ease; }
.programme-card.reveal.is-tilting { transition: opacity .6s ease, transform .12s ease-out, box-shadow .3s ease; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .button, .programme-card.reveal, .benefit-grid article { transition: none; }
    .programme-card.reveal.visible:hover { transform: none; }
    .benefit-grid article:hover { transform: none; }
}

@media (max-width: 1020px) {
    .site-nav { gap: 19px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-card { display: none; }
    .pricing-grid { grid-template-columns: 1fr; }
    .price-card { display: grid; grid-template-columns: .7fr .7fr 1fr; gap: 28px; align-items: center; }
    .price, .price-card ul { min-height: 0; margin: 0; }
    .price-card > a { grid-column: 3; }
    .team-package { grid-template-columns: 1fr auto; }
    .team-package .button { grid-column: 1/-1; }
}

@media (max-width: 820px) {
    .section { padding: 82px 0; }
    .menu-toggle { display: block; }
    .site-nav { position: absolute; top: 88px; right: 20px; left: 20px; display: none; align-items: stretch; gap: 0; padding: 10px 20px 20px; color: #fff; background: #101010; box-shadow: var(--shadow); }
    .site-nav.open { display: grid; }
    .site-nav > a:not(.nav-cta) { padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
    .nav-cta { margin-top: 14px; text-align: center; }
    .hero, .hero-grid { min-height: 760px; }
    .hero-grid { padding: 150px 0 120px; }
    .branch-inner { flex-wrap: wrap; }
    .branch-inner p { width: 100%; margin: 0; }
    .intro-head, .intro-showcase, .packages-top, .process .section-heading, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
    .intro-showcase { gap: 18px; }
    .programme-card { min-height: 390px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid article { min-height: auto; }
    .price-card { display: block; }
    .price, .price-card ul { margin: 25px 0; }
    .why-image { max-width: 580px; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .footer-grid nav { justify-content: flex-start; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 28px, 1180px); }
    .brand-logo-frame { width: 130px; height: 59px; }
    .brand-logo { width: 381px; }
    .hero h1 { font-size: clamp(3rem, 14vw, 4.15rem); }
    .hero h1 em { -webkit-text-stroke-width: 1px; }
    .hero-actions, .hero-points { display: grid; }
    .hero-points { gap: 8px; }
    .branch-inner i, .branch-inner > span { display: none; }
    .branch-inner { display: grid; gap: 5px; }
    .benefit-grid, .programme-grid { grid-template-columns: 1fr; }
    .intro-photo { min-height: 450px; }
    .benefit-grid article { min-height: auto; }
    .benefit-meta { margin: 0; }
    .programme-card { min-height: 410px; padding: 28px; }
    .team-package { grid-template-columns: 1fr; gap: 26px; padding: 30px 26px; }
    .team-package .button { grid-column: auto; }
    .why-image { min-height: 450px; }
    .demo-form { grid-template-columns: 1fr; padding: 28px 22px; }
    .field.wide, .demo-form .wide { grid-column: auto; }
    .scroll-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
    .footer-grid nav { flex-wrap: wrap; }
    .footer-bottom { display: grid; gap: 8px; }
}
