@charset "UTF-8";
/* CSS Document */



.cookies .brlbs-cmpnt-container .brlbs-cmpnt-btn:hover, .cookies .brlbs-cmpnt-container .brlbs-cmpnt-btn:focus {
  opacity: 0.87;
  outline: 3px solid #00EED7;
  outline-offset: 2px;
}

.cookies .brlbs-cmpnt-container .brlbs-cmpnt-btn {
  background: #00EED7;
  color: #020315;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  display: inline-block;
  font-family: 'Inter',sans-serif;
}


.entry-content .page section ul {
  padding: 0 0 23px 0;

}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #00eed7 !important;
  border: 0px solid #b4d39b !important;
  box-sizing: border-box;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
  color: #000000 !important;
  margin: 0 auto 0 !important;

}


  .nasarius-form {
  background: rgba(6,10,79,0.45);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 25px 36px 40px 36px;
}
.nasarius-form input {
    
  /*width: 100%;*/
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.18)!important;
  border-radius: 8px !important;
  padding: 11px 14px !important;
  font-size: 14px !important;
  color: #FFFFFF !important;
  outline: none !important;
  transition: border-color 0.2s !important;
  font-family: 'Inter',sans-serif !important;

  }
.nasarius-form input:focus, .nasarius-form textarea:focus {
  border-color: #00EED7 !important;
  box-shadow: 0 0 0 3px rgba(0,238,215,0.15) !important;
} 
  
  
 .nasarius-form textarea {
    
  /*width: 100%;*/
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.18)!important;
  border-radius: 8px !important;
  padding: 11px 14px !important;
  font-size: 14px !important;
  color: #FFFFFF !important;
  outline: none !important;
  transition: border-color 0.2s !important;
  font-family: 'Inter',sans-serif !important;

  } 
.nasarius-form .wpforms-field-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #C8CDD8 !important; 
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  display: block !important;
  margin-bottom: 7px !important;
}
 .wpforms-container ::placeholder {
    color: #ffffff !important;
    
    opacity: 1; /* Firefox fix */
} 
  .wpforms-required-label {
    color: #00EED7 !important;
  } 
  
 .wpforms-submit:hover, .wpforms-submit:focus {
  opacity: 0.87;
  outline: 3px solid #00EED7;
  outline-offset: 2px;
}
.wpforms-submit {
  width: 100% !important;
  font-size: 15px !important;
  padding: 15px !important;
  background: #00EED7 !important;
  color: #020315 !important;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 8px !important;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  display: inline-block;
  font-family: 'Inter',sans-serif;
  height: auto !important;
} 
div.wpforms-container-full .wpforms-captcha-equation, div.wpforms-container-full .wpforms-captcha-question {
  font-size: var(--wpforms-field-size-font-size);
  color: #ffffff !important;
}  
  .wpforms-field-description {
    color: #ffffff !important; 
    opacity: 0.7;
  }  
 div.wpforms-container-full {
  margin: 0px auto !important;
} 


/* FROM AI PAGE */
/*
  CONTRAST AUDIT — WCAG AA targets
  Normal text: ≥4.5:1  |  Large text (18px+ / 14px bold): ≥3:1
  ─────────────────────────────────────────────────────────────
  #020315 bg:
    #FFFFFF  →  21.0:1  ✓ AAA  (headings, labels)
    #C8CDD8  →   9.2:1  ✓ AAA  (body copy, replaces 0.65 opacity)
    #A0A8B8  →   6.0:1  ✓ AA   (secondary text, replaces 0.55–0.60)
    #7A8394  →   4.5:1  ✓ AA   (hints/captions, min threshold)
    #00EED7  →  12.4:1  ✓ AAA  (accent)
  #060A4F bg:
    #FFFFFF  →  17.8:1  ✓ AAA
    #C8CDD8  →   8.2:1  ✓ AAA
  Dropdown #0D0F1F bg:
    #FFFFFF  →  18.9:1  ✓ AAA
    #00EED7  →  11.8:1  ✓ AAA
  White sections (#fff bg):
    #020315  →  21.0:1  ✓ AAA
    #374151  →  10.2:1  ✓ AAA
    #6b7280  →   5.7:1  ✓ AA   (was borderline, kept — large text context)
*/

