:root {
  --blue: #1f6fa8;
  --blue-dark: #144b72;
  --ink: #111827;
  --muted: #5f6b7a;
  --line: #dfe6ec;
  --soft: #f4f7fa;
  --white: #ffffff;
  --green: #1aa260;
  --radius: 22px;
  --shadow: 0 20px 55px rgba(16, 42, 67, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(223,230,236,.9); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 142px; height: 58px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: 14px; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { color: var(--white)!important; background: var(--blue); padding: 11px 17px; border-radius: 10px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 27px; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 20%, rgba(31,111,168,.24), transparent 30%), linear-gradient(135deg,#08131f,#102a43 58%,#144b72); color: var(--white); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-content { position: relative; padding: 118px 0 132px; max-width: 870px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 13px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.hero .eyebrow { color: #7dc0ef; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(44px, 7vw, 78px); line-height: 1.04; letter-spacing: -.045em; max-width: 900px; margin-bottom: 24px; }
.hero-copy { font-size: 20px; color: #d6e2ec; max-width: 760px; margin-bottom: 34px; }
.hero-actions,.contact-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 11px; font-weight: 700; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 10px 25px rgba(31,111,168,.28); }
.btn-secondary { border: 1px solid rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.06); }
.btn-secondary.dark { color: var(--ink); border-color: var(--line); background: var(--white); }
.focus-section,.services-section { padding: 100px 0; }
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
h2 { font-size: clamp(34px,5vw,52px); line-height: 1.12; letter-spacing: -.035em; margin-bottom: 18px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.focus-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.focus-card { position: relative; padding: 40px; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow); transition: .25s ease; }
.focus-card:hover { transform: translateY(-6px); }
.primary-card { color: var(--white); background: linear-gradient(145deg,#0e2236,#184d73); border-color: transparent; }
.print-card { background: linear-gradient(145deg,#ffffff,#f3f7fa); }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,255,255,.12); font-size: 28px; margin-bottom: 28px; }
.print-card .card-icon { background: #dbeaf4; color: var(--blue); }
.card-label { color: #7dc0ef; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; margin-bottom: 9px; }
.print-card .card-label { color: var(--blue); }
.focus-card h3 { font-size: 32px; line-height: 1.15; margin-bottom: 14px; }
.focus-card > p:not(.card-label) { color: #cddbe7; }
.print-card > p:not(.card-label) { color: var(--muted); }
.focus-card ul { padding-left: 20px; margin: 24px 0 30px; }
.focus-card li { margin: 8px 0; }
.card-link { font-weight: 800; color: #8ed0ff; }
.print-card .card-link { color: var(--blue); }
.card-link span { margin-left: 7px; }
.about-section { padding: 90px 0; background: var(--soft); }
.about-grid,.why-grid,.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.about-copy { color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.service-card span { display: inline-block; color: var(--blue); font-weight: 800; margin-bottom: 26px; }
.service-card h3 { font-size: 21px; margin-bottom: 10px; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.why-section { padding: 100px 0; background: #0e1c2a; color: var(--white); }
.why-section .eyebrow { color: #7dc0ef; }
.why-list { display: grid; gap: 16px; }
.why-list div { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.why-list strong,.why-list span { display: block; }
.why-list strong { font-size: 18px; margin-bottom: 4px; }
.why-list span { color: #bac8d4; }
.contact-section { padding: 100px 0; }
.contact-section > .container > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 18px; max-width: 580px; }
.contact-card { padding: 34px; background: var(--soft); border-radius: var(--radius); border: 1px solid var(--line); }
.contact-card > div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-card span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; margin-bottom: 4px; }
.contact-card a { font-weight: 700; }
.contact-card p { margin-bottom: 0; }
.whatsapp-link { display: inline-block; margin-top: 24px; color: var(--green); }
.site-footer { background: #08131f; color: #c7d3de; padding: 48px 0 22px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.footer-grid img { width: 150px; height: 64px; object-fit: cover; object-position: center; border-radius: 8px; background: white; margin-bottom: 14px; }
.footer-grid p { margin-bottom: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; font-weight: 600; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 35px; padding-top: 20px; color: #8ea1b2; font-size: 14px; }
@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 84px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 10px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .focus-cards,.about-grid,.why-grid,.contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .hero-content { padding: 90px 0 105px; }
}
@media (max-width: 580px) {
  .container { width: min(100% - 28px,1160px); }
  .brand img { width: 125px; }
  .service-grid { grid-template-columns: 1fr; }
  .focus-card { padding: 28px; }
  .focus-section,.services-section,.about-section,.why-section,.contact-section { padding: 72px 0; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}
