:root {
  --navy: #082d72;
  --navy-dark: #061f50;
  --blue: #087ce1;
  --cyan: #16a7ef;
  --sky: #eaf6ff;
  --ice: #f5f9fd;
  --white: #ffffff;
  --ink: #14233a;
  --muted: #5f6f84;
  --line: #dce8f3;
  --shadow: 0 22px 60px rgba(6, 45, 114, 0.12);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", system-ui, sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-small { padding: 80px 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; }
.skip-link { position: fixed; left: 16px; top: -80px; padding: 12px 18px; background: var(--navy); color: white; z-index: 1000; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-weight: 800; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #8bd5ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 5.6vw, 5.15rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.15rem, 4vw, 3.75rem); margin-bottom: 24px; }
h3 { font-size: 1.4rem; }
p { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; background: linear-gradient(135deg, var(--blue), var(--cyan)); color: white; font-weight: 800; line-height: 1.25; box-shadow: 0 12px 26px rgba(8, 124, 225, .24); transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(8, 124, 225, .32); }
.button:focus-visible, .text-link:focus-visible, .main-nav a:focus-visible, .site-footer a:focus-visible { outline: 3px solid #80d1ff; outline-offset: 4px; }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .88rem; }
.button-light { background: white; color: var(--navy); box-shadow: 0 12px 28px rgba(0, 0, 0, .12); }
.text-link { color: var(--navy); font-weight: 800; }
.text-link span { color: var(--blue); display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220, 232, 243, .8); }
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.brand-name { color: var(--navy); font-size: 1.45rem; font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.brand-name span { color: var(--blue); }
.brand-mark { position: relative; width: 34px; height: 34px; display: block; border: 2px solid rgba(8, 124, 225, .16); border-radius: 50%; }
.brand-mark i { position: absolute; width: 5px; height: 5px; background: var(--blue); border-radius: 50%; }
.brand-mark i:nth-child(1) { left: 0; top: 13px; }
.brand-mark i:nth-child(2) { left: 7px; top: 2px; width: 7px; height: 7px; background: var(--navy); }
.brand-mark i:nth-child(3) { right: 4px; top: 5px; }
.brand-mark i:nth-child(4) { right: 0; bottom: 7px; width: 7px; height: 7px; background: var(--cyan); }
.brand-mark i:nth-child(5) { left: 8px; bottom: 1px; background: var(--navy); }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: .88rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--blue); transition: right .25s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: calc(100vh - 80px); display: flex; align-items: center; background: linear-gradient(135deg, #fff 15%, #f2f9ff 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; }
.hero-copy h1 span { color: var(--blue); }
.hero-copy > p:not(.eyebrow) { max-width: 680px; font-size: 1.05rem; }
.hero-copy .hero-lead { color: var(--ink); font-size: 1.2rem; font-weight: 600; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0; }
.coverage { display: flex; align-items: flex-start; gap: 10px; max-width: 650px; color: var(--muted); font-size: .88rem; }
.coverage-icon { color: var(--blue); font-size: 1.2rem; line-height: 1.4; }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(18, 163, 239, .18), rgba(8, 124, 225, .04) 58%, transparent 68%); }
.pillar-stack { width: min(100%, 410px); position: relative; z-index: 2; }
.pillar-card { height: 132px; padding: 24px 28px; margin: 14px 0; display: flex; align-items: center; gap: 24px; background: rgba(255, 255, 255, .9); border: 1px solid white; border-radius: 26px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.pillar-card:nth-child(2) { transform: translateX(38px) rotate(2deg); background: linear-gradient(135deg, var(--navy), var(--blue)); color: white; }
.pillar-card:nth-child(3) { transform: translateX(4px) rotate(-1deg); }
.pillar-number { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border-radius: 50%; background: var(--sky); color: var(--blue); font-size: .78rem; font-weight: 800; }
.pillar-card:nth-child(2) .pillar-number { background: rgba(255, 255, 255, .14); color: white; }
.pillar-card strong, .pillar-card div span { display: block; line-height: 1.06; }
.pillar-card strong { font-size: .87rem; text-transform: uppercase; letter-spacing: .12em; opacity: .7; }
.pillar-card div span { font-size: 1.85rem; font-weight: 800; letter-spacing: -.04em; }
.experience-seal { position: absolute; z-index: 3; bottom: 26px; right: 0; width: 128px; height: 128px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--white); box-shadow: var(--shadow); border: 1px solid var(--line); }
.experience-seal strong { color: var(--blue); font-size: 2rem; line-height: 1; }
.experience-seal span { color: var(--muted); font-size: .75rem; line-height: 1.2; }
.hero-orbit { position: absolute; border: 1px solid rgba(8, 124, 225, .12); border-radius: 50%; }
.orbit-one { width: 160px; height: 160px; left: -70px; bottom: 5%; }
.orbit-two { width: 44px; height: 44px; right: 6%; top: 12%; background: rgba(18, 163, 239, .1); }

.social-connect { position: relative; background: white; }
.social-connect-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; padding: 38px 42px; border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 22px 60px rgba(6, 45, 114, .09); }
.social-connect-copy h2 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.social-connect-copy > p:last-child { margin-bottom: 0; }
.social-network-grid { display: grid; gap: 12px; }
.social-network { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 16px; min-height: 78px; padding: 10px 18px 10px 10px; border: 1px solid var(--line); border-radius: 20px; background: var(--ice); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.social-network:hover { transform: translateX(5px); border-color: transparent; box-shadow: 0 14px 32px rgba(6, 45, 114, .13); }
.social-network:focus-visible, .footer-social:focus-visible { outline: 3px solid #80d1ff; outline-offset: 4px; }
.social-network-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; color: white; }
.social-network-icon svg { width: 29px; height: 29px; fill: currentColor; }
.social-network.instagram .social-network-icon { background: linear-gradient(145deg, #833ab4, #fd1d1d 55%, #fcb045); }
.social-network.linkedin .social-network-icon { background: #0a66c2; }
.social-network.youtube .social-network-icon { background: #ff0000; }
.social-network-text strong, .social-network-text small { display: block; }
.social-network-text strong { color: var(--ink); font-size: 1rem; line-height: 1.25; }
.social-network-text small { margin-top: 3px; color: var(--muted); font-size: .76rem; line-height: 1.25; }
.social-arrow { color: var(--blue); font-size: 1.3rem; font-weight: 800; }

.positioning { background: var(--navy-dark); color: white; }
.positioning-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 60px; align-items: start; }
.positioning h2 { color: white; }
.positioning h2 span { color: #6ccaff; }
.positioning p { color: #c9d7e9; }
.positioning strong { color: white; }
.positioning-grid > div { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.positioning-grid > div h2 { grid-column: 1 / -1; }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.wide { max-width: 850px; }
.section-heading > p:last-child { font-size: 1.08rem; }
.three-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card { min-height: 350px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.info-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.info-card.featured { background: var(--sky); border-color: transparent; }
.card-index { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 50%; background: var(--navy); color: white; font-size: .78rem; font-weight: 800; }
.info-card.featured .card-index { background: var(--blue); }
.info-card p { flex: 1; }
.info-card a { color: var(--navy); font-weight: 800; font-size: .9rem; }
.info-card a span { color: var(--blue); }

.audiences { background: var(--ice); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.split-intro p { font-size: 1.05rem; }
.split-intro .button { margin-top: 16px; }
.topic-list { background: white; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.topic-list div { display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: center; min-height: 86px; padding: 17px 25px; border-bottom: 1px solid var(--line); }
.topic-list div:last-child { border-bottom: 0; }
.topic-list span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--blue); background: var(--sky); font-size: .75rem; font-weight: 800; }
.topic-list p { margin: 0; color: var(--ink); font-weight: 700; line-height: 1.4; }

.business { background: white; }
.business-panel { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 76px; padding: 70px; border-radius: 36px; color: white; background: linear-gradient(140deg, var(--navy-dark), var(--navy) 60%, #076cbf); overflow: hidden; box-shadow: 0 30px 80px rgba(6, 31, 80, .22); }
.business-panel::after { content: ""; position: absolute; width: 380px; height: 380px; right: -180px; top: -160px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255, 255, 255, .03), 0 0 0 100px rgba(255, 255, 255, .02); }
.business h2 { color: white; }
.business p { color: #cbd8e8; }
.business-steps { position: relative; z-index: 1; display: grid; gap: 14px; }
.business-steps div { padding: 24px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .13); border-radius: 18px; backdrop-filter: blur(10px); }
.business-steps span { color: white; font-weight: 800; }
.business-steps p { margin: 6px 0 0; font-size: .9rem; line-height: 1.55; }

.solutions { background: var(--ice); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.solution-card { padding: 34px; min-height: 275px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.solution-card:nth-child(3n) { border-right: 0; }
.solution-card:nth-child(n+4) { border-bottom: 0; }
.solution-card > span { display: inline-flex; margin-bottom: 34px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.solution-card h3 { margin-bottom: 14px; }
.solution-card p { margin: 0; font-size: .92rem; }
.technology-note { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 26px 6px 0; }
.technology-note p { margin: 0; font-size: .85rem; }
.technology-note div { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.technology-note span { padding: 7px 12px; border: 1px solid var(--line); background: white; border-radius: 999px; color: var(--navy); font-size: .77rem; font-weight: 800; }

.training-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.department-cloud { min-height: 420px; position: relative; border-radius: 50%; border: 1px solid var(--line); background: radial-gradient(circle, var(--sky), white 65%); }
.department-cloud::before, .department-cloud::after { content: ""; position: absolute; border: 1px dashed rgba(8, 124, 225, .2); border-radius: 50%; inset: 16%; }
.department-cloud::after { inset: 33%; }
.department-cloud span { position: absolute; z-index: 1; padding: 9px 15px; background: white; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); box-shadow: 0 8px 20px rgba(8, 45, 114, .08); font-size: .82rem; font-weight: 800; }
.department-cloud span:nth-child(1) { top: 10%; left: 36%; }
.department-cloud span:nth-child(2) { top: 27%; right: 6%; }
.department-cloud span:nth-child(3) { top: 48%; right: 23%; }
.department-cloud span:nth-child(4) { bottom: 14%; right: 18%; }
.department-cloud span:nth-child(5) { bottom: 8%; left: 23%; }
.department-cloud span:nth-child(6) { top: 50%; left: 4%; }
.department-cloud span:nth-child(7) { top: 22%; left: 7%; }
.department-cloud span:nth-child(8) { top: 40%; left: 38%; background: var(--navy); color: white; border-color: var(--navy); }

.responsibility { background: var(--navy); color: white; }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.responsibility h2 { color: white; }
.responsibility p { color: #cbd8e8; }
.principles { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.principles li { padding: 8px 13px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 999px; color: white; font-size: .78rem; font-weight: 700; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.about-visual { position: relative; min-height: 500px; display: grid; place-items: center; border-radius: 36px; background: var(--sky); overflow: hidden; }
.about-visual p { position: relative; z-index: 2; max-width: 310px; color: var(--navy); font-size: 2rem; line-height: 1.18; text-align: center; }
.about-visual p span, .about-visual p strong { display: block; }
.about-visual p span { color: var(--blue); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; }
.about-circle { position: absolute; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--cyan)); opacity: .95; }
.circle-a { width: 150px; height: 150px; left: -45px; top: -30px; }
.circle-b { width: 60px; height: 60px; right: 14%; top: 12%; }
.circle-c { width: 230px; height: 230px; right: -100px; bottom: -90px; }
.about-copy > p:not(.eyebrow) { font-size: 1.03rem; }
.about-copy .statement { color: var(--blue) !important; font-size: 2rem !important; font-weight: 800; letter-spacing: -.04em; }

.manifesto { padding: 120px 0; background: #061b43; color: white; }
.manifesto-inner > p { margin: 0; color: white; font-size: clamp(2.2rem, 6vw, 5.2rem); line-height: 1.06; font-weight: 800; letter-spacing: -.055em; }
.manifesto-inner > p:nth-child(2) { color: #56bdf6; }
.manifesto-inner > div { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 70px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .16); }
.manifesto-inner strong { font-size: 2rem; letter-spacing: -.05em; }
.manifesto-inner strong span { color: var(--cyan); }
.manifesto-inner small { color: #a9bdd5; }

.contact { background: white; }
.contact-panel { padding: 76px; text-align: center; border-radius: 36px; background: linear-gradient(135deg, #087ce1, #075cb3 70%, #082d72); box-shadow: 0 30px 80px rgba(8, 95, 181, .22); }
.contact-panel h2 { max-width: 820px; margin-inline: auto; color: white; }
.contact-panel > p:not(.eyebrow) { max-width: 720px; margin: 0 auto; color: #d9edff; font-size: 1.05rem; }
.contact-actions { display: flex; justify-content: center; align-items: center; gap: 26px; margin-top: 34px; }
.email-link { color: white; font-weight: 800; }

.site-footer { padding: 70px 0 28px; background: #041631; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .8fr; gap: 80px; }
.footer-brand { margin-bottom: 18px; }
.footer-brand .brand-name { color: white; font-size: 1.85rem; }
.site-footer p { max-width: 400px; color: #9fb2c9; font-size: .9rem; }
.site-footer .footer-coverage { font-size: .77rem; }
.site-footer nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: #c4d1df; font-size: .88rem; }
.footer-contact > a:first-child { color: white; font-weight: 700; }
.footer-socials { display: grid; gap: 9px; width: 100%; margin-top: 18px; }
.footer-social { display: flex; align-items: center; gap: 11px; min-height: 44px; padding: 8px 12px; border: 1px solid #29405f; border-radius: 12px; color: white; font-size: .8rem; font-weight: 800; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.footer-social:hover { transform: translateX(3px); background: #102947; border-color: #41658f; }
.footer-social svg { width: 22px; height: 22px; flex: none; fill: currentColor; }
.footer-social.instagram svg { color: #f44775; }
.footer-social.linkedin svg { color: #63b3ff; }
.footer-social.youtube svg { color: #ff4b4b; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 54px; padding-top: 24px; border-top: 1px solid #1c3454; color: #7f96b1; font-size: .75rem; }
.footer-bottom div { display: flex; gap: 22px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; font-size: .78rem; font-weight: 800; box-shadow: 0 14px 30px rgba(16, 83, 51, .28); transition: transform .2s ease; }
.whatsapp-float:hover { transform: scale(1.06); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .main-nav { gap: 16px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .business-panel { padding: 54px; gap: 46px; }
  .solution-card { padding: 26px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .section-small { padding: 64px 0; }
  .header-inner { height: 70px; }
  .main-nav { position: fixed; inset: 70px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { display: block; padding: 12px 4px; }
  .main-nav .button { margin-top: 12px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-grid, .split-layout, .business-panel, .training-grid, .responsibility-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 30px; }
  .hero-copy { text-align: center; }
  .hero-copy > p:not(.eyebrow), .coverage { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 470px; }
  .social-connect-inner { grid-template-columns: 1fr; gap: 30px; }
  .positioning-grid { grid-template-columns: 1fr; gap: 22px; }
  .positioning-grid > div { grid-template-columns: 1fr; }
  .positioning-grid > div h2 { grid-column: auto; }
  .three-columns { grid-template-columns: 1fr; }
  .info-card { min-height: 280px; }
  .card-index { margin-bottom: 28px; }
  .business-panel { padding: 45px 30px; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .solution-card:nth-child(2n) { border-right: 0; }
  .solution-card:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .solution-card:nth-child(n+5) { border-bottom: 0; }
  .technology-note { align-items: flex-start; flex-direction: column; }
  .technology-note div { justify-content: flex-start; }
  .department-cloud { min-height: 380px; }
  .about-visual { min-height: 360px; }
  .manifesto { padding: 90px 0; }
  .contact-panel { padding: 58px 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  h1 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .brand-name { font-size: 1.25rem; }
  .brand-mark { width: 30px; height: 30px; }
  .hero { padding-top: 48px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 420px; }
  .social-connect-inner { padding: 28px 18px; }
  .social-network { grid-template-columns: 50px 1fr auto; gap: 12px; min-height: 70px; padding-right: 14px; }
  .social-network-icon { width: 50px; height: 50px; border-radius: 14px; }
  .social-network-icon svg { width: 25px; height: 25px; }
  .social-network-text small { font-size: .7rem; }
  .pillar-card { height: 112px; padding: 20px; }
  .pillar-card:nth-child(2) { transform: translateX(12px) rotate(2deg); }
  .pillar-card div span { font-size: 1.55rem; }
  .experience-seal { width: 106px; height: 106px; right: 5px; bottom: 8px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card, .solution-card:nth-child(2n), .solution-card:nth-child(3n), .solution-card:nth-child(n+5) { border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-card:last-child { border-bottom: 0; }
  .training-grid, .responsibility-grid, .about-grid, .split-layout { gap: 52px; }
  .department-cloud { min-height: 345px; }
  .department-cloud span { font-size: .69rem; padding: 7px 10px; }
  .department-cloud span:nth-child(2) { right: 1%; }
  .manifesto-inner > div { align-items: flex-start; flex-direction: column; margin-top: 50px; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 8px; }
}