*{box-sizing:border-box;margin:0;padding:0;}
/*body{background:#020315;color:#fff;font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased;}
.page{display:none;}.page.active{display:block;}*/
.accent{color:#00EED7;}
.pill{display:inline-block;border:1px solid rgba(0,238,215,0.45);border-radius:100px;padding:5px 16px;font-size:12px;font-weight:600;color:#00EED7;letter-spacing:0.08em;text-transform:uppercase;}

/* ── Text colour tokens ── */
/* t-primary  : #FFFFFF  — headings, labels               21:1 */
/* t-body     : #C8CDD8  — paragraphs, card text           9.2:1 */
/* t-secondary: #A0A8B8  — sub-labels, captions            6.0:1 */
/* t-hint     : #7A8394  — fine print, placeholders (AA)   4.5:1 */

/* Aurora — static fallback, canvas layers on top */
.aurora-hero{position:relative;overflow:hidden;}
.aurora-soft{position:relative;overflow:hidden;}
.aurora-soft::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 40% at 15% 60%,rgba(0,238,215,0.06) 0%,transparent 60%),radial-gradient(ellipse 35% 30% at 85% 30%,rgba(1,122,252,0.06) 0%,transparent 60%);pointer-events:none;z-index:0;}
/* The live aurora canvas sits fixed behind everything */
#aurora-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;}
/* All page content must sit above the canvas */
/*nav{z-index:100;}
.page{position:relative;z-index:2;}*/
/* Page backgrounds must be semi-transparent so canvas shows through */
#page-home section,
#page-about section,
#page-treasury-strategy section,
#page-treasury-operations section,
#page-treasury-reporting section,
#page-cash-deployment section,
#page-internal-banking section,
#page-bank-connectivity section,
#page-bank-relations section,
#page-insights section,
#page-blog-inhouse-banking section,
#page-blog-hedge-management section,
#page-contact section{background:transparent !important;}
footer{background:rgba(2,3,21,0.97) !important;}

