@layer properties {
  @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
  *, ::before, ::after, ::backdrop { --tw-rotate-x: initial; --tw-rotate-y: initial; --tw-rotate-z: initial; --tw-skew-x: initial; --tw-skew-y: initial; }
}
}
@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}
@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings,normal); font-variation-settings: var(--default-font-variation-settings,normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings,normal); font-variation-settings: var(--default-mono-font-variation-settings,normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
  ::placeholder { color: currentcolor; }
  @supports (color:color-mix(in lab, red, red)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer components;
@layer utilities {
  .start { inset-inline-start: var(--spacing); }
  .transform { transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); }
}
:root { --navy: #162b64; --royal: #315fa9; --sky: #e9f1fb; --ink: #13213a; --muted: #6c7688; --line: #dce3ec; --cream: #f7f9fc; --white: #fff; --sans: Arial,Helvetica,sans-serif; --serif: Georgia,"Times New Roman",serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--ink); font-family: var(--sans); background: rgb(255, 255, 255); margin: 0px; }
a { color: inherit; text-decoration: none; }
main { overflow: hidden; }
.contact-strip { background: var(--navy); color: rgb(217, 228, 246); letter-spacing: 0.09em; text-transform: uppercase; justify-content: space-between; align-items: center; height: 34px; padding: 0px clamp(22px, 5vw, 74px); font-size: 10px; display: flex; }
.contact-strip div { gap: 28px; display: flex; }
.header { border-bottom: 1px solid var(--line); z-index: 10; background: rgb(255, 255, 255); grid-template-columns: 1fr auto 1fr; align-items: center; height: 94px; padding: 0px clamp(22px, 5vw, 74px); display: grid; position: relative; }
.brand { width: 188px; height: 68px; display: block; overflow: hidden; }
.brand img { object-fit: cover; object-position: center center; width: 100%; height: 100%; }
.header nav { color: rgb(65, 80, 106); gap: 38px; font-size: 12px; font-weight: 700; display: flex; }
.header nav a { border-bottom: 3px solid rgba(0, 0, 0, 0); padding: 38px 0px 35px; }
.header nav a:hover { color: var(--royal); border-bottom-color: var(--royal); }
.header-cta { color: var(--navy); border-bottom: 2px solid var(--royal); justify-self: end; padding: 9px 0px; font-size: 12px; font-weight: 800; }
.header-cta span { color: var(--royal); margin-left: 20px; }
.hero { background: linear-gradient(125deg, rgb(248, 251, 255) 0px, rgb(248, 251, 255) 56%, rgb(234, 241, 250) 56%); grid-template-columns: 1.2fr 0.8fr; min-height: 690px; padding: 110px clamp(22px, 7vw, 110px) 78px; display: grid; position: relative; }
.hero-grid { background-image: linear-gradient(rgba(49, 95, 169, 0.055) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(90deg, rgba(49, 95, 169, 0.055) 1px, rgba(0, 0, 0, 0) 1px); background-size: 80px 80px; position: absolute; inset: 0px; mask-image: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0) 75%); }
.hero-copy { z-index: 2; max-width: 820px; position: relative; }
.kicker, .section-tag { letter-spacing: 0.19em; text-transform: uppercase; color: rgb(102, 115, 138); font-size: 10px; font-weight: 700; }
.kicker { align-items: center; gap: 12px; display: flex; }
.kicker i { background: var(--royal); width: 30px; height: 2px; }
h1 { font-family: var(--serif); letter-spacing: -0.045em; color: rgb(16, 36, 82); margin: 30px 0px 28px; font-size: clamp(56px, 6.4vw, 96px); font-weight: 400; line-height: 0.98; }
h1 em { color: var(--royal); font-style: italic; }
.hero-copy > p:not(.kicker) { color: rgb(96, 112, 137); max-width: 620px; font-size: 18px; line-height: 1.65; }
.hero-actions { gap: 16px; margin-top: 38px; display: flex; }
.button { background: var(--navy); color: rgb(255, 255, 255); justify-content: space-between; align-items: center; gap: 34px; padding: 17px 22px; font-size: 12px; font-weight: 800; transition: 0.2s; display: inline-flex; }
.button:hover { background: var(--royal); transform: translateY(-2px); }
.button span { font-size: 17px; }
.button-ghost { color: var(--navy); border: 1px solid var(--line); background: rgb(255, 255, 255); }
.button-ghost:hover { color: rgb(255, 255, 255); }
.hero-panel { z-index: 2; background: var(--navy); color: rgb(255, 255, 255); flex-direction: column; justify-content: space-between; place-self: center end; width: min(390px, 34vw); height: 390px; padding: 34px; display: flex; position: relative; box-shadow: rgb(191, 208, 233) 28px 28px; }
.monogram { font-family: var(--serif); letter-spacing: -0.13em; color: rgb(255, 255, 255); opacity: 0.12; font-size: 112px; transform: translate(-9px); }
.hero-panel-copy { border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 22px; }
.hero-panel-copy span { letter-spacing: 0.18em; text-transform: uppercase; color: rgb(159, 181, 219); margin-bottom: 12px; font-size: 9px; display: block; }
.hero-panel-copy b { font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.25; }
.hero-meta { color: rgb(118, 131, 153); letter-spacing: 0.2em; border-top: 1px solid rgb(212, 222, 235); justify-content: space-around; align-items: center; height: 58px; font-size: 9px; display: flex; position: absolute; bottom: 0px; left: 0px; right: 0px; }
.about { padding: 110px clamp(22px, 7vw, 110px); }
.section-tag { border-top: 1px solid var(--line); padding-top: 14px; }
.about-grid { grid-template-columns: 1.2fr 1fr; gap: 10vw; margin: 68px 0px 88px; display: grid; }
.about h2, .services h2, .difference h2, .cta h2 { font-family: var(--serif); letter-spacing: -0.035em; margin: 0px; font-size: clamp(40px, 4.8vw, 70px); font-weight: 400; line-height: 1.06; }
.about-grid > div { color: var(--muted); font-size: 15px; line-height: 1.78; }
.about-grid > div p { margin: 0px 0px 20px; }
.line-link { color: var(--navy); border-bottom: 2px solid var(--royal); justify-content: space-between; gap: 50px; padding: 8px 0px; font-size: 12px; font-weight: 800; display: inline-flex; }
.values { border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); display: grid; }
.values article { border-right: 1px solid var(--line); margin-right: 45px; padding: 32px 45px 12px 0px; }
.values article:last-child { border: 0px; }
.values span, .service-grid article > span { color: var(--royal); letter-spacing: 0.14em; font-size: 9px; }
.values h3 { font-family: var(--serif); margin: 32px 0px 12px; font-size: 24px; font-weight: 400; }
.values p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.services { background: var(--navy); color: rgb(255, 255, 255); padding: 105px clamp(22px, 7vw, 110px); }
.section-tag-light { color: rgb(154, 173, 208); border-color: rgb(64, 84, 131); }
.services-head { grid-template-columns: 0.65fr 1.35fr; gap: 8vw; margin-bottom: 66px; display: grid; }
.services-head h2 { max-width: 760px; }
.services-head p { color: rgb(166, 180, 206); max-width: 560px; line-height: 1.7; }
.service-grid { border-top: 1px solid rgb(64, 82, 124); border-left: 1px solid rgb(64, 82, 124); grid-template-columns: repeat(3, 1fr); display: grid; }
.service-grid article { border-bottom: 1px solid rgb(64, 82, 124); border-right: 1px solid rgb(64, 82, 124); min-height: 360px; padding: 28px 30px 32px; transition: background 0.25s, transform 0.25s; position: relative; }
.service-grid article:hover { background: rgb(28, 56, 120); transform: translateY(-3px); }
.service-icon { color: rgb(208, 222, 246); width: 66px; height: 66px; font-family: var(--sans); border: 1px solid rgb(96, 116, 160); border-radius: 50%; place-items: center; margin: 42px 0px 32px; font-size: 27px; font-weight: 300; line-height: 1; transition: 0.25s; display: grid; }
.service-grid article:hover .service-icon { color: var(--navy); background: rgb(255, 255, 255); border-color: rgb(255, 255, 255); transform: rotate(-5deg); }
.service-grid h3 { font-family: var(--serif); margin: 0px 0px 14px; font-size: 26px; font-weight: 400; }
.service-grid a { color: rgb(255, 255, 255); border-bottom: 1px solid rgb(108, 130, 174); padding-bottom: 6px; font-size: 11px; font-weight: 800; }
.service-grid article:hover a { color: rgb(200, 221, 255); }
.difference { background: var(--cream); grid-template-columns: 1fr 1fr; min-height: 760px; display: grid; }
.difference-visual { color: rgb(255, 255, 255); background: linear-gradient(145deg, rgb(36, 71, 131), rgb(16, 40, 93)); justify-content: center; align-items: center; display: flex; overflow: hidden; }
.difference-visual span { font-family: var(--serif); letter-spacing: -0.22em; opacity: 0.2; font-size: clamp(100px, 12vw, 190px); font-style: italic; }
.difference-copy { padding: 105px clamp(38px, 7vw, 110px); }
.difference-copy h2 { margin: 48px 0px 28px; font-size: clamp(40px, 4.2vw, 62px); }
.difference-copy > p { color: var(--muted); line-height: 1.75; }
.difference ul { border-top: 1px solid var(--line); margin: 45px 0px 0px; padding: 0px; list-style: none; }
.difference li { border-bottom: 1px solid var(--line); grid-template-columns: 50px 1fr; gap: 20px; padding: 20px 0px; display: grid; }
.difference li b { color: var(--royal); font-size: 9px; }
.difference li span { color: rgb(39, 54, 80); font-size: 14px; font-weight: 700; }
.cta { background: var(--royal); color: rgb(255, 255, 255); text-align: center; padding: 100px clamp(22px, 6vw, 88px) 0px; }
.cta > p { letter-spacing: 0.2em; text-transform: uppercase; color: rgb(199, 216, 242); font-size: 10px; }
.cta h2 { max-width: 920px; margin: 28px auto 38px; }
.button-white { color: var(--navy); background: rgb(255, 255, 255); }
.button-white:hover { background: var(--navy); }
.contact-cards { border-top: 1px solid rgba(255, 255, 255, 0.26); grid-template-columns: repeat(4, 1fr); margin-top: 90px; display: grid; }
.contact-cards a { text-align: left; border-right: 1px solid rgba(255, 255, 255, 0.26); padding: 30px 24px; }
.contact-cards a:hover { background: rgba(15, 39, 88, 0.18); }
.contact-cards small { letter-spacing: 0.18em; text-transform: uppercase; color: rgb(201, 216, 239); margin-bottom: 12px; font-size: 8px; display: block; }
.contact-cards strong { font-size: 13px; line-height: 1.55; }
footer { color: var(--ink); border-top: 1px solid var(--line); background: rgb(255, 255, 255); grid-template-columns: 1.2fr 0.7fr 1fr 1fr; gap: 70px; padding: 70px clamp(22px, 6vw, 88px) 24px; display: grid; }
footer h3 { letter-spacing: 0.15em; text-transform: uppercase; color: var(--royal); margin: 0px 0px 24px; font-size: 10px; }
footer p, footer a { color: var(--muted); margin: 0px 0px 8px; font-size: 12px; line-height: 1.75; display: block; }
.footer-brand img { object-fit: contain; object-position: left center; width: 225px; height: auto; }
.footer-brand p { max-width: 310px; margin-top: 20px; }
.footer-bottom { border-top: 1px solid var(--line); color: rgb(125, 135, 151); letter-spacing: 0.08em; grid-column: 1 / -1; justify-content: space-between; margin-top: 20px; padding-top: 22px; font-size: 9px; display: flex; }
.whatsapp-float { color: rgb(255, 255, 255); z-index: 30; background: rgb(37, 211, 102); border-radius: 28px; align-items: center; gap: 10px; height: 54px; padding: 0px 19px; font-size: 11px; transition: transform 0.2s, box-shadow 0.2s; display: flex; position: fixed; bottom: 22px; right: 22px; box-shadow: rgba(0, 0, 0, 0.267) 0px 12px 32px; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.333) 0px 16px 38px; }
.whatsapp-float img { width: 27px; height: 27px; display: block; }
.whatsapp-float b { font-weight: 800; }
@media (width <= 950px) {
  .contact-strip { display: none; }
  .header { grid-template-columns: 1fr auto; height: 78px; }
  .header nav { display: none; }
  .brand { width: 160px; height: 58px; }
  .hero { grid-template-columns: 1fr; min-height: 650px; padding: 85px 24px 78px; }
  .hero-copy { max-width: 760px; }
  .hero-panel { display: none; }
  .about, .services { padding: 80px 24px; }
  .about-grid, .services-head { grid-template-columns: 1fr; gap: 36px; margin-top: 48px; }
  .values { grid-template-columns: 1fr; }
  .values article { border-right: 0px; border-bottom: 1px solid var(--line); margin: 0px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .difference { grid-template-columns: 1fr; }
  .difference-visual { min-height: 340px; }
  .difference-copy { padding: 80px 24px; }
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-bottom { grid-column: 1 / -1; }
}
@media (width <= 580px) {
  .header-cta span { display: none; }
  .hero { padding-top: 70px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  h1 { font-size: 50px; }
  .service-grid, .contact-cards { grid-template-columns: 1fr; }
  .contact-cards a { border-bottom: 1px solid rgba(255, 255, 255, 0.26); border-right: 0px; }
  footer { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand, .footer-bottom { grid-column: 1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { justify-content: center; width: 54px; padding: 0px; }
  .about h2, .services h2, .difference h2, .cta h2 { font-size: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
.brand { display: block; overflow: hidden; }
.brand img { object-fit: contain; object-position: left center; width: 100%; height: 100%; display: block; }
.footer-brand img { object-fit: contain; object-position: left center; background: 0px 0px; width: 225px; height: auto; padding: 0px; display: block; }
:root { --muted: #59667a; --sans: "Segoe UI",Arial,Helvetica,sans-serif; --serif: "Segoe UI",Arial,Helvetica,sans-serif; }
.kicker, .section-tag { letter-spacing: 0.15em; font-size: 12px; }
.hero { grid-template-columns: 1.25fr 0.75fr; gap: 5vw; min-height: 620px; padding-top: 82px; }
h1 { margin: 24px 0px; font-size: clamp(50px, 5.7vw, 82px); font-weight: 650; line-height: 1.02; }
h1 em { font-style: normal; }
.hero-copy > p:not(.kicker) { color: rgb(82, 98, 122); font-size: 19px; line-height: 1.58; }
.hero-actions { margin-top: 30px; }
.button { justify-content: center; font-size: 14px; transition: background-color 0.2s, color 0.2s, border-color 0.2s; }
.button:hover { transform: none; }
.hero-logo { z-index: 2; background: rgb(255, 255, 255); place-self: center end; width: min(420px, 34vw); height: 235px; position: relative; overflow: hidden; box-shadow: rgb(191, 208, 233) 22px 22px; }
.hero-logo img { object-fit: contain; object-position: center center; width: 100%; height: 100%; }
.hero-meta { letter-spacing: 0.16em; font-size: 11px; font-weight: 700; }
.about, .services { padding-top: 82px; padding-bottom: 82px; }
.about-grid { gap: 7vw; margin: 46px 0px 58px; }
.about h2, .services h2, .difference h2, .cta h2 { font-size: clamp(38px, 4.2vw, 62px); font-weight: 650; line-height: 1.08; }
.about-grid > div { font-size: 17px; line-height: 1.68; }
.values h3 { margin: 24px 0px 10px; font-size: 23px; font-weight: 650; }
.values p { font-size: 15px; line-height: 1.6; }
.services-head { gap: 7vw; margin-bottom: 46px; }
.service-grid article { min-height: 315px; padding: 30px; transition: background-color 0.25s; overflow: hidden; }
.service-grid article:hover { transform: none; }
.service-icon { background: linear-gradient(145deg, rgb(41, 75, 145), rgb(26, 50, 110)); border-radius: 20px; width: 78px; height: 78px; margin: 30px 0px 26px; font-size: 30px; box-shadow: rgba(8, 21, 54, 0.333) 0px 16px 32px; }
.service-grid article:hover .service-icon { transform: none; }
.service-grid h3 { margin-bottom: 12px; font-size: 24px; font-weight: 650; }
.service-grid p { color: rgb(192, 203, 224); min-height: 66px; font-size: 15px; line-height: 1.62; }
.difference { min-height: 0px; display: block; }
.difference-copy { max-width: 1100px; margin: 0px auto; padding: 82px clamp(38px, 7vw, 110px); }
.cta { padding-top: 82px; }
.button-white { min-width: 230px; }
.button-white:hover { color: var(--navy); background: rgb(237, 243, 255); }
@media (width <= 950px) {
  .hero { grid-template-columns: 1fr; min-height: 610px; padding-top: 70px; }
  .hero-logo { display: none; }
}
.hero { grid-template-columns: 1fr; }
.hero-copy { max-width: 900px; }
.brand { width: 210px; height: 68px; overflow: hidden; }
.brand img { object-fit: unset; object-position: unset; width: 210px; max-width: none; height: auto; display: block; transform: translateY(-5px); }
@media (width <= 950px) {
  .brand { width: 175px; height: 58px; }
  .brand img { width: 175px; transform: translateY(-3px); }
}
.header nav, .hero-meta { font-size: 13px; }
.services-head { grid-template-columns: auto 1fr; align-items: start; gap: 42px; }
.services-head .section-tag { white-space: nowrap; border-top: 0px; padding-top: 10px; }
.service-grid details { border-top: 1px solid rgb(64, 82, 124); margin-top: 20px; padding-top: 14px; }
.service-grid summary { cursor: pointer; color: rgb(255, 255, 255); justify-content: space-between; align-items: center; gap: 20px; padding: 4px 0px; font-size: 12px; font-weight: 800; list-style: none; display: flex; }
.service-grid summary::-webkit-details-marker { display: none; }
.service-grid summary span { font-size: 20px; font-weight: 400; transition: transform 0.2s; }
.service-grid details[open] summary span { transform: rotate(45deg); }
.service-grid details p { color: rgb(211, 221, 237); min-height: 0px; margin: 14px 0px 0px; font-size: 14px; line-height: 1.6; }
@media (width <= 950px) {
  .services-head { grid-template-columns: 1fr; gap: 18px; }
  .services-head .section-tag { padding-top: 0px; }
}
.services-head { display: block; }
.services-head > div { max-width: 900px; }
.services-head .section-tag { margin-bottom: 22px; padding-top: 0px; font-size: 14px; }
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }