:root {
  --ink: #0a1c33;
  --ink-soft: #17314f;
  --blue: #1568e5;
  --blue-bright: #3ea4ff;
  --cyan: #16c7d9;
  --green: #20b579;
  --lime: #a9e936;
  --paper: #ffffff;
  --surface: #f4f7fb;
  --surface-blue: #edf5ff;
  --text: #31445b;
  --muted: #718198;
  --border: #dfe7f0;
  --shadow: 0 22px 60px rgba(9, 35, 70, .09);
  --radius: 24px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
section { position: relative; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 11px 18px; border-radius: 10px; color: #fff; background: var(--ink); text-decoration: none; }
.skip-link:focus { top: 12px; }
.noscript { position: fixed; inset: auto 12px 12px; z-index: 999; padding: 12px 16px; border-radius: 10px; color: white; background: #9f1f1f; text-align: center; }

.site-header { position: sticky; top: 0; z-index: 100; height: 78px; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(216,226,238,.85); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; flex-shrink: 0; }
.brand img { width: 54px; height: 38px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font: 800 .9rem/1.2 "Manrope", sans-serif; letter-spacing: -.02em; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: .58rem; letter-spacing: .035em; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 28px); margin-left: auto; }
.primary-nav a { position: relative; margin: -8px -10px; padding: 8px 10px; border-radius: 9px; color: #43566e; font-size: .84rem; font-weight: 600; text-decoration: none; transition: color .2s ease, background .2s ease; }
.primary-nav a::after { content: ""; position: absolute; left: 10px; right: calc(100% - 10px); bottom: 2px; height: 2px; border-radius: 2px; background: var(--blue); transition: right .25s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--blue); background: #f3f8ff; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a.active::after { right: 10px; }
.primary-nav a.active { color: #0d5ccf; background: #eaf3ff; font-weight: 700; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--border); border-radius: 12px; background: white; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid var(--blue); border-radius: 12px; color: white; background: var(--blue); box-shadow: 0 10px 28px rgba(21,104,229,.22); font-weight: 700; font-size: .92rem; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #0d5ccf; box-shadow: 0 14px 32px rgba(21,104,229,.28); }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 10px; font-size: .82rem; }
.button-ghost { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.14); }
.button-dark { margin-top: 24px; border-color: var(--ink); background: var(--ink); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 700; text-decoration: none; }
.text-link:hover { gap: 12px; }

.section-dark { color: white; background: #071a34; }
.hero { min-height: calc(100svh - 78px); padding: 58px 0 0; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .27; background-image: linear-gradient(rgba(90,154,231,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(90,154,231,.12) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 650px; height: 650px; top: -250px; right: -100px; background: radial-gradient(circle, rgba(28,122,245,.28), transparent 68%); }
.hero-glow-two { width: 440px; height: 440px; left: -180px; bottom: 0; background: radial-gradient(circle, rgba(22,199,217,.12), transparent 70%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; }
.eyebrow-dark { color: #78c7ff; }
.hero h1 { max-width: 700px; margin: 0; color: white; font: 800 clamp(3rem, 5.3vw, 5rem)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; }
.hero h1 span, .section-heading h2 span { color: var(--blue-bright); }
.hero-lead { max-width: 620px; margin: 26px 0 0; color: #b7c8dc; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 18px; margin: 25px 0 0; padding: 0; color: #9bb0c8; list-style: none; font-size: .78rem; }
.hero-assurances li { display: flex; align-items: center; gap: 6px; }
.hero-assurances span { display: inline-grid; place-items: center; width: 17px; height: 17px; border: 1px solid rgba(76,215,158,.4); border-radius: 50%; color: #4cd79e; font-size: .65rem; }

.suite-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.suite-visual::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(47,137,255,.24), rgba(20,82,176,.06) 55%, transparent 72%); }
.visual-orbit { position: absolute; border: 1px solid rgba(89,164,255,.17); border-radius: 50%; }
.orbit-one { width: 440px; height: 440px; }
.orbit-two { width: 360px; height: 360px; }
.suite-panel { position: relative; z-index: 2; width: min(100%, 430px); padding: 22px; border: 1px solid rgba(152,194,245,.2); border-radius: 28px; background: linear-gradient(145deg, rgba(17,52,96,.9), rgba(8,29,61,.82)); box-shadow: 0 38px 90px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.1); backdrop-filter: blur(20px); }
.suite-panel-top { display: flex; align-items: center; gap: 9px; padding-bottom: 18px; color: #a7bbd3; font-size: .74rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #36d69b; box-shadow: 0 0 12px #36d69b; }
.live-pill { margin-left: auto; padding: 3px 9px; border-radius: 20px; color: #50dba7; background: rgba(45,204,146,.1); }
.metric-feature { padding: 20px; border: 1px solid rgba(134,181,240,.14); border-radius: 18px; background: rgba(255,255,255,.045); }
.metric-feature > span { color: #83a2c7; font-size: .72rem; }
.metric-feature strong { display: block; margin-top: 3px; font: 700 1.75rem "Manrope", sans-serif; }
.metric-line { height: 58px; margin-top: 15px; position: relative; overflow: hidden; }
.metric-line::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px); background-size: 100% 18px; }
.metric-line i { position: absolute; inset: 26px 0 auto; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--blue-bright), var(--lime)); transform: rotate(-5deg); border-radius: 8px; box-shadow: 45px -12px 0 -1px var(--blue-bright), 105px -7px 0 -1px var(--blue-bright), 180px -24px 0 -1px var(--lime); }
.mini-products { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.mini-products > div { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid rgba(134,181,240,.12); border-radius: 14px; background: rgba(255,255,255,.035); }
.product-glyph { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; font: 800 .75rem "Manrope", sans-serif; }
.product-glyph.crm { color: #69adff; background: rgba(42,126,232,.18); }
.product-glyph.hrm { color: #58dcaa; background: rgba(39,187,133,.16); }
.product-glyph.billing { color: #ffd46b; background: rgba(239,178,47,.15); }
.product-glyph.web { color: #c7a4ff; background: rgba(151,100,232,.16); }
.mini-products p { display: grid; margin: 0; line-height: 1.3; }
.mini-products strong { color: #edf5ff; font-size: .74rem; }
.mini-products small { color: #7991ae; font-size: .59rem; }
.mini-products b { margin-left: auto; color: #6683a5; font-size: .7rem; }
.trust-strip { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 24px; margin-top: 44px; padding: 22px 0; border-top: 1px solid rgba(161,192,228,.13); color: #8fa4bc; font-size: .75rem; letter-spacing: .03em; }
.trust-strip i { height: 1px; background: rgba(142,174,211,.14); }

.section-heading h2 { max-width: 760px; margin: 0; color: var(--ink); font: 800 clamp(2.25rem, 4vw, 3.75rem)/1.1 "Manrope", sans-serif; letter-spacing: -.045em; }
.section-heading h2 span { color: var(--blue); }
.section-heading > p:not(.eyebrow), .split-heading > p { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.centered { display: flex; flex-direction: column; align-items: center; text-align: center; }
.centered > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.split-heading > p { margin-bottom: 8px; }

.why { background: white; }
.business-flow { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: var(--shadow); overflow: hidden; }
.flow-step { position: relative; min-height: 380px; display: flex; flex-direction: column; padding: 30px 26px 27px; border-right: 1px solid var(--border); }
.flow-step:last-child { border-right: 0; }
.flow-step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 67px; right: -14px; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #cfdeed; border-radius: 50%; color: var(--blue); background: white; font-size: .75rem; }
.flow-top { display: flex; align-items: center; justify-content: space-between; }
.flow-number { color: #9baabd; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.flow-product { display: grid; place-items: center; min-width: 42px; height: 30px; padding: 0 8px; border-radius: 8px; font: 800 .62rem "Manrope", sans-serif; letter-spacing: .05em; }
.flow-crm { color: #1568e5; background: #eaf3ff; }
.flow-hrm { color: #118b65; background: #e8f8f2; }
.flow-billing { color: #bd7207; background: #fff3d9; }
.flow-web { color: #7147c6; background: #f1ecfc; }
.flow-stage { margin: 45px 0 7px; color: var(--blue); font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.flow-step h3 { margin: 0 0 13px; color: var(--ink); font: 750 1.18rem/1.35 "Manrope", sans-serif; letter-spacing: -.02em; }
.flow-step > p:not(.flow-stage) { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.72; }
.flow-result { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--border); color: #40566f; font-size: .7rem; font-weight: 700; }
.flow-result::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }
.flow-summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 22px 27px; border: 1px solid #d8e4ef; border-radius: 16px; background: #f8fbfe; }
.flow-summary p { display: grid; gap: 3px; margin: 0; }
.flow-summary strong { color: var(--ink); font: 700 .86rem "Manrope", sans-serif; }
.flow-summary p span { color: var(--muted); font-size: .73rem; }
.flow-summary .text-link { flex-shrink: 0; font-size: .78rem; }

.products-section { background: var(--surface); }
.product-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 60px; }
.product-card { position: relative; min-height: 485px; padding: 38px; border: 1px solid var(--border); border-radius: 28px; background: white; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; bottom: -100px; border-radius: 50%; background: var(--card-glow, #edf5ff); opacity: .7; }
.product-top { display: flex; align-items: center; gap: 14px; }
.product-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; color: var(--card-color, var(--blue)); background: var(--card-soft, var(--surface-blue)); font: 800 1rem "Manrope", sans-serif; }
.product-label { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-card h3 { margin: 27px 0 10px; color: var(--ink); font: 750 1.7rem "Manrope", sans-serif; letter-spacing: -.035em; }
.product-card > p { max-width: 490px; margin: 0; color: var(--muted); font-size: .92rem; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 20px; margin: 28px 0 30px; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 9px; color: #465c74; font-size: .8rem; }
.feature-list li::before { content: "✓"; color: var(--card-color, var(--green)); font-weight: 800; }
.product-card .text-link { position: relative; z-index: 2; color: var(--card-color, var(--blue)); font-size: .84rem; }
.product-industries { position: absolute; z-index: 1; right: 25px; bottom: 22px; max-width: 200px; color: #8392a5; font-size: .64rem; text-align: right; }

.industries { color: white; background: var(--ink); overflow: hidden; }
.industries::after { content: ""; position: absolute; right: -130px; top: -130px; width: 500px; height: 500px; border: 1px solid rgba(82,159,245,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(82,159,245,.025), 0 0 0 160px rgba(82,159,245,.02); }
.industries-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.industries .section-heading h2 { color: white; }
.industries .section-heading > p:not(.eyebrow) { color: #9eb2ca; }
.industries .text-link { margin-top: 28px; color: #70baff; }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(154,187,224,.17); border-left: 1px solid rgba(154,187,224,.17); }
.industry-grid > div { display: grid; grid-template-columns: 38px 1fr; padding: 25px 20px; border-right: 1px solid rgba(154,187,224,.17); border-bottom: 1px solid rgba(154,187,224,.17); }
.industry-grid span { grid-row: 1 / 3; color: #55708f; font: 700 .65rem "Manrope", sans-serif; }
.industry-grid strong { color: #eef5fc; font: 650 .95rem "Manrope", sans-serif; }
.industry-grid small { margin-top: 3px; color: #7f96b1; font-size: .72rem; }

.customers { background: white; }
.customer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 58px; }
.customer-card { padding: 28px; border: 1px solid var(--border); border-radius: 20px; background: white; transition: border-color .2s, box-shadow .2s; }
.customer-card:hover { border-color: #bad3ee; box-shadow: var(--shadow); }
.customer-logo { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 16px; color: var(--customer-color); background: var(--customer-soft); font: 800 1.08rem "Manrope", sans-serif; letter-spacing: -.04em; }
.customer-card h3 { min-height: 50px; margin: 22px 0 3px; color: var(--ink); font: 700 1rem/1.45 "Manrope", sans-serif; }
.customer-card .industry { color: var(--blue); font-size: .7rem; font-weight: 700; }
.customer-card blockquote { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--border); color: var(--muted); font-size: .8rem; font-style: normal; line-height: 1.65; }

.about { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-visual { --about-right-edge: 50px; position: relative; padding: 30px var(--about-right-edge) 30px 0; }
.about-story-card { position: relative; z-index: 1; min-height: 520px; display: flex; flex-direction: column; padding: 38px; border-radius: 28px; color: white; background: var(--ink); box-shadow: 0 30px 70px rgba(14,43,76,.18); overflow: hidden; }
.about-story-card::after { content: ""; position: absolute; right: -100px; bottom: -110px; width: 300px; height: 300px; border: 1px solid rgba(77,159,255,.23); border-radius: 50%; box-shadow: 0 0 0 60px rgba(77,159,255,.04), 0 0 0 120px rgba(77,159,255,.025); }
.about-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.about-card-top img { width: 150px; height: 82px; object-fit: contain; filter: drop-shadow(0 10px 25px rgba(24,104,222,.25)); }
.about-card-top > span { padding: 7px 11px; border: 1px solid rgba(125,190,255,.22); border-radius: 30px; color: #8bc9ff; background: rgba(43,126,220,.1); font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.about-card-copy { position: relative; z-index: 1; margin: 38px 0 32px; }
.about-card-copy > p:first-child { margin: 0 0 10px; color: #69b8ff; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-card-copy h3 { margin: 0; color: white; font: 750 clamp(1.5rem, 2.2vw, 1.9rem)/1.26 "Manrope", sans-serif; letter-spacing: -.035em; }
.about-card-copy h3 span { color: #67b9ff; }
.about-card-copy > p:last-child { max-width: 420px; margin: 16px 0 0; color: #9db2ca; font-size: .78rem; line-height: 1.7; }
.about-process { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: auto; border: 1px solid rgba(151,191,235,.16); border-radius: 15px; background: rgba(255,255,255,.04); overflow: hidden; }
.about-process > div { display: flex; align-items: center; gap: 9px; padding: 15px 12px; border-right: 1px solid rgba(151,191,235,.14); }
.about-process > div:last-child { border-right: 0; }
.about-process b { color: #4ca9fb; font-size: .58rem; }
.about-process span { display: grid; line-height: 1.35; }
.about-process strong { color: #eef6fd; font: 700 .68rem "Manrope", sans-serif; }
.about-process small { margin-top: 2px; color: #708aa7; font-size: .57rem; }
.about-dots { position: absolute; right: var(--about-right-edge); top: 0; width: 105px; height: 85px; opacity: .4; background-image: radial-gradient(var(--blue) 1.5px, transparent 1.5px); background-size: 13px 13px; }
.about-copy > p:not(.eyebrow) { max-width: 640px; margin-top: 20px; }
.values { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.values span { padding: 8px 13px; border: 1px solid #d7e3ef; border-radius: 30px; color: #50647b; background: white; font-size: .72rem; font-weight: 650; }

.pricing { background: white; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin-top: 58px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 450px; padding: 30px 25px; border: 1px solid var(--border); border-radius: 22px; background: white; }
.price-card.popular { color: #c5d6e8; border-color: var(--ink); background: var(--ink); box-shadow: 0 24px 55px rgba(7,26,52,.2); transform: translateY(-8px); }
.popular-badge { position: absolute; top: 16px; right: 16px; padding: 4px 9px; border-radius: 20px; color: #82caff; background: rgba(59,151,255,.12); font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.price-card h3 { margin: 0; color: var(--ink); font: 700 1.1rem "Manrope", sans-serif; }
.price-card.popular h3 { color: white; }
.price-card .price { margin: 27px 0 5px; color: var(--blue); font: 800 1.6rem "Manrope", sans-serif; letter-spacing: -.03em; }
.price-card.popular .price { color: #74bfff; }
.price-card .price-detail { min-height: 42px; color: var(--muted); font-size: .75rem; }
.price-card.popular .price-detail { color: #93a9c2; }
.price-features { display: grid; gap: 12px; margin: 25px 0 30px; padding: 24px 0 0; border-top: 1px solid var(--border); list-style: none; }
.price-card.popular .price-features { border-color: rgba(161,193,229,.16); }
.price-features li { display: flex; gap: 8px; font-size: .76rem; }
.price-features li::before { content: "✓"; color: var(--green); font-weight: 800; }
.price-card .button { width: 100%; min-height: 46px; margin-top: auto; border-color: var(--border); color: var(--blue); background: white; box-shadow: none; }
.price-card .button:hover { border-color: var(--blue); }
.price-card.popular .button { border-color: var(--blue); color: white; background: var(--blue); }
.pricing-note { margin: 32px 0 0; color: var(--muted); font-size: .82rem; text-align: center; }

.faq { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid #cfdbe8; }
.faq-item { border-bottom: 1px solid #cfdbe8; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 4px; color: var(--ink); font: 700 .98rem/1.5 "Manrope", sans-serif; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid #c8d5e3; border-radius: 50%; color: var(--blue); font: 500 1.1rem "DM Sans", sans-serif; transition: transform .2s; }
.faq-item[open] summary::after { content: "−"; transform: rotate(180deg); }
.faq-item p { max-width: 700px; margin: -7px 45px 25px 4px; color: var(--muted); font-size: .88rem; line-height: 1.75; }

.contact { padding-bottom: 50px; color: white; background: var(--ink); overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(98,156,223,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(98,156,223,.12) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle at 20% 40%, black, transparent 62%); }
.contact-shell { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.contact-copy h2 { margin: 0; color: white; font: 800 clamp(2.5rem, 4.8vw, 4.2rem)/1.08 "Manrope", sans-serif; letter-spacing: -.05em; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: #9eb3ca; }
.contact-methods { display: grid; gap: 0; margin-top: 35px; border-top: 1px solid rgba(155,190,229,.16); }
.contact-methods > * { display: grid; gap: 1px; padding: 17px 0; border-bottom: 1px solid rgba(155,190,229,.16); text-decoration: none; }
.contact-methods span { color: #6985a5; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-methods strong { color: #eef5fc; font-size: .84rem; font-weight: 600; }
.contact-methods a:hover strong { color: #76bfff; }
.contact-form { padding: 38px; border: 1px solid rgba(183,209,239,.16); border-radius: 26px; background: white; box-shadow: 0 32px 80px rgba(0,0,0,.24); }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.form-heading p { margin: 0; color: var(--ink); font: 750 1.35rem "Manrope", sans-serif; }
.form-heading span { color: var(--muted); font-size: .64rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 15px; color: #506176; font-size: .7rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #dbe4ee; border-radius: 10px; outline: none; color: var(--ink); background: #f9fbfd; font-size: .82rem; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 46px; padding: 0 13px; }
.contact-form textarea { padding: 12px 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #73adf1; box-shadow: 0 0 0 3px rgba(21,104,229,.1); }
.form-submit { width: 100%; margin-top: 3px; }
.form-note { margin: 12px 0 0; color: #8a99aa; font-size: .63rem; text-align: center; }
.map-placeholder { position: relative; display: flex; align-items: center; justify-content: space-between; margin-top: 42px; padding: 22px 0; border-top: 1px solid rgba(155,190,229,.16); }
.map-placeholder > div { display: flex; align-items: center; gap: 12px; }
.map-placeholder > div > span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(116,184,255,.3); border-radius: 11px; color: #7fc5ff; }
.map-placeholder p { display: grid; margin: 0; line-height: 1.4; }
.map-placeholder strong { color: #eaf2fb; font-size: .82rem; }
.map-placeholder small { color: #708aa7; font-size: .67rem; }
.map-placeholder .text-link { color: #7fc5ff; font-size: .78rem; }

.site-footer { position: relative; padding: 48px 0 20px; color: #60758d; background: linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%); border-top: 1px solid #dce7f2; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--lime)); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 36px; align-items: start; }
.brand-light { color: var(--ink); }
.brand-light .brand-copy small { color: #71849a; }
.footer-brand > p { max-width: 310px; margin: 16px 0; color: #60758d; font-size: .78rem; line-height: 1.65; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; min-height: 145px; padding-left: 28px; border-left: 1px solid #d7e3ef; }
.footer-grid h3 { margin: 3px 0 10px; color: var(--ink); font: 800 .7rem "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #60758d; font-size: .74rem; text-decoration: none; transition: color .2s, transform .2s; }
.footer-grid a:hover { color: var(--blue); transform: translateX(2px); }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #cfdeec; border-radius: 9px; color: #516a84; background: white; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 18px; border-top: 1px solid #d7e3ef; color: #71849a; font-size: .66rem; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 50; display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 17px; border-radius: 30px; color: white; background: #19ad6f; box-shadow: 0 12px 30px rgba(21,139,89,.3); font-size: .78rem; text-decoration: none; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float span { font-size: 1.25rem; transform: rotate(-30deg); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .nav-wrap { gap: 18px; }
  .primary-nav { gap: 14px; }
  .primary-nav a { font-size: .78rem; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 430px; gap: 35px; }
  .hero h1 { font-size: clamp(3rem, 5.6vw, 4.3rem); }
  .business-flow, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .flow-step:nth-child(2) { border-right: 0; }
  .flow-step:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .flow-step:nth-child(2)::after { display: none; }
  .customer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .contact-shell { gap: 55px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 26px; }
  .footer-grid > div:not(.footer-brand) { padding-left: 20px; }
}

@media (max-width: 840px) {
  .section { padding: 88px 0; }
  .site-header { height: 72px; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 72px 0 auto; display: grid; align-content: start; gap: 0; max-height: 0; margin: 0; padding: 0 20px; overflow: hidden; background: rgba(255,255,255,.98); box-shadow: 0 25px 50px rgba(10,31,58,.1); transition: max-height .3s, padding .3s; }
  .primary-nav.open { max-height: calc(100vh - 72px); padding-top: 12px; padding-bottom: 20px; }
  .primary-nav a { margin: 0; padding: 14px 12px; border-bottom: 1px solid var(--border); border-radius: 10px; font-size: .95rem; }
  .primary-nav a::after { display: none; }
  .hero { padding-top: 52px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .suite-visual { min-height: 475px; }
  .trust-strip { grid-template-columns: 1fr 1fr; text-align: center; }
  .trust-strip i { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .product-showcase { grid-template-columns: 1fr; }
  .industries-layout, .about-grid, .faq-layout, .contact-shell { grid-template-columns: 1fr; }
  .industries-layout { gap: 55px; }
  .about-grid { gap: 45px; }
  .about-visual { max-width: 580px; width: 100%; margin: auto; }
  .faq-layout { gap: 50px; }
  .faq-intro { position: static; }
  .contact-shell { gap: 50px; }
  .contact-copy { max-width: 650px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:not(.footer-brand) { min-height: 0; padding: 22px 0 0; border-top: 1px solid #d7e3ef; border-left: 0; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 74px 0; }
  .brand-copy strong { font-size: .8rem; }
  .brand-copy small { display: none; }
  .hero { min-height: 0; padding-top: 46px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.6rem); }
  .hero-lead { font-size: .95rem; }
  .hero-actions .button { flex: 1 1 180px; }
  .hero-assurances { display: grid; gap: 10px; }
  .suite-visual { min-height: 410px; margin-top: 15px; }
  .suite-panel { padding: 15px; border-radius: 22px; transform: none; }
  .metric-feature { padding: 16px; }
  .metric-feature strong { font-size: 1.35rem; }
  .mini-products > div { padding: 9px; }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 290px; height: 290px; }
  .trust-strip { margin-top: 38px; gap: 13px; font-size: .67rem; }
  .section-heading h2 { font-size: 2.25rem; }
  .business-flow, .pricing-grid, .customer-grid { grid-template-columns: 1fr; }
  .flow-step { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--border); }
  .flow-step:last-child { border-bottom: 0; }
  .flow-step:not(:last-child)::after { top: auto; right: 50%; bottom: -14px; transform: translateX(50%) rotate(90deg); }
  .flow-step:nth-child(2)::after { display: grid; }
  .flow-stage { margin-top: 32px; }
  .flow-summary { align-items: flex-start; flex-direction: column; }
  .product-card { min-height: 0; padding: 28px 23px 90px; }
  .product-card h3 { font-size: 1.45rem; }
  .feature-list { grid-template-columns: 1fr; }
  .product-industries { left: 23px; right: 23px; text-align: left; }
  .industry-grid { grid-template-columns: 1fr; }
  .customer-card h3 { min-height: 0; }
  .about-visual { --about-right-edge: 0px; padding: 20px 0; }
  .about-story-card { min-height: 0; padding: 27px 23px; border-radius: 24px; }
  .about-card-top img { width: 135px; height: 72px; }
  .about-card-top > span { padding: 6px 9px; font-size: .55rem; }
  .about-card-copy { margin: 30px 0 27px; }
  .about-card-copy h3 { font-size: 1.55rem; }
  .about-card-copy > p:last-child { font-size: .75rem; }
  .about-process > div { gap: 6px; padding: 13px 7px; }
  .about-process strong { font-size: .61rem; }
  .about-process small { font-size: .52rem; }
  .about-dots { right: 0; }
  .price-card.popular { transform: none; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .form-heading { display: grid; }
  .map-placeholder { align-items: flex-start; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 10px 18px; }
  .footer-grid > div:last-child h3 { width: 100%; }
  .footer-bottom { display: grid; }
  .whatsapp-float { width: 50px; padding: 0; justify-content: center; }
  .whatsapp-float b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
