:root {
  --fixsy-navy: #002264;
  --fixsy-navy-2: #011D5D;
  --fixsy-blue: #087493;
  --fixsy-blue-dark: #05627D;
  --fixsy-accent: #07AAB1;
  --fixsy-sky: #D9F3F4;
  --fixsy-mist: #F3FAFB;
  --fixsy-line: #CDE4E8;
  --fixsy-muted: #536E78;
  --fixsy-white: #fff;
  --fixsy-radius: 24px;
  --fixsy-shadow: 0 24px 65px rgba(0, 34, 100, .10);
  --fixsy-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--fixsy-navy); background: #fff; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-is-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--fixsy-blue); text-decoration: none; }
a:hover { color: var(--fixsy-blue-dark); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 20px; color: var(--fixsy-navy); font-weight: 780; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 5.3vw, 5.25rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); }
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
p { margin: 0 0 24px; color: var(--fixsy-muted); }
ul, ol { padding-left: 1.35rem; }
::selection { color: #fff; background: var(--fixsy-blue); }

.fixsy-container { width: min(calc(100% - 48px), var(--fixsy-container)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.section-tint { background: var(--fixsy-mist); }
.section-dark { color: #fff; background: var(--fixsy-navy-2); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: #A5C1C6; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 6px; left: 6px; width: auto; height: auto; padding: 12px 18px; clip: auto!important; color: var(--fixsy-navy); background: #fff; box-shadow: var(--fixsy-shadow); }

.announcement-bar { padding: 8px 0; color: #CBE5E8; background: #001A4D; font-size: .78rem; }
.announcement-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header { position: sticky; z-index: 999; top: 0; border-bottom: 1px solid rgba(205,228,232,.85); background: rgba(255,255,255,.93); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(0,34,100,.08); }
.site-header__inner { display: flex; min-height: 78px; align-items: center; gap: 28px; }
.site-brand { flex: 0 0 auto; }
.site-brand .custom-logo { display: block; max-height: 48px; width: auto; }
.site-brand__fallback { display: flex; align-items: center; gap: 10px; color: var(--fixsy-navy); line-height: 1.05; }
.site-brand__fallback:hover { color: var(--fixsy-navy); }
.site-brand__fallback strong, .site-brand__fallback small { display: block; }
.site-brand__fallback strong { font-size: 1.07rem; letter-spacing: -.03em; }
.site-brand__fallback small { margin-top: 4px; color: var(--fixsy-muted); font-size: .66rem; font-weight: 700; letter-spacing: .02em; }
.site-brand__mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg, var(--fixsy-blue), #002264); font-weight: 900; font-style: italic; box-shadow: 0 8px 20px rgba(7,170,177,.25); }
.fixsy-brand-logo { display: block; width: auto; height: 46px; max-width: 180px; object-fit: contain; }
.primary-navigation { flex: 1 1 auto; }
.primary-menu { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.primary-menu li { position: relative; }
.primary-menu a { display: block; padding: 10px 13px; border-radius: 999px; color: var(--fixsy-navy); font-size: .88rem; font-weight: 680; }
.primary-menu a:hover, .primary-menu .current-menu-item > a, .primary-menu .current-menu-ancestor > a { color: var(--fixsy-navy); background: var(--fixsy-mist); }
.primary-menu .menu-item-has-children > a::after { margin-left: 6px; content: "⌄"; font-size: .72em; }
.primary-menu .sub-menu { position: absolute; top: calc(100% + 12px); left: 0; min-width: 250px; margin: 0; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(8px); border: 1px solid var(--fixsy-line); border-radius: 18px; background: #fff; box-shadow: var(--fixsy-shadow); list-style: none; transition: .2s ease; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.primary-menu .sub-menu a { border-radius: 11px; white-space: nowrap; }
.header-actions { margin-left: auto; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--fixsy-line); border-radius: 13px; background: #fff; cursor: pointer; }
.menu-toggle__bars { display: flex; flex-direction: column; gap: 4px; align-items: center; }
.menu-toggle__bars i { display: block; width: 18px; height: 2px; background: var(--fixsy-navy); transition: .2s ease; }

.fixsy-button { display: inline-flex; min-height: 52px; padding: 12px 24px; align-items: center; justify-content: center; border: 1px solid var(--fixsy-blue); border-radius: 999px; color: #fff; background: var(--fixsy-blue); box-shadow: 0 12px 24px rgba(7,170,177,.2); font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.fixsy-button:hover { color: #fff; background: var(--fixsy-blue-dark); box-shadow: 0 16px 30px rgba(7,170,177,.28); transform: translateY(-2px); }
.fixsy-button--secondary { border-color: var(--fixsy-line); color: var(--fixsy-navy); background: #fff; box-shadow: none; }
.fixsy-button--secondary:hover { color: var(--fixsy-navy); background: var(--fixsy-mist); box-shadow: none; }
.fixsy-button--light { border-color: #fff; color: var(--fixsy-navy); background: #fff; box-shadow: none; }
.fixsy-button--light:hover { color: var(--fixsy-navy); background: #E4F5F6; }
.fixsy-button--small { min-height: 44px; padding: 9px 19px; font-size: .88rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.eyebrow { display: block; margin-bottom: 22px; color: var(--fixsy-blue); font-size: .76rem; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }

.hero-section { position: relative; overflow: hidden; padding-top: 92px; background: radial-gradient(circle at 76% 32%, #D9F3F4 0, rgba(217,243,244,.32) 24%, transparent 47%); }
.hero-section::after { position: absolute; z-index: -1; width: 420px; height: 420px; top: -120px; right: -100px; border-radius: 50%; background: rgba(7,170,177,.07); content: ""; filter: blur(10px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: clamp(45px, 7vw, 100px); }
.hero-copy > p { max-width: 620px; font-size: 1.12rem; line-height: 1.75; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 34px; }
.hero-stats > div { padding: 18px; border: 1px solid var(--fixsy-line); border-radius: 18px; background: rgba(255,255,255,.75); }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font-size: 1.45rem; }
.hero-stats span { color: var(--fixsy-muted); font-size: .72rem; }
.image-panel, .fixsy-elementor-image { position: relative; overflow: hidden; min-height: 540px; border: 1px solid rgba(185,211,216,.85); border-radius: 34px; background: rgba(255,255,255,.75); box-shadow: var(--fixsy-shadow); }
.image-panel::before, .fixsy-elementor-image::before { position: absolute; z-index: -1; inset: 8% -12% -10% 18%; border-radius: inherit; background: rgba(7,170,177,.12); content: ""; filter: blur(30px); }
.image-panel__placeholder, .fixsy-elementor-image__placeholder { position: absolute; inset: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1.5px dashed #A8CDD1; border-radius: 24px; color: var(--fixsy-navy); background: linear-gradient(135deg, #F5FBFC, #EEF8F9); text-align: center; }
.image-panel__placeholder::before { width: 68px; height: 56px; margin-bottom: 18px; border-radius: 14px; background: linear-gradient(150deg, #B9DDE0 40%, #D8EFF1 40%); content: ""; }
.image-panel__placeholder span { font-size: 1.1rem; font-weight: 800; }
.image-panel__placeholder small, .fixsy-elementor-image__placeholder small { margin-top: 5px; color: var(--fixsy-muted); }
.fixsy-elementor-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.fixsy-elementor-image__placeholder span { display: grid; width: 52px; height: 52px; margin-bottom: 14px; place-items: center; border-radius: 15px; color: #fff; background: var(--fixsy-blue); font-size: 1.8rem; }

.logo-strip { padding: 26px 0; border-block: 1px solid var(--fixsy-line); background: #fff; }
.logo-strip .fixsy-container, .logo-strip div div { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.logo-strip .fixsy-container { justify-content: space-between; }
.logo-strip > div > span { color: var(--fixsy-muted); font-size: .82rem; font-weight: 750; }
.logo-strip em { padding: 7px 12px; border-radius: 999px; color: #466874; background: var(--fixsy-mist); font-size: .76rem; font-style: normal; font-weight: 700; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading p { font-size: 1.05rem; }
.card-grid { display: grid; gap: 18px; }
.card-grid--3 { grid-template-columns: repeat(3,1fr); }
.info-card, .feature-card, .pricing-card { padding: 30px; border: 1px solid var(--fixsy-line); border-radius: var(--fixsy-radius); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.info-card:hover, .pricing-card:hover { border-color: #A9D3D7; box-shadow: 0 20px 45px rgba(0,34,100,.08); transform: translateY(-4px); }
.info-card p, .feature-card p { margin: 0; font-size: .91rem; }
.card-icon { display: grid; width: 44px; height: 44px; margin-bottom: 28px; place-items: center; border-radius: 13px; color: var(--fixsy-blue); background: var(--fixsy-sky); font-weight: 850; }
.workflow-grid { display: grid; grid-template-columns: repeat(8,1fr); gap: 8px; }
.workflow-step { position: relative; padding: 25px 10px; text-align: center; }
.workflow-step:not(:last-child)::after { position: absolute; top: 43px; right: -8px; width: 16px; height: 1px; background: #B9D3D8; content: ""; }
.workflow-step span { display: grid; width: 38px; height: 38px; margin: 0 auto 15px; place-items: center; border-radius: 50%; color: #fff; background: var(--fixsy-blue); font-size: .82rem; font-weight: 800; }
.workflow-step strong { display: block; font-size: .82rem; }
.split-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,1fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.split-copy p { font-size: 1.05rem; }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 14px 0; padding-left: 32px; color: #315967; font-weight: 650; }
.check-list li::before { position: absolute; top: 4px; left: 0; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: #fff; background: var(--fixsy-blue); content: "✓"; font-size: .68rem; }
.section-dark .feature-card { border-color: #0B3D68; background: #062B58; }
.feature-card h3 { color: #fff; }
.feature-card a { display: inline-block; margin-top: 20px; color: #7BE0E3; font-weight: 750; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: center; gap: 20px; }
.pricing-card > strong { display: block; margin: 30px 0 18px; font-size: 2rem; letter-spacing: -.04em; }
.pricing-card--featured { padding-block: 48px; color: #fff; border-color: var(--fixsy-blue); background: var(--fixsy-navy); box-shadow: var(--fixsy-shadow); }
.pricing-card--featured h3 { color: #fff; }
.pricing-card--featured p { color: #A8C3C8; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 55px 60px; border-radius: 32px; color: #fff; background: linear-gradient(120deg, #002264, #087493); box-shadow: 0 30px 80px rgba(0,34,100,.25); }
.final-cta h2 { max-width: 720px; color: #fff; }
.final-cta p { margin: 0; color: #B7D9DD; }
.final-cta .eyebrow { color: #79DCE0; }
.final-cta .fixsy-button { flex: 0 0 auto; }

.site-footer { padding: 82px 0 24px; color: #A4BEC4; background: #011D5D; }
.site-footer .site-brand__fallback { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 55px; }
.footer-brand p { max-width: 390px; margin-top: 22px; color: #91B0B7; }
.site-footer h2 { margin-bottom: 22px; color: #fff; font-size: .86rem; letter-spacing: .02em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer a:not(.fixsy-button):not(.site-brand__fallback) { color: #9DB9BF; font-size: .88rem; }
.site-footer a:hover { color: #fff!important; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 22px; border-top: 1px solid #0A3864; font-size: .77rem; }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 18px; }

.content-area { padding: 90px 0; }
.elementor-page-content { overflow: hidden; }
.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 55px; }
.archive-header, .page-entry .entry-header { margin-bottom: 50px; }
.archive-header h1, .page-entry h1, .single-entry h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.post-card { display: grid; grid-template-columns: minmax(220px,.75fr) 1.25fr; overflow: hidden; margin-bottom: 28px; border: 1px solid var(--fixsy-line); border-radius: var(--fixsy-radius); background: #fff; }
.post-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 30px; }
.post-card h2 { margin-bottom: 12px; font-size: 1.7rem; }
.post-card h2 a { color: var(--fixsy-navy); }
.entry-meta { margin-bottom: 12px; color: var(--fixsy-blue); font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.text-link { font-weight: 750; }
.widget { margin-bottom: 22px; padding: 25px; border: 1px solid var(--fixsy-line); border-radius: 18px; background: var(--fixsy-mist); }
.widget-title { font-size: 1.1rem; }
.widget ul { padding-left: 18px; }
.entry-thumbnail img { width: 100%; border-radius: var(--fixsy-radius); }
.single-entry .entry-content, .page-entry .entry-content { color: #315967; }
.single-entry .entry-content p, .page-entry .entry-content p { color: #466874; }
.comments-area { margin-top: 60px; }
input:not([type="submit"]), textarea, select { width: 100%; padding: 12px 14px; border: 1px solid var(--fixsy-line); border-radius: 12px; background: #fff; }
input[type="submit"], button[type="submit"] { padding: 12px 22px; border: 0; border-radius: 999px; color: #fff; background: var(--fixsy-blue); font-weight: 750; cursor: pointer; }
.error-404 { min-height: 70vh; padding: 120px 0; text-align: center; }
.error-code { display: block; color: var(--fixsy-blue); font-size: clamp(6rem, 15vw, 12rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; }

/* Designed inner pages */
.inner-hero { padding-top: 72px; border-bottom: 1px solid var(--fixsy-line); background: radial-gradient(circle at 78% 30%, #D9F3F4 0, rgba(217,243,244,.3) 22%, transparent 48%); }
.breadcrumbs { display: flex; gap: 10px; align-items: center; margin-bottom: 38px; color: var(--fixsy-muted); font-size: .78rem; font-weight: 750; }
.breadcrumbs a { color: var(--fixsy-blue); }
.inner-hero__grid { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(340px,.7fr); align-items: end; gap: clamp(50px,8vw,110px); }
.inner-hero__grid h1 { max-width: 830px; font-size: clamp(3rem,5vw,5rem); }
.inner-hero__grid p { max-width: 760px; font-size: 1.08rem; }
.image-panel--compact { min-height: 340px; }
.split-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; align-items: center; padding: 26px; border: 1px solid var(--fixsy-line); border-radius: 34px; background: #fff; box-shadow: var(--fixsy-shadow); }
.split-card > div:first-child { padding: 30px; }
.pricing-showcase { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); align-items: stretch; gap: 14px; }
.pricing-intro { padding: 42px 30px; border: 1px solid var(--fixsy-line); border-radius: var(--fixsy-radius); background: #fff; }
.pricing-showcase .pricing-card { padding: 30px 22px; }
.pricing-showcase .fixsy-button { width: 100%; padding-inline: 12px; }
.integration-card { padding: 30px; border: 1px solid var(--fixsy-line); border-radius: var(--fixsy-radius); background: #fff; }
.integration-card > span { display: grid; width: 48px; height: 48px; margin-bottom: 25px; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(145deg,var(--fixsy-blue),#002264); font-weight: 850; }
.integration-card p { margin: 0; font-size: .9rem; }
.form-placeholder { min-height: 380px; padding: 34px; border: 1px solid var(--fixsy-line); border-radius: 28px; background: #fff; box-shadow: var(--fixsy-shadow); }
.form-placeholder > strong { display: block; margin-bottom: 8px; font-size: 1.25rem; }

/* Native Elementor starter layouts. Theme defaults beat Elementor Site Kit globals,
   while Elementor's generated per-element styles load later and remain editable. */
body .elementor :where(.fixsy-el-section.e-con) { --width:100%; --max-width:none; width:100%; max-width:none; margin-inline:0; padding:86px max(22px,calc((100vw - var(--fixsy-container))/2)); align-items:stretch; background:#fff; }
body .elementor :where(.fixsy-el-section--tint.e-con) { background:var(--fixsy-mist); }
body .elementor :where(.fixsy-el-section--dark.e-con) { color:#fff; background:var(--fixsy-navy-2); }
body .elementor :where(.fixsy-el-hero.e-con) { padding-top:72px; background:radial-gradient(circle at 78% 12%,rgba(7,170,177,.10),transparent 28%),linear-gradient(180deg,#fff 0%,#F5FBFC 100%); }
body .elementor :where(.fixsy-el-inner-hero.e-con) { border-bottom:1px solid var(--fixsy-line); }
body .elementor :where(.fixsy-el-section.e-con > .e-con,.fixsy-el-section.e-con > .elementor-widget,.fixsy-el-row.e-con,.fixsy-el-grid.e-con) { --width:100%; width:100%; min-width:0; max-width:var(--fixsy-container); margin-right:auto; margin-left:auto; }
body .elementor :where(.fixsy-el-row.e-con) { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-items:center; gap:clamp(42px,6vw,72px); padding:0; }
body .elementor :where(.fixsy-el-row--hero.e-con) { grid-template-columns:minmax(0,.93fr) minmax(460px,1.07fr); }
body .elementor :where(.fixsy-el-copy.e-con) { gap:16px; padding:0; }
body .elementor :where(.fixsy-el-copy > .elementor-widget,.fixsy-el-card > .elementor-widget) { width:100%; max-width:none; }
body .elementor :where(.fixsy-el-grid.e-con) { display:grid; grid-auto-flow:row; align-items:stretch; gap:16px; margin-top:34px; padding:0; }
body .elementor :where(.fixsy-el-grid--3.e-con) { grid-template-columns:repeat(3,minmax(0,1fr)); }
body .elementor :where(.fixsy-el-grid--4.e-con) { grid-template-columns:repeat(4,minmax(0,1fr)); }
body .elementor :where(.fixsy-el-grid--8.e-con) { grid-template-columns:repeat(8,minmax(0,1fr)); gap:12px; }
body .elementor :where(.fixsy-el-row.e-con > .e-con,.fixsy-el-grid.e-con > .e-con,.fixsy-el-card.e-con) { --width:100%; width:100%; min-width:0; max-width:none; margin:0; }
body .elementor :where(.fixsy-el-card.e-con) { display:block; padding:28px; border:1px solid var(--fixsy-line); border-radius:24px; background:#fff; box-shadow:0 18px 50px rgba(0,34,100,.04); transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
body .elementor :where(.fixsy-el-card.e-con:hover) { border-color:#B6D8DC; box-shadow:var(--fixsy-shadow); transform:translateY(-2px); }
body .elementor :where(.fixsy-el-section--dark .fixsy-el-card.e-con) { border-color:#0B3D68; background:#062B58; }
.elementor .fixsy-el-heading .elementor-heading-title { margin:0; color:var(--fixsy-navy); font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-weight:780; }
.elementor .fixsy-el-heading--h1 .elementor-heading-title { font-size:clamp(3rem,5.3vw,5.25rem); line-height:1.02; letter-spacing:-.055em; }
.elementor .fixsy-el-heading--h2 .elementor-heading-title { font-size:clamp(2.25rem,4vw,3.7rem); line-height:1.06; letter-spacing:-.04em; }
.elementor .fixsy-el-card .fixsy-el-heading--h3 .elementor-heading-title { font-size:1.3rem; font-weight:760; line-height:1.18; letter-spacing:-.02em; }
.elementor .fixsy-el-eyebrow .elementor-heading-title { color:var(--fixsy-blue); font-size:.76rem; font-weight:820; letter-spacing:.11em; text-transform:uppercase; }
.elementor .fixsy-el-breadcrumb .elementor-heading-title { margin-bottom:18px; color:var(--fixsy-muted); font-size:.76rem; font-weight:700; letter-spacing:0; }
.elementor .fixsy-el-section .fixsy-el-text { color:var(--fixsy-muted); font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size:1.08rem; }
.elementor .fixsy-el-text p { margin:0; color:inherit; font:inherit; }
.elementor .fixsy-el-card .fixsy-el-text { font-size:.91rem; }
.elementor .fixsy-el-card-number .elementor-heading-title { display:grid; width:46px; height:46px; margin:0 0 22px; place-items:center; border-radius:999px; color:#fff; background:var(--fixsy-blue); font-size:.85rem; }
.elementor .fixsy-el-section--dark .fixsy-el-heading .elementor-heading-title,
.elementor .fixsy-el-cta .fixsy-el-heading .elementor-heading-title { color:#fff; }
.elementor .fixsy-el-section--dark .fixsy-el-text { color:#A5C1C6; }
.elementor .fixsy-el-cta .fixsy-el-text { color:#B7D9DD; }
.elementor .fixsy-el-section--center > .fixsy-el-heading .elementor-heading-title,
.elementor .fixsy-el-section--center > .fixsy-el-text { text-align:center; }
.elementor .fixsy-el-section--center > .fixsy-el-heading,
.elementor .fixsy-el-section--center > .fixsy-el-text { max-width:760px; margin-inline:auto; }
body .elementor :where(.fixsy-el-buttons.e-con) { display:flex; flex-direction:row; gap:12px; padding:12px 0 0; }
.elementor .fixsy-el-button .elementor-button { min-height:50px; padding:15px 24px; border:1px solid var(--fixsy-blue); border-radius:999px; color:#fff; background:var(--fixsy-blue); box-shadow:0 12px 24px rgba(7,170,177,.2); font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-weight:750; }
.elementor .fixsy-el-button .elementor-button:hover { color:#fff; background:var(--fixsy-blue-dark); }
.elementor .fixsy-el-button--secondary .elementor-button { color:var(--fixsy-blue); border-color:#BFE2E5; background:#E4F5F6; box-shadow:none; }
.elementor .fixsy-el-button--ghost .elementor-button { color:var(--fixsy-navy); border-color:rgba(0,34,100,.14); background:#fff; box-shadow:none; }
.elementor .fixsy-el-button--light .elementor-button { color:var(--fixsy-navy); border-color:#fff; background:#fff; box-shadow:none; }
.elementor .fixsy-el-button--text .elementor-button { min-height:0; padding:0; border:0; background:transparent; box-shadow:none; }
.elementor .fixsy-el-button--inverse .elementor-button { color:#fff; }
body .elementor :where(.fixsy-el-module-menu.e-con) { display:grid; gap:10px; margin-top:10px; padding:0; }
body .elementor :where(.fixsy-el-module-button) { width:100%; }
.elementor .fixsy-el-module-button .elementor-button { width:100%; justify-content:space-between; min-height:48px; padding:13px 16px; border:1px solid var(--fixsy-line); border-radius:18px; color:var(--fixsy-navy); background:#fff; box-shadow:none; text-align:left; font-weight:750; }
.elementor .fixsy-el-module-button .elementor-button:hover { color:var(--fixsy-blue); border-color:var(--fixsy-blue); background:#fff; }
body .elementor :where(.fixsy-el-proof-row.e-con) { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:18px; padding:0; }
body .elementor :where(.fixsy-el-proof.e-con) { display:block; padding:18px; border:1px solid var(--fixsy-line); border-radius:18px; background:rgba(255,255,255,.78); }
.elementor .fixsy-el-stat-number .elementor-heading-title { margin-bottom:3px; font-size:1.45rem; line-height:1.1; letter-spacing:-.03em; }
.elementor .fixsy-el-stat-label .elementor-heading-title { color:var(--fixsy-muted); font-size:.72rem; font-weight:700; line-height:1.35; letter-spacing:0; }
body .elementor :where(.fixsy-el-logo-section.e-con) { --width:100%; width:100%; max-width:none; flex-direction:row; align-items:center; justify-content:space-between; gap:24px; margin:0; padding:22px max(22px,calc((100vw - var(--fixsy-container))/2)); border-block:1px solid var(--fixsy-line); background:#fff; }
body .elementor :where(.fixsy-el-logo-line.e-con) { --width:auto; width:auto; flex:0 1 auto; flex-direction:row; flex-wrap:wrap; align-items:center; justify-content:flex-end; gap:12px; padding:0; }
.elementor .fixsy-el-logo-label .elementor-heading-title { color:var(--fixsy-muted); font-size:.82rem; font-weight:750; letter-spacing:0; }
.elementor .fixsy-el-logo-pill .elementor-heading-title { padding:7px 12px; border-radius:999px; color:#466874; background:var(--fixsy-mist); font-size:.76rem; font-weight:700; letter-spacing:0; }
body .elementor :where(.fixsy-el-card--featured.e-con) { border-color:var(--fixsy-blue); background:var(--fixsy-navy); box-shadow:var(--fixsy-shadow); }
.elementor .fixsy-el-card--featured .fixsy-el-heading .elementor-heading-title { color:#fff; }
.elementor .fixsy-el-card--featured .fixsy-el-text { color:#A8C3C8; }
body .elementor :where(.fixsy-el-pricing .fixsy-el-card--featured.e-con) { padding-block:42px; transform:translateY(-10px); }
body .elementor :where(.fixsy-el-workflow .fixsy-el-workflow-step.e-con) { min-height:126px; padding:22px 10px; text-align:center; }
.elementor .fixsy-el-workflow .fixsy-el-card-number .elementor-heading-title { margin-right:auto; margin-left:auto; }
body .elementor :where(.fixsy-el-solution-card.e-con) { min-height:230px; justify-content:space-between; }
body .elementor :where(.fixsy-el-solution-card.fixsy-el-card--featured.e-con) { grid-row:span 2; min-height:474px; }
body .elementor :where(.fixsy-el-price-card.e-con) { justify-content:flex-start; }
.elementor .fixsy-el-price .elementor-heading-title { margin-block:14px; font-size:34px; }
.elementor .fixsy-el-price-badge .elementor-heading-title { color:#79DCE0; }
.elementor .fixsy-el-price-features { padding-top:8px; line-height:1.9; }
body .elementor :where(.fixsy-el-price-card > .fixsy-el-button) { margin-top:auto; padding-top:18px; }
body .elementor :where(.fixsy-el-comparison-table.e-con) { display:flex; overflow-x:auto; gap:0; padding:0 0 12px; border:1px solid var(--fixsy-line); border-radius:24px; background:#fff; box-shadow:0 18px 50px rgba(0,34,100,.04); }
body .elementor :where(.fixsy-el-comparison-row.e-con) { min-width:860px; max-width:none; margin:0; gap:0; border-bottom:1px solid var(--fixsy-line); }
body .elementor :where(.fixsy-el-comparison-row.e-con:last-child) { border-bottom:0; }
body .elementor :where(.fixsy-el-comparison-row--header.e-con) { position:sticky; top:0; z-index:2; background:var(--fixsy-navy); }
body .elementor :where(.fixsy-el-comparison-row > .elementor-widget) { display:flex; min-width:0; padding:14px 16px; align-items:center; border-right:1px solid var(--fixsy-line); }
body .elementor :where(.fixsy-el-comparison-row > .elementor-widget:last-child) { border-right:0; }
.elementor .fixsy-el-comparison-row .elementor-widget-container { width:100%; }
.elementor .fixsy-el-comparison-row .fixsy-el-text p { margin:0; }
.elementor .fixsy-el-comparison-row--header .elementor-heading-title { color:#fff; font-size:14px; }
.elementor .fixsy-el-comparison-cell--feature { color:var(--fixsy-navy); font-weight:700; }
.elementor .fixsy-el-comparison-cell--yes { color:#087493; font-weight:800; text-align:center; }
.elementor .fixsy-el-comparison-cell--no { color:#7F9EA6; text-align:center; }
.elementor .fixsy-el-comparison-group { min-width:860px; margin:0; padding:18px 16px 12px; background:#E4F5F6; }
.elementor .fixsy-el-comparison-group .elementor-heading-title { color:var(--fixsy-navy); font-size:16px; }
body .elementor :where(.fixsy-el-cta.e-con) { display:flex; flex-direction:row; align-items:center; justify-content:space-between; gap:35px; padding:55px 60px; border-radius:32px; color:#fff; background:linear-gradient(135deg,#002264,#087493); box-shadow:0 30px 80px rgba(0,34,100,.25); }
body .elementor :where(.fixsy-el-cta > .e-con) { padding:0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1100px) {
  .site-header__inner { min-height: 70px; }
  .menu-toggle { display: block; order: 3; margin-left: auto; }
  .header-actions { display: none; }
  .primary-navigation { position: fixed; z-index: 998; top: 106px; right: 20px; left: 20px; max-height: calc(100vh - 130px); padding: 16px; visibility: hidden; overflow-y: auto; opacity: 0; transform: translateY(-12px); border: 1px solid var(--fixsy-line); border-radius: 20px; background: #fff; box-shadow: var(--fixsy-shadow); transition: .2s ease; }
  .primary-navigation.is-open { visibility: visible; opacity: 1; transform: none; }
  .primary-menu { display: block; }
  .primary-menu a { padding: 12px; }
  .primary-menu .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 0 14px; visibility: visible; opacity: 1; transform: none; border: 0; box-shadow: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .workflow-grid { grid-template-columns: repeat(4,1fr); }
  .workflow-step:nth-child(4)::after { display: none; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 30px; }
  .pricing-showcase { grid-template-columns: repeat(3,1fr); }
  .pricing-intro { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .fixsy-container { width: min(calc(100% - 32px), var(--fixsy-container)); }
  .section-pad { padding: 80px 0; }
  .announcement-bar__inner span:last-child { display: none; }
  .hero-section { padding-top: 70px; }
  .hero-grid, .split-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-grid .image-panel, .split-layout .image-panel { min-height: 430px; }
  .card-grid--3 { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card--featured { padding-block: 35px; }
  .final-cta { display: block; padding: 45px 35px; }
  .final-cta .fixsy-button { margin-top: 28px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .blog-layout { grid-template-columns: 1fr; }
  .widget-area { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
  .inner-hero__grid, .split-card { grid-template-columns: 1fr; }
  .pricing-showcase { grid-template-columns: 1fr; }
  .pricing-intro { grid-column: auto; }
	body .elementor :where(.fixsy-el-section.e-con) { padding-block: 75px; }
	body .elementor :where(.fixsy-el-row.e-con,.fixsy-el-row--hero.e-con) { grid-template-columns: 1fr; }
	body .elementor :where(.fixsy-el-grid--3.e-con) { grid-template-columns: repeat(2,minmax(0,1fr)); }
	body .elementor :where(.fixsy-el-grid--8.e-con) { grid-template-columns: repeat(4,minmax(0,1fr)); }
	body .elementor :where(.fixsy-el-cta.e-con) { display: block; padding: 42px 34px; }
	body .elementor :where(.fixsy-el-pricing .fixsy-el-card--featured.e-con) { transform:none; }
	body .elementor :where(.fixsy-el-solution-card.fixsy-el-card--featured.e-con) { grid-row:auto; min-height:270px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: 2.25rem; }
  .section-pad { padding: 66px 0; }
  .announcement-bar { text-align: center; }
  .announcement-bar__inner { justify-content: center; }
  .primary-navigation { top: 102px; }
  .button-row { display: grid; }
  .fixsy-button { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats > div { display: flex; align-items: center; justify-content: space-between; }
  .hero-grid .image-panel, .split-layout .image-panel, .fixsy-elementor-image { min-height: 340px; }
  .logo-strip .fixsy-container { display: block; }
  .logo-strip > div > span { display: block; margin-bottom: 12px; }
  .card-grid--3 { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: repeat(2,1fr); }
  .workflow-step:nth-child(even)::after { display: none; }
  .info-card, .feature-card, .pricing-card { padding: 25px; }
  .final-cta { padding: 36px 25px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom ul { margin-top: 14px; }
  .post-card { grid-template-columns: 1fr; }
  .post-card__image { height: 220px; }
  .widget-area { grid-template-columns: 1fr; }
  .inner-hero { padding-top: 52px; }
  .breadcrumbs { margin-bottom: 28px; }
  .inner-hero__grid h1 { font-size: clamp(2.65rem,13vw,4rem); }
  .split-card { padding: 14px; }
  .split-card > div:first-child { padding: 20px 10px; }
	body .elementor :where(.fixsy-el-section.e-con) { padding: 62px 16px; }
	.elementor .fixsy-el-heading--h1 .elementor-heading-title { font-size: clamp(2.65rem,13vw,4rem); }
	body .elementor :where(.fixsy-el-buttons.e-con) { flex-direction: column; }
	body .elementor :where(.fixsy-el-proof-row.e-con) { grid-template-columns:1fr; }
	body .elementor :where(.fixsy-el-logo-section.e-con) { flex-direction:column; align-items:flex-start; }
	body .elementor :where(.fixsy-el-logo-line.e-con) { justify-content:flex-start; }
	body .elementor :where(.fixsy-el-grid--3.e-con,.fixsy-el-grid--4.e-con) { grid-template-columns: 1fr; }
	body .elementor :where(.fixsy-el-grid--8.e-con) { grid-template-columns:1fr; }
	body .elementor :where(.fixsy-el-card.e-con) { padding: 25px; }
	body .elementor :where(.fixsy-el-cta.e-con) { padding: 34px 25px; border-radius: 24px; }
}
