*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

.intraconnect-body {
  background:
    radial-gradient(circle at top left, rgba(18, 93, 170, 0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(13, 148, 136, 0.12), transparent 26%),
    linear-gradient(180deg, #f4f8fb 0%, #eef3f7 100%);
  color: #142433;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.ic-site-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px;
}

.ic-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 26px;
}

.ic-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f3c68;
}

.ic-brand i {
  font-size: 1rem;
}

.ic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
  color: #365067;
}

.ic-nav a:hover,
.ic-footer-links a:hover,
.ic-card a:hover {
  color: #0c6c85;
}

.ic-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 28px;
  padding: 42px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 30px 80px rgba(27, 52, 77, 0.12);
  backdrop-filter: blur(16px);
}

.ic-eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0c6c85;
}

.ic-hero h1,
.ic-section h2,
.ic-fallback-card h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  color: #0f2233;
}

.ic-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.ic-lead,
.ic-section-heading p,
.ic-feature p,
.ic-card p,
.ic-timeline-item p,
.ic-footer p,
.ic-fallback-card p {
  color: #42586d;
  line-height: 1.7;
}

.ic-hero-actions,
.ic-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ic-button:hover {
  transform: translateY(-1px);
}

.ic-button-primary {
  background: linear-gradient(135deg, #0f4d8a, #0c6c85);
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 77, 138, 0.24);
}

.ic-button-secondary {
  background: rgba(12, 108, 133, 0.08);
  color: #0c5b71;
}

.ic-hero-panel,
.ic-grid,
.ic-timeline {
  display: grid;
  gap: 18px;
}

.ic-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ic-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ic-stat-card,
.ic-card,
.ic-feature,
.ic-timeline-item,
.ic-quote-card,
.ic-fallback-card {
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(21, 39, 58, 0.08);
}

.ic-stat-value {
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 800;
  color: #0f4d8a;
}

.ic-stat-label,
.ic-card-note,
.ic-quote-card span {
  color: #5f7284;
  font-size: 0.95rem;
}

.ic-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 77, 138, 0.14), rgba(12, 108, 133, 0.1));
  color: #0f4d8a;
  font-size: 1.15rem;
}

.ic-section {
  margin-top: 32px;
  padding: 40px 0;
}

.ic-section-alt {
  padding: 42px;
  border-radius: 30px;
  background: rgba(10, 40, 66, 0.94);
}

.ic-section-alt h2,
.ic-section-alt h3,
.ic-section-alt .ic-eyebrow,
.ic-section-alt .ic-quote-card p,
.ic-section-alt .ic-quote-card span {
  color: #f5fbff;
}

.ic-section-alt .ic-section-heading p,
.ic-section-alt .ic-feature p {
  color: rgba(226, 236, 244, 0.82);
}

.ic-section-alt .ic-feature,
.ic-section-alt .ic-quote-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.ic-section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.ic-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 26px;
  padding: 40px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 70px rgba(27, 52, 77, 0.1);
}

.ic-page-hero-accent {
  background:
    radial-gradient(circle at top right, rgba(15, 77, 138, 0.16), transparent 24%),
    rgba(255, 255, 255, 0.9);
}

.ic-page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.08;
  color: #0f2233;
}

.ic-badge-list,
.ic-contact-grid {
  display: grid;
  gap: 16px;
}

.ic-badge-list span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(12, 108, 133, 0.08);
  color: #0c5b71;
  font-weight: 700;
}

.ic-kpi-strip,
.ic-year-grid,
.ic-visual-band {
  display: grid;
  gap: 18px;
}

.ic-kpi-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ic-kpi,
.ic-year-card,
.ic-visual-panel {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 46px rgba(21, 39, 58, 0.08);
}

.ic-kpi-value,
.ic-year-value {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  color: #0f4d8a;
}

.ic-kpi-label,
.ic-year-card p,
.ic-visual-panel p {
  color: #42586d;
  line-height: 1.7;
}

.ic-year-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ic-year-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #0c6c85;
  font-weight: 800;
}

.ic-visual-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ic-visual-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(233, 242, 248, 0.9));
}

.ic-visual-panel i {
  font-size: 1.5rem;
  color: #0c6c85;
}

.ic-visual-panel h3 {
  margin: 16px 0 8px;
  font-size: 1.25rem;
  color: #14324a;
}

.ic-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ic-section-heading h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.ic-card h3,
.ic-feature h3,
.ic-timeline-item h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #14324a;
}

.ic-card a {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  color: #0f4d8a;
}

.ic-timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ic-timeline-item {
  position: relative;
  overflow: hidden;
}

.ic-timeline-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #0f4d8a, #0c6c85);
}

.ic-quote-card p {
  margin-top: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.ic-cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 38px;
  border-radius: 28px;
  background: linear-gradient(135deg, #e6f0f6, #d7eef0);
}

.ic-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 8px;
}

.ic-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #365067;
}

.ic-fallback-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ic-fallback-card {
  max-width: 680px;
  text-align: center;
}

