:root {
  --navy: #092a42;
  --navy-2: #0d3855;
  --blue: #1587c9;
  --blue-dark: #0b6da9;
  --purple: #6857c7;
  --cyan: #5bc5e8;
  --ink: #122231;
  --muted: #5f6f7d;
  --line: #dce6ed;
  --soft: #f3f8fb;
  --white: #ffffff;
  --success: #147d53;
  --error: #b42318;
  --shadow: 0 18px 50px rgba(9, 42, 66, 0.12);
  --shadow-sm: 0 10px 30px rgba(9, 42, 66, 0.08);
  --radius: 18px;
  --radius-lg: 30px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { margin: 0 0 18px; color: var(--navy); line-height: 1.12; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.1rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.22rem; }
p { margin: 0 0 18px; color: var(--muted); }
ul { margin: 0; padding: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 900px; }
.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--navy); color: var(--white); overflow: hidden; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: #bed0dc; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.topbar { background: #061d2d; color: #cfe2ed; font-size: .88rem; }
.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; gap: 24px; }
.topbar a:hover { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(220,230,237,.75); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 24px rgba(9,42,66,.08); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 150px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: .94rem; }
.primary-nav > a:not(.button) { position: relative; padding: 30px 0; color: #2f4759; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 22px; height: 2px; transform: scaleX(0); background: var(--blue); transition: transform .2s ease; transform-origin: left; }
.primary-nav > a:hover::after, .primary-nav > a.active::after { transform: scaleX(1); }
.primary-nav > a.active { color: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .2s; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--blue); border-radius: 12px; background: linear-gradient(135deg, var(--blue), var(--purple)); color: var(--white); font-weight: 800; line-height: 1.2; box-shadow: 0 10px 24px rgba(21,135,201,.24); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(21,135,201,.3); }
.button-small { min-height: 44px; padding-inline: 18px; border-radius: 10px; }
.button-outline { background: transparent; border-color: rgba(255,255,255,.55); box-shadow: none; }
.button-outline:hover { background: rgba(255,255,255,.08); }
.button-outline-dark { background: transparent; color: var(--navy); border-color: var(--navy); box-shadow: none; }
.button-secondary { background: var(--navy); border-color: var(--navy); box-shadow: 0 10px 24px rgba(9,42,66,.18); }
.button-light { background: var(--white); color: var(--navy); border-color: var(--white); box-shadow: none; }
.button-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); box-shadow: none; }
.button-block { width: 100%; }
.text-link { color: var(--blue-dark); font-weight: 800; }
.text-link:hover { text-decoration: underline; }
.text-link-light { color: #8bd9f2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--blue-dark); font-size: .79rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow-light { color: #82d8f1; }
.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, #071d2d 0%, #0b3551 55%, #173866 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .4; }
.hero-orb-one { width: 440px; height: 440px; right: -130px; top: -180px; background: radial-gradient(circle, var(--purple), transparent 70%); }
.hero-orb-two { width: 500px; height: 500px; left: 38%; bottom: -330px; background: radial-gradient(circle, var(--cyan), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; padding-block: 85px; }
.hero h1 { color: var(--white); max-width: 760px; }
.hero-lead { max-width: 720px; color: #c8dbe6; font-size: 1.17rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; list-style: none; color: #d8e8ef; font-size: .92rem; font-weight: 700; }
.hero-points li { position: relative; padding-left: 20px; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; color: #6dd7a5; }
.hero-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.hero-card-main { width: min(100%, 430px); min-height: 330px; padding: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.05)); backdrop-filter: blur(20px); box-shadow: 0 40px 90px rgba(0,0,0,.25); color: var(--white); }
.hero-card-main > span:nth-of-type(2) { color: #bcd3df; font-size: .9rem; }
.hero-card-main > strong { display: block; margin: 26px 0 30px; font-size: 2.15rem; line-height: 1.15; }
.status-dot { display: inline-block; width: 10px; height: 10px; margin-right: 8px; border-radius: 50%; background: #68dea5; box-shadow: 0 0 0 7px rgba(104,222,165,.12); }
.hero-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-mini-grid span { padding: 14px 15px; border-radius: 12px; background: rgba(255,255,255,.1); color: #e5f2f7; font-weight: 800; }
.floating-card { position: absolute; padding: 13px 17px; border-radius: 12px; background: var(--white); color: var(--navy); font-weight: 900; font-size: .88rem; box-shadow: var(--shadow); }
.floating-card-top { right: -10px; top: 55px; }
.floating-card-bottom { left: -10px; bottom: 55px; }
.trust-strip { position: relative; z-index: 3; margin-top: -25px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.trust-grid > div { padding: 25px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); }
.trust-grid span { color: var(--muted); font-size: .88rem; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #afd7eb; box-shadow: var(--shadow-sm); }
.service-card img, .icon-badge { width: 62px; height: 62px; object-fit: contain; margin-bottom: 24px; }
.icon-badge { display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, #dff5fc, #e9e4ff); color: var(--navy); font-weight: 900; }
.service-card p { min-height: 104px; }
.service-card a { color: var(--blue-dark); font-weight: 800; }
.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.split-grid-light { color: var(--ink); }
.image-frame { position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-frame img { width: 100%; min-height: 430px; object-fit: cover; }
.image-caption { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 18px 20px; border-radius: 14px; background: rgba(6,29,45,.9); color: var(--white); backdrop-filter: blur(10px); }
.image-caption strong, .image-caption span { display: block; }
.image-caption span { color: #bed0dc; font-size: .87rem; }
.steps { display: grid; gap: 24px; margin-top: 34px; }
.steps > div { display: grid; grid-template-columns: 50px 1fr; gap: 16px; }
.steps > div > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: rgba(91,197,232,.13); color: #8bd9f2; font-weight: 900; }
.steps h3 { margin: 0 0 5px; }
.steps p { margin: 0; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.industry-card { min-height: 270px; padding: 28px; border-radius: var(--radius); background: var(--soft); border: 1px solid transparent; }
.industry-card:hover { border-color: #c8e4f0; background: var(--white); box-shadow: var(--shadow-sm); }
.industry-card > span, .value-card > span { display: block; margin-bottom: 35px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.accordion { display: grid; gap: 14px; }
.accordion details { border: 1px solid var(--line); border-radius: 14px; background: var(--white); overflow: hidden; }
.accordion summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; list-style: none; color: var(--navy); font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 20px; top: 15px; font-size: 1.4rem; color: var(--blue); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { padding: 0 22px 20px; margin: 0; }
.cta-section { padding: 0 0 90px; }
.cta-box { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 35px; padding: 50px; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--navy), #174d70 70%, #4d46a8); box-shadow: var(--shadow); }
.cta-box h2 { color: var(--white); }
.cta-box p { color: #c9dce6; margin-bottom: 0; }
.cta-actions { display: flex; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.page-hero { padding: 105px 0 90px; background: radial-gradient(circle at 90% 10%, rgba(104,87,199,.17), transparent 30%), linear-gradient(180deg, #f4faff, #fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero p { max-width: 800px; font-size: 1.15rem; }
.page-hero-small { padding-block: 75px; }
.feature-list { display: grid; gap: 16px; margin-top: 30px; }
.feature-list > div { padding: 18px 20px; border-left: 3px solid var(--blue); background: var(--soft); }
.feature-list strong, .feature-list span { display: block; }
.feature-list span { color: var(--muted); font-size: .93rem; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value-card { padding: 30px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.mission-card { padding: 42px; border-radius: var(--radius); background: var(--soft); }
.check-list { display: grid; gap: 11px; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--success); font-weight: 900; }
.check-list-light li { color: #c9dce6; }
.check-list-light li::before { color: #75dea9; }
.service-jump { position: sticky; top: 86px; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.service-jump .container { display: flex; gap: 8px; overflow-x: auto; padding-block: 12px; scrollbar-width: none; }
.service-jump .container::-webkit-scrollbar { display: none; }
.service-jump a { white-space: nowrap; padding: 9px 14px; border-radius: 9px; background: var(--soft); color: var(--navy); font-size: .88rem; font-weight: 800; }
.service-detail { scroll-margin-top: 150px; }
.detail-grid { display: grid; grid-template-columns: 150px 1fr; gap: 55px; align-items: start; }
.detail-grid-reverse .detail-icon { order: 2; }
.detail-grid-dark { color: var(--white); }
.detail-icon { display: grid; place-items: center; min-height: 150px; border-radius: var(--radius); background: linear-gradient(135deg, #e5f7fc, #eeeaff); }
.detail-icon img { width: 80px; max-height: 80px; object-fit: contain; }
.detail-icon-light { background: rgba(255,255,255,.1); color: var(--white); font-size: 2rem; font-weight: 900; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin: 32px 0; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.tag-list span { padding: 9px 13px; border-radius: 999px; background: #eaf5fa; color: var(--navy); font-size: .87rem; font-weight: 750; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.product-grid div { padding: 17px; border-radius: 12px; background: var(--soft); color: var(--navy); font-weight: 800; text-align: center; }
.note { padding: 15px 18px; border-radius: 11px; background: #fff8e5; color: #6e5711; font-size: .92rem; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.package-card { position: relative; display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.package-featured { border: 2px solid var(--blue); transform: translateY(-12px); }
.package-label { align-self: flex-start; margin-bottom: 18px; padding: 7px 10px; border-radius: 999px; background: var(--soft); color: var(--blue-dark); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.package-price { color: var(--navy); font-size: 1.65rem; font-weight: 900; }
.package-card .check-list { margin: 18px 0 30px; flex: 1; }
.factor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.factor-grid > div { padding: 20px; border-radius: 13px; background: var(--white); border: 1px solid var(--line); }
.factor-grid strong, .factor-grid span { display: block; }
.factor-grid span { color: var(--muted); font-size: .9rem; }
.timeline { display: grid; gap: 18px; }
.timeline > div { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.timeline > div > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--navy); color: var(--white); font-weight: 900; }
.timeline h3 { margin-bottom: 5px; }
.timeline p { margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 45px; align-items: start; }
.contact-panel { position: sticky; top: 130px; padding: 38px; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.contact-panel h2 { color: var(--white); }
.contact-panel > p { color: #bed0dc; }
.contact-method { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.contact-method span { display: block; color: #8fb2c4; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.contact-method a { color: var(--white); font-weight: 800; }
.contact-note { margin-top: 20px; padding: 20px; border-radius: 13px; background: rgba(255,255,255,.08); }
.contact-note p { margin: 6px 0 0; color: #bed0dc; font-size: .9rem; }
.form-card { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; color: var(--navy); font-weight: 800; font-size: .9rem; }
label span { color: var(--error); }
input, select, textarea { width: 100%; border: 1px solid #cbd9e2; border-radius: 10px; background: var(--white); color: var(--ink); padding: 13px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(21,135,201,.12); }
textarea { resize: vertical; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-privacy { margin: -2px 0 0; font-size: .82rem; text-align: center; }
.form-privacy a { color: var(--blue-dark); text-decoration: underline; }
.alert { margin-bottom: 22px; padding: 17px 19px; border-radius: 12px; }
.alert ul { margin: 8px 0 0 18px; }
.alert-success { background: #eaf8f1; color: #0f6a45; border: 1px solid #bce5d2; }
.alert-error { background: #fff0ee; color: #8c2219; border: 1px solid #f4c3bd; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin-top: 38px; font-size: 1.55rem; }
.legal-content a { color: var(--blue-dark); text-decoration: underline; }
.error-page { min-height: 520px; display: flex; align-items: center; }
.site-footer { padding: 75px 0 24px; background: #061d2d; color: #c6d8e1; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr .9fr; gap: 55px; }
.footer-logo { margin-bottom: 18px; filter: brightness(1.2); }
.site-footer p { color: #94afbd; }
.site-footer h2 { color: var(--white); font-size: 1rem; letter-spacing: .04em; }
.site-footer ul { display: grid; gap: 9px; list-style: none; }
.site-footer a:hover { color: var(--white); }
.site-footer .text-link { color: #80d5ef; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .86rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 999; padding: 12px 17px; border-radius: 999px; background: #20b95a; color: var(--white); box-shadow: 0 12px 30px rgba(10,60,30,.25); font-weight: 900; font-size: .88rem; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1020px) {
  .topbar { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 86px 0 auto 0; display: grid; gap: 0; max-height: 0; overflow: hidden; padding: 0 20px; background: var(--white); border-bottom: 1px solid var(--line); opacity: 0; transition: max-height .3s ease, opacity .2s ease, padding .3s ease; }
  .primary-nav.open { max-height: calc(100vh - 86px); opacity: 1; padding-block: 16px 24px; overflow-y: auto; }
  .primary-nav > a:not(.button) { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .primary-nav > a:not(.button)::after { display: none; }
  .primary-nav .button { margin-top: 14px; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-visual { min-height: 380px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .split-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .industry-grid, .value-grid { grid-template-columns: 1fr 1fr; }
  .cta-box { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .package-grid { grid-template-columns: 1fr; }
  .package-featured { transform: none; }
  .contact-panel { position: relative; top: auto; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 75px 0; }
  .header-inner { min-height: 76px; }
  .brand img { width: 132px; }
  .primary-nav { inset-block-start: 76px; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 70px 90px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-visual { min-height: 330px; }
  .hero-card-main { min-height: 285px; padding: 26px; }
  .hero-card-main > strong { font-size: 1.75rem; }
  .floating-card { font-size: .75rem; }
  .floating-card-top { right: 0; top: 30px; }
  .floating-card-bottom { left: 0; bottom: 30px; }
  .trust-grid, .service-grid, .industry-grid, .value-grid, .mission-grid, .detail-columns, .product-grid, .factor-grid, .form-row { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .service-card p { min-height: 0; }
  .image-frame img { min-height: 340px; }
  .cta-box, .mission-card, .form-card, .contact-panel { padding: 30px 24px; }
  .detail-grid { grid-template-columns: 1fr; gap: 26px; }
  .detail-grid-reverse .detail-icon { order: 0; }
  .detail-icon { width: 120px; min-height: 120px; }
  .service-jump { top: 76px; }
  .page-hero { padding: 75px 0 65px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}


/* Improvements for visual service and solution pages */
.page-hero-visual { padding-block: 90px 82px; }
.hero-page-split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero-page-media { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-page-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.hero-metric { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-sm); }
.hero-metric strong, .hero-metric span { display: block; }
.hero-metric strong { margin-bottom: 6px; color: var(--navy); font-size: 1rem; }
.hero-metric span { color: var(--muted); font-size: .9rem; }
.mini-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mini-card-grid-four { grid-template-columns: repeat(4, 1fr); }
.mini-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.mini-card h3 { margin-bottom: 12px; }
.mini-card p { margin-bottom: 0; }
.service-panel-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.service-panel-grid.media-right .service-panel-content { order: 2; }
.service-panel-grid.media-right .service-panel-media { order: 1; }
.service-panel-media { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: #dbe7ee; }
.service-panel-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-panel-content .button, .service-panel-content .text-link { margin-top: 8px; }
.compact-gap { gap: 28px; }
.support-grid div { background: var(--white); border: 1px solid var(--line); }
.dark-layout .service-panel-media { box-shadow: 0 24px 50px rgba(0,0,0,.22); }
.dark-layout .service-panel-content p { color: #bed0dc; }
.solution-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-feature-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.solution-feature-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.solution-feature-card div { padding: 22px; }
.solution-feature-card h3 { margin-bottom: 8px; }
.solution-feature-card p { margin-bottom: 0; }
@media (max-width: 1020px) {
  .hero-page-split, .service-panel-grid { grid-template-columns: 1fr; }
  .service-panel-grid.media-right .service-panel-content, .service-panel-grid.media-right .service-panel-media { order: initial; }
  .hero-metric-grid, .mini-card-grid, .mini-card-grid-four, .solution-feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .page-hero-visual { padding-block: 72px 62px; }
  .hero-page-split, .service-panel-grid { gap: 28px; }
  .hero-metric { padding: 16px; }
  .mini-card { padding: 24px; }
}

/* Additional layout refinements for improved service and solution pages */
.align-start { align-items: start; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 8px; }
.pill-list span { display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 999px; background: var(--soft); color: var(--navy); font-size: .9rem; font-weight: 800; }
.pill-list-light span { background: rgba(255,255,255,.1); color: var(--white); border: 1px solid rgba(255,255,255,.15); }
.info-band { margin: 24px 0 12px; padding: 22px 24px; border-radius: 18px; background: linear-gradient(180deg, #f4faff, #edf5fb); border: 1px solid #d7e7f2; }
.info-band strong, .info-band p { display: block; }
.info-band strong { margin-bottom: 8px; color: var(--navy); font-size: 1rem; }
.info-band p { margin: 0; color: var(--muted); }
.bundle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bundle-card { overflow: hidden; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.bundle-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.bundle-body { padding: 24px; }
.bundle-body h3 { margin-bottom: 10px; }
.bundle-body p { margin-bottom: 0; }

@media (max-width: 1020px) {
  .bundle-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .pill-list span { width: auto; max-width: 100%; }
  .info-band { padding: 20px; }
  .bundle-body { padding: 22px; }
}