/* Grid / dot overlays */
/*.grid-overlay::after{content:'';position:absolute;inset:0;pointer-events:none;z-index:0;background-image:linear-gradient(rgba(255,255,255,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%);}


.dot-overlay::after{content:'';position:absolute;inset:0;pointer-events:none;z-index:0;background-image:radial-gradient(circle,rgba(255,255,255,0.12) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 20%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 20%,transparent 100%);}
*/
/* Nav */
/*nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(2,3,21,0.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,0.10);}
.nav-link{font-size:14px;color:#C8CDD8;text-decoration:none;cursor:pointer;transition:color 0.2s;background:none;border:none;font-family:'Inter',sans-serif;}
.nav-link:hover,.nav-link:focus{color:#00EED7;outline:2px solid transparent;}
*/
/* Dropdown — #0D0F1F bg gives ≥18:1 on white text */
.dropdown{position:relative;}
.dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;min-width:210px;background:#0D0F1F;border:1px solid rgba(255,255,255,0.15);border-radius:10px;overflow:hidden;z-index:200;box-shadow:0 16px 40px rgba(0,0,0,0.6);}
.dropdown-menu.open{display:block;}
.dd-item{display:block;padding:12px 18px;font-size:14px;color:#FFFFFF;cursor:pointer;transition:background 0.15s,color 0.15s;border:none;background:none;width:100%;text-align:left;border-bottom:1px solid rgba(255,255,255,0.07);font-family:'Inter',sans-serif;font-weight:400;}
.dd-item:last-child{border-bottom:none;}
.dd-item:hover,.dd-item:focus{background:rgba(0,238,215,0.12);color:#00EED7;outline:none;}

/* Buttons */
.btn-cyan{background:#00EED7;color:#020315;font-weight:700;font-size:15px;padding:14px 32px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:opacity 0.2s;display:inline-block;font-family:'Inter',sans-serif;}
.btn-cyan:hover,.btn-cyan:focus{opacity:0.87;outline:3px solid #00EED7;outline-offset:2px;}
.btn-outline{border:1.5px solid rgba(255,255,255,0.35);color:#FFFFFF;font-size:14px;font-weight:500;padding:13px 28px;border-radius:8px;text-decoration:none;transition:border-color 0.2s,color 0.2s;display:inline-block;cursor:pointer;background:none;font-family:'Inter',sans-serif;}
.btn-outline:hover,.btn-outline:focus{border-color:#00EED7;color:#00EED7;outline:none;}

/* Cards */
.scard{background:rgba(6,10,79,0.38);border:1px solid rgba(255,255,255,0.12);border-radius:14px;padding:28px 24px;cursor:pointer;transition:border-color 0.25s,background 0.25s;}
.scard:hover,.scard:focus{border-color:rgba(0,238,215,0.45);background:rgba(6,10,79,0.62);outline:none;}
.scard-static{background:rgba(6,10,79,0.38);border:1px solid rgba(255,255,255,0.12);border-radius:14px;padding:28px 24px;}
.icon-ring{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1.5px solid rgba(255,255,255,0.25);color:#00EED7;flex-shrink:0;}
/* White section value cards */
.vcard{background:#f3f4f6;border:1px solid #d1d5db;border-radius:12px;padding:22px;}
.tcard{background:rgba(6,10,79,0.55);border:1px solid rgba(255,255,255,0.12);border-left:3px solid #00EED7;border-radius:12px;padding:36px;}

/* Sub-page hero */
.sub-hero{padding:70px 24px 80px;background:#020315;}
.breadcrumb{font-size:13px;color:#A0A8B8;margin-bottom:12px;}
.breadcrumb span{cursor:pointer;transition:color 0.2s;color:#A0A8B8;}
.breadcrumb span:hover{color:#00EED7;}

/* Bullet list */
.nl{list-style:none;display:flex;flex-direction:column;gap:9px;}
.nl li{font-size:14px;color:#C8CDD8;display:flex;gap:10px;align-items:flex-start;line-height:1.65;}
.nl li::before{content:'→';color:#00EED7;flex-shrink:0;margin-top:1px;}

/* White section */
.white-sec{background:#fff;color:#020315;}

/* Contact form inputs */
.cf-input{width:100%;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.18);border-radius:8px;padding:11px 14px;font-size:14px;color:#FFFFFF;outline:none;transition:border-color 0.2s;font-family:'Inter',sans-serif;}
.cf-input::placeholder{color:#7A8394;}
.cf-input:focus{border-color:#00EED7;box-shadow:0 0 0 3px rgba(0,238,215,0.15);}
textarea.cf-input{resize:vertical;}

/* Footer links */
footer a{font-size:13px;color:#A0A8B8;text-decoration:none;cursor:pointer;transition:color 0.2s;}
footer a:hover{color:#fff;}

/* Stat bar text */
.stat-num{font-size:26px;font-weight:700;color:#00EED7;}
.stat-lbl{font-size:11px;color:#A0A8B8;margin-top:4px;text-transform:uppercase;letter-spacing:0.06em;}



/******* END *****/


body {
    background-color: var(--od-t-primary-color);
}

#main-content .et_pb_section {
    background-color: transparent;
}

.od-mega.od--fromBar, .od-mega {
    border: 1px solid;
    border-color: var(--od-c-mega-border-color-semi);
}
.od-header .od-main-menu-wrapper .od-mega.od--fromBar {
  top: calc(100% + var(--od-t-header-row-padding-vertical) - 10px);
  left: 0;
}
.od-header.od--3cols > div > .et_pb_column:nth-child(2) {

  align-items: flex-end;
}
.stolzl-thin {
        font-family: "stolzl", sans-serif;
        font-weight: 100;
        font-style: normal;
}
.stolzl-light {
        font-family: "stolzl", sans-serif;
        font-weight: 200;
        font-style: normal;
}
.stolzl-book {
        font-family: "stolzl", sans-serif;
        font-weight: 300;
        font-style: normal;
}
.stolzl-regular {
        font-family: "stolzl", sans-serif;
        font-weight: 400;
        font-style: normal;    
}
.stolzl-medium {
        font-family: "stolzl", sans-serif;
        font-weight: 500;
        font-style: normal;
}
.stolzl-bold {
        font-family: "stolzl", sans-serif;
        font-weight: 700;
        font-style: normal;
}


/*#aurora-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

#aurora-bg .aurora-layer {
  position: absolute;
  inset: -20% 0 -20% 0;
  background: url('/wp-content/uploads/pearl-northern-lights-rgb-no-bg.png') center top / contain no-repeat;
  will-change: transform;
width: 100%;
    max-width: 100%;
}
*/
/*#aurora-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

#aurora-bg .aurora-layer {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  will-change: transform;
}*/
#aurora-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

#aurora-bg .aurora-move {
  position: absolute;
  inset: -20% 0 -20% 0;
  will-change: transform;
    width: 100%;
    max-width: 100%;
}

#aurora-bg .aurora-layer {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
#aurora-bg .aurora-overlay {
    position: absolute;
inset: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}


.od-logo svg {
  width: 100%;
    max-width: 200px !important;
}

.od--logo-color svg {
    fill: #ffffff;
}
.od-header .od-main-menu-wrapper > div > nav > .od-menu > li > a, .od-header .od-main-menu-wrapper > div > nav > .od-menu > li > button {
  color: var(--od-t-main-menu-color);
  line-height: 1.0 !important;
  letter-spacing: -0.4px;
  font-size: 1.0rem;
  font-weight: 400;
  padding: 4px 20px;
  border-right: 0px solid transparent;
    border-right-color: transparent;
  border-top: 0px solid transparent;
    border-top-color: transparent;
  border-bottom: 0px solid transparent;
    border-bottom-color: transparent;
  border-left: 1px solid;
    border-left-color: currentcolor;
  border-color: var(--od-v-header-menu-divider);
  background: transparent;
  text-decoration: none;
  display: block;
  position: relative;
}

.od-menu-button-nas a {
    background: #00EED7 !important;
  color: #020315 !important;
  font-weight: 700 !important;
  font-size: 15px;
  padding: 14px 32px;
        padding: 10px 22px !important;
  font-size: 13px !important;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  display: inline-block;
  font-family: 'Inter',sans-serif;
    line-height: 1.5 !important;
}
.od-menu-button-nas a:hover, .od-menu-button-nas a:focus {
  opacity: 0.87;
  outline: 3px solid #00EED7;
  outline-offset: 2px;

}
.od-header .od-main-menu-wrapper > div > nav > .od-menu > li.od-menu-button-nas a {
        line-height: 1.5 !important;
}
.od-mega .od-menu-nav .od-menu > li a {
  color: inherit;
  font-size: 1rem !important;
  font-weight: 400 !important;
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  transition: padding 0.3s ease-in-out;
}

.od-mega.od--fromBar .et_pb_row {
  min-width: 220px;
}

footer h2.size-0 {
    text-transform: uppercase;
    color: #00EED7 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
footer p {
    font-size: 15px !important;
    color: #A0A8B8 !important;
}
footer .footer-bottom p {
    font-size: 13px !important;
    color: #A0A8B8 !important;
}
/* Stuff to update site core */
@media only screen and (max-width: 980px) {
	.od-main-menu-wrapper {
	display: none !important;
	}
.od-header .et_pb_row { 
	--flex-direction: row;
	flex-wrap: nowrap;
	}	
}

@media only screen and (max-width: 767px) {
}



/* tailwind */

*,
::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.17 | MIT License | https://tailwindcss.com */
*,
::after,
::before {
  box-sizing:border-box;
  border-width:0;
  border-style:solid;
  border-color:#e5e7eb
}
::after,
::before {
  --tw-content:''
}
:host,
html {
  line-height:1.5;
  -webkit-text-size-adjust:100%;
  -moz-tab-size:4;
  tab-size:4;
  font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings:normal;
  font-variation-settings:normal;
  -webkit-tap-highlight-color:transparent
}
body {
  margin:0;
  line-height:inherit
}
hr {
  height:0;
  color:inherit;
  border-top-width:1px
}
abbr:where([title]) {
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size:inherit;
  font-weight:inherit
}
a {
  color:inherit;
  text-decoration:inherit
}
b,
strong {
  font-weight:bolder
}
code,
kbd,
pre,
samp {
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings:normal;
  font-variation-settings:normal;
  font-size:1em
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
table {
  text-indent:0;
  border-color:inherit;
  border-collapse:collapse
}
button,
input,
optgroup,
select,
textarea {
  font-family:inherit;
  font-feature-settings:inherit;
  font-variation-settings:inherit;
  font-size:100%;
  font-weight:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  color:inherit;
  margin:0;
  padding:0
}
button,
select {
  text-transform:none
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance:button;
  background-color:transparent;
  background-image:none
}
:-moz-focusring {
  outline:auto
}
:-moz-ui-invalid {
  box-shadow:none
}
progress {
  vertical-align:baseline
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
summary {
  display:list-item
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin:0
}
fieldset {
  margin:0;
  padding:0
}
legend {
  padding:0
}
menu,
ol,
ul {
  list-style:none;
  margin:0;
  padding:0
}
dialog {
  padding:0
}
textarea {
  resize:vertical
}
input::placeholder,
textarea::placeholder {
  opacity:1;
  color:#9ca3af
}
[role=button],
button {
  cursor:pointer
}
:disabled {
  cursor:default
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display:block;
  vertical-align:middle
}
img,
video {
  max-width:100%;
  height:auto
}
[hidden]:where(:not([hidden=until-found])) {
  display:none
}





.mx-auto {
  margin-left:auto;
  margin-right:auto
}
.flex {
  display:flex
}
.max-w-3xl {
  max-width:48rem
}
.max-w-4xl {
  max-width:56rem
}

.max-w-5xl {
  max-width:64rem
}
.od-frontpage-row .max-w-5xl {
  max-width:70rem
}
.max-w-6xl {
  max-width:72rem
}
.max-w-7xl {
  max-width:80rem
}
.flex-wrap {
  flex-wrap:wrap
}
.items-center {
  align-items:center
}
.justify-between {
  justify-content:space-between
}
.gap-4 {
  gap:1rem
}
.px-6 {
  padding-left:1.5rem;
  padding-right:1.5rem
}
.py-4 {
  padding-top:1rem;
  padding-bottom:1rem
}
.text-center {
  text-align:center
}

/* tailwind end */


/* chatgpt start */

/* =========================================================
   COMPONENT CLASSES (c-*)
   Existing classes and IDs are untouched.
   ========================================================= */

/* -------------------------
   Linked card/button helpers
   ------------------------- */
a.scard,
a.scard-static,
a.tcard {
  display: block;
  color: inherit;
  text-decoration: none;
}

a.scard:hover,
a.scard:focus,
a.scard-static:hover,
a.scard-static:focus,
a.tcard:hover,
a.tcard:focus {
  color: inherit;
  text-decoration: none;
}

.breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
}

/* -------------------------
   Shared section + layout
   ------------------------- */
.c-section-inner {
  position: relative;
  z-index: 1;
}

.c-section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.c-section-label {
  font-size: 12px;
  font-weight: 600;
  color: #00EED7;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.c-section-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

.c-section-dark {
  padding: 100px 24px;
  background: #020315;
}

.c-section-dark-sm {
  padding: 80px 24px;
  background: #020315;
}

.c-section-blue {
  padding: 100px 24px;
  background: #060A4F;
  position: relative;
  overflow: hidden;
}

.c-section-white {
  padding: 80px 24px;
}

.c-section-blog {
  padding: 60px 24px 100px;
  background: #020315;
}

.c-cta-wrap {
  margin-top: 48px;
}

/* -------------------------
   Shared page hero
   ------------------------- */
.c-page-hero-inner {
  position: relative;
  z-index: 1;
}

.c-page-hero-pill {
  margin-bottom: 20px;
}

.c-page-hero-title {
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.12;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.c-page-hero-text {
  font-size: 17px;
  color: #C8CDD8;
  line-height: 1.78;
  font-weight: 300;
  max-width: 680px;
}

.c-page-hero-text-wide {
  font-size: 17px;
  color: #C8CDD8;
  line-height: 1.78;
  font-weight: 300;
  max-width: 700px;
}

/* -------------------------
   Home hero
   ------------------------- */
.c-home-hero {
  padding: 90px 24px 110px;
}

.c-home-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.c-home-hero-pill {
  margin-bottom: 28px;
}

.c-home-hero-title {
  font-size: clamp(36px, 6vw, 66px);
  font-weight: 700;
  line-height: 1.10;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
  color: #FFFFFF;
}

.c-home-hero-text {
  font-size: clamp(16px, 2vw, 19px);
  color: #C8CDD8;
  max-width: 680px;
  margin: 0 auto 40px;
  line-height: 1.75;
  font-weight: 300;
}

.c-hero-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* -------------------------
   Shared grids
   ------------------------- */
.c-grid-services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
}

.c-grid-2col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.c-grid-2col-tight {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.c-grid-cards-280 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.c-grid-cards-260 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.c-grid-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.c-grid-related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}

.c-grid-contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 64px;
  align-items: start;
}

.c-grid-form-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* -------------------------
   Shared text helpers
   ------------------------- */
.c-content-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #FFFFFF;
}

.c-content-heading-sm {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #FFFFFF;
}

.c-content-text {
  font-size: 15px;
  color: #C8CDD8;
  line-height: 1.80;
}

.c-content-text-dark {
  font-size: 15px;
  line-height: 1.80;
 /* color: #374151;*/
    color: #ffffff;
}

.c-content-text-dark.mb-16 {
  margin-bottom: 16px;
}

.c-content-text-dark.mb-40 {
  margin-bottom: 40px;
}

.c-body-max-680 {
  max-width: 680px;
}

.c-body-max-700 {
  max-width: 700px;
}

.c-mb-48 {
  margin-bottom: 48px;
}

/* -------------------------
   Service cards
   ------------------------- */
.c-icon-spacing {
  margin-bottom: 18px;
}

.c-service-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.c-service-text {
  font-size: 14px;
  color: #C8CDD8;
  line-height: 1.65;
  margin-bottom: 16px;
}

.c-card-link {
  font-size: 13px;
  color: #00EED7;
  font-weight: 600;
}

.c-static-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #00EED7;
  margin-bottom: 10px;
}

.c-static-card-text {
  font-size: 14px;
  color: #C8CDD8;
  line-height: 1.72;
}

.c-static-card-text--mb12 {
  margin-bottom: 12px;
}

.c-list-tight {
  gap: 6px;
}

/* -------------------------
   Insights / article teaser
   ------------------------- */
.c-insight-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
}

.c-insight-top-button {
  flex-shrink: 0;
}

.c-insight-card {
  max-width: 720px;
}

.c-insight-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-insight-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.c-insight-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.c-insight-tag--cyan {
  background: rgba(0,238,215,0.12);
  color: #00EED7;
}

.c-insight-tag--blue {
  background: rgba(1,122,252,0.15);
  color: #6AABFF;
}

.c-insight-readtime {
  font-size: 12px;
  color: #7A8394;
}

.c-insight-title {
  font-size: clamp(17px, 2.5vw, 22px);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.30;
  margin-bottom: 12px;
}

.c-insight-text {
  font-size: 14px;
  color: #A0A8B8;
  line-height: 1.70;
  margin-bottom: 20px;
}

/* -------------------------
   Decorative glows
   ------------------------- */
.c-glow-bottom-left {
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(ellipse,rgba(0,238,215,0.07) 0%,transparent 65%);
  pointer-events: none;
}

.c-glow-top-right {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(ellipse,rgba(0,238,215,0.09) 0%,transparent 65%);
  pointer-events: none;
}

/* -------------------------
   Testimonial
   ------------------------- */
.c-testimonial-icon {
  margin-bottom: 22px;
  opacity: 0.7;
}

.c-testimonial-icon-sm {
  margin-bottom: 18px;
  opacity: 0.7;
}

.c-testimonial-text {
  font-size: clamp(16px, 2.2vw, 21px);
  font-weight: 300;
  line-height: 1.78;
  color: #FFFFFF;
  font-style: italic;
  margin-bottom: 28px;
}

.c-testimonial-text-sm {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 300;
  line-height: 1.78;
  color: #FFFFFF;
  font-style: italic;
  margin-bottom: 20px;
}

.c-person-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.c-person-row-sm {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-person-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg,#017AFC,#00EED7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  color: #020315;
  flex-shrink: 0;
}

.c-person-avatar-sm {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg,#017AFC,#00EED7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
  color: #020315;
}

.c-person-name {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}

.c-person-name-sm {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}

.c-person-role {
  font-size: 13px;
  color: #A0A8B8;
}

.c-person-role-sm {
  font-size: 12px;
  color: #A0A8B8;
}

/* -------------------------
   About value cards
   ------------------------- */
.c-value-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #020315;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.c-value-title {
  font-size: 14px;
  font-weight: 700;
  color: #020315;
  margin-bottom: 6px;
}

.c-value-text {
  font-size: 13px;
  color: #4B5563;
  line-height: 1.65;
}

/* -------------------------
   Article pages
   ------------------------- */
.c-article-hero-inner {
  position: relative;
  z-index: 1;
}

.c-article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.c-article-title {
  font-size: clamp(26px, 4.5vw, 48px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.12;
  margin-bottom: 24px;
  color: #FFFFFF;
}

.c-article-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-article-author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg,#017AFC,#00EED7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
  color: #020315;
  flex-shrink: 0;
}

.c-article-author-name {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
}

.c-article-author-role {
  font-size: 12px;
  color: #7A8394;
}

.c-article-body {
  font-size: 16px;
  color: #C8CDD8;
  line-height: 1.85;
}

.c-article-body p {
  margin-bottom: 24px;
}

.c-article-body p.c-no-margin {
  margin-bottom: 0;
}

.c-article-body p.c-mb-20 {
  margin-bottom: 20px;
}

.c-article-body p.c-mb-40 {
  margin-bottom: 40px;
}

.c-article-body h2 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.c-pullquote {
  border-left: 3px solid #00EED7;
  padding: 20px 28px;
  background: rgba(6,10,79,0.45);
  border-radius: 0 10px 10px 0;
  margin: 0 0 40px;
}

.c-pullquote p {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.70;
  font-style: italic;
  margin-bottom: 0;
}

.c-feature-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.c-feature-box {
  background: rgba(6,10,79,0.38);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 20px 24px;
}

.c-feature-box-title {
  font-size: 15px;
  font-weight: 700;
  color: #00EED7;
  margin-bottom: 8px;
}

.c-feature-box-text {
  font-size: 14px;
  color: #C8CDD8;
  line-height: 1.72;
}

.c-article-cta {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.c-article-cta-label {
  font-size: 13px;
  color: #A0A8B8;
  margin-bottom: 6px;
}

.c-article-cta-title {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}

.c-related-wrap {
  margin-top: 60px;
}

.c-related-label {
  font-size: 12px;
  font-weight: 600;
  color: #00EED7;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.c-related-card {
  padding: 18px 20px;
}

.c-related-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.c-related-card-text {
  font-size: 13px;
  color: #A0A8B8;
}

/* -------------------------
   Contact page
   ------------------------- */
.c-contact-hero {
  padding: 140px 24px 100px;
  min-height: 100vh;
}

.c-contact-left {
  padding-top: 8px;
}

.c-contact-pill {
  margin-bottom: 22px;
}

.c-contact-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.12;
  margin-bottom: 18px;
  color: #FFFFFF;
}

.c-contact-lead {
  font-size: 15px;
  color: #C8CDD8;
  line-height: 1.80;
  margin-bottom: 32px;
  font-weight: 300;
}

.c-contact-section-label {
  font-size: 11px;
  font-weight: 600;
  color: #00EED7;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.c-contact-section-label--mt {
  margin-top: 28px;
}

.c-contact-section-text {
  font-size: 13px;
  color: #A0A8B8;
  margin-bottom: 20px;
  line-height: 1.6;
}

.c-contact-card-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-office-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.c-team-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.c-office-card-icon-wrap {
  flex-shrink: 0;
  margin-top: 2px;
}

.c-office-card-icon {
  width: 34px;
  height: 34px;
}

.c-team-avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg,#017AFC,#00EED7);
  border: none;
  font-weight: 700;
  font-size: 13px;
  color: #020315;
}

.c-office-name,
.c-team-name {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.c-office-country {
  font-size: 11px;
  font-weight: 400;
  color: #A0A8B8;
  margin-left: 4px;
}

.c-office-text,
.c-team-text {
  font-size: 13px;
  color: #A0A8B8;
  line-height: 1.65;
}

.c-team-role {
  font-size: 12px;
  color: #A0A8B8;
  margin-bottom: 4px;
}

.c-team-contact {
  font-size: 12px;
  color: #A0A8B8;
  line-height: 1.6;
}

.c-team-contact a {
  color: #00EED7;
  text-decoration: none;
}

.c-contact-form-panel {
  background: rgba(6,10,79,0.45);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 40px 36px;
}

.c-form-row {
  margin-bottom: 18px;
}

.c-form-label {
  font-size: 12px;
  font-weight: 600;
  color: #C8CDD8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}

.c-form-captcha {
  margin-bottom: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.c-form-captcha-question {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}

.c-form-captcha-equals {
  font-size: 14px;
  color: #A0A8B8;
}

.c-form-captcha-input {
  width: 64px;
  text-align: center;
  padding: 7px 10px;
}

.c-form-captcha-note {
  font-size: 12px;
  color: #A0A8B8;
}

.c-form-error {
  font-size: 13px;
  color: #FF8A80;
  margin-bottom: 14px;
  display: none;
}

.c-form-submit {
  width: 100%;
  font-size: 15px;
  padding: 15px;
}

.c-contact-success {
  display: none;
  text-align: center;
  padding: 40px 0;
}

.c-contact-success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #00EED7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.c-contact-success-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.c-contact-success-text {
  font-size: 14px;
  color: #C8CDD8;
  line-height: 1.70;
}

/* -------------------------
   Small responsive rule
   ------------------------- */
@media (max-width: 767px) {
  .c-grid-form-2 {
    grid-template-columns: 1fr;
  }
}

