/*
  REFERENCE-LED PROFESSIONAL GROWTH PLATFORM
  Inspired by the supplied Groweon reference: light enterprise surfaces, confident Roboto typography,
  product-module clarity, natural green activation, and quiet automation cues.
*/

:root {
  --ink: #18252a;
  --ink-soft: #4d5b61;
  --green: #82b82b;
  --green-dark: #5d8d18;
  --lime: #c6ff3d;
  --mist: #f4f8f4;
  --paper: #ffffff;
  --mint: #eaf7d6;
  --line: #e0e9e1;
  --blue: #3c9be7;
  --cyan: #ddf5fa;
  --coral: #ff8a66;
  --violet: #e9ddfb;
  --yellow: #fff3c5;
  --shadow-sm: 0 5px 18px rgba(30, 61, 39, .06);
  --shadow: 0 16px 42px rgba(30, 61, 39, .1);
  --ease-out: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; font-family: "Roboto", Arial, sans-serif !important; letter-spacing: normal !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-size: 16px; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 999; top: -4rem; left: 1rem; padding: .8rem 1rem; color: #fff; background: var(--green-dark); transition: top .18s var(--ease-out); }
.skip-link:focus { top: 1rem; }
.page-frame { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }

/* A restrained header that keeps content hierarchy clear. */
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(224,233,225,.88); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.brand { border: 0; display: inline-flex; align-items: center; gap: .55rem; padding: 0; color: var(--ink); background: transparent; font-size: 1.25rem; font-weight: 800; }
.brand img { width: 33px; height: 33px; object-fit: contain; }
.brand-dot { color: var(--green); }
.brand-aion { gap: 0; line-height: 0; }
.brand-aion img { width: 145px; height: 52px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: .1rem; }
.nav-group { position: relative; }
.nav-trigger, .nav-link { border: 0; padding: .65rem .86rem; display: inline-flex; align-items: center; gap: .34rem; background: transparent; color: #354247; font-size: .86rem; font-weight: 500; transition: color .18s, background .18s; }
.nav-trigger:hover, .nav-link:hover, .nav-trigger[aria-expanded="true"] { color: var(--green-dark); }
.nav-trigger svg { width: 13px; height: 13px; transition: transform .18s; }
.nav-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.mega-menu { position: absolute; top: calc(100% + 12px); left: 0; min-width: 254px; padding: .7rem; opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); transition: opacity .18s var(--ease-out), transform .18s var(--ease-out), visibility .18s; }
.mega-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.mega-label { padding: .4rem .7rem .55rem; color: #85958a; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.mega-link { width: 100%; border: 0; border-radius: 9px; padding: .72rem .7rem; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: transparent; text-align: left; font-size: .93rem; font-weight: 500; }
.mega-link:hover { color: var(--green-dark); background: var(--mist); }
.mega-link svg { width: 15px; height: 15px; }
.header-actions { display: flex; align-items: center; gap: .6rem; }
.button { min-height: 44px; padding: 0 1.05rem; display: inline-flex; align-items: center; justify-content: center; gap: .48rem; border: 1px solid transparent; border-radius: 8px; font-size: .83rem; font-weight: 700; transition: transform .16s var(--ease-out), background .16s var(--ease-out), color .16s var(--ease-out), box-shadow .16s var(--ease-out); }
.button svg { width: 16px; height: 16px; }
.button:active { transform: scale(.975); }
.button-primary { color: #fff; background: linear-gradient(105deg, var(--green-dark), var(--green)); box-shadow: 0 6px 14px rgba(100,151,35,.2); }
.button-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 20px rgba(100,151,35,.26); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #2c3e42; }
.button-quiet { color: var(--ink); background: #fff; border-color: #d4dfd5; }
.button-quiet:hover { border-color: var(--green); color: var(--green-dark); }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fff; }
.menu-button svg { width: 20px; height: 20px; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: #fff; }
.mobile-nav.is-open { display: block; }
.mobile-nav-inner { padding: .6rem 0 1.15rem; }
.mobile-nav button { width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: .85rem 0; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: transparent; text-align: left; font-size: 1rem; font-weight: 600; }
.mobile-nav button svg { width: 17px; height: 17px; }
.mobile-sub-links { display: none; padding: .2rem 0 .45rem .7rem; }
.mobile-sub-links.is-open { display: block; }
.mobile-sub-links button { color: #536168; font-size: .87rem; font-weight: 500; }
.mobile-demo { margin-top: 1rem; border: 0 !important; justify-content: center !important; }

/* Home: a conventional but polished product narrative. */
.pro-hero { position: relative; overflow: hidden; padding: 76px 0 42px; background: linear-gradient(180deg, #fff 0%, #f9fcf8 100%); }
.pro-hero::before { content: ""; position: absolute; z-index: 0; left: -10%; top: 0; width: 35%; height: 100%; background: radial-gradient(circle at 20% 30%, rgba(198,255,61,.18), transparent 56%); }
.pro-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); gap: clamp(2rem, 5vw, 6rem); align-items: center; }
.pro-kicker { display: inline-flex; align-items: center; gap: .45rem; margin-bottom: 1.2rem; padding: .47rem .8rem; color: var(--green-dark); background: var(--mint); border-radius: 999px; font-size: .73rem; font-weight: 800; }
.pro-kicker::before { content: ""; width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(130,184,43,.13); }
.pro-hero h1 { max-width: 655px; margin: 0; color: var(--ink); font-size: clamp(3.1rem, 5vw, 5.45rem); line-height: 1.03; font-weight: 900; }
.pro-hero h1 .green-text { color: var(--green); }
.pro-hero-copy { max-width: 580px; margin: 1.55rem 0 1.9rem; color: var(--ink-soft); font-size: clamp(1.05rem, 1.4vw, 1.18rem); line-height: 1.6; }
.pro-hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.hero-microproof { display: flex; align-items: center; flex-wrap: wrap; gap: .55rem 1.2rem; margin-top: 1.7rem; color: #6c7a70; font-size: .8rem; font-weight: 500; }
.hero-microproof span { display: inline-flex; align-items: center; gap: .35rem; }
.hero-microproof i { width: 16px; height: 16px; display: inline-grid; place-items: center; color: var(--green-dark); background: var(--mint); border-radius: 50%; font-style: normal; font-size: .68rem; }
.pro-hero-media { position: relative; min-height: 465px; }
.pro-hero-media > img { width: 100%; height: 100%; min-height: 465px; object-fit: cover; border-radius: 26px; box-shadow: 0 26px 50px rgba(60,99,65,.16); }
.pro-float-card { position: absolute; left: -30px; bottom: 28px; width: min(310px, 80%); padding: 1rem; border: 1px solid #d9e6d8; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.pro-float-card::before { content: ""; position: absolute; top: -31px; left: 50%; width: 1px; height: 31px; background: repeating-linear-gradient(180deg, var(--green) 0 4px, transparent 4px 8px); }
.pro-float-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: .7rem; color: #6b7a70; font-size: .68rem; font-weight: 800; }
.pro-float-card-top b { color: var(--green-dark); }
.float-line { display: flex; align-items: center; gap: .55rem; padding: .55rem 0; border-top: 1px solid #edf2ed; color: #38484a; font-size: .77rem; font-weight: 600; }
.float-line span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.float-line:nth-child(3) span { background: var(--blue); }
.float-line:nth-child(4) span { background: var(--coral); }
.pro-route-stages { position: absolute; z-index: 2; top: 16px; right: 16px; display: flex; gap: .4rem; padding: .48rem .6rem; border: 1px solid rgba(218,234,216,.9); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); }
.pro-route-stages span { display: inline-flex; align-items: center; gap: .3rem; color: #526158; font-size: .64rem; font-weight: 800; }.pro-route-stages span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }.pro-route-stages span:nth-child(2)::before { background: var(--blue); }.pro-route-stages span:nth-child(3)::before { background: var(--coral); }

.pro-trust { padding: 1.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.pro-trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; color: #66756b; font-size: .85rem; }
.pro-trust-title { color: var(--ink); font-weight: 700; }
.pro-trust-points { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .9rem 1.6rem; }
.pro-trust-points span { display: inline-flex; align-items: center; gap: .42rem; }
.pro-trust-points i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.pro-section { padding: clamp(70px, 9vw, 120px) 0; }
.pro-section.mist-section { background: var(--mist); }
.pro-section-heading { max-width: 790px; margin: 0 auto 3.25rem; text-align: center; }
.pro-section-heading .pro-kicker { margin-bottom: .95rem; }
.pro-section-heading h2 { margin: 0; font-size: clamp(2.2rem, 4.1vw, 3.9rem); line-height: 1.1; font-weight: 800; }
.pro-section-heading h2 .green-text { color: var(--green); }
.pro-section-heading p { max-width: 690px; margin: 1rem auto 0; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.6; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; counter-reset: solution; }
.primary-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 900px; margin: 0 auto; }
.solution-card { position: relative; padding: 1.45rem; min-height: 226px; border: 1px solid #e0eae0; border-radius: 16px; background: #fff; text-align: left; box-shadow: 0 2px 0 rgba(27,55,35,.015); counter-increment: solution; transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out), border-color .2s, background .2s; }
.solution-card::after { content: "0" counter(solution); position: absolute; top: 1.35rem; right: 1.3rem; color: #9aac9a; font-size: .72rem; font-weight: 800; }.solution-card::before { content: ""; position: absolute; right: 1.45rem; top: 3.1rem; width: 30px; height: 1px; background: repeating-linear-gradient(90deg, var(--green) 0 4px, transparent 4px 8px); opacity: .65; }
.solution-card:hover { transform: translateY(-4px); border-color: #add176; background: #fbfff5; box-shadow: var(--shadow-sm); }.solution-card:hover::after { color: var(--green-dark); }
.solution-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 1.1rem; color: var(--green-dark); border-radius: 12px; background: var(--mint); }
.solution-icon.blue { color: #287fb5; background: var(--cyan); }
.solution-icon.coral { color: #cb5a38; background: #ffe0d7; }
.solution-icon.violet { color: #8162b2; background: var(--violet); }
.solution-icon.yellow { color: #a87512; background: var(--yellow); }
.solution-icon svg { width: 23px; height: 23px; }
.solution-card h3 { margin: 0 0 .65rem; font-size: 1.22rem; font-weight: 800; }
.solution-card p { margin: 0; color: #66746d; font-size: .92rem; line-height: 1.48; }
.solution-card .card-link { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1rem; color: var(--green-dark); font-size: .8rem; font-weight: 800; }
.solution-card .card-link svg { width: 14px; height: 14px; }

.pro-split { display: grid; grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.pro-split-media { position: relative; min-height: 410px; overflow: hidden; border-radius: 22px; background: #e9f1e7; }
.pro-split-media img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.pro-split-copy h2 { max-width: 600px; margin: .7rem 0 1rem; font-size: clamp(2.25rem, 4vw, 3.8rem); line-height: 1.1; font-weight: 800; }
.pro-split-copy > p { max-width: 580px; margin: 0; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.6; }
.tick-list { display: grid; gap: .9rem; margin: 1.65rem 0 2rem; }
.tick-list span { display: flex; gap: .7rem; align-items: flex-start; color: #435249; font-size: .95rem; line-height: 1.4; }
.tick-list i { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; margin-top: .03rem; color: #fff; border-radius: 50%; background: var(--green); font-style: normal; font-size: .72rem; }
.aion-panel { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); color: #fff; border-radius: 24px; background: linear-gradient(118deg, #183629, #315d1d); }
.aion-panel::after { content: ""; position: absolute; right: -5%; bottom: -38%; width: 55%; aspect-ratio: 1; border: 1px solid rgba(198,255,61,.35); border-radius: 50%; box-shadow: 0 0 0 35px rgba(198,255,61,.05), 0 0 0 70px rgba(198,255,61,.04); }
.aion-panel-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; }
.aion-panel h2 { max-width: 540px; margin: .65rem 0 1rem; font-size: clamp(2.35rem, 4vw, 3.85rem); line-height: 1.08; font-weight: 800; }
.aion-panel > p { color: #d5e5d2; }
.aion-panel-copy p { max-width: 510px; color: #d5e5d2; line-height: 1.6; }
.aion-panel .pro-kicker { color: #d9ff9d; background: rgba(198,255,61,.12); }
.aion-panel .button { margin-top: 1.5rem; }
.aion-panel-art { position: relative; min-height: 300px; }
.aion-panel-art img { position: absolute; right: -7%; bottom: -30px; width: 105%; max-width: 580px; mix-blend-mode: screen; }
/* Homepage AION Intelligence: a transparent, panel-native orchestration visual with no white-card container. */
.aion-panel-art-complete { display: grid; min-height: 340px; place-items: center; padding: 0; }.aion-panel-art-complete::before { display: none; }.aion-panel-art-complete img { position: relative; right: auto; bottom: auto; z-index: 1; display: block; width: min(115%, 650px); max-width: none; height: auto; max-height: 400px; border-radius: 0; object-fit: contain; mix-blend-mode: screen; opacity: .98; filter: drop-shadow(0 22px 26px rgba(6,24,13,.26)); box-shadow: none; -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 46%, rgba(0,0,0,.82) 62%, transparent 90%); mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 46%, rgba(0,0,0,.82) 62%, transparent 90%); }

/* AION Autopilot: an operational, live-command product surface rather than a generic feature grid. */
.aion-command-center { padding: clamp(4.5rem, 8vw, 7.5rem) 0; background: #fff; }
.aion-command-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.aion-command-copy h2 { max-width: 580px; margin: .8rem 0 1.1rem; color: var(--ink); font-size: clamp(2.25rem, 4.2vw, 4.3rem); font-weight: 900; line-height: 1.06; }
.aion-command-copy > p { max-width: 540px; color: #526158; font-size: 1.04rem; line-height: 1.7; }
.aion-command-points { display: grid; gap: .75rem; margin-top: 1.75rem; }
.aion-command-points span { display: flex; align-items: center; gap: .65rem; color: #203129; font-size: .92rem; font-weight: 700; }
.aion-command-points i { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(198,255,61,.2); }
.aion-command-window { position: relative; overflow: hidden; padding: 1.25rem; border: 1px solid rgba(198,255,61,.32); border-radius: 20px; color: #edf7e9; background: linear-gradient(135deg, #10271d, #183c28 64%, #365f20); box-shadow: 0 25px 60px rgba(14,43,25,.16); }
.aion-command-window::after { content: ""; position: absolute; top: -105px; right: -85px; width: 260px; height: 260px; border: 1px solid rgba(198,255,61,.24); border-radius: 50%; box-shadow: 0 0 0 25px rgba(198,255,61,.035), 0 0 0 50px rgba(198,255,61,.025); }
.aion-command-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid rgba(221,255,205,.15); color: #cfeac2; font-size: .67rem; font-weight: 800; }
.aion-command-top b { display: inline-flex; align-items: center; gap: .4rem; color: var(--lime); font-weight: 900; }.aion-command-top b i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.aion-command-flow { position: relative; z-index: 1; display: grid; gap: .85rem; margin: 1.2rem 0; }
.aion-flow-item { display: grid; grid-template-columns: 14px 1fr auto; align-items: center; gap: .8rem; padding: .9rem; border: 1px solid rgba(220,255,205,.14); border-radius: 12px; background: rgba(255,255,255,.055); }
.aion-flow-item.active { border-color: rgba(198,255,61,.5); background: rgba(198,255,61,.11); }.aion-flow-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(198,255,61,.15); }.aion-flow-dot.blue { background: #79d6ff; box-shadow: 0 0 0 4px rgba(121,214,255,.12); }.aion-flow-dot.coral { background: #ff967d; box-shadow: 0 0 0 4px rgba(255,150,125,.12); }
.aion-flow-item small { display: block; margin-bottom: .22rem; color: #b8d2b7; font-size: .58rem; font-weight: 800; }.aion-flow-item strong { display: block; color: #f1faee; font-size: .86rem; }.aion-flow-item em { color: #d8edbe; font-size: .58rem; font-style: normal; font-weight: 900; }
.aion-command-metrics { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }.aion-command-metrics span { padding: .75rem; border: 1px solid rgba(220,255,205,.12); border-radius: 10px; background: rgba(2,15,9,.23); }.aion-command-metrics b { display: block; color: var(--lime); font-size: .75rem; }.aion-command-metrics small { display: block; margin-top: .3rem; color: #b9d1b5; font-size: .6rem; }
.aion-journey .pro-section-heading { max-width: 760px; }.aion-stage-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 2.5rem; border: 1px solid #dfe8de; border-radius: 18px; background: #fff; overflow: hidden; }.aion-stage-card { position: relative; min-height: 244px; padding: 1.25rem; border-right: 1px solid #dfe8de; }.aion-stage-card:last-child { border-right: 0; }.aion-stage-card > span { display: inline-flex; width: 33px; height: 33px; align-items: center; justify-content: center; margin-bottom: 2.7rem; border-radius: 50%; color: #385e17; background: #ecffd0; font-size: .66rem; font-weight: 900; }.aion-stage-card h3 { margin: 0 0 .6rem; color: var(--ink); font-size: 1.1rem; line-height: 1.1; }.aion-stage-card p { color: #657267; font-size: .83rem; line-height: 1.55; }.aion-stage-card i { position: absolute; top: 33px; left: 48px; right: -1px; height: 1px; background: repeating-linear-gradient(90deg, #98c25d 0 4px, transparent 4px 8px); }.aion-stage-card:last-child i { display: none; }
.aion-feature-section { padding-top: clamp(4.5rem, 8vw, 7.5rem); }.aion-feature-heading { max-width: 770px; }.aion-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.aion-capability-card { position: relative; min-height: 235px; padding: 1.4rem; border: 1px solid #dde8dc; border-radius: 16px; background: #fff; }.aion-capability-card:hover { border-color: #b8df7b; box-shadow: var(--shadow-sm); transform: translateY(-3px); }.aion-capability-card .solution-icon { width: 43px; height: 43px; margin-bottom: 1.1rem; border-radius: 11px; }.aion-capability-card h3 { margin: 0 0 .55rem; color: var(--ink); font-size: 1.1rem; }.aion-capability-card p { margin: 0; color: #627166; font-size: .87rem; line-height: 1.58; }.aion-capability-index { position: absolute; right: 1.35rem; top: 1.35rem; color: #9eaf9d; font-size: .68rem; font-weight: 800; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.benefit-card { padding: 1.5rem; min-height: 190px; border: 1px solid #e2ebe2; border-radius: 15px; background: #fff; }
.benefit-card .solution-icon { width: 43px; height: 43px; margin-bottom: .9rem; border-radius: 10px; }
.benefit-card h3 { margin: 0 0 .5rem; font-size: 1.04rem; font-weight: 800; }
.benefit-card p { margin: 0; color: #69766f; font-size: .86rem; line-height: 1.5; }
.pro-cta { margin: clamp(62px, 8vw, 96px) auto; padding: clamp(2rem, 5vw, 4.4rem); position: relative; overflow: hidden; border-radius: 22px; color: #fff; background: linear-gradient(110deg, #31581d, #6a9b25); }
.pro-cta::before { content: "CAPTURE · QUALIFY · ENGAGE · CONVERT"; position: absolute; left: clamp(2rem, 5vw, 4.4rem); bottom: 1.3rem; color: rgba(231,255,197,.72); font-size: .64rem; font-weight: 800; }
.pro-cta::after { content: ""; position: absolute; right: -3%; top: -100%; width: 55%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; box-shadow: 0 0 0 36px rgba(255,255,255,.08), 0 0 0 72px rgba(255,255,255,.05); }
.pro-cta > * { position: relative; z-index: 1; }
.pro-cta h2 { max-width: 720px; margin: .55rem 0 .8rem; font-size: clamp(2.4rem, 4.5vw, 4.25rem); line-height: 1.08; font-weight: 800; }
.pro-cta p { max-width: 550px; margin: 0; color: #f3ffe0; line-height: 1.58; }
.pro-cta .pro-kicker { color: var(--ink); background: var(--lime); }.pro-cta .button { margin-top: 1.55rem; color: var(--green-dark); background: var(--lime); }
.pro-cta .button:hover { background: #eff9db; }

/* Shared inner-page template: product-focused and easy to scan. */
.pro-inner-hero { padding: 62px 0 76px; background: linear-gradient(145deg, #fff, var(--mist)); }
.pro-breadcrumbs { display: flex; flex-wrap: wrap; gap: .5rem; color: #839087; font-size: .76rem; font-weight: 600; }
.pro-breadcrumbs button { padding: 0; border: 0; color: #718075; background: transparent; font: inherit; }
.pro-breadcrumbs button:hover { color: var(--green-dark); }
.pro-breadcrumbs span:last-child { color: var(--green-dark); }
.pro-inner-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); gap: clamp(2.3rem, 6vw, 6rem); align-items: center; margin-top: 2.9rem; }
.pro-inner-hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.9rem, 5.6vw, 5.25rem); line-height: 1.05; font-weight: 900; }
.pro-inner-hero h1 .green-text, .pro-demo-copy h1 .green-text { color: var(--green); }
.pro-inner-hero p { max-width: 580px; margin: 1.25rem 0 1.8rem; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.6; }
.pro-mini-dashboard { position: relative; min-height: 330px; overflow: hidden; border-radius: 20px; background: #eaf1e7; box-shadow: var(--shadow-sm); }
.pro-mini-dashboard img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.pro-mini-badge { position: absolute; left: 1.1rem; bottom: 1.1rem; padding: .9rem 1rem; color: #405043; border: 1px solid #dce9d9; border-radius: 10px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); font-size: .8rem; font-weight: 700; }
.pro-mini-badge b { display: block; margin-top: .2rem; color: var(--green-dark); font-size: 1.15rem; }
.pro-topic-section { padding: clamp(64px, 9vw, 110px) 0; }
.pro-topic-intro { max-width: 760px; margin-bottom: 2.7rem; }
.pro-topic-intro h2 { margin: .65rem 0 .75rem; font-size: clamp(2.1rem, 3.7vw, 3.3rem); line-height: 1.12; font-weight: 800; }
.pro-topic-intro p { margin: 0; color: var(--ink-soft); line-height: 1.6; }
.pro-topic-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 2rem; align-items: start; }
.pro-topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; counter-reset: topic; }
.pro-topic-card { position: relative; min-height: 205px; padding: 1.35rem; border: 1px solid #e0eae0; border-radius: 14px; background: #fff; text-align: left; counter-increment: topic; transition: transform .18s var(--ease-out), box-shadow .18s, border-color .18s; }
.pro-topic-card::after { content: "0" counter(topic); position: absolute; right: 1.2rem; top: 1.2rem; color: #a0aea2; font-size: .7rem; font-weight: 800; }.pro-topic-card.is-active::after { color: var(--green-dark); }
.pro-topic-card:hover, .pro-topic-card.is-active { border-color: #bad891; transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.pro-topic-card.is-active { background: linear-gradient(145deg, #fbfff4, #effbdc); }
.topic-icon { width: 41px; height: 41px; display: grid; place-items: center; margin-bottom: 1rem; color: var(--green-dark); border-radius: 10px; background: var(--mint); }
.topic-icon.blue { color: #237cae; background: var(--cyan); }.topic-icon.coral { color: #c65b3d; background: #ffe1d9; }.topic-icon.violet { color: #8160ae; background: var(--violet); }
.topic-icon svg { width: 20px; height: 20px; }
.pro-topic-card h3 { margin: 0 0 .55rem; font-size: 1.05rem; line-height: 1.25; font-weight: 800; }
.pro-topic-card p { margin: 0; color: #6a7770; font-size: .84rem; line-height: 1.48; }
.pro-detail-card { position: sticky; top: 100px; padding: 1.55rem; overflow: hidden; color: #fff; border-radius: 16px; background: #2d5422; }
.pro-detail-card::after { content: ""; position: absolute; right: -25%; bottom: -24%; width: 67%; aspect-ratio: 1; border: 1px solid rgba(198,255,61,.35); border-radius: 50%; }
.pro-detail-card > * { position: relative; z-index: 1; }
.pro-detail-card .small-label { color: #cefa94; font-size: .72rem; font-weight: 800; }
.pro-detail-card h3 { margin: 1.2rem 0 .8rem; font-size: 1.75rem; line-height: 1.12; font-weight: 800; }
.pro-detail-card p { margin: 0; color: #d6e7d2; font-size: .94rem; line-height: 1.55; }
.pro-detail-card .button { width: 100%; margin-top: 1.35rem; color: var(--green-dark); background: #fff; }
.pro-detail-card .button:hover { background: var(--lime); }
.pro-inner-proof { padding: clamp(48px, 7vw, 78px) 0; background: var(--mist); }
.pro-inner-proof-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(320px, 1.06fr); gap: 3rem; align-items: center; }
.pro-inner-proof h2 { margin: .6rem 0 .85rem; font-size: clamp(2.1rem, 3.7vw, 3.35rem); line-height: 1.1; font-weight: 800; }
.pro-inner-proof p { max-width: 560px; margin: 0; color: var(--ink-soft); line-height: 1.6; }
.pro-inner-proof-media { min-height: 310px; overflow: hidden; border-radius: 18px; background: #e2efe0; }
.pro-inner-proof-media img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }

.pro-comparison { padding: clamp(60px, 9vw, 110px) 0; background: var(--mist); }
.pro-comparison-intro { max-width: 800px; margin-bottom: 2.5rem; }
.pro-comparison-intro h2 { margin: .7rem 0; font-size: clamp(2.4rem, 4.4vw, 4.1rem); line-height: 1.08; font-weight: 900; }
.pro-comparison-intro p { color: var(--ink-soft); line-height: 1.6; }
.pro-comparison-wrap { overflow: auto; border: 1px solid #dbe6db; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.pro-comparison table { width: 100%; min-width: 700px; border-collapse: collapse; }
.pro-comparison th, .pro-comparison td { padding: 1.15rem 1.25rem; border-bottom: 1px solid #e6eee6; text-align: left; vertical-align: top; font-size: .9rem; line-height: 1.45; }
.pro-comparison th { color: #607067; background: #f8fbf8; font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.pro-comparison td:first-child { color: var(--ink); font-weight: 800; }.pro-comparison td:nth-child(2) { color: #68766d; }.pro-comparison td:last-child { color: #315122; background: #f1fadb; font-weight: 600; }

/* Demo uses a calm, high-trust presentation. */
.pro-demo { display: grid; min-height: calc(100vh - 76px); grid-template-columns: minmax(0, .95fr) minmax(390px, .85fr); background: var(--mist); }
.pro-demo-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.3rem, 8vw, 7rem); color: #fff; background: linear-gradient(135deg, #234a1d, #5e921a); }
.pro-demo-copy h1 { max-width: 620px; margin: .7rem 0 1.1rem; font-size: clamp(3rem, 5.8vw, 5.6rem); line-height: 1.06; font-weight: 900; }
.pro-demo-copy p { max-width: 480px; color: #e1f1dd; font-size: 1.08rem; line-height: 1.6; }
.pro-demo-points { display: grid; gap: .75rem; margin-top: 2rem; }
.pro-demo-points span { display: flex; align-items: center; gap: .55rem; color: #f1ffe7; font-size: .9rem; font-weight: 500; }
.pro-demo-points i { width: 20px; height: 20px; display: grid; place-items: center; color: #2f5d18; border-radius: 50%; background: var(--lime); font-style: normal; font-size: .7rem; }
.pro-demo-form-wrap { display: flex; align-items: center; padding: clamp(2rem, 7vw, 6rem); background: #fff; }
.demo-form { width: 100%; max-width: 500px; }.demo-form h2 { margin: .65rem 0 1.7rem; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.12; font-weight: 800; }
.form-field { display: grid; gap: .45rem; margin-bottom: 1rem; }.form-field label { color: #66756a; font-size: .74rem; font-weight: 700; }.form-field input, .form-field select { min-height: 50px; padding: 0 .9rem; border: 1px solid #d6e1d6; border-radius: 7px; color: var(--ink); background: #fff; outline: 0; transition: border-color .16s, box-shadow .16s; }.form-field input:focus, .form-field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(130,184,43,.16); }.form-error { min-height: 1.3rem; color: #ba452b; font-size: .8rem; }.form-success { padding: 1rem; color: #315120; border-radius: 9px; background: var(--mint); font-size: .88rem; line-height: 1.5; }

/* Footer and dialog inherit the professional visual system. */
.site-footer { background: #1c2c2a; color: #dce9da; }.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, .62fr); gap: 2rem; padding: 4rem 0 2.8rem; }.site-footer .brand { color: #fff; }.site-footer .brand-aion img { width: 155px; height: 56px; }.footer-brand-copy { max-width: 300px; margin: 1.1rem 0 1.35rem; color: #b8c9b7; line-height: 1.55; font-size: .92rem; }.footer-heading { margin: .25rem 0 1.1rem; color: #92a98e; font-size: .72rem; font-weight: 800; text-transform: uppercase; }.footer-list { display: grid; gap: .7rem; }.footer-list button { padding: 0; border: 0; color: #dbe7d9; background: transparent; text-align: left; font-size: .88rem; }.footer-list button:hover { color: var(--lime); }.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(220,233,218,.16); color: #90a18f; font-size: .73rem; }
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 1.2rem; background: rgba(20,35,28,.52); backdrop-filter: blur(5px); }.modal.is-open { display: flex; }.modal-card { position: relative; width: min(680px, 100%); max-height: 88vh; overflow: auto; padding: clamp(1.6rem, 4vw, 3.1rem); border-radius: 18px; background: #fff; box-shadow: 0 30px 70px rgba(10,20,13,.25); animation: dialog-in .2s var(--ease-out); }.modal-close { position: absolute; right: 1rem; top: 1rem; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fff; }.modal-close:hover { color: #fff; background: var(--ink); }.modal-close svg { width: 18px; height: 18px; }.modal-card .demo-form { max-width: none; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1020px) { .main-nav { display: none; }.menu-button { display: grid; place-items: center; }.header-actions .button-quiet { display: none; }.pro-hero-grid, .pro-inner-hero-grid, .pro-split, .aion-panel-grid, .pro-inner-proof-grid, .aion-command-layout { grid-template-columns: 1fr; }.pro-hero-media { max-width: 720px; width: 100%; margin: 0 auto; }.pro-inner-hero-grid { max-width: 760px; }.pro-topic-layout { grid-template-columns: 1fr; }.pro-detail-card { position: relative; top: auto; }.benefit-grid, .aion-capability-grid { grid-template-columns: repeat(2, 1fr); }.aion-stage-grid { grid-template-columns: repeat(3, 1fr); }.aion-stage-card:nth-child(3) { border-right: 0; }.aion-stage-card:nth-child(-n+3) { border-bottom: 1px solid #dfe8de; }.pro-demo { grid-template-columns: 1fr; }.pro-demo-copy { min-height: 440px; }.pro-demo-form-wrap { padding: 4rem max(2rem, calc((100vw - 500px)/2)); }.aion-panel-art { min-height: 250px; }.aion-panel-art img { width: 78%; right: 0; }.aion-panel-art-complete { min-height: 290px; }.aion-panel-art-complete img { width: min(100%, 620px); }.pro-trust-inner { flex-direction: column; align-items: flex-start; }.pro-trust-points { justify-content: flex-start; } }
@media (max-width: 680px) { .page-frame { width: min(100% - 32px, 1200px); }.header-inner { min-height: 66px; gap: .7rem; }.brand { font-size: 1.1rem; }.brand img { width: 30px; height: 30px; }.brand-aion img { width: 112px; height: 40px; }.site-footer .brand-aion img { width: 132px; height: 48px; }.header-actions .button-primary { display: none; }.pro-hero { padding: 48px 0 34px; }.pro-hero h1 { font-size: clamp(2.65rem, 12.5vw, 4rem); }.pro-hero-media, .pro-hero-media > img { min-height: 350px; }.pro-float-card { left: 14px; bottom: 14px; }.pro-section { padding: 64px 0; }.pro-section-heading { margin-bottom: 2rem; text-align: left; }.pro-section-heading p { margin-left: 0; }.solution-grid, .primary-category-grid, .pro-topic-grid, .aion-capability-grid, .aion-stage-grid { grid-template-columns: 1fr; }.solution-card { min-height: auto; }.pro-split-media, .pro-split-media img { min-height: 320px; }.aion-panel { border-radius: 18px; }.aion-panel-grid { gap: 1rem; }.aion-panel-art { min-height: 190px; }.aion-panel-art img { width: 100%; }.aion-panel-art-complete { min-height: 220px; padding: .2rem; }.aion-panel-art-complete img { width: 100%; max-height: none; }.aion-command-center { padding: 64px 0; }.aion-command-window { padding: 1rem; border-radius: 15px; }.aion-command-metrics { grid-template-columns: 1fr; }.aion-stage-grid { border-radius: 14px; }.aion-stage-card { min-height: 0; padding: 1.2rem; border-right: 0; border-bottom: 1px solid #dfe8de; }.aion-stage-card:nth-child(-n+3) { border-bottom: 1px solid #dfe8de; }.aion-stage-card:last-child { border-bottom: 0; }.aion-stage-card > span { margin-bottom: 1.3rem; }.aion-stage-card i { top: 49px; bottom: -1px; left: 29px; right: auto; width: 1px; height: auto; background: repeating-linear-gradient(180deg, #98c25d 0 4px, transparent 4px 8px); }.aion-capability-card { min-height: auto; }.benefit-grid { grid-template-columns: 1fr; }.pro-inner-hero { padding: 44px 0 58px; }.pro-inner-hero h1 { font-size: clamp(2.55rem, 11.5vw, 4rem); }.pro-mini-dashboard, .pro-mini-dashboard img { min-height: 270px; }.pro-topic-card { min-height: auto; }.pro-inner-proof-media, .pro-inner-proof-media img { min-height: 250px; }.pro-cta { border-radius: 17px; }.footer-grid { grid-template-columns: 1fr 1fr; padding: 3rem 0 2rem; }.footer-grid > :first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }.pro-demo-copy { min-height: 390px; padding: 3rem 1.5rem; }.pro-demo-form-wrap { padding: 3rem 1.5rem; }.pro-trust-points { gap: .7rem 1rem; font-size: .76rem; } }
@media (max-width: 400px) { .footer-grid { grid-template-columns: 1fr; }.footer-grid > :first-child { grid-column: auto; }.pro-hero-actions .button { width: 100%; }.pro-hero-media, .pro-hero-media > img { min-height: 300px; } }
