:root {
  --ink: #1d2638;
  --muted: #657083;
  --blue: #1676d2;
  --blue-dark: #075cba;
  --coral: #ff4f6d;
  --teal: #20c99a;
  --teal-dark: #18b790;
  --paper: #ffffff;
  --soft: #f6f8fb;
  --line: #e9edf3;
  --shadow: 0 18px 45px rgba(17, 34, 68, .1);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.center { text-align: center; }
.center-text { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 0 0 6px 6px; background: var(--coral); color: white; font-weight: 700; transition: top .18s ease; }
.skip-link:focus { top: 0; }

h1, h2, h3 { margin: 0 0 18px; line-height: 1.16; letter-spacing: -.025em; }
h1 { max-width: 780px; font-size: clamp(2.8rem, 6vw, 5.7rem); color: white; }
h2 { font-size: clamp(2rem, 3.7vw, 3.2rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 24px; color: var(--muted); }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--coral); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-light { color: white; }
.light, .light p { color: white; }
.section-heading { max-width: 680px; margin: 0 auto 55px; text-align: center; }
.section-heading.light, .section-heading.light p { color: white; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 28px; border: 0; border-radius: 999px; background: var(--coral); box-shadow: 0 10px 24px rgba(255, 79, 109, .24); color: white; font-size: .86rem; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover, .button:focus-visible { background: #f13758; box-shadow: 0 12px 28px rgba(255, 79, 109, .34); transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 9px 21px; font-size: .78rem; }
.button-light { background: white; box-shadow: none; color: var(--teal-dark); }
.button-light:hover, .button-light:focus-visible { background: #f3fffb; }

.site-header { position: sticky; z-index: 50; top: 0; height: 76px; border-bottom: 1px solid rgba(14, 38, 67, .07); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; height: 100%; align-items: center; gap: 34px; }
.brand { margin-right: auto; }
.brand img { width: 136px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #344056; font-size: .88rem; font-weight: 700; }
.site-nav a:hover { color: var(--coral); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 650px; overflow: hidden; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 57%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 55, 64, .83) 0%, rgba(17, 137, 137, .57) 52%, rgba(0, 24, 38, .2) 100%); box-shadow: inset 0 0 110px rgba(0, 0, 0, .32); }
.hero-inner { position: relative; display: flex; min-height: 650px; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 35px; }
.hero-copy { max-width: 660px; margin-bottom: 32px; color: rgba(255, 255, 255, .92); font-size: clamp(1rem, 1.7vw, 1.25rem); }

.integration-map { position: relative; min-height: 465px; }
.orbit { position: absolute; inset: 4% auto auto 3%; width: 93%; height: 90%; object-fit: contain; opacity: .9; }
.integration-logo { position: absolute; display: grid; width: 76px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: white; box-shadow: 0 10px 30px rgba(16, 44, 72, .14); }
.integration-logo img { max-width: 72%; max-height: 65%; }
.logo-myob { top: 2%; left: 26%; }.logo-zoho { top: 19%; right: 5%; }.logo-aws { right: 12%; bottom: 10%; }.logo-excel { bottom: 1%; left: 35%; }.logo-xero { bottom: 26%; left: 2%; }.logo-accede { top: 35%; left: 40%; width: 95px; }
.section-copy > p:not(.eyebrow) { max-width: 560px; }

.products { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--teal-dark), #36d7a6); }
.products::before, .products::after { position: absolute; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; }
.products::before { top: -160px; left: -70px; }.products::after { right: -120px; bottom: -170px; }
.product-grid { display: grid; max-width: 850px; margin: auto; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.product-card { display: flex; min-height: 570px; flex-direction: column; padding: 38px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.product-card p { flex: 1; }
.product-card .button { align-self: flex-start; }
.product-visual { position: relative; height: 220px; margin: 8px 0 28px; overflow: hidden; border-radius: 6px; background: #eef5f6; }
.map-visual { background: linear-gradient(35deg, transparent 48%, #c8e1dd 49%, #c8e1dd 52%, transparent 53%), linear-gradient(-20deg, #edf4ec 0 50%, #ddeee8 51%); }
.map-road { position: absolute; width: 120%; height: 7px; background: white; box-shadow: 0 0 0 2px #dce5e6; }.road-one { top: 38%; left: -10%; transform: rotate(-16deg); }.road-two { top: 56%; left: -10%; transform: rotate(20deg); }
.pin { position: absolute; width: 17px; height: 17px; border: 5px solid var(--coral); border-radius: 50% 50% 50% 0; background: white; transform: rotate(-45deg); }.pin-one { top: 38px; right: 45px; }.pin-two { right: 116px; bottom: 34px; }.pin-three { top: 100px; left: 95px; }
.mock-panel { position: absolute; top: 20px; left: 18px; display: flex; width: 105px; padding: 12px; flex-direction: column; gap: 7px; border-radius: 5px; background: white; box-shadow: 0 8px 24px rgba(21,50,65,.15); font-size: .54rem; }.mock-panel span { height: 5px; border-radius: 5px; background: #e6edf1; }
.laptop-visual { display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg, #eaf4f8, #cfe1e9); }
.laptop-screen { position: relative; width: 80%; height: 66%; overflow: hidden; border: 8px solid #263747; border-radius: 7px; background: white; box-shadow: 0 16px 28px rgba(27,49,66,.2); }.laptop-base { width: 94%; height: 10px; border-radius: 2px 2px 14px 14px; background: #506675; }
.app-bar { height: 14px; background: var(--blue); }.app-sidebar { position: absolute; top: 14px; bottom: 0; width: 23%; background: #f0f4f7; }.app-content { display: grid; margin: 18px 12px 0 30%; grid-template-columns: repeat(2, 1fr); gap: 8px; }.app-content span { height: 38px; border-radius: 4px; background: #dcebf3; }.app-content span:nth-child(2), .app-content span:nth-child(3) { background: #d8f3e8; }

.why-us { border-bottom: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.feature-card { padding: 34px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; text-align: center; transition: transform .18s ease, box-shadow .18s ease; }
.feature-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.feature-card p { margin: 0; font-size: .92rem; }
.feature-icon { display: grid; width: 58px; height: 58px; margin: 0 auto 22px; place-items: center; border-radius: 50%; background: rgba(255,79,109,.1); color: var(--coral); }
.feature-icon svg { width: 26px; height: 26px; }
.feature-card:nth-child(2n) .feature-icon { background: rgba(24,183,144,.11); color: var(--teal-dark); }
.why-us .center { margin-top: 46px; }

.clients { padding-block: 70px; }
.client-strip { display: grid; align-items: center; grid-template-columns: repeat(5, 1fr); gap: 40px; }
.client-strip img { width: 100%; max-width: 150px; max-height: 70px; margin: auto; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .18s ease, opacity .18s ease; }
.client-strip img:hover { filter: none; opacity: 1; }

.consultant { overflow: hidden; padding: 75px 0 35px; background: linear-gradient(125deg, #22bda4, #31cbb1); }
.consultant h2 { color: white; }
.consultant p { color: rgba(255,255,255,.88); }
.consultant-art { align-self: end; }
.consultant-art img { max-height: 460px; margin: auto; object-fit: contain; }

.contact { padding-bottom: 0; }
.contact-inner { padding-bottom: 80px; }
.contact-form { display: grid; max-width: 820px; margin: auto; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form .full { grid-column: 1 / -1; }
input, textarea { width: 100%; border: 1px solid #e3e8ef; border-radius: 3px; outline: 0; background: var(--soft); color: var(--ink); }
input { height: 52px; padding: 0 17px; }
textarea { min-height: 150px; padding: 15px 17px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(32,201,154,.12); }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 100; display: flex; max-width: 400px; align-items: center; gap: 12px; padding: 16px 18px; border-radius: 10px; background: var(--teal-dark); box-shadow: 0 18px 45px rgba(17, 34, 68, .25); color: white; opacity: 0; transform: translateY(16px); transition: opacity .25s ease, transform .25s ease; pointer-events: none; }
.toast[hidden] { display: none; }
.toast--show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.toast--error { background: #d43a4e; }
.toast-icon { display: grid; width: 22px; height: 22px; flex-shrink: 0; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .22); }
.toast-icon svg { width: 14px; height: 14px; }
.toast-message { font-size: .9rem; line-height: 1.4; }
.toast-close { display: grid; width: 26px; height: 26px; margin-left: auto; flex-shrink: 0; place-items: center; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .18); color: white; font-size: 1.1rem; line-height: 1; cursor: pointer; }
.toast-close:hover { background: rgba(255, 255, 255, .32); }
.gotcha { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.map { display: block; width: 100%; height: 360px; border: 0; background: #e6e4df; }

.site-footer { padding: 62px 0 24px; background: #f1f6fb; font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .6fr; gap: 70px; }
.footer-logo { width: 185px; margin-bottom: 18px; }
.footer-grid address { color: var(--muted); font-style: normal; }
.footer-grid strong { display: block; margin-bottom: 12px; color: var(--ink); }
.footer-grid a { display: block; margin: 8px 0; color: var(--muted); }
.copyright { display: flex; margin-top: 45px; padding-top: 20px; justify-content: space-between; gap: 20px; border-top: 1px solid #dfe8f0; color: #8993a1; font-size: .72rem; }

@media (max-width: 860px) {
  .section { padding: 75px 0; }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 26px 20px; flex-direction: column; align-items: flex-start; gap: 20px; border-top: 1px solid var(--line); background: white; box-shadow: 0 20px 35px rgba(22,39,66,.13); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .hero, .hero-inner { min-height: 580px; }
  .integration-map { min-height: 420px; order: 2; }
  .product-grid { grid-template-columns: 1fr; max-width: 520px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .client-strip { grid-template-columns: repeat(3, 1fr); }
  .consultant { padding-bottom: 0; }
  .consultant-art { max-width: 520px; margin: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .copyright { flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header { height: 68px; }
  .site-nav { top: 68px; }
  .brand img { width: 118px; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2rem; }
  .hero, .hero-inner { min-height: 560px; }
  .hero-shade { background: rgba(7, 69, 74, .73); }
  .integration-map { min-height: 330px; }
  .integration-logo { width: 58px; }
  .logo-accede { width: 72px; }
  .product-card { min-height: 0; padding: 28px 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .client-strip { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .toast { right: 16px; bottom: 16px; left: 16px; max-width: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
