html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: #2B2B2B; top: 0 !important; }
h1, h2, h3, h4 { font-family: Montserrat, Inter, sans-serif; }
a { color: inherit; text-decoration: none; }
img, svg, canvas { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }
.hidden { display: none !important; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.inset-x-0 { left: 0; right: 0; }
.top-0 { top: 0; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-5 { margin-bottom: 1.25rem; }
.block { display: block; }
.inline { display: inline; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.text-center { text-align: center; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.space-y-5 > * + * { margin-top: 1.25rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-sm { max-width: 24rem; }
.max-w-7xl { max-width: 80rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.h-auto { height: auto; }
.h-2\.5 { height: .625rem; }
.w-2\.5 { width: .625rem; }
.h-5, .w-5 { width: 1.25rem; height: 1.25rem; }
.h-6, .w-6 { width: 1.5rem; height: 1.5rem; }
.h-7, .w-7 { width: 1.75rem; height: 1.75rem; }
.h-9, .w-9 { width: 2.25rem; height: 2.25rem; }
.h-10, .w-10 { width: 2.5rem; height: 2.5rem; }
.h-11, .w-11 { width: 2.75rem; height: 2.75rem; }
.h-12, .w-12 { width: 3rem; height: 3rem; }
.h-14, .w-14 { width: 3.5rem; height: 3.5rem; }
.h-40 { height: 10rem; }
.h-44 { height: 11rem; }
.h-56 { height: 14rem; }
.h-\[420px\] { height: 420px; }
.min-h-\[calc\(100vh-68px\)\] { min-height: calc(100vh - 68px); }
.overflow-hidden { overflow: hidden; }
.object-cover { object-fit: cover; }
.rounded-full { border-radius: 9999px; }
.rounded-md { border-radius: .375rem; }
.rounded-lg { border-radius: .5rem; }
.border { border: 1px solid #e5e7eb; }
.border-b { border-bottom: 1px solid #e5e7eb; }
.border-t { border-top: 1px solid #e5e7eb; }
.border-l-4 { border-left: 4px solid #23238E; }
.border-slate-200 { border-color: #e5e7eb; }
.border-slate-200\/70 { border-color: rgba(226,232,240,.7); }
.border-white\/20 { border-color: rgba(255,255,255,.2); }
.border-white\/30 { border-color: rgba(255,255,255,.3); }
.border-white\/10 { border-color: rgba(255,255,255,.1); }
.bg-white { background: #fff; }
.bg-white\/10 { background: rgba(255,255,255,.1); }
.bg-white\/95 { background: rgba(255,255,255,.95); }
.bg-slate-50 { background: #f8fafc; }
.bg-blue-50 { background: #eff6ff; }
.bg-green-50 { background: #f0fdf4; }
.bg-red-50 { background: #fef2f2; }
.bg-athena-blue { background: #23238E; }
.bg-athena-night { background: #15155A; }
.bg-athena-red { background: #D81F26; }
.text-white { color: #fff; }
.text-white\/60 { color: rgba(255,255,255,.6); }
.text-white\/70 { color: rgba(255,255,255,.7); }
.text-white\/75 { color: rgba(255,255,255,.75); }
.text-white\/80 { color: rgba(255,255,255,.8); }
.text-white\/85 { color: rgba(255,255,255,.85); }
.text-white\/90 { color: rgba(255,255,255,.9); }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-green-700 { color: #15803d; }
.text-red-700 { color: #b91c1c; }
.text-athena-blue { color: #23238E; }
.text-athena-night { color: #15155A; }
.text-athena-red { color: #D81F26; }
.text-athena-coral { color: #E86A6F; }
.text-athena-ink { color: #2B2B2B; }
.opacity-30 { opacity: .3; }
.opacity-35 { opacity: .35; }
.opacity-50 { opacity: .5; }
.opacity-25 { opacity: .25; }
.opacity-80 { opacity: .8; }
.p-3 { padding: .75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-2\.5 { padding-top: .625rem; padding-bottom: .625rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-\[68px\] { padding-top: 68px; }
.pt-6 { padding-top: 1.5rem; }
.pl-8 { padding-left: 2rem; }
.font-display { font-family: Montserrat, Inter, sans-serif; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 1.12; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.uppercase { text-transform: uppercase; }
.tracking-widest { letter-spacing: .08em; }
.tracking-wide { letter-spacing: .02em; }
.leading-7 { line-height: 1.75rem; }
.leading-8 { line-height: 2rem; }
.leading-tight { line-height: 1.12; }
.rounded { border-radius: .25rem; }
.shadow-soft { box-shadow: 0 20px 50px rgba(21,21,90,.12); }
.outline-none { outline: 0; }
.transition { transition: all .25s ease; }
.duration-500 { transition-duration: .5s; }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.from-athena-night { --tw-gradient-from: #15155A; }
.via-athena-night\/90 { --tw-gradient-via: rgba(21,21,90,.9); }
.to-athena-blue\/50 { --tw-gradient-to: rgba(35,35,142,.5); }
.to-athena-blue\/60 { --tw-gradient-to: rgba(35,35,142,.6); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-from, transparent), var(--tw-gradient-via, transparent), var(--tw-gradient-to, transparent)); }
.hover\:bg-athena-coral:hover { background: #E86A6F; }
.hover\:bg-white:hover { background: #fff; }
.hover\:text-athena-blue:hover { color: #23238E; }
.hover\:text-athena-red:hover { color: #D81F26; }
.hover\:text-athena-night:hover { color: #15155A; }
.hover\:text-white:hover { color: #fff; }
.text-balance { text-wrap: balance; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.flex-col { flex-direction: column; }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.focus\:border-athena-blue:focus { border-color: #23238E; }
.focus\:fixed:focus { position: fixed; }
.focus\:left-4:focus { left: 1rem; }
.focus\:top-4:focus { top: 1rem; }
.focus\:z-50:focus { z-index: 50; }
.focus\:rounded-md:focus { border-radius: .375rem; }
.focus\:bg-white:focus { background: #fff; }
.focus\:px-4:focus { padding-left: 1rem; padding-right: 1rem; }
.focus\:py-2:focus { padding-top: .5rem; padding-bottom: .5rem; }
.focus\:text-athena-blue:focus { color: #23238E; }
.focus\:shadow-soft:focus { box-shadow: 0 20px 50px rgba(21,21,90,.12); }
.focus\:not-sr-only:focus { position: static; width: auto; height: auto; padding: .5rem 1rem; margin: 0; overflow: visible; clip: auto; white-space: normal; }
input, textarea, select { min-height: 44px; }
textarea { resize: vertical; }
header img { max-height: 44px; }
.language-select { min-width: 10.5rem; max-width: 12rem; }
main section:first-child h1 { max-width: 900px; }
@media (min-width: 640px) {
  .sm\:inline { display: inline; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:p-8 { padding: 2rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 1.15; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1.08; }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:hidden { display: none !important; }
  .lg\:block { display: block !important; }
  .lg\:flex { display: flex !important; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-\[1\.1fr_\.9fr\] { grid-template-columns: 1.1fr .9fr; }
  .lg\:grid-cols-\[1fr_\.75fr\] { grid-template-columns: 1fr .75fr; }
  .lg\:grid-cols-\[1fr_\.7fr\] { grid-template-columns: 1fr .7fr; }
  .lg\:grid-cols-\[\.8fr_1\.2fr\] { grid-template-columns: .8fr 1.2fr; }
  .lg\:grid-cols-\[\.85fr_1\.15fr\] { grid-template-columns: .85fr 1.15fr; }
  .lg\:grid-cols-\[\.9fr_1\.1fr\] { grid-template-columns: .9fr 1.1fr; }
  .lg\:grid-cols-\[1fr_\.8fr\] { grid-template-columns: 1fr .8fr; }
  .lg\:grid-cols-\[1\.2fr_\.8fr_\.8fr_\.8fr\] { grid-template-columns: 1.2fr .8fr .8fr .8fr; }
  .lg\:flex-row { flex-direction: row; }
  .lg\:items-center { align-items: center; }
  .lg\:justify-between { justify-content: space-between; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.hero-grid { background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; }
.glass { background: rgba(255, 255, 255, .9); backdrop-filter: blur(14px); }
.skiptranslate iframe { display: none !important; }
#google_translate_element { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.service-card:hover img { transform: scale(1.04); }
.legal-content h2 { margin-top: 2rem; font-size: 1.5rem; font-weight: 800; color: #15155A; }
.legal-content p, .legal-content li { color: #6B7280; line-height: 1.8; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--reveal-delay, 0ms); }
.reveal.fade-left { transform: translateX(-28px); }
.reveal.fade-right { transform: translateX(28px); }
.reveal.scale-reveal { transform: translateY(18px) scale(.96); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.fade-left.is-visible, .reveal.fade-right.is-visible, .reveal.scale-reveal.is-visible { opacity: 1; transform: translateX(0) scale(1); }
main section:first-child h1 { max-width: 900px; font-size: clamp(1.95rem, 5.4vw, 3.75rem); }
.icon-bubble { position: relative; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease; }
.icon-bubble::after { content: ""; position: absolute; inset: auto -35% -55% auto; width: 80px; height: 80px; border-radius: 999px; background: rgba(216,31,38,.16); transition: transform .45s ease; }
.icon-bubble:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(21, 21, 90, .16); }
.icon-bubble:hover::after { transform: scale(1.5); }
.animated-card { transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.animated-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(21, 21, 90, .14); border-color: rgba(35,35,142,.28); }
.svg-draw path, .svg-draw circle, .svg-draw line, .svg-draw polyline, .svg-draw rect { stroke-dasharray: 420; stroke-dashoffset: 420; animation: draw-line 2.2s ease forwards; }
.svg-float { animation: float-y 5.5s ease-in-out infinite; }
.pulse-soft { animation: pulse-soft 2.8s ease-in-out infinite; }
.shine-hover { position: relative; overflow: hidden; }
.shine-hover::before { content: ""; position: absolute; inset: 0 auto 0 -120%; width: 60%; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent); transition: left .7s ease; }
.shine-hover:hover::before { left: 130%; }
@keyframes draw-line { to { stroke-dashoffset: 0; } }
@keyframes float-y { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes pulse-soft { 0%, 100% { transform: scale(1); opacity: .75; } 50% { transform: scale(1.08); opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