@media (max-width: 980px) {
  .ic-hero,
  .ic-page-hero,
  .ic-grid-2,
  .ic-grid-3,
  .ic-timeline,
  .ic-kpi-strip,
  .ic-year-grid,
  .ic-visual-band,
  .ic-contact-grid,
  .ic-cta-section,
  .ic-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .ic-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .ic-hero,
  .ic-section-alt,
  .ic-cta-section {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .ic-site-shell {
    padding: 16px;
  }

  .ic-hero {
    padding: 24px;
    border-radius: 24px;
  }

  .ic-button {
    width: 100%;
  }

  .ic-nav {
    gap: 12px 16px;
  }
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-top-3 {
  top: -0.75rem;
}

.isolate {
  isolation: isolate;
}

.-z-10 {
  z-index: -10;
}

.m-1 {
  margin: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mb-px {
  margin-bottom: -1px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1155\/678\] {
  aspect-ratio: 1155/678;
}

.h-1 {
  height: 0.25rem;
}

.h-6 {
  height: 1.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[72\.1875rem\] {
  width: 72.1875rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-lg {
  max-width: 32rem;
}

.flex-none {
  flex: none;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-\[\#ff80b5\] {
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#9089fc\] {
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}

.p-10 {
  padding: 2.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-center {
  text-align: center;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-30 {
  opacity: 0.3;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-gray-900\/10 {
  --tw-ring-color: rgb(17 24 39 / 0.1);
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:ring-indigo-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-500:focus-visible {
  outline-color: #6366f1;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

@media (min-width: 640px) {
  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* ============================================================
   INTRA CONNECT — GovTech premium layer (Stripe/Linear-grade)
   ============================================================ */

:root {
  --ic-ink: #102235;
  --ic-blue: #0E5A8A;
  --ic-blue-700: #0A2F57;
  --ic-teal: #0E5A8A;
  --ic-cyan: #18B7D6;
  --ic-cyan-bright: #5fd4ea;
  --ic-navy: #0A2F57;
  --ic-navy-900: #07203d;
  --ic-muted: #51677C;
  --ic-light: #EAF4FB;
  --ic-line: rgba(14, 90, 138, 0.14);
}

html { scroll-behavior: smooth; }

.intraconnect-body {
  color: var(--ic-ink);
  background:
    radial-gradient(900px 500px at 12% -5%, rgba(24, 183, 214, 0.10), transparent 60%),
    radial-gradient(800px 480px at 95% 0%, rgba(14, 90, 138, 0.12), transparent 55%),
    linear-gradient(180deg, #f4f9fd 0%, var(--ic-light) 100%);
}

.ic-site-shell { max-width: 1200px; }

/* ---- sticky glass header ---- */
.ic-topbar {
  position: sticky;
  top: 12px;
  z-index: 40;
  padding: 12px 22px;
  margin-bottom: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 30px rgba(10, 37, 64, 0.08);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
}
.ic-brand { color: var(--ic-blue-700); }
.ic-nav a { position: relative; padding: 6px 2px; transition: color 0.2s ease; }
.ic-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px;
  border-radius: 2px; background: linear-gradient(90deg, var(--ic-blue), var(--ic-cyan));
  transition: right 0.25s ease;
}
.ic-nav a:hover::after { right: 0; }

/* ---- reveal on scroll ---- */
.ic-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.ic-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .ic-reveal { opacity: 1; transform: none; transition: none; }
  .ic-circuit *, .ic-mockup * { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---- shared bits ---- */
.ic-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px; font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.02em; color: #0b4a63;
  background: rgba(22, 179, 199, 0.12); border: 1px solid rgba(22, 179, 199, 0.22);
}
.ic-grad-text {
  background: linear-gradient(120deg, var(--ic-cyan-bright), #7fe0ec);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* =========================================================
   FULL HERO
   ========================================================= */
.ic-hero-xl {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center; gap: 40px;
  min-height: min(82vh, 760px); padding: 60px 60px 76px;
  border-radius: 28px; color: var(--ic-light);
  background:
    radial-gradient(700px 420px at 88% 10%, rgba(24, 183, 214, 0.28), transparent 60%),
    radial-gradient(620px 420px at 10% 100%, rgba(14, 90, 138, 0.45), transparent 55%),
    linear-gradient(150deg, #07203d 0%, #0A2F57 48%, #0c3f63 100%);
  box-shadow: 0 50px 120px rgba(7, 27, 48, 0.42);
}
/* discrete scroll cue + transition to next section */
.ic-hero-xl::after {
  content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-size: 0.8rem; color: var(--ic-light);
  background: rgba(255, 255, 255, 0.10); border: 1px solid rgba(255, 255, 255, 0.22);
  animation: ic-bounce 2s ease-in-out infinite; z-index: 2; pointer-events: none;
}
@keyframes ic-bounce { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }
.ic-hero-xl::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(circle at 30% 20%, #000 0%, transparent 70%);
  mask-image: radial-gradient(circle at 30% 20%, #000 0%, transparent 70%);
}
.ic-hero-xl > * { position: relative; z-index: 1; }
.ic-hero-xl .ic-eyebrow { color: var(--ic-cyan-bright); }
.ic-hero-xl h1 {
  margin: 16px 0 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800; letter-spacing: -0.02em; line-height: 1.05;
  font-size: clamp(2.4rem, 5vw, 4.75rem); /* cap ~76px desktop, enterprise scale */
  color: #f4fbff;
}
.ic-hero-xl .ic-lead { margin-top: 18px; max-width: 36ch; color: rgba(223, 238, 248, 0.86); font-size: 1.12rem; }
.ic-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.ic-hero-badges .ic-pill { color: #d8f3f8; background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.16); }
.ic-hero-xl .ic-hero-actions { margin-top: 30px; }
.ic-hero-xl .ic-button-secondary { background: rgba(255, 255, 255, 0.10); color: #eaf6fb; border: 1px solid rgba(255, 255, 255, 0.2); }
.ic-hero-mini {
  display: flex; gap: 28px; margin-top: 38px; padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.ic-hero-mini div { display: flex; flex-direction: column; }
.ic-hero-mini b { font-size: 1.6rem; font-weight: 800; color: #fff; }
.ic-hero-mini span { font-size: 0.82rem; color: rgba(214, 233, 244, 0.7); }

.ic-hero-visual { position: relative; }
.ic-circuit { width: 100%; height: auto; display: block; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.35)); }

/* floating glass card over the hero visual */
.ic-float-card {
  position: absolute; display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-radius: 16px;
  background: rgba(255, 255, 255, 0.92); color: var(--ic-ink);
  box-shadow: 0 22px 50px rgba(6, 22, 38, 0.4);
  font-weight: 700; font-size: 0.9rem;
  animation: ic-float 5s ease-in-out infinite;
}
.ic-float-card i { color: var(--ic-teal); font-size: 1.1rem; }
.ic-float-card small { display: block; font-weight: 500; color: var(--ic-muted); font-size: 0.74rem; }
.ic-float-card.is-tr { top: 6%; right: -10px; }
.ic-float-card.is-bl { bottom: 8%; left: -18px; animation-delay: 1.4s; }
@keyframes ic-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* =========================================================
   TRUST STRIP — institutions
   ========================================================= */
.ic-trust { margin-top: 30px; text-align: center; }
.ic-trust .ic-trust-label {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ic-muted);
}
.ic-trust-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 18px;
}
.ic-trust-item {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px; border-radius: 14px; font-weight: 700; color: #173a56;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9); border: 1px solid var(--ic-line);
  box-shadow: 0 10px 26px rgba(21, 39, 58, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
a.ic-trust-item:hover { color: var(--ic-teal); }
.ic-trust-item:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(21, 39, 58, 0.12); }
.ic-trust-item i { color: var(--ic-teal); }
.ic-trust-item small { display: block; font-weight: 500; color: var(--ic-muted); font-size: 0.72rem; }

/* =========================================================
   ANIMATED CUMULATIVE STATS
   ========================================================= */
.ic-stat-row {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;
}
.ic-stat-tile {
  position: relative; overflow: hidden; padding: 30px 26px; border-radius: 22px;
  background: linear-gradient(165deg, rgba(255,255,255,0.96), rgba(238,246,251,0.92));
  border: 1px solid var(--ic-line); box-shadow: 0 18px 46px rgba(21, 39, 58, 0.08);
}
.ic-stat-tile::after {
  content: ""; position: absolute; top: -40px; right: -40px; width: 120px; height: 120px; border-radius: 50%;
  background: radial-gradient(circle, rgba(22,179,199,0.18), transparent 70%);
}
.ic-stat-tile .ic-stat-num {
  display: block; font-size: clamp(2.1rem, 3.4vw, 3rem); font-weight: 800; line-height: 1;
  background: linear-gradient(120deg, var(--ic-blue), var(--ic-cyan));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ic-stat-tile .ic-stat-cap { display: block; margin-top: 12px; color: #3c5168; line-height: 1.6; font-size: 0.96rem; }
.ic-stat-row.is-on-dark .ic-stat-tile {
  background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12);
}
.ic-stat-row.is-on-dark .ic-stat-cap { color: rgba(220,236,246,0.8); }

/* =========================================================
   SECTION HEADER (centered premium)
   ========================================================= */
.ic-head-center { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.ic-head-center h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
.ic-head-center p { margin-top: 14px; }

/* =========================================================
   PRODUCTS
   ========================================================= */
.ic-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.ic-product {
  display: flex; flex-direction: column; overflow: hidden; border-radius: 22px;
  background: #fff; border: 1px solid var(--ic-line); box-shadow: 0 18px 46px rgba(21,39,58,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ic-product:hover { transform: translateY(-6px); box-shadow: 0 30px 64px rgba(15,77,138,0.18); }
.ic-product-top {
  position: relative; overflow: hidden; height: 198px; padding: 12px 14px;
  background: linear-gradient(145deg, #0a2540, #0c5b71);
}
.ic-product-top::before {
  content: ""; position: absolute; inset: 0; opacity: 0.4;
  background-image:
    linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 22px 22px;
}
.ic-product-chip {
  position: relative; z-index: 4; display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border-radius: 999px; font-size: 0.74rem; font-weight: 700; color: #d8f3f8;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18);
}
/* mini-diagram specific modulului (în loc de progress bar): icon central +
   noduri conectate prin linii cyan punctate și puncte mici luminoase */
.ic-pdiagram { position: absolute; inset: 0; }
.ic-pdiagram-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.ic-pnode {
  position: absolute; transform: translate(-50%, -50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  width: 74px; text-align: center; pointer-events: none;
}
.ic-pnode i {
  width: 34px; height: 34px; border-radius: 50%; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center; font-size: 0.85rem;
  color: #d8f3fb; background: linear-gradient(150deg, #143c70, #0a2747);
  border: 1px solid rgba(95, 212, 234, 0.42); box-shadow: 0 0 14px rgba(24, 183, 214, 0.26);
}
.ic-pnode b {
  font-size: 0.6rem; font-weight: 600; line-height: 1.16; letter-spacing: 0.01em; color: #bcd6ea;
}
.ic-pnode-center { z-index: 3; }
.ic-pnode-center i {
  width: 72px; height: 72px; font-size: 1.8rem; color: #eaf7ff;
  border-color: rgba(95, 212, 234, 0.65);
  box-shadow: 0 0 32px rgba(47, 207, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.ic-pdot {
  position: absolute; width: 5px; height: 5px; border-radius: 50%;
  transform: translate(-50%, -50%); background: #7fe9ff;
  box-shadow: 0 0 8px rgba(127, 233, 255, 0.9); z-index: 1;
}
.ic-product-body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1 1 auto; }
.ic-product-body h3 { margin: 0 0 8px; font-size: 1.18rem; font-weight: 800; color: #14324a; }
.ic-product-body p { color: var(--ic-muted); line-height: 1.65; font-size: 0.96rem; }
.ic-product-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  font-weight: 700; font-size: 0.9rem; color: var(--ic-blue); text-decoration: none;
  transition: color 0.2s ease;
}
.ic-product-link i { font-size: 0.8rem; transition: transform 0.2s ease; }
.ic-product:hover .ic-product-link { color: var(--ic-cyan); }
.ic-product:hover .ic-product-link i { transform: translateX(4px); }
.ic-product.is-clickable { cursor: pointer; }

/* =========================================================
   PORTFOLIO STORYTELLING CARDS
   ========================================================= */
.ic-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.ic-story {
  position: relative; overflow: hidden; padding: 28px; border-radius: 22px;
  background: #fff; border: 1px solid var(--ic-line); box-shadow: 0 18px 46px rgba(21,39,58,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ic-story::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 5px;
  background: linear-gradient(90deg, var(--ic-blue), var(--ic-cyan));
}
.ic-story:hover { transform: translateY(-6px); box-shadow: 0 30px 64px rgba(15,77,138,0.16); }
.ic-story-icon {
  display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px;
  border-radius: 14px; margin-bottom: 16px; font-size: 1.2rem; color: var(--ic-blue);
  background: linear-gradient(135deg, rgba(15,77,138,0.14), rgba(22,179,199,0.14));
}
.ic-story h3 { margin: 0 0 4px; font-size: 1.12rem; font-weight: 800; color: #14324a; }
.ic-story .ic-story-meta { font-size: 0.8rem; font-weight: 700; color: var(--ic-teal); letter-spacing: 0.02em; }
.ic-story p { margin-top: 12px; color: var(--ic-muted); line-height: 1.7; }
.ic-story-foot {
  display: flex; align-items: baseline; gap: 8px; margin-top: 18px; padding-top: 16px;
  border-top: 1px dashed var(--ic-line);
}
.ic-story-foot b { font-size: 1.5rem; font-weight: 800; color: var(--ic-blue); }
.ic-story-foot span { font-size: 0.85rem; color: var(--ic-muted); }

/* =========================================================
   VERTICAL INTERACTIVE TIMELINE
   ========================================================= */
.ic-vtimeline { position: relative; max-width: 860px; margin: 0 auto; padding-left: 8px; }
.ic-vtimeline::before {
  content: ""; position: absolute; left: 22px; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(180deg, var(--ic-blue), var(--ic-cyan), transparent);
}
.ic-vt-item { position: relative; padding: 0 0 30px 64px; }
.ic-vt-item:last-child { padding-bottom: 0; }
.ic-vt-dot {
  position: absolute; left: 12px; top: 2px; width: 22px; height: 22px; border-radius: 50%;
  background: #fff; border: 3px solid var(--ic-cyan); box-shadow: 0 0 0 5px rgba(22,179,199,0.14);
  transition: transform 0.2s ease;
}
.ic-vt-item:hover .ic-vt-dot { transform: scale(1.18); }
.ic-vt-year { font-size: 0.82rem; font-weight: 800; letter-spacing: 0.06em; color: var(--ic-teal); }
.ic-vt-card {
  margin-top: 8px; padding: 18px 22px; border-radius: 16px;
  background: #fff; border: 1px solid var(--ic-line); box-shadow: 0 12px 30px rgba(21,39,58,0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ic-vt-item:hover .ic-vt-card { transform: translateX(4px); box-shadow: 0 18px 38px rgba(15,77,138,0.12); }
.ic-vt-card h3 { margin: 0 0 6px; font-size: 1.05rem; font-weight: 800; color: #14324a; }
.ic-vt-card p { color: var(--ic-muted); line-height: 1.6; font-size: 0.95rem; }

/* =========================================================
   PROCESS STEPS
   ========================================================= */
.ic-process { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; counter-reset: ic-step; }
.ic-step {
  position: relative; padding: 26px 22px; border-radius: 20px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
}
.ic-step::before {
  counter-increment: ic-step; content: "0" counter(ic-step);
  display: block; font-size: 1.6rem; font-weight: 800; margin-bottom: 12px;
  background: linear-gradient(120deg, var(--ic-cyan-bright), #8fe7f1);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ic-step h3 { margin: 0 0 8px; font-size: 1.05rem; color: #eef8fc; font-weight: 800; }
.ic-step p { color: rgba(214,233,244,0.78); line-height: 1.6; font-size: 0.93rem; }

/* =========================================================
   APP MOCKUP (browser frame)
   ========================================================= */
.ic-mockup {
  border-radius: 18px; overflow: hidden; background: #0c1f33;
  border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 40px 90px rgba(6,22,38,0.5);
}
.ic-mockup-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: rgba(255,255,255,0.05); }
.ic-mockup-bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.22); }
.ic-mockup-bar .ic-url {
  width: auto; height: auto; flex: 1; margin-left: 12px; padding: 5px 12px; border-radius: 8px;
  background: rgba(255,255,255,0.08); color: rgba(214,233,244,0.7); font-size: 0.78rem;
}
.ic-mockup-svg { display: block; width: 100%; height: auto; }

/* =========================================================
   DARK SECTION + CTA banner
   ========================================================= */
.ic-section-dark {
  position: relative; overflow: hidden; padding: 56px 48px; border-radius: 30px; color: #eaf4fb;
  background:
    radial-gradient(600px 380px at 90% 0%, rgba(22,179,199,0.22), transparent 60%),
    linear-gradient(150deg, #0a2540, #0a3a52);
  box-shadow: 0 40px 90px rgba(8,28,48,0.35);
}
.ic-section-dark .ic-head-center h2,
.ic-section-dark h2 { color: #f4fbff; }
.ic-section-dark .ic-head-center p { color: rgba(220,236,246,0.82); }
.ic-section-dark .ic-eyebrow { color: var(--ic-cyan-bright); }

.ic-cta-banner {
  position: relative; overflow: hidden; text-align: center;
  padding: 64px 40px; border-radius: 30px; color: #eaf4fb;
  background:
    radial-gradient(600px 300px at 50% -20%, rgba(22,179,199,0.32), transparent 60%),
    linear-gradient(135deg, #0b2f4f, #0a3a52);
  box-shadow: 0 40px 90px rgba(8,28,48,0.35);
}
.ic-cta-banner h2 { color: #f6fcff; font-size: clamp(1.9rem, 3vw, 2.8rem); max-width: 720px; margin: 12px auto 0; }
.ic-cta-banner p { color: rgba(220,236,246,0.84); max-width: 560px; margin: 14px auto 0; }
.ic-cta-banner .ic-hero-actions { justify-content: center; }

/* =========================================================
   TESTIMONIALS (premium)
   ========================================================= */
.ic-tcard {
  position: relative; padding: 30px 28px; border-radius: 22px;
  background: #fff; border: 1px solid var(--ic-line); box-shadow: 0 18px 46px rgba(21,39,58,0.08);
}
.ic-tcard .ic-quote-mark { font-size: 2.4rem; line-height: 0.6; color: rgba(22,179,199,0.4); font-family: Georgia, serif; }
.ic-tcard p { margin: 10px 0 20px; color: #2f4459; line-height: 1.75; font-size: 1.02rem; }
.ic-tcard .ic-tmeta { display: flex; align-items: center; gap: 12px; }
.ic-tcard .ic-tavatar {
  width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; background: linear-gradient(135deg, var(--ic-blue), var(--ic-teal));
}
.ic-tcard .ic-tmeta b { display: block; color: #14324a; font-size: 0.98rem; }
.ic-tcard .ic-tmeta span { color: var(--ic-muted); font-size: 0.84rem; }

/* =========================================================
   Generic hover lift for legacy cards
   ========================================================= */
.ic-card, .ic-feature, .ic-kpi, .ic-visual-panel, .ic-quote-card, .ic-stat-tile {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.ic-card:hover, .ic-feature:hover, .ic-visual-panel:hover, .ic-stat-tile:hover {
  transform: translateY(-5px); box-shadow: 0 28px 56px rgba(15,77,138,0.14);
}

/* legacy kpi-strip overflow fix (when used inside a narrow hero column) */
.ic-page-hero .ic-kpi-strip { grid-template-columns: 1fr; }
.ic-kpi-value { word-break: keep-all; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .ic-stat-row, .ic-process { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ic-product-grid, .ic-story-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .ic-hero-xl { grid-template-columns: 1fr; min-height: auto; padding: 40px 30px; gap: 30px; }
  .ic-hero-visual { order: -1; }
  .ic-float-card.is-tr { right: 4px; }
  .ic-float-card.is-bl { left: 4px; }
}
@media (max-width: 680px) {
  .ic-stat-row, .ic-process, .ic-product-grid, .ic-story-grid { grid-template-columns: 1fr; }
  .ic-section-dark, .ic-cta-banner { padding: 36px 24px; }
  .ic-hero-mini { flex-wrap: wrap; gap: 18px; }
}

/* =========================================================
   INTRA CONNECT — refinements layer (brand, i18n, fixes)
   Loaded last → highest priority. Addresses: logo lockup,
   language switcher, mobile nav, hero badge contrast,
   hero height, footer redesign, font system, text-visibility.
   ========================================================= */

/* ---- typography: modern, legible enterprise sans ---- */
:root {
  --ic-font: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.intraconnect-body,
.intraconnect-body button,
.intraconnect-body input,
.intraconnect-body textarea {
  font-family: var(--ic-font);
}
.intraconnect-body h1,
.intraconnect-body h2,
.intraconnect-body h3,
.intraconnect-body h4,
.ic-hero h1,
.ic-hero-xl h1,
.ic-section h2,
.ic-head-center h2,
.ic-page-hero h1,
.ic-fallback-card h1,
.ic-section-heading h2 {
  font-family: var(--ic-font);
  letter-spacing: -0.02em;
}
/* headline cap per brief: premium but never oversized (~92px max) */
.ic-hero-xl h1 { font-size: clamp(2.5rem, 5.2vw, 4.6rem); }

/* =========================================================
   BRAND / LOGO LOCKUP
   ========================================================= */
.ic-brand {
  display: inline-flex; align-items: center; gap: 12px;
  text-transform: none; letter-spacing: 0; line-height: 1;
}
.ic-brand-mark {
  display: inline-flex; width: 40px; height: 40px;
  filter: drop-shadow(0 6px 14px rgba(14, 90, 138, 0.28));
}
.ic-logo-mark { width: 100%; height: 100%; display: block; }
.ic-brand-word { display: inline-flex; flex-direction: column; line-height: 1; }
.ic-brand-word b {
  font-size: 1.36rem; font-weight: 800; letter-spacing: 0.1em; color: var(--ic-navy);
}
.ic-brand-word i {
  display: inline-block; width: auto; height: auto; background: none; box-shadow: none;
  font-style: normal; font-weight: 600; font-size: 0.64rem;
  letter-spacing: 0.46em; color: var(--ic-cyan); margin-top: 3px;
}

/* =========================================================
   HEADER NAV + LANGUAGE SWITCHER
   ========================================================= */
.ic-nav { align-items: center; }
.ic-nav a { color: #2c4257; font-weight: 600; }
.ic-nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 12px;
  align-items: center; justify-content: center; font-size: 1.1rem; color: var(--ic-navy);
  background: rgba(14, 90, 138, 0.08); border: 1px solid var(--ic-line); cursor: pointer;
}

.ic-lang {
  display: inline-flex; gap: 2px; margin-left: 8px; padding: 3px;
  border-radius: 999px; background: rgba(14, 90, 138, 0.07); border: 1px solid var(--ic-line);
}
.ic-lang-btn {
  appearance: none; border: 0; cursor: pointer;
  padding: 5px 11px; border-radius: 999px; font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.04em; color: var(--ic-muted); background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}
.ic-lang-btn:hover { color: var(--ic-blue); }
.ic-lang-btn.is-active {
  color: #fff; background: linear-gradient(135deg, var(--ic-blue), var(--ic-cyan));
  box-shadow: 0 4px 12px rgba(15, 77, 138, 0.3);
}

/* =========================================================
   HERO BADGE — high contrast, legible on the navy hero
   ========================================================= */
.ic-hero-xl .ic-pill {
  color: #ffffff;
  background: rgba(9, 32, 56, 0.55);
  border: 1px solid rgba(24, 183, 214, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.ic-hero-xl .ic-pill i { color: var(--ic-cyan-bright); }
.ic-pill-hero {
  font-size: 0.86rem; padding: 8px 16px;
  color: #ffffff !important;
  background: rgba(9, 32, 56, 0.6) !important;
  border: 1px solid rgba(24, 183, 214, 0.7) !important;
  box-shadow: 0 6px 20px rgba(7, 27, 48, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.ic-pill-hero i { color: var(--ic-cyan-bright); }

/* secondary buttons sitting on dark surfaces must stay legible */
.ic-cta-banner .ic-button-secondary,
.ic-section-dark .ic-button-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #eaf6fb;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.ic-cta-banner .ic-button-secondary:hover,
.ic-section-dark .ic-button-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* =========================================================
   HERO HEIGHT — reveal that content continues below the fold
   ========================================================= */
.ic-hero-xl {
  min-height: min(78vh, 680px);
  padding-bottom: 64px;
}
/* keep grid overlay behind hero content */
.ic-hero-xl::before { z-index: 0; }

/* =========================================================
   FOOTER — restructured, intuitive
   ========================================================= */
.ic-footer {
  display: block; margin-top: 56px; padding: 0;
  border-radius: 28px; overflow: hidden;
  color: #d7e7f3;
  background:
    radial-gradient(600px 300px at 12% 0%, rgba(24, 183, 214, 0.16), transparent 60%),
    linear-gradient(150deg, #07203d 0%, #0A2F57 60%, #0c3f63 100%);
  box-shadow: 0 30px 70px rgba(7, 27, 48, 0.3);
}
.ic-footer-top {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 32px;
  padding: 48px 48px 36px;
}
.ic-footer-brand .ic-brand { margin-bottom: 16px; }
.ic-footer-brand .ic-brand-word b { color: #ffffff; }
.ic-footer-brand .ic-brand-word i { color: var(--ic-cyan-bright); }
.ic-footer-brand p {
  max-width: 38ch; color: rgba(206, 226, 240, 0.78); line-height: 1.7; font-size: 0.95rem;
}
.ic-footer-col { display: flex; flex-direction: column; gap: 10px; }
.ic-footer-col h4 {
  margin: 0 0 6px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ic-cyan-bright);
}
.ic-footer-col a {
  color: rgba(214, 233, 244, 0.82); font-size: 0.95rem; transition: color 0.2s ease;
}
.ic-footer-col a:hover { color: #ffffff; }
.ic-footer-col a.ic-footer-phone {
  display: inline-flex; align-items: center; gap: 10px;
  align-self: flex-start; margin-bottom: 2px;
  padding: 9px 16px; border-radius: 999px;
  font-size: 1.1rem; font-weight: 700; letter-spacing: 0.01em;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0, 209, 255, 0.18), rgba(0, 209, 255, 0.06));
  border: 1px solid rgba(0, 209, 255, 0.55);
  box-shadow: 0 0 0 0 rgba(0, 209, 255, 0.35);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.ic-footer-col a.ic-footer-phone i { color: var(--ic-cyan-bright); font-size: 0.95em; }
.ic-footer-col a.ic-footer-phone:hover {
  color: #ffffff; transform: translateY(-1px);
  border-color: var(--ic-cyan-bright);
  box-shadow: 0 6px 22px -6px rgba(0, 209, 255, 0.55);
}
.ic-footer-col a.ic-footer-phone { cursor: pointer; }
.ic-footer-col a.ic-footer-phone.is-copied {
  background: linear-gradient(135deg, rgba(0, 209, 255, 0.32), rgba(0, 209, 255, 0.14));
  border-color: var(--ic-cyan-bright);
}
.ic-footer-col a.ic-footer-phone.is-copied i { color: #ffffff; }
/* Contact card copy-to-clipboard phone link */
.ic-copy-phone { cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s ease; }
.ic-copy-phone i { font-size: 0.9em; opacity: 0.75; }
.ic-copy-phone.is-copied,
.ic-copy-phone.is-copied i { color: var(--ic-cyan); opacity: 1; }
.ic-footer-bottom {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
  padding: 18px 48px; border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem; color: rgba(190, 214, 232, 0.72);
}

/* =========================================================
   TEXT-VISIBILITY SAFEGUARDS
   gradient-clipped text falls back to a solid brand colour
   if background-clip:text is unsupported or fails to paint
   (fixes "text visible only when selected")
   ========================================================= */
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .ic-grad-text, .ic-stat-tile .ic-stat-num { color: var(--ic-cyan) !important; -webkit-text-fill-color: var(--ic-cyan) !important; }
  .ic-step::before { color: var(--ic-cyan-bright) !important; -webkit-text-fill-color: var(--ic-cyan-bright) !important; }
}
/* ensure every card/feature surface has explicit, visible text */
.ic-card, .ic-feature, .ic-visual-panel, .ic-kpi, .ic-year-card, .ic-timeline-item, .ic-tcard, .ic-story, .ic-product, .ic-vt-card {
  color: var(--ic-ink);
}
.ic-feature h3, .ic-card h3 { color: #14324a; }
.ic-feature p, .ic-card p { color: var(--ic-muted); }

/* =========================================================
   DEFENSIVE — remove any injected membership / subscribe UI
   (no newsletter on this site)
   ========================================================= */
#ghost-portal-root,
.gh-portal-root,
[data-members-signup],
[data-portal],
.subscribe-form,
.subscribe,
.gh-subscribe {
  display: none !important;
}

/* =========================================================
   RESPONSIVE — header collapse to mobile menu
   ========================================================= */
@media (max-width: 900px) {
  .ic-topbar { flex-direction: row; align-items: center; justify-content: space-between; position: sticky; }
  .ic-nav-toggle { display: inline-flex; }
  .ic-nav {
    position: absolute; top: calc(100% + 8px); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 4px; padding: 12px;
    border-radius: 16px; background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--ic-line); box-shadow: 0 24px 50px rgba(10, 37, 64, 0.18);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }
  .ic-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .ic-nav a { padding: 10px 12px; border-radius: 10px; }
  .ic-nav a:hover { background: rgba(14, 90, 138, 0.06); }
  .ic-nav a::after { display: none; }
  .ic-lang { margin: 6px 0 2px; align-self: flex-start; }
  .ic-footer-top { grid-template-columns: 1fr 1fr; gap: 28px; padding: 40px 32px 28px; }
  .ic-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .ic-footer-top { grid-template-columns: 1fr; padding: 32px 22px 24px; }
  .ic-footer-bottom { padding: 16px 22px; }
  .ic-brand-word b { font-size: 1.05rem; }
}

/* =========================================================
   INTRA CONNECT — batch 2 refinements
   counters fit, contact form, footer privacy, legal page,
   compact hero, home portfolio CTA
   ========================================================= */

/* ---- #9: keep large counters inside their cards ---- */
.ic-stat-tile .ic-stat-num {
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  letter-spacing: -0.03em; white-space: nowrap; max-width: 100%;
}
.ic-hero-mini b { white-space: nowrap; }
.ic-story-foot b { white-space: nowrap; }

/* ---- footer: centered privacy link on the bottom bar (#12) ---- */
.ic-footer-bottom { justify-content: space-between; }
.ic-footer-bottom > span { flex: 1 1 0; }
.ic-footer-bottom .ic-footer-meta { text-align: right; }
.ic-footer-privacy {
  flex: 0 0 auto; text-align: center; color: rgba(214, 233, 244, 0.92);
  font-weight: 600; transition: color 0.2s ease;
}
.ic-footer-privacy:hover { color: #fff; }

/* ---- compact hero for sub-pages (contact, legal) ---- */
.ic-hero-compact { min-height: min(54vh, 460px); padding-bottom: 56px; }
.ic-hero-compact::after { display: none; }

/* ---- home portfolio centered CTA ---- */
.ic-center-cta { display: flex; justify-content: center; margin-top: 32px; }
.ic-button.ic-button-dark {
  background: rgba(14, 90, 138, 0.08); color: var(--ic-blue);
  border: 1px solid var(--ic-line);
}
.ic-button.ic-button-dark:hover { background: rgba(14, 90, 138, 0.14); }

/* =========================================================
   CONTACT FORM (#2)
   ========================================================= */
.ic-contact-layout {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; align-items: start;
}
.ic-contact-form-wrap {
  padding: 34px; border-radius: 22px; background: #fff;
  border: 1px solid var(--ic-line); box-shadow: 0 18px 46px rgba(21, 39, 58, 0.08);
  scroll-margin-top: 90px;
}
.ic-contact-form-wrap h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); color: var(--ic-ink); }
.ic-contact-form-sub { margin: 8px 0 22px; color: var(--ic-muted); }
.ic-form { display: flex; flex-direction: column; gap: 16px; }
.ic-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ic-field { display: flex; flex-direction: column; gap: 7px; }
.ic-field label { font-size: 0.85rem; font-weight: 700; color: #2c4257; }
.ic-field input,
.ic-field textarea {
  width: 100%; padding: 12px 14px; border-radius: 12px;
  border: 1px solid var(--ic-line); background: #fbfdff; color: var(--ic-ink);
  font-size: 0.96rem; font-family: inherit; transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ic-field textarea { resize: vertical; min-height: 130px; }
.ic-field input:focus,
.ic-field textarea:focus {
  outline: none; border-color: var(--ic-cyan);
  box-shadow: 0 0 0 3px rgba(24, 183, 214, 0.18); background: #fff;
}
.ic-form .ic-button { align-self: flex-start; margin-top: 4px; }
.ic-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ---- contact: flux în pași (Completează → Verifică → Trimite) ---- */
/* indicator de pași */
/* stepper compact, orizontal — clasă proprie (.ic-stepper-step) ca să NU se
   ciocnească cu .ic-step din secțiunea „Proces" (care injectează „0N"). Numărul
   din cerc e generat din indexul real al pasului, prin counter CSS. */
.ic-stepper {
  counter-reset: ic-fstep;
  display: flex; align-items: center; gap: 8px;
  max-width: 640px; margin: 0 auto 24px; padding: 0; list-style: none;
}
.ic-stepper-step {
  counter-increment: ic-fstep;
  display: flex; align-items: center; gap: 9px; flex: 0 0 auto;
  color: var(--ic-muted); font-size: 0.85rem; font-weight: 600; white-space: nowrap;
}
.ic-stepper-step:not(:last-child) { flex: 1 1 auto; }
.ic-stepper-step:not(:last-child)::after {
  content: ""; flex: 1 1 auto; height: 2px; min-width: 14px; margin-left: 2px;
  background: var(--ic-line); border-radius: 2px; transition: background 0.35s ease;
}
.ic-step-num {
  width: 28px; height: 28px; border-radius: 50%; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 800; line-height: 1;
  background: #fff; color: var(--ic-muted);
  border: 1.5px solid var(--ic-line); transition: all 0.25s ease;
}
.ic-step-num::before { content: counter(ic-fstep); }
/* current */
.ic-stepper-step.is-active { color: var(--ic-blue); font-weight: 700; }
.ic-stepper-step.is-active .ic-step-num {
  background: linear-gradient(135deg, var(--ic-blue), var(--ic-cyan));
  color: #fff; border-color: transparent;
  box-shadow: 0 0 0 4px rgba(24, 183, 214, 0.14), 0 4px 12px rgba(24, 183, 214, 0.34);
}
/* completed */
.ic-stepper-step.is-done { color: var(--ic-ink); }
.ic-stepper-step.is-done .ic-step-num { background: var(--ic-cyan); color: #fff; border-color: transparent; }
.ic-stepper-step.is-done .ic-step-num::before {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 0.72rem;
}
.ic-stepper-step.is-done:not(:last-child)::after { background: var(--ic-cyan); }

/* panouri de pas — un singur panou vizibil, cu tranziție soft fade/slide */
.ic-step-panel { animation: ic-step-in 0.34s ease; }
.ic-step-panel[hidden] { display: none; }
@keyframes ic-step-in {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ic-button-next, #ic-preview-back, #ic-preview-send { gap: 8px; }

/* pasul 2 — previzualizare */
.ic-preview-list { margin: 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--ic-line); }
.ic-preview-row {
  display: grid; grid-template-columns: 150px 1fr; gap: 16px;
  padding: 12px 0; border-top: 1px solid var(--ic-line);
}
.ic-preview-row dt {
  margin: 0; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--ic-muted);
}
.ic-preview-row dd { margin: 0; color: var(--ic-ink); font-weight: 600; word-break: break-word; }
.ic-preview-message { margin-top: 18px; }
.ic-preview-message-label {
  display: block; margin-bottom: 8px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--ic-muted);
}
.ic-preview-msgbox {
  white-space: pre-wrap; line-height: 1.6; color: #243b52; font-weight: 500;
  background: #f4f9fd; border: 1px solid var(--ic-line); border-radius: 14px;
  padding: 14px 16px; min-height: 64px; word-break: break-word;
}
.ic-preview-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

/* pasul 3 — confirmare */
.ic-step-success { text-align: center; padding: 12px 0 4px; }
.ic-success-icon { font-size: 3.1rem; line-height: 1; color: #0c8a5e; margin-bottom: 10px; }
.ic-step-success .ic-contact-form-sub { max-width: 44ch; margin-left: auto; margin-right: auto; }
.ic-step-success .ic-button { margin-top: 20px; }

@media (max-width: 520px) {
  .ic-preview-row { grid-template-columns: 1fr; gap: 4px; }
  .ic-preview-actions .ic-button { flex: 1 1 auto; text-align: center; justify-content: center; }
  /* rămâne orizontal, doar mai strâns */
  .ic-stepper { gap: 6px; }
  .ic-stepper-step { font-size: 0.78rem; gap: 7px; }
  .ic-step-num { width: 25px; height: 25px; font-size: 0.74rem; }
}
/* doar când chiar nu mai încape: ascunde etichetele, păstrează cercurile + liniile */
@media (max-width: 380px) {
  .ic-step-label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .ic-step-panel { animation: none; }
}
.ic-form-status { margin: 4px 0 0; font-size: 0.92rem; font-weight: 600; min-height: 1.2em; }
.ic-form-status.is-pending { color: var(--ic-muted); }
.ic-form-status.is-ok { color: #0c8a5e; }
.ic-form-status.is-err { color: #c0392b; }
.ic-contact-aside { display: flex; flex-direction: column; gap: 16px; }
.ic-contact-aside .ic-card { padding: 22px; }
.ic-contact-aside .ic-card a { display: inline-block; margin-top: 8px; font-weight: 700; color: var(--ic-blue); }

/* =========================================================
   LEGAL / PRIVACY PAGE (#12)
   ========================================================= */
.ic-legal {
  max-width: 820px; margin: 0 auto; padding: 40px 44px; border-radius: 22px;
  background: #fff; border: 1px solid var(--ic-line); box-shadow: 0 18px 46px rgba(21, 39, 58, 0.08);
  color: var(--ic-ink);
}
.ic-legal-updated { color: var(--ic-muted); font-size: 0.88rem; margin: 0 0 8px; }
.ic-legal h2 {
  margin: 30px 0 10px; font-size: 1.2rem; font-weight: 800; color: #14324a;
}
.ic-legal h2:first-of-type { margin-top: 8px; }
.ic-legal p { color: #3c5168; line-height: 1.75; margin: 0 0 12px; }
.ic-legal ul { margin: 0 0 14px; padding-left: 20px; }
.ic-legal li { color: #3c5168; line-height: 1.7; margin-bottom: 8px; }
.ic-legal a { color: var(--ic-blue); font-weight: 600; }
.ic-legal a:hover { color: var(--ic-cyan); }

@media (max-width: 860px) {
  .ic-contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .ic-form-row { grid-template-columns: 1fr; }
  .ic-contact-form-wrap, .ic-legal { padding: 24px; }
  .ic-footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
  .ic-footer-bottom > span, .ic-footer-bottom .ic-footer-meta { flex: none; text-align: center; }
}

/* =========================================================
   INTRA CONNECT — batch 3 (official logo, smaller headline)
   ========================================================= */

/* brand lockup: pictogramă oficială (colorată, merge pe fundal deschis ȘI închis)
   + wordmark text controlabil tipografic */
.ic-brand-logo { height: 40px; width: auto; display: block; } /* legacy, neutilizat */
.ic-brand-mark-img {
  height: 38px; width: auto; display: block;
  filter: drop-shadow(0 3px 8px rgba(14, 90, 138, 0.22));
  transition: transform 0.25s ease;
}
.ic-brand:hover .ic-brand-mark-img { transform: scale(1.04); }
.ic-brand-footer { gap: 14px; align-items: center; }

/* #3: cap the hero headline lower so it never gets oversized */
.ic-hero-xl h1 { font-size: clamp(1.9rem, 3.8vw, 3.3rem); }
.ic-hero-compact h1 { font-size: clamp(1.8rem, 3.4vw, 3rem); }

@media (max-width: 560px) {
  .ic-topbar .ic-brand-mark-img { height: 34px; }
  .ic-brand-word b { font-size: 1.2rem; }
  .ic-brand-word i { font-size: 0.58rem; letter-spacing: 0.4em; }
}

/* =========================================================
   INTRA CONNECT — batch 4 (avatar fix, sliders, scroll-top, footer logo)
   ========================================================= */

/* #2: testimonial avatar initials were caught by `.ic-tmeta span`
   (muted, small). Restore white + proper size with equal specificity. */
.ic-tcard .ic-tmeta .ic-tavatar { color: #ffffff; font-size: 0.95rem; }

/* footer: brandul stă direct pe fundalul închis (fără card/alveolă albă),
   wordmark alb + cyan, pictogramă cu halou cyan discret */
.ic-brand-footer { padding: 0; }
.ic-brand-footer .ic-brand-mark-img {
  height: 46px; filter: drop-shadow(0 0 18px rgba(47, 207, 255, 0.22));
}
.ic-brand-footer .ic-brand-word b { font-size: 1.5rem; letter-spacing: 0.11em; }
.ic-brand-footer .ic-brand-word i { font-size: 0.68rem; letter-spacing: 0.5em; }

/* scroll-to-top */
.ic-scrolltop {
  position: fixed; right: 22px; bottom: 22px; z-index: 50;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: linear-gradient(135deg, var(--ic-blue), var(--ic-cyan)); color: #fff; font-size: 1rem;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px rgba(15, 77, 138, 0.35);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.ic-scrolltop.is-visible { opacity: 1; visibility: visible; transform: none; }
.ic-scrolltop:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(15, 77, 138, 0.45); }

/* =========================================================
   SLIDER / CAROUSEL
   ========================================================= */
.ic-slider { position: relative; }
.ic-slider-track {
  display: flex; gap: 22px; overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  /* Track 100% transparent (fără bg/shadow/border/ring). Padding DOAR pe verticală,
     ca umbrele cardurilor să nu fie tăiate de clipul impus de overflow-x. ZERO pe
     orizontală → scrollport-ul = exact lățimea a 3 carduri, deci NU apare peek din
     cardul următor. Margin negativ doar vertical păstrează spațierea inițială. */
  padding: 22px 0 42px;
  margin: -10px 0 -22px;
}
.ic-slider-track::-webkit-scrollbar { display: none; }
.ic-slider-track > * {
  flex: 0 0 calc((100% - 44px) / 3); scroll-snap-align: start;
  /* umbră soft, conținută în paddingul vertical → fără dreptunghi vizibil în spate */
  box-shadow: 0 12px 28px rgba(21, 39, 58, 0.08);
}
.ic-slider-track > *:hover { box-shadow: 0 14px 30px rgba(15, 77, 138, 0.14); }
.ic-slider-btn {
  position: absolute; top: 42%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; border-radius: 50%; cursor: pointer;
  border: 1px solid var(--ic-line); background: rgba(255, 255, 255, 0.96); color: var(--ic-blue);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(10, 37, 64, 0.16);
  transition: background 0.2s ease, transform 0.2s ease;
}
.ic-slider-btn:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
/* săgețile ies în exteriorul cardurilor (peste jumătate din icon în afară);
   -24px = marginea exterioară fix la limita shell-ului (padding 24px) → fără scroll
   orizontal. Pe mobil rămân în interior (vezi overrides la max-width:680px). */
.ic-slider-prev { left: -24px; }
.ic-slider-next { right: -24px; }
.ic-slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 8px; }
.ic-slider-dot {
  width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; cursor: pointer;
  background: rgba(14, 90, 138, 0.22); transition: background 0.2s ease, transform 0.2s ease;
}
.ic-slider-dot.is-active { background: linear-gradient(135deg, var(--ic-blue), var(--ic-cyan)); transform: scale(1.35); }

@media (max-width: 1024px) {
  .ic-slider-track > * { flex-basis: calc((100% - 22px) / 2); }
}
@media (max-width: 680px) {
  .ic-slider-track > * { flex-basis: 100%; }
  .ic-slider-prev { left: 2px; }
  .ic-slider-next { right: 2px; }
}

/* =========================================================
   INTRA CONNECT — batch 5 (slider centre card, card list, clickable cards)
   ========================================================= */

/* highlighted middle card in a slider */
.ic-slider-track > .is-center {
  background: linear-gradient(165deg, #ffffff, #eef6fc);
  border-color: rgba(24, 183, 214, 0.4);
  box-shadow: 0 12px 30px rgba(15, 77, 138, 0.15);
}
.ic-slider-track > .ic-tcard.is-center { background: linear-gradient(165deg, #ffffff, #f0f7fc); }

/* component list inside a platform card */
.ic-card-list { list-style: none; margin: 14px 0 16px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ic-card-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ic-muted); font-size: 0.92rem; line-height: 1.5; }
.ic-card-list li i { color: var(--ic-teal); margin-top: 3px; }
.ic-card-list li b { color: #14324a; font-weight: 700; }

/* whole-card clickable affordance */
.ic-card.is-clickable { cursor: pointer; }

/* =========================================================
   INTRA CONNECT — batch 6 (testimonial: emphasise message, shrink entity)
   ========================================================= */
.ic-tcard { display: flex; flex-direction: column; }
.ic-tcard p { flex: 1 1 auto; font-size: 1.06rem; color: #213b52; }
.ic-tcard .ic-tmeta { margin-top: 18px; gap: 10px; align-items: center; }
.ic-tcard .ic-tmeta .ic-tavatar {
  width: 34px; height: 34px; border-radius: 9px; font-size: 0.7rem;
}
.ic-tcard .ic-tmeta b { font-size: 0.82rem; }
.ic-tcard .ic-tmeta span { font-size: 0.74rem; color: var(--ic-muted); }

/* =========================================================
   INTRA CONNECT — batch 7 (homepage hero redesign)
   Compact, narrower, more "aerisit" hero so the trust strip
   peeks in under the fold on laptops (1366×768 / 1440×900 /
   1536×864). Highest-priority layer — overrides earlier hero
   rules. Keeps the dark-blue card, subtle grid and cyan glow.
   ========================================================= */

/* compact sticky header */
.ic-topbar { padding: 8px 22px; top: 10px; }
.ic-topbar .ic-brand-mark-img { height: 38px; }

/* narrower, centered, lower hero card */
.ic-hero-xl {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  min-height: min(46vh, 440px);
  padding: 26px 52px 24px;
  gap: 48px;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

/* headline: premium but compact — ~46px desktop down to ~30px mobile */
.ic-hero-xl h1 {
  margin-top: 10px;
  line-height: 1.04;
  font-size: clamp(1.75rem, 0.45rem + 2.3vw, 2.9rem);
}

/* subtitle: fixed comfortable measure */
.ic-hero-xl .ic-lead {
  margin-top: 11px;
  max-width: 500px;
  font-size: 1rem;
}

/* tighten the vertical rhythm of the supporting elements */
.ic-hero-badges { margin-top: 12px; }
.ic-hero-xl .ic-hero-actions { margin-top: 16px; }
.ic-hero-mini {
  margin-top: 16px;
  padding-top: 12px;
  gap: 24px;
}
.ic-hero-mini b { font-size: 1.25rem; }
.ic-hero-mini span { font-size: 0.78rem; }

/* keep the illustration compact so it never forces the card taller */
.ic-hero-visual { width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; }

/* the compact hero no longer needs the scroll cue */
.ic-hero-xl::after { display: none; }

/* pull the trust strip up toward the hero */
.ic-hero-xl + .ic-section { margin-top: 2px; padding-top: 10px; padding-bottom: 24px; }
.ic-hero-xl + .ic-section .ic-trust { margin-top: 8px; }

/* responsive — restore single column below the two-column breakpoint
   (declared after the base rule above so it keeps winning) */
@media (max-width: 900px) {
  .ic-hero-xl {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 36px 28px 40px;
    gap: 28px;
  }
  .ic-hero-visual { order: -1; max-width: 380px; }
}
@media (max-width: 560px) {
  .ic-hero-xl { padding: 30px 22px 34px; }
  .ic-hero-mini { gap: 18px; }
}

/* =========================================================
   INTRA CONNECT — hub interconectat (hero platforme-digitale)
   Hub central „INTRA CONNECT" + 6 noduri orbitale cu iconițe
   și etichete, conectate prin linii punctate (vezi viz-platform).
   ========================================================= */
.ic-hero-visual-hub { max-width: 460px; }
.ic-hub {
  position: relative; width: 100%; max-width: 460px; margin: 0 auto;
  aspect-ratio: 1 / 1; container-type: inline-size;
}
.ic-hub-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; z-index: 1; }

/* dashed orbit ring through the nodes (rotește lent) */
.ic-hub-orbit {
  position: absolute; left: 50%; top: 50%; width: 68%; height: 68%;
  transform: translate(-50%, -50%); border-radius: 50%;
  border: 1.5px dashed rgba(95, 212, 234, 0.22);
  animation: ic-hub-spin 46s linear infinite; z-index: 1;
}
@keyframes ic-hub-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }

/* nucleu central */
.ic-hub-core {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 33%; aspect-ratio: 1 / 1; border-radius: 50%; z-index: 3;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  text-align: center; color: #eaf6fb;
  background: radial-gradient(circle at 50% 34%, #16457a 0%, #0a2747 68%);
  border: 1px solid rgba(95, 212, 234, 0.5);
  box-shadow: 0 0 0 9px rgba(24, 183, 214, 0.06), 0 0 46px rgba(24, 183, 214, 0.42),
              inset 0 0 28px rgba(24, 183, 214, 0.18);
  animation: ic-hub-glow 3.6s ease-in-out infinite;
}
@keyframes ic-hub-glow {
  0%, 100% { box-shadow: 0 0 0 9px rgba(24,183,214,0.06), 0 0 40px rgba(24,183,214,0.36), inset 0 0 28px rgba(24,183,214,0.18); }
  50%      { box-shadow: 0 0 0 12px rgba(24,183,214,0.09), 0 0 60px rgba(24,183,214,0.55), inset 0 0 30px rgba(24,183,214,0.24); }
}
.ic-hub-mark { font-size: clamp(0.9rem, 2.4vw, 1.25rem); color: var(--ic-cyan-bright); line-height: 1; }
.ic-hub-brand strong {
  display: block; font-size: clamp(0.78rem, 2vw, 1rem); font-weight: 800;
  letter-spacing: 0.16em; color: #ffffff; line-height: 1;
}
.ic-hub-brand span {
  display: block; font-size: clamp(0.42rem, 1.1vw, 0.56rem); font-weight: 600;
  letter-spacing: 0.42em; color: var(--ic-cyan-bright); margin-top: 4px; line-height: 1;
}

/* noduri */
.ic-hub-node {
  position: absolute; transform: translate(-50%, -50%); z-index: 2;
  width: 96px; display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center;
}
.ic-hub-ico {
  width: 58px; height: 58px; border-radius: 50%; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.3rem;
  color: #d8f3fb; background: linear-gradient(150deg, #143c70, #0a2747);
  border: 1px solid rgba(95, 212, 234, 0.45);
  box-shadow: 0 0 22px rgba(24, 183, 214, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ic-hub-node:hover .ic-hub-ico {
  transform: translateY(-3px); box-shadow: 0 0 30px rgba(24, 183, 214, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.ic-hub-label {
  font-size: 0.8rem; font-weight: 600; color: #cfe3f4; line-height: 1.25; letter-spacing: 0.01em;
}

@media (prefers-reduced-motion: reduce) {
  .ic-hub-orbit, .ic-hub-core { animation: none; }
}
/* compact pe ecrane înguste — hub-ul rămâne lizibil */
@media (max-width: 1024px) {
  .ic-hub-node { width: 84px; }
  .ic-hub-ico { width: 50px; height: 50px; font-size: 1.1rem; }
  .ic-hub-label { font-size: 0.74rem; }
}
@media (max-width: 420px) {
  .ic-hub-node { width: 72px; gap: 6px; }
  .ic-hub-ico { width: 42px; height: 42px; font-size: 0.95rem; }
  .ic-hub-label { font-size: 0.66rem; }
}

/* =========================================================
   INTRA CONNECT — hub dinamic „vot electronic" (viz-vote)
   Noduri statice (etichete traductibile) + dinamism: scut
   central plutitor, inele radar, pulsuri de energie pe trasee,
   inel orbital rotativ, badge-uri pulsante.
   ========================================================= */
/* scut central în loc de wordmark */
.ic-hub-core-shield {
  background: none; border: 0; box-shadow: none; animation: none;
  width: 32%;
}
.ic-hub-shield {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 0 26px rgba(47, 207, 255, 0.5));
  animation: ic-hub-float 5s ease-in-out infinite;
}
@keyframes ic-hub-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* inele radar care pulsează din centru */
.ic-hub-pulse {
  position: absolute; left: 50%; top: 50%; width: 46%; aspect-ratio: 1 / 1;
  border-radius: 50%; border: 1.5px solid rgba(95, 212, 234, 0.5);
  transform: translate(-50%, -50%) scale(0.45); transform-origin: center;
  animation: ic-hub-radar 4.5s ease-out infinite; z-index: 0; pointer-events: none;
}
@keyframes ic-hub-radar {
  0%   { transform: translate(-50%, -50%) scale(0.42); opacity: 0.6; }
  80%  { opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(1.08); opacity: 0; }
}

/* badge-uri pulsante (fără transform, ca să nu strice centrarea) */
.ic-hub .ic-hub-ico { animation: ic-hub-icoglow 3.4s ease-in-out infinite; }
.ic-hub .ic-hub-node:nth-last-child(2n) .ic-hub-ico { animation-delay: -1.7s; }
@keyframes ic-hub-icoglow {
  0%, 100% { box-shadow: 0 0 16px rgba(24, 183, 214, 0.22), inset 0 1px 0 rgba(255,255,255,0.08); }
  50%      { box-shadow: 0 0 30px rgba(24, 183, 214, 0.55), inset 0 1px 0 rgba(255,255,255,0.14); }
}

/* emblemă centrală glowing pentru hub-ul platforme (în loc de wordmark INTRA CONNECT) */
.ic-hub-core-emblem {
  background: none; border: 0; box-shadow: none; animation: none; width: 32%;
}
.ic-hub-emblem {
  width: 100%; aspect-ratio: 1 / 1; border-radius: 26%;
  display: flex; align-items: center; justify-content: center;
  font-size: clamp(1.5rem, 4.4vw, 2.6rem); color: #eaf6fb;
  background: radial-gradient(circle at 50% 32%, #1e62a8 0%, #0a2747 72%);
  border: 1px solid rgba(95, 212, 234, 0.6);
  box-shadow: 0 0 0 8px rgba(24, 183, 214, 0.06), 0 0 48px rgba(47, 207, 255, 0.5),
              inset 0 2px 12px rgba(255, 255, 255, 0.12);
  animation: ic-hub-float 5s ease-in-out infinite;
}
.ic-hub-emblem i { filter: drop-shadow(0 0 10px rgba(47, 207, 255, 0.5)); }

/* variantă „bare": iconul central plutește liber, fără chenar (ca scutul de pe vot-electronic) */
.ic-hub-core-bare {
  width: 32%;
}
.ic-hub-emblem-bare {
  width: auto; aspect-ratio: auto; border-radius: 0;
  background: none; border: 0; box-shadow: none;
  font-size: clamp(2.6rem, 7vw, 4.7rem); color: #eaf6fb;
}
.ic-hub-emblem-bare i {
  filter: drop-shadow(0 0 26px rgba(47, 207, 255, 0.55))
          drop-shadow(0 0 10px rgba(47, 207, 255, 0.45));
}
/* platforme + expertiza: iconul central (SVG) încadrat într-un cerc navy cu inel
   cyan luminos — refolosește cercul + glow-ul pulsant al .ic-hub-core, doar cu
   inelul puțin mai aprins; iconul stă centrat în interior, cu padding */
/* cerc compact, uniform pe platforme/expertiza/proiecte: ≥20% mai mic decât
   variantele anterioare, iar iconul are aceeași mărime (72% din cerc) pe toate */
.ic-hub-core-circle {
  width: 21%;
  border-width: 2px; border-color: rgba(95, 212, 234, 0.85);
  /* fundal semi-transparent: impulsurile de energie care pleacă din centru se văd
     prin disc, nu doar după ce depășesc marginea cercului */
  background: radial-gradient(circle at 50% 34%, rgba(20, 64, 116, 0.42) 0%, rgba(8, 33, 60, 0.5) 72%);
}
.ic-hub-coreicon {
  width: 72%; height: auto; display: block;
  filter: drop-shadow(0 0 10px rgba(47, 207, 255, 0.45));
}
/* expertiza: scut+document puțin mai mare, apropiat ca mărime de scutul de pe
   vot-electronic (conținutul SVG umple mai puțin pe verticală, deci compensăm) */
.ic-hub-secdoc { width: 86%; }
/* glif Font Awesome centrat în cerc (testimoniale, contact) — scalează cu hub-ul (cqw).
   Interior transparent + rim cyan crisp (ca scutul de pe vot-electronic): glif gol,
   prin care se văd impulsurile din centru. */
.ic-hub-coreglyph {
  display: flex; align-items: center; justify-content: center;
  font-size: clamp(1.5rem, 15cqw, 3.6rem); line-height: 1;
  color: rgba(127, 233, 255, 0.14);
  -webkit-text-stroke: 1.5px #7fe9ff;
  filter: drop-shadow(0 0 10px rgba(47, 207, 255, 0.5));
}
.ic-hub-coreglyph i { color: inherit; -webkit-text-stroke: inherit; }

/* proiecte: marca INTRA CONNECT în centru — același cerc compact și aceeași
   mărime de icon ca platforme/expertiza */
.ic-hub-core-brand {
  width: 21%; gap: 5px;
  border-width: 2px; border-color: rgba(95, 212, 234, 0.85);
  background: radial-gradient(circle at 50% 34%, rgba(20, 64, 116, 0.42) 0%, rgba(8, 33, 60, 0.5) 72%);
}
.ic-hub-brandmark {
  width: 72%; height: auto; display: block;
  filter: drop-shadow(0 0 9px rgba(47, 207, 255, 0.5));
}

@media (prefers-reduced-motion: reduce) {
  .ic-hub-shield, .ic-hub-emblem, .ic-hub-pulse, .ic-hub .ic-hub-ico { animation: none; }
  .ic-hub-lines circle animate { display: none; }
}

/* =========================================================
   INTRA CONNECT — HOME hero „ecosistem de încredere"
   Diferențiat față de paginile secundare: ilustrație mai mare,
   mai luminoasă și mai complexă — scut central + 6 module orbitale,
   cercuri concentrice contra-rotative, linii punctate, noduri luminoase.
   ========================================================= */
/* hero home: mai înalt și cu accent pe ilustrație (coloana dreaptă ușor mai mare) */
.ic-hero-home {
  min-height: min(62vh, 600px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
  gap: 40px;
}
.ic-hero-visual-home { max-width: 560px; }

/* hub mai mare decât hub-urile secundare (460px) */
.ic-hub-home { max-width: 560px; }

/* al doilea inel orbital, concentric și contra-rotativ */
.ic-hub-orbit-2 {
  width: 92%; height: 92%;
  border-color: rgba(95, 212, 234, 0.16);
  animation-duration: 64s; animation-direction: reverse;
}

/* scut central mai mare și cu halou mai intens (focalul paginii) */
.ic-hub-core-home { width: 30%; }
.ic-hub-home .ic-hub-shield {
  filter: drop-shadow(0 0 42px rgba(47, 207, 255, 0.62))
          drop-shadow(0 0 16px rgba(47, 207, 255, 0.5));
}

/* module orbitale cu etichetă pe două rânduri (titlu + subtitlu) */
.ic-hub-home .ic-hub-node { width: 150px; gap: 8px; }
.ic-hub-ntitle {
  font-size: 0.94rem; font-weight: 700; color: #eaf6fb;
  line-height: 1.18; letter-spacing: 0.005em;
}
.ic-hub-nsub {
  font-size: 0.74rem; font-weight: 500; color: #a7c3da;
  line-height: 1.2; margin-top: 1px;
}
/* iconițe nodale puțin mai mari și mai luminoase pe home */
.ic-hub-home .ic-hub-ico {
  width: 60px; height: 60px; font-size: 1.35rem;
  background: linear-gradient(150deg, #1a4c86, #0a2747);
  box-shadow: 0 0 26px rgba(24, 183, 214, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (max-width: 1100px) {
  .ic-hub-home .ic-hub-node { width: 124px; }
  .ic-hub-ntitle { font-size: 0.84rem; }
  .ic-hub-nsub { font-size: 0.68rem; }
}
@media (max-width: 900px) {
  /* IMPORTANT: .ic-hero-home își fixează 2 coloane fără media query și e declarat
     după regula de bază; aici forțăm explicit o singură coloană pe mobil/îngust,
     ca pe paginile secundare (ilustrația trece sus, textul dedesubt). */
  .ic-hero-home {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ic-hero-visual-home { max-width: 420px; }
}
/* pe mobil ilustrația devine mai compactă; subtitlurile se ascund ca să nu aglomereze */
@media (max-width: 560px) {
  .ic-hub-home .ic-hub-node { width: 96px; }
  .ic-hub-nsub { display: none; }
  .ic-hub-ntitle { font-size: 0.72rem; }
  .ic-hub-home .ic-hub-ico { width: 46px; height: 46px; font-size: 1.05rem; }
}

/* ============ PAGINĂ DE EROARE (404 / 500) ============ */
.ic-error-hero {
  grid-template-columns: 1fr;
  min-height: min(72vh, 640px);
  text-align: center;
  padding: 48px 40px 56px;
}
.ic-error-wrap {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.ic-error-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 2vw, 20px);
  margin-bottom: 6px;
  line-height: 1;
}
.ic-error-digit {
  font-size: clamp(5rem, 18vw, 11rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(150deg, #eaf6fb 0%, #9fd9ec 55%, var(--ic-cyan) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 18px 50px rgba(24, 183, 214, 0.18);
}
.ic-error-shield {
  display: inline-flex;
  width: clamp(72px, 13vw, 130px);
  filter: drop-shadow(0 12px 32px rgba(47, 210, 232, 0.35));
  animation: icErrFloat 4.5s ease-in-out infinite;
}
.ic-error-shield svg { width: 100%; height: auto; display: block; }
@keyframes icErrFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.ic-error-pill { margin-bottom: 2px; }
.ic-error-hero h1 {
  font-size: clamp(1.7rem, 4.5vw, 2.7rem);
  margin: 0;
}
.ic-error-hero .ic-lead {
  max-width: 560px;
  margin: 4px auto 8px;
}
.ic-error-hero .ic-hero-actions {
  justify-content: center;
  flex-wrap: wrap;
}
.ic-error-links {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
}
.ic-error-links-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(234, 246, 251, 0.6);
  margin: 0 0 12px;
}
.ic-error-links-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
}
.ic-error-links-row a {
  color: var(--ic-cyan-bright);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.ic-error-links-row a:hover {
  color: #fff;
  transform: translateY(-1px);
}
@media (prefers-reduced-motion: reduce) {
  .ic-error-shield { animation: none; }
}
@media (max-width: 560px) {
  .ic-error-hero { padding: 36px 22px 44px; }
  .ic-error-shield { width: 64px; }
}

/* =========================================================
   Expertiză — premium feature cards (icon badge + accent bar)
   Carduri „.ic-feature" (doar pe /expertiza/) ridicate la nivelul
   vizual al cardurilor de pe home/platforme: bară gradient sus,
   icon badge cyan și micro-interacțiune la hover.
   ========================================================= */
.ic-feature { position: relative; overflow: hidden; }
.ic-feature::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--ic-blue), var(--ic-cyan));
  opacity: 0.85;
}
.ic-feature .ic-card-icon {
  width: 56px; height: 56px; margin-bottom: 16px; font-size: 1.4rem;
  border-radius: 16px; color: var(--ic-blue);
  background: linear-gradient(135deg, rgba(14,90,138,0.16), rgba(24,183,199,0.18));
  box-shadow: inset 0 0 0 1px rgba(24,183,214,0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ic-feature:hover .ic-card-icon {
  transform: translateY(-2px) scale(1.05);
  box-shadow: inset 0 0 0 1px rgba(24,183,214,0.32), 0 10px 24px rgba(15,77,138,0.18);
}
.ic-feature h3 { font-size: 1.12rem; font-weight: 800; }

/* =========================================================
   Cookie consent banner (GDPR · Consent Mode v2)
   Bară fixă jos, navy/cyan, butoane Accept / Doar necesare egale ca vizibilitate.
   ========================================================= */
.ic-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; padding: 16px; display: flex; justify-content: center; pointer-events: none; }
.ic-consent[hidden] { display: none; }
.ic-consent-card {
  pointer-events: auto; width: min(980px, 100%);
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  padding: 18px 22px; border-radius: 18px;
  background: linear-gradient(135deg, rgba(10,40,66,0.97), rgba(8,32,61,0.98));
  border: 1px solid rgba(95,212,234,0.35);
  box-shadow: 0 24px 60px rgba(3,16,31,0.45);
  color: #eaf6fb;
  transform: translateY(140%); opacity: 0; transition: transform 0.32s ease, opacity 0.32s ease;
}
.ic-consent.is-open .ic-consent-card { transform: translateY(0); opacity: 1; }
.ic-consent-body { display: flex; align-items: flex-start; gap: 14px; flex: 1 1 440px; }
.ic-consent-ico { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; color: #7fe9ff; background: rgba(95,212,234,0.12); border: 1px solid rgba(95,212,234,0.3); font-size: 1.1rem; }
.ic-consent-title { margin: 0 0 4px; font-size: 1rem; font-weight: 800; color: #fff; }
.ic-consent-text { margin: 0; font-size: 0.88rem; line-height: 1.55; color: rgba(226,236,244,0.9); }
.ic-consent-text a { color: #7fe9ff; text-decoration: underline; }
.ic-consent-actions { display: flex; gap: 10px; flex: none; }
.ic-consent-btn { cursor: pointer; font: inherit; font-weight: 700; font-size: 0.9rem; padding: 11px 22px; border-radius: 11px; border: 1px solid transparent; transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease; }
.ic-consent-btn:hover { transform: translateY(-1px); }
.ic-consent-accept { color: #06203d; background: linear-gradient(135deg, #5fd4ea, #18B7D6); }
.ic-consent-reject { color: #dcefff; background: transparent; border-color: rgba(95,212,234,0.5); }
.ic-consent-reject:hover { background: rgba(95,212,234,0.1); }
.ic-footer-cookies { cursor: pointer; }
@media (max-width: 640px) {
  .ic-consent { padding: 10px; }
  .ic-consent-card { flex-direction: column; align-items: stretch; gap: 14px; padding: 16px; }
  .ic-consent-actions { flex-direction: column-reverse; }
  .ic-consent-btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .ic-consent-card { transition: opacity 0.2s ease; transform: none; }
}
